.product-card__color {
    border-radius: 50%;
}
.product-color__item label{
    border:none;
}
.product-color__item.selected label{

}
/*.product-color__item input:checked+label{*/
.product-color__item.current a{
    border: 1px solid #067960;
}
.product-color__item a img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.product-info__colors a{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
}
.product-info__colors a::after {
    content: "";
    display: block;
    top: 100%;
    translate: 0 4px;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
}
.product-info__colors .product-color__item.current a::after {
    opacity: 1;
}
@media (max-width: 1024px) {
    .product-info__colors a{
        width: 16px;
        height: 16px;
    }
}
.product-info__result.product-result .product-result__btn.body-text .body-text,
.product-result__btn.product-shutter__btn .body-text{
    color:#fff;
}
.header-cart__icon{
    color:#fff;
}
.header-cart__footer .product-card.swiper-slide {
    height: auto;
}
.product-content__slider .swiper-slide img, .product-content__image img{
    object-fit: contain;
}
.product-content__image_pic_0{-ms-grid-row:4;grid-row:4}
.product-content__image_pic_1{-ms-grid-row:5;grid-row:5}
.product-content__image_pic_2{-ms-grid-row:6;grid-row:6}
.product-content__image_pic_3{-ms-grid-row:7;grid-row:7}
.product-content__image_pic_4{-ms-grid-row:8;grid-row:8}
.product-content__image_pic_5{-ms-grid-row:9;grid-row:9}
.product-content__image_pic_6{-ms-grid-row:10;grid-row:10}
.product-content__image_pic_7{-ms-grid-row:11;grid-row:11}
.product-content__image_pic_8{-ms-grid-row:12;grid-row:12}
.product-content__image_pic_9{-ms-grid-row:13;grid-row:13}
.product-content__image_pic_10{-ms-grid-row:14;grid-row:14}
.product-content__image_pic_11{-ms-grid-row:15;grid-row:15}
.product-content__image_pic_12{-ms-grid-row:16;grid-row:16}
.product-content__image_pic_13{-ms-grid-row:17;grid-row:17}
.product-content__image_pic_14{-ms-grid-row:18;grid-row:18}
.product-content__image_pic_15{-ms-grid-row:19;grid-row:19}
.product-content__image_pic_16{-ms-grid-row:20;grid-row:20}
.product-content__image_pic_17{-ms-grid-row:21;grid-row:21}
.product-content__image_pic_18{-ms-grid-row:22;grid-row:22}
.product-content__image_pic_19{-ms-grid-row:23;grid-row:23}
.product-content__image_pic_20{-ms-grid-row:24;grid-row:24}
.product-content__image_pic_21{-ms-grid-row:25;grid-row:25}
.product-content__image_pic_22{-ms-grid-row:26;grid-row:26}
.product-content__image_pic_23{-ms-grid-row:27;grid-row:27}
.product-content__image_pic_24{-ms-grid-row:28;grid-row:28}
.product-content__image_pic_25{-ms-grid-row:29;grid-row:29}
/*.product-content__slider .swiper-pagination{
    display:none;
}*/

.footer-cookie_cover {
    height: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-cookie_notice {
    max-width: 1050px;
    width: 90vw;
    position: fixed;
    bottom: 32px;
    display: none;
    flex-direction: row;
    align-items: center;
    padding: 36px 20px;
    gap: 16px;
    background: #F6F6F6;
    /*backdrop-filter: blur(90px);*/
    /*-webkit-backdrop-filter: blur(90px);*/
    /*border-radius: 8px;*/
    z-index: 100;
    border: 1px solid #000000;
}
.footer-cookie_notice.open{
    display: flex;
}
.footer-cookie_notice .footer-cookie_desc{
    /* flex: none; */
    order: 0;
    flex-grow: 0;
}
.footer-cookie_notice .footer-cookie_desc,
.footer-cookie_notice .footer-cookie_desc a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    font-family: "Kinetika", sans-serif;
    text-transform: uppercase;
    font-size: 9px;
}
.footer-cookie_notice .footer-cookie_desc a{
    text-decoration:underline;
    transition: .3s ease;
}
.footer-cookie_notice .footer-cookie_desc a:hover{
    color: #93544F;
}

.footer-cookie_notice .footer-cookie_accept{
    display: flex;
    flex-direction: row;
    padding: 8px 32px;
    width: 134px;
    background: #000000;
    order: 1;
    flex-grow: 0;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    align-items: center;
    text-transform: uppercase;
    transition: .3s ease;
}
.footer-cookie_notice .footer-cookie_accept:hover {
    background: #93544F;
}

