@media screen and (max-width: 1400px){
/* Шрифт у карточек каталога на небольших мониторах */
.t-store__card .t-typography__title {
    font-size: 30px !important;
}
.t-store__card .t-typography__descr {
    font-size: 26px !important;
}
.t-store__card .t-store__card__price {
    font-size: 30px !important;
}
.t-store__card .t-store__card__price_old {
    font-size: 30px !important;
}
.t-rec_pb_120 {
    padding-bottom: 20px !important;
}
/* Шрифт у АКЦИЙ каталога на небольших мониторах */
.t-store__card__mark {
    font-size: 24px !important;
    border-radius: 10px !important;
    height: 36px;
}
}
.t190__button { 
opacity: 0.5;
}