*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Akrobat', sans-serif;
    font-weight: 400;
    color: #F7F7F7;
    font-size: 16px;
    line-height: 1.5 !important;
    width: 100%;
    overflow-x: hidden;
    margin: 0 !important;
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: default;
    background-color: #092859;
}

.no_overflow {
    overflow: hidden;
}

.mfp-wrap {
    touch-action: none;
    -ms-touch-action: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mfp-content {
    touch-action: none;
    -ms-touch-action: none;
}

/* main {
    overflow: hidden;
} */

.wow {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(265deg, #00FF5A 0%, #00FB59 60%, #00C746 100%);
    max-width: 153px;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover, a:focus, a:active {
    outline: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

video {
    width: 122%;
    height: 122%;
}

.hidden {
    display: none
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    border-radius: 0;
}

.container {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.mobile{
    display: none;
}

.btn_block {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1vw 0 0;
}

.action_btn {
    width: 100%;
    max-width: 16.979vw;
    height: 4.427vw;
    font-weight: 800;
    font-size: 1.354vw;
    line-height: 87%;
    color: #00052e;
    cursor: pointer;
    outline: none;
    box-shadow: 0 0 97px 0 #00e551;
    background: linear-gradient(135deg, #00ff5a 0%, #00fb59 59.66%, #00c746 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Inter', sans-serif !important;
    border-radius: 96px;
}

.action_btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #00052e;
}

.action_btn:focus {
    outline: none;
}

/* Pages */

.first_screen {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /* height: 120vh; */
    height: 59vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    z-index: 15;
    position: relative;
}

.bg_image {
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.noise {
    background-image: url(../img/noise.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#scene {
    position: absolute;
    top: 3vw;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 10;
    width: 91.771vw;
}

#scene img {
    width: 100%;
    height: 100%;
}

.logo {
    display: flex;
    margin: 0 auto;
    z-index: 5;
    width: 26.042vw;
}

.logo img {
    width: 100%;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.noise {
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    width: 110%;
    z-index: 1;
}

.first_screen__left {
    position: absolute;
    left: 2vw;
    top: 0;
    width: 31.667vw;
    z-index: 5;
}

.first_screen__left img {
    width: 100%;
}

.first_screen__middle {
    position: absolute;
    top: 2vw;
    bottom: auto;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
}

.zeus {
    margin: -12vw 0 0;
    width: 28.698vw;
}

.zeus img, .first_screen__right img {
    width: 100%;
}

.hide {
    opacity: 0;
}

.video_block {
    margin: -14.5vw 0 0;
    width: 38.333vw;
    height: 23.385vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 1.458vw; */
    z-index: 10;
    /* overflow: hidden; */
    position: relative;
}

.video_bg {
    /* background-image: url(../img/video_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    width: 38.333vw;
    height: 23.385vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.video_bg1 {
    background-image: url(../img/video_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22.292vw;
    height: 1.979vw;
    position: absolute;
    top: -1.042vw;
    left: auto;
    right: auto;
}

.video_bg2 {
    background-image: url(../img/video_bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 11.667vw;
    height: 12.865vw;
    position: absolute;
    top: -1.042vw;
    left: auto;
    right: -0.885vw;
}

.video_bg3 {
    background-image: url(../img/video_bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 11.667vw;
    height: 12.865vw;
    position: absolute;
    top: auto;
    left: auto;
    right: -0.885vw;
    bottom: -1.042vw;
}

.video_bg4 {
    background-image: url(../img/video_bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22.292vw;
    height: 1.979vw;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: -1.042vw;
}

.video_bg5 {
    background-image: url(../img/video_bg5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 11.667vw;
    height: 12.865vw;
    position: absolute;
    top: auto;
    left: -1.042vw;
    right: auto;
    bottom: -1.042vw;
}

.video_bg6 {
    background-image: url(../img/video_bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 11.667vw;
    height: 12.865vw;
    position: absolute;
    top: -1.042vw;
    left: -1.042vw;
}

.video {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video_block img {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: auto;
    left: auto;
}

.first_screen__right {
    position: absolute;
    right: 2vw;
    top: 11vw;
    width: 28.646vw;
    z-index: 5;
}

.full_time__anim {
    animation: pulsate 2s ease-out infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.full_time__anim2 {
    animation: pulsate2 5s ease-out infinite;
}

@keyframes pulsate2 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.gradient_text {
    background: linear-gradient(180deg, #36e800 0%, #a4ff89 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: text_shadow 3s linear infinite;
            animation: text_shadow 3s linear infinite;
    background-position: 0 0;
    background-size: 100% 300%;
    text-shadow: none;
    position: relative;
}

.gradient_text::after {
    content: attr(data-content);
    position: absolute;
    top: auto;
    left: auto;
    z-index: -1;
    color: transparent;
    text-shadow: 0 5px 0 #001137;
    bottom: -0.104vw;
}

.text__gradient_popup {
    font-weight: 900;
    font-size: 2.396vw;
    line-height: 96%;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(223deg, #fff7a5 0%, #fee88c 16%, #fdd771 33.5%, #f4a93c 47%, #fcfbdd 62.5%, #f6de73 81%, #fffcc5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 0.781vw;
}

.popup__win.text__gradient_popup {
    margin: 0.781vw 0 1.563vw;
}

.popup__content {
    margin: 0 0 2.604vw;
}

.text__gradient_popup .first_text, .text__gradient_popup .third_text {
    font-style: italic;
    font-weight: 800;
    font-size: 3.958vw;
    line-height: 77%;
    text-transform: uppercase;
    text-align: center;
    background-image: linear-gradient(180deg, #33cc05 0%, #a6ffa4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 10px;
}

.text__gradient_popup .second_text {
    font-weight: 400;
    font-size: 2.031vw;
    line-height: 105%;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

.popup__text_additional {
    font-style: italic;
    font-weight: 800;
    font-size: 2.031vw;
    line-height: 176%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 5;
    text-shadow: 0 4px 0 #001137;
}

.popup__text_additional span {
    font-size: 1.875vw;
    color: #fff;
}

@-webkit-keyframes text_shadow {
    0%,to {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }
}

@keyframes text_shadow {
    0%,to {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }
}

.action_btn__on_hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.circle_btn.action_btn__on_hover {
    -webkit-animation-name: anim_hover__start;
            animation-name: anim_hover__start;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
}

.circle_btn.action_btn__no_hover {
    -webkit-animation-name: anim_hover__end;
            animation-name: anim_hover__end;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
}

@-webkit-keyframes anim_hover__start {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}

@keyframes anim_hover__start {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
}

@-webkit-keyframes anim_hover__end {
    from {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes anim_hover__end {
    from {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}



.spinner {
    -webkit-animation: 2s spinner ease-in-out infinite;
            animation: 2s spinner ease-in-out infinite;
    width: 100%;
    height: 100%;
}

.spinner img{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 100%;
    height: 100%;
}

.wheel__spinner_win1 {
    -webkit-animation: 4s spinTo1 ease-in-out forwards !important;
            animation: 4s spinTo1 ease-in-out forwards !important;
}


@keyframes spinner {
    0% {
        -webkit-transform: rotate(-47deg);
                transform: rotate(-47deg)
    }

    50% {
        -webkit-transform: rotate(-39deg);
                transform: rotate(-39deg)
    }

    100% {
        -webkit-transform: rotate(-47deg);
                transform: rotate(-47deg)
    }
}

@keyframes spinner2 {
    0% {
        -webkit-transform: rotate(716deg);
                transform: rotate(716deg)
    }

    50% {
        -webkit-transform: rotate(724deg);
                transform: rotate(724deg)
    }

    100% {
        -webkit-transform: rotate(716deg);
                transform: rotate(716deg)
    }
}

@keyframes spinTo1 {
    0% {
        -webkit-transform: rotate(-47deg);
                transform: rotate(-47deg)
    }

    70% {
        -webkit-transform: rotate(1085deg);
                transform: rotate(1085deg)
    }

    80% {
        -webkit-transform: rotate(1075deg);
                transform: rotate(1075deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
                transform: rotate(1080deg)
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.popup__show {
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
}

.popup__window {
    /* width: 681px;
    height: 757px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
    /* padding: 130px 100px 100px 110px; */
    position: relative;
    border-radius: 0.781vw;
    padding: 0.521vw;
    background: -o-linear-gradient(227deg, #fff7a5 0%, #fee88c 16%, #fdd771 33.5%, #f4a93c 47%, #fcfbdd 62.5%, #f6de73 81%, #fffcc5 100%);
    background: linear-gradient(223deg, #fff7a5 0%, #fee88c 16%, #fdd771 33.5%, #f4a93c 47%, #fcfbdd 62.5%, #f6de73 81%, #fffcc5 100%);
    -webkit-animation: gradient_text 3s linear infinite;
            animation: gradient_text 3s linear infinite;
    background-position: 0 0;
    background-size: 100% 300%;
    opacity: 0;
    transform: scale(.8);
    transition: all .2s ease-in-out;
}

.popup__window__show {
    opacity: 1;
    transform: scale(1);
    transition: all .2s ease-in-out;
}

.popup__window__show .popup__container .logo,
.popup__window__show .popup__container .popup__title,
.popup__window__show .popup__container .popup__text,
.popup__window__show .popup__container .popup__win,
.popup__window__show .popup__container .popup__text_additional,
.popup__window__show #popup__btn {
    opacity: 1;
    transition: all .3s ease-in-out .3s;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

@-webkit-keyframes gradient_text {
    0%,to {
        background-position: 0;
    }

    50% {
        background-position: 100% 100%;
    }
}

@keyframes gradient_text {
    0%,to {
        background-position: 0;
    }

    50% {
        background-position: 100% 100%;
    }
}

.popup__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.69);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.69);
    background-color: #002767;
    /*background-image: url(../img/popup_bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    padding: 2.604vw 1.302vw;
    /* width: 28.698vw;
    height: 30.312vw; */
    border-radius: 0.781vw;
}

.popup__container .logo {
    width: 17.08vw;
    margin: 0 auto 2.60vw;
}

.popup__container .logo, .popup__container .popup__title, .popup__container .popup__text,
.popup__container .popup__win, .popup__container .popup__text_additional, #popup__btn {
    opacity: 0;
}

.popup__container .logo img {
    width: 100%;
}

.chip_1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7.5vw;
    height: 7.5vw;
    position: absolute;
    right: auto;
    left: -3.646vw;
    top: -3.5vw;
}

.chip_2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.36vw;
    height: 5.36vw;
    position: absolute;
    left: auto;
    right: -2.083vw;
    top: 1.04vw;
}

.chip_3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
    position: absolute;
    left: -3.9vw;
    top: auto;
    bottom: 1.64vw;
    z-index: -1;
}

.chip_4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.40vw;
    height: 6.40vw;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -1.302vw;
    right: -2.604vw;
}

.popup__text_bonus {
    font-style: italic;
    font-weight: 800;
    font-size: 1.875vw;
    line-height: 144%;
    color: #fff;
    text-shadow: 0 0.156vw 0 #001137;
    text-align: center;
}

.popup__text_additional .text_bg:after {
    width: 7.24vw;
    height: 2.708vw;
    top: 0;
    left: -0.781vw;
}

.popup__text_bonus .text_bg:after {
    width: 9.896vw;
    height: 2.083vw;
    top: 0.365vw;
    left: -0.521vw;
    /*background-image: url(../img/text_bg__thin.png);*/
}

.footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8.958vw;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 10;
}

