@media screen and (max-width: 1200px) {
.js-store-prod-all-text {
    font-size: 15px !important;
}
}

/* Выравнивать цены в карточках товаров по нижнему краю */


.t-store__card__textwrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.t-store__card__price-wrapper {
    margin-top: auto !important;
}


/*Боковое меню выбора разделов в товарах*/

.t-descr {
    font-family: 'Montserrat' !important;
}

/*Заголовок товаров*/
.t-name {
    font-family: 'Montserrat' !important;
}