.summa_xvr_category {
    display: flex;
    align-items: baseline;
}
.text_summa_xvr_category {
    font-weight: 400;
    font-size: 10px;
    margin-right: 5px;
}
.summa_xvr_category .text_summa_xvr_category.hidden + .price_no_format,
.text_summa_xvr_category.hidden + .price-new .special_no_format {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.summa_xvr_category .text_summa_xvr_category + .price_no_format,
.text_summa_xvr_category + .price-new .special_no_format {
    color: #5E5E5E;
    font-weight: 500;
    font-size: 14px;
}
.price_xvr_category {
    display: grid;
}
.price_old_no_format_xvr_category {
    color: #ADB5BD;
    text-decoration: line-through;
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
}
.price_xvr_category.hidden + .price-old {
    display: initial;
}
.price_xvr_category + .price-old {
    display: none;
}