.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 12px;
    vertical-align: bottom;
    padding-right: 2px;
}
.t-store__card__price:before {content: "От ";}
.t-store__prod-popup__price:before {content: "От ";}

.t-store__prod-popup__price:before {
   // vertical-align:baseline;
    padding-right: 2px;
}

.t-store__card__price_old:after,
.t-store__prod-popup__price_old, .t-store__prod-popup__price:after {
    display: none !important;
}