.auth-body #wrapper {
  position: relative;
}
.auth-body #header {
  margin-top: 0;
}

pre {
  display: block;
  margin: 30px 0;
  background-color: #dedede;
  font-size: 12px;
  padding: 15px;
}

.product-filter li a.current {
  color: #fff;
  background-color: #000;
}

input.error,
textarea.error {
  outline: 0;
  border-color: #ff0000 !important;
  animation-name: error;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  color: #ff0000 !important;
}

@keyframes error {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
  37% {
    transform: translateX(10px);
    timing-function: ease-out;
  }
  55% {
    transform: translateX(-10px);
    timing-function: ease-in;
  }
  73% {
    transform: translateX(8px);
    timing-function: ease-out;
  }
  82% {
    transform: translateX(-8px);
    timing-function: ease-in;
  }
  91% {
    transform: translateX(4px);
    timing-function: ease-out;
  }
  96% {
    transform: translateX(-4px);
    timing-function: ease-in;
  }
  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}

.form-block .input-holder input[type="text"].error {
  border: none;
  border-bottom: 1px solid #ff0000;
}

.item-slide .img-box a {
  background-size: 100% !important;
  background-position: center !important;
}

.ajax-form-box {
  max-width: 690px;
  padding: 48px 82px 58px;
}

.ajax-form-box .text-form {
  margin: 0 0 30px;
}
.ajax-form-box .dscr {
  display: block;
  color: #b9b9b9;
  font-size: 12px;
  line-height: 1.5;
}
.ajax-form-box .dscr-popup {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.17;
  margin: 0 auto;
  max-width: 300px;
  color: #b9b9b9;
}
.ajax-form-box .form-btn {
  margin: 0 0 18px;
}
.ajax-form-box .title-form {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #000000;
}
.ajax-form-box .text-form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px;
  align-items: center;
  justify-content: space-between;
}
.ajax-form-box .text-form p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #b9b9b9;
  letter-spacing: 0.01em;
  margin: 0 0 0;
}
.ajax-form-box .text-form .btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 6px 28px 7px;
  border-radius: 80px;
}
.ajax-form-box .input-holder {
  margin: 0 0 21px;
}
.ajax-form-box .title-input {
  margin: 0 0 1px;
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.ajax-form-box input[type="password"],
.ajax-form-box input[type="text"],
.ajax-form-box textarea {
  display: block;
  margin: 0 0 1px;
  height: 50px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 5px 22px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
.ajax-form-box textarea {
  height: 100px;
  line-height: 1.1;
}
.ajax-form-box .form-btn {
  height: 58px;
  font-size: 16px;
}

.address-block .item-address .btn.make-route {
  display: none;
}
@media (max-width: 768px) {
  .address-block .item-address .btn.make-route {
    display: block;
  }
}

.article-block .share-box li {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #989898;
  letter-spacing: 0.02em;
}

.hide-row {
  display: none;
}

/* new style for reviews 10.03.2021 */

.reviews-list .list-share li.like,
.reviews-list .list-share li.dislike {
  position: relative;
}
.list-share .bx-rating-yes-text,
.list-share .bx-rating-no-text {
  /* display: none; */
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  width: 17px;
  height: 17px;
  z-index: 2;
}
.list-share.blog-comment-meta
  li.rating_vote_text
  .list-share
  .bx-rating-yes-count,
.list-share.blog-comment-meta
  li.rating_vote_text
  .list-share
  .bx-rating-no-count {
  color: #000 !important;
}
.reviews-list .list-share li.rating_vote_text,
.reviews-list .list-share li.rating_vote_text .list-share {
  margin: 0;
}

/* end new style for reviews 10.03.2021 */
#header .list-btn a.favorites {
  position: relative;
}
#header .list-btn a.basket span,
#header .list-btn a.favorites span {
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
  font-size: 11px;
  background-color: #f4f5f5;
  z-index: 1;
}

.basket-item-block-actions {
  opacity: 1;
  margin-top: 13px;
}
.basket-item-actions-remove {
  width: 8px;
  height: 8px;
  margin: 0 auto;
}
.basket-item-actions-remove:before,
.basket-item-actions-remove:after {
  background-color: #000;
  width: 12px;
  height: 2px;
}
.basket-item-block-amount {
  background-color: #f4f5f5;
  max-width: 129px;
  height: 31px;
  margin-right: 25px;
}
.basket-item-amount-filed {
  border: none;
  background: transparent;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
}

.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
  border: none;
}
.basket-items-list {
  padding: 0;
}
.basket-item-info-name-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0;
  font-family: "Inter";
}
.basket-item-info-name-link:hover {
  color: #000;
}
.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-top: 7px;
}
.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  width: 6px;
  background-color: #000;
}
.basket-item-amount-btn-minus:after {
  margin-left: -3px;
}
.basket-item-amount-btn-plus:before {
  width: 2px;
  height: 6px;
  margin-top: -3px;
}
.basket-item-amount-btn-plus:after {
  margin-left: -3px;
}

.city_box {
  padding: 4px 0 6px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 3405px;
}
.search-result,
.city_list {
  padding: 0 25px;
}
.search-result ul {
  padding-top: 5px;
}
.search-result li {
  margin: 3px 0 0 22px;
}
.city_list li {
  margin: 0 0 3px;
}
.search-result li a,
.city_list li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.search-result li a:hover,
.city_list li a:hover {
  font-weight: 600;
}
.search-result li.active a,
.city_list li.active a {
  font-weight: 800;
  color: #929777;
}

#modal_city {
  max-width: 518px;
  padding-top: 38px;
}
#modal_city .title-form {
  font-size: 29px;
  margin: 0 0 21px;
}
#modal_city .input-holder {
  position: relative;
}
#modal_city input.js-search {
  font-weight: 400;
}
#modal_city .form-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
  padding: 0;
  border: none;
  width: 56px;
  display: block;
}
#modal_city .form-close:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url("images/form_close.svg") no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modal_city .input-holder p {
  font-size: 12px;
  color: #ff0000;
}
.basket-item-block-info {
  max-width: 270px;
}
.basket-item-block-image {
  max-width: 140px;
}
.basket-item-block-image {
  padding-right: 34px;
}
.basket-items-list-item-descriptions {
  width: auto;
}
.basket-items-list-item-descriptions-inner {
  max-width: 435px;
}
.basket-items-list-item-price {
  max-width: 80px;
  min-width: 80px;
}
.basket-item-block-price {
  text-align: left;
}
.basket-item-price-current-text {
  font-weight: 700;
  line-height: 24px;
  color: #000;
  font-size: 16px;
  font-family: "Inter";
}
.basket-items-list-item-price-for-one .basket-item-price-current-text {
  font-weight: 400;
}
.basket-items-list-item-remove {
  min-width: 80px;
  max-width: 80px;
}
.basket-checkout-container {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}
.basket-checkout-section-inner {
  display: block;
}
.basket-checkout-block-total {
  text-align: left;
}
.basket-checkout-block-total-price-inner {
  text-align: left;
}

