*,
*::after,
*::before {
    box-sizing: border-box;
}

#loginModalNew .modal-dialog{
    max-width: 100%;
}

#loginModalNew .container {
    max-width: 1680px;
    padding: 0 10px;
    margin: 0 auto;
}

#loginModalNew .popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(236 240 243 / 80%);
    z-index: 5;
    pointer-events: auto;
}

#loginModalNew .popup__container {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px 88px 60px;
    flex-direction: column;
}


#loginModalNew .popup__body {
    width: 844px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}

#loginModalNew .form {
    position: relative;
}


#loginModalNew .form__active {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: auto;
    display: block;

}

#loginModalNew .popup__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #00141D;
    margin: 0;
    margin-bottom: 30px;
    font-family: Arial, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue;
}

#loginModalNew .container__form {
    position: relative;
    width: 470px;
}

#loginModalNew img.logo__img {
    width: auto;
    max-width: 100%;
}

#loginModalNew .popup__input {
    width: 100%;
    border: 1px solid #DEE1E7;
    border-radius: 8px;
    position: relative;
    display: flex;
    padding: 18px 20px;

}


#loginModalNew .popup__input:focus-within {
    outline: 1px solid #25AAE1;
}



#loginModalNew .hint {
    position: absolute;
    width: 274px;
    background: #F2F5F9;
    border-radius: 8px;
    right: -294px;
    display: flex;
    top: 0;
    padding: 20px;

}

#loginModalNew .hint__img {
    width: 14px;
    height: 14px;
    padding-right: 24px;

}
#loginModalNew .hint__img img {
    max-width: inherit;
    vertical-align: top;

}
#loginModalNew .hint__entrance-img img {
    max-width: inherit;
    vertical-align: top;

}

/*Ошибка*/

#loginModalNew .hint__error {
    position: absolute;
    width: 274px;
    background: #F2F5F9;
    border-radius: 8px;
    right: -294px;
    display: flex;
    top: 0;
    padding: 20px;
}

#loginModalNew .hint__text-error {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

#loginModalNew .error__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #EF3124;
    margin: 0;
    margin-top: 5px;
    text-align: left;
}
#loginModalNew  .popup__input--error{
    display: none;
}

#loginModalNew .popup__input--box{
    margin-bottom: 20px;
    position: relative;
}
#loginModalNew .popup__input--box.error input{
    margin-bottom: 0;
}

#loginModalNew  .popup__input--box.error .popup__input--error{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #EF3124;
    margin: 0;
    margin-top: 5px;
    text-align: left;
}
#loginModalNew  .popup__input--box.error input{
    border-color: #EF3124;
}

#loginModalNew{
    padding: 0!important;
}


/* Подсказка, мобильная версия*/

#loginModalNew .hint__img-mobile {
    display: none;
}

#loginModalNew .hint__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0B1F35;
    text-align: left;
    margin: 0;
}

#loginModalNew .popup__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 60px 13px;
    margin-top: 20px;
    background: #25AAE1;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    transition: all .15s ease-in-out;

}

#loginModalNew .popup__btn:hover {
    background: #008BC7;
}

#loginModalNew .popup__bottom {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #697180;
    text-align: left;
    margin: 20px 40px;
}

#loginModalNew .popup__bottom-link {
    color: #25AAE1;
}

#loginModalNew .popup__footer {
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #0B1F35;
    display: none;
}

#loginModalNew .close {
    position: absolute;
    right: 40px;
    top: 13px;
    width: 14px;
    height: 14px;
    padding: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

#loginModalNew .close button, #loginModalNew .close__mobile button {
    border: none;
    background-color: transparent;
}
#loginModalNew .close button:hover, #loginModalNew .close__mobile button:hover {
    cursor: pointer;
    outline: none;
}

#loginModalNew .close--desc path {
    transition: all .15s ease-in-out;
}

#loginModalNew .close--desc:hover path {
    stroke: #25AAE1;
}

/*Крестик мобильной версии*/

#loginModalNew .close__mobile {
    display: none;
}


/* Спасибо за регистрацию popup*/

#loginModalNew .popup__thanks {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(11 31 53 / 80%);
    z-index: 10;
    display: none;
}