.footer_logo {
    width: 18.229vw;
    margin: 0 0 -0.781vw;
}

.footer_logo img {
    width: 100%;
}

.boxes {
    max-width: 37.813vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box {
    width: 9.479vw;
    height: 9.74vw;
    background-image: url("../img/rectangle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all .3s linear;
}

.show {
    opacity: 1;
    transition: all .3s linear;
}

.box1 p {
    font-weight: 800;
    font-size: 2.76vw;
    color: #f8ec02;
    line-height: 1;
    display: flex;
    flex-direction: column;
}

.box1 p span {
    font-size: 1.406vw;
}

.box2 p {
    font-weight: 800;
    font-size: 2.083vw;
    color: #f8ec02;
    line-height: 1;
    display: flex;
    flex-direction: column;
}

.box2 p span {
    font-size: 1.406vw;
}


.popup_reg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*padding: 4vw 0 0;*/
    transition: all .3s linear;
}

.popup_reg .logo {
    margin: 0 auto 1vw;
    width: 26.042vw;
}

.hide_popup {
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    transition: all .3s linear;
}

form {
    padding: 1.302vw;
    background-color: #272935;
    width: 100%;
    max-width: 20.83vw;
    margin: 0 0 1.04vw;
}

.wrapper_tr form {
    margin: 0 0 0.78vw;
}

form .select_field, form .input_field {
    margin: 0 0 1.042vw;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

form .select_field .country-name {
    font-size: 0.833vw;
}

form .select_field .country-select {
    width: 100%;
    color: #000;
}

input {
    height: 2.083vw;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 0.781vw;
    font-family: var(--font-family), sans-serif;
    font-size: 0.833vw;
}

input[type=submit] {
    background: #36e800;
    text-transform: uppercase;
    font-size: 1.094vw;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

input[type=submit]:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.custom-select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 2.083vw;
    background: #f5f5f7;
    padding: 0.26vw 0.781vw;
    font-size: 0.833vw;
    color: #000;
}

.custom-select-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* background: #f5f5f7; */
    cursor: pointer;
    height: 100%;
    /* padding: 0.26vw 0.781vw; */
}

.custom-select:after {
    position: absolute;
    content: '';
    background-image: url(../img/dropdown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.729vw;
    height: 0.417vw;
    top: auto;
    bottom: auto;
    right: 0.781vw;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    z-index: 1;
}

.custom-select.open .custom-select-trigger {
    border-radius: 0.521vw 0.521vw 0 0;
}

.custom-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.custom-options {
    position: absolute !important;
    display: block;
    top: 2.083vw;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
    z-index: 999;
    height: 8.802vw;
    /* overflow: scroll;
    overflow-x: hidden; */
    font-size: .833vw;
    padding: 0;
    overflow-y: auto;
}

.bonus_field .custom-options {
    height: auto;
}

.custom-options::-webkit-scrollbar {
    border-radius: 5px;
}

.city_field .custom-options::-webkit-scrollbar {
    border-radius: 0.833vw;
}

.custom-options::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.custom-select.open .custom-options, .custom-select.open .search-input {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0.313vw 0.781vw;
    border-bottom: 1.5px dashed #EBEBEB;
    cursor: pointer;
    color: #0E0E0E;
    font-weight: 500;
    max-width: 100%;
}

.custom-option:last-child {
    border-bottom: none;
}

.custom-option:hover {
    background: #36e800;
    color: #fff !important;
}

.custom-option:hover p {
    color: #fff !important;
}

.custom-option.selected {
    color: #fff;
    background: #36e800;
    border-bottom: none;
}

.custom-option.selected p {
    color: #fff !important;
}

.custom-option.selected:hover {
    background: #36e800;
    border-bottom: none;
}

.checkbox_field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 0.833vw;
    line-height: 1.2;
    cursor: pointer;
}

.checkbox_field label input {
    height: auto;
    width: auto;
    margin: 0 0.365vw 0 0;
    cursor: pointer;
    -webkit-appearance: auto;
}

.checkbox_field label a {
    color: #36e800;
    margin: 0 0 0 4px;
}

/*.checkbox_field label p {*/
/*    text-align: justify;*/
/*}*/

.error_message {
    position: absolute;
    bottom: -0.938vw;
    color: red;
    font-size: 0.729vw;
    left: 0;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 20.83vw;
    margin: 1.04vw 0 0;
}

.wrapper_tr .tabs {
    margin: 0;
}

.tab-btn {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.344vw;
    border: none;
    outline: none;
    cursor: pointer;
    background: #171717;
    color: #fff;
    font-size: 0.94vw;
}

.tab-btn.active {
    background: #36e800;
}

.tab-content {
    display: none;
    width: 100%;
}

.tab-content.active-tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-modal {
    display: none; /* прихована за замовчуванням */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* напівпрозорий чорний фон */
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal-content {
    background-color: #fff;
    padding: 1.3vw;
    border-radius: 5px;
    max-width: 26.04vw;
    width: 90%;
    position: relative;
    animation: fadeInScale 0.3s ease-in-out;
}

.custom-modal-close {
    position: absolute;
    right: 0.68vw;
    top: 0.26vw;
    font-size: 1.25vw;
    cursor: pointer;
}

@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.custom-modal-title {
    text-align: center;
    margin: 0 0 1.04vw;
}

.custom-modal-message {
    text-align: center;
}

#showPass {
    cursor: pointer;
    width: 1.04vw;
    height: 1.04vw;
    display: flex;
    position: absolute;
    right: 0.52vw;
    top: auto;
    bottom: auto;
}

#showPass img {
    width: 100%;
    height: 100%;
}



