#header .phone {
  text-align: right;
}
#header .phone .time {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #989898;
}
#header .phone a {
  letter-spacing: -0.005em;
}
.drop-catalog .close_link {
  position: absolute;
  top: 20px;
  right: 100px;
  /* left: 50%; */
  /* margin: 0 0 0 -600px; */
  width: 36px;
  height: 36px;
}
.drop-catalog .close_link:after,
.drop-catalog .close_link:before {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -19px;
}
.drop-catalog .close_link:after {
  transform: rotate(45deg);
}
.drop-catalog .close_link:before {
  transform: rotate(-45deg);
}

.product-gallery .item-gallery .inner-gallery {
  position: relative;
}
.product-gallery .item-gallery .price_item {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product-gallery .item-gallery:first-child .price_item {
  left: 47.5%;
  bottom: 57%;
}
.product-gallery .item-gallery:nth-child(2) .price_item {
  left: 36%;
  bottom: 42.5%;
}
.product-gallery .item-gallery:nth-child(3) .price_item {
  left: 15%;
  bottom: 31.5%;
}
.product-gallery .item-gallery:nth-child(4) .price_item {
  left: 56%;
  bottom: 35%;
}
.product-gallery .item-gallery:nth-child(5) .price_item {
  left: 31%;
  bottom: 58.5%;
}
.product-gallery .item-gallery:last-child .price_item {
  left: 24.5%;
  bottom: 30.5%;
}
.product-gallery .price_item .plus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding: 0 0 2px;
}
.product-gallery .price_item .price_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 2px -14px;
  padding: 5px 7px 9px 17px;
  background: #fff;
  border-radius: 4px;
  width: 154px;
  min-height: 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: visible;
}
.product-gallery .price_item .price_box:before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 18px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: -1;
  opacity: 1;
  top: auto;
  right: auto;
  background: transparent;
  transition: none;
}
.product-gallery .price_item .price_box .tag {
  display: block;
  margin: 0 0 3px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #989898;
}
.product-gallery .price_item .price_box .name {
  display: block;
  margin: 0 0 3px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #000000;
}
.product-gallery .price_item .price_box .price {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #000000;
}
.head_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.brands-block .head_box .title-block {
  margin-right: 27px;
}
.all_links {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 80px;
  margin: 0 0 20px;
  padding: 8px 19px;
  color: #000;
}
.all_links:hover {
  background: #000;
  color: #fff;
}
.brands-block .list-brand.brands_slider {
  align-items: center;
  flex-wrap: nowrap;
}
.brands-block .list-brand.brands_slider li,
.list-brand.brands_slider li {
  width: auto;
}
.brands-block .list-brand.brands_slider img,
.list-brand.brands_slider img {
  width: auto !important;
}
.check_box {
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0;
}
.check_box .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check_box .checkbox + label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.015em;
  color: #b0b0b0;
}
.check_box .checkbox + label a {
  color: #7a7e60;
  text-decoration: underline;
}
.check_box .checkbox + label a:hover {
  text-decoration: none;
}
.check_box .checkbox + label:after {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #7a7e60;
  box-sizing: border-box;
}
.check_box .checkbox + label:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 2px;
  left: 3px;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 1;
}
.check_box .checkbox:checked + label:after {
  background: #7a7e60;
}
.check_box .checkbox:checked + label:before {
  opacity: 1;
}

