.t-store__prod-snippet__container {
    padding-bottom: 20px;
}


span.t-input-phonemask__select-flag {
    display: none;
}

span.t-input-phonemask__options-flag {
    display: none;
}

.t-input-phonemask__options-right {
    order: -1;
    min-width: 70px;
}

.t-input-phonemask__options-item {
    justify-content: flex-start;
}




.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-price-wrapper {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.js-store-prod-sold-out {
    width: 100%;
    order: -1;
}
.t-store__card__price {
    margin-right: 5px;
}




/*Увеличение стандартной карточки при наведении*/
@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.1);  /*Размер увеличения карточки*/ 
    }
}

@media screen and (max-width: 960px) {
    .t-col {
        display: block;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 5px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

/*Кнопка-картинка в карточке товара*/
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-image: url("https://optim.tildacdn.biz/tild6361-3362-4639-b161-666661346138/-/format/webp/akb_40v.png.webp");
    color: #ffffff !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.js-store-prod-text a:last-of-type {
width: 500px;
  height: 300px;
  background-image: url("https://optim.tildacdn.biz/tild6361-3362-4639-b161-666661346138/-/format/webp/akb_40v.png.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