/* Media */

@media screen and (min-width: 1921px) {
    
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    
}

@media screen and (min-width: 1921px) and (max-width: 2560px) and (min-height: 2048px) {
    
}

@media screen and (min-width: 1921px) and (max-width: 2560px) and (max-height: 1080px) {
    
}

@media screen and (max-width: 1680px) {
    
}

@media screen and (max-width: 1600px) {
    
}

@media screen and (max-width: 1536px) {
    
}

@media screen and (max-width: 1440px) {
    
}

@media screen and (max-width: 1440px) and (min-height: 900px) {
    
}

@media screen and (max-width: 1366px) {
    
}

@media screen and (max-width: 1280px) {
    
}

@media screen and (max-width: 1280px) and (min-height: 800px) {
    
}

@media screen and (max-width: 1152px) {
    
}

@media screen and (orientation: portrait) {
    #scene {
        display: none;
    }

    .logo {
        width: 50vw;
        margin: 0 auto 10vw;
    }

    .popup__container .logo {
        width: 50vw;
        margin: 0 auto 3vw;
    }

    .first_screen__right {
        right: 0;
        top: 8vw;
        width: 25vw;
        display: none;
    }

    .boxes {
        max-width: 68vw;
    }

    .box {
        width: 17.773vw;
        height: 18.262vw;
    }

    .box p {
        font-size: 4.102vw;
    }

    .box p span {
        font-size: 2.637vw;
    }

    .text__gradient_popup {
        font-size: 4vw;
    }

    .popup__win.text__gradient_popup {
        margin: 1.563vw 0;
    }

    .popup__text_bonus {
        font-size: 4vw;
    }

    .popup__text_additional {
        font-size: 3.5vw;
    }

    .text__gradient_popup .first_text, .text__gradient_popup .third_text {
        font-size: 8vw;
    }

    .popup__text_additional span {
        font-size: 3.875vw;
    }

    .zeus {
        margin: -20.75vw 0 0;
        width: 45vw;
        display: none;
    }

    .video_block {
        margin: 2vw 0 0;
        width: 71.875vw;
        height: 43.848vw;
        padding: 2.734vw;
    }

    .video_bg {
        width: 100%;
        height: 100%;
    }

    .video_bg1 {
        width: 33.292vw;
        height: 3.979vw;
        top: 0;
    }

    .video_bg2 {
        width: 21.667vw;
        height: 22.865vw;
        top: 0.684vw;
        right: 0.781vw;
    }

    .video_bg3 {
        width: 21.667vw;
        height: 22.865vw;
        right: 0.781vw;
        bottom: 0.684vw;
    }

    .video_bg4 {
        width: 33.292vw;
        height: 3.979vw;
        bottom: 0;
    }

    .video_bg5 {
        width: 21.667vw;
        height: 22.865vw;
        left: 0.781vw;
        bottom: 0.684vw;
    }

    .video_bg6 {
        width: 21.667vw;
        height: 22.865vw;
        top: 0.684vw;
        left: 0.781vw;
    }

    .btn_block {
        margin: 3vw 0 0;
    }

    .action_btn {
        max-width: 33vw;
        height: 8vw;
        font-size: 2.354vw;
    }

    .footer {
        height: 12vw;
    }

    .footer_logo {
        width: 25vw;
        margin: 0 0 -1.781vw;
    }

    .first_screen__left {
        top: 0;
        width: 52.667vw;
        left: auto;
    }

    video {
        width: 125%;
        height: 125%;
    }

    .video_block img {
        width: 93%;
        height: 90%;
    }

    .box1 p {
        font-size: 4.76vw;
    }

    .box2 p {
        font-size: 3.906vw;
    }

    .popup_reg {
        justify-content: center;
        padding: 0;
    }

    .title3, .title4 {
        top: 0;
        font-size: 8vw;
    }

    .tabs {
        max-width: 40vw;
        margin: 3vw 0 0;
    }

    .tab-btn {
        height: 4.395vw;
        font-size: 1.76vw;
    }

    form {
        padding: 2.441vw;
        max-width: 40vw;
        margin: 0 0 3vw;
    }

    form .select_field, form .input_field {
        margin: 0 0 1.953vw;
    }

    input {
        height: 3.906vw;
        padding: 0 1.465vw;
        font-size: 1.563vw;
    }

    .custom-select {
        height: 3.906vw;
        padding: 0.488vw 1.465vw;
        font-size: 1.563vw;
    }

    .custom-options {
        top: 3.906vw;
        height: 12.207vw;
        font-size: 1.563vw;
    }

    .custom-option {
        padding: 0.586vw 1.465vw;
    }

    input[type=submit] {
        font-size: 2.051vw;
    }

    .checkbox_field label {
        font-size: 1.563vw;
    }

    .custom-select:after {
        width: 1.367vw;
        height: 0.781vw;
        right: 1.465vw;
    }

    .checkbox_field label input {
        margin: 0 0.684vw 0 0;
    }

    .error_message {
        bottom: -1.758vw;
        font-size: 1.367vw;
    }

    form .select_field .country-name {
        font-size: 1.56vw;
    }

    .popup_reg, .popup_fail {
        background: rgba(0, 0, 0, .66);
    }

    #showPass {
        width: 1.95vw;
        height: 1.95vw;
        right: 1.46vw;
    }
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .first_screen__middle {
        z-index: 15;
    }

    .popup_reg {
        justify-content: flex-start;
        padding: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
    }

    .title3, .title4 {
        top: 0;
        font-size: 8vw;
    }

    .tabs {
        max-width: 40vw;
        margin: 3vw 0 0;
    }

    .tab-btn {
        height: 4.395vw;
        font-size: 1.76vw;
    }

    form {
        padding: 2.441vw;
        max-width: 40vw;
        margin: 0 0 3vw;
    }

    form .select_field, form .input_field {
        margin: 0 0 1.953vw;
    }

    input {
        height: 3.906vw;
        padding: 0 1.465vw;
        font-size: 1.563vw;
    }

    .custom-select {
        height: 3.906vw;
        padding: 0.488vw 1.465vw;
        font-size: 1.563vw;
    }

    .custom-options {
        top: 3.906vw;
        height: 12.207vw;
        font-size: 1.563vw;
    }

    .custom-option {
        padding: 0.586vw 1.465vw;
    }

    input[type=submit] {
        font-size: 2.051vw;
    }

    .checkbox_field label {
        font-size: 1.563vw;
    }

    .custom-select:after {
        width: 1.367vw;
        height: 0.781vw;
        right: 1.465vw;
    }

    .checkbox_field label input {
        margin: 0 0.684vw 0 0;
    }

    .error_message {
        bottom: -1.758vw;
        font-size: 1.367vw;
    }

    form .select_field .country-name {
        font-size: 1.56vw;
    }

    .popup_reg, .popup_fail {
        background: rgba(0, 0, 0, .66);
    }

    #showPass {
        width: 1.95vw;
        height: 1.95vw;
        right: 1.46vw;
    }
}

