.t-store__card__price:before,
.t-store__card__price_old:before,
.t-store__prod-popup__price-value:before {
    font-size: 20px;
    vertical-align: baseline;
    padding-right: 2px;
}

.js-product-price:after {content: " РУБ"}
.js-store-prod-price-old-val:after {content: " ТГ"}
.js-store-prod-price-old-val { color: #000000}
.js-product-price { color: #000000}

.js-product-price:after {
    content: " РУБ /";
    padding-right: 3px;
}

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

.t744__price_old:after {
    width: 1% !important;
}