#loginModalNew .thanks__body {
    width: 470px;
    margin: auto;
    margin-top: 195px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    padding: 40px 30px;
    display: none;

}

#loginModalNew .close__thanks {
    margin: 0;
    position: absolute;
    right: 32px;
    top: 24px;
}

#loginModalNew .box__thanks {
    width: 410px;
    background: #EBF7FF;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 19px 20px;
    align-items: center;
}

#loginModalNew .box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #00141D;
    margin: 0;
}

#loginModalNew .box__img {
    width: 87px;
    height: 82px;
    margin-right: 30px;
}

#loginModalNew .bottom__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #0B1F35;
    margin: 0;
    margin-top: 20px;
}


#loginModalNew .popup__hint {
    display: none;
}

/* Инструкции отправлены popup*/

#loginModalNew .popup__instructions {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(11 31 53 / 80%);
    z-index: 10;
    display: none;
}


#loginModalNew .instructions__body {
    width: 470px;
    margin: auto;
    margin-top: 195px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    padding: 40px 30px;

}

#loginModalNew .close__instructions {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

#loginModalNew .box__instructions {
    width: 410px;
    background: #EBF7FF;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 19px 20px;
    align-items: center;
}

#loginModalNew .box__title-instructions {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #00141D;
    margin: 0;
}

#loginModalNew .box__img-instructions {
    width: 87px;
    height: 82px;
    margin-right: 30px;
}

#loginModalNew .bottom__text-instructions {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0B1F35;
    margin: 0;
    margin-top: 20px;
}


/*Адрес не зарегистрирован*/

#loginModalNew .popup__adress {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(11 31 53 / 80%);
    z-index: 10;
    display: none;
}


#loginModalNew .adress__body {
    width: 470px;
    margin: auto;
    margin-top: 195px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    padding: 30px;

}

#loginModalNew .close__adress {
    margin: 0;
    position: absolute;
    right: 32px;
    top: 24px;
}

#loginModalNew .box__adress {
    width: 410px;
    background: #EBF7FF;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 19px 20px;
    align-items: center;
}

#loginModalNew .box__title-adress {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #00141D;
    margin: 0;
}

#loginModalNew .box__img-adress {
    width: 87px;
    height: 82px;
    margin-right: 30px;
}

#loginModalNew .bottom__text-adress {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0B1F35;
    margin: 0;
    margin-top: 20px;
}

#loginModalNew .adress__link {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #25AAE1;
    margin-top: 15px;
}

#loginModalNew .adress__link-registr {
    margin-right: 15px;
}





/*Форма входа*/

#loginModalNew .popup__body-entrance {
    width: 844px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    z-index: 50;
    display: none;
}

#loginModalNew .form__entrance {
    position: relative;
}

#loginModalNew .popup__title-entrance {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #00141D;
    margin: 0;
    margin-bottom: 30px;
}

#loginModalNew .form__active-entrance {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: auto;
    display: block;
}

#loginModalNew .container__form-entrance {
    position: relative;
    width: 470px;
}

#loginModalNew .popup__input-entrance {
    width: 100%;
    border: 1px solid #DEE1E7;
    border-radius: 8px;
    position: relative;
    display: flex;
    padding: 18px 20px;
    position: relative;
    
}

#loginModalNew .popup__input-entrance:focus-within {
    outline: 1px solid #25AAE1;
}

#loginModalNew .check__img {
    right: 23px;
    top: 18px;
    position: absolute;
    width: 10px;
    height: 10px;
}

#loginModalNew .hint__entrance {
    position: absolute;
    width: 274px;
    background: #F2F5F9;
    border-radius: 8px;
    right: -294px;
    display: flex;
    top: 0;
    padding: 20px;
}

#loginModalNew .hint__entrance-img {
    width: 14px;
    height: 14px;
    padding-right: 24px;
}

#loginModalNew .hint__entrance-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: left;
}

#loginModalNew .entrance__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    color: #25AAE1;
}

#loginModalNew .popup__entrance-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 60px 13px;
    background: #25AAE1;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    transition: all .15s ease-in-out;
}

#loginModalNew .popup__entrance-btn:hover {
    background: #008BC7;
}

#loginModalNew .popup__hint-entrance {
    display: none;
}

