
:root {
    --email_phone-content-max-width: 496px;
    --email_phone-content-max-width-table: 496px;
    --email_phone-content-max-width-phone: 496px;
}

.empty-phone .popup__title{
    text-align: left;
    padding: 8px 88px;
    max-width: var(--email_phone-content-max-width);
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
.empty-phone .popup__desc {
    width: 100%;
    text-align: left;
    padding: 0 88px;
    line-height: 24px;
    max-width: var(--email_phone-content-max-width);
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
.empty-phone .popup__container {
    width: 100%;
    padding: 0 88px 88px;
}

.empty-phone .login-form {
    max-width: var(--email_phone-content-max-width);
    margin: auto;
    margin-top: 26px;
}

.empty-phone .stepper__buttons {
    margin-top: 24px;
    justify-content: end;

}
.empty-phone .js-skip-registration {
    height: 51px;
    margin-right: 40px;
}
.empty-phone .js-finish-registration {
    width: 296px;
}
.empty-phone .popup__img {
    margin-bottom: 115px;
}
.empty-phone .popup__img img {
    height: 164.5px;
}
#popup-register-empty-phone .empty-phone, #popup-register-empty-phone-success .empty-phone {
    height: auto;
}
.empty-phone .field__checkbox .field__label, .empty-phone .field__checkbox label {
    font-weight: normal;
}
.empty-phone .field:not(:last-child) {
    margin-bottom: 16px;
}

.empty-phone .field__input {
    padding: 7px 14px;
}

@media screen and (min-width: 1280px) {
    .empty-phone .stepper__buttons {
        max-width: var(--email_phone-content-max-width);
    }
    .empty-phone .stepper__buttons .button {
        width: 236px;
    }
}

@media screen and (max-width: 1280px) {
    .empty-phone .stepper__buttons {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .empty-phone .stepper__buttons .button {
        margin-right: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #popup-register-empty-phone .empty-phone, #popup-register-empty-phone-success .empty-phone {
        width: calc(100% - 56px);
    }
    .empty-phone .popup__title {
        padding: 0px 40px 8px;
    }
    .empty-phone .popup__desc {
        padding: 0 40px;
    }
    .empty-phone .popup__container {
        padding: 0 40px 88px;
    }
}
@media all and (max-width: 768px) {
    #popup-register-empty-phone .empty-phone, #popup-register-empty-phone-success .empty-phone {
        width: calc(100% - 32px);
    }
    .empty-phone .popup__title{
        padding: 0 0 8px;
    }
    .empty-phone .popup__desc {
        padding: 0;
    }
    .empty-phone .popup__container {
        padding: 0 0 56px;
    }
    .empty-phone .stepper__buttons {
        flex-direction: column-reverse;
        margin-top: 16px;
    }
    .empty-phone .js-finish-registration {
        width: 100%;
    }
    .empty-phone .js-skip-registration {
        margin: 10px 0 0;
    }
    .empty-phone .popup__img {
        margin-bottom: 83px;
    }
    .empty-phone .field__checkbox .field__label, .empty-phone .field__checkbox label {
        font-size: 16px;
    }
    .empty-phone h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .empty-phone .h3 {
        font-size: 23px;
        line-height: 28px;
    }
}



.popup.empty-phone {}

.popup.empty-phone .popup__close {
    padding-bottom: 0;
}

.popup.empty-phone .popup__title {
    max-width: var(--email_phone-content-max-width);
    padding: 0;
    margin: auto auto 15px;
}

.popup.empty-phone .popup__header .popup__title .h3 {
    font-size: 24px;
}

.popup.empty-phone .popup__desc {
    max-width: var(--email_phone-content-max-width);
    margin: auto;
    padding: 0;
    margin-bottom: 26px;
}

.popup.empty-phone .separator {
    height: 13px;
}

.popup.empty-phone  .login-form__field .field__control {
    max-width: 100%;
}

.popup.empty-phone .field {
    width: 100%;
    max-width: var(--email_phone-content-max-width);
    margin: auto;
}

.popup.empty-phone .login-form__field .field__input {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.popup.empty-phone .stepper__buttons {
    max-width: var(--email_phone-content-max-width);
    width: 100%;
    justify-content: space-between;
    margin: 38px auto auto;
}

.popup.empty-phone .js-skip-registration {
    margin-right: 0;
}

.popup.empty-phone .button {
    width: 236px;
}

.popup.empty-phone .popup__container {
    padding-bottom: 61px;
}

.popup.empty-phone .field__control + br + .field__label {
    margin-top: 4px;
}

.popup.empty-phone .js-skip-registration {
    height: 52px;
}

.popup.empty-phone .empty-phone .field__checkbox .field__label {
    font-weight: 300;
    margin-top: 32px;
}

.popup.empty-phone .field + .field {
    margin-top: 32px;
}

#REG_UF_CONSENT_RU_PS + .field__label {
    font-weight: 300;
}

@media screen and (max-width: 1279px) {
    .popup.empty-phone {
        width: 675px;
    }

    .popup.empty-phone .popup__close {
        padding-bottom: 5px;
    }

    .popup.empty-phone .popup__title {
        margin-bottom: 10px;
    }

    .popup.empty-phone .popup__header .popup__title .h3 {
        line-height: 27px;
        font-size: 24px;
    }

    .popup.empty-phone .popup__desc {
        line-height: 24px;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 17px;
    }

    .popup.empty-phone .separator {
        height: 11px;
    }

    .popup.empty-phone .field__control + br + .field__label {
        margin-top: 0;
    }

    .popup.empty-phone .stepper__buttons {
        flex-direction: column-reverse;
        gap: 18px;
    }

    .popup.empty-phone .button {
        width: 100%;
        height: 44px;
        line-height: 24px;
        font-size: 21px;
    }

    .popup.empty-phone .empty-phone .field__checkbox .field__label {
        margin-top: 23px;
    }

    .popup.empty-phone .field + .field {
        margin-top: 30px;
        margin-bottom: -6px;
    }

    #popup-register-empty-phone .empty-phone.popup.empty-phone {
        width: 675px;
    }
}

@media screen and (max-width: 768px) {
    .popup.empty-phone .popup__close {
        padding-bottom: 16px;
    }

    .popup.empty-phone .popup__title {
        margin-bottom: 14px;
    }

    .popup.empty-phone .field__label:not(:last-child) {
        margin-bottom: 10px;
    }

    .popup.empty-phone .stepper__buttons {
        margin-top: 26px;
        gap: 14px;
    }

    .popup.empty-phone .popup__container {
        padding-bottom: 48px;
    }

    .popup.empty-phone .empty-phone .field__checkbox .field__label {
        margin-top: 24px;
        font-size: 18px;
    }

    #REG_UF_CONSENT_RU_PS + .field__label {
        font-size: 18px;
        line-height: 24px;
    }

    .popup.empty-phone .field + .field {
        margin-bottom: 6px;
        margin-top: 21px;
    }

    .popup.empty-phone .js-skip-registration {
        margin-top: 1px;
    }

    #popup-register-empty-phone .empty-phone.popup.empty-phone {
        width: calc(100% - 32px);
    }
}

#empty-email_phone-id {}

#empty-email-id.empty-phone .login-form,
#empty-phone-id.empty-phone .login-form,
#empty-email_phone-id.empty-phone .login-form {
    margin-top: 0;
}

#empty-email-id.popup .login-form__elm:not(:last-child),
#empty-phone-id.popup .login-form__elm:not(:last-child),
#empty-email_phone-id.popup .login-form__elm:not(:last-child) {
    margin-bottom: 0;
}