.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 19px;
    vertical-align: bottom;
    padding-right: 8px;
}
.t-store__card__price:before {content: "от "}
.t-store__card__price_old:before {content: "до "}
.t-store__card__price_old { color: #000}
.t-store__card__price-item {font-size: 20px}
.t-store__card__price-value {font-weight: 700}


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

.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Акция закончилась'; 
  visibility: visible;
  display: block;
  color: b30000;
  font-size: 35px;
}