@media (min-width: 1200px){ .uc-zagolovok .t-heading { font-size: 35px; }}
@media (min-width: 960px) and (max-width: 1200px){ .uc-zagolovok .t-heading { font-size: 35px; line-height: 1.3; }}
@media (min-width: 640px) and (max-width: 960px){ .uc-zagolovok .t-heading { font-size: 30px; line-height: 1.2; }}
@media (min-width: 480px) and (max-width: 640px){ .uc-zagolovok .t-heading { font-size: 28px; }}
@media (max-width: 480px){ .uc-zagolovok .t-heading { font-size: 22px; line-height: 1.15; }}

.t-store__card__price-value::before,
.js-product-price::before {
    content: "от" !important;
    margin-right: 7px;
}