/*Форма регистрации*/

#loginModalNew .popup__body-registration {
    width: 844px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    z-index: 50;
    display: none;
}

#loginModalNew .form__registration {
    position: relative;
}

#loginModalNew .popup__title-registration {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #00141D;
    margin: 0;
    margin-bottom: 30px;
}

#loginModalNew .form__active-registration {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: auto;
    display: block;
}

#loginModalNew .container__form-registration {
    position: relative;
    width: 470px;
}

#loginModalNew .popup__input-registration {
    width: 100%;
    border: 1px solid #DEE1E7;
    border-radius: 8px;
    position: relative;
    display: flex;
    padding: 18px 20px;
    position: relative;
    margin-bottom: 20px;
}

#loginModalNew .popup__input-registration:focus-within {
    outline: 1px solid #25AAE1;
}

#loginModalNew .close__img-registration {
    right: 23px;
    top: 20px;
    position: absolute;
    width: 10px;
    height: 10px;
}

#loginModalNew .close__img-registration svg {
    width: 10px;
}

#loginModalNew .hint__registration {
    position: absolute;
    width: 274px;
    background: #F2F5F9;
    border-radius: 8px;
    right: -294px;
    display: flex;
    top: 75px;
    padding: 20px;
}

#loginModalNew .hint__registration-img {
    width: 14px;
    height: 14px;
    padding-right: 24px;
}

#loginModalNew .hint__registration-text {
    color: #0B1F35;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: left;
}


#loginModalNew .popup__registration-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 60px 13px;
    margin-top: 20px;
    background: #25AAE1;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    transition: all .15s ease-in-out;
}

#loginModalNew .popup__registration-btn:hover {
    background: #008BC7;
}

#loginModalNew .popup__hint-registration {
    display: none;
}

/*Восстановление пароля*/

#loginModalNew .popup__body-recovery {
    width: 844px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    display: none;
}

#loginModalNew .form-recovery {
    position: relative;
}


#loginModalNew .form__active-recovery {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: auto;
    display: block;

}

#loginModalNew .popup__title-recovery {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #00141D;
    margin: 0;
    margin-bottom: 5px;
    font-family: Arial, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue;
}

#loginModalNew .recovery__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #0B1F35;
    margin: 0;
    margin-bottom: 40px;
}

#loginModalNew .container__form-recovery {
    position: relative;
    width: 470px;
}

#loginModalNew .popup__input-recovery {
    width: 100%;
    border: 1px solid #DEE1E7;
    border-radius: 8px;
    position: relative;
    display: flex;
    padding: 18px 20px;

}

#loginModalNew .popup__input-recovery:focus-within {
    outline: 1px solid #25AAE1;
}



#loginModalNew .hint-recovery {
    position: absolute;
    width: 274px;
    background: #F2F5F9;
    border-radius: 8px;
    right: -294px;
    display: flex;
    top: 0;
    padding: 20px;
}

#loginModalNew .hint__img-recovery {
    width: 14px;
    height: 14px;
    margin-right: 10px;

}

#loginModalNew .hint__text-recovery {
    color: #0B1F35;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: left;
    top: 0;
}

#loginModalNew .popup__btn-recovery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 60px 13px;
    margin-top: 20px;
    background: #25AAE1;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    transition: all .15s ease-in-out;
}

#loginModalNew .popup__hint-recovery {
    display: none;
}


/*Укажите новый пароль*/

#loginModalNew .popup__body-password {
    width: 844px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    z-index: 50;
    display: block;
}

#loginModalNew .form__password {
    position: relative;
}

#loginModalNew .popup__title-password {
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #00141D;
    margin: 0;
    margin-bottom: 30px;
}

#loginModalNew .form__active-password {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: auto;
    display: block;
}

#loginModalNew .container__form-password {
    position: relative;
    width: 470px;
}

#loginModalNew .popup__input-password {
    width: 100%;
    border: 1px solid #DEE1E7;
    border-radius: 8px;
    position: relative;
    display: flex;
    padding: 18px 20px;
    position: relative;
    margin-bottom: 20px;
}

#loginModalNew .popup__input-password:focus-within {
    outline: 1px solid #25AAE1;
}

