 .header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
    z-index: 4;
    /*filter: drop-shadow(0px 9px 29px rgba(0, 0, 0, 0.11));*/
    background: #fff;
}
.mobile-nav-btn i {
    font-size: 26px;
    color: #000;
}
.footer {
    background: #000;
    padding: 45px 0;
    filter: drop-shadow(0px 9px 29px rgba(0, 0, 0, 0.11));
}

.footer .nav-item {
    font-size: 16px;
    margin-top: 15px !important;
}

.footer .text-content {
    padding-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.footer .nav-title {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
}

.footer .nav-description {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
}

.navbar a {
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    transition-duration: 0.5s;
}

.navbar a:hover {
    color: #3A7BD5;
}

.footer .navbar a{
    color: #fff;
}
.footer .navbar a:hover{
    color: #3A7BD5;
}
#login {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 10px;
    padding: 12px 32px;
    margin-right: 10px;
    transition-duration: 0.5s;
}

#login:hover {
    color: #000;
    background: transparent;
    border: 1px solid #000;
}

#registration{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    border-radius: 15px;
    border: 1px solid #000;
    color: #fff;
    padding: 12px 32px;
    transition-duration: 0.5s;
    background: #000;
}

#registration:hover{
    background: transparent !important;
    color: #000;
    border-color: #000;
}

.modal-container {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: rgba(253, 253, 253, 0.75);
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    /* background: transparent; */
    justify-content: center;
    align-items: center;
    display: none;
}

.modal-container .custom-modal {
    width: 460px;
    border-radius: 8px;
}

.modal-container .custom-modal .modal-head {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.modal-container .custom-modal .modal-head div {
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 10px;
}

.modal-container .custom-modal .modal-head div.active {
    border-bottom: 3px solid #6A70FF;
}

.modal-container .custom-modal .modal-head i {
    position: absolute;
    top: -10px;
    right: -5px;
}

.modal-container.active {
    display: flex;
}

.custom-modal {
    max-height: 85vh;
    overflow-y: auto;
    padding: 25px;
    background: #fff;
    box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border-radius: 8px;
    position: relative;
    z-index: 5;
    box-shadow: 1px 4px 10px 6px rgba(34, 60, 80, 0.2);
}

.custom-modal form {
    padding-top: 20px;
}

.custom-modal form #phone {
    padding-left: 45px;
    width: 100%;
    margin-top: 3px !important;
    margin-bottom: 8px !important;
}

.custom-modal .forgot-pass-btn {
    text-align: center;
    opacity: 0.7;
    margin-top: 20px;
    cursor: pointer;
}

.custom-modal #forgot_pass,
#reset_pass {
    text-align: center;
}

.custom-modal #forgot_pass p {
    /* color: #fff; */
    padding: 12px;
}

.custom-modal #forgot_pass .success-message {
    color: green;
}

.custom-modal form input.error {
    border-color: rgb(252, 110, 110) !important;
    margin-bottom: 0 !important;
}

.custom-modal form label.error {
    color: rgb(252, 110, 110) !important;
}

.custom-modal form .error-form {
    color: rgb(252, 110, 110) !important;
    text-align: center;
}