@media screen and (max-width: 760px) {
    .first_screen {
        height: 100vh;
        min-height: 200vw;
    }

    .logo {
        margin: 0 auto 30vw;
        width: 85vw;
    }

    .popup__container .logo {
        margin: 0 auto 5vw;
        width: 66.744vw;
    }

    .first_screen__middle {
        top: 1vw;
    }

    .first_screen__right {
        top: 5vw;
        width: 66vw;
        display: none;
    }

    .boxes {
        max-width: 100%;
    }

    .box1 p {
        font-size: 8.372vw;
    }

    .box2 p {
        font-size: 7.907vw;
    }

    .box p span {
        font-size: 5.581vw;
    }

    .box {
        width: 35.349vw;
        height: 36.512vw;
    }

    .zeus {
        margin: -13vw 0 0;
        width: 66vw;
        display: none;
    }

    .video_block {
        margin: 5vw 0 0;
        width: 90vw;
        height: 45vw;
        padding: 0;
    }

    .video_bg {
        width: 100%;
        height: 100%;
    }

    .video_bg1 {
        width: 48.292vw;
        height: 7vw;
        top: -3.953vw;
        z-index: 1;
    }

    .video_bg2 {
        width: 41.667vw;
        height: 45.865vw;
        top: -3.953vw;
        right: -3.953vw;
    }

    .video_bg3 {
        width: 41.667vw;
        height: 45.865vw;
        right: -3.953vw;
        bottom: -3.953vw;
    }

    .video_bg4 {
        width: 48.292vw;
        height: 7vw;
        bottom: -3.953vw;
    }

    .video_bg5 {
        width: 41.667vw;
        height: 45.865vw;
        left: -3.953vw;
        bottom: -3.953vw;
    }

    .video_bg6 {
        width: 41.667vw;
        height: 45.865vw;
        top: -3.953vw;
        left: -3.953vw;
    }

    video {
        width: 137%;
        height: 137%;
    }

    .btn_block {
        margin: 4vw 0 0;
    }

    .action_btn {
        max-width: 66vw;
        height: 14vw;
        font-size: 5.5vw;
    }

    .text__gradient_popup {
        font-size: 7vw;
    }

    .text__gradient_popup {
        margin: 0 0 3vw;
    }

    .popup__text_bonus {
        font-size: 6vw;
    }

    .popup__win.text__gradient_popup {
        margin: 3vw 0;
    }

    .text__gradient_popup .first_text, .text__gradient_popup .third_text {
        font-size: 12vw;
        margin: 0;
        line-height: 100%;
    }

    .popup__text_additional, .popup__text_additional span {
        font-size: 6.5vw;
    }

    .popup__btn {
        width: 85%;
    }

    .popup__container {
        padding: 6vw 1.302vw;
    }

    .popup__window {
        width: 90vw;
    }

    .footer {
        height: 110px;
    }

    .footer_logo {
        width: 70%;
        margin: 0 0 -10px;
    }

    .first_screen__left {
        top: 0;
        left: auto;
        width: 80vw;
    }

    .video_block img {
        width: 97%;
        height: 95%;
    }

    .tabs {
        max-width: 90%;
        order: 3;
    }

    .tab-btn {
        height: 11.091vw;
        font-size: 4.09vw;
    }

    form {
        padding: 5.682vw;
        max-width: 90%;
        order: 4;
    }

    form .select_field, form .input_field {
        margin: 0 0 4.545vw;
    }

    input {
        height: 9.091vw;
        padding: 0 3.409vw;
        font-size: 3.636vw;
    }

    .custom-select {
        height: 9.091vw;
        padding: 1.042vw 3.409vw;
        font-size: 3.636vw;
    }

    .custom-options {
        top: 9.091vw;
        height: 28.409vw;
        font-size: 3.636vw;
    }

    .custom-select:after {
        width: 3.182vw;
        height: 1.818vw;
        right: 3.409vw;
    }

    input[type=submit] {
        font-size: 4.773vw;
    }

    .checkbox_field label {
        font-size: 3.636vw;
        text-align: left;
    }

    .checkbox_field label input {
        margin: 0 1.591vw 0 0;
    }

    .error_message {
        bottom: -4.091vw;
        font-size: 3.182vw;
    }

    form .select_field .country-name {
        font-size: 3.64vw;
    }

    .popup_reg {
        justify-content: flex-start;
        padding: 20vw 0 0;
    }

    .popup_reg .logo {
        width: 90%;
    }

    #showPass {
        width: 4.17vw;
        height: 4.17vw;
        right: 3.13vw;
    }
}

@media screen and (max-width: 414px) {

}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 414px)
and (min-device-height: 736px)
and (max-device-height: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .logo {
        width: 60vw;
    }

    .first_screen__right {
        width: 40vw;
    }

    .zeus {
        margin: -105px 0 0;
        width: 55vw;
    }

    .btn_block {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 393px) {
    
}

@media screen and (max-width: 375px) {
    
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 375px)
and (min-device-height: 667px)
and (max-device-height: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .logo {
        width: 60vw;
    }

    .first_screen__right {
        width: 40vw;
    }

    .zeus {
        margin: -105px 0 0;
        width: 55vw;
    }

    .btn_block {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 360px) {
    
}

@media screen and (max-width: 320px) {
    
}