.product-item-detail-slider-image img,
.visual-product .nav-slider .inner-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.visual-product .nav-slider .inner-slide img {
  width: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
.product-item-detail-slider-image:before {
  display: block;
  content: "";
  padding: 114.806% 0 0;
}
.visual-product .nav-slider .inner-slide:before {
  display: block;
  content: "";
  padding: 113.35% 0 0;
}

.smart-filter-form {
  position: relative;
}

.bx_profile {
}
.bx_profile .form-group {
  display: flex;
}
.bx_profile .form-group .main-profile-form-label {
  flex: 0 0 100px;
}

.sale-order-list-container {
}
.sale-order-list-container .sale-order-list-title-container {
  background: transparent;
}
.sale-order-list-container .sale-order-list-inner-container {
  border: none;
}
.sale-order-list-container .sale-order-list-top-border {
  display: none;
}

/* styles for edit 20.04.2021 */
div.search-page table tr:first-child td {
  width: auto !important;
}
div.search-page input.search-query {
  display: block;
  height: 45px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 5px 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}
div.search-page input.search-button {
  background: #7a7e60;
  padding: 0 0 0;
  height: 45px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #7a7e60;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div.search-page input.search-button:hover {
  color: #7a7e60;
  background: transparent;
}
.basket-checkout-block-total-inner {
  margin: 0 0 13px;
}
.basket-checkout-block-btn {
  padding: 35px 0 0;
}
.section {
  overflow: hidden;
}
.inner-section > .container > p {
  margin: 0 0 35px;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0.025em;
  padding: 0 81px;
}
.inner-section > .container > p.annotation {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0.011em;
}
.inner-section > .container > ul {
  padding: 8px 81px 53px;
}
.inner-section > .container > ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.01em;
}
.inner-section > .container > ul li:after {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  font-size: 30px;
  line-height: 1;
  color: #000;
  top: 1px;
  left: 0;
}
.inner-section > .container > ol {
  counter-reset: li;
  margin: -2px 0 46px;
  padding: 0 81px;
}
.inner-section > .container > ol li {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 12px;
  position: relative;
  padding: 0 0 0 48px;
  letter-spacing: 0.01em;
}
.inner-section > .container > ol li:before {
  counter-increment: li;
  content: counters(li, ".");
  position: absolute;
  top: -2px;
  left: -4px;
  border-radius: 50%;
  background: #929777;
  width: 33px;
  height: 33px;
  padding: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.inner-section .bottom-box {
  max-width: 1330px;
  margin: 0 auto 40px;
  padding: 26px 15px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9eded;
  box-sizing: border-box;
}
.inner-section .bottom-box .list-share li {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #989898;
  display: block;
  position: relative;
  letter-spacing: 0.02em;
}
.inner-section .bottom-box .list-share li.share {
  padding: 0 0 0 19px;
}
.inner-section .bottom-box .list-share li.share:after {
  position: absolute;
  content: "\e80d";
  top: 50%;
  left: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-family: "fontello";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #929777;
}
.product-gallery .gallery-list {
  max-height: 1213px;
}
#modal_city {
  width: 100%;
}
/* .gallery-box .item-slide .inner-item {
  height: auto !important;
} */
.sankt-peterburg #header .nav-menu {
  left: 401px;
}
.contacts-block .catalog-tab {
  margin: 0;
}
.drop-catalog .brands-block {
  /* margin: -6px auto 58px; */
  max-width: 1330px;
  /* padding: 0 15px; */
  width: 100%;
  margin: 0 auto 20px;
  padding: 40px 15px 0;
  order: 1;
}
/* .promo-section .promo-slider{
    max-height: 628px;
    overflow: hidden;
}
.promo-section .promo-slider .item-slide{
    width: 50%;
} */
.product-form .size_opt-box .list-size .size {
  flex: 0 0 132px !important;
}
.product-form .size_opt-box .count-block {
  /* width: calc(100% - 90px); */
  width: calc(100% - 132px);
  justify-content: space-between;
}
.product-form .size_opt-box .count-block .count-box{
  width: calc(100% - 70px);
  max-width: 367px !important;
  margin-right: 0;
}
.product-form .size_opt-box .count-box .max_num{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 59px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-decoration-line: underline;
  color: #CACACA;
}

.menu-catalog .menu > li .sub-menu a > span {
  display: inline-block;
  padding: 2px 5px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  background: #ffed00;
  border-radius: 5px;
  text-transform: lowercase;
}

.size_opt-box .holder_opt-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 9px 0 5px;
}
.size_opt-box .holder_opt-box .inner_holder{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 367px;
}
.popup-block1#quick_view .size_opt-box .holder_opt-box .inner_holder{
  max-width: none;
  justify-content: flex-end;
}
.popup-block1#quick_view .tab-control .inner-slide{
  overflow: hidden;
  height: 55px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.popup-block1#quick_view .tab-control .inner-slide img{
  max-height: 100%;
}
.mob-phone {
  display: none;
}

@media (max-width: 1330px) {
  .sankt-peterburg #header .nav-menu {
    left: 358px;
  }
}
@media (max-width: 1300px) {
  .product-form .size_opt-box .red-btn {
    margin-right: 5px;
    max-width: none;
    width: 230px;
  }
  .product-form .size_opt-box .count-block > em {
    width: 46px;
    margin-right: 5px;
  }
}
@media (max-width: 1150px) {
  .product-form .size_opt-box .count-box {
    max-width: 160px;
  }
}
@media (max-width: 1100px) {
  .mob-phone {
    display: block;
  }
  .auth-body #header {
    top: 39px;
  }
  #header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  #nav {
    z-index: 1;
  }
  .catalog-filter ul {
    overflow-x: auto;
  }
  .gallery-box .item-slide {
    height: 410px;
  }
  .product-form .size_opt-box .list-size li {
    padding-right: 0;
  }
  /* .product-form .size_opt-box .count-block {
    width: auto;
  } */
  .drop-menu a > span {
    display: inline-block;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    background: #ffed00;
    border-radius: 5px;
    text-transform: lowercase;
  }
}
@media (max-width: 980px) {
  .gallery-box .item-slide {
    height: 460px;
  }
  /* .product-form .size_opt-box .count-block{
        justify-content: flex-start;
    } */
  .product-form .size_opt-box .red-btn {
    width: 300px;
  }
}
/* @media (max-width: 890px){
    .promo-section .promo-slider .item-slide{
        width: 100%;
    }
} */
@media (max-width: 767px) {
  #nav {
    top: 97px;
  }
  .verified-block {
    margin: 0 0 45px;
  }
  .catalog-block .filter-block {
    margin: 0 0 30px;
  }
  h1 {
    margin: 0 0 15px;
  }
  .visual-product .product-slider {
    overflow: hidden;
    /* height: 380px; */
  }
  .visual-product .product-slider .item-slide a {
    display: block;
    text-align: center;
    /* height: 380px; */
    height: auto;
  }
  .visual-product .product-slider .item-slide img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* .visual-product .nav-slider {
    display: none;
  } */
  .inner-section {
    padding: 115px 0 0;
  }
  .inner-section .section {
    margin: 0 -27px;
  }
  .about-block .verified-block {
    margin-top: 30px;
  }
  .about-block .verified-block .list-verified {
    padding: 10px 0 0;
  }
  .article-text .text p {
    line-height: 23px;
  }
  .article-block .share-box li {
    margin: 0 15px 5px 0;
  }
  .article-block .article-text p {
    padding: 0;
  }
  .blog-block {
    margin: 0 0 50px;
  }
  .catalog-tab .tab-control {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .inner-section > .container > p {
    padding: 0;
  }
  .inner-section > .container > ul {
    padding: 8px 0 53px;
  }
  .inner-section > .container > ol {
    padding: 0;
  }
  .inner-section .bottom-box {
    padding: 26px 27px 0;
  }
  .gallery-box .item-slide {
    height: 520px;
  }
  .product-form .size_opt-box .red-btn {
    width: 230px;
  }
}
@media (max-width: 640px) {
  .gallery-box .item-slide {
    height: 440px;
  }
}
@media (max-width: 580px) {
  td.basket-items-list-item-price {
    min-width: 100%;
  }
  .basket-item-block-price {
    padding: 0;
  }
  .gallery-box .item-slide {
    height: 390px;
  }
  .product-form .size_opt-box .count-block {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .goods-slider .item-slide {
    width: 250px;
  }
  .breadcrumbs-block {
    padding: 0 30px 0 0;
  }
  .breadcrumbs-block .breadcrumbs li {
    margin: 0 14px 0 0;
  }
  .breadcrumbs-block .breadcrumbs a,
  .breadcrumbs-block .breadcrumbs span {
    font-size: 9px;
    line-height: 18px;
  }
  /*
  .breadcrumbs-block .back-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 24px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    color: transparent;
  }
  .breadcrumbs-block .back-link:after {
    left: 9px;
    font-size: 10px;
    line-height: 10px;
    color: #000;
  }
  */
  .gallery .item-slide {
    margin: 0 0 20px;
  }
  .gallery-box .btn-holder {
    padding: 20px 0 0;
  }
  .pagination-box span {
    display: none;
  }
  .catalog-block .catalog-box {
    margin: 0 0 50px;
  }
  .sizes-block .btn-holder {
    padding: 0;
    margin: 0 0 7px;
  }
  .sizes-block .btn-holder .form-btn {
    margin: 0 0 7px;
  }
  body .popup-window.popup-window-with-titlebar {
    padding: 40px 10px 20px;
  }
  html .popup-window-close-icon,
  .popup-block .fancybox-close-small {
    width: 20px;
    height: 20px;
  }
  .popup-window-close-icon:before,
  .popup-block .fancybox-close-small:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .popup-window-close-icon:after {
    display: none;
  }
  .popup-window-with-titlebar .popup-window-content {
    padding: 0 10px 20px;
  }
  .popup-window-content .basket-list .img-box {
    margin: 0 auto -15px;
  }
  .popup-window-content .item-slide .img-box a {
    text-align: center;
  }
  .popup-window-content .basket-list .desc-slide {
    text-align: center;
  }
  .recommendation-box .gallery .item-slide {
    margin: 0;
  }
  .product_desc-box {
    margin: 0 0 20px;
  }
  .delivery-tab.tabset .tab-control {
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .address-block .item-address .btn.make-route {
    max-width: 100%;
  }
  .inner-section > .container > p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 25px;
  }
  .inner-section > .container > p.annotation {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px;
  }
  .inner-section > .container > ul {
    padding: 0;
    margin: 0 0 25px;
  }
  .inner-section > .container > ul li {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 35px;
  }
  .inner-section > .container > ul li:after {
    font-size: 22px;
  }
  .inner-section > .container > ol {
    margin: 0 0 35px;
  }
  .inner-section > .container > ol li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
  }
  .inner-section > .container > ol li:before {
    font-size: 18px;
    line-height: 23px;
    width: 24px;
    height: 24px;
  }
  .info-box.bg-green {
    margin: 50px 0;
  }
  #modal_city {
    padding: 38px 30px 30px;
  }
  .product-form .size_opt-box .red-btn {
    width: 202px;
    margin-right: 16px;
  }
  .product-form .size_opt-box .count-box {
    max-width: 102px;
  }
  /* .gallery-box .item-slide{
        height: 360px;
    } */
  .product-form .size_opt-box .count-block{
    margin: 0;
  }
  .product-form .size_opt-box .count-box,
  .product-form .size_opt-box .count-block > em{
    margin-bottom: 0;
  }
}
@media (max-width: 374px) {
  .goods-slider .item-slide {
    width: 290px;
  }
  .visual-product .product-slider {
    overflow: hidden;
    /* height: 300px; */
  }
  .visual-product .product-slider .item-slide a {
    /* height: 300px; */
  }
  .inner-section .section {
    margin: 0 -15px;
  }
  .inner-section .bottom-box {
    padding: 26px 15px 0;
  }
  .gallery-box .item-slide {
    height: 340px;
  }
  .product-form .size_opt-box .red-btn {
    width: 170px;
  }
  .product-form .size_opt-box .list-size .size{
    line-height: 1;
    font-size: 20px;
    flex: 0 0 95px;
  }
  .product-form .size_opt-box .count-block{
    width: calc(100% - 95px);
  }
}
/* end styles for edit 20.04.2021*/
.login-form .res {
  color: #ff0000;
}