@media (max-width: 640px) {
    .footer-cookie_notice {
        width: 100vw;
        max-width: 100vw;
        flex-direction: column;
        gap: 16px;
        padding: 32px 20px;
        bottom: 0px;
        left: 0px;
        border: none;
    }
    .footer-cookie_notice .footer-cookie_desc,
    .footer-cookie_notice .footer-cookie_desc a {
        font-size: 10px;
        text-align: center;
        text-transform: none;
    }
    /*.footer-cookie_notice  .footer-cookie_desc span {text-wrap: nowrap}*/
    .footer-cookie_notice .footer-cookie_accept{
        font-size: 14px;
    }
}
@media (max-width: 425px) {
    .footer-cookie_notice {
        max-width: 312px;
        gap: 8px;
        bottom: 8px;
        left: 4px;
        padding: 8px;
    }
}
@media (max-width: 768px) {
    .product-content__slider .swiper-pagination{
        display:flex;
        padding:0 16px;
    }
}
.header-cart__main .header-cart__btn.body-text{
    color:#fff;
}
.product-info__favor button:hover{
    color:#fff;
}
.product-card_label{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 31px;
    top: 31px;
}
.arrival-slide__image .product-card_label .product-card__new,
.product-card__image .product-card_label .product-card__new{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 4px 8px;
    width: 44px;
    height: 21px;
    left: 31px;
    top: 31px;
    color: #FFFFFF;
}
.arrival-slide__image .product-card_label .product-card__percent,
.product-card__image .product-card_label .product-card__percent{
    display: flex;
    width: 44px;
    height: 21px;
    padding: 4px 8px;
    border-radius: 32px;
    background: #F99760;
    justify-content: center;
    align-items: center;
    color: white;
}
.arrival-slide__image .product-card_label .product-card__custom,
.product-card__image .product-card_label .product-card__custom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 4px 8px;
    height: 21px;
    left: 31px;
    top: 31px;
    border-radius: 32px;
}
@media (max-width: 1200px) {
    .product-card_label{
        left: 11px;
        top: 11px;
    }
    .product-card__like{
        right: 11px;
        top: 11px;
    }
}
@media (max-width: 521px) {
    .product-card__colors{
        left: 11px;
        bottom: 0px;
    }
.product-card_label{
    gap: 6px;
}
.arrival-slide__image .product-card_label .product-card__new,
.product-card__image .product-card_label .product-card__new,
.arrival-slide__image .product-card_label .product-card__percent,
.product-card__image .product-card_label .product-card__percent{
    width: 33px;
    height: 15px;
    font-size: 10px;
    padding: 1.5px 4px;
    align-items: center;
}

    .arrival-slide__image .product-card_label .product-card__custom,
    .product-card__image .product-card_label .product-card__custom{
        height: 15px;
        font-size: 10px;
        padding: 1.5px 4px;
        align-items: center;
    }
}
.cart-item__select .quant span{
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    color: #8c8c8c;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart-item__select .quant input{
    border:none;
    outline:none;
    color: #1b1a19;
    font-size: 12px;
    font-weight: 300;
    background:transparent;
    width:20px;
    text-align: center;
}
.product-color__list{
    flex-wrap: wrap;
    gap:8px;
}
.product-color__item{
    padding:0;
}
.product-info__wrapper{
    /*width:358px;*/
}

.product-result__price s{
    opacity:0.6;
    margin-left:5px;
}
.product-result__btn:hover s{
    display:none;
}
.product-result__btn:hover .product-result__price, .product-result__btn:hover .product-result__title{
    visibility:hidden;
}
.header-cart__btn.body-text:hover{
    color:#067960;
}
.header__actions{
    /*gap:20px;*/
}
.new-address__btn.order__btn.body-text.work{
    color:#fff;
}
.new-address__btn.order__btn.body-text.work:hover{
    color:#067960;
}
.suggestions-wrapper{
    margin-top:-13px!important;
}
.suggestions-suggestions{
    -webkit-box-orient: vertical!important;;
    -webkit-box-direction: normal!important;;
    -ms-flex-direction: column!important;;
    flex-direction: column!important;;
    border: 1px solid #067960!important;;
    border-radius: 0 0 8px 8px!important;;
    background:#f5f5f5!important;;
    overflow:hidden!important;;
}
.suggestions-hint{

}
.suggestions-suggestion{
    padding: 15px 23px!important;;
    width: 100%!important;;
    font-size: 16px!important;;
    font-weight: 300!important;;
    color: #1b1a19!important;;
    background-color: #f5f5f5!important;;
    border-top: 1px solid #067960!important;;
    cursor: pointer;
}
.suggestions-suggestion:hover{
    background:#bee7d8!important;;
}
.suggestions-value{

}
.suggestions-value strong{
    color:#067960!important;;
}
.suggestions-suggestion:last-child{
    border-bottom:0!important;;
}
.submit-address__add{
    color: #fff;
    background-color: #067960;
    border: 1px solid #067960;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    border-radius: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    cursor:pointer;
    margin-top:30px;
}
.submit-address__add:hover{
    color: #067960;
    background-color: transparent;
    border: 1px solid #067960;
}
.header-sign__btn.green.body-text.header-popup__open,
.header-sign__btn.green.whishlist.header-popup__open span,
.header__menu .header-menu__sign.header-popup__open span.body-text{
    color:#fff;
}
.header-sign__btn.green.body-text.header-popup__open:hover,
.header-sign__btn.green.whishlist.header-popup__open:hover span,
.header__menu .header-menu__sign.header-popup__open span.body-text:hover{
    color:#1b1a19;
}
.header-sign__btn.green.whishlist.header-popup__open{
    margin: auto;
    max-width: 341px;
    margin-bottom: 60px;
    cursor: pointer;
}