#loginModalNew .hint__password {
    position: absolute;
    width: 274px;
    background: #F2F5F9;
    border-radius: 8px;
    right: -294px;
    display: flex;
    top: 0;
    padding: 20px;
}

#loginModalNew .hint__password-img {
    width: 14px;
    height: 14px;
    padding-right: 24px;
}

#loginModalNew .hint__password-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: left;
}

#loginModalNew .password__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    color: #25AAE1;
}

#loginModalNew .popup__password-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 60px 13px;
    background: #25AAE1;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    transition: all .15s ease-in-out;
}

#loginModalNew .popup__password-btn:hover {
    background: #008BC7;
}

#loginModalNew .popup__hint-password {
    display: none;
}

/* Ошибка при вводе пароля*/


#loginModalNew .error__btn{
    margin-top: 20px;
}


#loginModalNew .button__password {
    position: absolute;
    top: 22px;
    right: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
}
#loginModalNew .button__password:focus {
    border: none;
    outline: none;
}

#loginModalNew .button__password .button__password__no-view {
    display: block;
}

#loginModalNew .button__password .button__password__view {
    display: none;
}

#loginModalNew .button__password.view .button__password__no-view {
    display: none;
}

#loginModalNew .button__password.view .button__password__view {
    display: block;
}

#loginModalNew .button__password-two{
    position: absolute;
    top: 92px;
    right: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#loginModalNew .input__error:focus-within {
    outline: 1px solid #EF3124;
}

#loginModalNew .input__error{
    border-color: #EF3124;
    margin-bottom: 0;
    position: relative;
}

#loginModalNew .error__input-two{
    margin-top: 20px;
}

#loginModalNew .error__span {
    color: #EF3124;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    display: block;
}

#loginModalNew .button__password{
    display: block;
}

.popup__preloader{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(255 255 255 / 50%);
    z-index: 1;
}

.popup__preloader.show{
    display: flex;
    transition: 1s;
}

.preloader-5 {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 2s linear infinite;
    margin: auto;
}
.preloader-5:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BFE2FF;
    animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#loginModalNew button[type="submit"]:disabled{
    background: #F2F5F9;
    color: #A1A9B1;
    cursor: default;
}

#loginModalNew .thanks__body-registr{
    display: block;
}


/* Адаптив*/

