.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 14px;
    vertical-align: bottom;
    padding-right: 2px;
}
.t-store__card__price:before {content: "от "}
.t-store__card__price_old:before {content: ""}
.t-store__card__price_old { color: #}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price_old {font-size: 0px}
.t-store__card__price-value {font-weight: 800}

.t-store__card__price:after {
    content: "\2000";
    padding-left: 6px;
}
.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}