span.whishlist_notify {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

@media (max-width: 992px) {
    .header-sign__btn.green.whishlist.header-popup__open{
        max-width: 231px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .header-sign__btn.green.whishlist.header-popup__open{
        max-width: 241px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
}

.header-sign__btn.white.body-text:hover{
    color:#fff;
}


.green-link-menu{
    color:#067960!important;
}
.orange-link-menu{
    color:#f99760!important;
}
.red-link-menu{
    color:#e70033!important;
}
.FF2943-link-menu{
    color:#FF2943!important;
}
.blue-link-menu{
    color:#125B9F!important;
}

.gray-link-menu{
    color:#81899F!important;
}
.pink-link-menu{
    color:#FF8DC8!important;
}
.header-search__input input[type="text"]{
    text-transform: uppercase;
}
.header-search__input input[type="text"]::placeholder{
    text-transform: initial;
}
.header-search__input input[type="text"]::-webkit-input-placeholder{
    text-transform: initial;
}
.header-search__input input[type="text"]::-moz-placeholder{
    text-transform: initial;
}
.header-search__input input[type="text"]:-moz-placeholder{
    text-transform: initial;
}
.header-search__input input[type="text"]:-ms-input-placeholder{
    text-transform: initial;
}
.dropdown-fade2white, .bx-ui-sls-clear, .dropdown-icon{
    display:none!important;
}

.sdek_pvz_address{
    width:100%;
    border:none;
}
.SDEK_selectPVZ{
    color: #1b1a19;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
}
.checkbox_bonus_span{
    font-size:16px;
}
.order-payment .order-detail__wrapper{
    gap:35px;
}

.order-footer__btn.order__btn.body-text.work{
    color:#fff;
    pointer-events: auto;
}
.order-footer__btn.order__btn.body-text.work:hover{
    color:#1b1a19;
}
@media (max-width: 768px) {
    .product-info__wrapper{
        width:100%;
    }
    .header__actions{
        gap:24px;
    }
    .product-card__like{
        width:18px;
        height:18px;
    }
}

/* Убираем индикатор ajax загрузки у Битрикс */

div[id^="wait_"]
{
    display: none !important;
    background: none !important;
    border: 0 !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}

.header-cart__footer .product-card.swiper-slide  {
    /*opacity: 0;*/
}
.header-cart__products .product-card{
    max-width:100%;
    margin-right:23px!important;
}
@media (max-width: 568px){
    .header-cart__products .product-card{
        margin-right:12px!important;
    }
}
.header-cart__products .product-card .product-card__colors-str{
    display:none!important;
}
.header-cart__products .product-card .product-card__name{
    align-items: flex-start;
    min-height:30px;
}
.header-cart__footer .product-card.swiper-slide-active {
    opacity: 1;
}

.header-cart__footer .product-card.swiper-slide-next {
    opacity: 1;
}
.cart-item__select-props{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.cart-item__price_old, .cart-item__price_actual{
    white-space: nowrap;
}
.help-accordion__content a{
    color:#067960;
}
.catalog-hero__image{
    height:auto;
}
.catalog-hero__image img{
    object-fit: contain;
}
.product-tab__subtitle_delivery{
    padding-right:40px;
}
.order-input__itemm.error{
    /*background-color: #f99760;*/
    /*color: #f99760;*/
    border: 1px solid #f99760;
}
.order-payment__promos #error_block_probocode{
    color: #f99760;
    font-size: 12px;
}
.cart-item__image img{
    object-fit: contain;
}

.order-input__itemm.filled {
    background-color: #bee7d8;
    border: 1px solid #bee7d8;
}
.catalog-content__list li{
    all:unset;
}
.catalog-content__list li a{
    cursor: pointer;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    color: #1b1a19;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display:block;
    width: max-content;
    text-wrap: nowrap;
}
.catalog-content__list li:hover{
    all:unset;
}
.catalog-content__list li.active{
    all:unset;
}
.catalog-content__list li.active a{
    border: 1px solid #1b1a19;
}
@media (max-width: 768px){
    .catalog-content__list {
        margin-top: 10px;
        overflow-x: scroll;
        width: 100%;
        scrollbar-width: none;
        max-width: unset;
        flex-wrap: unset;
    }
    .catalog-content__list::-webkit-scrollbar {
        display: none;
    }
    .header-cart__arrow_prev{
        left:10px;
    }
    .header-cart__arrow_next{
        right:10px;
    }
    .catalog-hero__image {
        height: auto;
    }
    header-menu__sublist{
        padding-bottom:50px;
    }
    .header-menu__submenu.open{
        overflow-y: scroll;
        height:90vh;
        padding-bottom:100px;
    }
    .header-menu__sublist{
        overflow-y: scroll;
    }
    body.lock{
        touch-action: unset;
    }
    .header-cart.header-popup.open #cart{
        /*position:fixed;*/
        /*left:0px;*/
        /*width:100%;*/
        /*height:calc(100dvh - 52px);*/
        /*overflow:auto;*/
    }
    .account-wishlist__list.empty-wish{
        display: block;
        text-align: center;
        padding: 30px;
        box-sizing: border-box;
    }
    .account-nav__menu,
    .stylist-nav__menu {
        padding-right:16px;
    }
    .main {
        padding-top: 40px!important;
    }
    body:has(.running-line:not(.hidden)) .main{
        padding-top:66px!important;
    }
}
.order-payment__promo .order-payment__btn{
    background:#efefef;
}
.order-payment__promo .order-input__itemm:focus+.order-payment__btn,
.order-payment__promo .order-input__itemm.filled+.order-payment__btn{
    color: white;
    background:#11BA7D;
}

.history-detail__item{
    flex-wrap: wrap;
}
.order-input__itemm {
    padding: 15px 23px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #1b1a19;
    background-color: transparent;
    border: 1px solid #067960;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main{
    padding-top:70px;
}
body:has(.running-line:not(.hidden)) .main{
    padding-top:96px;
}
.dolyami-btn{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #C7C9CC;
    padding:12px;
    box-sizing: border-box;
    border-radius:8px;
}
.dolyami-btn__left-area{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.dolyami-btn__ico{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dolyami-btn__title{
    font-size:13px;
    color:#000000;
    text-decoration: none;
}
#noauthorized_coupon{
    display:none;
    font-size:12px;
    color:#f99760;
}
#noauthorized_coupon.show{
    display:block;
}
.product-card__image{
    position:relative;
}
.product-card__image .switch-image{
    height: 100%;
    display:block;
    transition: 0.3s ease;
    background-color: #F8F8F8;
    background-size: contain!important;
}


.arrival-slide__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.arrival-slide__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
}
.arrival-slide__image{
    position:relative;
    cursor: pointer;
}
.arrival-slide__image .switch-image{
    cursor: pointer;
    display:block;
    transition: 0.3s ease;
    background-color: #F8F8F8;
    background-size: contain!important;
    height: 100%;
}
.arrival-slide__image .shower-photo{
    position:absolute;
    opacity:0;
    height:100%;
    cursor: pointer;
    width:100%;
}
.product-card__image .shower-photo{
    position:absolute;
    opacity:0;
    height:100%;
    cursor: pointer;
}

.swiper-slide.arrival-slide.product-card.active .shower-photo {
    opacity: 1;
}
.catalog-content__item.product-card.product-card-listing.active .shower-photo{
    opacity:1;
}
.swiper-slide.arrival-slide.product-card.active .original-photo {
    opacity: 0;
}
.catalog-content__item.product-card.product-card-listing.active .original-photo{
    opacity:0;
}

@media (min-width: 768px) {
    .main-hero{
        /*max-height: calc(100vh - 100px);*/
    }
    .swiper-slide.arrival-slide.product-card:hover .shower-photo {
        opacity: 1;
    }
    .catalog-content__item.product-card.product-card-listing:hover .shower-photo{
        opacity:1;
    }
    .swiper-slide.arrival-slide.product-card:hover .original-photo {
        opacity: 0;
    }
    .catalog-content__item.product-card.product-card-listing:hover .original-photo{
        opacity:0;
    }
}



.order-input__itemm:focus {
    background-color: transparent!important;
    border: 1px solid #067960!important;
}
.footer__logo svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__logo:hover path {
   /* fill: #067960;*/
}

.header-register__btn.order__btn.body-text.header-popup__open.success{
    background-color: #067960;
    border: 1px solid #067960;
    color:#fff;
}

.order-detail__status.checked{
    background-color:#067960!important;
}
.cart-item__preorder-text{
    color:#067960;
    font-size:12px;
}

.cart-item__counter-text{
    color:#FF0001;
    font-size:12px;
    flex: 1;
    align-items: flex-end;
    display: flex;
}

/*closeTabForm*/
.header-clTabForm.header-popup {
    left: unset;
    top: unset;
    bottom: 100%;
}

.header-clTabForm.header-popup.open {
    position: fixed;
    height: 100%;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-clTabForm .header-clTabForm__content.header-popup__wrapper {
    height: 338px;
    width: 538px;
    right: 0;
    left: 0;
    top: unset;
    margin: auto;
    padding: 50px;
}

.header-clTabForm .header-clTabForm__title.body-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.header-clTabForm .header-clTabForm__header.header-popup__header {
    padding-bottom: 16px;
    margin-bottom:16px;
    border-bottom: 1px solid #D7D7D7;
}

.header-clTabForm .header-clTabForm__text.body-text {
    font-weight: 400;
}

.header-clTabForm .header-clTabForm_button {
}

.header-clTabForm .header-clTabForm_button button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    height: 53px;
    border: 1px solid #11BA7D;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    background: unset;
    margin-top: 12px;
}
/*closeTabForm*/

/* messenger button */
.product-info__messanger {
    display:flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 16px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D7D7D7;
}

.product-messanger__title {
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.product-messanger__title svg {
    width: 14px;
    height: 8px;
    position: absolute;
    right: 11px;
    top: 6px;
    transform: rotateX(180deg);
    transition: 0.3s;
}

.product-info__messanger .product-messanger__title.open svg {
    transform: rotateX(0deg);
}

.product-info__messanger .product-messanger__body {
    display: none;
}

.product-info__messanger .product-messanger__body .product-messanger__a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.product-info__messanger .product-messanger__body a {
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #1B1A19;
}
/* messenger button */



.body-text.contacts-callback__item_first a{
    color: #1b1a19;
    border-bottom: 1px solid #1b1a19;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
}
.body-text.contacts-callback__item_first a:hover{
    color: #067960;
    border-bottom: unset;
}

/*filter block*/
.catalog_filter_block {
    display: flex;
    flex-direction: column;
}

.catalog_filter_block .catalog_filter_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.catalog_filter_block .catalog_filter_title div{display: flex;flex-direction: row;align-items: center;min-height: 36px;}
.catalog_filter_block .catalog_filter_title span.catalog_filter_text {font-size: 18px;line-height: 130%;
    cursor: pointer;border-bottom: 1px solid #1b1a19;    font-weight: 300;}

.catalog_filter_block .catalog_filter_title span.reset_block_filter {
    display: none;
    cursor: pointer;
    margin-left: 15px;
    color: #C6C6C6;
    font-size: 14px;
    align-items: center;
}
.catalog_filter_block .catalog_filter_title span.reset_block_filter.active {
    display: flex;}

.catalog_filter_block .catalog_filter_title span.catalog_filter_text:hover {
    border-color: #067960;
    color: #067960;
}
.catalog_filter_block .catalog_filter_title .catalog_filter_close {
    display: none;
    cursor: pointer;
}
.catalog_filter_block .catalog_filter_title .catalog_filter_close.active {
    display: block;
}
#catalog_filter_block {
    max-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .7s ease;
}
#catalog_filter_block.active {
    height: 100%;
    opacity: 1;
    max-height: 800px;
}
#catalog_filter_block .catalog_filter_values {
    /*display: flex;*/
    /*flex-direction: row;*/
    justify-content: space-between;
    display: grid;
    grid-template-columns: calc(50% - 1px) calc(50% + 1px);
}

