.login-alert {
    display: none;
}

.survey__form-fields {
    max-width: 620px;
}

.survey__form-fields .row {
    margin-left: -10px;
    margin-right: -10px;
}

.survey__form-fields .row > * {
    padding-left: 10px;
    padding-right: 10px;
}

.survey__step:not(.is-active) {
    display: none;
}

.item__price-main {
    font-size: 20px;
    line-height: 28px;
    color: var(--desc);
}

.item__price-main {
    font-size: 20px;
    line-height: 28px;
    color: var(--desc);
    white-space: nowrap;
}

.bold-text{
    font-weight: bold;
}

.product__price-detail-old {
    font-size: 20px;
    line-height: 30px;
    color: var(--desc);
    margin-bottom: 6px;
}

.product__price-detail-current {
    font-family: 'Corporate A', serif;
    font-size: 32px;
    line-height: 38px;
}


@media (max-width: 1199.98px) {
    .item__price-main {
        font-size: 14px;
        line-height: 20px;
    }

    .product__price-detail-current {
        font-size: 24px;
        line-height: 26px;
    }
}

.menu__link_red {
    border-bottom: 1px solid var(--grey);
    color: inherit;
    display: block;
    padding: 18px 20px 17px;
    position: relative;
    text-decoration: none;
}


.menu__link_red:hover {
    background: #F53C48FF;
}