.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__card__price_old:before {content: "до "}
.t-store__card__price_old { color: #333}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}

.t-store__prod-popup__price:after,
.t-store__card__price:after {
    content: "\2014";
    padding-left: 6px;
}

.t-store__card__price_old:after,
.t-store__prod-popup__price_old:after {display:none;}
.t-store__prod-popup__price:before {content: "от "}
.t-store__prod-popup__price_old:before {content: "до "}
.t-store__prod-popup__price_old { color: #333}
.t-store__prod-popup__price-item {font-size: 20px}
.t-store__prod-popup__price-value {font-weight: 800}

.t-store__prod-popup__price:before,
.t-store__prod-popup__price_old:before {
    font-size: 12px;
    vertical-align: bottom;
    padding-right: 2px;
}

.js-store-prod-charcs:before {content: "➤   "}
.js-store-prod-charcs {padding-bottom: 8px;}

.js-store-prod-all-text,
.js-store-prod-charcs {font-size: 16px}

.t-store__filter__range_bg { background-color: #ffcb00; }