#catalog_filter_block .catalog_filter_values .catalog_filter_left {
    flex-basis: 50%;
}

#catalog_filter_block .catalog_filter_values .catalog_filter_right {
    flex-basis: 50%;
}

#catalog_filter_block .catalog_filter_values .catalog_filter_right,
#catalog_filter_block .catalog_filter_values .catalog_filter_left {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    box-shadow: 1px 0 0 0 #D9D9D9,
    0 1px 0 0 #D9D9D9,
    1px 1px 0 0 #D9D9D9,
    1px 0 0 0 #D9D9D9 inset,
    0 1px 0 0 #D9D9D9 inset;
}
#catalog_filter_block .catalog_filter_values .catalog_filter_elem_title{
    font-size: 16px;
    line-height: 130%;

}
#catalog_filter_block .catalog_filter_values .catalog_filter_elem_title .count{
    /*display: none;*/
    margin-left: 5px;
    color: #C6C6C6;
    font-size: 14px;
}
#catalog_filter_block .catalog_filter_values .catalog_filter_right .catalog_filter_elem_block,
#catalog_filter_block .catalog_filter_values .catalog_filter_left .catalog_filter_elem_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#catalog_filter_block .catalog_filter_values .catalog_filter_elem{
    /*width: 132px;*/
    height: 41px;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
}
#catalog_filter_block .catalog_filter_values .catalog_filter_elem.active{
    border: 1px solid #11BA7D;
}

