* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:global(.grecaptcha-badge) {
    visibility: hidden
}

body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden
}

body {
    overscroll-behavior-y: contain;
    position: relative
}

body.keyboard-visible .main, body.out-of-screen .main {
    height: auto
}

.main {
    height: 100vh;
    min-height: 100vh;
    width: 100vw
}

@media (orientation: landscape) and (pointer: coarse) and (hover: none) {
    .main {
        height: auto
    }
}

@supports (height:100dvh) {
    .main {
        height: 100dvh;
        min-height: 100dvmin;
        width: 100dvw
    }

    @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
        .main {
            height: auto
        }
    }
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

button, input {
    border: none;
    outline: none
}

:active, :focus, :hover {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter_18pt-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter_18pt-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Inter_18pt-SemiBold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Inter_18pt-Bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Inter_18pt-ExtraBold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Inter_18pt-Black.woff2) format("woff2")
}

:root {
    --font-family: "Inter";
    --index: calc(1vw + 1vh);
    --cubic: cubic-bezier(.5, 0, 0, 1);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    --header-height: 3.5rem;
    --boost-win: linear-gradient(180deg, #e9b352, #d6803b)
}

@media (min-width: 768px) {
    :root {
        --header-height: 4.5rem
    }
}

@media (min-width: 1200px) {
    :root {
        --header-height: 6.5rem
    }
}

@keyframes flyingDown {
    0% {
        transform: translateY(0)
    }
    17.87% {
        transform: translateY(16.7%)
    }
    32.25% {
        transform: translateY(0)
    }
    41.38% {
        transform: translateY(11.1%)
    }
    58.75% {
        transform: translateY(-8.3%)
    }
    71.25% {
        transform: translateY(25%)
    }
    87.5% {
        transform: translateY(8.3%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes flyingUp {
    0% {
        transform: translateY(0)
    }
    17.87% {
        transform: translateY(-16.7%)
    }
    32.25% {
        transform: translateY(0)
    }
    41.38% {
        transform: translateY(-11.1%)
    }
    58.75% {
        transform: translateY(8.3%)
    }
    71.25% {
        transform: translateY(-25%)
    }
    87.5% {
        transform: translateY(-8.3%)
    }
    to {
        transform: translateY(0)
    }
}

.flyingDown {
    animation: flyingDown 8s ease-in-out infinite
}

.flyingUp {
    animation: flyingUp 8s ease-in-out infinite
}

@keyframes fadeOpacity {
    0%, to {
        opacity: .35
    }
    14% {
        opacity: .85
    }
    28% {
        opacity: .35
    }
    42% {
        opacity: 1
    }
    56% {
        opacity: .35
    }
    70% {
        opacity: .65
    }
    84% {
        opacity: .35
    }
}

.fadeInPulse {
    animation: fadeOpacity 8s ease-in-out infinite
}

html {
    font-family: var(--font-family)
}

body {
    background-color: light-dark(#fff, #000)
}

.container {
    padding-inline: 1rem;
    max-width: 1120px;
    width: 100%;
    position: relative
}

@media (min-width: 1200px) {
    .container {
        margin-inline: auto
    }
}

.absolute {
    position: absolute
}

.flex {
    display: flex
}

.flex--center {
    align-items: center
}

.estop {
    pointer-events: none
}

.header {
    left: 0;
    padding-inline: 1rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

@media (min-width: 768px) {
    .header {
        padding-inline: 2rem
    }
}

.nav {
    align-items: center;
    display: flex;
    gap: 1rem;
    height: var(--header-height);
    justify-content: space-between;
    position: relative;
    transform: translateY(0);
    transition: transform 2.2s var(--cubic)
}

.nav.isHidden {
    transform: translateY(-100%)
}

@media (min-width: 1200px) {
    .nav.isHidden {
        transform: translateY(calc(-100% - 50px))
    }
}

.nav .button:hover {
    background-color: #e9b352;
    border-color: #000;
    color: #000
}

@media (min-width: 768px) {
    .nav {
        align-items: flex-end
    }
}

@media (min-width: 1200px) {
    .nav {
        margin-inline: auto;
        max-width: 80vw
    }
}

.nav__logo img {
    height: 25px;
    min-height: 25px
}

@media (min-width: 768px) {
    .nav__logo img {
        height: 48px;
        min-height: 48px
    }
}

@media (min-width: 1200px) {
    .nav__logo img {
        height: auto;
        margin-bottom: 5px;
        max-width: 251px;
        min-height: auto
    }
}

.nav__btn .button {
    font-size: .75rem
}

.nav__inner {
    gap: .5rem;
    transform: scale(.8)
}

@media (min-width: 768px) {
    .nav__inner {
        transform: scale(1)
    }
}

.nav__title {
    color: #fff;
    font-size: calc(var(--index) * 1.4);
    font-weight: 800;
    text-transform: uppercase
}

.main {
    background-color: #000;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: var(--header-height) 0;
    position: relative
}

.main__overlay {
    animation-delay: -2s;
    animation-duration: 15s;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    width: 100%
}

.main__girl-1 {
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 183px;
    transform: translateY(50%);
}

@media (min-width: 768px) {

    .main__girl-1 {
        width: calc(var(--index) * 21.3);
    }
}

@media (min-width: 1200px) {
    .main__girl-1 {
        width: calc(var(--index) * 15.5);
        left: 60px;
        bottom: 20px;
        transform: translateY(0);
    }
}

.main__girl-2 {
    bottom: 0;
    right: 0
}

@media (min-width: 768px) {
    .main__girl-2 {
        width: calc(var(--index) * 18.4);
        z-index: 1
    }
}

@media (min-width: 1200px) {
    .main__girl-2 {
        width: calc(var(--index) * 28)
    }
}

.main__chips-0 {
    animation-delay: -1s;
    animation-duration: 25.8s;
    left: -3.7rem;
    top: 7rem
}

@media (min-width: 768px) {
    .main__chips-0 {
        left: -6rem;
        top: 9rem
    }
}

@media (min-width: 1200px) {
    .main__chips-0 {
        left: 5rem;
        top: 12.5rem;
        width: calc(var(--index) * 7);
    }
}

.main__chips-1 {
    animation-delay: -2.4s;
    animation-duration: 24.8s;
    right: -9rem;
    bottom: -3rem;
}

@media (min-width: 1200px) {
    .main__chips-1 {
        right: 14.8rem;
        top: 14rem;
        width: calc(var(--index) * 10.55);
    }
}

.main__chips-2 {
    animation-delay: -2.3s;
    animation-duration: 22.6s;
    right: -5rem;
    top: 8.8rem
}

@media (min-width: 768px) {
    .main__chips-2 {
        right: 4rem;
        top: 5rem
    }
}

@media (min-width: 1200px) {
    .main__chips-2 {
        top: 10rem;
        width: calc(var(--index) * 5.7)
    }
}

.main__chips-3 {
    animation-delay: -2.5s;
    animation-duration: 4.8s;
    left: 11.5rem;
    top: 19.6rem
}

@media (min-width: 768px) {
    .main__chips-3 {
        animation-delay: -2.5s;
        animation-duration: 27.8s;
        left: unset;
        right: -5rem;
        top: 17rem;
        z-index: 0
    }
}

@media (min-width: 1200px) {
    .main__chips-3 {
        right: calc(var(--index) * 44);
        top: 19rem;
        width: calc(var(--index) * 7.9);
    }
}

.main__chips-4 {
    animation-delay: -2s;
    animation-duration: 23.8s;
    bottom: 3.4rem;
    left: 10.5rem;
    z-index: 0
}

@media (min-width: 768px) {
    .main__chips-4 {
        bottom: 8rem;
        left: 26.5rem
    }
}

@media (min-width: 1200px) {
    .main__chips-4 {
        bottom: 6rem;
        right: calc(var(--index) * 3);
        width: calc(var(--index) * 11.9);
        left: auto;
    }
}

.main__chips-5 {
    animation-duration: 32s;
    bottom: -.3rem;
    left: 3.8rem;
    z-index: 1
}

@media (min-width: 768px) {
    .main__chips-5 {
        bottom: 5rem;
        left: 17.5rem;
        z-index: 0
    }
}

@media (min-width: 1200px) {
    .main__chips-5 {
        bottom: -1.9rem;
        left: 0;
        width: calc(var(--index) * 9.7);
        z-index: 1
    }
}

.main__chips-6 {
    animation-duration: 22.8s
}

@media (min-width: 768px) {
    .main__chips-6 {
        bottom: -1rem;
        left: 23.5rem;
        z-index: 1
    }
}

@media (min-width: 1200px) {
    .main__chips-6 {
        bottom: 0;
        left: calc(var(--index) * 32);
        width: calc(var(--index) * 6.3);
        z-index: 1
    }
}

.button {
    align-items: center;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-family);
    font-weight: 700;
    justify-content: center;
    padding: 8px 17px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 5
}

.button--yellow {
    background-color: #664620;
    border: none;
    color: white;
    min-height: 30px;
    padding: 10px 32px;
    width: 100%
}

.button--yellow:focus {
    background-color: #df8134
}

@media screen and (min-width: 768px) {

    .button--yellow {
        min-height: 58px;
        padding: 16px 32px;
    }
}

.input {
    background-color: #1C1B1B;
    border: 1px solid #7a7a81;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 10px !important;
    padding: 10px 20px;
    width: 100%
}

.input[type=tel] {
    padding-left: 53px;
}

.input::-moz-placeholder {
    color: #fff9;
    font-weight: 500
}

.input::placeholder {
    color: #fff9;
    font-weight: 500
}

@media screen and (min-width: 768px) {

    .input {
        font-size: 16px !important;
        padding: 15px 20px;
    }
}

.validForm + .button--yellow {
    background-color: #e9b352 !important;
    box-shadow: 0 0 15px #e9b35266 !important
}

.password-wrapper {
    position: relative;
    width: 100%
}

.password-toggle-icon {
    background-image: url(/src/assets/img/eye-off.svg);
    background-size: cover;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.password-toggle-icon.visible {
    background-image: url(/src/assets/img/eye-on.svg)
}

.langSelector {
    display: block;
    position: relative;
    text-transform: uppercase;
    z-index: 50
}

.langSelector .selected {
    align-items: center;
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    padding: 8px;
    transition: all .25s ease-in-out
}

.langSelector .selected > img {
    border-radius: 100%
}

.langSelector .selected > span {
    color: #e7e7e9;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.langSelector .selected-icon {
    transition: all .25s ease-in-out
}

.langSelector .selected-icon img {
    height: 8px;
    min-height: 8px;
    min-width: 12px;
    width: 12px
}

.langSelector .selected.active {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #080b14
}

.langSelector .selected.active .selected-icon {
    transform: rotate(-180deg)
}

.langSelector .dropdown-list {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: #080b14;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 8px;
    position: absolute;
    top: 2.5rem;
    transition: all .25s ease;
    visibility: hidden;
    width: 100%
}

.langSelector .dropdown-list li {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
    transition: all .25s ease
}

.langSelector .dropdown-list li img {
    border-radius: 50%
}

.langSelector .dropdown-list li span {
    color: #e7e7e9 !important;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    transition: all .25s ease
}

.langSelector .dropdown-list li.active span, .langSelector .dropdown-list li:hover span {
    color: #e7e7e9 !important
}

.langSelector .dropdown-list.active {
    max-height: 260px;
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.hero {
    height: 100%
}

.hero__frame {
    border-radius: 22px;
    background: #6c78b9;
    background: linear-gradient(45deg,#d9ac1b,#ffa359 50%);
    padding: 1.48vh;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    width: 100%;
}

.hero__frame iframe {
    width: 100%;
    height: 95vw;
}

@media screen and (min-width: 768px) {

    .hero__frame {
        max-width: 760px;
    }

    .hero__frame iframe {
        height: 48.7vh;
        border-radius: 29px;
    }
}

@media screen and (min-width: 992px) {

    .hero__frame {
        width: auto;
    }

    .hero__frame iframe {
        height: 42.7vh;
    }
}

@media screen and (min-width: 1200px) {

    .hero__frame {
        max-width: 850px;
    }

    .hero__frame iframe {
        width: 75.87vh;
    }
}

.hero__frame iframe {
    border: 0;
    border-radius: 1.85vw;
}

.hero__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%
}

.hero__title {
    color: #fff;
    font-size: 1.62rem;
    font-style: italic;
    font-weight: 900;
    padding: .75rem 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 20
}

.hero__title div:nth-child(2) {
    background: linear-gradient(180deg, #e9b352 0, #D57D39 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .hero__title {
        font-size: 3vw;
        padding: 1.7rem 0 6.3vh;
    }
}

.hero__button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.hero__button .button {
    background: linear-gradient(to left, #FFCF4C, #D78400);
    font-size: 21px;
    padding: 13px 35px;
    max-width: 473px;
    text-transform: none;
    color: #2B2B2B;
    border: 1px solid #FFCF4C;
}

@media screen and (min-width: 768px) {

    .hero__button .button {
        font-size: 42px;
        padding: 2.5vh;
    }
}

.section-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    padding-top: 44px;
}

@media screen and (min-width: 768px) {

    .section-form {
        padding-top: 100px;
    }
}

.section-form:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/form-bg.png");
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-form__container {
    position: relative;
    z-index: 2;
}

.section-form__container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    transform: translateX(-50%);
    background-image: url("../img/bright-bg.png");
    z-index: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotateClockwise 50s linear infinite, brightUp 3s ease-in-out infinite;
}

@media screen and (min-width: 1200px) {

    .section-form__container:before {
        content: '';
        width: 1120px;
        height: 1120px;
    }
}

.section-form:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/bottom-layout.png");
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    filter: blur(12px);
    mix-blend-mode: lighten;
    z-index: 1;
}

.section-form__title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 6.7rem;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 768px) {

    .section-form__title {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) {

    .section-form__title {
        font-size: 50px;
    }
}

.section-form__form {
    background: linear-gradient(180deg, #FFFFFE 0, #F7CB47 100%);
    border: 4px solid #e9b352;
    border-radius: 20px;
    box-shadow: 6px solid #d6803b99;
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 1rem;
    padding-bottom: 5.5rem;
    padding-top: 3rem;
    position: relative;
    width: 100%;
    z-index: 10;
}

@media screen and (min-width: 1200px) {

    .section-form__form {
        padding-top: 5rem;
    }
}

.section-form__img {
    left: -25px;
    top: 0;
    position: absolute;
}

@media (min-width: 768px) {

    .section-form__img {
        left: 190px;
        top: 100px;
    }

    .section-from__form {
        border: 8px solid #e9b352;
        border-radius: 40px;
        box-shadow: inset 10px 10px 20px #d6803b99;
        max-width: 652px;
        padding-inline: 1.5rem;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
}

.section-form__form-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 221px;
    width: 100%;
}

@media screen and (min-width: 768px) {

    .section-form__form-logo {
        max-width: 363px;
        margin-left: auto;
        margin-right: auto;
    }
}

.section-from__form-logo > div {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

@media (min-width: 768px) {
    .section-from__form-logo > div {
        font-size: 32px
    }
}

.section-form__form-title {
    color: #1C1B1B;
    font-weight: 900;
    letter-spacing: .43px;
    text-align: center;
    font-size: clamp(12px, 6.5vw, 2.8rem);
    margin-top: .65rem
}

.section-form__form-title .tSmall {
    font-size: clamp(12px, 5vw, 1.9rem);
    font-weight: 700;
    margin-bottom: 2px
}

.section-form__form-content {
    margin-top: 30px
}

@media (min-width: 768px) {
    .section-form__form-content {
        margin-inline: auto;
        max-width: 460px;
        padding-inline: .5rem
    }
}

.section-form__form-toggle {
    align-items: center;
    border: 1px solid #985424;
    border-radius: 12px;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    padding: 4px
}

.section-form__form-toggle > div {
    align-items: center;
    background-color: transparent;
    border-radius: 8px;
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    padding: 10px 20px;
    transition: background-color .25s ease-in-out;
    width: 100%;
    font-weight: 600;
}

.section-form__form-toggle > div.active, .section-form__form-toggle > div:hover {
    background: linear-gradient(180deg, #E9B352 0, #D57D39 100%);
    color: white;
}

.section-form__form-fields {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 10px;
    position: relative;
}

.section-form__form-fields > div + img {
    position: absolute;
    left: 20px;
    top: 5px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 768px) {

    .section-form__form-fields {
        gap: 24px;
        margin-top: 2rem;
    }

    .section-form__form-fields > div + img {
        top: 14px;
    }
}

.section-form__form-button {
    margin-top: 1.3rem
}

@keyframes rotateClockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes brightUp {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.section-form__decor {
    animation-delay: -2.3s;
    animation-duration: 22.6s;
    right: -5rem;
    bottom: 8.8rem;
    position: absolute;
}

@media (max-width: 768px) {

    .section-form__decor {
        right: 1rem;
        bottom: 1rem;
    }
}

@media (min-width: 1200px) {

    .section-form__decor {
        bottom: 15rem;
        right: 2rem;
        width: calc(var(--index) * 5.7);
    }
}