.login-form .error-text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #b9b9b9;
  letter-spacing: 0.025em;
}
.login-form .error-text a {
  text-decoration: underline;
}
.login-form .error-text a:hover {
  text-decoration: none;
}
.ajax-form-box.login-form {
  width: 100%;
}
.login-form.ajax-form-box .text-form p {
  font-size: 18px;
}
.recommendation-box .gallery {
  display: block;
}
.social_block,
.address-box .metro,
.address-box .address .btn {
  display: none;
}
.list-contact .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px 0 0 9px;
}
.list-contact .social-list a {
  display: block;
}
.list-contact .social-list li,
#footer .social-list li {
  margin: 0 12px 0 0;
}
.list-contact .social-list i,
#footer .social-list i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
}
.list-contact .social-list i.whtp,
#footer .social-list i.whtp {
  background: url("images/whtp_icon.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.tlg,
#footer .social-list i.tlg {
  background: url("images/tlg_icon.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.vbr,
#footer .social-list i.vbr {
  background: url("images/vbr_icon.svg") no-repeat;
  background-size: 100%;
}
.opt_box {
  position: fixed;
  top: auto;
  bottom: 47px;
  left: 50.8%;
  /* transform: translateX(-103%); */
  background: #000;
  z-index: 10;
  width: 630px;
  border-radius: 0 0 4px 4px;
  padding: 19px 73px 30px 60px;
}
.close_opt {
  position: absolute;
  /* width: 12px;
  height: 12px; */
  width: 30px;
  height: 30px;
  background: url("images/opt_close.svg") no-repeat;
  background-size: 100%;
  /* top: 24px;
  right: 38px; */
  top: 41px;
  right: 47px;
}
.subtitle_opt {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #bbcf42;
  letter-spacing: 0.05em;
}
.title_opt {
  display: block;
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.price_opt {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

/* new styles for order_page */

@media (min-width: 768px) {
  .col-sm-9.bx-soa,
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
  }
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
    margin: 0 0 50px;
  }
  .bx-soa-cart-total,
  .bx-soa-cart-total-min-order {
    max-width: 450px;
  }
}
@media (min-width: 1101px) {
  .col-sm-9.bx-soa {
    width: 66.7%;
  }
  .col-sm-3.bx-soa-sidebar {
    width: 33.3%;
  }
}
.bx-soa-cart-total {
  border-radius: 0 !important;
  border: none !important;
  background: #f4f5f5;
  padding: 40px !important;
}
.bx-soa-cart-total-line {
  border: none !important;
  margin: 0 0 12px;
  padding: 0 !important;
}
.bx-soa-cart-d,
.bx-soa-cart-t,
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.bx-soa-cart-d,
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: 600;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 28px;
  line-height: 1;
}
.bx-soa-cart-total-min-order {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  /* color: #B9B9B9; */
  padding: 10px 20px 0;
}
.desc-opt {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .col-sm-9.bx-soa,
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
  }
  .col-sm-3.bx-soa-sidebar {
    width: 100%;
    margin: 0 0 50px;
  }
  .bx-soa-cart-total,
  .bx-soa-cart-total-min-order {
    max-width: 450px;
  }
}
@media (max-width: 480px) {
  .bx-soa-cart-total {
    padding: 20px !important;
  }
  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 26px !important  ;
    line-height: 1;
  }
}