#catalog_filter_block .catalog_filter_values .catalog_filter_elem a{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    font-size: 16px;
    line-height: 130%;
    color: #8C8C8C;
    text-transform: capitalize;
}
@media (max-width: 568px) {
    #catalog_filter_block .catalog_filter_values .catalog_filter_elem a{
        font-size: 14px;
    }
}
#catalog_filter_block .catalog_filter_values .catalog_filter_elem.active a{
    color: #11BA7D;}
#catalog_filter_block .catalog_filter_values a span.filter_color {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: #D6AD91;
    border-radius: 4px;
}
.loader {
    /* width: 48px; */
    /* height: 48px; */
    display: inline-block;
    position: absolute;
    /* top: 100%; */
    /* left: 50%; */
}
.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: animloader 2s linear infinite;
}
.loader::after {
    animation-delay: 1s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.header-backdrop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: rgba(47, 77, 66, 0.1);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    z-index: 0;
}

.header-backdrop.active {
    opacity: 1;
    pointer-events: all;
}

.header-backdrop.active {
    opacity: 1;
    pointer-events: all;
}


@media (max-width: 992px) {
    #catalog_filter_block .catalog_filter_values{
        grid-template-columns: 1fr;
        /*margin-bottom: 50px;*/
        margin-bottom: 0px;
    }
}
@media (max-width: 600px) {

    #catalog_filter_block .catalog_filter_values .catalog_filter_left{
        padding: 9px;
    }
    #catalog_filter_block .catalog_filter_values .catalog_filter_left .catalog_filter_elem_block{
        gap: 8px;
    }
    #catalog_filter_block .catalog_filter_values .catalog_filter_right {
        padding: 10px;
    }
    #catalog_filter_block .catalog_filter_values .catalog_filter_right .catalog_filter_elem_block{
        gap: 13px;
    }
    #catalog_filter_block .catalog_filter_values  .catalog_filter_left .catalog_filter_elem{
        width: 182px;
        width: calc(50% - 4px);
    }
    #catalog_filter_block .catalog_filter_values  .catalog_filter_right .catalog_filter_elem{
        width: 64px;
    }
    #catalog_filter_block .catalog_filter_values  .catalog_filter_right .catalog_filter_elem a{
        justify-content: center
    }
}
/*filter block*/

/*коллаба яндекс*/
.product-info__presale{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    text-align: center;
    gap: 8px;
    /*width: 358px;
    height: 62px;*/
    width:100%;
    background: #D7D7D7;
    border-radius: 8px;
    margin: 15px auto;
}
@media(max-width:768px){
    .product-info__presale{
        margin:0 auto;
    }
}
.hidden-block{
    display:none!important;
}
/*вакансии*/
.vacancy-page .vacancy-supdesc{
    max-width:325px;
    font-size:16px;
    line-height:20px;
    font-weight:400;
}
.vacancy-page .vacancy-supdesc a{
    color:#067960;
}
.vacancy-list{
    display:flex;
    flex-direction: column;
    gap:30px;
    max-width: 802px;
}
.vacancy-list .vacancy-list__item{
    padding-bottom:30px;
    border-bottom: 1px solid #D7D7D7;
}
.vacancy-list .vacancy-list__item .vacancy-title{
    margin-bottom:14px;
}
.vacancy-list .vacancy-list__item .vacancy-content{
    margin-bottom:20px;
    color: #1b1a19;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
}
.vacancy-list .vacancy-list__item .vacancy-btn{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    padding:16px;
    font-weight: 400;
    font-size:12px;
    color:#1b1a19;
    border:1px solid #D7D7D7;
    border-radius: 8px;
    transition:border-color .3s ease;
}
.vacancy-list .vacancy-list__item .vacancy-btn:hover{
    border-color:#1b1a19;
}