.custom-modal form .modal-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.custom-modal form .modal-input input {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    border: 2px solid #e3e3e3;
    /*     color: #88949C; */
    border-radius: 4px;
    outline: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

.custom-modal form .modal-input label {
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.custom-modal form button {
    border-radius: 12px;
    width: 100%;
    padding: 17px 0;
    border: none;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.custom-modal .modal-body form {
    display: none;
}

.custom-modal .modal-body form.active {
    display: block;
}

.modal-body #login,
.modal-body #registration,
.custom-modal form button {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border: 1px solid rgb(25, 118, 210);
    border-radius: 10px;
    background: rgb(25, 118, 210);
    padding: 12px 20px;
}

.modal-body #login:hover,
.modal-body #registration:hover,
.custom-modal form button:hover {
    background: transparent !important;
    color: rgb(25, 118, 210);
    border: 1px solid rgb(25, 118, 210);
}

.modal-footer {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.header-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.nav-item {
    color: #17181E;
    text-decoration: none;
    font-size: var(--basic-font-size);
    line-height: var(--basic-line-height);
    margin: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition-duration: 0.5s;
}

.nav-item:hover {
    color: #6A70FF;
}

.login-nav {
    display: flex;
    position: relative;
    align-items: center;
}

.login-nav .user-info {
    display: flex;
    align-items: center;
}

.login-nav .balance-container {
    display: none;
}

.login-nav .balance-container.active {
    display: flex;
}

.nav-icons,
.mobile-nav-user {
    display: none;
}

.mobile-nav-user.active {
    display: none;
}

.nav-icons .mobile-nav-user i {
    color: #fff;
    font-size: 50px;
    margin-right: 20px;
}

.login-nav .name,
.login-nav .lastname,
.login-nav .balance,
.login-nav span {
    margin: 0 5px;
    color: rgb(0, 194, 0);
    font-size: 16px;
    cursor: pointer;
}

.login-nav span {
    color: rgb(163, 163, 163);
    margin: 0 !important;
}

.login-nav .balance {
    color: rgb(0, 194, 0);
}

.user-settings {
    position: absolute;
    width: 145px !important;
    top: 55px;
    right: 17px;
    z-index: 10;
    width: max-content;
    background: linear-gradient(180deg,
            #2a2836 83.52%,
            rgba(255, 255, 255, 0.11) 129.09%);
    text-align: start;
    font-size: 14px;
    font-weight: bold;
    display: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.user-settings .title {
    font-size: 22px;
}


.user-settings.active {
    display: block;
}

.user-settings .settings-item {
    padding: 10px;
    /* border-bottom: 1px solid rgb(209, 209, 209); */
    cursor: pointer;
}

.user-settings .settings-item a {
    text-decoration: none;
    color: #fff;
}

.user-settings .settings-item:hover,
.user-settings .settings-item:hover a {
    color: #6A70FF !important;
}

.mobile-nav-btn {
    display: none;
    color: #fff;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    padding: 3px 15px;
    width: 23px;
}

.logo-container {
    display: flex;
    justify-content: space-between;
}

.mobile-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-settings .title {
    display: none;
}

.nav-item i {
    font-size: 10px;
    cursor: pointer;
    margin-left: 3px;
}

.navbar .nav-dropdown-open:hover i {
    color: #ffe600;
}

.nav-dropdown-open {
    position: relative;
}

.nav-dropdown-open:hover {
    color: #ffe600 !important;
}

.open_dropdown {
    position: relative;
}

.nav-dropdown {
    padding: 5px 0;
    width: max-content;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
    /*     background: linear-gradient(
        180deg,
        #111018 93.52%,
        rgba(255, 255, 255, 0.61) 129.09%
    ); */
    background-color: #fff;
    backdrop-filter: blur(2px);
    z-index: 10;
    transition-duration: 0.5s;
}

.nav-dropdown.active {
    display: flex;
}

.nav-dropdown .nav-item {
    padding: 8px 0 !important;
}


.button {
    /* margin: 0 0 60px; */
    text-align: center;
}


.lang_bl img {
    width: 25px !important;
    height: 15px !important;
}


.lang_assets {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 0;
    display: none;
}

.lang_assets.active {
    display: block;
}

.lang_assets li {
    list-style-type: none;
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 1200px) {
    .header-content {
        width: 95%;
    }
}

@media screen and (max-width: 820px) {

    .lang_bl {
        margin: 20px 0;
    }

    #registration,
    #login {
        width: 100%;
    }


    .header-content img {
        width: 200px;
    }

    .nav-dropdown {
        padding: 5px 10px;
        top: 50px;
    }

    .open_dropdown .nav-item {
        margin-left: 0 !important;
    }

    .footer .text-content {
        text-align: center;
    }

    .footer .text-content {
        padding: 20px 15px;
    }

    .user-settings .title {
        display: flex;
        flex-direction: column;
        padding: 0 8px;
    }

    .user-settings .title .balance {
        color: green;
        margin-left: 3px;
    }

    .user-settings .user-info {
        display: flex;
    }

    .user-settings .user-info .name {
        margin-right: 5px;
    }

    .user-settings {
        width: 100% !important;
        top: 66px;
        right: 0 !important;
        padding-bottom: 30px;
        font-size: 20px;
        background: #061333;
    }

    .header-content,
    .login-nav,
    .navbar,
    .mobile-nav {
        display: flex;
        flex-direction: column;
    }

    .navbar {
        align-items: flex-start;
    }

    .navbar .nav-item {
        margin-top: 25px;
        font-size: 20px;
        margin-left: 0;
    }

    .nav-dropdown .nav-item {
        margin-top: 5px;
    }

    #login {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .mobile-nav {
        align-items: initial;
        height: 0;
        overflow: hidden;
        animation: close_nav 1s;
    }

    .mobile-nav.active {
        height: max-content;
        animation: open_nav 1s;
    }

    .logo-container {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(153, 153, 153);
    }

    .mobile-nav-btn,
    .nav-icons {
        display: flex;
    }

    .mobile-nav-btn .fa-bars.remove,
    .mobile-nav-btn .fa-times.remove {
        animation: change_nav_btn 1s;
    }

    .login-nav {
        margin: 10px 0 20px;
        align-items: baseline;
        /* justify-content: space-between; */
        /* height: 85px; */
    }

    .button {
        display: flex;
        justify-content: center;
        margin-top: 20px !important;
    }

    .lang_bl img {
        width: 25px !important;
        height: 15px !important;
        margin-left: 1px;
        margin-top: 20px;
    }

    .lang_bl .dropdown {
        position: relative;
        z-index: 9;
    }

    .lang_assets.active {
        display: flex;
    }

    .lang_assets {
        top: -5px;
        left: 30px;
    }

    .footer .nav-description {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 200;
        width: 80%;
        text-align: center;
    }

}