* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    display: block;
    max-width: 100%
}

img {
    width: 100%
}

:root {
    --app-height: 100vh
}

body,
html {
    height: var(--app-height);
    margin: 0;
    overflow-x: hidden;
    padding: 0
}

@media screen and (orientation:landscape) {

    body,
    html {
        overflow: auto
    }
}

body {
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

.layout {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    min-height: var(--app-height);
    overflow: hidden;
    position: relative;
    width: 100%
}

.header {
    display: flex;
    justify-content: center;
    padding: calc(var(--app-height)*.0222) 0;
    position: relative;
    z-index: 99
}

@media screen and (min-width:568px) {
    .header {
        padding: calc(var(--app-height)*.0312) 0
    }
}

@media screen and (orientation:landscape) {
    .header {
        padding: 1.56vw 0
    }
}

.header--logo-left {
    left: 0;
    padding: calc(var(--app-height)*.0222) 0 0 calc(var(--app-height)*.0222);
    position: absolute;
    top: 0
}

@media screen and (min-width:568px) {
    .header--logo-left {
        padding: calc(var(--app-height)*.0312) 0 0 calc(var(--app-height)*.0312)
    }
}

@media screen and (orientation:landscape) {
    .header--logo-left {
        padding: 1.56vw 0 0 12.5vw
    }
}

@media screen and (min-width:568px) {
    .header__logo-vertical {
        width: calc(var(--app-height)*.0781)
    }
}

@media screen and (orientation:landscape) {
    .header__logo-vertical {
        width: 5.68vw
    }
}

.header__logo-horizontal {
    box-shadow: 0 4px 8px 0 #3b0e43;
    width: 96px
}

@media screen and (min-width:568px) {
    .header__logo-horizontal {
        width: calc(var(--app-height)*.1914)
    }
}

@media screen and (orientation:landscape) {
    .header__logo-horizontal {
        width: 15.31vw
    }
}

.footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: calc(var(--app-height)*.0138);
    padding: calc(var(--app-height)*.0166) 0;
    position: relative;
    z-index: 99
}

@media screen and (min-width:568px) {
    .footer {
        gap: calc(var(--app-height)*.0058);
        padding: calc(var(--app-height)*.0117) 0
    }
}

@media screen and (orientation:landscape) {
    .footer {
        gap: .625vw;
        padding: .93vw 0
    }
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--app-height)*.0069)
}

@media screen and (min-width:568px) {
    .footer__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: calc(var(--app-height)*.0195);
        justify-content: center
    }
}

@media screen and (orientation:landscape) {
    .footer__list {
        gap: 44px
    }
}

.footer__list ul {
    display: flex;
    gap: calc(var(--app-height)*.0277);
    justify-content: center
}

@media screen and (min-width:568px) {
    .footer__list ul {
        gap: calc(var(--app-height)*.0195)
    }
}

@media screen and (orientation:landscape) {
    .footer__list ul {
        gap: 44px;
        align-items: center;
    }
}

.footer__list ul li {
    width: calc(var(--app-height)*.055)
}

@media screen and (min-width:568px) {
    .footer__list ul li {
        width: calc(var(--app-height)*.0439)
    }
}

@media screen and (orientation:landscape) {
    .footer__list ul li {
        width: 100px
    }
}

.footer__license {
    color: #ffffffb3;
    font-size: calc(var(--app-height)*.0111)
}

@media screen and (min-width:568px) {
    .footer__license {
        font-size: calc(var(--app-height)*.0078)
    }
}

@media screen and (orientation:landscape) {
    .footer__license {
        font-size: .625vw
    }
}

.button {
    align-items: center;
    border: none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Arial, sans-serif;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px #0000004d
}

