@charset "UTF-8";
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.ttf) format("ttf");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.ttf) format("ttf");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.ttf) format("ttf");
    font-weight: 500;
    font-style: normal
}
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
}
.switch-language{position: relative;
    z-index: 29;}
.switch-language__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.switch-language__flag{display:block;width:40px;position:relative}
.switch-language__text{position:relative;color:#fff;line-height:18px}.switch-language__selected{padding-right:20px;cursor:pointer}.switch-language__selected .switch-language__icon::after{position:absolute;content:"";top:50%;width:8px;height:8px;right:20px;background-image:url(../img/check.svg);background-repeat:no-repeat;background-size:contain;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateX(200%) translateY(-50%) rotate(0);-ms-transform:translateX(200%) translateY(-50%) rotate(0);transform:translateX(200%) translateY(-50%) rotate(0)}
.switch-language__content{display: none;
  position: absolute;
    right: 17px;
    top: 40px;
    min-width: 120px;
    background-color: #23282d;
    padding: 12px 8px;
    border-radius: 5px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    z-index: 29;
    height: 214px;
    overflow-y: scroll;
    scroll-behavior: smooth;}.switch-language__content::-webkit-scrollbar {
    width: 10px;
  }

  .switch-language__content::-webkit-scrollbar-track {
    background-color: #23282d;
    border-radius: 10px;
  }

  .switch-language__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #808387;
  }
  .switch-language__content .switch-language__item{
    border-top-right-radius:5px;border-bottom-right-radius:5px}
    .switch-language__content .switch-language__item:hover{background:rgba(0,0,0,.2666666667)}.switch-language__content .switch-language__item+.switch-language__item{margin-top:8px}
    .switch-language .switch-language__selected.active .switch-language__icon::after{-webkit-transform:translateX(200%) translateY(-50%) rotate(180deg);-ms-transform:translateX(200%) translateY(-50%) rotate(180deg);transform:translateX(200%) translateY(-50%) rotate(180deg)}.switch-language .switch-language__content.active{display:block}
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: 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;
    background: -webkit-linear-gradient(top, #0538dfd4, #0538df94, #00bfff00);
    background: -o-linear-gradient(top, #0538dfd4, #0538df94, #00bfff00); 
    background: -moz-linear-gradient(top, #0538dfd4, #0538df94, #00bfff00); 
    background: linear-gradient(to bottom, #0538dfd4, #0538df94, #00bfff00);
}
.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: 228px;
    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: 60px;
}
.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-size: 64px;
    font-style: italic;
    font-weight: 700;
    padding: 8px 0;
    margin-bottom: 20px
}
.promo .title .top-title::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    border-radius: 0 24px 24px 0;
    background: #ff3246;
    z-index: -1
}
.promo .title .top-title.pl::after {
    width: 200%;
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%)
}
.promo .title .middle-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500
}
.promo .title .bottom-title {
    font-size: 80px;
    font-style: normal;
    font-weight: 700
}
.promo .staps {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 32px 0
}
.promo .staps__title {
    display: none
}
.promo .staps__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}
.promo .staps::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    width: calc((100vw - 1260px)/ 2 + 700px);
    height: 100%;
    -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)));
    border-radius: 0 24px 24px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -o-linear-gradient(top, #fff 0, #fff 100%);
    background: linear-gradient(180deg, #fff 0, #fff 100%);
    z-index: 1;
    border-radius: 0 60px 60px 0
}
.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: #7864fa;
    margin-right: 8px
}
.promo .staps .stap__text {
    color: #000;
    font-size: 15px;
    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: 14.038px;
    background: #ffdc41;
    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: 10px;
    padding: 12px 20px;
    width: 100%;
    border: none;
    font-size: 14px;
    background: #ffdc41;
    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: 152px;
    }
    .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: 48px;
        padding: 8px 12px;
        margin-bottom: 0;
        border-radius: 12px 0 0 12px;
        background: #ff3246;
    }
    .promo .title .top-title::after {
        display: block;
    }
    .promo .title .middle-title {
        font-size: 22px;
        line-height: 0.5;
    }
    .promo .title .bottom-title {
        font-size: 36px;
        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: #f8fafe
    }
    .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;
        padding: 15px;
        font-size: 22px;
    }
    .btn-staps, .close-modal, .plate {
        display: block
    }
    .footer {
        display: none
    }
    .block-button {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 70px;
        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: #1e1450;
    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:#1e1450;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}}