.header-menu-unit-menu {
    max-height: none;
    overflow: unset;
}

.header-menu-unit-menu:before {
    display: none;
}

.signinup .login-form {
    height: auto;
}

.login-form-unit-title--captcha {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}


.login-form-unit-title--captcha > div:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 200px;
}

.login-form-unit-title--captcha > div:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 180px;
}

.login-form-unit-title--captcha > div:nth-child(2) img {
    margin-top: 4px;
}

.login-form-unit-title--captcha > div:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 80px;
}

.login-form-unit-title--captcha > div:nth-child(3) input {
    width: 100%;
}

.login-form {
    height: auto;
}
.signinup .by-email .login-form+.login-form {
    height: auto;
}
.modal.modal_sms {
    cursor: default;
}

.header-menu-unit-menu {
    max-height: none;
    overflow: unset;
}

.header-menu-unit-menu:before {
    display: none;
}

@media (min-width: 1025px) {
    .smscode {
        max-height: unset;
    }
}
.smscode {
    height: unset;
    max-height: unset;
}

.smscode-error {
    padding: 12px;
    margin: 20px 30px;
}

.smscode__descr {
    margin-bottom: 40px;
}
.login-form-unit-wrap .intl-phone-input-container {
    display: block;
}

.login-form-unit-wrap .intl-phone-input-container .iti__flag-container {
    left: 10px;
}

.login-form-unit-wrap .intl-phone-input-container input.intl-phone-input {
    padding-left: 53px;
    letter-spacing: .12rem;
}



.input-error {
    border-color: #aa0000 !important;
}

.input-error {
    border-color: #aa0000 !important;
}