#footer .logo {
  width: 83px;
  height: 62px;
}
#footer .btn {
  background: transparent;
}
#footer .btn:hover {
  background: #000;
}
#footer .list-menu a {
  font-size: 14px;
}
#footer .cities_box {
  padding: 0 15px 12px;
  width: 100%;
  margin: -17px 0 0;
}
#footer .cities_box .title_box {
  padding: 0 0 0 22px;
  position: relative;
  display: block;
  margin: 0 0 17px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
}
#footer .cities_box .title_box:after {
  position: absolute;
  content: "\e806";
  top: 50%;
  left: 2px;
  width: 12px;
  height: 14px;
  font-family: "fontello";
  font-size: 14px;
  line-height: 14px;
  transform: translateY(-57%);
}
.list_cities {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.list_cities li {
  margin: 0 22px 10px 0;
}
.list_cities li a {
  display: block;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
}
.list_cities li a:hover {
  text-decoration: underline;
}
.bottom-footer .list-nav li {
  margin: 0 23px 0 0;
}
.bottom-footer .list-nav a {
  font-size: 13px;
}
.bottom-footer .phone {
  padding: 0 19px 0 0;
}

.breadcrumbs-block {
  padding: 6px 10px 0 0;
  margin: 0 0 35px;
}

.brand_page .brands-block {
  margin: -25px 0 26px;
}
.brand_page .brands-block .title-block {
  margin: 0 0 17px;
}
.brand_page .list-brand {
  margin: 0 -8px 0 -10px;
}
.brand_page .list-brand li {
  width: 16.6%;
  padding: 0 10px;
  margin: 0 0 30px;
}
.brand_page .list-brand a {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #eff3f3;
  box-sizing: border-box;
  padding: 10px 0 16px;
}
.brand_page .list-brand .icon_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  height: 98px;
}
.brand_page .list-brand span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #000000;
}
.brand_page .btn-holder {
  text-align: center;
  padding: 27px 6px 0 0;
  margin: 0 0 31px;
}
.brand_page .btn-holder .btn-primary {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 6px 49px 7px;
  border: 1px solid #000000;
  border-radius: 80px;
  letter-spacing: 0.01em;
}
.brand_page .btn-holder .btn-primary:hover {
  background: #000;
  color: #fff;
}
.brand_page .pagination-box {
  padding: 0;
  margin: 0 0 50px;
}
.brand_page .hide-box {
  display: none;
}

.inner_promo-block .title-promo {
  letter-spacing: -0.02em;
}
.inner_promo-block .subtitle-promo {
  letter-spacing: 0;
}
.delivery-tab .link-holder a {
  letter-spacing: -0.01em;
}
.delivery-tab .head-box {
  border-bottom: 1px solid #eff0f0;
}
.tabset .tab-control li,
.tab-control-no-js li {
  margin: 0 33px 0 0;
}
.delivery-tab .tab-control a,
.delivery-tab .tab-control-no-js a {
  font-size: 22px;
  letter-spacing: 0.02em;
}
.tabset .tab-control li.active a,
.tab-control-no-js li.active a {
  font-weight: 500;
}
.delivery-tab .text-img .img-box {
  margin: 25px 0 30px;
}
.delivery-tab .text-img .text {
  padding: 0 30px 0 0;
  margin: -5px 0 0;
}
.delivery-tab .text-img p {
  letter-spacing: 0.005em;
  font-size: 17px;
  margin: 0 0 25px;
  font-weight: 300;
  line-height: 25px;
}
.delivery-tab .text-img .text .subtitle {
  margin: 0 0 17px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.23;
  letter-spacing: 0;
}
.delivery-tab .text-img .text .subtitle a {
  font-weight: 600;
  color: #929777;
}
.delivery-tab .text-img .text strong {
  font-weight: 800;
  color: #929777;
}
.delivery-tab .text-img h3 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.01em;
}
.delivery-tab .text-img .list {
  padding: 0 0 0 82px;
}
.delivery-tab .text-img .list li {
  padding: 0 0 0 48px;
  letter-spacing: 0;
  font-size: 17px;
}
.timetable_box {
  padding: 0 0 0 130px;
  margin: -3px 0 30px;
}
.delivery-tab .timetable_box .list_title {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}
.timetable_box .list_time {
  margin: 0 0 0;
  list-style: none;
}
.timetable_box .list_time li {
  margin: 0 0 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 0 12px;
  position: relative;
}
.timetable_box .list_time li:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
.timetable_box .list_time li.weekend {
  color: #af2244;
}
.timetable_box .list_time li.weekend:after {
  background: #af2244;
}
.delivery-tab .text-img .important {
  padding: 22px 70px 20px;
  margin: 0 0 27px;
  font-size: 17px;
  line-height: 25px;
  background: #f8f0f2;
  display: inline-block;
  vertical-align: top;
}
.delivery-tab .text-img .important b {
  font-weight: 700;
}
.delivery-tab .text-img .important strong {
  font-weight: 700;
  color: #af2244;
}
.delivery-tab .list-logos {
  margin: 0 0 37px;
  padding: 8px 0 0;
  background: none;
  justify-content: flex-start;
}
.delivery-tab .list-logos li {
  margin: 0 23px 15px 9px;
}
.delivery-tab .article-text .text {
  padding: 0;
}
.delivery-tab .num_list {
  padding: 0 0 0 48px;
  margin: 0 0 25px;
}
.delivery-tab .num_list li {
  counter-increment: li;
  position: relative;
  padding: 0 0 0 23px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  margin: 0 0 3px;
}
.delivery-tab .text .num_list li {
  margin: 0 0 19px;
}
.delivery-tab .num_list li:before {
  content: counter(li) ". ";
  position: absolute;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  top: 6px;
  left: 0;
}
.delivery-tab .text-img .min_sum {
  margin: 0 0 21px;
  font-weight: 400;
}
.delivery-tab .list-pay {
  padding: 28px 10px 15px;
  justify-content: flex-start;
}

