yandex-pay-badge {
    width: 100%;
}
.item-info-yandex-pay-badge {
    margin:10px 0;
    width: 100%;
}

.cheaper_split {
    margin-top: 15px;
}
.cheaper_split__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.cheaper_split a {
    color: #ff5010;
    font-weight: 400;
}

.nrg-product .nrg-product__properties{
    display: grid;
    grid-template-columns: repeat(var(--count-blocks, 1), 1fr);
}

.nrg-product .nrg-product-property-column{
    width: auto;
}

@media (min-width: 1024px) {
    .nrg-product-property-column--two-columns{
        column-count: 2;
        column-gap: 25px;
        break-inside: avoid;
    }
}

@media (max-width: 1024px) {
    .nrg-product .nrg-product__properties{
        display: flex;
    }
}