.t-store__card__price.t-store__card__price-item::before {
    content: "от" !important;
    margin-right: 7px; /*Отступ от приставки до цены*/
    font-size: 18px; /*Размер шрифта*/
    font-weight: 400; /*Насыщенность шрифта*/
    font-family: Inter; /*Шрифт*/
    top: 3px; /*Позиционирование приставки «от»*/
    position: relative !important;
}