.button--darkpurple {
    background: linear-gradient(180deg, #2348ca, #7d10c5 90.62%, #de13ff)
}

.button--darkpurple,
.button--darkpurple:hover {
    box-shadow: 0 1px 3px 0 #0000004d, 0 4px 8px 3px #00000026
}

.button--darkpurple:hover {
    background: linear-gradient(180deg, #7d94e8, #7d10c5 90.62%, #de13ff)
}

.button--darkpurple:active {
    background: linear-gradient(180deg, #0f1f57, #7d10c5 90.62%, #de13ff);
    box-shadow: 0 1px 3px 0 #0000004d, 0 4px 8px 3px #00000026
}

.button--darkpurple:disabled {
    background: #210e38;
    cursor: auto;
    opacity: .6
}

.button--orange {
    background: linear-gradient(180deg, #ffc400, #b04a00);
    box-shadow: 0 4px 4px #0000004d, inset 0 1px 0 #fff3
}

.button--orange:active,
.button--orange:hover {
    background: linear-gradient(180deg, #ffd54d, #f83);
    box-shadow: 0 4px 4px #0000004d, inset 0 1px 0 #fff3
}

.button--orange:disabled {
    background: linear-gradient(0deg, #0009, #0009), linear-gradient(180deg, #ffc400, #b04a00);
    box-shadow: 0 4px 4px #0000004d, inset 0 1px 0 #fff3;
    cursor: auto;
    opacity: .4
}

.layout {
    background-image: url("../img/bgmob.jpg")
}

@media screen and (min-width:568px) {
    .layout {
        background-image: url("../img/bg-pad.jpg")
    }
}

@media screen and (orientation:landscape) {
    .layout {
        background-image: url("../img/bgdesk.jpg")
    }
}

.layout:after,
.layout:before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: calc(var(--app-height)*.4805);
    pointer-events: none;
    position: absolute;
    top: 44px;
    width: calc(var(--app-height)*.2611);
    z-index: 3;
}

@media screen and (min-width:568px) {

    .layout:after,
    .layout:before {
        height: calc(var(--app-height)*.7089);
        top: calc(var(--app-height)*.3701);
        width: calc(var(--app-height)*.3837);
    }
}

@media screen and (orientation:landscape) {
    .layout:after,
    .layout:before {
        bottom: 0;
        height: 45.32vw;
        top: unset;
        width: 22.42vw
    }
}

.layout:before {
    background-image: url("../img/girl1.png");
    left: calc(var(--app-height)*-.0125)
}

@media screen and (min-width:568px) {
    .layout:before {
        left: calc(var(--app-height)*-.12)
    }
}

@media screen and (orientation:landscape) {
    .layout:before {
        left: 12.01vw
    }
}

.layout:after {
    background-image: url("../img/girl2.png");
    right: calc(var(--app-height)*-.0208)
}

@media screen and (min-width:568px) {
    .layout:after {
        right: calc(var(--app-height)*-.08)
    }
}

@media screen and (orientation:landscape) {
    .layout:after {
        right: 13.02vw
    }

    .layout .header {
        left: 0;
        padding: 1.56vw 0 0 12.5vw;
        position: absolute;
        top: 0
    }
}

.main {
    display: flex;
    flex: 1 0 auto;
    /*justify-content: center;*/
    position: relative;
    z-index: 5;
    margin-top: 132px;
    flex-direction: column;
}

@media screen and (orientation:landscape) {
    .main {
        padding-bottom: 2vw
    }
}

.main__form {
    margin-top: calc(var(--app-height)*.066)
}

@media screen and (min-width:568px) {
    .main__form {
        margin-top: 0
    }
}

@media screen and (orientation:landscape) {
    .main__form {
        margin-top: 2.26vw
    }
}

.form {
    background: #101118;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #0000004d, 0 4px 8px 3px #00000026;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width: min(var(--app-height)*.4972, 91.79vw)
}

@media screen and (min-width:568px) {
    .form {
        width: calc(var(--app-height)*.4)
    }
}

@media screen and (orientation:landscape) {
    .form {
        width: 27.96vw
    }
}

.form__header {
    padding: min(var(--app-height)*.0277, 5.12vw) min(var(--app-height)*.0222, 4.1vw) min(var(--app-height)*.0138, 2.56vw)
}

@media screen and (min-width:568px) {
    .form__header {
        padding: calc(var(--app-height)*.0195) calc(var(--app-height)*.0156) calc(var(--app-height)*.0097)
    }
}

@media screen and (orientation:landscape) {
    .form__header {
        padding: 1.56vw 1.25vw .78vw
    }
}

.form__bonus,
.form__subtitle,
.form__title {
    font-family: Facon, sans-serif;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.form__title {
    font-size: min(var(--app-height)*.0361, 6.66vw)
}

@media screen and (min-width:568px) {
    .form__title {
        font-size: calc(var(--app-height)*.025)
    }
}

@media screen and (orientation:landscape) {
    .form__title {
        font-size: 2.03vw
    }
}

.form__subtitle {
    color: #fff;
    font-size: min(var(--app-height)*.0277, 5.12vw)
}

@media screen and (min-width:568px) {
    .form__subtitle {
        font-size: calc(var(--app-height)*.0195)
    }
}

@media screen and (orientation:landscape) {
    .form__subtitle {
        font-size: 1.56vw
    }
}

.form__bonus {
    color: #f2e30c;
    font-size: min(var(--app-height)*.0347, 6.41vw);
    margin-top: min(var(--app-height)*.0111, 2.05vw)
}

@media screen and (min-width:568px) {
    .form__bonus {
        font-size: calc(var(--app-height)*.0244);
        margin-top: calc(var(--app-height)*.0078)
    }
}

@media screen and (orientation:landscape) {
    .form__bonus {
        font-size: 1.95vw;
        margin-top: .625vw
    }
}

.form__socials {
    display: flex;
    flex-direction: column;
    gap: min(var(--app-height)*.0138, 2.56vw);
    margin-top: min(var(--app-height)*.0277, 5.12vw);
    text-align: center
}

@media screen and (min-width:568px) {
    .form__socials {
        gap: calc(var(--app-height)*.0097);
        margin-top: calc(var(--app-height)*.0195)
    }
}

@media screen and (orientation:landscape) {
    .form__socials {
        gap: .78vw;
        margin-top: 1.56vw
    }
}

.form__socials-button {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 40px;
    color: #171c33;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: min(var(--app-height)*.0166, 3.07vw);
    gap: min(var(--app-height)*.0111, 2.05vw);
    height: min(var(--app-height)*.05, 9.23vw);
    justify-content: center;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

@media screen and (min-width:568px) {
    .form__socials-button {
        font-size: calc(var(--app-height)*.0117);
        gap: calc(var(--app-height)*.0078);
        height: calc(var(--app-height)*.0351)
    }
}

@media screen and (orientation:landscape) {
    .form__socials-button {
        font-size: .93vw;
        gap: .625vw;
        height: 2.81vw
    }
}

.form__socials-icon {
    background-image: url("../img/google.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: min(var(--app-height)*.0222, 4.1vw);
    width: min(var(--app-height)*.0222, 4.1vw)
}

@media screen and (min-width:568px) {
    .form__socials-icon {
        height: calc(var(--app-height)*.0156);
        width: calc(var(--app-height)*.0156)
    }
}

@media screen and (orientation:landscape) {
    .form__socials-icon {
        height: 1.25vw;
        width: 1.25vw
    }
}

.form__socials-subtitle {
    color: #6c7993;
    font-size: min(var(--app-height)*.0138, 2.56vw);
    position: relative
}

@media screen and (min-width:568px) {
    .form__socials-subtitle {
        font-size: calc(var(--app-height)*.0097)
    }
}

@media screen and (orientation:landscape) {
    .form__socials-subtitle {
        font-size: .78vw
    }
}

.form__socials-subtitle:after,
.form__socials-subtitle:before {
    background-color: currentColor;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(var(--app-height)*.2027, 37.43vw)
}

@media screen and (min-width:568px) {

    .form__socials-subtitle:after,
    .form__socials-subtitle:before {
        width: calc(var(--app-height)*.1679)
    }
}

@media screen and (orientation:landscape) {

    .form__socials-subtitle:after,
    .form__socials-subtitle:before {
        width: 11.4vw
    }
}

.form__socials-subtitle:before {
    left: 0
}

.form__socials-subtitle:after {
    right: 0
}

.form__tabs {
    display: flex;
    height: min(var(--app-height)*.0361, 6.66vw);
    justify-content: center;
    position: relative
}

@media screen and (min-width:568px) {
    .form__tabs {
        height: calc(var(--app-height)*.0253)
    }
}

@media screen and (orientation:landscape) {
    .form__tabs {
        height: 2.03vw
    }
}

.form__tab {
    align-items: center;
    background-color: #181925;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #c2c3d6;
    cursor: pointer;
    display: flex;
    font-size: min(var(--app-height)*.0194, 3.58vw);
    font-weight: 700;
    justify-content: center;
    position: relative;
    width: 50%
}

@media screen and (min-width:568px) {
    .form__tab {
        font-size: calc(var(--app-height)*.0136)
    }
}

@media(orientation:landscape) {
    .form__tab {
        font-size: 1.093vw
    }
}

.form__tab--active {
    background-color: #252637;
    color: #f0f0f5
}

.form__body {
    background-color: #252637;
    display: flex;
    flex-direction: column;
    gap: min(var(--app-height)*.0055, 1.02vw);
    padding: min(var(--app-height)*.022, 4.1vw) min(var(--app-height)*.022, 4.1vw) min(var(--app-height)*.0277, 5.12vw)
}

@media screen and (min-width:568px) {
    .form__body {
        gap: calc(var(--app-height)*.0039);
        padding: calc(var(--app-height)*.0156) calc(var(--app-height)*.0156) calc(var(--app-height)*.0195) calc(var(--app-height)*.0156)
    }
}

@media(orientation:landscape) {
    .form__body {
        gap: .31vw;
        padding: 1.25vw 1.25vw 1.56vw
    }
}

.form__field-input {
    display: flex;
    flex-direction: column;
    gap: min(var(--app-height)*.0055, 1.02vw);
    position: relative;
    width: 100%
}

@media screen and (min-width:568px) {
    .form__field-input {
        gap: calc(var(--app-height)*.0039)
    }
}

@media screen and (orientation:landscape) {
    .form__field-input {
        gap: .31vw
    }
}

.form__field {
    position: relative
}

.form__input {
    background: #101118;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    flex-shrink: 0;
    font-size: min(var(--app-height)*.01944, 3.58vw);
    font-weight: 400;
    height: min(var(--app-height)*.05, 9.23vw);
    outline: none;
    padding: 0 min(var(--app-height)*.0222, 4.1vw);
    width: 100%
}

@media(min-width:568px) {
    .form__input {
        font-size: calc(var(--app-height)*.0136);
        height: calc(var(--app-height)*.0351);
        padding: 0 calc(var(--app-height)*.0156)
    }
}

@media(orientation:landscape) {
    .form__input {
        font-size: 1.09vw;
        height: 2.81vw;
        padding: 0 1.25vw
    }
}

.form__input::placeholder {
    color: #c2c3d6
}

.form__error {
    color: #f2350c;
    display: block;
    font-size: min(var(--app-height)*.01388, 2.56vw);
    min-height: min(var(--app-height)*.01388, 2.56vw);
    width: 100%
}

@media(min-width:568px) {
    .form__error {
        font-size: calc(var(--app-height)*.0097);
        min-height: calc(var(--app-height)*.0097)
    }
}

@media(orientation:landscape) {
    .form__error {
        font-size: .78vw;
        min-height: .78vw
    }
}

.form__eye {
    background: url("../img/eye.svg") no-repeat 50%;
    background-size: min(var(--app-height)*.0333, 6.15vw);
    bottom: 0;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    width: min(var(--app-height)*.05, 9.23vw)
}

@media screen and (min-width:568px) {
    .form__eye {
        background-size: calc(var(--app-height)*.0234);
        width: calc(var(--app-height)*.0351)
    }
}

@media screen and (orientation:landscape) {
    .form__eye {
        background-size: 1.87vw;
        width: 2.81vw
    }
}

.form__eye--show {
    background-image: url("../img/eye-show.svg")
}

.form__field-selects {
    display: flex;
    flex-wrap: wrap;
    gap: min(var(--app-height)*.00555, 1.02vw);
    justify-content: space-between
}

@media(min-width:568px) {
    .form__field-selects {
        gap: calc(var(--app-height)*.0039)
    }
}

@media(orientation:landscape) {
    .form__field-selects {
        gap: .3125vw
    }
}

.form__selects-label {
    color: #a3a5c1;
    font-size: min(var(--app-height)*.0138, 2.56vw);
    width: 100%
}

@media(min-width:568px) {
    .form__selects-label {
        font-size: calc(var(--app-height)*.0097)
    }
}

@media(orientation:landscape) {
    .form__selects-label {
        font-size: .78vw
    }
}

.form__select-field {
    height: min(var(--app-height)*.05, 9.23vw);
    position: relative;
    width: min(var(--app-height)*.1472, 27.17vw)
}

@media(min-width:568px) {
    .form__select-field {
        height: calc(var(--app-height)*.0351);
        width: calc(var(--app-height)*.1201)
    }
}

@media(orientation:landscape) {
    .form__select-field {
        height: 2.81vw;
        width: 8.2vw
    }
}

.form__select-field:before {
    background-image: url("../img/arrow-open.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: min(var(--app-height)*.0333, 6.15vw);
    pointer-events: none;
    position: absolute;
    right: min(var(--app-height)*.0111, 2.05vw);
    top: 50%;
    transform: translateY(-50%);
    width: min(var(--app-height)*.0333, 6.15vw)
}

@media(min-width:568px) {
    .form__select-field:before {
        height: calc(var(--app-height)*.0234);
        right: calc(var(--app-height)*.0078);
        width: calc(var(--app-height)*.0234)
    }
}

@media(orientation:landscape) {
    .form__select-field:before {
        height: 1.87vw;
        right: .625vw;
        width: 1.87vw
    }
}

.form__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #101118;
    border: 1px solid #0000;
    border-radius: 4px;
    color: #a3a5c1;
    font-size: min(var(--app-height)*.0194, 3.58vw);
    height: 100%;
    outline: none;
    padding-left: min(var(--app-height)*.0166, 3.07vw);
    width: 100%
}

@media(min-width:568px) {
    .form__select {
        font-size: calc(var(--app-height)*.0136);
        padding-left: calc(var(--app-height)*.0117)
    }
}

@media(orientation:landscape) {
    .form__select {
        font-size: 1.09vw;
        padding-left: .93vw
    }
}

.form__field-checkbox {
    display: flex;
    flex-direction: column;
    gap: min(var(--app-height)*.00555, 1.02vw)
}

@media(min-width:568px) {
    .form__field-checkbox {
        gap: calc(var(--app-height)*.0039)
    }
}

@media(orientation:landscape) {
    .form__field-checkbox {
        gap: .3125vw
    }
}

.form__checkbox {
    align-items: center;
    color: #f0f0f5;
    display: flex;
    font-size: min(var(--app-height)*.0138, 2.56vw);
    font-weight: 400;
    line-height: min(var(--app-height)*.01805, 3.33vw);
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media(min-width:568px) {
    .form__checkbox {
        font-size: calc(var(--app-height)*.0097);
        line-height: calc(var(--app-height)*.0126)
    }
}

@media(orientation:landscape) {
    .form__checkbox {
        font-size: .78vw;
        line-height: 1.01vw
    }
}

.form__checkbox-input {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    position: absolute
}

.form__checkbox-input:checked+.form__checkbox-custom {
    background-position-x: 100%
}

.form__checkbox-custom {
    align-items: center;
    background-image: url("../img/checkbox.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200%, 100%;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: min(var(--app-height)*.0333, 6.15vw);
    justify-content: center;
    position: relative;
    width: min(var(--app-height)*.0333, 6.15vw)
}

@media screen and (min-width:568px) {
    .form__checkbox-custom {
        height: calc(var(--app-height)*.0234);
        width: calc(var(--app-height)*.0234)
    }
}

@media(orientation:landscape) {
    .form__checkbox-custom {
        height: 1.875vw;
        width: 1.875vw
    }
}

.form__checkbox-label {
    display: flex;
    flex-direction: column;
    gap: min(var(--app-height)*.0083, 1.53vw);
    margin-left: min(var(--app-height)*.0111, 2.05vw)
}

@media(min-width:568px) {
    .form__checkbox-label {
        gap: calc(var(--app-height)*.0058);
        margin-left: calc(var(--app-height)*.0078)
    }
}

@media(orientation:landscape) {
    .form__checkbox-label {
        gap: .468vw;
        margin-left: .625vw
    }
}

.form__checkbox-label a {
    color: #3da8f5;
    text-decoration: none
}

.form__button {
    font-size: min(var(--app-height)*.0222, 4.1vw);
    height: min(var(--app-height)*.0555, 10.25vw);
    margin: min(var(--app-height)*.0083, 1.53vw) auto 0;
    width: min(var(--app-height)*.3638, 67.17vw)
}

@media screen and (min-width:568px) {
    .form__button {
        font-size: calc(var(--app-height)*.0156);
        height: calc(var(--app-height)*.039);
        margin-top: calc(var(--app-height)*.0058);
        width: calc(var(--app-height)*.2558)
    }
}

@media screen and (orientation:landscape) {
    .form__button {
        font-size: 1.25vw;
        height: 3.125vw;
        margin-top: .468vw;
        width: 20.46vw
    }
}

.form__footer {
    padding: min(var(--app-height)*.0069, 1.28vw) 0
}

@media screen and (min-width:568px) {
    .form__footer {
        padding: calc(var(--app-height)*.0048) 0
    }
}

@media screen and (orientation:landscape) {
    .form__footer {
        padding: .39vw 0
    }
}

.popup {
    background: #1E1450;
    border-radius: 12px;
    padding: 32px 24px 44px;
    height: 540px;
    width: 500px;
    position: relative;
    margin: 0 auto;
}

.popup-title {
    color: #fff;
    font-family: "Poppins", serif;
    text-align: center;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.big {
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
}

.popup-title .yellow {
    color: #F0B90B;
}

.bonus-block {
    background: #503699;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.popup-subtitle {
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 7px;
}

.popup-info-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    cursor: pointer;
}

.popup-content {
    width: 428;
    height: 124px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: 1px solid #7C68D4;
    background: #3E2A76;
    border-radius: 8px;
    box-shadow: 0px 5px 45px 0px #8B02D466;
}

.popup-content h6 {
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.popup-content p {
    font-family: "Poppins", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 52px;
    color: #fff;
}

.popup-content .yellow {
    font-size: 44px;
    font-weight: 700;
    color: #FFDC41;
}

.popup-btn {
    display: block;
    width: 400px;
    height: 52px;
    border-radius: 8px;
    background-color: #FFDC41;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #1E1E28;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.popup-btn:hover {
    background: #FFE673;
    color: #1E1E28;
}

.popup-btn:active,
.popup-btn:focus {
    background: #F5B940;
    border-color: #F5B940;
    color: #1E1E28;
}

.popup-info-content {
    position: absolute;
    width: 439px;
    height: 148px;
    padding: 20px 12px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    background: #7579F4;
    border-radius: 12px;
    left: -272px;
    z-index: 9999999 !important;
    top: 183px;
}

.popup-info-content-2 {
    top: 385px;
    height: unset;
}

.close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.close img {
    width: 8px;
    height: 8px;
}

@media (max-width: 900px) {
    .main {
        margin-top: 13px;
    }

    .header__logo-vertical {
        width: 68px;
    }

    .layout {
        background-size: cover;
    }

    .layout:before {
        left: calc(var(--app-height)* -.08);
    }

    .layout:after {
        right: calc(var(--app-height)*-.08);
    }

    .popup {
        width: calc(100% - 16px);
        height: 484px;
    }
    
    .bonus-block {
        width: 320px;
        height: 160px;
        margin: 0 auto 24px;
    }

    .space {
        display: none;
    }

    .popup-title {
        font-size: 22px;
        line-height: 24px;
        width: 187px;
    }

    .big {
        font-size: 24px;
        line-height: 28px;
    }
    
    .popup-content h6 {
        font-size: 16px;
    }

    .popup-content p {
        font-size: 20px;
        line-height: 40px;
    }

    .popup-content .yellow {
        font-size: 32px;
        line-height: 40px;
    }

    .popup-content {
        width: 296px;
        height: 106px;
    }

    .popup-btn {
        width: 320px;
        height: 52px;
    }

    .footer__list ul li {
        width: 60px;
    }

    .footer__list ul {
        gap: 47px;
        align-items: center;
    }

    .footer__list {
        gap: 16px;
    }

    .popup-info-content {
        width: 290px;
        height: unset;
        right: 0;
        left: 0;
        top: 142px;
    }
    .popup-info-content.popup-info-content-2 {
        top: 332px;
    }
}