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: #1E2128;
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
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
}
.promo {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header {
    position: absolute;
}
.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: 89%;
    padding: 0 20px;
    margin: 0 auto;
}
.form__iframe iframe {
    border: none
}
.hero-img {
    display: none;

}
.block-button { 
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.freespin-img {
    display: 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;
    left: 60px;
}
.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
}
.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;
    margin-top: 100px;
}
.promo .content {
    width: 100%;
    max-width: 661px
}
.promo .title {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.promo .title span {
    display: block;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.subtitle {
 position: relative;
    font-family: Permanent Marker;
    font-size: 60px;
    font-weight: 400;
    color: #1E2128;
    background-image: url(../img/bonus-banner-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 85px;
    width: 523px;
    background-position: right;
    display: flex;
    align-items: center;
}
.subtitle::after {
 position: absolute;
 content: "";
 top: 0;
 left: 0;
 width: 500px;
 height: 85px;
 background: #2da7f2;
 z-index: -1;
 left: -50%;
}
.promo .title .top-title.pl::after {
    width: 200%;
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%)
}
.promo .title .top-title {
    font-family: Permanent Marker;
    font-size: 160px;
    font-weight: 400;
    margin-top: 30px;
    color: #DCFF31;
    display: inline-block;
}
.promo .title .middle-title {
    font-family: Permanent Marker;
    font-size: 90px;
    font-weight: 400;
    margin-top: 30px;
    color: #fff;
    display: inline-block;
}
.promo .title .bottom-title {
    font-family: Permanent Marker;
    font-size: 90px;
    font-weight: 400;
    color: #DCFF31;
    display: inline-block;
}
.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: 25px;
}
.signUp {
    position: relative;
    border-radius: 8px;
    background: #DCFF00;
    border: none;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    color: #1e1e28;
    -webkit-animation: radial-pulse 1s infinite;
    animation: radial-pulse 1s infinite;
    line-height: 32px;
    width: 363px;
    height: 56px;
}
.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%
}
.about-slots-logo {
    width: 363px;

}
.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) {
    .freespin-img {
        display: block;
        width: 267px;
        margin: 0px auto;
    }
    .subtitle {
        display: none;
    }
    body {
        background-position: center;
        position: relative;
    }
    .header {
        position: relative;
        left: inherit;
        margin: 5px auto 0px;
    }
    .promo {
        height: inherit;
    }
    .header .logo__picture {
        width: 120px;
        margin: 0px;
    }
    .header .logo__picture {
        margin-top: 0px;
    }
    #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
    }
    body {
        background-image: none;
        position: relative;
    }
    .hero-img {
        display: block;
        position: absolute;
        max-width: 100%;
        right: 0;
        bottom: 0px;
        z-index: -1;
        padding-bottom: 40px;
    }
    .promo__wrapper {
        display: block;
        margin-top: 0px;
    }
    .about-slots-logo {
        width: 222px;
        margin: auto;
    }
    .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: 48px;
        margin-bottom: 0;
    }
    .promo .title .top-title::after {
        display: block;
        height: 80px;
        left: -50%;
        width: 400px;
    }
    .promo .title .middle-title {
        font-size: 32px;
        line-height: 0.5;
        margin-top: 0px;
    }
    .promo .title .bottom-title {
        font-size: 32px;
        line-height: 1.4;
    }
    .block-button {
        gap: 10px;
    }
    .subtitle {
        font-size: 28px;
    }
    .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;
        width: 312px !important;
        height: auto;
        line-height: 1.2;
        padding: 15px 45px;
    }
    .btn-staps, .close-modal, .plate {
        display: block
    }
    .footer {
        display: none
    }
    .block-button {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 95px;
        width: 100%;
        z-index: 9;
    }
    body {
        margin: 0;
        padding: 0;
        position: relative;
        min-height: 100vh;
    }

    body::after {
        content: "";
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background: linear-gradient(180deg, rgb(30 33 40 / 0%) 0%, #1E2128 100%);
        pointer-events: none;
        z-index: 1;
    }

}
@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: -30px;
        text-align: center;
    }
    .promo .title .top-title {
        transform: none;
        font-size: 70px;
    }
    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;
    }
    body {
    min-height: 100vh;
    height: -webkit-fill-available; /* Поддержка Chrome и Safari */
    height: 100dvh; /* Новое свойство для более точного вычисления высоты */
}
}
a.btn {
    display: flex;
    align-items: center;
    justify-content: 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}}