@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Colus';
    src: url('../assets/fonts/Colus.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../assets/fonts/tahoma.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../assets/fonts/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Medium';
    src: url('../assets/fonts/OpenSans-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans SemiBold';
    src: url('../assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Bold';
    src: url('../assets/fonts/OpenSans-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans ExtraBold';
    src: url('../assets/fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-style: normal;
}

:root {
    --grey-10: #F5F5F5;
    --grey-20: #EDEDED;
    --grey-30: #e7e7e7;
    --grey-40: #dedede;
    --grey-50: #d6d6d6;
    --grey-base: #cecece;
    --grey-60: #acacac;
    --grey-70: #898989;
    --grey-80: #676767;
    --grey-90: #454545;
    --grey-100: #292929;

    --red-10: #ffcfcf;
    --red-20: #ffaeae;
    --red-30: #ff8686;
    --red-40: #ff5e5e;
    --red-50: #ff3535;
    --red-base: #ff0d0d;
    --red-60: #d50b0b;
    --red-70: #aa0909;
    --red-80: #800707;
    --red-90: #550404;
    --red-100: #330303;

    --primary-black: #080808;
    --primary-white: #FFFFFF;
    --spacing-1: 1px;
    --spacing-2: 2px;
    --spacing-xxs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 40px;
    --spacing-xl: 64px;
    --spacing-xxl: 112px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.main_gradient {
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(19, 16, 14, 0.60) 0%, #13100E 100%);
}

body {
    font-family: 'OpenSans';
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #E7E7E7;
    background: #13100e;
    height: 100%;
    min-height: 100vh;
}

div.g-recaptcha {
    filter: invert(1) brightness(0.8);
}

html {
    overflow-y: scroll;
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #13100e;
}

::-webkit-scrollbar-thumb {
    background: #CBA74C;
}

::-webkit-scrollbar-thumb:hover {
    background: #CBA74C;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #CBA74C #13100e;
}

.navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    position: fixed;
    right: 34px;
    top: 29%;
    z-index: 201;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav_item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    height: 22px;
    align-items: center;
    justify-content: flex-end;
}

.nav_item:hover .nav_item_name {
    color: #B0944D;
}

.nav_item:hover .nav_item_bub {
    background: #B0944D;
}

.nav_item_name {
    color: #676767;
    text-align: right;
    font-family: 'OpenSans SemiBold';
    font-size: 16px;
    line-height: 22px;
    max-width: 0px;
    overflow: hidden;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.3s ease 0.3s;
    white-space: nowrap;
}

.navigation:hover .nav_item_name {
    max-width: 200px;
    opacity: 1;
    transition: max-width 0.3s ease, opacity 0.3s ease 0.3s;
}

.navigation:not(:hover) .nav_item_name {
    opacity: 0;
    transition: opacity 0.3s ease, max-width 0.3s ease 0.3s;
    max-width: 0px;
}

.nav_item_active .nav_item_name {
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav_item_bub {
    width: 12px;
    height: 12px;
    background: #676767;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: all 0.3s ease;
}

.nav_item_active .nav_item_bub {
    transform: scale(1.5);
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
}

.every_start {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 0;
}

.every_img {
    position: absolute;
    width: 100%;
    height: 425px;
    top: 0;
    z-index: -1;
}

img,
video {
    display: block;
    margin-bottom: 0;
}

.gold_button {
    height: 70.488px;
    gap: 24px;
    background: linear-gradient(180deg, #7D694B 0%, #BF9D7B 41.25%, #41301A 48.75%, #6E5734 73.87%);
    transition: all 0.3s ease;
    position: relative;
    padding: 2px;
    cursor: pointer;
}

.gold_button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #4C4739 0%, #363022 45%, #362D1B 46%, #241E12 55%, #473825 100%);
    opacity: 1;
    transition: opacity 0.3s ease;
    margin: 2px;
}

.gold_button:hover::before {
    opacity: 0;
}

.like_gold {
    text-transform: uppercase;
    color: #FFF4E7;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'OpenSans SemiBold';
    transition: all 0.3s ease;
    padding: 0 8px;
    cursor: pointer;
}

.like_gold:hover {
    color: #BD9C49;
}

.mini_gold {
    width: 211px;
    height: 52px;
    margin: 0 auto;
}

.mini_gold .in_button {
    font-size: 18px;
    line-height: 32.533px;
    letter-spacing: 0.54px;
}

.in_button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E6DCBE;
    font-family: 'OpenSans SemiBold';
    font-size: 24px;
    line-height: 32.533px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    padding: 8px 52px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #6E5C42 0%, #3D2F21 48%, #382716 49%, #2B1E11 58%, #422B19 100%), linear-gradient(180deg, #4C4739 0%, #363022 45%, #362D1B 46%, #241E12 55%, #473825 100%);
    transition: all 0.3s ease;
}

.in_button span {
    position: relative;
    z-index: 2;
}

.block_title {
    font-family: Colus;
    font-size: 48px;
    font-style: normal;
    line-height: 52px;
    letter-spacing: -0.48px;
    text-align: center;
    background: linear-gradient(180deg, #AF934C 0%, #DEBC66 50%, #AF934C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block_title span {
    background: #FFF4E7;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block_aftertitle {
    color: #FFF8E1;
    font-family: 'OpenSans SemiBold';
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}

.all_titles {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
    padding: 112px 32px 64px;
    position: relative;
    z-index: 10;
}

.animate-on-scroll.all_titles {
    transform: translate(0, -100px);
    transition: all 0.5s linear;
    opacity: 0;
}

.animate-on-scroll.visible {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}

.popup_trailer {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    opacity: 0;
    background: #000000d1;
    top: 0;
    left: 0;
    z-index: 20000;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
}

.popup-close img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(30%) saturate(660%) hue-rotate(5deg) brightness(93%) contrast(89%);
}

.popup_close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 32px;
    top: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    background: url(../assets/close.svg) center / cover no-repeat;
}

.popup_close:hover {
    transform: scale(1.05);
}

.hello_form {
    max-width: 448px;
    max-height: fit-content;
    padding: 2px;
    position: fixed;
    box-shadow: 0px 2px 6px 2px #00000026, 0px 1px 2px 0px #0000004D;
    background: linear-gradient(0deg, #7D694B 0%, #BF9D7B 41.25%, #41301A 48.75%, #6E5734 73.87%);
    z-index: 7000;
    top: 17px;
    transition: all 0.3s ease-out;
}

#change_form {
    position: relative;
    height: 465px;
}

.hello_signup-form,
.hello_section-emailtg {
    display: block;
    visibility: hidden;
}

.hello_section-emailtg .step {
    padding: 20px 0 20px;
}

.popup-overlay {
    visibility: visible;
}

.hello_signup-form {
    position: absolute;
    top: 0;
    left: 0;
}

.hide_hello {
    right: -500px;
}

.hello_close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: url(../assets/close.svg) center / cover no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.hello_close:hover {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.336));
}

.show_hello {
    right: 17px;
}

.hello_signup-form h3 {
    display: none;
}

.hello_signup-form .left_form {
    gap: 4px;
}

.hello_section-emailtg h3 {
    display: none;
}

.hello_section-emailtg .section-emailtg {
    padding: 0;
    background: inherit;
}

.hello_section-emailtg .section-emailtg:after {
    border: none;
}

.hello_section-emailtg .step {
    font-size: 18px;
    line-height: 20px;
}


.hello_section-emailtg .bonuses {
    padding: 0 0 16px;
}

.hello_section-emailtg .bonuses img {
    width: 32px;
    height: 32px;
}

.hello_section-emailtg .form_send {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.hello_section-emailtg .form_disclamer {
    font-size: 14px;
    line-height: 20px;
    padding: 24px 0 0;
    display: block;
}

.hello_section-emailtg .email-tg {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.hello_inform {
    width: 100%;
    height: 100%;
    position: relative;
}

.hello_text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.hello_swap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.hello_swap_item {
    font-family: Colus;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFF4E7;
    padding: 8px 0px;
    border-bottom: 2px solid #FFF4E7;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100%;
}

.hello_swap_item.active {
    color: #b89847;
    border-bottom: 2px solid #b89847;
}

.hello_signup {
    gap: 0px !important;
    padding: 24px;
    background: linear-gradient(251deg, #191613 11.34%, #29241F 96.12%), #FFF;
}

.hello_recover {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #FFF4E7;
}

.hello_recover a {
    color: #b89847;
}

.hello_title {
    color: #FFF4E7;
    font-family: Colus;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.008em;
    text-align: left;
}

.hellotgform {
    flex-direction: column !important;
}

.helloh3 {
    font-size: 18px;
    line-height: 24px;
    font-family: Jost;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.popup {
    background: linear-gradient(251deg, #191613 11.34%, #29241F 96.12%), #FFF !important;
    border: 2px solid #6c5727 !important;
    box-shadow:  none !important;
    max-height: 382px;
    width: 620px;
    height: 382px;
    padding: 0 !important;
}

.popup button {
    display: flex;
    padding: 9px 32px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: 2px solid #7D694B;
    background: linear-gradient(0deg, rgba(255, 183, 0, 0.00) 0%, rgba(255, 183, 0, 0.12) 100%), linear-gradient(180deg, #4C4739 0%, #363022 45%, #362D1B 46%, #241E12 55%, #473825 100%);
    margin-top: 16px;
    color: #E6DCBE;
    font-family: 'OpenSans Medium';
    font-size: 18px;
    line-height: 32.533px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    max-width: 225px;
}

.sova {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.popup_text {
    color: #FFF4E7;
    font-family: Colus;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.008em;
    text-align: left;
}

.popup_body {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: none !important;
}

.popup_more {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    padding-bottom: 67px;
    max-width: 290px;
}

.desctop_nav {
    display: flex !important;
}

@media (max-width: 1430px) {

    .block_title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.32px;
    }

    .block_aftertitle {
        font-size: 18px;
        line-height: 24px;
    }

    .all_titles {
        gap: 8px;
    }
}

@media (max-width: 1400px) {

    .gold_button {
        height: 61px;
    }

    .in_button {
        font-size: 20px;
        line-height: 32.533px;
        letter-spacing: 0.6px;
        padding: 8px 42px;
    }
}

@media (max-width: 1020px) {

    .desctop_nav {
        display: none !important;
    }
}

@media (max-width: 930px) {

    .popup {
        width: 315px;
        height: 300px;
    }

    .sova {
        display: none;
    }

    .popup_body {
        padding: 32px;
    }

    .popup_more {
        padding-bottom: 32px;
    }

    .hello_form {
        top: 20px;
    }

    .hello_title {
        font-size: 20px;
        line-height: 28px;
    }

    .all_titles {
        padding: 112px 16px 64px;
    }

    .block_title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.28px;
    }

    .block_aftertitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 600px) {
    .hello_section-emailtg .form_disclamer {
        display: none;
    }

    .hello_text {
        display: none;
    }

    .hello_form {
        max-width: 100vw;
    }

    .hello_signup-form .red_main_but {
        background-size: contain;
    }

    .show_hello {
        right: 0px;
        top: 3px;
    }

}

@media (max-width: 580px) {
    .like_gold {
        display: flex;
        padding: 9px 32px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border: 2px solid #7D694B;
        background: linear-gradient(0deg, rgba(255, 183, 0, 0.00) 0%, rgba(255, 183, 0, 0.12) 100%), linear-gradient(180deg, #4C4739 0%, #363022 45%, #362D1B 46%, #241E12 55%, #473825 100%);
        margin-top: 12px;
        color: #E6DCBE;
        font-family: 'OpenSans Medium';
        font-size: 18px;
        line-height: 32.533px;
        letter-spacing: 0.54px;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        width: 100%;
        cursor: pointer;
    }

    .navigation {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
        position: relative;
        right: auto;
        top: auto;
        z-index: 201;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
    }

    .navigation:not(:hover) .nav_item_name {
        opacity: 1;
        transition: opacity 0.3s ease, max-width 0.3s ease 0.3s;
        max-width: max-content;
    }

    .nav_item {
        justify-content: space-between;
        width: 100%;
    }

    .nav_item_name {
        font-size: 18px;
        line-height: 22px;
    }

    .nav_item_active .nav_item_name {
        font-size: 22px;
        line-height: 22px;
    }
}


@media (max-width: 460px) {
    .gold_button {
        height: 52px;
        width: 100%;
    }
}