.tags_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 8px;
  margin: -6px 0 10px;
}
.tags_box li {
  margin: 0 28px 15px 0;
}
.tags_box a {
  display: block;
  padding: 0 0 6px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #989898;
  position: relative;
}
.tags_box a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 0;
}
.tags_box a:hover {
  color: #000;
}
.tags_box .active a {
  color: #000;
  font-weight: 600;
}
.tags_box .active a:after {
  opacity: 1;
}
.catalog-filter,
.blog-block .catalog-filter {
  margin: -9px 0 11px;
}
.catalog-filter ul li,
.blog-block .catalog-filter ul li {
  margin: 0 10px 10px 0;
}
.catalog-filter ul li:last-child,
.blog-block .catalog-filter ul li:last-child {
  margin: 0 0 10px 0;
}
.catalog-filter ul a,
.blog-block .catalog-filter ul a {
  background: none;
  border: 1px solid #d4d9db;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #000;
  letter-spacing: -0.01em;
  min-width: auto;
  padding: 8px 20px 8px 19px;
}
.catalog-filter ul a:hover,
.blog-block .catalog-filter ul a:hover {
  border-color: #c6d46d;
  background: none;
  color: #000;
}
.catalog-filter ul li.active a,
.blog-block .catalog-filter .active a {
  border-color: #c6d46d;
  font-weight: 700;
  background: none;
  color: #000;
}
.catalog-filter .more a:hover,
.catalog-filter .more a,
.blog-block .catalog-filter .more a:hover,
.blog-block .catalog-filter .more a {
  background: #f4f4f4;
  border-color: #f4f4f4;
  font-size: 11px;
  line-height: 1;
  color: #989898;
}
.catalog-filter .hide,
.blog-block .catalog-filter .hide {
  display: none;
}

