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: center;
}
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;
]    height: 100vh;
}
.container {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto
}
.header {
    padding: 16px 0 12px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-51%, 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: 325px;
}
.main__title {
    font-size: 38px;
    font-style: italic;
    font-weight: 500;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 auto;
}
.main__img {
    width: 742px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 185px;
}
.main__title_up {
    font-size: 71px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 auto;
}
.main__steps-img {
    width: 549px;
    margin: 0 auto;
}
.main__content {
    margin: 0 auto;
    position: relative;
    top: 330px;
    text-align: center;
}
.main__button {
 position: relative;
 border-radius: 14.038px;
 background: #37FFE6;
 border: none;
 width: 347px;
 height: 60px;
 /* padding: 15px 12px 15px 12px; */
 border-radius: 12px;
 -webkit-animation: radial-pulse 1s infinite;
 animation: radial-pulse 1s infinite;
 line-height: 32px;
 margin: 0px auto;
}
.main__button a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #0F1419;
    font-size: 24px;
    font-weight: 800;
    line-height: 18px;
}
@-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)
    }
}

.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;
        height: 100vh;
    }
    .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: 10px 0 16px;
        position: relative;
    }
    .header img {
        margin: 0 auto;
    }
    .main__content {
        top: 155px;
    }
    
}
@media screen and (max-width: 568px) {
    .header img {
        width: 163px;
        margin: 0 auto;
    }
    .main__title {
        margin: 10px 0px 0px;
        font-size: 18px;
        line-height: 1.2;
    }
    .main__title_up {
        font-size: 36px;
    }
    .main__button {
        margin: 0px auto;
    }
    .main__steps-img {
        width: 100%;
    }
    .main__content {
        top: 68px;
    }
    .main {
        width: 100%;
        height: auto;
        top: 45px;
    }
    .main__button {
        width: 336px;
        height: 52px;
    }
    .main__button a {
        font-size: 18px;
        font-weight: 800;
        line-height: 18px;
    }
    html {
        background: #1c0558;
    }

}

@media (orientation: portrait) {
    html, body {
        height: calc(var(--vh) * 100);
    }
    body {
    position: relative;
    min-height: calc(var(--vh, 1vh) * 100); /* Используем 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}}