.main-menu__success {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    color: #1a2026;
    text-align: center;

    margin-bottom: 0;
}
.modal-consult-form__input {
    height: 48px;
    font-size: 28px;
}
.consult__success {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    color: #1a2026;
    text-align: center;

    margin: 0 auto;
}

.modal-consult__row--2 {
    margin-top: auto;
}

.callback__success {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    text-align: center;
    color: #1a2026;

    margin: 0 auto;
}

@media (max-width: 1920px) {
    .main-menu__success {
        font-size: calc(1.7708333333vw * 0.35 + 34px * (1 - 0.35));
    }
    .consult__success {
        font-size: calc(3vw * 0.75 + 64px * (1 - 0.75));
    }
    .callback__success {
        font-size: calc(3vw * 0.75 + 64px * (1 - 0.75));
    }
}