.article-text .btn_holder {
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}
.article-text .btn_holder .back {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  border: none;
}
.article-text .btn_holder .back:after {
  position: absolute;
  content: "";
  left: 0;
  right: 20px;
  bottom: 0;
  height: 1px;
  border-bottom: 2px dotted #000;
}
.article-text .btn_holder .back:hover:after {
  opacity: 0;
}
.article-text .btn_holder .back:before {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}
.keep_box {
  padding: 23px 76px 38px;
  border: 1px solid #d2d5c4;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 81px 40px;
}
.keep_box .keep_title {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #7a7e60;
}
.article-block .article-text .keep_box .keep_list {
  padding: 0;
}
.article-block .article-text .keep_box .keep_list li {
  margin: 0 0 0;
  padding: 0 0 0 25px;
}
.article-block .article-text .keep_box .keep_list li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background: #afca05;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.article-text .keep_box .keep_list a {
  text-decoration: underline;
  text-decoration-color: #e2e3dd;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  border: none;
}
.keep_box .keep_list a:hover {
  text-decoration-color: transparent;
}
.appear_box {
  margin: 0 9px 30px 50px;
  float: right;
  clear: right;
  width: 410px;
  border: 8px solid #f8f8f8;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 19px 39px 20px;
  position: relative;
  z-index: 1;
}
.appear_box .appear_title {
  display: block;
  margin: 0 0 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #7a7e60;
  position: relative;
  z-index: 1;
}
.appear_inner .img-box {
  margin: -7px 0 15px;
  position: relative;
  /* background: #fff; */
  overflow: hidden;
}
.appear_inner .img-box a {
  display: block;
  position: relative;
  border: none;
  text-align: center;
}
.appear_inner .img-box a img {
  display: block;
}
.appear_inner .desc-slide {
  padding: 0 8px;
  margin: -11px 0 0;
}
.appear_inner .desc-slide a {
  border: none;
}
.appear_inner .goods-tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #989898;
}
.appear_inner .title-goods {
  display: block;
  margin: -6px 0 3px;
  font-size: 16px;
  line-height: 20px;
}
.appear_inner .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: -3px 0 0;
}
.appear_inner .price-box .price {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  color: #000000;
  margin: 0 16px 0 0;
}
.article_section .tab-body:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f8f9f9;
  z-index: -1;
}
.brands-block {
  margin-top: 0;
}
.catalog-block {
  margin: -23px 0 0;
}
.filter-block .accordion .item .heading {
  padding: 0 35px 18px 0;
  position: relative;
  border-bottom: 1px solid #eff1f1;
  margin: 0 0 0;
  text-decoration: underline;
}
.filter-block .accordion .item .heading:hover {
  text-decoration: none;
}
.filter-block .accordion .item:last-child .heading {
  border: none;
}
.filter-block .accordion .item.is-parent .heading:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  transform: rotate(135deg);
  margin: -12px 0 0;
}
.filter-block .accordion .item .heading.title-form {
  padding: 0;
  border: none;
  font-size: 16px;
}
.filter-block .accordion .item .heading.title-form:after {
  display: none;
}
.filter-block .form-filter .title_form {
  display: block;
  margin: 0 0 23px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
}
.maps_block {
  padding: 17px 0 0;
}
.maps_block p b {
  font-weight: 600;
}
.maps_block .delivery-tab .text .list {
  margin: -5px 0 26px;
}
.maps_block .delivery-tab .text .list li {
  padding: 0 0 0 50px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 0;
}
.maps_block .delivery-tab .text .list li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  left: 33px;
  background: #000;
}
.maps_block .info {
  padding: 14px 0 0 105px;
  margin: 0 0 30px;
  position: relative;
}
.maps_block .info p {
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 20px;
  font-size: 17px;
}
.maps_block .info:after {
  position: absolute;
  content: "";
  top: 13px;
  left: 29px;
  width: 48px;
  height: 48px;
  background: url("/local/templates/stalker.3.0/images/icon_info.svg") no-repeat;
  background-size: 100%;
}
.maps_box {
  padding: 10px 0 0;
}
.maps_box .menu {
  display: block;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
}
.maps_box .menu a {
  border: none;
  font-weight: 700;
}
.maps_box .list_submenu {
  margin: 0 0 26px;
}
.maps_box .list_submenu li {
  margin: 0 0 0;
}
.maps_box .list_submenu li a {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  border: none;
}
.maps_box .list_submenu li a:hover {
  text-decoration: underline;
}

