[data-page="inside"] .modal--login .card__body,
[data-page="inside"] .modal--recovery .card__body,
[data-page="inside"] .modal--sign-up .card__body {
    background: #0F0F0F;
    box-shadow: 703px 174px 203px 0 rgba(0, 0, 0, 0.00), 450px 112px 185px 0 rgba(0, 0, 0, 0.01), 253px 63px 156px 0 rgba(0, 0, 0, 0.05), 113px 28px 116px 0 rgba(0, 0, 0, 0.09), 28px 7px 64px 0 rgba(0, 0, 0, 0.10);
    border: none;
    border-radius: 46px;
}
.modal--login .form-btn.primary-btn,
.modal--recovery .form-btn.primary-btn,
.modal--sign-up .form-btn.primary-btn {
    border-radius: 27.847px;
    height: 45.608px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-size: 10.608px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.424px;
}
.modal--login .form-item__control,
.modal--recovery .form-item__control,
.modal--sign-up .form-item__control {
    padding: 18px 27px;
    border-radius: 33.151px;
    background: #272727;
    border: none;
}
.modal--login .form-item__control::placeholder,
.modal--recovery .form-item__control::placeholder,
.modal--sign-up .form-item__control::placeholder {
    color: #878787;
    font-size: 10.608px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.318px;
}
.modal--login .modal-header .h3,
.modal--recovery .modal-header .h3,
.modal--sign-up .modal-header .h3 {
    color: #FAFAFA;
    text-align: center;
    font-size: 37.586px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.082px;
}
.modal--login .form-item__label,
.modal--recovery .form-item__label,
.modal--sign-up .form-item__label {
    margin-left: 27px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
}
.modal--login .forgot-link,
.modal--recovery .forgot-link,
.modal--sign-up .forgot-link {
    color: #878787;
    font-size: 10.608px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.318px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.modal--login .login-methods__tit::before,
.modal--login .login-methods__tit::after,
.modal--recovery .login-methods__tit::before,
.modal--recovery .login-methods__tit::after,
.modal--sign-up .login-methods__tit::before,
.modal--sign-up .login-methods__tit::after {
    display: none;
}
.modal--login .login-methods__tit,
.modal--recovery .login-methods__tit,
.modal--sign-up .login-methods__tit {
    display: flex;
    justify-content: center;
    border-top: 1px solid #272727;
    padding-top: 15px;
}
.modal--login .form-footer .tit,
.modal--recovery .form-footer .tit,
.modal--sign-up .form-footer .tit {
    color: #FFF;
    font-size: 10.608px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.318px;
}
.modal--login .form-footer .tit .txt-green,
.modal--recovery .form-footer .tit .txt-green,
.modal--sign-up .form-footer .tit .txt-green {
    color: #01B756;
    font-size: 10.608px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.318px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.modal--login .login-methods__tit .tit,
.modal--recovery .login-methods__tit .tit,
.modal--sign-up .login-methods__tit .tit {
    color: #878787;
    font-size: 10.608px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.318px;
}
.modal--login .login-methods__btn,
.modal--recovery .login-methods__btn,
.modal--sign-up .login-methods__btn {
    width: 55px;
    height: 55px;
}
.modal--login .modal-header,
.modal--recovery .modal-header,
.modal--sign-up .modal-header {
    padding: 86px 18px 26px;
}
.modal--login .modal-header button.close,
.modal--recovery .modal-header button.close,
.modal--sign-up .modal-header button.close {
    top: 25px;
    right: 25px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
.modal--sign-up .form-phone .select .dropdown-toggle {
    border-radius: 64px;
    background: #272727;
    width: 88px;
    height: 54px;
}
.modal--sign-up .form-phone .select .dropdown-menu {
    background: #0F0F0F;
}
.modal--sign-up .form-phone .select .dropdown-menu .inner {
    background: #0F0F0F;
}
.modal--sign-up .bs-searchbox .form-control {
    background: #272727;
}
.modal--sign-up .bootstrap-select .dropdown-menu li a {
    color: #fff;
}
.modal--sign-up .bootstrap-select .dropdown-menu li a:hover {
    color: #01B756;
}
.modal--sign-up .form-item--phone label {
    margin-left: 27px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
}
.modal--login .form-btn.primary-btn .ico,
.modal--recovery .form-btn.primary-btn .ico,
.modal--sign-up .form-btn.primary-btn .ico {
    display: block;
    background: url("/assets/img/ico/ico-arrow-up-right-white.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 10px;
}
.menu__link-wrap {
    cursor: pointer;
}
@media (min-width: 1201px) {
    .menu-re__mob-title {
        display: none;
    }
    .menu-re .menu__link-wrap {
        color: #FFF;
        text-align: center;
        font-size: 14.339px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.574px;
    }
    .menu-re .dropdown {
        display: flex;
        flex-direction: column;
        gap: 28px;
        padding-top: 22px;
    }
    .menu-re .dropdown .menu__link {
        text-align: left;
    }
    .header-re .menu__list {
        align-items: center;
    }
    .menu-re .menu__link-wrap:hover,
    .menu__item > .menu__link:hover {
        color: #01B756;
        text-decoration: underline;
    }
    .dropdown-item .dropdown .menu__link:hover {
        color: #01B756;
    }
    /*  */
    /*  */
    /*  */
    .header-re::before {
        content: "";
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100px;
        border-radius: 9px 9px 50px 50px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(15.300000190734863px);
        pointer-events: none;
        z-index: 1;
    }
    .header-re:hover::before {
        content: "";
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        width: 100%;
        height: 250px;
        border-radius: 9px 9px 50px 50px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(15.300000190734863px);
        pointer-events: none;
        z-index: 1;
        display: none;
    }
    .header-re::after {
        content:"";
        position:absolute;
        left:0; right:0;
        top:100%;
        height:163px; 
        display:none;
        background:transparent;
        pointer-events:auto;
        z-index:0;
    }
    .header-re:hover::before,
    .header-re:hover::after { 
        display:block;
    }
    @supports(selector(:has(*))){
        .header-re:has(.dropdown-item:hover)::before,
        .header-re:has(.dropdown-item:hover)::after { 
            display:block;
        }
    }
    .dropdown-item {
        position: relative;
    }
    .dropdown-item .dropdown {
        display: none;
        position:absolute;
        top:calc(100% + 12px);
        left:0;
        display:none;
        flex-direction:column;
        gap:28px;
        padding-top:22px;
        z-index:2;
    }
    .header-re:hover .dropdown-item .dropdown { 
        display:flex; 
    }
    /* .header-re::before {
        display: none;
    } */
    .header-re:hover::before {
        display: block;
    }
    .header-re:hover .dropdown-item .dropdown {
        position: absolute;
        bottom: -30px;
        left: 0;
        display: flex;
    }
    .header-re .logo {
        position: relative;
        z-index: 3;
    }
    .header__auth-lang-wrap {
        position: relative;
        z-index: 3;
    }
    @supports(selector(:has(*))) {
    .header-re:has(.dropdown-item:hover)::before{ display:block; }
    }
}
@media (max-width: 1200px) {
    .menu-re .menu__item {
        border-bottom: 1px solid #272727;
        position: relative;
    }
    .menu-re .menu__item::after {
        content: "";
        position: absolute;
        top: 24px;
        right: 11px;
        width: 24px;
        height: 24px;
        background: url("/assets/img/ico/menu-right.svg") no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1;
    }
    .menu-re .menu__link,
    .menu-re .menu__link-wrap {
        padding: 25px 11px 25px 20px;
        border-radius: 0;
        border: none;
        background: transparent;
        height: auto;
        color: #FFF;
        font-size: 26.26px;
        font-style: normal;
        font-weight: 700;
        line-height: 79%;
        letter-spacing: -1.313px;
        justify-content: flex-start;
        text-align: left;
        text-transform: uppercase;
    }
    .menu-re .menu__link-wrap {
        padding: 0;
    }
    .menu__item.dropdown-item {
        padding: 25px 11px 25px 20px;
    }
    .menu-re .dropdown .menu__link {
        font-size: 21px;
        letter-spacing: -1.05px;
        text-transform: none;
        padding: 0;
    }
    .menu-re .menu__link.active {
        color: #01B756;
    }
    .menu-re .menu__list {
        gap: 0;
    }
    .menu__container {
        padding: 0 0 100px;
    }
    .menu__footer {
        display: flex;
        justify-content: flex-start;
        padding: 0 20px;
    }
    .menu-re__mob-title {
        display: block;
        margin-bottom: 18px;
        margin-top: 20px;
        color: #FAFAFA;
        text-align: left;
        font-size: 37.586px;
        font-style: normal;
        font-weight: 700;
        line-height: 21.082px;
        padding-left: 20px;
    }
    .auth-btns-wrap--mob {
        padding: 10px 25px;
        display: flex;
        justify-content: center;
    }
    .auth-btns-wrap--mob .auth__account-btn {
        margin-left: auto;
    }
    .menu__nav {
        margin-bottom: 148px;
    }
    .menu-re .btns .primary-btn {
        padding: 0;
    }
    .menu__item-home {
        display: none;
    }
    .menu-re .dropdown {
        padding-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .dropdown-item .dropdown {
        display: none;
    }
    .dropdown-item:hover .dropdown {
        padding-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .dropdown-item.open::after {
        background: url("/assets/img/ico/menu-bottom-green.svg") no-repeat;
        background-position: center;
        background-size: contain;
    }
    .dropdown-item.open .menu__link-wrap {
        color: #01B756;
    }
}
@media (max-width: 750px) {
    .modal--login .modal-body,
    .modal--recovery .modal-body,
    .modal--sign-up .modal-body {
        padding: 0 18px 186px;
    }
    .modal--login .modal-header button.close,
    .modal--recovery .modal-header button.close,
    .modal--sign-up .modal-header button.close {
        top: 18px;
        right: 18px;
    }
    .modal--login .modal-dialog,
    .modal--recovery .modal-dialog,
    .modal--sign-up .modal-dialog {
        align-items: flex-end;
        padding: 50px 0 0;
    }
    .modal--login .card__body,
    .modal--recovery .card__body,
    .modal--sign-up .card__body {
        border-radius: 20px 20px 0 0;
        background: #0F0F0F;
        box-shadow: 703px 174px 203px 0 rgba(0, 0, 0, 0.00), 450px 112px 185px 0 rgba(0, 0, 0, 0.01), 253px 63px 156px 0 rgba(0, 0, 0, 0.05), 113px 28px 116px 0 rgba(0, 0, 0, 0.09), 28px 7px 64px 0 rgba(0, 0, 0, 0.10);
    }
    .modal--login .card__body::before,
    .modal--recovery .card__body::before,
    .modal--sign-up .card__body::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        border-radius: 15px;
        background: #272727;
        z-index: 1;
    }
}