.new_authform_container {
    width: 392px;
    height: 452px;
}

.new_authform_container.new_authform_container_flexible {
    height: auto;
    min-height: 452px;
}


.new_authform-popup.new_authform, .new_authform-closed-content.new_authform {
    padding: 0;
}

.new_authform {
    padding: 24px;
    height: 100%;
    position: relative;
}

.new_authform-popup .new_authform_footer, .new_authform-closed-content .new_authform_footer {
    width: 100%;
    margin-bottom: 35px;
}

.banner-section__col .banner-section__window {
    height: auto;
    min-height: 688px;
    position: relative;
}

.new_authform-closed-content .new_authform_footer .field {
    height: 0;
}

.new_authform-closed-content .new_authform_body {
    margin-bottom: 166px;
}

.new_authform-closed-content .new_authform_footer {
    margin-bottom: 52px;
}

.new_authform_footer {
    position: absolute;
    width: 344px;
    bottom: 0;
    margin-bottom: 24px;
}

.new_authform-main .field__input {
    padding: 11px 14px;
}

.auth-banner {
    position: relative;
}

.auth-banner .new_authform-closed-content .field__input {
    padding: 11px 14px;
}

div.field.field__login {
    margin-bottom: 17px;
}

.new_authform-phoneNumber {
    font-weight: 700;
}

.authform-align-right-input {
    position: absolute;
}

.new_authform_container div.authform-input-bottom-margin {
    margin-bottom: -4px;
}

.new_authform_container .field__control label.error {
    position: relative;
}

.field__input.success {
    border-color: #00D085;
}

.new_authform_container .login-form__row-link {
    float: right;
    clear: both;
    margin-top: 7px;
    margin-right: -5px;
}

.new_authform_container .login-form__row-link:last-child {
    margin-top: 0;
}

.authform-small-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

.auth-banner {
    padding: 0!important;
}

div.banner-section__window {
    height: 688px;
    width: 808px;
    max-width: 808px;
}

div.banner-section__title {
    margin: 106px 0 24px 0;
    padding: 0;
}

.field__link.inactive {
    color: #B2B2B2;
    pointer-events: none;
}

.header_popup .popup__body {
    overflow-x: hidden;
}

@media screen and (max-width: 820px) {
    div.banner-section__window{
        width: 730px;
    }
}
@media screen and (max-width: 767px) {
    .banner-section__window .auth-banner-block {
        width: 0;
        max-width: 767px;
    }

    #auth-popup-start .popup__container {
        width: 100%;
    }

    #auth-popup-start .new_authform_container {
        width: 100%;
    }

    .new_authform_footer {
        width: calc(100% - 32px);
    }

    .popup.header_popup {
        width: calc(100% - 32px);
    }

    /*.banner-section__container--closed.isShowNonAuth {*/
    /*    width: calc(100% - 20px);*/
    /*}*/

    .new_authform.new_authform-closed-content {
        width: calc(100% - 64px);
        margin-left: 32px;
    }

    .banner-section__col {
        width: 100%;
    }

    .banner-section__col .banner-section__window {
        width: calc(100% - 32px);
        min-width: 100%;
        margin: 0;
        min-height: 0;
    }

    .banner-section__window .banner-section__title {
        margin-top: 20px;
    }

    .banner-section__title .h3 {
        font-size: 26px;
    }
}

@media screen and (min-width: 1696px) {
    .closed-content .banner-section .banner-section__container {
        padding: 0;
    }
}

.auth-preloader {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.auth-preloader::after {
    content: " ";
    position: absolute;
    left: calc(50% - 25px);
    bottom: calc(50% - 25px);
    background: url(/local/html/dest/images/ajax-loader-auth.gif) center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.new_authform_container .number-group label.error {
    padding-top: 0;
}

div.login-form__row-margin-bottom {
    margin-bottom: 56px;
}

.step-email-choose {
    font-weight: 400;
}

.custom-radio-item {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    margin: 10px 0 0;
}

.custom-radio-item input[type='radio'] {
    display: none;
}

.custom-radio-item label {
    font-weight: 350;
}

.custom-radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 18px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid black;
    background-color: transparent;
}

.custom-radio-item input[type=radio]:checked + label:after {  border-radius: 11px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 7px;
    content: " ";
    display: block;
    background: black;
}
.custom-radio-item label .new_authform-email-choose {
    margin-left: 38px;
}