/*Контейнер карточек*/



.t-store__stretch-col_33 {
    width: 30%;
}

.t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="20"] {
    padding: 0px !important;
}


.t951__cont-wrapper .js-store-parts-select-container {
    z-index: 989;
    display: none;
}

/*Товары в мобиле*/

@media screen and (max-width: 480px) {
    .t951 .mobile-two-columns .t-item, .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: 98% !important;
        display: inline-block;
        vertical-align: top;
    }
}



/*Ограничение дискрипшена*/
.t-store__card__descr {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*Ограничение тайтла*/
.t-store__card .t-typography__title { 
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}




.t-container {
    max-width: 96% !important;
}


.t-col_12 {
    max-width: 100% !important;
}


.t1025 .t-store__card:first-child {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-top: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
}

.t-store__card {
    transition: opacity .2s ease-out;
    background: #ffffff;
    border-radius: 20px;
    margin-right: 20px;
    padding: 20px !important;
    box-shadow: 0px 10px 20px rgba(0, 11, 48, 0.25);
    margin-top:100px;
    margin-bottom:100px;
}

@media screen and (min-width: 960px) {
    .t951__cont-w-filter .t951__cont-wrapper .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent {
        padding-left: initial;
        padding-right: initial;
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
    }
}


/*Текст в блоке с левым выравнивание и картинками*/
/*@media screen and (min-width: 961px) {*/
/*    .t-align_left{*/
/*        text-align: center !important;*/
/*    }*/
/*}*/