.dimensions_block {
  padding: 43px 0 42px;
}
.dimensions_block .col-50 {
  margin: 0;
}
.dimensions_list {
  margin: 0 0 30px;
}
.dimensions_list .item_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 26px;
}
.dimensions_list .icon {
  width: 57px;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  margin: 4px 0 0;
}
.dimensions_list .dscr_list {
  padding: 0 0 0 25px;
  width: calc(100% - 57px);
}
.dimensions_list .title {
  display: block;
  margin: 0 0 13px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000000;
}
.dimensions_list .text {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: -0.03em;
  padding: 0 30px 7px 0;
  border-bottom: 1px solid #eaeeee;
}
.dimensions_list .text p {
  margin: 0 0 21px;
}
.wholesalers_page .info_box,
.dimensions_block .info_box {
  margin: 0 0 61px;
  padding: 23px 15px 23px 124px;
  position: relative;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.25;
  color: #000000;
  background: #f4f4ef;
  letter-spacing: 0.0015em;
}
.wholesalers_page .info_box:after,
.dimensions_block .info_box:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  top: 20px;
  left: 79px;
  background: url("images//nw_icon-08.svg") no-repeat;
  background-size: 100%;
}
.dimensions_block .list_block {
  margin: 0 0 0;
}
.dimensions_block .title_links {
  margin: 0 0 25px;
  display: block;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  color: #000000;
  padding: 0 0 15px;
  border-bottom: 1px solid #eff0f0;
}
.dimensions_block .list_links li {
  margin: 0 0 7px;
}
.dimensions_block .list_links li a {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  padding: 0 0 3px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
}
.dimensions_block .list_links li a:hover {
  border-color: transparent;
}
.bottom-footer {
  align-items: start;
  padding: 19px 0 34px;
}
.bottom-footer .list-nav {
  margin: 0 38px 0 0;
}
.bottom-footer .list-nav li {
  margin: 0 13px 0 0;
}
.bottom-footer .list-nav a {
  font-size: 12px;
  letter-spacing: 0.03em;
}
.bottom-footer .pay_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 0 0;
}
.bottom-footer .pay_box span {
  display: block;
  margin: 0 28px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
.bottom-footer .list_pay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bottom-footer .list_pay li {
  margin: 0 11px 0 0;
}
.bottom-footer .list_pay li a {
  display: flex;
  align-items: center;
}
.bottom-footer .list_pay li img {
  max-width: 100%;
}
/*.bottom-footer .phone {*/
/*  padding: 0 52px 0 0;*/
/*}*/
.wholesalers_page .heading-page .item-slide.big-width .inner_item-slide:before {
  padding: 35.45% 0 0;
}
.wholesalers_page .inner_promo-block .title-promo {
  max-width: 350px;
  font-size: 68px;
  line-height: 0.8;
  margin: 0 0 28px;
}
.wholesalers_page .inner_promo-block .subtitle-promo {
  margin: 0 0 59px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.wholesalers_page .inner_promo-block .btn_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 53px;
  width: 100%;
}
.wholesalers_page .inner_promo-block .btn_list a {
  display: block;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 17px 0 15px;
  margin: 0 0 15px;
  width: 100%;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 15px;
  max-width: 158px;
  transition: all 0.2s linear;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play span:after {
  position: absolute;
  content: "";
  top: 1px;
  left: -9px;
  width: 20px;
  height: 20px;
  background: url("images//nw_icon-14.svg") no-repeat;
  background-size: 100%;
  transform: none;
}
.wholesalers_page .inner_promo-block .btn_list .btn_play:hover {
  background: #dc0f0f;
  border: 1px solid #dc0f0f;
}
.wholesalers_page .inner_promo-block .btn_list .btn_red {
  background: #dc0f0f;
  border: 1px solid #dc0f0f;
  max-width: 313px;
  transition: all 0.2s linear;
}
.wholesalers_page .inner_promo-block .btn_list .btn_red:hover {
  background: transparent;
}
.wholesalers_block {
  padding: 29px 0 0;
}
.list_nav {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-x: auto;
  border-bottom: 1px solid #eff0f0;
  margin: 0 0 48px;
}
.list_nav li {
  margin: 0 40px 0 0;
}
.list_nav li:last-child {
  margin: 0;
}
.list_nav a {
  display: block;
  padding: 0 0 14px;
  position: relative;
  font-size: 23px;
  line-height: 1.09;
  font-weight: 300;
  /*color: #989898;*/
  transition: all 0.2s linear;
}
.list_nav a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  opacity: 1;
  transition: all 0.2s linear;
}
.list_nav a:hover {
  color: #000;
  /*font-weight: 500;*/
}
.list_nav a:hover:after {
  opacity: 0;
}
.about_box {
  margin: 0 0 25px;
}
.title_box {
  display: block;
  margin: 0 0 35px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #000000;
}
.about_text {
  margin: -1px 0 69px -9px;
  letter-spacing: 0.005em;
}
.about_text p {
  margin: 0 0 23px;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.2;
  color: #000000;
}
.about_text p.dscr {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  max-width: 735px;
  margin: 0 0 13px;
}
.extra_charge {
  padding: 16px 40px 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2;
  color: #748127;
  background: #f4f4ef;
  display: inline-block;
  vertical-align: top;
}
.support_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
  padding: 63px 0 0;
}
.support_box .title_box {
  width: 33.3%;
  padding: 0 15px;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
}
.support_box .title_box em {
  font-style: normal;
  color: #7a7e60;
}
.support_box .title_box:after {
  position: absolute;
  content: "";
  top: -51px;
  left: 70px;
  width: 49px;
  height: 31px;
  background: url("images//nw_icon-09.svg") no-repeat;
  background-size: 100%;
}
.text_support {
  width: 40.3%;
  padding: 5px 15px 0;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.btn_holder {
  width: 26.3%;
  padding: 9px 15px 0;
  text-align: center;
}
.btn_holder .form-btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  padding: 16px 10px;
  height: auto;
}
.our_product_box {
  padding: 45px 0 37px;
  position: relative;
  z-index: 0;
  margin: 0 0 53px;
}
.our_product_box:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f8f9f9;
  z-index: -1;
}
.our_product_box .title_box {
  margin: 0 0 30px;
}
.our_product_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -2px;
  padding: 0 5px 0 0;
}
.our_product_list .item_product {
  padding: 0 2px;
  width: 25%;
  margin: 0 0 10px;
}
.our_product_list .inner_product {
  border: 2px solid #f8f9f9;
  background: #fff;
  transition: all 0.2s linear;
}
.our_product_list .img_box {
  position: relative;
  display: block;
}
.our_product_list .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 100%; */
  /* height: 100%; */
  display: block;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.our_product_list .img_box:before {
  display: block;
  content: "";
  padding: 120.35% 0 0;
}
.our_product_list .dscr {
  padding: 17px 36px 20px;
  border-top: 1px solid #f8f9f9;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.2s linear;
}
.our_product_list .name_product {
  width: calc(100% - 95px);
  padding-right: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.025em;
  color: #000000;
}
.our_product_list .price {
  width: 95px;
  padding-left: 5px;
}
.our_product_list .price span {
  display: block;
  margin: 0 0 3px;
  font-size: 11px;
  line-height: 1;
  color: #989898;
  letter-spacing: 0.02em;
}
.our_product_list .price strong {
  display: block;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  color: #000000;
}
.our_product_list .inner_product:hover .dscr,
.our_product_list .inner_product:hover {
  border-color: #000;
}
.popular_block {
  margin: 0 0 80px;
}
.popular_block .title_box {
  margin: 0 0 27px;
}
.wholesalers_page .info_box {
  padding: 18px 15px 23px 104px;
  margin: 0 0 28px;
}
.wholesalers_page .info_box:after {
  top: 22px;
  left: 60px;
}
.popular_goods .slick-list {
  overflow: visible;
}
.popular_goods .item-slide {
  padding: 0 11px;
}
.popular_goods .item-slide .img-box {
  margin: 0 0 9px;
}
.popular_goods .item-slide .title-goods a,
.popular_goods .item-slide .title-goods {
  font-size: 13px;
  font-weight: 400;
  margin: -9px 0 2px;
}
.popular_goods .item-slide .title-goods {
  margin: -9px 0 2px;
}
.item-slide .price-box .price {
  font-size: 15px;
  line-height: 1.5;
}
.popular_goods .slick-arrow {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  border: none;
  padding: 0;
  margin: -67px 0 0;
  color: transparent;
  opacity: 1;
  cursor: pointer;
}
.popular_goods .slick-arrow:after {
  position: absolute;
  content: "\e800";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-family: "fontello";
  width: 7px;
  height: 15px;
}
.popular_goods .slick-arrow.slick-disabled {
  opacity: 0;
}
.popular_goods .slick-arrow.slick-next {
  right: -88px;
}
.popular_goods .slick-arrow.slick-prev {
  left: -88px;
  z-index: 3;
}
.popular_goods .slick-arrow.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.privilege_block {
  margin: 0 0 12px;
}
.privilege_block .title_box {
  margin: 0 0 39px;
}
.privilege_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.privilege_list li {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.privilege_list .inner_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeeee;
  padding: 0 0 26px;
}
.privilege_list .icon {
  width: 52px;
  display: block;
}
.privilege_list strong {
  display: block;
  width: calc(100% - 52px);
  padding: 0 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: -0.01em;
  color: #000000;
}
.privilege_list li:nth-last-child(-n + 2) .inner_list {
  border: none;
}
.product_evaluation_block {
  padding: 45px 0 42px;
  margin: 0 0 42px;
  position: relative;
  z-index: 0;
}
.product_evaluation_block:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f8f9f9;
  z-index: -1;
}
.product_evaluation_block .title_box {
  margin: 0 0 31px;
}
.evaluation_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 1244px;
}
.evaluation_list .item_evaluation {
  width: 20%;
  padding: 0 2px;
  margin: 0 0 5px;
}
.evaluation_list .inner_item {
  display: block;
  overflow: hidden;
  position: relative;
}
.evaluation_list .inner_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.evaluation_list .inner_item:before {
  display: block;
  content: "";
  padding: 118.5% 0 0;
}
.evaluation_list .inner_item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.evaluation_list .title_list {
  display: block;
  position: absolute;
  bottom: 28px;
  left: 29px;
  right: 30px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-weight: 700;
  min-height: 34px;
  z-index: 2;
}
.evaluation_list .inner_item:hover img {
  transform: scale(1.3);
}
.evaluation_list .inner_item:hover:after {
  opacity: 1;
}
.cooperation_block {
  margin: 0 0 52px;
}
.cooperation_block .title_box {
  margin: 0 0 26px;
}
.cooperation_block .info_box {
  margin: 0 0 30px;
}
.cooperation_block .info_box:after {
  top: 17px;
}
.cooperation_block .verified-block {
  margin: 0;
}
.cooperation_block .verified-block .list-verified {
  padding: 0;
}
.cooperation_block .verified-block .list-verified:after {
  display: none;
}
.cooperation_block .list-verified li {
  width: 25%;
  padding-left: 58px;
}
.cooperation_block .list-verified li:after {
  top: 6px;
  left: 4px;
}
.contacts_block {
  padding: 13px 0 0;
  border-top: 1px solid #ababab;
}
.contacts_block .form-block {
  margin: 0 0 45px;
}
.contacts_block .form-block .title-block {
  margin: 0 0 26px;
}

