.container {
    max-width: 1401px;
    width: 100%;
    margin: 0 auto;
}

header {
    padding: 13px;
    z-index: 1000;
}

.header__container {
    padding: 0px 32px;
    backdrop-filter: blur(4px);
    background: #1f2b22;
    border-radius: 40px;
    position: relative;
}

@media (max-width:770px) {
    .header__container {
        padding: 8px 32px;
    }
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__left {
    display: flex;
    align-items: center;
    gap: 50px;
}

.checkbox {
    display: none;
}

.burger {
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 36px;
    height: 26px;
    position: relative;
}

.line {
    height: 6px;
    border-radius: 5px;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* .checkbox:checked+.burger .line1 {
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%;
} */

/* .checkbox:checked+.burger .line3 {
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 50%;
} */

/* .checkbox:checked+.burger .line2 {
    opacity: 0;
    
} */

.header__join {
    border: none;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    background: transparent;
    cursor: default;
}

.header__title {
    font-family: "Philosopher", serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 276%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

@media (max-width:770px) {
    .header__title {
        display: none;
    }
}

.header__links {
    display: flex;
    align-items: center;
    align-items: center;
    width: 35%;
    gap: 32px;
}

@media (max-width:770px) {
    .header__links {
        display: none;
    }
}

.header__tg--link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    background: #091d27;
    max-width: 229px;
    width: 100%;
    padding: 11px 0px;
    transition: 0.3s all ease-in-out;
}


.header__tg--link:hover {
    background: #036696;
}


.header__tg--link img {
    width: auto;
}

@media (max-width:770px) {
    .header__tg--link {
        font-size: 10px;
        max-width: 149px;
        padding: 8px 0px;
    }
}

.header__partner--link {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    max-width: 229px;
    width: 100%;
    text-align: center;
    padding: 11px 0px;
    transition: 0.3s all ease-in-out;
}

.loginButton,
.nav__link {
    transition: 0.3s all ease-in-out;
}

.header__partner--link:hover,
.loginButton:hover,
.nav__link:hover {
    color: #c09651;
}

nav {
    height: 205px;
    border-top: 1px solid #c09651;
    padding-left: 48px;
    padding-right: 24px;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-20%);
    transition: 0.3s all ease-in-out;
    z-index: -1;
    background: #1F2B22;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width:770px) {
    nav {
        height: 93vh;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 16px 29px;
    }
}

.header__container.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

nav.active {
    overflow-y: auto;
    transform: translateY(0);
    z-index: 100;
    opacity: 1;
    pointer-events: all;
}

@media (max-width:770px) {
    .nav.active {
        transform: translateY(1%);
    }
}

.nav__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

@media (max-width:770px) {
    .nav__left {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
    }
}

.nav__links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.nav__link {
    font-family: "Philosopher", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 205%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.nav__right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-around;
}

@media (max-width:770px) {
    .nav__right {
        align-items: center;
    }
}

.nav__reg--button {
    background: #2d3f32;
    max-width: 369px;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    border: none;
    padding: 24px;
}

.faq__links {
    display: flex;
    gap: 16px;
    align-items: center;
}

@media (max-width:770px) {
    .faq__links {
        padding-top: 16px;
        flex-direction: column;
    }
}

.faq__link {
    font-weight: 300;
    font-size: 13px;
    line-height: 104%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #fff;
}

.header__login--button {
    border: none;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    background: transparent;
}