html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(271.61deg, #6722BC 1.11%, #2B095C 87.15%, #13032B 131.81%);
}
* {
    -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;
    height: 100vh;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    overflow-x: hidden;
}
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: 36px 0 12px;
    position: absolute;
    width: 92%;
    margin: 0 auto;
    left: 50%;
    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: 317px;
}
.main__title {
    color: #FFFFFF;
    margin: 30px 0px 45px;
    text-align: left;
    font-weight: 500;
    font-style: italic;
    font-size: 86px;
    line-height: 22px;
}
.green {
    color: #37ffe6;
}
.green2 {
    color: rgba(10, 254, 135, 1);
}
.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: 5px;
}
.main__button {
 position: relative;
 border: none;
 width: 233px;
 height: 73px;
}
.main__button a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-style: italic;
    font-size: 32px;
    line-height: 27.09px;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.main__button_signup a {
    background: #03ff95;
    color: #3a225f;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.main__button_signup a {
    color: rgba(58, 34, 95, 1);
}
.main__button_signin::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #00ff99;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    z-index: -1;}

    .main__button_signin a {
        color: #00ff99;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }

    .main__button_signin {
        position: relative;
        color: #00ff99;
    }
    .main__content {
        position: relative;
        z-index: 1;
    }
    .button-border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none; /* Чтобы клики проходили через SVG */
    }
    @-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 {
        position: absolute;
        width: 817px;
        right: -50px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 0;
    }
    .hero-ing-m {
        display: none;
    }
    .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 {
            line-height: 42px;
        }
        .main {
            justify-content: flex-start;
        }
        .main__img {
            width: 100%;
            top: 0;
        }
        .header {
            padding-top: 30px;
            position: relative;
            width: 100%;
        }
        .hero-ing-desc {
            width: 90%;
            margin-top: 100px;
        }
        .header img {
            width: 246px;
            margin: 20px;
        }

    }
    @media screen and (max-width: 768px) {
        .header img {
            width: 246px;
            margin: 20px;
        }
        .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(81, 29, 149, 0) 0%, #511D95 100%);
            content: '';
            position: absolute;
            width: 100%;
            height: 500px;
            bottom: 0;
            z-index: 1;
        }
        .main__title {
            font-family: Poppins;
            font-weight: 500;
            font-style: italic;
            font-size: 44px;
            line-height: 9px;
            padding-left: 20px;
        }
        .main__title_up {
            font-size: 28px;
            font-weight: 700;
            line-height: 48px;
            text-align: center;
            margin-top: 10px;
        }
        .main__title_up {
            font-size: 44px;
            font-weight: 700;
            line-height: 48px;
            text-align: center;
        }
        .main__button {
            margin: 0px auto;
        }
        .main__steps-img {
            width: 100%;
        }
        .main__content {
            top: 0px;
            height: 80%;
        }
        .main {
            width: 100%;
            height: auto;
            top: 0;
            align-items: center;
            overflow-x: hidden;
        }
        .main__button {
            width: 160px;
            height: 50px;
        }
        .main__button a {
            font-size: 18px;
            font-weight: 800;
            line-height: 18px;
        }
      
        .hero-ing-m {
            display: block;
            position: relative;
            width: 135%;
            bottom: 0;
            z-index: 0;
            left: 50%;
            transform: translate(-50%, -30px);
        }
    }

    .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}}