/* popup styles */
.sizes_modal {
  width: 100%;
  max-width: 1070px;
  height: 973px;
  padding: 38px 111px 25px;
}
.sizes_modal .title_popup {
  margin: 0 0 36px;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.01em;
  display: block;
}
.sizes_modal .sizes_box {
  margin: 0 0 21px;
}
.sizes_modal .text_popup {
  margin: 0 0 0;
  padding: 0 0 7px;
}
.sizes_modal .text_popup .title_text {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
}
.sizes_modal .text_popup p {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}
.sizes_modal .text_popup .more_link {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.sizes_modal .text_popup .more_link:hover {
  text-decoration: none;
}
.sizes_modal .text_popup .hide_text {
  display: none;
}
.sizes_modal .table_box {
  overflow: hidden;
  overflow-x: auto;
  padding: 0 0 15px;
}
.sizes_modal .table {
  width: 100%;
  border-collapse: collapse;
}
.sizes_modal .table th {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #ffffff;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(230, 236, 236, 0.2);
  background: #929777;
  width: 1%;
  white-space: nowrap;
}
.sizes_modal .table td {
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  height: 90px;
  border: 1px solid #e6ecec;
  background: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.9;
  color: #000000;
}
.sizes_modal .table th:first-child,
.sizes_modal .table td:first-child {
  border-left: none;
}
.sizes_modal .table th:last-child,
.sizes_modal .table td:last-child {
  border-right: none;
}
.video_view {
  padding: 0;
  width: 100%;
  max-width: 1070px;
  /* height: 810px; */
}
.video_view .video_box {
  position: relative;
  background: #000;
  min-height: 474px;
}
.video_view .btn_play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 174px;
  height: 172px;
  background: url("images//nw_icon-15.svg") no-repeat;
  background-size: 100%;
  transition: all 0.2s linear;
}
.video_view .btn_play:hover {
  opacity: 0.6;
}
.video_view .inner_popup {
  width: 100%;
  padding: 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.video_view .form-block {
  margin: 0;
  padding: 49px 113px 68px;
}
.video_view .title_form {
  margin: 0 0 47px;
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000000;
}
.video_view .form-block .form {
  padding: 0;
}
.video_view .form-block .input-holder input[type="text"] {
  margin: 0 0 2px;
}
.video_view .form-block .desc-form {
  font-size: 11px;
}
.video_view.popup-block .form-btn {
  height: 46px;
  font-size: 14px;
}
.video_view.popup-block .fancybox-close-small {
  top: 50%;
  margin: 104px 0 0;
  right: 54px;
}

@media screen and (max-width: 1460px) {
  .popular_goods .slick-arrow.slick-prev {
    left: 0;
  }
  .popular_goods .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1330px) {
  .wholesalers_page .inner_promo-block .title-promo {
    max-width: 610px;
  }
  .wholesalers_page .inner_promo-block .btn_list {
    margin: 0 0 10px;
  }
  .opt_box{
    left: auto;
    right: 15px;
 }
}
@media screen and (max-width: 1250px) {
  .our_product_list .item_product {
    width: 33.3%;
  }
}
@media screen and (max-width: 1100px) {
  .wholesalers_page .inner_promo-block .title-promo {
    font-size: 50px;
  }
  .wholesalers_page .inner_promo-block .subtitle-promo {
    margin: 0 0 39px;
  }
  /* .wholesalers_page .inner_promo-block .item-slide.big-width .inner-slide{
        padding-left: 15px;
    } */
  .support_box .title_box {
    width: 100%;
  }
  .text_support {
    width: 60.3%;
  }
  .btn_holder {
    width: 39.7%;
  }
  .support_box {
    margin: 0 -15px 60px;
  }
  .cooperation_block .list-verified li {
    width: 50%;
  }
  .contacts_block {
    padding: 42px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .dimensions_list .text {
    padding-right: 0;
  }
  .sizes_modal {
    padding: 38px 30px 25px;
  }
  .wholesalers_page
    .heading-page
    .item-slide.big-width
    .inner_item-slide:before {
    padding: 45% 0 0;
  }
  .list_nav li {
    margin: 0 20px 0 0;
  }
  .list_nav a {
    font-size: 18px;
    padding: 0 0 10px;
  }
  /*.col-30,*/
  /*.col-70 {*/
  /*  width: 100%;*/
  /*  margin: 0;*/
  /*}*/
  .about_text {
    margin: 0 0 50px;
  }
  .our_product_list .dscr {
    padding: 17px 15px 20px;
  }
  .privilege_list strong {
    padding: 0 0 0 20px;
  }
  .evaluation_list .item_evaluation {
    width: 33.3%;
  }
  .evaluation_list .title_list br {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  .bottom-footer .phone {
    padding: 0;
  }
  .dimensions_block .col-50 {
    width: 100%;
  }
  .bottom-footer {
    padding-top: 0;
  }
  .sizes_modal .table th {
    padding: 5px;
  }
  .sizes_modal .table td {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .dimensions_list .title {
    font-size: 24px;
  }
  .dimensions_list .text {
    font-size: 15px;
  }
  .wholesalers_page .info_box,
  .dimensions_block .info_box {
    font-size: 17px;
  }
  .dimensions_block .col-30 {
    width: 50%;
  }
  .dimensions_block .title_links {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 18px;
  }
  .dimensions_block .list_links li {
    line-height: 1;
  }
  .dimensions_block .list_links li a {
    font-size: 14px;
  }
  .bottom-footer .list-nav {
    margin: 0 0 10px;
  }
  .bottom-footer .pay_box span,
  .bottom-footer .list_pay li {
    margin-bottom: 5px;
  }
  .sizes_modal .table th {
    font-size: 13px;
    white-space: normal;
  }
  .sizes_modal .table {
    min-width: 540px;
  }
  .wholesalers_page .inner_promo-block .title-promo {
    font-size: 44px;
    line-height: 1;
  }
  .wholesalers_page .inner_promo-block .btn_list a {
    padding: 10px 0 9px;
  }
  .wholesalers_page .inner_promo-block .subtitle-promo {
    font-size: 18px;
  }
  .wholesalers_page .inner_promo-block .btn_list {
    margin: 0;
  }
  .wholesalers_page .heading-page .item-slide.big-width .inner_item-slide {
    min-height: 380px;
  }
  .wholesalers_page
    .heading-page
    .item-slide.big-width
    .inner_item-slide:before {
    display: none;
  }
  /* .wholesalers_page .inner_promo-block .item-slide.big-width .inner-slide{
        padding-right: 15px;
    } */
  .list_nav {
    flex-wrap: nowrap;
  }
  .list_nav li {
    white-space: nowrap;
  }
  .title_box {
    font-size: 26px;
  }
  .about_text p.dscr {
    font-size: 20px;
  }
  .extra_charge {
    padding: 16px 15px 15px;
    font-size: 18px;
  }
  .text_support,
  .btn_holder {
    width: 100%;
  }
  .text_support {
    padding-top: 0;
    margin: 0 0 20px;
    font-size: 20px;
  }
  .support_box .title_box {
    font-size: 24px;
  }
  .btn_holder .form-btn {
    max-width: 100%;
  }
  .our_product_list .item_product {
    width: 50%;
  }
  .privilege_list li {
    width: 100%;
  }
  .privilege_list li:nth-last-child(-n + 2) .inner_list {
    border-bottom: 1px solid #eaeeee;
  }
  .privilege_list li:last-child .inner_list {
    border: none;
  }
  .privilege_list strong br {
    display: none;
  }
  .video_view .form-block {
    padding: 49px 20px 38px;
  }
  .video_view .video_box {
    min-height: 380px;
  }
  .video_view .btn_play {
    width: 90px;
    height: 90px;
  }
  .video_view.popup-block .fancybox-close-small {
    margin: 15px 0 0;
    right: 24px;
  }
  .opt_box{
    width: 100%;
    padding: 10px 30px;
    right: auto;
    left: 0;
    bottom: 0;
  }
  .close_opt{
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
  }
  .title_opt{
    font-size: 15px;
  }
  .price_opt{
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .our_product_list .name_product {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  .our_product_list .price {
    width: 100%;
    padding: 0;
  }
  .evaluation_list .item_evaluation {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .dimensions_block .col-30 {
    width: 100%;
  }
  .wholesalers_page .info_box,
  .dimensions_block .info_box {
    padding: 15px 10px 15px 34px;
    font-size: 15px;
  }
  .wholesalers_page .info_box:after,
  .dimensions_block .info_box:after {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 9px;
  }
  .wholesalers_page .inner_promo-block .btn_list .btn_play,
  .wholesalers_page .inner_promo-block .btn_list .btn_red {
    margin: 0 0 10px;
    max-width: 100%;
  }
  .wholesalers_page .inner_promo-block .title-promo {
    font-size: 38px;
    margin: 0 0 15px;
  }
  .about_text p.dscr {
    font-size: 18px;
  }
  .list_nav li {
    margin: 0 10px 0 0;
  }
  .extra_charge,
  .list_nav a {
    font-size: 16px;
  }
  .text_support {
    font-size: 18px;
  }
  .cooperation_block .list-verified li {
    width: 100%;
  }
  .video_view.popup-block .fancybox-close-small {
    margin: -10px 0 0;
  }
  .form-block .desc-form {
    line-height: 1.5;
  }
}
@media screen and (max-width: 420px) {
  .our_product_list .item_product,
  .evaluation_list .item_evaluation {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .dimensions_list .item_list {
    display: block;
  }
  .dimensions_list .icon {
    justify-content: flex-start;
    margin: 0 0 15px;
    width: 37px;
  }
  .dimensions_list .dscr_list {
    padding: 0;
    width: 100%;
  }
  .dimensions_list .title {
    font-size: 20px;
  }
  .sizes_modal .title_popup {
    font-size: 25px;
  }
  .privilege_list strong {
    font-size: 16px;
  }
  .video_view .title_form {
    font-size: 24px;
  }
  .video_view.popup-block .fancybox-close-small {
    right: 14px;
    margin: -67px 0 0;
  }
  .video_view .video_box {
    min-height: 260px;
  }
  .opt_box{
    padding: 10px 15px;
  }
  .subtitle_opt{
    font-size: 12px;
  }
  .title_opt{
    font-size: 13px;
  }
  .price_opt{
    font-size: 16px;
  }
}

.sizes_modal {
  display: none;
}

div.beono-flashmessage {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  width: 420px !important;
  padding: 42px 73px 40px !important;
}
.beono-flashmessage strong {
  display: block;
  color: #b4d22a;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #bbcf42;
}
.beono-flashmessage a {
  color: #fff;
}

.point_down {
  display: none;
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 10;
  padding: 19px 0 0;
}
.point_down .inner_down {
  padding: 16px 28px 16px 40px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-width: 856px;
}
.point_down .inner_down:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 44px;
  border-bottom: 24px solid #fff;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  margin: 0 0 -6px;
}
.point_down .btn_holder {
  width: 50%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .point_down .btn_holder .btn {
  width: calc(46% - 16px);
  margin: 0 8px;
  border: 1px solid #929777;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #929777;
}
#header .point_down .btn_holder .close_drop {
  color: #fff;
  background: #929777;
  width: calc(54% - 16px);
}
#header .point_down .btn_holder .btn:hover {
  text-decoration: none;
  color: #fff;
}
.point_down .btn_holder .btn:hover {
  color: #fff;
  background: #929777;
}
.point_down .btn_holder .close_drop:hover {
  background: transparent;
  color: #929777;
}
.name_city {
  display: block;
  padding: 0 0 0 33px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  width: 50%;
  position: relative;
}
.name_city:after {
  position: absolute;
  content: "\e806";
  top: 50%;
  left: 2px;
  font-family: "fontello";
  width: 18px;
  height: 21px;
  font-size: 21px;
  line-height: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .point_down .inner_down {
    min-width: auto;
    width: 100%;
    padding: 16px 15px;
    display: block;
  }
  .name_city {
    width: 100%;
    margin: 0 0 15px;
  }
  .point_down .btn_holder {
    width: 100%;
  }
  #header .point_down .btn_holder .btn,
  #header .point_down .btn_holder .close_drop {
    width: 48%;
    margin: 0;
    padding: 11px 5px;
  }
}

.location-select-box .point_down {
  min-width: 300px;
}
@media (max-width: 768px) {
  .location-select-box {
    position: absolute;
    left: -75px;
  }
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url("images/icon_play_1.svg") no-repeat;
  background-size: 100%;
  box-shadow: 0 1px 15px rgba(44, 49, 18, 0.5);
  z-index: 1;
}
.visual-product .nav-slider .item-slide.video .inner-slide:after {
  border: 2px solid #aab759;
}
.visual-product .nav-slider .item-slide.video .inner-slide img {
  opacity: 0.6;
}
.btn_play {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  padding: 13px 10px;
  text-align: center;
  transition: all 0.2s linear;
  position: absolute;
  bottom: 26px;
  right: 23px;
  z-index: 1;
  max-width: 87px;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  transition: all 0.2s linear;
  height: auto;
}
.btn_play:hover {
  background: #a3ad6c;
}
.btn_play span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000000;
  transition: all 0.2s linear;
}
.btn_play:hover span {
  color: #fff;
}
.btn_play span:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: url("images/icon_play_2.svg") no-repeat;
  background-size: 100%;
  transition: all 0.2s linear;
}
.btn_play:hover span:after {
  background: url("images/icon_play_3.svg") no-repeat;
  background-size: 100%;
}

.visual-product .product-slider .flag.hit {
  background-color: #000;
}
.item-slide .img-box .flag.hit {
  background-color: #000;
}
.visual-product .product-slider .item-slide a.btn_play {
  height: 39px;
}

/* style for radio buttons 09.11.2021 */
span.field-item.fields {
  display: flex;
  flex-wrap: wrap;
}
.field-item label {
  font-size: 15px;
  line-height: 1.2;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 20px 15px 0;
  display: block;
  cursor: pointer;
}
.field-item label input[type="radio"] {
  position: absolute;
  z-index: 0;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #7a7e60;
  -webkit-appearance: auto;
  border-radius: 50%;
  display: block;
  margin: 0;
}
/* .field-item label:after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #7A7E60;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 0;
}
.field-item label input[type="radio"]:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7A7E60;
    opacity: 0;
    z-index: 1;
}
.field-item label input[type="radio"]:checked:before{
    opacity: 1;
} */
/* end style for radio buttons 09.11.2021 */

#header .point a {
  line-height: 30px;
  width: 90px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#modal_city .input-holder {
  z-index: 2;
}
.search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin: -1px 0 0;
  background: #fff;
  z-index: 2;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.search-result ul {
  padding-bottom: 5px;
}

#header .logo2 {
  margin: 15px 0 0 50px;
}

@media screen and (max-width: 1199px) {
  #header .point a {
    width: 65px;
  }
}
@media screen and (max-width: 1100px) {
  #header .point a {
    width: auto;
  }
  /* #header .point{
        display: none;
    } */
}