@media (max-width:992px) {
    .vacancy-list .vacancy-list__item .vacancy-content, .vacancy-page .vacancy-supdesc{
        font-size: 12px;
    }
    .vacancy-list .vacancy-list__item .vacancy-title{
        margin-bottom:10px;
    }
    .vacancy-list .vacancy-list__item .vacancy-content{
        margin-bottom: 15px;
        font-weight:300;
    }
    .vacancy-list .vacancy-list__item .vacancy-btn{
        padding:8px;
    }
    .vacancy-list{
        gap:20px;
    }
}
@media (max-width: 768px){
    .vacancy-page .account-nav__title{
        display:block
    }
    .vacancy-page .account-nav__main{
        padding:16px;
        padding-bottom:14px;
        gap:10px;
    }
    .vacancy-list .vacancy-list__item .vacancy-content, .vacancy-page .vacancy-supdesc{
        line-height:15px;
        font-weight:300;
    }
}

.main-slider__item{
    position:relative;
}
.main-slider__item img{
    width:100%;
    aspect-ratio: 1512/780;
    object-fit: cover;
    object-position: top;
}
.main-slider__item video{
    width:100%;
    aspect-ratio: 1512/780;
    object-fit: cover;
}
.main-slider__item .main-slider__media{
}
.main-slider__item .main-slider__content-area{
    position:absolute;
    top:0px;
    width:100%;
    padding:163px 148px;
    box-sizing: border-box;
    height:100%;
    display:flex;
    flex-direction: column;
    gap:70px;
}
.main-slider__item .main-slider__content-area.content-align-center{
    justify-content: flex-end;
    align-items: center;
}
.main-slider__item .main-slider__content-area.content-align-left{
    justify-content: flex-end;
    align-items: flex-start;
}
.main-slider__item .main-slider__content-area.content-align-right{
    justify-content: flex-end;
    align-items: flex-end;
}
.main-slider__item .main-slider__content-area.content-align-right .content-area__title{
    text-align: right;
}
.main-slider__item .main-slider__content-area.content-align-left .content-area__title{
    text-align: left;
}
.main-slider__item .main-slider__content-area.content-align-center .content-area__title{
    text-align: center;
}
.main-slider__item .content-area__title{
    font-size:40px;
    line-height:48px;
    text-transform: uppercase;
}
.main-slider__item .content-area__btn .btn-btn{
    display:inline-flex;
    width:220px;
    justify-content: center;
    align-items: center;
    padding:16px 0;
    box-sizing: border-box;
    border-radius:8px;
    font-size:16px;
}
.main-slider__swiper{
    position:relative;
}
.main-slider__swiper .slider-pagination{
    position:absolute;
    bottom:20px;
    display:flex;
    justify-content: center;
    gap:5px;
    z-index:1;
}
.main-slider__swiper .slider-navigation{
    position:absolute;
    top:50%;
    margin-top:-17px;
    width:100%;
    display:flex;
    justify-content: space-between;
    padding:0 32px;
    box-sizing: border-box;
    z-index:1;
}
.main-slider__swiper .slider-pagination .swiper-pagination-bullet{
    width:40px;
    height:5px;
    border-radius:18px;
    background:#E7E7E7;
    padding:0;
    margin:0;
    display:block;
    transition:all .3s ease;
    cursor:pointer;
    opacity:1;
}
.main-slider__swiper .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#067960;
}
.main-slider__swiper .slider-pagination .swiper-pagination-bullet:hover{
    background:#067960;
}
.main-slider__swiper .slider-navigation .slider-button{
    width:36px;
    height:36px;
    cursor:pointer;
    opacity:0.8;
    transition:all .3s ease;
}
.main-slider__swiper .slider-navigation .slider-button.slider-button-next{
    transform: rotate(180deg);
}
.main-slider__swiper .slider-navigation .slider-button:hover{
    opacity:1;
}
.main-slider__swiper .slider-navigation .slider-button.invert{
    filter:invert(100%);
}

@media (max-width:1200px){
    .main-slider__swiper .slider-pagination{
        bottom:14px;
    }
    .main-slider__swiper .slider-pagination .swiper-pagination-bullet{
        height:4px;
    }
    .main-slider__item .main-slider__content-area{
        padding:62px 55px;
    }
    .main-slider__swiper .slider-navigation{
        padding:0 16px;
    }
    .main-slider__item .main-slider__content-area{
        gap:40px;
    }
    .main-slider__item .content-area__title{
        font-size:24px;
        line-height:29px;
    }
    .main-slider__item .content-area__btn .btn-btn{
        font-size:14px;
        padding:12px 0;
        max-width:135px;
    }
    .main-slider__swiper .slider-navigation .slider-button svg{
        width:30px;
        height:30px;
    }
}
@media (max-width:560px){
    .main-slider__item img{
        aspect-ratio: 390/389;
    }
    .main-slider__item video{
        aspect-ratio: 390/389;
    }
}



.product-tab__desktop-descriptions{
    color:#8c8c8c;
    line-height:18px;
}
.banner-list{
    margin-bottom:0px;
}

/* rees46-recommend */

.rees46-recommend {
    position: relative;
    z-index: 0;
}

.rees46-recommend .product-card {
    position: relative;
}

