*, :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 {
    color: inherit;
    outline: none;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

video {
    width: 100%;
}

.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: flex-end;
}

.action_btn {
    width: 100%;
    max-width: 27.917vw;
    height: 5vw;
    font-weight: 800;
    font-size: 2.5vw;
    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/bg1.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;
}

/* .first_screen__wrapper {
    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;
} */

.first_screen:after {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 66.354vw;
    height: 48.438vw;
    /* top: 35vw; */
    top: auto;
    bottom: -24vw;
    left: auto;
    right: auto;
    z-index: 0;
}

.first_screen__left {
    position: absolute;
    top: 3vw;
    left: calc(50vw - 42vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first_screen__left:after {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46.406vw;
    height: 44.74vw;
    top: -4.167vw;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 0;
}

.first_screen__right {
    position: absolute;
    right: 5vw;
    /* top: 2vw; */
    bottom: 8vw;
    width: 31.615vw;
}

.first_screen__right:before {
    /* position: absolute;
    content: '';
    background-image: url(../img/badge_text.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19.479vw;
    height: 7.708vw;
    top: 1.8vw;
    bottom: auto;
    left: -4.5vw;
    right: auto;
    z-index: 15; */

    position: absolute;
    content: '';
    background-image: url(../img/badge_text.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 71.5%;
    height: 16.2%;
    top: 2%;
    bottom: auto;
    left: -22%;
    right: auto;
    z-index: 15;
}

.first_screen__right:after {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 44.479vw;
    height: 65.677vw;
    top: -4.167vw;
    bottom: auto;
    left: -7vw;
    right: auto;
    z-index: 0;
}

.first_screen__right picture {
    z-index: 5;
    position: relative;
    width: 100%;
}

.first_screen__right picture img{
    width: 100%;
    height: 100%;
}

#scene {
    position: absolute;
    top: 6.5vw;
    left: -5.5vw;
    z-index: 10;
    width: 103.854vw;
}

#scene img {
    width: 100%;
    height: 100%;
}

.logo {
    display: flex;
    margin: 0 auto 8vw 0;
    z-index: 5;
    width: 26.042vw;
}

.logo img {
    width: 100%;
}

.text_block {
    width: 100%;
}

h1 {
    font-weight: 800;
    font-size: 4.271vw;
    text-transform: uppercase;
    color: #fff;
    max-width: 20.833vw;
    width: 100%;
    min-width: 20.833vw;
    position: relative;
    text-shadow: 0 5px 0 #001137;
    z-index: 5;
    line-height: 90%;
}

h1:before {
    position: absolute;
    content: '';
    top: -1.042vw;
    left: 0;
    background-color: #fff;
    width: 8.698vw;
    height: 0.365vw;
    border-radius: 10px;
}

h1:after {
    position: absolute;
    content: '';
    bottom: -1.042vw;
    right: 0;
    background-color: #fff;
    width: 8.698vw;
    height: 0.365vw;
    border-radius: 10px;
}

h1 span {
    font-size: 6.667vw;
    display: flex;
    align-items: center;
    line-height: 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;
}

picture {
    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;
}

.first_screen__middle {
    position: absolute;
    top: 5vw;
    bottom: auto;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_screen__middle:after {
    position: absolute;
    content: '';
    background-image: url(../img/ellipse_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60.365vw;
    height: 44.74vw;
    top: -12.167vw;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 0;
}

.first_screen__middle .btn_block {
    display: none;
}

.circle_block {
    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;
    width: 38.177vw;
    height: 38.177vw;
    z-index: 7;
}

.circle_block:before {
    position: absolute;
    content: '';
    top: 3.49vw;
    bottom: auto;
    left: auto;
    right: auto;
    background-image: url(../img/polygon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.063vw;
    height: 18.49vw;
    z-index: 1;
}

.circle_btn__inner {
    /* background: linear-gradient(223deg, #fff7a5 0%, #fee88c 16%, #fdd771 33.5%, #f4a93c 47%, #fcfbdd 62.5%, #f6de73 81%, #fffcc5 100%); */
    background-image: url(../img/spin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* animation: text_shadow 7s linear infinite; */
    /* background-position: 0 0; */
    /* background-size: 100% 700%; */
    /* box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.69); */
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.927vw;
    line-height: 122%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.circle_btn {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 14vw;
    height: 14vw;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    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;
    font-style: italic;
    font-weight: 800;
    font-size: 1.35vw;
    line-height: 173%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 4px #001137;
    z-index: 1;
}

.full_time__anim {
    -webkit-animation: pulsate 2s ease-out infinite;
    animation: pulsate 2s ease-out infinite;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.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 0.26vw 0 0;
}

.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: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    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%;
}

.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: 22vw;
    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: 22vw;
    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%;
    color: #000;
    background-color: rgba(0, 0, 0, 0.8); /* напівпрозорий чорний фон */
    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) {
    /* .first_screen {
        height: 102vh;
    } */
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {

}

@media screen and (min-width: 1921px) and (max-width: 2560px) and (min-height: 2048px) {
    /* .circle_block {
        width: 45vw;
        height: 45vw;
    }

    .first_screen__right {
        right: -15vw;
    }

    .first_screen__right picture {
        width: 60vw;
    }

    .circle_block:before {
        width: 16.063vw;
        height: 20.49vw;
    }

    .circle_btn {
        width: 15vw;
        height: 15vw;
    } */

    .first_screen {
        height: 82vw;
    }

    .first_screen__middle {
        top: auto;
    }

    .first_screen__right {
        width: 38.615vw;
        right: -1vw;
    }

    #scene {
        width: 140vw;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) and (max-height: 1080px) {

}

@media screen and (max-width: 1680px) {
    .first_screen {
        height: 56vw;
    }
}

@media screen and (max-width: 1600px) {
    .first_screen__right {
        width: 30vw;
    }
}

@media screen and (max-width: 1536px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1440px) and (min-height: 900px) {
    .first_screen {
        height: 67vw;
    }

    .first_screen__right {
        width: 38vw;
        right: -5vw;
    }
}

@media screen and (max-width: 1366px) {
    .first_screen__left {
        left: calc(50vw - 45vw);
    }
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1280px) and (min-height: 800px) {
    .first_screen {
        height: 72vw;
    }

    .first_screen__right {
        width: 42vw;
        right: -10vw;
    }

    .circle_block {
        width: 44.177vw;
        height: 44.177vw;
    }

    .circle_block:before {
        width: 18.063vw;
        height: 22.49vw;
    }
}

@media screen and (max-width: 1152px) {
    .first_screen {
        height: 65vw;
    }

    .first_screen__right {
        width: 35vw;
        right: -4vw;
    }

    .circle_block {
        width: 44.177vw;
        height: 44.177vw;
    }

    .circle_block:before {
        width: 18.063vw;
        height: 22.49vw;
    }
}

@media screen and (orientation: portrait) {
    .first_screen {
        height: 100vh;
        min-height: 133vw;
    }

    #scene {
        display: none;
    }

    .first_screen__left {
        top: 3vw;
        left: auto;
    }

    .first_screen__right, .first_screen__left:after, .first_screen:after {
        display: none;
    }

    .first_screen__middle:after {
        width: 175%;
        height: 175%;
        top: -26.167vw;
    }

    h1 {
        font-size: 6.738vw;
        max-width: 39.063vw;
        min-width: 39.063vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h1 span {
        font-size: 12.5vw;
        display: flex;
        align-items: center;
        line-height: 100%;
        justify-content: center;
    }

    h1:before {
        top: -2.5vw;
        left: auto;
    }

    h1:after {
        bottom: -2.5vw;
        right: auto;
    }

    .second_text {
        font-size: 12.109vw;
    }

    h1:before, h1:after {
        width: 16.309vw;
        height: 0.684vw;
    }

    .circle_block {
        width: 71.582vw;
        height: 71.582vw;
    }

    .first_screen__middle {
        top: 43vw;
        flex-direction: column;
        z-index: 5;
    }

    /* .circle_btn__inner {
        background-image: url(../img/mobile_spin.svg);
    } */

    .circle_block:before {
        top: 6.5vw;
        width: 28vw;
        height: 35.5vw;
        /* background-image: url(../img/polygon_mobile.png); */
    }

    .circle_btn {
        width: 23vw;
        height: 23vw;
    }

    .logo, .popup__container .logo {
        width: 31.738vw;
        margin: 0 auto 4vw;
    }

    .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;
        padding: 0 0.488vw 0 0;
    }

    .popup__text_additional span {
        font-size: 3.875vw;
    }

    .action_btn {
        max-width: 43vw;
        height: 8.5vw;
        font-size: 3.5vw;
    }

    .first_screen__middle .btn_block {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 4vw 0 0;
    }

    .footer {
        height: 12vw;
    }

    .footer_logo {
        width: 25vw;
        margin: 0 0 -1.781vw;
    }

    .popup_reg {
        justify-content: center;
        padding: 0;
    }

    .title3, .title4 {
        top: 0;
        font-size: 8vw;
    }

    .tabs {
        max-width: 45vw;
        margin: 3vw 0 0;
    }

    .tab-btn {
        height: 4.395vw;
        font-size: 1.76vw;
    }

    form {
        padding: 2.441vw;
        max-width: 45vw;
        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: 1150px) and (orientation: landscape) {
    .first_screen {
        height: auto;
        flex-direction: column;
        padding: 3vw 0 0;
        justify-content: flex-start;
    }

    #scene {
        display: none;
    }

    .first_screen__left {
        top: 0 !important;
        left: auto;
        position: relative;
        margin: 0 0 5vw;
    }

    .first_screen__right, .first_screen__left:after, .first_screen:after {
        display: none;
    }

    .first_screen__middle:after {
        width: 175%;
        height: 175%;
        top: -26.167vw;
    }

    h1 {
        font-size: 6.738vw;
        max-width: 39.063vw;
        min-width: 39.063vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h1 span {
        font-size: 12.5vw;
        display: flex;
        align-items: center;
        line-height: 100%;
        justify-content: center;
    }

    h1:before {
        top: -2.5vw;
        left: auto;
    }

    h1:after {
        bottom: -2.5vw;
        right: auto;
    }

    .second_text {
        font-size: 12.109vw;
    }

    h1:before, h1:after {
        width: 16.309vw;
        height: 0.684vw;
    }

    .circle_block {
        width: 71.582vw;
        height: 71.582vw;
    }

    .first_screen__middle {
        top: 0 !important;
        flex-direction: column;
        z-index: 5;
        position: relative;
        margin: 0 0 3vw;
    }

    /* .circle_btn__inner {
        background-image: url(../img/mobile_spin.svg);
    } */

    .circle_block:before {
        top: 6.5vw;
        width: 28vw;
        height: 35.5vw;
        /* background-image: url(../img/polygon_mobile.png); */
    }

    .circle_btn {
        width: 23vw;
        height: 23vw;
    }

    .logo, .popup__container .logo {
        width: 31.738vw;
        margin: 0 auto 4vw;
    }

    .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;
        padding: 0 0.488vw 0 0;
    }

    .popup__text_additional span {
        font-size: 3.875vw;
    }

    .action_btn {
        max-width: 43vw;
        height: 8.5vw;
        font-size: 3.5vw;
    }

    .first_screen__middle .btn_block {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 4vw 0 0;
    }

    .footer {
        height: 12vw;
        position: relative;
    }

    .footer_logo {
        width: 25vw;
        margin: 0 0 -1.781vw;
    }

    .popup {
        position: fixed;
        width: 100vw;
        height: 100vh;
    }


    .popup__window {
        margin: 3vw 0;
    }

    .popup_reg {
        justify-content: flex-start;
        padding: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .title3, .title4 {
        top: 0;
        font-size: 8vw;
    }

    .tabs {
        max-width: 45vw;
        margin: 3vw 0 0;
    }

    .tab-btn {
        height: 4.395vw;
        font-size: 1.76vw;
    }

    form {
        padding: 2.441vw;
        max-width: 45vw;
        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: 2.44vw;
        height: 2.44vw;
        right: 1.46vw;
    }
}

@media screen and (max-width: 820px) {
    .popup_reg {
        justify-content: center;
        padding: 0;
    }

    .title3, .title4 {
        top: 0;
        font-size: 8vw;
    }

    .tabs {
        max-width: 45vw;
        margin: 3vw 0 0;
    }

    .tab-btn {
        height: 4.395vw;
        font-size: 1.76vw;
    }

    form {
        padding: 2.441vw;
        max-width: 45vw;
        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);
    }
}

@media screen and (max-width: 810px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 1024px) and (min-height: 768px) and (orientation: landscape) {

}

@media screen and (max-width: 540px) and (orientation: portrait) {
    .first_screen {
        min-height: 185vw;
    }

    .logo, .popup__container .logo {
        margin: 0 auto 25px;
        width: 85%;
    }

    .popup__container .logo {
        margin: 0 auto 5vw;
        width: 66.744vw;
    }

    .first_screen__left {
        top: 4vw;
        width: 100%;
    }

    .first_screen__left .text_block {
        width: 100%;
    }

    .first_screen__middle {
        top: 68vw;
    }

    h1 {
        font-size: 48px;
        max-width: 100%;
        min-width: 100%;
    }

    h1:before, h1:after {
        width: 38.837vw;
        height: 1.628vw;
    }

    h1:before {
        top: -20px;
    }

    h1:after {
        bottom: -20px;
    }

    .first_text {
        margin: 0 0 0 5vw;
    }

    .third_text {
        margin: 0 5vw 0 0;
    }

    .second_text {
        font-size: 15vw;
    }

    .circle_block {
        width: 90vw;
        height: 90vw;
    }

    .circle_block:before {
        top: 8.5vw;
        width: 35vw;
        height: 41.5vw;
    }

    .circle_btn {
        width: 30vw;
        height: 30vw;
    }

    .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%;
        padding: 0 1.157vw 0 0;
    }

    .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;
    }

    .action_btn {
        max-width: 75vw;
        height: 17vw;
        font-size: 6.5vw;
    }

    .footer {
        height: 90px;
    }

    .footer_logo {
        width: 70%;
        margin: 0 0 -15px;
    }

    .tabs {
        max-width: 90%;
        order: 3;
    }

    .tab-btn {
        height: 13vw;
        font-size: 4.5vw;
    }

    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: 2.08vw;
    }
}

@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) {
    /*.first_screen {*/
    /*    height: 125vh;*/
    /*}*/

    .logo {
        margin: 0 auto 6vw;
        width: 45vw;
    }

    h1 {
        font-size: 36px;
    }

    h1 span {
        font-size: 40px;
    }

    h1:before {
        top: -3vw;
    }

    h1:after {
        bottom: -4vw;
    }

    .second_text {
        font-size: 17.023vw;
    }

    .first_screen__middle {
        top: 50vw;
    }

    .action_btn {
        height: 14vw;
        font-size: 7vw;
    }

    .first_screen__left {
        top: 5vw;
    }
}

@media screen and (max-width: 393px) {

}

@media screen and (max-width: 375px) {
    h1 {
        font-size: 42px;
    }
}

@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) {
    /*.first_screen {*/
    /*    height: 125vh;*/
    /*}*/

    .logo {
        margin: 0 auto 6vw;
        width: 45vw;
    }

    h1 {
        font-size: 9.791vw;
    }

    h1:before {
        top: -3vw;
    }

    h1:after {
        bottom: -4vw;
    }

    .second_text {
        font-size: 17.023vw;
    }

    .first_screen__middle {
        top: 60vw;
    }

    .action_btn {
        height: 14vw;
        font-size: 7vw;
    }

    .first_screen__left {
        top: 5vw;
    }
}

@media only screen
and (min-device-width: 667px)
and (max-device-width: 667px)
and (min-device-height: 375px)
and (max-device-height: 375px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
    .first_screen {
        height: 120vh;
    }
}