@media (max-width: 1100px) {
  #header {
    height: 80px;
  }
  #header .container {
    height: 100%;
  }
  #header .logo {
    height: 48px;
    width: 106px;
  }
  #header .logo2 {
    height: 55px;
    width: 55px;
  }
  #header .search-box {
    top: 50%;
    right: 210px;
    transform: translateY(-50%);
    width: calc(100% - 461px);
  }
  #header .search-box .search-form {
    width: 100%;
  }
  #header .btn-open,
  #header .list-btn {
    top: 50%;
    transform: translateY(-50%);
  }
  #header .point {
    top: 25px;
    left: 150px;
  }
  .promo-section {
    padding: 80px 0 0;
  }
  #nav {
    top: 80px;
  }
}

@media (max-width: 768px) {
  .location-select-box {
    left: auto;
    position: static;
  }
}

@media (max-width: 767px) {
  #header .point a.cityName {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    text-indent: 100px;
    overflow: hidden;
    color: #fff;
  }
  #header .point a.cityName:after {
    content: "\e806";
    font-family: "fontello";
    font-size: 18px;
    width: 21px;
    height: 21px;
    line-height: 18px;
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    text-indent: 0;
    color: #000;
  }
  #header .point {
    padding: 0;
    left: 0;
    position: relative;
    top: 0;
    width: 21px;
    height: 21px;
  }
  #header .point:after {
    display: none;
  }
  .location-select-box {
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .address-block.col-40 {
    padding: 0 30px;
  }
  .contacts-block .head-box {
    padding: 0 15px;
  }
  .contacts-block .address-block .num-address {
    margin-left: 0;
  }
  #header .list-btn {
    right: 92px;
  }
  #header .search-box {
    width: calc(100% - 370px);
    left: auto;
    right: 215px;
  }
  #header .search-box input[type="text"] {
    padding: 5px 5px 4px 20px;
  }
  #header .logo {
    height: 43px;
    width: 91px;
  }
  #header .logo2 {
    margin: 15px 0 0 30px;
  }
  /* #nav{
        top: 80px;
    } */
  .drop-menu {
    top: 0;
  }
  .point_down {
    left: -55px;
  }
  .article-block .article-text ul,
  .article-block .article-text ol {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 590px) {
  #header {
    height: 105px;
  }
  #header .logo {
    top: 10px;
  }
  #header .logo2 {
    height: 35px;
    width: 35px;
  }
  #header .search-box {
    width: calc(100% - 56px);
    right: 28px;
    left: 28px;
    top: auto;
    bottom: 10px;
    transform: none;
  }
  #header .btn-open,
  #header .list-btn,
  .location-select-box {
    transform: none;
  }
  #header .btn-open {
    top: 25px;
  }
  #header .list-btn,
  .location-select-box {
    top: 24px;
  }
  .location-select-box {
    left: auto;
    right: 220px;
  }
  #nav {
    top: 105px;
  }
}

@media (max-width: 375px) {
  .location-select-box {
    right: 160px;
  }
  #header .list-btn {
    right: 60px;
  }
  #header .search-box {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  #header .btn-open {
    right: 15px;
    width: 44px;
    height: 35px;
  }
  .point_down {
    left: -125px;
  }
  .point_down .inner_down:after {
    left: 114px;
  }
}

@media (max-width: 295px) {
  .location-select-box {
    display: none;
  }
}
@media (max-width: 270px) {
  #header .list-btn li:first-child {
    display: none;
  }
}
@media (max-width: 240px) {
  #header .list-btn li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 240px) {
  #header .list-btn li:last-child {
    display: none;
  }
}

.article-text img {
  display: block;
  margin: 0 auto;
}
.article-text a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.article-text a:hover {
  border-bottom: 1px solid transparent;
}

.wholesalers_block .article-text .list.two-column li {
  display: block;
}
.wholesalers_block .article-text .text {
  padding: 0;
}
.address-block .reg-address {
  margin-bottom: 30px;
}

/* update style for filter 6.06.2022 */
.catalog-block .filter-block .open_block {
  display: none;
}
@media (max-width: 767px) {
  .catalog-block .filter-block .mob_block {
    display: none;
    padding: 20px 0 0;
  }
  .catalog-block .filter-block .open_block {
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 15px 40px 15px 0;
    position: relative;
    font-weight: 600;
    z-index: 0;
  }
  .catalog-block .filter-block .open_block:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #f4f5f5;
    transform: translateX(-50%);
    z-index: -1;
  }
  .catalog-block .filter-block .open_block:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 23px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}