.rees46-recommend .product-card .product-card__content:after {
    content: '';
    position: absolute;
    right: 32px;
    bottom: 32px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='7.5' width='23' height='16' stroke='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4813 7C18.2259 3.64378 15.4218 1 12.0002 1C8.57858 1 5.77446 3.64378 5.51914 7H4.5166C4.77389 3.09098 8.02608 0 12.0002 0C15.9743 0 19.2265 3.09098 19.4838 7H18.4813Z' fill='black'/%3e%3cpath d='M8 16H16' stroke='black'/%3e%3cpath d='M12 12L12 20' stroke='black'/%3e%3c/svg%3e");
    background-size: contain;
}

@media (max-width: 568px) {
    .rees46-recommend .product-card .product-card__content:after {
        right: 16px;
        bottom: 16px;
        width: 20px;
        height: 20px;
    }
}

.product-content .catalog-content__main.detail .product-card__content {
    position: relative;
}

.product-content .catalog-content__main.detail .product-card__content:after {
    content: '';
    position: absolute;
    right: 32px;
    bottom: 32px;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='35' height='35' rx='10' fill='white'/%3e%3crect x='7.5339' y='11.2595' width='19.9322' height='15.1903' rx='1.9661' stroke='%231B1A19' stroke-width='1.0678'/%3e%3cg clip-path='url(%23clip0_1949_23092)'%3e%3cpath d='M17.8141 15.9105C17.8141 15.7194 17.6592 15.5645 17.4681 15.5645C17.277 15.5645 17.122 15.7194 17.122 15.9105V18.6788C17.122 18.8699 16.9671 19.0249 16.776 19.0249H14.0077C13.8165 19.0249 13.6616 19.1798 13.6616 19.3709C13.6616 19.562 13.8165 19.7169 14.0077 19.7169H16.776C16.9671 19.7169 17.122 19.8719 17.122 20.063V22.8313C17.122 23.0224 17.277 23.1774 17.4681 23.1774C17.6592 23.1774 17.8141 23.0224 17.8141 22.8313V20.063C17.8141 19.8719 17.969 19.7169 18.1602 19.7169H20.9285C21.1196 19.7169 21.2745 19.562 21.2745 19.3709C21.2745 19.1798 21.1196 19.0249 20.9285 19.0249H18.1602C17.969 19.0249 17.8141 18.8699 17.8141 18.6788V15.9105Z' fill='%231B1A19'/%3e%3c/g%3e%3cpath d='M13.0969 11.064C13.0969 9.89616 13.5608 9.11489 14.3865 8.28912C15.2123 7.46336 16.3323 6.99945 17.5001 6.99945C18.6679 6.99945 19.7879 7.46336 20.6136 8.28912C21.4394 9.11489 21.9033 9.89616 21.9033 11.064' stroke='%231B1A19' stroke-width='1.0678' stroke-linecap='round' stroke-linejoin='round'/%3e%3cdefs%3e%3cclipPath id='clip0_1949_23092'%3e%3crect width='7.6129' height='7.6129' fill='white' transform='translate(13.6616 15.5645)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-size: contain;
}

@media (max-width: 568px) {
    .product-content .catalog-content__main.detail .product-card__content:after {
        right: 16px;
        bottom: 16px;
        width: 20px;
        height: 20px;
    }
}
.account-settings__main .account-settings__input{
    position:relative;
}
.account-settings__main .account-settings__input .profile-form-error{
    font-size:12px;
    color:red;
    position:absolute;
    bottom:-12px;
}
.account-settings__main .account-settings__input .profile-form-error.hidden{
    display:none;
}
.profile-secret-code.hidden{
    display:none
}
.non-show{
    display:none!important;
}
.profile-data-confirm-btn, .profile-data-confirm-submit{
    position: absolute;
    top: 30px;
    padding: 15px 15px;
    background: #067960;
    font-size: 12px;
    color: #fff;
    right:0px;
    cursor:pointer;
}
.secret-code-hiddeninput{
    width:90px;
    letter-spacing: 2px;
    text-align:center;
}
@media(max-width:992px){
    .profile-data-confirm-btn, .profile-data-confirm-submit{
        top:30px;
    }
}
@media(max-width:768px){
    .profile-data-confirm-btn, .profile-data-confirm-submit{
        top:30px;
    }
}
.profile-data-confirm-submit {
    position: relative;
    top: 2px;
    right: unset;
    display: flex;
    align-items: center;
    /**/
}

.order-content ~ * {
    display: none;
}

.order-status__subtitle p, .order-status__subtitle p a {
    color: #06785f;
    margin-top: 14px;
    transition:all .3s ease;
}
.order-status__subtitle p a:hover{
    color: #42b39a;
}
.order-radio__description{
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    line-height: 17px;
    margin-top:7px;
}
.order-radio__description a{
    color: #06785f;
    transition:all .3s ease;
}
.order-radio__description a:hover{
    color: #42b39a;
}
#subs_form.success .mailing-form__hint{
    color:#11BA7D!important
}
.basket_actions_id{
    display:none;
}
.catalog-content__main.detail {
    gap: 20px;
}
@media (min-width: 2056px) {
    .catalog-content__main {
        grid-template-columns: repeat(4, 1fr);
    }
}
.size-load {
    width: 20px;
    height: 20px;
    border: 3px solid #8b8b8b;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: sizeloadrotate 1s linear infinite;
}

@keyframes sizeloadrotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.header-backdrop.catalog{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: rgba(47, 77, 66, 0.1);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    z-index: 9;
}