.product-form .estimate-box .rating-box {
  margin-right: 20px;
}
.product-form .estimate-box .review_link {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  border-bottom: 1px dotted #000;
  padding: 0;
  margin: 0 0 10px;
}
.product-form .estimate-box .review_link:hover {
  border-color: transparent;
}
.product-form .size-box .size_link,
.product-form .size_opt-box .size_link {
  margin: 0 0 10px auto;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-color: #cad0a1;
}
.product-form .size-box .size_link:after,
.product-form .size_opt-box .size_link:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/local/templates/stalker.3.0/images/icon_ruler.svg")
    no-repeat;
  background-size: 100%;
}
.product-form .size-box .size_link:hover,
.product-form .size_opt-box .size_link:hover {
  text-decoration-color: transparent;
}
.delivery_box {
  display: flex;
  flex-wrap: wrap;
}
.delivery_box .delivery-list {
  width: calc(50% - 15px);
}
.delivery_box .delivery-list .hide {
  display: none;
}
.delivery_box .delivery-list .more a {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  border-bottom: 1px dotted #000;
}
.delivery_box .delivery-list .more a:hover {
  border-bottom: 1px dotted transparent;
}
.specifications-block .text {
  padding: 4px 0 15px 0;
  font-size: 14px !important;
}
.specifications-block .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 18px;
}
.specifications-block .text ul {
  margin: 0 0 20px;
}
.specifications-block .text ul li {
  margin: 0 0 6px;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 0 27px;
  letter-spacing: 0.01em;
}
.specifications-block .text ul li:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.specifications-block .list-specifications {
  margin: 0 0 20px;
}
.specifications-block .list-specifications strong,
.specifications-block .list-specifications span em {
  font-size: 14px;
}
.specifications-block .list-specifications .more {
  padding: 10px 0 0;
}
.specifications-block .list-specifications .more a {
  border-bottom: 1px dotted #989898;
}
.specifications-block .list-specifications .more a:hover {
  border-bottom: 1px dotted transparent;
}
.specifications-block .list-specifications .hide {
  display: none;
}
#size_popup {
  width: 100%;
  max-width: 1070px;
  padding: 22px 112px 33px;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  display: none;
}
#size_popup .title_popup {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #000000;
}
#size_popup .subtitle {
  display: block;
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #000000;
}
#size_popup p {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 20px;
}
#size_popup p a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: 600;
}
#size_popup p a:hover {
  text-decoration: none;
}
#size_popup .table {
  margin: 0 0 27px;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
