.js-store-price-wrapper{
   position: relative;
}

.t-store__card__price::after{
    bottom:-1.25em;
    left: 0;
    position: absolute;
    content:"Розничная цена";
    font-size: 12px;
}
.t-store__card__descr {
    margin-top:25px;
}
.t786 .t-store__card__btns-wrapper{
    margin-top:25px;
}
.js-store-prod-price::after{
    position: absolute;
    content:"Розничная цена";
    font-size: 15px;
    left: 0;
    bottom: -1.5em;
}
.t-store__prod-popup__btn-wrapper{
    margin-top:40px;
}
