/* попапы */
.t778 .t-popup__container { 
    max-width: 1040px !important;
}
.t-popup__container { 
border-radius: 8px  !important;
}

.t-store__prod-popup__btn {
    font-weight: 800 !important;
}

@media screen and (min-width: 640px) {
.t-popup {   
    background:linear-gradient(to bottom,rgba(219, 226, 233, 0,7),transparent),linear-gradient(to top,rgba(219, 226, 233, 0,7),transparent),linear-gradient(to top left,rgba(255, 255, 255, 0.8),transparent);background-blend-mode:screen
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter:  blur(10px);}
    .t-store__prod-popup__info {margin-top: 32px;}
}
@media screen and (max-width: 640px) {
.t702 .t-popup__close {
    background: #dbe2e9;
}    }

/* карточка каталог  */
 [data-product-inv="0"]
.t-store__card__btn { width: 100%; } 
a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm { width: 100%; } 
.t-store__card__btns-wrapper--quantvity { display: block !important;} 
.t-store__card .t-store__prod__quantity { width: calc(50% - 2px) !important; height: 38px; } 
a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn{ width: calc(50% - 2px) !important; height: 38px; } 
.t-store__prod__quantity-input { width: 100%; font-weight: 800 !important; font-family: lato;    font-size: 16px;} 
.t-store__card__btn { padding-left: 5px; padding-right: 5px; }
.t-store__prod__quantity {margin-right: 8px!important;  border: 0px solid #2c2e65; background-color: #dbe2e9}
.t-store__card__btns-wrapper {padding-top: 10px;}
.t-store__prod__quantity__minus {background:linear-gradient(#2c2e65,#2c2e65); background-position: center; background-size: 50% 3px,3px 50%; background-repeat: no-repeat;}
.t-store__prod__quantity__plus {background:linear-gradient(#2c2e65,#2c2e65),linear-gradient(#2c2e65,#2c2e65);  background-position: center; background-size: 50% 3px,3px 50%; background-repeat: no-repeat;}
.t-store__card__wrap_all:hover { box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%) !important;}
.t-store__prod-popup__sku {font-family: lato;}
.t-store__card__textwrapper {margin-bottom: 12px;}
.t-store__card__title {height: 40px!important;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
-ms-line-clamp: 2;
-webkit-line-clamp: 2;
line-clamp: 2;
display: -webkit-box;
display: box;
word-wrap: break-word;
-webkit-box-orient: vertical;
box-orient: vertical;
}

/* @media screen and (min-width: 960px) and (max-width: 1240px) { 
.t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper { min-width: 20px; width: 20px; height: 20px; margin: 0 1px; } 
    }  */

@media screen and (max-width: 640px) { 
.t-store__card .t-store__prod__quantity { width: 100% !important;} 
a.js-store-prod-btn.t-store__card__btn.t-btn{ width: 100% !important; } 
a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn { width: 100%!important; } 
.t-store__card__btns-wrapper--quantity { display: block !important; }
.t-store__card__price-wrapper{bottom: 110px;}
.t-store__card {margin-bottom: 24px !important;}
}
  
/* категории с прокруткой */  
.t-store__parts-switch-wrapper { 
    overflow-x: auto; 
    width: 92%; 
    margin-bottom: 35px; 
    padding-bottom: 5px; 
    padding-top: 12px;
    padding-left: 12px;
    
} 

.t-store__parts-switch-btn { 
    display: flex; 
    white-space: nowrap; 
    align-items: center; 
    font-size: 14px; 
    color: #2c2e65; 
    border-radius: 30px; 
    background-color: #dbe2e9; 
    border: 0px solid transparent; 
    padding-top: 10px; 
    padding-right: 16px; 
    padding-bottom: 10px; 
    padding-left: 16px; 
    margin-left: 0px!important;
    margin-right: 10px!important;
} 

.t-store__parts-switch-btn.t-active { 
color: #FFC658; 
background-color: #2c2e65; 
border: 0px solid #5c5c5c!important; 
opacity: 100%!important; 
} 

 @media screen and (max-width: 640px) {
    .t-store__parts-switch-wrapper { 
    margin-bottom: 20px;
    display: flex;
    }
}


 @media screen and (min-width: 641px) {
    .t-store__parts-switch-wrapper::-webkit-scrollbar {
    height: 4px;
}
    .js-store-parts-select-container .t-align_center {
        text-align: left;
    }

.t-store__parts-switch-wrapper::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #2c2e65;
}

.t-store__parts-switch-wrapper::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #fff;
}

}

/* попап корзины */  

/*.t-store__prod-popup__sku {display: none!important;}*/

.t-input {
    font-family: 'lato',sans-serif;
}

.t706__cartwin-content {
    /* Укажи цвет фона корзины */
    background-color: #fff !important;
    /* Укажи радиус окна корзины */
    border-radius: 8px;
    
    
}

.t706__cartwin-heading {
    /* Укажи цвет заголовка окна корзины */
    color: #2c2e65 !important;
}

.t706__product-title {
    /* Укажи цвет заголовка в карточке товара */
    color: #000 !important;
}
.t706__product-title__option {
    /* Укажи цвет описания в карточке товара */
    color: #000 !important;
    opacity: 1 !important;
}

.t706__product-quantity,
.t706__product-quantity-inp {
    white
    /* Укажи цвет количества товара */
    color: #000 !important;
}

.t706__product-quantity:hover,
.t706__product-quantity_editing:hover {
    /* Укажи цвет бордюра, который появляется при наведении на количество товара */
    border: 1px solid rgba(219, 226, 233,0.7) !important;
}

.t706__product-amount {
    /* Укажи цвет цены в карточке товара */
    color: #000 !important;
}

.t706__cartwin-prodamount-wrap {
    /* Укажи цвет суммы заказа */
    color: #000 !important;
}

.t706__cartwin-top {
    /* Укажи толщину и цвет верхней линии */
    border-bottom: 2px solid #dbe2e9;
}
.t706__cartwin-bottom {
    /* Укажи толщину и цвет нижней линии */
    border-top: 2px solid #dbe2e9;
}
.t706__form-bottom-text {
    margin-bottom: 20px;
}

.t706__product-plus,
.t706__product-minus,
.t706__product-del {
    opacity: 1!important;
}
.t706__product-plus img,
.t706__product-minus img,
.t706__product-del img,
.t706__product-amount,
.t706__cartwin-close-icon g,
.t-popup__close-icon{
    display: none;
}
.t706__product-plus:before,
.t706__product-minus:before,
.t706__product-del:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.t706__cartwin-close-wrapper:before,
.t-popup__close-wrapper:before{
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 0px;
}

.t706__product-plus:before {
    /* Укажи ссылку на иконку «Плюс» */
    background-image: url('https://static.tildacdn.com/tild6532-3331-4231-b463-666334653833/plus_2.svg');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    /* Укажи ссылку на иконку «Минус» */
    background-image: url('https://static.tildacdn.com/tild6462-6439-4666-a264-346462396138/minus_2.svg');
    background-position: 50% 50%;
}
.t706__product-del:before {
    /* Укажи ссылку на иконку «Крестик» */
    background-image: url('https://static.tildacdn.com/tild3038-6264-4232-a461-386537366439/del_2.svg');
    background-position: 50% 50%;
}

.t706__cartwin-close-wrapper:before, .t-popup__close-wrapper:before {
 /* Укажи ссылку на иконку «закрыть» */
    background-image: url('https://static.tildacdn.com/tild6535-6634-4832-a538-613363323933/close.svg');
    background-position: 50% 50%;
}
    
.t706__cartwin {
     background:linear-gradient(to bottom, rgba(219, 226, 233, 0.7),transparent),linear-gradient(to top, rgba(219, 226, 233, 0.7),transparent),linear-gradient(to top left,rgba(255, 255, 255, 0.8),transparent);background-blend-mode:screen
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    backdrop-filter: saturate(100%) blur(20px);}
    .t-store__prod-popup__info {margin-top: 32px;}
}
.t706__cartwin-totalamount-info {display: none!important;}
.t706__product-plusminus {padding-right: 0px !important;}
@media screen and (max-width: 560px) {
.t706__cartwin-close-wrapper {
    padding-right: 0px!important;
}}

@media screen and (max-width: 640px) {
    .t706__cartwin-content {
        border-radius: 0px 0px 0px 0px;
    }
}

/* иконка корзины */  
    .t706__carticon-imgwrap { 
    background-image: url(https://static.tildacdn.com/tild3133-3662-4732-b736-643239666339/cart.svg);
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-position: center;
    }
    .t706__carticon-counter {
        width: auto;
        padding: 0 7px 0 7px;
        bottom: -12px;
        font-family: Lato,Arial,Helvetica,sans-serif;
    }
.t706__carticon-img { display: none;}

/* слайдер на главной */  
@media screen and (min-width: 1200px) {
.t418__slidecontainer {left: -400px;}}
.t-container_100 .t-width_6 {
    max-width: 400px;
    height: 450px;
}
.t418__next {
    z-index: 10!important;
}


/* фиксация меню с бургером */ 
#rec435830527 {
    position:fixed;
    top:0;
    z-index:999;
    width:100%;
}

/* подвал */ 
@media screen and (max-width: 960px){
.t981__wrapper {
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    max-width: none;
}}

.button a:hover {
   box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
 
}
.button a {
   transition: box-shadow 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out!important;
   overflow: hidden;
}