#size_popup .table th {
  padding: 0 0 0;
  background: #929777;
  border-right: 1px solid rgba(230, 236, 236, 0.2);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #ffffff;
  height: 40px;
  /* width: 1%; */
}
#size_popup .table th:last-child {
  border: none;
}
#size_popup .table td {
  border-bottom: 1px solid #e6ecec;
  border-right: 1px solid #e6ecec;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  height: 92px;
  padding-top: 9px;
}
#size_popup .table td:last-child {
  border-right: none;
}
#size_popup .table td span {
  display: block;
  margin: 0 0 5px;
}
#size_popup .table_box {
  overflow: hidden;
  padding: 0 0 5px;
  overflow-x: auto;
}
.reviews_block {
  padding: 0 0 0;
  margin: -6px 0 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.reviews_form {
  width: 410px;
  background: #fafafa;
  padding: 40px 47px 53px 50px;
}
.feedback .title_form {
  display: block;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
}
.feedback p {
  margin: 0 0 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #b9b9b9;
}
.feedback .row_form {
  margin: 0 0 24px;
}
.feedback .txt_row {
  margin: -7px 0 13px;
}
.feedback .label {
  display: block;
  margin: 0 0 4px;
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  color: #000000;
}
.feedback textarea,
.feedback input[type="text"] {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 5px 19px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.feedback input[type="text"] {
  margin: 0 0 0;
  height: 50px;
}
.feedback textarea {
  height: 123px;
  resize: none;
  padding: 12px 19px;
}
.feedback .error {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #b9b9b9;
}
.feedback .rating-box {
  padding: 3px 0 0;
  justify-content: flex-start;
  margin: 0 0 11px;
}
.feedback .rating-box span {
  margin: 0 11px 10px 0;
  font-size: 11px;
  line-height: 24px;
}
.feedback .rating-box .rating li {
  margin-left: 8px;
}
.feedback .rating-box .rating a i:before {
  font-size: 28px;
  line-height: 1;
}
.feedback .form_btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 39px;
  border: 1px solid #7a7e60;
  background: #7a7e60;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.feedback .form_btn:hover {
  background: transparent;
  color: #7a7e60;
}

.reviews_box {
  width: calc(100% - 410px);
  padding: 0 30px 0 0;
}
.reviews_box .head_box {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.reviews_box .head_box h2 {
  margin-right: 34px;
}
.reviews_box .head_box .link {
  display: block;
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 6px 33px;
}
.reviews_box .head_box .link:hover {
  color: #fff;
  background: #000;
}
.reviews_box p {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #b9b9b9;
}
.reviews_list .review_item {
  margin: 0 0 27px;
  padding: 0 0 16px;
}
.reviews_list .review_item.bdr {
  border-bottom: 1px solid #edefef;
}
.reviews_list .review_head {
  position: relative;
  margin: 0 0 6px;
  padding: 4px 0 0 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reviews_list .review_head .icon_user {
  position: absolute;
  top: 3px;
  left: 11px;
  width: 28px;
  height: 28px;
  background: url("/local/templates/stalker.3.0/images/icon_user.svg") no-repeat;
  background-size: 100%;
}
.reviews_list .user_data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 17px;
  line-height: 27px;
}
.reviews_list .user_data .user_name {
  margin: 0 20px 10px 0;
  display: block;
  font-weight: 600;
}
.reviews_list .user_data .date {
  display: block;
  margin: 0 0 10px;
  font-weight: 300;
  color: #989898;
}
.reviews_list .user_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.reviews_list .user_links > span {
  display: block;
  margin: 0 0 10px 14px;
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  color: #000000;
}
.reviews_list .rating-box .rating li a i:before {
  font-size: 14px;
  line-height: 1;
}
.review_text {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px;
}
.reviews_list .links_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reviews_list .complain {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: #989898;
  margin: 0 35px 10px 0;
}
.reviews_list .consent {
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: #989898;
  margin: 0 0 10px;
}
.reviews_list .consent a {
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #000000;
  padding: 0 0 0 23px;
  margin: 0 0 0 18px;
}
.reviews_list .consent a:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 17px;
  height: 17px;
}
.reviews_list .consent a.no:after {
  background: url("/local/templates/stalker.3.0/images/icon_no.svg") no-repeat;
  background-size: 100%;
}
.reviews_list .consent a.yes:after {
  background: url("/local/templates/stalker.3.0/images/icon_yes.svg") no-repeat;
  background-size: 100%;
}
.reviews_list .photo_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -5px;
  padding: 15px 0 0;
}
.reviews_list .photo_list li {
  padding: 0 8px;
  margin: 0 0 15px;
}
.reviews_list .photo_list li img {
  display: block;
}
.reviews_list .answer_box.admin {
  background: #f1f1ee;
  padding: 32px 70px 26px 127px;
  margin: 17px 0 0;
  position: relative;
}
.reviews_list .answer_box.admin .icon_user {
  width: 34px;
  height: 33px;
  background: url("/local/templates/stalker.3.0/images/icon_adm.svg") no-repeat;
  background-size: 100%;
  top: 32px;
  left: 68px;
  position: absolute;
}
.reviews_list .answer_box.admin .name {
  display: block;
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #7a7e60;
}
.reviews_list .answer_box.admin p {
  margin: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.reviews_list .answer_box.admin p a {
  text-decoration: underline;
  color: #7a7e60;
}
.reviews_list .answer_box.admin p a:hover {
  text-decoration: none;
}
.reviews_list .btn_holder {
  margin: 0 0 0;
  padding: 7px 0 0;
  text-align: center;
  width: 100%;
}
.reviews_list .btn_holder .more {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 6px 52px;
  display: inline-block;
  vertical-align: top;
}
.reviews_list .btn_holder .more:hover {
  color: #fff;
  background: #000;
}
.reviews_list .hide {
  display: none;
}

@media (max-width: 1500px) {
  .drop-catalog .close_link {
    right: 5px;
    top: 5px;
  }
}
@media (max-width: 1100px) {
  .auth-body #nav {
    top: 119px;
  }
  .blog-block .catalog-filter ul {
    flex-wrap: wrap;
    white-space: normal;
  }
  .blog-block .catalog-filter ul a {
    padding: 8px 10px;
  }
}
@media (max-width: 980px) {
  .brand_page .list-brand li {
    width: 20%;
  }
  .maps_block .col-30 {
    width: 50%;
  }
}
@media (max-width: 890px) {
  .inner_promo-block .item-slide.big-width .inner-slide {
    padding-left: 15px;
  }
  .delivery-tab .text-img .list {
    padding: 0 0 0 40px;
  }
  .delivery-tab .text-img .important {
    padding: 22px 30px 20px;
  }
  .timetable_box {
    padding: 0 0 0 90px;
  }
  .appear_box {
    float: none;
    margin: 0 auto 30px;
    clear: none;
    width: 100%;
    max-width: 410px;
  }
  #size_popup {
    padding: 22px 30px 33px;
  }
  .reviews_block {
    display: block;
  }
  .reviews_box {
    padding: 0;
    width: 100%;
    margin: 0 0 50px;
  }
  .reviews_form {
    width: 100%;
  }
  /* new style for brands */
  .brands-block .list-brand.brands_slider {
    display: block;
  }
  .brands-block .list-brand.brands_slider .slick-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .brands-block .list-brand.brands_slider li {
    margin: 0;
  }
  /* end new style for brands */
}
@media (max-width: 767px) {
  .product-gallery .item-gallery:nth-child(4) .price_item {
    left: 45%;
  }
  .product-gallery .item-gallery:nth-child(4) .price_item .price_box {
    margin-left: -30px;
  }
  .brand_page .list-brand li {
    width: 25%;
  }
  .tags_box li {
    margin: 0 15px 10px 0;
  }
  .tags_box a {
    padding: 0;
  }
  .keep_box {
    margin: 0 0 40px;
    padding: 23px 16px 38px;
  }
  .maps_block .info {
    padding-left: 45px;
  }
  .maps_block .info p {
    font-size: 15px;
  }
  .maps_block .info:after {
    left: 0;
    width: 30px;
    height: 30px;
  }
  .reviews_list .answer_box.admin {
    padding: 32px 20px 26px 50px;
  }
  .reviews_list .answer_box.admin .icon_user {
    left: 8px;
  }
}
@media (max-width: 590px) {
  .auth-body #nav {
    top: 144px;
  }
  .brand_page .list-brand li {
    width: 33.3%;
  }
  .delivery-tab .num_list,
  .delivery-tab .text-img .list {
    padding: 0;
  }
  .timetable_box {
    padding: 0 0 0 48px;
  }
  .article-text .btn_holder .back {
    font-size: 18px;
  }
  .maps_block .col-30 {
    width: 100%;
  }
  #size_popup .title_popup {
    line-height: 1.2;
    font-size: 25px;
  }
  .reviews_list .user_links {
    margin: 0;
  }
  .reviews_list .rating-box span {
    margin: 0 0 10px;
  }
  /* new style for brands */
  .brands-block .list-brand.brands_slider li {
    padding: 0 10px;
  }
  .brands-block .list-brand.brands_slider li img {
    width: 142px !important;
  }
  /* end new style for brands */
}
@media (max-width: 480px) {
  .brands-block .head_box .title-block {
    margin-right: 10px;
  }
  .brands-block .head_box .all_links {
    padding: 8px 5px;
  }
  .product-gallery .gallery-list {
    max-height: none;
    columns: 1;
  }
  .product-gallery .item-gallery:nth-child(4) .price_item .price_box {
    margin-left: -14px;
  }
  .brand_page .list-brand li {
    width: 50%;
  }
  .delivery-tab .text-img h3 {
    font-size: 22px;
  }
  .delivery-tab .text-img .text .subtitle {
    font-size: 18px;
  }
  .appear_box {
    padding: 19px 15px 20px;
  }
  .maps_block .tabset .tab-control li,
  .maps_block .tabset .tab-control-no-js li {
    margin: 0;
    text-align: center;
  }
  #size_popup .table {
    min-width: 410px;
  }
  .product-form .size-box .size_link {
    margin: 0 0 10px;
  }
  .delivery_box .delivery-list {
    width: 100%;
  }
  .reviews_form {
    padding: 40px 25px 53px;
  }
}
@media (max-width: 420px) {
  .brands-block .head_box {
    margin-right: -20px;
  }
  .brands-block .head_box .title-block {
    font-size: 22px;
  }
  .tabset.goods-block .tab-control li{
    margin-right: 13px;
  }
  .tabset.goods-block .tab-control li:last-child{
    margin-right: 0;
  }
}

