/* стили для отображения диапазона цены в карточке товара на страницах мероприятия */
.t744__textwrapper .t744__price-wrapper, .t-store__prod-popup__price-wrapper {
    display: flex;
}

.t744__textwrapper .t744__price-wrapper .t744__price .t744__price-currency,
.t-store__prod-popup__price .t-store__prod-popup__price-currency {
    display: none;
}

.t744__price-wrapper .t744__price_old, .t-store__prod-popup__price-wrapper .t-store__prod-popup__price_old {
    color: #007aff;
}

.t744__price_old .t744__price-value:before, .t-store__prod-popup__price_old .t-store__prod-popup__price-value:before {
    content: '- ';
}

.t744__price_old:after, .t-store__prod-popup__price_old:after {
    display: none;
}

.t744__price_old[style="display: none;"], .t-store__prod-popup__price_old[style="display: none;"] {
    display: block !important;
}

.t744__price_old[style="display: none;"] .t744__price-value:before,
.t744__price_old[style="display: none;"] .t744__price-currency:before,
.t-store__prod-popup__price_old[style="display: none;"] .t-store__prod-popup__price-value:before,
.t-store__prod-popup__price_old[style="display: none;"] .t-store__prod-popup__price-currency:before {
    display: none;
}
/* end стили для отображения диапазона цены в карточке товара на страницах мероприятия */