.t-store__card__price-item:before{
    content:'от ';
        margin-right: 6px;
}

.t-store__card__price-item{
        display: flex;
    justify-content: center;
    gap: 0px;
}

.t-slds__bgimg{
    background-size:contain;
}