/* update styles for banner 5.05.2022 */
.collection-block .item-slide .title-promo {
  font-size: 32px;
  line-height: 38px;
}
/* .collection-block .item-slide .title-promo span {
  display: block;
} */
.promo-slider .subtitle-promo {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 1100px) {
  .collection-block .item-slide:before {
    padding: 48.438% 0 0;
  }
}
@media (max-width: 980px) {
  .collection-block .item-slide:before {
    padding: 57.438% 0 0;
  }
}
@media (max-width: 890px) {
  .collection-block .item-slide:before {
    padding: 40.8% 0 0;
  }
  .bottom-footer .list-nav a {
    font-size: 13px;
    text-decoration: underline;
  }
  .bottom-footer .phone a {
    text-decoration: underline;
  }
  .bottom-footer .list-nav a:hover,
  .bottom-footer .phone a:hover {
    text-decoration: none;
  }
  .wholesalers_block .list_nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .collection-block .item-slide:before {
    padding: 45.8% 0 0;
  }
}
@media (max-width: 590px) {
  .collection-block .item-slide:before {
    padding: 55.8% 0 0;
  }
}
@media (max-width: 480px) {
  .collection-block .item-slide:before {
    padding: 75.8% 0 0;
  }
  .collection-block .item-slide .title-promo {
    font-size: 26px;
    line-height: 32px;
  }
  .ajax-form-box {
    padding: 48px 35px 58px;
  }
}
@media (max-width: 380px) {
  .promo-slider .subtitle-promo {
    font-size: 14px;
    line-height: 16px;
  }
  /* .collection-block .item-slide .title-promo span {
    display: inline;
  } */
}
/* end update styles for banner 5.05.2022 */



/* styles for links in tabs */
.goods-block .link_holder{
  padding-top: 58px;
  margin-bottom: 0;
  text-align: center;
}
.goods-block .link_holder .link{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 38px;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #E6E6E6; */
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000000;
  transition: all ease 0.3s;
  text-decoration: underline;
}
.goods-block .link_holder .link:hover{
  text-decoration: none;
}
.goods-block .link_holder .link:after{
  position: absolute;
  top: 5px;
  right: -19px;
  content: '';
  width: 34px;
  height: 8px;
  background: url("../images/tab_arrow.svg") no-repeat;
  background-size: 100%;
}
.goods-block .link_holder .link:before{
  position: absolute;
  content: '';
  height: 1px;
  /*background: #E6E6E6;*/
  left: 0;
  bottom: 0;
  right: 38px;
  transition: all ease 0.3s;
}
.goods-block .link_holder .link:hover:before{
  opacity: 0;
}
@media (max-width: 767px){
  .goods-block .link_holder{
    padding-top: 25px;
  }
}


.delivery-tab .text-img .text .list li{
  display: block;
}