@media(max-width: 1024px) {

    #loginModalNew .popup__container {
        padding: 40px 20px;
    }

    #loginModalNew .popup__body {
        width: 522px;
    }

    #loginModalNew .popup__title {
        font-size: 20px;
        line-height: 26px;
    }

    #loginModalNew .form__active {
        padding: 30px 22px;
        border-radius: 16px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #loginModalNew .container__form {
        width: 100%;
    }

    #loginModalNew .popup__input {
        padding: 13px 20px;
    }

    #loginModalNew .hint {
        display: none;
    }

    #loginModalNew .popup__btn {
        padding: 11px 64px;
        width: 478px;
    }

    /* Подсказка, мобильная версия*/

    #loginModalNew .hint__img-mobile {
        display: block;
        position: absolute;
        top: 13px;
        right: 24px;
    }

    #loginModalNew .hint__open {
        position: absolute;
        right: 15px;
        top: 10px;
        border: none;
        background: none;
        cursor: pointer;
        padding: 5px;
    }

    #loginModalNew .hint__btn {
        background: none;
        border: none;
        cursor: pointer;
        width: 16px;
        height: 16px;
    }

    #loginModalNew .popup__bottom {
        margin: 20px;
        font-size: 12px;
    }

    #loginModalNew .popup__footer {
        font-size: 13px;
    }

    #loginModalNew .popup__btn {
        padding: 11px 64px;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }

    /* Крестик*/

    #loginModalNew .close {
        display: none;
    }

    #loginModalNew .close__mobile {
        position: absolute;
        right: 20px;
        top: 26px;
        width: 20px;
        height: 20px;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
        cursor: pointer;
        display: block;
    }

    /* Подсказка при виде меньше 1024*/

    #loginModalNew .popup__hint {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(11 31 53 / 80%);
        z-index: 20;
    }



    #loginModalNew .hint__body {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
        z-index: 20;
    }

    #loginModalNew .body__text {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #0B1F35;
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
    }

    #loginModalNew .close__hint {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 29px;
    }

    #loginModalNew .popup__hint-text {
        margin-bottom: 15px;
    }

    #loginModalNew .hint__close {
        text-align: center;
    }

    #loginModalNew .link__text {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #25AAE1;
    }

    /*Спасибо за регистрацию*/

    #loginModalNew .thanks__body {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
    }

    #loginModalNew .close__thanks {
        display: none;
    }

    #loginModalNew .thanks__close-mobile {
        top: 13px;
        right: 17px;
    }


    /*Инструкции отправлены*/

    #loginModalNew .instructions__body {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
    }

    #loginModalNew .close__instructions {
        display: none;
    }

    #loginModalNew .instructions__close-mobile {
        top: 13px;
        right: 17px;
    }

    /*Адрес не зарегистрирован*/

    #loginModalNew .adress__body {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
    }

    #loginModalNew .close__adress {
        display: none;
    }

    #loginModalNew .adress__close-mobile {
        top: 13px;
        right: 17px;
    }

    /*Форма входа*/

    #loginModalNew .popup__body-entrance {
        width: 522px;
    }

    #loginModalNew .popup__title-entrance {
        font-size: 20px;
        line-height: 26px;
    }

    #loginModalNew .form__active-entrance {
        padding: 30px 22px;
        border-radius: 16px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #loginModalNew .container__form-entrance {
        width: 100%;
    }

    #loginModalNew .popup__input-entrance {
        padding: 13px 20px;
    }

    #loginModalNew .check__img {
        top: 12px;
    }

    #loginModalNew .hint__entrance-mobile {
        top: 76px;

    }

    #loginModalNew .hint__entrance {
        display: none;
    }

    #loginModalNew .popup__entrance-btn {
        width: 478px;
        padding: 11px 64px;
    }

    /*Подсказка для формы входа*/

    #loginModalNew .popup__hint-entrance {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(11 31 53 / 80%);
        z-index: 20;
    }



    #loginModalNew .hint__body-entrance {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
        z-index: 20;
    }

    #loginModalNew .body__text-entrance {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #0B1F35;
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
    }

    #loginModalNew .close__hint {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 29px;
    }

    #loginModalNew .popup__hint-text {
        margin-bottom: 15px;
        text-align: left;
    }

    #loginModalNew .hint__close {
        text-align: center;
    }

    #loginModalNew .link__text {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #25AAE1;
    }

    /*Форма регистрации*/

    #loginModalNew .popup__body-registration {
        width: 522px;

    }

    #loginModalNew .popup__title-registration {
        font-size: 20px;
        line-height: 26px;
    }

    #loginModalNew .form__active-registration {
        padding: 30px 22px;
        border-radius: 16px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #loginModalNew .container__form-registration {
        width: 100%;
    }

    #loginModalNew .popup__input-registrationentrance {
        padding: 13px 20px;
    }

    #loginModalNew .close__img-registration {
        display: none;
    }

    #loginModalNew .close__mobile-registration {
        top: 16px;
    }


    #loginModalNew .hint__registration-mobile {
        top: 90px;
    }

    #loginModalNew .hint__registration {
        display: none;
    }

    #loginModalNew .popup__registration-btn {
        padding: 11px 64px;
        width: 478px;
    }

    /*Подсказка для формы регистрации*/

    #loginModalNew .popup__hint-registration {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(11 31 53 / 80%);
        z-index: 20;
    }



    #loginModalNew .hint__body-registration {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
        z-index: 20;
    }

    #loginModalNew .body__text-registration {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #0B1F35;
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
    }

    #loginModalNew .close__hint {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 29px;
    }

    #loginModalNew .popup__hint-text {
        margin-bottom: 15px;
    }

    #loginModalNew .hint__close {
        text-align: center;
    }

    #loginModalNew .link__text {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #25AAE1;
    }

    /*Восстановление пароля*/

    #loginModalNew .popup__body-recovery {
        width: 522px;
    }

    #loginModalNew .popup__title-recovery {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    #loginModalNew .recovery__subtitle {
        display: none;
    }

    #loginModalNew .form__active-recovery {
        padding: 30px 22px;
        border-radius: 16px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #loginModalNew .container__form-recovery {
        width: 100%;
    }

    #loginModalNew .popup__input-recovery {
        padding: 13px 20px;
    }

    #loginModalNew .hint-recovery {
        display: none;
    }

    #loginModalNew .popup__btn-recovery {
        padding: 11px 64px;
        width: 478px;
    }

    /*Подсказка для восстановление пароля*/

    #loginModalNew .popup__hint-recovery {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(11 31 53 / 80%);
        z-index: 20;
    }



    #loginModalNew .hint__body-recovery {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
        z-index: 20;
    }

    #loginModalNew .body__text--recovery {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #0B1F35;
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
    }

    #loginModalNew .close__hint {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 29px;
    }

    #loginModalNew .popup__hint-text {
        margin-bottom: 15px;
    }

    #loginModalNew .hint__close {
        text-align: center;
    }

    #loginModalNew .link__text {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #25AAE1;
    }


    /*Укажите новый пароль*/

    #loginModalNew .popup__body-password {
        width: 522px;
    }

    #loginModalNew .popup__title-password {
        font-size: 20px;
        line-height: 26px;
    }

    #loginModalNew .form__active-password {
        padding: 30px 22px;
        border-radius: 16px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    #loginModalNew .container__form-password {
        width: 100%;
    }

    #loginModalNew .popup__input-password {
        padding: 13px 20px;
    }

    #loginModalNew .hint__password-mobile {
        top: 13px;

    }

    #loginModalNew .hint__password {
        display: none;
    }

    #loginModalNew .popup__password-btn {
        width: 478px;
        padding: 11px 64px;
    }


    /*Подсказка укажите новый пароль*/

    #loginModalNew .popup__hint-password {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(11 31 53 / 80%);
        z-index: 20;
    }

    #loginModalNew .hint__body-password {
        width: 480px;
        margin: auto;
        margin-top: 374px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        padding: 30px;
        z-index: 20;
    }

    #loginModalNew .body__text-password {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #0B1F35;
        text-align: left;
        margin: 0;
        margin-bottom: 15px;
    }

    #loginModalNew .close__hint {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 29px;
    }

    #loginModalNew .hint__text-password {
        margin-bottom: 15px;
        text-align: left;
    }

    #loginModalNew .hint__close {
        text-align: center;
    }

    #loginModalNew .link__text {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #25AAE1;
    }

    /*Ошибка  укажите новый пароль*/

    #loginModalNew .button__password{
        right: 50px;
        top: 13px;

    }

    #loginModalNew .button__password-two{
        top: 78px;
        right: 14px;
    }




}

