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
}
.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: 93%;
    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%;
        position: relative;
    }
    .promo .title {
        margin-bottom: 30px;
        font-size: 100px;
        font-weight: 800;
        line-height: 22px;

    }
    .promo .title .top-title {
        color: #0AFE87;
    }
    .promo .title .middle-title {
       font-family: Poppins;
       font-size: 100px;
       font-weight: 800;
       line-height: 22px;
       text-align: left;
       color: #fff;

   }
   .promo .title .bottom-title {
       color: #0AFE87;
   }
   .subtitle {
    font-size: 75px;
    font-weight: 800;
    line-height: 75px;
    color: #fff;
    border-radius: 60px;
    border: 2px solid #0afe87;
    padding: 0px 30px;
    width: fit-content;
    margin-top: 60px;
}
.bonus-img {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 70px;
    text-transform: uppercase;
    border: 2px solid #0AFE87;
    padding: 30px 20px 30px 150px;
    border-radius: 60px;
    width: fit-content;
    position: relative;
    top: 0;
    left: -150px;
}
.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;
 width: 347px;
 height: 60px;
 padding: 15px 12px 15px 12px;
 gap: 10px;
 border-radius: 100px;
 background: #FFDC41;
 -webkit-animation: radial-pulse 1s infinite;
 animation: radial-pulse 1s infinite;
}
.signUp {
    font-size: 24px;
    font-weight: 800;
    width: 100%;
    height: 100%;
    color: #070707;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}

.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;
    }
    .title {
        font-size: 52px;
        font-weight: 700;
        line-height: 62.4px;
    }
    .bonus-img {
        margin-bottom: 0px;
        left: -140px;
    }
    .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;
        font-family: Poppins;
        font-size: 52px;
        font-weight: 700;
        line-height: 62.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .promo .content {
        position: inherit;
        margin-top: 75px;
    }
    .subtitle {
        font-size: 42px;
        margin-top: 0;
        padding: 10px;
        line-height: revert-layer;
        display: inline-block;
        vertical-align: middle;
    }
    .promo .title .bottom-title {
    color: #0AFE87;
    margin-left: 15px;
}
    .promo .title .middle-title {
        font-size: 52px;
    }
    .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 {
        font-size: 18px;
    }
    .btn-staps, .close-modal, .plate {
        display: block
    }
    .footer {
        display: none
    }
    .block-button {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 100px;
        width: 336px;
        height: 52px;
    }
}
@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;
        display: inline;
        vertical-align: middle;
    }
    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;
    }
}

.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) {
    html, body {
        height: calc(var(--vh) * 100);
    }
    body {
        position: relative;
        min-height: calc(var(--vh, 1vh) * 100); /* Используем 100% от видимой области */
        padding-bottom: 20px;
    }
}