/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "от" !important;
    margin-right: 7px;
}

.t-store__tabs__content .t-descr .t-descr_xxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    width: 100% !important;
}

.t-store .t-store__tabs_accordion .t-store__tabs__content {
    max-width: 100%;
    width: 100% !important;
}

.t-store .t-store__tabs__content {
    display: grid;
    max-width: 100%;
    width: 100% !important;
}