html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: 0
}
a {
    text-decoration: none;
    color: inherit
}
a:hover {
    text-decoration: none;
    color: inherit
}
li, ul {
    margin: 0;
    padding: 0;
    list-style: none
}
h1, h2, h3, h4, h5, p {
    margin: 0
}
body {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    min-width: 320px;
    margin: 0;
    min-height: 100vh;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
body::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    z-index: -1;
    opacity: 0
}
body.show::after {
    -webkit-animation: show .5s ease-in forwards;
    animation: show .5s ease-in forwards
}
body.dieOut::after {
    -webkit-animation: dieOut .5s ease-in forwards;
    animation: dieOut .5s ease-in forwards
}
.main {
    position: relative;
    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: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    height: 100vh;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto
}
.header {
    padding: 16px 0 12px;
    position: absolute;
    width: 92%;
    margin: 0 auto;
    left: 50%;
    z-index: 29;
    transform: translate(-50%, 0px);
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.header img {
    display: block;
    width: 138px;
}
.main__title {
    color: #FFFFFF;
    margin: 30px 0px 45px;
    font-family: Poppins;
    font-size: 54px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: -0.8600000143051147px;
    text-align: left;
    text-transform: uppercase;
}
.green {
    color: #C9FF31;
}
.main__img {
    width: 833px;
}
.main__title_up {
    font-size: 86px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: -0.8600000143051147px;
}
.main__steps-img {
    width: 549px;
    margin: 0 auto;
}
.main__button-block {
    display: flex;
    gap: 12px;
}
.main__button {
   position: relative;
   border-radius: 14.038px;
   background: #37FFE6;
   border: none;
   width: 288px;
   height: 60px;
   border-radius: 8px;
   -webkit-animation: radial-pulse 1s infinite;
   animation: radial-pulse 1s infinite;
   line-height: 32px;
   margin: 25px 10px;
}
.main__button a {
    display: flex
;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #041B42;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
}
.main__button_signin {
    background: inherit;
    border: 1.4px solid #37FFE6;
}
.main__button_signin a {
    color: #fff;
}
.main__content {
    position: relative;
    z-index: 1;
}
@-webkit-keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 158, 18, .5);
        box-shadow: 0 0 0 0 rgba(239, 158, 18, .5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(245, 229, 198, 0);
        box-shadow: 0 0 0 40px rgba(245, 229, 198, 0)
    }
}
@keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 158, 18, .5);
        box-shadow: 0 0 0 0 rgba(239, 158, 18, .5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(245, 229, 198, 0);
        box-shadow: 0 0 0 40px rgba(245, 229, 198, 0)
    }
}
.hero-ing-desc {
    width: 450px;
}
.hero-ing-m {
    width: 480px;
}
.main__bonus-break {
    flex-basis: 100%;
    height: 0;
}

@media screen and (max-width: 992px) {
    body {
        background-image: url(../img/bg-mobail.webp);
        background-position: center;
        position: relative;
    }
    
    .main__bonus {
        gap: 2px;
    }
    .main__bonus-break {
        display: none;
    }
    .main__title {
        font-size: 36px;
        font-weight: 900;
        line-height: 42px;
    }
    .main {
        justify-content: flex-start;
    }
    .main__img {
        width: 100%;
        top: 0;
    }
    .header {
        padding-top: 30px;
        position: relative;
        width: 100%;
    }
    .main__content {
        top: 155px;
    }
    .header img {
        margin: 0 auto;
    }
    
}
@media screen and (max-width: 568px) {
    .header img {
        width: 126px;
        margin: 10px auto;
    }
    .header { 
        padding-top: 10px;
    }
    .hero-ing-desc  {
        display: none;
    }
    .hero-ing-m {
        display: block;
    }
    .main__button-block {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 2;
        bottom: 80px;
    }
    .main__content {
        z-index: inherit;
    }
    .back-bottom {
        background: linear-gradient(180deg, rgba(23, 1, 70, 0.0156863) 39.39%, rgb(10 0 35 / 84%) 70%, #040001 100%);
        content: '';
        position: absolute;
        width: 100%;
        height: 500px;
        bottom: 0;
        z-index: 1;
    }
    .main__title {
        margin-top: 20px;
        font-size: 28px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.4552823305130005px;
        text-align: center;
        margin-bottom: 0;
    }
    .main__title_up {
        font-size: 28px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.4552823305130005px;
        text-align: center;
        margin-top: 10px;
    }
    .main__title_up {
        font-size: 44px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.4552823305130005px;
        text-align: center;
    }
    .main__button {
        margin: 0px auto;
    }
    .main__steps-img {
        width: 100%;
    }
    .main__content {
        top: 0px;
        height: 80%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .main {
        width: 100%;
        height: 100vh;
        top: 0;
        align-items: center;
        overflow-x: hidden;
    }
    .main__button {
        width: 91%;
        height: 52px;
        position: relative;
        bottom: 60px;
        z-index: 9;
    }
    .main__button a {
        font-size: 18px;
        font-weight: 800;
        line-height: 18px;
    }
    html {
        background: #1c0558;
    }
    .hero-ing-m {
        display: block;
        position: relative;
        width: 98%;
        bottom: 68px;
        z-index: 9;
        margin: 0 auto;
    }
}

/*@media (orientation: portrait) {
    html, body {
        height: calc(var(--vh) * 100);
    }
    body {
        position: relative;
        min-height: calc(var(--vh, 1vh) * 100); 
        padding-bottom: 20px;
    }
    }*/
    .preloader{position:fixed;left:0;top:0;right:0;bottom:0;background:#1d134e;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;z-index:1000}.preloader.hidden{-webkit-animation:1.5s linear forwards hiddenPreloader;animation:1.5s linear forwards hiddenPreloader}@-webkit-keyframes hiddenPreloader{0%{opacity:1;z-index:1000}30%{opacity:.8}50%{opacity:.5}70%{opacity:.3}100%{opacity:0;z-index:-1}}@keyframes hiddenPreloader{0%{opacity:1;z-index:1000}30%{opacity:.8}50%{opacity:.5}70%{opacity:.3}100%{opacity:0;z-index:-1}}