.absoluteBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.itemOstatock {
  color: #00b2a3;
}

.itemOstatock.greyColor {
  color: #a2a2a2;
}

.brands {
  background-color: #fff;
}

.brands__inner {
  display: block;
  margin: 0 auto;
}

.brands__list {
  list-style: none;
}

.brands__link {
  display: block;
  position: relative;
  border: 1px solid rgba(20, 20, 20, .2);
  padding: 5px;
  margin: 0 15px;
}

.brands__item {
  float: left;
  width: 20%;
  height: 100px;
  margin: 15px auto;
  border-radius: 5px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.brand {
  display: block;
  margin: 0 auto;
}

.all-brands {
  margin-top: 40px;
  margin-bottom: 18px;
}

.all-brands a {
  padding: 10px;
  width: 250px;
  margin: 0 auto;
  text-transform: lowercase;
  border: 1px solid rgba(30, 30, 30, .2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: rgba(20, 20, 20, .9);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slider-brands a.brand__link {
  display: block;
  position: relative;
  border: 1px solid rgba(20, 20, 20, .2);
  padding: 5px;
  margin: 0 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.slider-brands .center {
    object-fit: contain;
}

@media (max-width: 500px) {
    .slider-brands .center {
        width: 75%;
    }
}

.category-list {
  padding: 10px;
  padding-bottom: 0px;
  margin-top: 30px;
  border: 1px solid rgba(20, 20, 20, .2);
  border-radius: 5px;
  overflow: hidden;
  /*height: 230px;*/
  -webkit-box-shadow: inset 0px -18px 22px -5px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px -18px 22px -5px rgba(255, 255, 255, 1);
  box-shadow: inset 0px -18px 22px -5px rgba(255, 255, 255, 1);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.category-list ul {
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 30%;
  -moz-column-width: 30%;
  column-width: 30%;
  height: auto;

}

.category-list ul li {
  page-break-inside: avoid;
  break-inside: avoid;
  text-align: left;
  margin-bottom: 10px;
}

.category-list ul li a {
  border-bottom: 1px solid rgba(10, 10, 10, .3);
}

.btn-more {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #282828;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}


/* CONTACT FORM */
.wrap_bott_cont {
  float: left;
  width: 50%;
}

.wrap_bott_cont+br {
  display: none;
}

.wrap_bott_cont+br+ymaps {
  width: 48% !important;
  float: left;
  margin: 0 0 0 2%;
}

.cont_form input[type="text"],
.cont_form input[type="email"],
.cont_form textarea {
  width: 100%;
}

.media-body .date {
  display: none;
}

@media (max-width: 700px) {
  .wrap_bott_cont {
    float: none;
    width: 100%;
  }

  .wrap_bott_cont+br+ymaps {
    width: 100% !important;
    float: none;
    margin: 2% 0 0 0;
  }
}

.ajax .date {
  display: none;
}

.ajax p,
.ajax ul {
  text-align: left;
}

.credentials {
  display: none;
}

h2,
h3 {
  margin-bottom: 20px;
}

.dp-cost.dp-cost_value.info,
.shipping-18 .delivery-price,
.shipping-19 .delivery-price {
  color: #00b2a3;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.freedelivery-new-price{
  display: none!important;
}
.freedelivery-prev-price {
  text-decoration: initial!important;
}
.dp-cost_none{
  display: none!important;
}

.dp-cost.dp-cost_value.info:after,
.shipping-18 .delivery-price:after,
.shipping-19 .delivery-price:after {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s;
  /* top: 100%; */
  /* left: 0; */
  /* right: 0; */
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  content: "Зависит от габаритов и массы товара";
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
  background: #00b2a3;
  box-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.dp-cost.dp-cost_value.info:hover:after,
.shipping-18 .delivery-price:hover:after,
.shipping-19 .delivery-price:hover:after {
  visibility: visible;
  opacity: 1;
}

.shipping-18 .delivery-price:after,
.shipping-19 .delivery-price:after {
  left: 0;
  right: 0;
}

/*.shipping-18 .delivery-price:before,*/
/*.shipping-19 .delivery-price:before {*/
/*  display: inline;*/
/*  content: 'от ';*/
/*}*/

/* ↓ фикс корзины - поменять блоки местами */
.cartOS .cart-top {
  flex-direction: row-reverse;
}

.cartOS .cart-product-wrapper .mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 20px;
}

.cartOS .cart-product-wrapper {
  width: 100%;
}

/* ↑ фикс корзины - поменять блоки местами */


/* ↓ фикс - уменьшить соглашение с политикой конфиденциальности в корзине*/
.cartOS .cart-bottom-item .consent {
  font-size: 12px;
  color: #898989;
  line-height: 1.4em;
}

/* ↑ фикс - уменьшить соглашение с политикой конфиденциальности в корзине*/


/* ↓ фикс заказать в один клик в корзине - убрать*/
.cartOS .step-contactinfo .form-cart-item:nth-of-type(5),
.cartOS .step-contactinfo .form-cart-item:nth-of-type(6) {
  display: none;
}


.cartOS .step-contactinfo .checkout-content {
  margin-bottom: 0;
}

.cartOS .cart-form-wrapper {
  padding-bottom: 4px;
}

/* ↑ фикс заказать в один клик в корзине - убрать*/




/* ↓ фиксики - модалка добавления в корзину */
/* base */
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.sc88-modal-overlay button:focus {
  outline: none;
}

.sc88-modal-overlay {
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* width: 100vw; */
  /* height: 100%; */

  /* max-width: 100vw; */

  overflow-y: auto;
  overflow-x: hidden;
}

.sc88-modal-body {
  user-select: none;
}

/* отключение полосы прокрутки, когда показывается модалка */
body.--js-scroll-hidden {
  overflow: hidden;
}

/* project style */

.sc88-modal-overlay {
  background-color: rgba(201, 255, 254, 0.6);
  padding-top: 8vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.sc88-modal-btn-close.--bottom {
  border-color: gray;
  color: gray;
  transition: all 0.3s ease 0s;


}

.sc88-modal-btn-close.--bottom:hover {
  background: none;
  opacity: 0.4;
}

.sc88-modal-btn-close.--top {
  position: absolute;
  padding: 0;
  z-index: 2;
  top: 2%;
  right: 2%;

  width: 44px;
  height: 44px;

  line-height: 0;
  text-decoration: none;

  border: none;
  background: none;
}

.sc88-modal-btn-close.--top::after {
  content: "";
  position: absolute;

  width: 80%;
  height: 4px;

  background-color: #000000;
  border-radius: 100px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sc88-modal-btn-close.--top::before {
  content: "";
  position: absolute;

  width: 80%;
  height: 4px;

  background-color: #000000;
  border-radius: 100px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sc88-modal-body {
  position: relative;

  min-width: 400px;
  padding: 30px 10px;

  background: #ffffff;
  padding: 4%;

  max-width: 600px;
}

.sc88-modal-body-heading {
  margin-bottom: 6%;
  padding-left: 50px;
  padding-right: 50px;
}

.sc88-modal-body-heading__title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2%;
}

.sc88-modal-product-name {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
}

.sc88-modal-body-content {
  display: flex;
  flex-direction: row;

}


.w-line_01 {
  /* width: 60%; */
  flex-shrink: 1;
  flex-grow: 1;
}

.w-line_02 {
  /* width: 40%; */
  padding-left: 2%;
  flex-shrink: 0;
  flex-grow: 0;
}

.sc88-modal-product-img {
  margin-bottom: 4%;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.sc88-modal-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.sc88-modal-overlay {
  opacity: 0;
  visibility: hidden;

  transition: all 0.3s ease 0s;
}

.sc88-modal-overlay.--js-show {
  opacity: 1;
  visibility: visible;
}

.sc88-modal-overlay.--js-show .sc88-modal-body {
  opacity: 1;
  transform: translate(0);
}

.sc88-modal-btn-close.--top {
  transition: all 0.3s ease 0s;
}

.sc88-modal-btn-close.--top:hover {
  background: none;
  opacity: 0.6;
}

.sc88-modal-product-name {
  display: block;
}

.sc88-modal-cart-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
}

.sc88-modal-cart-qty {
  display: block;
  font-size: 16px;
}

.sc88-modal-cart-total {
  display: block;
  font-size: 16px;
}

.sc88-modal-body-content .text {
  font-weight: 600;
}

.w-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 12%;
}

.sc88-modal-btn-submit {
  margin-top: 14px;
  color: #00b2a3;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 25px;
  cursor: pointer;
  border: 1px solid #00b2a3;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.sc88-modal-btn-submit:hover {
  color: #00b2a3;
  opacity: 0.4;
}

.sc88-modal-cart-qty .text {
    margin-right: 8px;
  }



/* animations and actions */
.sc88-modal-body {
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: perspective(200px) translate(0px, -100%) rotateX(45deg);
}

.sc88-modal-overlay.--js-show {
  opacity: 1;
  visibility: visible;
}

.sc88-modal-overlay.--js-show .sc88-modal-body {
  opacity: 1;
  transform: translate(0);
}


@media(max-width: 560px) {
  .sc88-modal-overlay {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .sc88-modal-body {
    min-width: 320px;
  }

  .sc88-modal-body .sc88-modal-body-content {
    flex-direction: column;
  }

  .sc88-modal-product-img img {
    max-height: 200px;
  }
}






/* ↑ фиксики - модалка добавления в корзину */

/* ↓ фиксики - новое меню */

.menu-h-new>li>ul {
  margin: 0;
  padding: 20px 20px 15px 20px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 20;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  text-align: left;
  visibility: hidden;
  top: -1000000px;
  left: -1000000px;
  list-style: none;
}

.container-menu-h .menu-h-new li.tree ul.menu-group {
  columns: 3;
  padding-left: 10px;
  padding-right: 10px;
}

.container-menu-h .menu-h-new li.tree ul.menu-group li.menu-sub-group {
  width: 100%;
  display: block;
  float: left;
  page-break-inside: avoid;
  break-inside: avoid;
}

.container-menu-h .menu-h-new li.tree ul.menu-group li.menu-sub-group .menu-sub-group__heading {
  font-size: 18px;
  margin-bottom: 8px;
  padding-left: 37px;
  color: #0199be;
  font-weight: 600;
}




.container-menu-h .menu-h-new li.tree ul.menu-group li.menu-sub-group .menu-sub-group__list {
  padding-left: 0;
}

.container-menu-h .menu-h-new li.tree ul.menu-group li.menu-sub-group .menu-sub-group__list>li {
  width: 100%;
}

.menu-sub-group__list {
  display: flex;
  flex-direction: column;
}

.container-menu-h .menu-h-new li.tree ul.menu-group {
    columns: 3;
    padding-left: 25px;
    padding-right: 10px;
}

.container-menu-h .menu-h-new li ul li {
    width: 100%;
    position: relative;
}

.menu-h-new li:hover ul.menu-sub-group__list {
  position: relative;
}

.menu-h-new li ul.menu-sub-group__list {
  box-shadow: none;
  padding: 0;
}

/* ↑ фиксики - новое меню */

.xs-menu-overlay .menu-group {
    padding-left: 18px !important;
}

.xs-menu-overlay .menu-sub-group {
    cursor: pointer;
    padding: 5px !important;
}

.xs-menu-overlay .menu-sub-group::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 17px;
    width: 10px;
    height: 2px;
    background: #000;
}

.xs-menu-overlay .menu-sub-group::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 17px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(90deg);
}

.xs-menu-overlay .menu-sub-group.active::after {
    content: none;
}

.xs-menu-overlay .menu-sub-group__list li a {
    padding: 6px;
}

.b24-widget-button-position-bottom-right {
    bottom: 15px !important;
    right: 2% !important;
}

.scroll-top-wrapper {
    right: 12% !important;
    bottom: 21px !important;
    box-shadow: 0 0 10px 0px rgba(55, 205, 252, 0.5);
}

/*.container-menu-h .menu-h-new li.tree ul.menu-group {
   -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    transform: translateZ(0);
}

.container-menu-h .menu-h-new li.tree ul.menu-group li.menu-sub-group {
    display: flex;
    flex-direction: column;
}*/

/*.container-menu-h .menu-h-new li.tree ul.menu-group {
    display: flex;
    flex-wrap: wrap;
}

.container-menu-h .menu-h-new li.tree ul.menu-group li.menu-sub-group {
    flex: 0 1 calc(100% / 3);
}*/

.slider-brands .arrow {
    display: inline-block !important;
}

@media (max-width: 991px) {
    .mobiRegions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #00b2a3;
        text-align: center;
    }
    
    .mobiRegions .shop-regions__link {
        padding: 5px;
    }
    
    .mobiRegions .shop-regions {
        margin-left: 15px;
    }
    
    .mobiRegions .linkTopPunkts {
        padding: 5px;
        margin-left: 0px;
        margin-right: 15px;
    }
    
    .shop-regions-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .nobr.email {
        display: none !important;
    }
    
    .clone-xs-menu-item {
        border-top: 1px solid #00b2a3;
        border-bottom: 1px solid #00b2a3;
    }
    
    .xs-menu-overlay {
        top: 47px;
    }
    
    .clone-xs-menu {
        top: -25px;
        left: -100%;
        transition: left 0.3s ease;
    }
    
    .xs-menu-overlay.active .clone-xs-menu {
        left: 0;
    }
    
    .clone-xs-menu-item .close-block {
        display: none;
    }
    
    .clone-xs-menu .menu-h-img {
        display: inline-block;
        margin: 0 10px 0 0;
        filter: invert(1);
        width: 30px !important;
        object-fit: contain;
    }
    
    .clone-xs-menu .js-subcat-image {
        filter: brightness(0);
        margin-right: 5px;
    }
    
    .clone-xs-menu .xs-menu-main-item a {
        padding-left: 20px;
        font-weight: 500;
    }
    
    .xs-menu-overlay .title {
        font-size: 0;
        padding: 0;
        padding-top: 1px;
    }
    
    .advantages .owl-item {
        display: flex;
        justify-content: center;
    }
    
    .advantages .owl-item .icon {
        position: static;
        text-align: center;
    }
    
    .advantages .owl-item .header {
       text-align: center;  
    }
    
    .advantages .owl-item .description {
       text-align: center;
       display: block !important;
    }
    
    .advantages .owl-item .col-md-4 {
        width: 100%;
    }
    
    .advantages .owl-item .p-one {
        padding-left: 0;
    }
    
    .advantages .owl-nav {
        display: block !important;
    }
    
    .advantages .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        font-size: 0;
    }
    
    .advantages.row {
        width: 100% !important;
    }
    
    .advantages .owl-prev::before {
        font-size: 18px;
    }
    
    .advantages .owl-prev,
    .advantages .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    
    .advantages .owl-next::before {
        font-size: 18px;
    }
    
    .advantages .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        font-size: 0;
        
    }
    
    .home-news__list .owl-stage {
        display: flex;
        height: 100%;
    }
    
    .home-news__list.owl-carousel .owl-stage-outer {
        height: 100% !important;
    }
    
    .home-news__list .home-news__item {
        height: 100%;
    }
    
    .home-news__list .home-news__img img {
        max-width: 100%;
    }
    
    .home-news__list:not(.count-even) .home-news__item .home-news__img {
        float: none !important;
        width: 100% !important;
        margin: 0 30px 0 0 !important;
    }
    
    .home-news__list.owl-theme.owl-carousel > .owl-dots {
        position: static;
    }
    
    
    .home-news__list .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        font-size: 0;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .home-news__list .owl-prev::before {
        font-size: 30px;
    }
    
    .home-news__list .owl-next::before {
        font-size: 30px;
    }
    
    .home-news__list .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        font-size: 0;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .home-news__img ~ .home-news__content {
        margin: 0 !important;
    }
    
    .recommended .owl-item .adaptive {
        width: 100% !important;
    }
    
    .recommended {
        margin: 0 !important;
    }
    
    /*.recommended .owl-nav {*/
    /*    display: block !important;*/
    /*}*/
    
    /*.recommended .owl-prev {*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 0;*/
    /*    transform: translate(0, -50%);*/
    /*    font-size: 0;*/
    /*    width: 25px;*/
    /*    height: 25px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    border: 1px solid #000;*/
    /*}*/
    
    /*.recommended .owl-prev::before {*/
    /*    font-size: 18px;*/
    /*}*/
    
    /*.recommended .owl-next::before {*/
    /*    font-size: 18px;*/
    /*}*/
    
    /*.recommended .owl-next {*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    right: 0;*/
    /*    transform: translate(0, -50%);*/
    /*    font-size: 0;*/
    /*    width: 25px;*/
    /*    height: 25px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    border: 1px solid #000;*/
    /*}*/
    
    .recommended.owl-theme .owl-nav.disabled + .owl-dots {
        position: static;
        margin: 15px 0;
    }
    
    .recommended.owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 3px;
    }
    
    .footer-top-contacts {
        margin-top: 0 !important;
    }
    
    .footer-top {
        padding-bottom: 15px !important;
    }
    
    .logo-footer::before {
        top: -84px !important;
        left: -24px !important;
        width: 196px !important;
        height: 140px !important;
    }
    
    .address-footer {
        padding: 10px !important;
    }
    
    .address-info {
        max-width: 300px;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    
    .slider-main .owl-dots {
        display: block !important;
    }
}

@media (max-width: 700px) {
    .cartOS .cart-product-wrapper .mCSB_inside>.mCSB_container {
        margin-left: 0 !important;
    }
}

@media (max-width: 500px) {
    .advantages .owl-next {
        right: -10px;
    }
    
    .advantages .owl-prev {
        left: -10px;
    }
    
    .mobiRegions {
        flex-direction: column;
    }
    
    .mobiRegions .shop-regions {
        margin-left: 0px;
    }
    
    .mobiRegions .linkTopPunkts {
        margin-right: 0px;
    }
}

.filter .filtergroup .slider .pricehint {
    display: none !important;
}

.cart-name .itemOstatock {
    display: block;
}

@media (max-width: 700px) {
    .cart-product {
        position: relative;
    }
    
    .cart-product .cart-product-item {
        position: relative;
    }
    
    .cart-product .cart-product-item:nth-child(1) {
        width: 30%;
        margin-right: 10px;
    }
    
    .cart-product .cart-product-item:nth-child(2) {
        width: calc(70% - 10px);
    }
    
    .cart-product .cart-fav {
        font-size: 0;
        position: absolute;
        top: 52px;
        right: 7px;
    }
    
    .cart-product .cart-delete {
        font-size: 0;
        position: absolute;
        top: 7px;
        right: 6px;
    }
    
    .cart-product .cart-name {
        word-break: break-word;
        padding-right: 40px;
        text-align: left;
    }
    
    .cart-product .cart-details {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
        flex-direction: row;
    }
    
    .cart-product .count {
        margin-right: 15px;
        margin-bottom: 0;
    }
    
}

@media (max-width: 500px) {
    .cart-product .cart-product-item:nth-child(2) {
        padding-bottom: 5px;
    }
    
    .cart-product .cart-delete {
        top: 7px;
        right: 6px;
    }
    
    .cart-product .cart-fav {
        top: 52px;
        right: 7px;
    }
    
    .cart-product .cart-name {
        font-size: 14px;
    }
    
    .cart-product .cart-details .price {
        font-size: 16px;
    }
}

.mobiRegions .linkTopPunkts {
    display: none;
}

.header_type2 .linkTopPunkts {
    display: none;
}

@media (max-width: 991px) {
    .search-popup {
        overflow: auto;
        min-width: 300px;
    }
    
    .product .buy1click-open-button {
        z-index: 50 !important;
    }
}

.product-region {
    height: 0;
    overflow: hidden;
}

@media (max-width: 992px) {
    body.productPage {
        height: initial;
        padding-bottom: 43px;
    }
}

/* ↓ фикс корзины - сделать в колонку и по всей ширине с отцентрированием  */
.cartOS .cart-top {
  flex-direction: row;
}

.cart-table {
  margin-bottom: 25px;
}


.checkout-step.step-contactinfo {
    max-width: 600px;
    margin: 0 auto;
}

/* ↓ фикс корзины - убрать футер в корзине  */ 
/*.checkoutonePage .footer {
    display: none;
}*/

.button_map {
  max-width: 90px;
  min-width: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #00b2a3;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
}

@media (max-width: 520px) {
    .thumbnail-catalog .itemOstatock {
        min-height: 45px;
        font-size: 12px;
    }
}

.cart-bottom.cartOS__checkout {
    /*display: flex;*/
    /*flex-direction: column;*/
    margin: 0 auto;
}

.cart-bottom {
    margin-bottom: 35px;
    padding: 34px 19px;
    width: 100%;
}

@media (max-width: 1110px) {
        .cart-bottom {
            width: 60%;
    }
}

@media (max-width: 800px) {
        .cart-bottom {
            width: 80%;
    }
        
}

@media (max-width: 600px) {
        .cart-bottom {
            width: 100%;
    }
        
}

.final-btn {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cart-top {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.cartOS.cart-form-wrapper {
    padding-bottom: 0;
}

.cart-form-wrapper {
    margin: 0 auto;
}

/*.btn-final::after {*/
/*    background-color: #f7f7f7 !important;*/
/*}*/

/*мелкие правки по отображению значений сумм и количества в корзине*/

.cart-table-count,
.cart-table-price {
    font-weight: 700;
}

.cartCountItems,
.cartOS__cartTotal {
    font-weight: 700;
    font-size: 2rem;
    color: #00b2a3;
}

.cartOS__cartTotal .symbol {
    text-transform: lowercase;
}

/*блок информации о доставке в карточке*/

.delivery-text {
    padding: 30px 20px 30px 20px;;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    min-height: 365px;
    /*margin-right: 15px;*/
}

@media (max-width: 992px) {
        .delivery-text {
            min-height: 300px;
            margin-right: 0px;
    }
}

.delivery-text ul {
    list-style: none;
}

.delivery-text p {
    margin-bottom: 1rem;
}

/*.delivery-text:last-of-type {*/
/*    margin-bottom: 1rem;*/
/*}*/

.delivery-text li:nth-child(1)::before {
    position: absolute;
    top: 22px;
    left: 30px;
    content: '';
    width: 50px;
    height: 50px;
    margin: 0 10px;
    background: url(/wa-data/public/site/delivery-man2.png) 0 0 no-repeat;
}

.delivery-text li:nth-child(2)::before {
    position: absolute;
    top: 90px;
    left: 30px;
    content: '';
    width: 50px;
    height: 50px;
    margin: 0 10px;
    background: url(/wa-data/public/site/calendar2.png) 0 0 no-repeat;
}

.delivery-text li {
    padding-left: 15px;
}

.delivery-text-cost,
.delivery-text-timing {
    font-weight: bold;
}

.delivery-text-cost strong,
.delivery-text-timing strong {
    text-transform: uppercase;
    color: #00b2a3;
}

.delivery-text-question {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.delivery-text:last-child {
    margin-bottom: 1rem;
}

.delivery-text-question span {
    color: #00b2a3;
    font-weight: 700;
}

.header_type2 .main .logo img {
    object-fit: contain;
}

@media (max-width: 768px) {
    .buy1click-open-button {
        padding: 8px 8px;
    }
    
    .pagePage .container-background {
        padding-bottom: 25px;
    }
}

.post ._details {
    margin-top: 15px;
}

.post ._details a {
    border-bottom: 1px dashed #000;
    transition: all 0.3s ease;
}

.post ._details a:hover {
    border-color: #37cdfc;
}

@media (max-width: 991px) {
    .categoryPage .catCorona {
        display: none;
    }
    
    .promo-icons {
        margin: 10px 0;
    }
    
    .category .showtype {
        display: none;
    }
    
    .main_block {
        border-top: none;
    }
    
    .clone-xs-menu a {
        font-size: 13px;
    }
    
    .categoryPage .catTags {
        display: none;
    }
    
    .categoryPage .row.subcategory-images {
        display: none;
    }
    
    .categoryPage .wrapperButt {
        display: none;
    }
    
    .category .show-type-background {
        height: initial;
    }
}

    .h1_viewed {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.viewed_blog {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #a2a2a2;
    line-height: 120%;
}

.viewed_blog::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translate(0, -50%);
    left: 0;
    width: 21px;
    height: 15px;
    background: url("/wa-data/public/shop/themes/mtlider_theme/img/icon-view-password.svg") no-repeat;
}

.compensation {
    text-align: center;
    margin: 25px;
    border: 1px dashed #000;
}

/*изменение вида блога */

.post-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.post--list {
    margin: 0 10px 30px;
    padding: 0 30px 20px;
    flex: 0 1 calc(100% / 3 - 20px);
    position: relative;
    width: 100%;
    min-height: 1px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
    flex-flow: column nowrap;
    border-radius: 5px;
    transition: all 0.3s;
    box-shadow: 0 2px 11px rgb(0 0 0 / 30%);
}

@media (max-width: 1100px) {
    .post--list {
      flex: 0 1 calc(100% / 2 - 20px);  
    }
}

@media (max-width: 500px) {
    .post--list {
      flex: 0 1 calc(100% - 20px);  
    }
}

.post--list:last-of-type {
    justify-content: flex-start;
}


.post--list:hover {
    transform: scale(1.02);
    z-index: 10;
}

.post__head h3.post__title {
    margin: 20px 0;
}

.post__text .post__img {
    position: relative;
    height: 200px;
    overflow: hidden;
    min-height: 200px;
    /* max-width: 150px!important; */
    /* display: block; */
    /* float: left!important; */
    /* margin: 5px 15px 0 0!important;*/
}

.post img {
    margin-bottom: 20px;
}

/*end изменение вида блога*/

/*мелкие правки*/

.slider-brands a.brand__link {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

/*end мелкие правки*/



.arrow-slider-main {
  top: 50%;
  margin-top: 0 !important;
}

.visually-hidden:not(:focus):not(:active),
	input[type="checkbox"].visually-hidden,
	input[type="radio"].visually-hidden {
		position: absolute;
		width: 1px;
		height:  1px;
		margin: -1px;
		border: 0;
		padding: 0;
		white-space: nowrap;
		clip-path: inset(100%);
		clip: rect(0 0 0 0);
		overflow: hidden;
}

@media (max-width: 800px) {
    #product-list {
    margin-top: 0;
    }
    
    .compensation {
    margin: 10px;
    }
}

@media (max-width: 500px) {
    .caption {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    
    .thumbnail-catalog .name {
        height: initial;
        min-height: 80px;
        
    }
    
    .flexdiscount-product-wrap {
        display: flex;
        flex-direction: column;
    }
    
    .thumbnail-catalog.one-product {
        display: flex;
        flex-direction: column;
    }
    
    .thumbnail-catalog {
        flex-grow: 1;
    }
    
    form.flexdiscount-product-form {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
    }
    
    .thumbnail-catalog .name {
        flex-grow: 1;
    }
}

.compensation {
    border: 1px solid red;
    border-radius: 5px;
}

.compensation a {
    color: red;
}

.compensation:hover {
    border: 1px solid #37cdfc;
}

.compensation:hover a {
    color: #37cdfc;
    display: block;
}
.delivery-text .spechial-delivery li:nth-child(1)::before {
  top: 38px;
}
.delivery-text .spechial-delivery li:nth-child(2)::before {
  top: 110px;
}

.innerContent.product-info-pickup {
    margin-bottom: 40px;
}
.product-info-pickup .product-info__body {
    display: block;
}
.product-info-pickup .d_info__link {
    float: none;
    display: inline-block;
}
.product-info__body {
    font-family: 'MuseoSansRegular', Tahoma, Arial, Helvetica, Geneva, sans-serif;
    color: #004c72;
    font-size: 13px;
    padding-top: 1px;
    padding-top: 20px;
}
.product-info-pickups {
    margin-left: 0;
    margin-right: 0;
}

.product-info-pickups__points {
    width: 100%;
    height: 260px;
    overflow-y: auto;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px){
  .product-info-pickups__points {
    float: left;
    width: 33.33333333%;
}
}

.product-info-pickups__point {
    border-bottom: 1px solid #d5d5d5;
    padding: 17px 10px 14px 50px;
    position: relative;
    min-height: 43px;
    font-size: 13px;
    line-height: 1.2;
    color: #222222;
}

.map-marker_point {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 11px;
}

.map-marker {
    background: url(/wa-data/public/site/map-marker.png) 0% 0% no-repeat;
    width: 28px;
    height: 43px;
}

.product-info-pickups__point {
    border-bottom: 1px solid #d5d5d5;
    padding: 17px 10px 14px 50px;
    position: relative;
    min-height: 43px;
    font-size: 13px;
    line-height: 1.2;
    color: #222222;
}

.map-marker_point span {
    position: absolute;
    height: 18px;
    width: 18px;
    line-height: 16px;
    top: 5px;
    left: 5px;
    text-align: center;
    font-family: 'MuseoSansRegular', Tahoma, Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
}
.product-info-pickups__title {
    font-size: 17px;
    margin-bottom: 3px;
}
.product-info-pickups__link {
    color: #222222;
    text-decoration: underline;
    cursor: pointer;
}

.product-info-pickups__map {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    height: 260px;
}

@media (min-width: 992px){
  .product-info-pickups__map {
    float: left;
    width: 66.66666667%;
}
}

.zam_h3 {
    font-weight: bold;
}

.js-scroll-mapPoint {
    cursor: pointer;
    text-decoration: underline;
}

.more-hide span {
    display: block;
}