.header-backdrop.catalog.active.loader{
    opacity: 1;
    pointer-events: all;
}
.address-dropdown{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    border: 1px solid #bdbdbd!important;
    background-color: #d9d9d9!important;
    overflow: hidden !important;
    box-sizing: border-box;
    cursor: default;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
    top:100%;
    border-top:none!important;
}
.address-dropdown li{
    padding: 7px 5px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #1b1a19 !important;
    background-color: #fff !important;
    border-top: 1px solid #bdbdbd !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.rees46-catalog__btns{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    width:100%;
    padding-top:60px;
}
.rees46-catalog__btns a{
    width:100%;
    max-width:300px;
}
#rees_async_items #pagination{
    padding-top:0px;
}
@media (max-width:685px){
    .rees46-catalog__btns{
        gap:11px;
        padding-top:13px;
    }
    .rees46-catalog__btns a{
        height:38px!important;
        font-size:14px;
    }
}
.size-title__block{
    display:flex;
    flex-direction: row;
    gap:5px;
    align-items: center;
    justify-content: flex-start;
    position:relative;
}
.size-title__block .size-element__tooltip{
    display:flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.size-title__block .size-popoup-block{
    position: absolute;
    width: 200px;
    top: -7px;
    left:85px;
    pointer-events: none;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity:1;
}
.size-title__block .size-popoup-block.hide{
    opacity:0;
}
.size-title__block .size-popoup-block::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    top: 12px;
    left: -14px;
    transform: rotate(90deg);
}
.size-title__block .size-popoup-block .size-popoup-block__container {
    padding: 8px 12px;
    background-color: #ffffff;
    line-height: 140%;
    text-transform: none;
}
@media (max-width:1024px){
    .size-title__block .size-popoup-block{
        width:100%;
        max-width:215px;
    }
    .size-title__block .size-popoup-block::before{

    }
}
.order-detail__wrapper .order-detail__intervals{
    border-radius:0px;
    border:none;
}
.order-detail__wrapper .order-detail__intervals label{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background:transparent;
    padding-top:8px;
    padding-bottom:8px;
}
.order-detail__wrapper .order-detail__intervals label:nth-child(2){
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.order-detail__wrapper .order-detail__intervals label:last-child{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.order-detail__wrapper .order-detail__intervals input:checked + label{
    background:#000;
    color:#fff;
    border-color:#000;
}

.page-404 {
    text-align: center;
    margin-top: 100px;
}
@media (max-width:568px){
    .collection__item .collection__adverting{
        /*flex-direction: column;*/
        flex-direction: row;
        gap:5px;
        left:0px;
        top:0px;
        align-items: flex-start!important;
        flex-wrap: wrap;
    }
    .collection__item .collection__adverting span{
        font-size:10px;
    }
}
.rasprodan_btn{
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.catalog-item-sizes{
    display:none;
}
.footer__list.footer-social__list{
    gap:40px;
    justify-content: center;
    flex-direction: row;
}
.footer__list.footer-social__list a img{
    max-width:24px;
    max-height:24px;
}
@media (max-width:568px){
    .footer__list.footer-social__list{
        gap:36px;
    }
}
/* */
.collection__item {
    position: relative;
    display: block;
}

.custom-card-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-card-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.custom-card-slide {
    flex: 0 0 100%;
    width: 100%;
}

.custom-card-slide img,
.custom-card-slide picture {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;

    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.custom-card-slide.hide-for-hover img,
.custom-card-slide.hide-for-hover picture {
    opacity: 0;
}

.hover-fade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 5;
    pointer-events: none;
}

.hover-fade-overlay.is-visible {
    opacity: 1;
}

.custom-card-nav,
.custom-card-pagination {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: 10;
}

.collection__item:hover .custom-card-nav {
    opacity: 1;
}

.collection__item:hover .custom-card-pagination {
    opacity: 1;
}

.custom-card-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-card-prev { left: 0; }
.custom-card-next { right: 0; }
.custom-card-nav:hover { color: #555; }

.custom-card-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

.custom-card-pagination.custom-card-pagination--hascolors{
    bottom: 0px;
}

@media (max-width:768px){
    .custom-card-pagination.custom-card-pagination--hascolors{
        bottom: 0px;
    }
}

.custom-card-pagination-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #000;
    transition: transform 0.3s ease-in-out;
    z-index: 2;
    pointer-events: none;
}

.custom-card-dot {
    flex-grow: 1;
    height: 1px;
    background: #ccc;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s;
}

.custom-card-dot.active {
    opacity: 1;
}
/* */
.collection__adverting{
    z-index:1;
}
.collection__item .collection__img .collection__colors_wrap{
    z-index:10;
}


@media (max-width: 768px) {
    .custom-card-nav {
        display: none !important;
    }

    .custom-card-pagination {
        opacity: 1 !important;
    }

    .hover-fade-overlay {
        display: none !important;
    }
    .collection__item:hover h4{
        opacity:1!important;
    }
}

.card-slider-placeholder {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 467 / 637;
}

.card-slider-placeholder::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );

    animation: placeholder-shimmer 1.5s infinite ease-in-out;
}

@keyframes placeholder-shimmer {
    100% {
        left: 100%;
    }
}
.custom-card-slider-container:not(.is-loaded) .custom-card-slider-track,
.custom-card-slider-container:not(.is-loaded) .custom-card-nav,
.custom-card-slider-container:not(.is-loaded) .custom-card-pagination {
    display: none !important;
}
.custom-card-slider-container.is-loaded .card-slider-placeholder {
    display: none !important;
}