@media (max-width: 480px) {
  .catalog-block .filter-block .open_block {
    padding-right: 30px;
  }
  .catalog-block .filter-block .open_block:after {
    right: 10px;
  }
  .ajax-form-box {
    padding: 48px 35px 58px;
  }
  .product-gallery .gallery-list {
    max-height: none;
  }
}
/* end update style for filter 6.06.2022 */


.vk-box { background-repeat: no-repeat; background-image: url(images/vk-bg.png); width: 100%; height: 70px; background-position: center; margin-bottom: 50px; }
.vk-box a { color: #fff; display: flex; justify-content: center; color: #fff; align-items: center; height: 70px; }
.vk-box .title { background-image: url(images/vk-box-ico.svg); background-position: left center; padding-left: 57px; font-size: 27px; font-weight: 800; padding-right: 55px; line-height: 1.2; background-repeat: no-repeat; background-size: 40px; min-height: 40px; }
.vk-box .dscr { font-size: 14px; font-weight: 600; line-height: 1.2; padding-right: 80px; }
.vk-box .btn { background-color: #7A7E60; color: #fff; border-radius: 5px; height: 40px; line-height: 40px; font-size: 13px; text-transform: uppercase; padding: 0 30px; }
@media (max-width: 768px) {
  .vk-box .btn { display: none; }
  .vk-box .title { display: none; }
  .vk-box .dscr { background-image: url(images/vk-box-ico.svg); background-position: left center; padding-left: 57px; background-repeat: no-repeat; background-size: 40px; min-height: 40px; }
}

/* .drop-catalog .brands-block{
  margin: -6px auto 25px;
} */
.drop-catalog .list_block{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.drop-catalog .list_block li{
  padding: 0 15px;
  margin: 0 0 15px;
  width: 25%;
}
.drop-catalog .list_block li a,
.brands-block .list_block li a{
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.drop-catalog .list_block li a:hover,
.brands-block .list_block li a:hover{
  text-decoration: none;
}
.drop-catalog .list_block li a span,
.brands-block .list_block li a span{
  display: flex;
  margin-right: 15px;
  border: 1px solid #000000;
  border-radius: 5px;
  width: 48px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  padding: 5px 5px 6px;
}
.drop-catalog .list_block li a span.percent,
.brands-block .list_block li a span.percent{
  font-size: 20px;
}
@media (max-width: 1100px){
  #nav .inner-nav > .brands-block{
    padding: 0;
    margin: 0 0 30px;
    display: block !important;
  }
  .brands-block .list_block{
    display: block;
    margin: 0;
  }
  .brands-block .list_block li{
    width: auto;
    padding: 0;
    margin: 0 0 15px;
  }
  .brands-block .list_block li a{
    font-size: 18px;
  }
  .brands-block .list_block li a span{
    width: 38px;
    height: 24px;
    font-size: 14px;
  }
  .brands-block .list_block li a span.percent{
    font-size: 16px;
  }
}
@media (max-width: 767px){
  .gallery-box .item-slide:hover .inner-item .sizes-block{
    display: none;
  }
  .gallery-box .item-slide:hover .inner-item:before,
  .item-slide:hover .img-box a:after{
    opacity: 0 !important;
  }
  .item-slide:hover .img-box a{
    transform: scale(1) !important;
  }
  .gallery-box .item-slide:hover .quick_view{
    display: none;
  }
  /* .item-slide .img-box a{
    pointer-events: none;
  } */
  
}

/* update 11.11.22 */
.wholesalers_page{
  overflow: visible;
}
.vk-box{
  padding: 0 15px;
}
.inner-section .inner-section{
  padding-top: 0;
}
.bx-soa-pp-company{
  z-index: 9 !important;
}
.promo-slider_1 .slick-dots{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.promo-slider_1 .slick-dots li{
  margin: 0 15px 15px;
}
.promo-slider_1 .slick-dots button{
  border: none;
  width: 8px;
  height: 3px;
  background: #E0E4E7;
  border-radius: 80px;
  transition: all ease 0.3s;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
}
.promo-slider_1 .slick-dots button:hover{
  background: #000;
}
.promo-slider_1 .slick-dots li.slick-active button{
  background: #000;
  width: 52px;
}
.promo-slider_1 .item-slide .show_m{
  display: none;
}

@media (max-width: 1330px){
  .wholesalers_page .inner_promo-block .item-slide.big-width .inner-slide{
    padding-left: 15px;
  }
}
@media (max-width: 890px){
  .basket-item-block-image{
    padding-right: 15px;
  }
  .basket-item-image-link{
    display: block;
    height: 100%;
  }
  .basket-item-image-link .img{
    width: 100%;
    height: 100%;
  }
  .tabset .tab-control, .tab-control-no-js{
    justify-content: flex-start;
  }
  .tab-control-no-js li:last-child{
    margin-right: 0;
  }
  .delivery-tab .link-holder{
    padding-left: 0;
  }
}
@media (max-width: 767px){
  .inner-section .wholesalers_block .section{
    margin: 0;
  }
  .vk-box{
    padding: 0 27px;
  }
  .our_product_list .img_box img{
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    top: 0;
  }
  tr.basket-items-list-item-container{
    justify-content: flex-start;
  }
  .basket-item-image-link .img{
    min-height: 100px;
  }
  .basket-items-list-item-descriptions-inner,
  .basket-item-block-info{
    max-width: 100%;
  }
  .basket-items-list-item-amount,
  .basket-item-block-price,
  .basket-item-block-amount{
    padding-top: 0;
  }
  /* .basket-items-list-item-amount{
    margin-left: 140px;
  } */
}
@media (max-width: 580px){
  .basket-items-list-item-amount,
  td.basket-items-list-item-price{
    min-width: auto;
  }
  .basket-items-list-item-descriptions-inner{
    flex-direction: row;
  }
  .basket-item-block-info{
    flex: none;
    width: calc(100% - 140px);
  }
  .promo-slider .item-slide img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .promo-slider.promo-slider_1 .item-slide:before{
    padding: 71% 0 0;
  }
  .promo-slider_1 .slick-dots{
    padding-top: 0;
  }
  .promo-slider_1 .slick-dots li{
    margin: 0 8px 10px;
  }
  .promo-slider_1 .slick-dots li.slick-active button{
    width: 30px;
  }
  .delivery-tab .tab-control-no-js a{
    font-size: 18px;
  }
  .promo-slider_1 .item-slide .show_d{
    display: none;
  }
  .promo-slider_1 .item-slide .show_m{
    display: block;
  }
  .promo-slider .slick-arrow{
    background: transparent;
  }
}
@media (max-width: 480px){
  .basket-item-block-image{
    max-width: 100px;
  }
  .basket-item-block-info{
    width: calc(100% - 100px);
  }
  .basket-item-image-link .img{
    min-height: 80px;
  }
  /* .promo-slider .item-slide img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  } */
  .tab-control-no-js li{
    margin-right: 15px;
  }
  .delivery-tab .tab-control-no-js a{
    font-size: 16px;
  }
}
@media (max-width: 375px){
  .vk-box{
    padding: 0 15px;
  }
  .basket-items-list-item-descriptions-inner{
    flex-direction: column;
  }
  .basket-item-block-image{
    padding: 0;
    margin-top: 0;
  }
  .basket-item-block-info{
    width: 100%;
  }
  .basket-items-list-item-amount{
    padding-bottom: 0;
  }
}

/* new style for update */
.product-form .delivery-list li.pickup strong{
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background: #FFED00;
  border-radius: 3px;
}
#header .info_box, .info_box2{
  padding: 10px 0 11px;
  background: #E4F47A;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  /*display: none;*/
}
#header .info_box .info_text, .info_box2 .info_text{
  margin: 0 auto;
  width: 100%;
  padding: 0 20px 0 39px;
  position: relative;
  max-width: 1421px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.33;
  letter-spacing: -0.015em;
  color: #000000;
}
#header .info_box .info_text:after, .info_box2 .info_text:after{
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/local/templates/stalker.3.0/images/icon_info_2.svg") no-repeat;
  background-size: 100%;
}
#header .info_box .info_text .close_info{
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: block;
}
#header .info_box .info_text .close_info:after,
#header .info_box .info_text .close_info:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  background: #000;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
}
#header .info_box .info_text .close_info:after{
  transform: rotate(45deg);
}
#header .info_box .info_text .close_info:before{
  transform: rotate(-45deg);
}
.has_info_box #header{
  height: 175px;
}
.has_info_box #header .container{
  height: calc(100% - 56px);
}
.has_info_box .promo-section,
.has_info_box .inner-section{
  padding: 174px 0 0;
}
.promo-section {
  padding: 0 !important;
}