@media(max-width: 768px) {

    #loginModalNew.modal--insidepage .modal-dialog {
        top: 0;
    }
    
    #loginModalNew input{
        font-size: 13px;
    }

    #loginModalNew .header__logo {
        margin: 25px 20px;
    }

    #loginModalNew .popup__container {
        padding: 0;
    }

    #loginModalNew .popup__body {
        max-width: 320px;
        width: 100%;
    }

    #loginModalNew .form__active {
        padding: 30px 20px;
    }

    #loginModalNew .popup__bottom {
        text-align: center;
    }

    #loginModalNew .popup__footer {
        margin: auto;
        margin-bottom: 30px;
    }

    /* Подсказка при виде меньше 768*/

    #loginModalNew .hint__body {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .close__hint {
        right: 22px;
        top: 19px;
    }

    /*Спасибо за регистрацию*/

    #loginModalNew .thanks__body {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .box__thanks {
        max-width: 280px;
        width: 100%;
        padding: 14px 19px;
    }

    #loginModalNew .box__title {
        font-size: 16px;
        line-height: 20px;
    }

    #loginModalNew .box__img {
        width: 82px;
        height: 78px;
        margin-right: -8px;
    }

    #loginModalNew .bottom__text {
        font-size: 11px;
        line-height: 16px;
    }

    #loginModalNew .thanks__close-mobile {
        top: 9px;
        right: 10px;
    }

    /*Инструкции отпралены*/

    #loginModalNew .instructions__body {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .box__instructions {
        max-width: 280px;
        width: 100%;
        padding: 14px 19px;
    }

    #loginModalNew .box__title-instructions {
        font-size: 16px;
        line-height: 20px;
    }

    #loginModalNew .box__img-instructions {
        width: 82px;
        height: 78px;
        margin-right: -8px;
    }

    #loginModalNew .bottom__text-instructions {
        font-size: 11px;
        line-height: 16px;
    }

    #loginModalNew .instructions__close-mobile {
        top: 9px;
        right: 10px;
    }

    /*Адрес не зарегистрирован*/

    #loginModalNew .adress__body {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .box__adress {
        max-width: 280px;
        width: 100%;
        padding: 14px 19px;
    }

    #loginModalNew .box__title-adress {
        font-size: 16px;
        line-height: 20px;
    }

    #loginModalNew .box__img-adress {
        width: 82px;
        height: 78px;
        margin-right: -8px;
    }

    #loginModalNew .bottom__text-adress {
        font-size: 11px;
        line-height: 16px;
    }

    #loginModalNew .adress__close-mobile {
        top: 9px;
        right: 10px;
    }


    /*Форма входа*/

    #loginModalNew .popup__body-entrance {
        max-width: 320px;
        width: 100%;
    }

    #loginModalNew .form__active-entrance {
        padding: 30px 20px;
    }

    #loginModalNew .popup__entrance-btn {
        text-align: center;
        margin: auto;
        margin-top: 20px;
        max-width: 280px;
        width: 100%;
        padding: 11px 102px;
    }

    /*Подсказка для формы входа*/

    #loginModalNew .hint__body-entrance {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .close__hint {
        right: 22px;
        top: 19px;
    }

    /*Форма регистрации*/

    #loginModalNew .popup__body-registration {
        max-width: 320px;
        width: 100%;
    }

    #loginModalNew .form__active-registration {
        padding: 30px 20px;
    }

    #loginModalNew .popup__registration-btn {
        text-align: center;
        margin: auto;
        margin-top: 20px;
        max-width: 280px;
        width: 100%;
        padding: 11px 102px;
    }

    /*Подсказка для формы регистрации*/


    #loginModalNew .hint__body-registration {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .close__hint {
        right: 22px;
        top: 19px;
    }

    /*Восстановление пароля*/

    #loginModalNew .popup__body-recovery {
        max-width: 320px;
        width: 100%;
    }


    #loginModalNew .form__active-recovery {
        padding: 30px 20px;
    }

    #loginModalNew .popup__btn-recovery {
        text-align: center;
        margin: auto;
        margin-top: 20px;
        max-width: 280px;
        width: 100%;
        padding: 11px 74px;
        font-size: 12px;
        line-height: 18px;
    }

    /*Подсказка для восстановление пароля*/


    #loginModalNew .hint__body-recovery {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .close__hint {
        right: 22px;
        top: 19px;
    }


    /*Укажите новый пароль*/

    #loginModalNew .popup__body-password {
        max-width: 320px;
        width: 100%;
    }

    #loginModalNew .form__active-password {
        padding: 30px 20px;
    }

    #loginModalNew .popup__password-btn {
        text-align: center;
        margin: auto;
        margin-top: 20px;
        max-width: 280px;
        width: 100%;
    }


    /*Подсказка укажите новый пароль*/

    #loginModalNew .hint__body-password {
        margin-top: 250px;
        max-width: 320px;
        width: 100%;
        padding: 20px;
    }

    #loginModalNew .close__hint {
        right: 22px;
        top: 19px;
    }

}



.popup__auth {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    line-height: 20px;
}

.popup__auth a{
    position: relative;
    display: block;
    padding-left: 30px;
}
.popup__auth a::after{
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 43a21 21 0 1 0 0-42 21 21 0 0 0 0 42Z' fill='%23F8604A'/%3E%3Cpath d='M25.3 35.13h4.57V8.86h-6.66c-6.7 0-10.22 3.44-10.22 8.5 0 4.02 1.93 6.43 5.37 8.88l-5.99 8.88h4.97L24 25.18l-2.32-1.54c-2.8-1.9-4.17-3.36-4.17-6.54 0-2.79 1.97-4.68 5.72-4.68h2.05v22.7h.01Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    height: 20px;
    width: 20px;
    transition: transform .15s ease-out;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

