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: "Roboto", 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
}
.wrapper {
    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;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden
}
.container {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto
}
.form__iframe iframe {
    border: none
}
@-webkit-keyframes show {
    0% {
        opacity: 0;
        z-index: -1
    }
    100% {
        opacity: 1;
        z-index: 4
    }
}
@keyframes show {
    0% {
        opacity: 0;
        z-index: -1
    }
    100% {
        opacity: 1;
        z-index: 4
    }
}
@-webkit-keyframes dieOut {
    0% {
        z-index: 4;
        opacity: 1
    }
    100% {
        opacity: 0;
        z-index: -1
    }
}
@keyframes dieOut {
    0% {
        z-index: 4;
        opacity: 1
    }
    100% {
        opacity: 0;
        z-index: -1
    }
}
.header {
    padding: 16px 0 12px
}
.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 .logo {
    display: block;
    width: 100%;
    max-width: 124px
}
.header .logo__picture {
    display: block;
    width: 150px;
    margin: 30px 0px 10px;
}
.header .switcher-language {
    position: relative;
    padding-right: 20px
}
.header .switcher-language__picture {
    display: block;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.header .switcher-language__picture:hover {
    opacity: .6
}
/*.header .switcher-language::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-image: url(../img/drop-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
    }*/
    .header .switcher-language__flags {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        max-height: 0;
        z-index: 20;
        width: 100%;
        -webkit-transform: translateY(36px);
        -ms-transform: translateY(36px);
        transform: translateY(36px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        background: rgba(60, 50, 110, .6117647059);
        border-radius: 5px;
        -webkit-backdrop-filter: blur(7.5px);
        backdrop-filter: blur(7.5px)
    }
    .header .switcher-language__flags::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 4px;
        height: 3px;
        background-image: url(../img/lang-up.png);
        background-repeat: no-repeat;
        background-size: contain
    }
    .header .switcher-language .switcher-language__flags.show {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding: 8px
    }
    .header .switcher-language.active-drop::after {
        -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%)
    }
    .promo {

    }
    .promo__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
    }
    .promo .content {
        width: 100%;
        max-width: 661px
    }
    .promo .title {
        margin-bottom: 30px;
    }
    .promo .title span {
        display: block;
        color: #fff;
        line-height: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .promo .title .top-title {
        position: relative;
    font-family: Permanent Marker;
    font-size: 56px;
    font-weight: 400;
    padding: 17px 0px;
    color: #DCFF31;
    background-image: url(../img/bonus-banner-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    width: 400px;
    background-position: right;
    }
    .promo .title .top-title::after {
        position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
    background: #3e4052;
    z-index: -1;
    left: -170%;
    width: calc((100vw - 1260px) / 2 + 700px);
    -webkit-transform: translateX(calc((100vw - 1260px) / 2 -(100vw - 1240px)));
    -ms-transform: translateX(calc((100vw - 1260px) / 2 -(100vw - 1240px)));
    transform: translateX(calc((100vw - 1260px) / 2 -(100vw - 1240px)));
    }
    .promo .title .top-title.pl::after {
        width: 200%;
        -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        transform: translateX(-45%)
    }
    .promo .title .middle-title {
        font-family: Permanent Marker;
        font-size: 60px;
        font-weight: 400;
        margin-top: 30px;
        color: #fff;
    }
    .promo .title .bottom-title {
        font-family: Permanent Marker;
        font-size: 100px;
        font-weight: 400;
        color: #FF3286;
    }
    .promo .staps {
        position: relative;
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
    background-image: url(../img/bonus-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 630px;
    height: 101px;
    background-position: right;
    }
    .promo .staps::before {
        content: '';
    position: absolute;
    background: #17181e;
    width: 150px;
    height: 100%;
    left: -100%;
    top: 0;
    width: calc((100vw - 1260px) / 2 + 700px);
    -webkit-transform: translateX(calc((100vw - 1260px) / 2 -(100vw - 1240px)));
    -ms-transform: translateX(calc((100vw - 1260px) / 2 -(100vw - 1240px)));
    transform: translateX(calc((100vw - 1260px) / 2 -(100vw - 1240px)));
    }
    .promo .staps__title {
        display: none
    }
    .promo .staps__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px
    }
    .promo .staps .stap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 3
    }
    .promo .staps .stap__num {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        color: #FF3286;
        margin-right: 8px;
        font-family: Permanent Marker;
        font-size: 32px;
        font-weight: 400;
        line-height: 32px;
    }
    .promo .staps .stap__text {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
    .promo .staps .stap:nth-child(1) {
        max-width: 125px
    }
    .promo .staps .stap:nth-child(2) {
        max-width: 225px
    }
    .promo .staps .stap:nth-child(3) {
        max-width: 250px
    }
    .promo .staps .stap:nth-child(3) .stap__text {
        position: relative;
    }
    .promo .form {
        position: relative;
        width: 100%;
        max-width: 480px;
        min-height: 540px;
        border-radius: 24px 24px 0 0;
        overflow: hidden
    }
    .promo .form__iframe {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: none
    }
    .block-button {
        margin-top: 50px;
    }
    .signUp {
        position: relative;
        width: 100%;
        display: none;
        max-width: 268px;
        padding: 12px 15px;
        border-radius: 8px;
        background: #DCFF00;
        border: none;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        color: #1e1e28;
        -webkit-animation: radial-pulse 1s infinite;
        animation: radial-pulse 1s infinite;
        line-height: 32px
    }
    .close-modal {
        position: absolute;
        display: none;
        right: 18px;
        top: 16px;
        background: 0 0;
        border: none;
        width: 40px;
        height: 40px;
        padding: 0;
        z-index: 10
    }
    .close-modal svg {
        width: 100%
    }
    .plate {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-bottom: 20px;
    }
    .plate__get {
        width: 100%;
        background: inherit;
        border: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        color: #fff;
    }
    .btn-staps {
        display: none;
        border-radius: 8px;
        padding: 12px 20px;
        width: 100%;
        border: none;
        font-size: 14px;
        background: #DCFF00;
        color: #1e1e28;
        font-weight: 500;
        line-height: 20px;
        -webkit-animation: radial-pulse 1s infinite;
        animation: radial-pulse 1s infinite
    }
    .switcher-language__triger:hover {
        opacity: 1!important
    }
    .active {
        -webkit-animation: open .7s ease forwards;
        animation: open .7s ease forwards
    }
    .hidden {
        -webkit-animation: hidden .7s ease forwards;
        animation: hidden .7s ease forwards
    }
    @-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)
        }
    }
    @-webkit-keyframes open {
        0% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
    @keyframes open {
        0% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
    @-webkit-keyframes hidden {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
    }
    @keyframes hidden {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
    }
    .footer {
        height: 72px
    }
    @media screen and (max-width: 992px) {
        body {
            background-image: url(../img/bg-mobail.webp);
            background-position: center;
            position: relative;
        }
        .header .logo__picture {
            width: 120px;
        }
        .header .logo__picture {
            margin-top: 7px;
        }
        #widget {
            position: relative!important;
            left: 50%;
            top: 0!important;
            right: 0;
            transform: translate(-50%, 0);
            width: 400px!important;
        }
        .wrapper {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }
        .promo__wrapper {
            display: block
        }
        .promo .title {
            position: relative;
            padding: 24px 24px 0px 16px;
            border-radius: 12px;
            max-width: 400px;
            margin-bottom: 0;
        }
        .promo .title .top-title {
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 35px;
            height: 80px;
            width: 300px;
            margin-bottom: 0;
        }
        .promo .title .top-title::after {
            display: block;
            height: 80px;
            left: -50%;
        }
        .promo .title .middle-title {
            font-size: 32px;
            line-height: 0.5;
            margin-top: 0px;
        }
        .promo .title .bottom-title {
            font-size: 48px;
            line-height: 1.4;
        }
        .promo .staps {
            position: fixed;
            bottom: 0;
            left: 0;
            max-width: 100%;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        z-index: 5;
        padding: 22px 16px 24px;
        border-radius: 24px 24px 0 0;
        background: #17181e;
        height: auto;
        width: 100%;
        }
        .promo .staps__title {
            display: block;
            font-size: 20px;
            font-weight: 500;
            line-height: 100%;
            color: #58586c;
            margin-bottom: 40px
        }
        .promo .staps__wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 40px
        }
        .promo .staps::after {
            display: none;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0)
        }
        .promo .form {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: 100%;
            min-height: 540px;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            z-index: 7
        }
        .signUp {
            display: block;
            margin: 0 auto;
            max-width: 325px;
            font-size: 18px;
            height: 52px;
            font-weight: 800;
        }
        .btn-staps, .close-modal, .plate {
            display: block
        }
        .footer {
            display: none
        }
        .block-button {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            bottom: 85px;
            width: 100%;
        }
    }
    @media screen and (max-width: 400px) {
        #widget {
            max-width: 400px;
            width: 90%!important;
        }
    }
    @media screen and (max-width: 568px) {
        .header {
            padding: 12px 0 16px
        }
        .promo .container {
            padding: 0
        }
        .promo .title {
            max-width: 100vw;
            margin-top: 10px;
        }
        span.top-title.pl {
            font-size: 20px!important
        }
    }
    @media screen and (max-width: 568px) {
        span.top-title.pl {
            font-size: 20px !important;
        }
        body {
            background-position: center;
        }
    }
    a.btn {
        display: block;
        max-width: 350px;
        text-align: center;
    }

    .form {
        display: flex;
    }

    .btn-staps {
        text-align: center;
    }
    #widget {
        height: 195px;
        display: block;
        position: absolute;
        width: 360px;
        top: 39%;
        right: 100px;
        background: #0f1419;
        border-radius: 15px;
    }
    @media (orientation: portrait) {
        body {
            height: 100vh;
            height: calc(var(--vh, 1vh) * 100);
        }
    }
    .preloader{position:fixed;left:0;top:0;right:0;bottom:0;background:#1e212a;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}}