.t-store__prod-popup__brand {
    color: #1e568c;
}

.t-descr_xxs {
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    .t-descr_xxs {
        font-size: 16px;
    }
}


.t-store__card__price:before,
.t-store__card__price_old:before {
    vertical-align: bottom;
}
.t-store__card__price:before {content: "От "}
.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}