@media (max-width: 1520px){
  #header .info_box, .info_box2{
    max-width: 1460px;
  }
}
@media (max-width: 1450px){
  #header .info_box, .info_box2{
    padding: 10px 15px 11px;
  }
  #header .info_box .info_text, .info_box2 .info_text{
    padding: 0 20px 0 29px;
  }
  #header .info_box .info_text .close_info{
    right: 0;
  }
}
@media (max-width: 1300px){
  #header .info_box .info_text, .info_box2 .info_text{
    font-size: 15px;
  }
}
@media (max-width: 1140px){
  .has_info_box #header{
    height: 192px;
  }
  .has_info_box .promo-section,
  .has_info_box .inner-section{
    padding: 191px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 73px);
  }
}
@media (max-width: 1100px){
  .has_info_box #header{
    height: 153px;
  }
  .has_info_box .promo-section,
  .has_info_box .inner-section{
    padding: 152px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 73px);
  }
  #header .info_box .info_text, .info_box2 .info_text{
    padding: 0 20px 0 28px;
  }
}
@media (max-width: 620px){
  .has_info_box #header{
    height: 173px;
  }
  .has_info_box .promo-section,
  .has_info_box .inner-section{
    padding: 172px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 93px);
  }
}
@media (max-width: 590px){
  .has_info_box #header{
    height: 198px;
  }
  .has_info_box .promo-section{
    padding: 197px 0 0 !important;
  }
  .has_info_box .inner-section{
    padding: 197px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 93px);
  }
}
@media (max-width: 500px){
  .has_info_box .inner-section .breadcrumbs-block{
    margin: 10px 0 35px;
  }
}
@media (max-width: 480px){
  #header .info_box, .info_box2{
    padding: 5px 15px 6px;
  }
  #header .info_box .info_text, .info_box2 .info_text{
    font-size: 12px;
  }
  .has_info_box #header{
    height: 176px;
  }
  .has_info_box .promo-section{
    padding: 175px 0 0 !important;
  }
  .has_info_box .inner-section{
    padding: 175px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 71px);
  }
}
@media (max-width: 375px){
  #header .info_box .info_text, .info_box2 .info_text{
    padding: 0 20px 0 29px;
  }
  .has_info_box #header{
    height: 192px;
  }
  .has_info_box .promo-section{
    padding: 191px 0 0 !important;
  }
  .has_info_box .inner-section{
    padding: 191px 0 0;
  }
  .has_info_box #header .container{
    height: calc(100% - 87px);
  }
}

.sale-order-detail-order-item-block { display: flex; }
@media (max-width: 768px) {
  .sale-order-detail-order-item-block { display: block; }
}

.catalog-block .catalog_tag-block { display: flex; flex-wrap: wrap; align-items: center; padding: 0 0 0 8px; margin: -6px 0 10px; }
.catalog-block .catalog_tag-block a { display: inline-block; margin: 0 28px 15px 0; padding: 0 0 6px; font-size: 12px; line-height: 24px; letter-spacing: -0.02em; color: #989898; position: relative; }
.catalog-block .catalog_tag-block a:after { position: absolute; content: ""; bottom: 0; left: 0; right: 0; height: 1px; background: #000; opacity: 0; }
.catalog-block .catalog_tag-block a:hover:after { opacity: 1; }

@media (max-width: 1100px) {
  .catalog-block .catalog_tag-block  {
    overflow-x: auto;
  }
  .catalog-block .catalog_tag-block .catalog-tag-hide {
    display: block;
  }
  .catalog-block .catalog_tag-block .catalog_tag_more {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .catalog-block .catalog_tag-block  {
    /*overflow-x: hidden;*/
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

#header .catalog-box .list-sale a.catalogsale {
  color: #E10E34;
}

.contacts-block .title-block{
  position: relative;
  z-index: 2;
  width: 40%;
}
.contacts-block .catalog-tab{
  margin-top: -72px;
}
.contacts-block .catalog-tab .head-box{
  justify-content: space-between;
}
.contacts-block .catalog-tab .link-holder{
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.catalog-tab .link-holder a{
  letter-spacing: 0.065em;
  display: block;
  padding-bottom: 6px;
  position: relative;
  margin-right: 49px;
  font-size: 21px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
.catalog-tab .link-holder a:last-child{
  margin: 0;
}
.catalog-tab .link-holder a:before{
  position: absolute;
  content: '';
  bottom: 0;
  height: 1px;
  /*background: #DEE3E3;*/
  left: 0;
  right: 0;
  transition: all ease 0.3s;
}
.catalog-tab .link-holder .link-support{
  padding-left: 38px;
  position: relative;
}
.catalog-tab .link-holder .link-support:after{
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 23px;
  height: 23px;
  background: url("/local/templates/stalker.3.0/images/icon-18.svg") no-repeat;
  background-size: 100%;
}
.catalog-tab .link-holder .link-support:before{
  left: 38px;
}
.catalog-tab .link-holder a:hover{
  text-decoration: none;
  color: #989898;
}
.catalog-tab .link-holder a:hover:before{
  opacity: 0;
}
.catalog-tab .tab{
  padding-top: 30px;
}
.map-block .row{
  padding: 0;
}
.map-block .row:after{
  top: 0;
}
.map-block .row .col-50{
  width: 100%;
}
.map-block .contact-box{
  padding: 20px 15px 0 81px;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.map-block .row .col-50:last-child .contact-box{
  margin: 0;
  padding: 0;
}
.map-block .contact-box .soc_box{
  width: 166px;
  padding-top: 10px;
}
.map-block .contact-box .soc_box span{
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #989898;
}
.list-contact .social-list{
  padding-left: 0;
  padding-top: 0;
  align-items: start;
  margin: 15px 0 0;
}
.list-contact .social-list li{
  margin-right: 22px;
}
.list-contact .social-list li:last-child{
  margin-right: 0;
}
.list-contact .social-list i{
  width: 22px;
  height: 22px;
  border-radius: 0;
}
.list-contact .social-list i.tlg{
  background: url("images/tlg_icon-2.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.whtp{
  background: url("images/whtp_icon-2.svg") no-repeat;
  background-size: 100%;
}
.list-contact .social-list i.vbr{
  background: url("images/vbr_icon-2.svg") no-repeat;
  background-size: 100%;
  height: 24px;
}
.map-block .contact-box .contacts{
  width: calc(100% - 166px);
  padding-right: 10px;
}
.map-block .list-contact .phone{
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.map-block .list-contact .phone a{
  margin-right: 35px;
  margin-bottom: 3px;
}
.map-block .list-contact .phone a:last-child{
  margin-right: 0;
}
.map-block .list-contact .email{
  line-height: 1;
  padding-top: 0;
  padding-left: 0;
}
.map-block .contact-box strong{
  padding-left: 0;
}
.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block{
  min-height: 50px;
}
.bx-sls .dropdown-fade2white{
  height: 47px;
}
.popup-window{
  width: 100%;
  max-width: 858px;
}

.item-slide .img-box .flag{
  border-radius: 10px;
  text-transform: uppercase;
  right: 0;
}
.item-slide .img-box .flag.sale{
  background: #B2FF34;
  color: #000;
  padding: 4px 17px 3px;
  font-size: 10px;
}

@media (max-width: 1100px){
  .map-block .contact-box{
    padding-left: 20px;
  }
}
@media (max-width: 767px){
  .contacts-block .title-block{
    width: 100%;
  }
  .contacts-block .catalog-tab{
    margin-top: 0;
  }
  .contacts-block .catalog-tab .link-holder{
    margin-left: 0;
    justify-content: start;
  }
  .catalog-tab .link-holder a{
    font-size: 18px;
    margin-right: 25px;
  }
  .contacts-block .tab .address-block{
    order: 2;
  }
  .contacts-block .tab .map-block{
    order: 1;
    margin: 0 0 50px;
  }
}
@media (max-width: 480px){
  .map-block .contact-box .soc_box,
  .map-block .contact-box .contacts{
    width: 100%;
  }
  .map-block .contact-box .contacts{
    padding-right: 0;
  }
  .catalog-tab .link-holder a,
  .catalog-tab .link-holder a:last-child{
    margin-bottom: 10px;
  }
}

.not_available_item .btn-favorites.favorite-btn-rozn{
  font-size: 0;
  line-height: 0;
}

.gallery-box .item-slide{
  height: 480px;
}
.item-slide .img-box a{
  height: 370px;
  background-size: auto !important;
}
.item-slide .img-box a:before{
  display: none;
}
.product-item-image-alternative{
  background-size: cover;
  width: auto;
  height: auto;
}
@media (max-width: 1150px){
  .gallery-box .item-slide{
    height: 440px;
  }
  .item-slide .img-box a{
    height: 330px;
  }
}
@media (max-width: 1050px){
  .gallery-box .item-slide{
    height: 420px;
  }
  .item-slide .img-box a{
    height: 310px;
  }
}
@media (max-width: 980px){
  .gallery-box .item-slide{
    height: 480px;
  }
  .item-slide .img-box a{
    height: 370px;
  }
}
@media (max-width: 767px){
  .gallery-box .item-slide{
    height: auto;
  }
  .item-slide .img-box a{
    height: auto;
    background-size: 100% !important;
  }
  .item-slide .img-box a:before{
    display: block;
  }
}
.popup-window-content .added-form .item-slide .img-box a{
  height: auto;
}