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;
    height: 100vh;
}
.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
}
.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__euro {
    display: none;
}
.header .logo {
    display: block;
    width: 100%;
    max-width: 124px
}
.header .logo__picture {
    display: block;
    width: 150px;
    margin: 30px 0px 10px;
}
.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: 100%;
}
.title_mob {
    display: none;
}
.top-title_thin {
    font-weight: 400;
}
.top-title_pink {
    font-family: Permanent Marker;
    font-weight: 400;
    color: #FF3286;
}
.top-title_yellow {
    font-family: Permanent Marker;
    font-weight: 400;
    color: #DCFF00;
}
.top-title_block-back {
    position: relative;
}
.top-title__back {
    position: absolute;
    width: 864px;
    left: -5%;
    z-index: -1;
}
.promo .title {
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.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
}
.footer-logo__desc {
    margin-bottom: 30px;
}
@-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%)
    }
}
@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;
    }
    .header-logo__euro {
        display: block;
    }
    .title {
        display: none;
    }
    .title_mob {
        display: block;
    }
    .wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .promo__wrapper {
        display: block
    }
    .promo .content {
        max-width: 100%;
    }
    .promo .title {
        position: relative;
        padding: 24px 24px 0px 16px;
        border-radius: 12px;
        max-width: 100%;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 37px;
    }
    .top-title__back {
        width: 500px;
    }
    .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%;
    }
    .signUp {
        display: block;
        margin: 0 auto;
        max-width: 325px;
        font-size: 18px;
        font-weight: 800;
    }
    .footer {
        display: none
    }
    .block-button {
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 25px;
        width: 100%;
    }
}
@media screen and (max-width: 568px) {
    .header {
        padding: 12px 0 16px
    }
    .promo .container {
        padding: 0
    }
    .title {
        display: none;
    }
    .title_mob {
        display: block;
    }
    .promo .title {
        max-width: 100vw;
        margin-top: 10px;
        font-size: 24px;
        line-height: 26.4px;
    }
    span.top-title.pl {
        font-size: 20px!important
    }
    .header-logo__euro {
        display: block;
        width: 92px;
    }
    .top-title__back {
        width: 370px;
        height: 30px;
    }
}
@media screen and (max-width: 568px) {
    body {
        background-position: center;
    }
    .promo .container {
        max-width: 380px;
    }
}
a.btn {
    display: block;
    max-width: 350px;
    text-align: center;
}
@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}}