    /*Цвет кнопки в карточке товара*/
    .t-store__prod-popup__btn.t-btn.t-btn_sm {
        color: #ffffff !important;
        background: #012e5e !important;

    }
    
    
    @media screen and (min-width: 640px) {
        .t-store.t-store__prod-snippet__container{
    padding-top: 20px !important;
        }
    }
    
     @media screen and (max-width: 639px) {
        .t-store.t-store__prod-snippet__container {
    padding-top: 20px !important;
        }
    }
    

.t-store__product-snippet .js-store-prod-all-charcs p {
    font-weight: 500;
}



 /*Размер названия товара в мобилке*/
  @media screen and (max-width: 639px) {
.t-store__card .t-typography__title {
    font-size: 16px !important;
    }
}






/*Увеличение стандартной карточки при наведении*/
@media screen and (min-width: 1200px){
    .t951__grid-cont .t-store__card{     /*Нужный класс блока из таблицы*/
        transition: 0.4s ease-in-out;    /*Длительность и плавность анимации*/    
    }   
    .t951__grid-cont .t-store__card:hover{
        transform: scale(1.05);  /*Размер увеличения карточки*/ 
    }
}

 
 /*В карточке товара переместить табы под описание*/  


.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}

 
 /*В зpop-up изменить цвет верхней плашки на мобильном*/  

@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #ffffff !important;
    }
    .t-popup__close-icon rect {
        fill: #012E5E !important;
    }
    .t-popup__close-icon {
        width: 16px !important;
    }
}
