* {
    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;
    font-family:Montserrat,Verdana,sans-serif;
    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: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: var(--app-height);
    overflow-x: hidden;
    position: relative;
    width: 100%
}

.show-popup:after {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #040520cc;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.show-popup .layout__popup {
    display: flex;
    left: 50%;
    position: absolute;
    top: calc(var(--app-height)*.1527);
    transform: translateX(-50%);
    z-index: 10
}

@media screen and (min-width:568px) {
    .show-popup .layout__popup {
        top: calc(var(--app-height)*.2441)
    }
}

@media screen and (orientation:landscape) {
    .show-popup .layout__popup {
        top: 2.26vw
    }
}

.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
    }
}

/*.header__logo-vertical {*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 4px 8px 0 #3b0e43;*/
/*    width: min(15.38vw, var(--app-height)*.0833)*/
/*}*/

@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: min(42.3vw, var(--app-height)*.2291)
}

@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;
    background: #060021;
}

@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: 1.56vw
    }
}

.footer__list ul {
    display: flex;
    gap: calc(var(--app-height)*.0277);
    justify-content: center;
    align-items: 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: 1.56vw
    }
}

.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: 3.125vw
    }
}

.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: 'Montserrat', Verdana, 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/bg-mob.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/bg-desk.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: calc(var(--app-height)*.0083);*/
/*    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);*/
    /*    z-index: 6*/
    /*}*/
}

@media screen and (orientation:landscape) {

    /*.layout:after,*/
    /*.layout:before {*/
    /*    bottom: 0;*/
    /*    height: 41.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: 80px; */
}

@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: 'Montserrat', Verdana, 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-family: 'Montserrat', Verdana, 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-family: 'Montserrat', Verdana, 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
    }

    img.wheel-main-content-block__wheel-of-fortune_wheel-img {
        width: auto;
    }
}

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

#TRUE_SIGNUP_FRAME {
    width: 500px;
    border-radius: 20px;
    /*height: 540px;*/
}

@media (max-width: 900px) {
    #TRUE_SIGNUP_FRAME {
        width: 98%;
    }
    
    .main,
    .wheel-main-content-block__wheel-of-fortune {
        margin-top: 0 !important;
    }
    
    .header__logo-vertical {
        width: 78px;
    }
    
    .layout:before {
        /* left: calc(var(--app-height)* -.04); */
    }

    /*.layout:after, */
    /*.layout:before {*/
    /*    top: unset;*/
    /*    bottom: 0;*/
    /*}*/

    .lucky-title {
        font-size: 28px !important;
    }

    .lucky-subtitle {
        font-size: 18px !important;
    }
}

.yellow {
   color: #ebe00d;
}

:root {
    --color-black: #000;
    --color-white: #fff
}

.wheel-main-content-block {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: 1/1/1/2;
}

.wheel-main-content-block__wheel-of-fortune {
    width: 298px;
    height: 313px;
    position: relative;
    margin-top: 40px;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune {
        width: 543px;
        height: 591px;
    }
}

.wheel-main-content-block__wheel-of-fortune_pedestal,
.wheel-main-content-block__wheel-of-fortune_frame {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wheel-main-content-block__wheel-of-fortune_pedestal {
    z-index: 0;
    bottom: -14px;
    width: 200px;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_pedestal {
        bottom: -12%;
        width: 400px;
    }
}

.wheel-main-content-block__wheel-of-fortune_wheel {
    position: relative;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 323px;
    height: 288px;
    border-radius: 50%;
    overflow: hidden;
}

.wheel-main-content-block__wheel-of-fortune_wheel-img {
    position: absolute;
    top: -7%;
    height: 324px;
    z-index: -1;
    max-width: inherit;
}

.wheel-main-content-block__wheel-of-fortune_wheel-img--animate {
    position: absolute;
    animation: rotate-wheel 4s cubic-bezier(0.4, 0.5, 0.15, 1) 0s 1 normal forwards,
        sway 4s ease-in-out 4s 1 normal forwards;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_wheel-img {
        left: 50%;
        height: auto;
        transform: translateX(-50%);

    }
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_wheel {
        width: 541px;
        height: 541px;
        background-size: auto;
    }
}

.wheel-main-content-block__wheel-of-fortune_wheel-win {
    background-image: none;
}

.wheel-main-content-block__wheel-of-fortune_frame {
    width: 286px;
    height: 286px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_frame {
        width: 541px;
        height: 541px;
    }
}

.wheel-main-content-block__wheel-of-fortune_win {
    background-color: #FBFBFB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 269px;
    height: 272px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    z-index: -1;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_win {
        width: 471px;
        height: 470px;
    }
}

.wheel-main-content-block__wheel-of-fortune_win-wrapper {
    position: absolute;
    top: 36%;
    z-index: 1;
    transform: translateX(36%);
    width: 176px;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_win-wrapper {
        transform: translateX(30%);
        width: 345px;
    }
}

.wheel-main-content-block__wheel-of-fortune_win-amount {
    margin: 0;
    font-size: 64px;
    color: #f67024;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_win-amount {
        font-size: 120px;
        text-align: center;
    }
}

.wheel-main-content-block__wheel-of-fortune_win-title {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.2;
    color: #f67024;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: 800;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_win-title {
        margin: 0 0 24px;
        font-size: 36px;
        text-align: center;
    }
}

.wheel-main-content-block__wheel-of-fortune_win-button {
    background: #FFB700;
    border-radius: 1000px;
    height: 52px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 6px;
    animation: button-pulsar 5s infinite;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_win-button {
        padding: 14px;
        margin-top: 40px;
    }
}

.wheel-main-content-block__wheel-of-fortune_win-button--disabled {
    pointer-events: none;
    cursor: default;
}

.wheel-main-content-block__wheel-of-fortune_win-frame {
    background-image: url("../img/win-frame-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: 48%;
    z-index: 1;
    width: 300px;
    height: 322px;
    bottom: 19px;
    transform: translateX(-47%) scale(0.5);
    opacity: 0;
    animation: appearance 0.4s ease-in 0s 1 normal forwards;
}

@media (min-width: 590px) {
    .wheel-main-content-block__wheel-of-fortune_win-frame {
        background-image: url("../img/win-frame-desktop.png");
        width: 823px;
        height: 640px;
        bottom: -84px;
        left: 50%;
    }
}

@keyframes button-pulsar {
    from {
        transform: scale(0.7);
    }

    50% {
        transform: scale(0.9);
    }

    to {
        transform: scale(0.7);
    }
}

@media (min-width: 960px) {
    @keyframes button-pulsar {
        from {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        to {
            transform: scale(1);
        }
    }
}

@keyframes rotate-wheel {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, 0) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(2855deg);
        -webkit-transform: translate(-50%, 0) rotate(2855deg);
    }
}

@keyframes sway {
    0% {
        transform: translate(-50%, -50%) rotate(2855deg);
        -webkit-transform: translate(-50%, 0) rotate(2855deg);
    }

    55% {
        transform: translate(-50%, -50%) rotate(2834deg);
        -webkit-transform: translate(-50%, 0) rotate(2834deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(2839deg);
        -webkit-transform: translate(-50%, 0) rotate(2839deg);
    }
}

@keyframes glaring {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.9;
    }

    to {
        opacity: 0.2;
    }
}

@keyframes appearance {
    to {
        transform: translateX(-47%) scale(1);
        opacity: 1;
    }
}

.wheel-sectors__sector {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70px;
}

@media (min-width: 590px) {
    .wheel-sectors__sector {
        width: 123px;
    }
}

.wheel-sectors__sector_title {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    background: linear-gradient(180deg, #ed8e00 0%, #ffe600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
}

@media (min-width: 590px) {
    .wheel-sectors__sector_title {
        font-size: 42px;
    }
}

.wheel-sectors__sector_text {
    margin: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.1;
    color: var(--color-white);
    -webkit-background-clip: text;
    max-width: 53px;
    text-align: center;
}

@media (min-width: 590px) {
    .wheel-sectors__sector_text {
        font-size: 18px;
        max-width: 85px;
    }
}

.wheel-sectors__sector-win {
    top: 45px;
    right: 92px;
    transform: rotate(26deg);
}

@media (min-width: 590px) {
    .wheel-sectors__sector-win {
        top: 83px;
        right: 145px;
        transform: rotate(25deg);
    }
}

.wheel-sectors__sector-win_title {
    background: linear-gradient(180deg, #f00 0%, #ff6b00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.wheel-sectors__sector-win_text {
    color: #2e2b99;
    font-weight: 700;
    -webkit-text-fill-color: inherit;
    letter-spacing: -0.536px;
}

.wheel-sectors__sector1 {
    top: 44px;
    left: 92px;
    transform: rotate(-28deg);
}

.wheel-sectors__sector1_without-text {
    top: 46px !important;
    left: 87px !important;
}

@media (min-width: 590px) {
    .wheel-sectors__sector1_without-text {
        top: 83px !important;
        left: 135px !important;
    }
}

@media (min-width: 590px) {
    .wheel-sectors__sector1 {
        top: 83px;
        left: 145px;
        transform: rotate(-26deg);
    }
}

.wheel-sectors__sector2 {
    right: 61px;
    bottom: 65px;
    transform: rotate(132deg);
}

@media (min-width: 590px) {
    .wheel-sectors__sector2 {
        right: 94px;
        bottom: 122px;
        transform: rotate(131deg);
    }
}

.wheel-sectors__sector3 {
    left: 117px;
    bottom: 41px;
    transform: rotate(-173deg);
}

.wheel-sectors__sector3_without-text {
    transform: rotate(-176deg) !important;
    left: 119px !important;
    bottom: 39px !important;
}

@media (min-width: 590px) {
    .wheel-sectors__sector3_without-text {
        left: 189px !important;
        bottom: 72px !important;
        transform: rotate(-174deg) !important;
    }
}

@media (min-width: 590px) {
    .wheel-sectors__sector3 {
        left: 191px;
        bottom: 65px;
        transform: rotate(-172deg);
    }
}

.wheel-sectors__sector4 {
    left: 57px;
    bottom: 74px;
    transform: rotate(-126deg);
}

.wheel-sectors__sector4_without-text {
    left: 48px !important;
    bottom: 81px !important;
}

@media (min-width: 590px) {
    .wheel-sectors__sector4_without-text {
        left: 65px !important;
        bottom: 147px !important;
    }
}

@media (min-width: 590px) {
    .wheel-sectors__sector4 {
        left: 68px;
        bottom: 133px;
        transform: rotate(-125deg);
    }
}

.wheel-sectors__sector5 {
    top: 98px;
    left: 48px;
    transform: rotate(-77deg);
}

.wheel-sectors__sector5_without-text {
    top: 106px !important;
    left: 40px !important;
}

@media (min-width: 590px) {
    .wheel-sectors__sector5_without-text {
        top: 201px !important;
        left: 35px !important;
    }
}

@media (min-width: 590px) {
    .wheel-sectors__sector5 {
        top: 178px;
        left: 56px;
        transform: rotate(-76deg);
    }
}

.wheel-sectors__sector6 {
    left: 211px;
    bottom: 143px;
    transform: rotate(77deg);
}

.wheel-sectors__sector6_without-text {
    left: 218px !important;
    bottom: 156px !important;
}

@media (min-width: 590px) {
    .wheel-sectors__sector6_without-text {
        left: 388px !important;
        bottom: 287px !important;
    }
}

@media (min-width: 590px) {
    .wheel-sectors__sector6 {
        left: 360px;
        bottom: 253px;
        transform: rotate(78deg);
    }
}

.wheel-sectors__button {
    cursor: pointer;
}

.wheel-sectors__button_disabled {
    pointer-events: none;
    cursor: default;
}

.wheel-sectors__button_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34%;
    width: 32%;
    height: 32%;
}

.wheel-sectors__button_text {
    position: absolute;
    z-index: 4;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-white);
    width: 53px;
    right: 42%;
    text-align: center;
}

.wheel-sectors__button_text__wrapper {
    width: auto;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 590px) {
    .wheel-sectors__button_text__wrapper {
        height: 543px;
    }
}

@media (min-width: 590px) {
    .wheel-sectors__button_text {
        font-size: 28px;
        width: 124px;
        right: 39%;
    }
}

.wheel-sectors__button_animation {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 32%;
    height: 32%;
    background: linear-gradient(166.16deg, #f00 7.13%, #ff6b00 92.65%);
    background-size: 400%;
    box-shadow: 0 0 30px 10px linear-gradient(166.16deg, #f00 7.13%, #ff6b00 92.65%);
    filter: blur(10px);
    border-radius: 50%;
    animation: glaring 1.5s linear 0s infinite both;
}

.wheel-diodes .diodes__animation-glaring:nth-child(4) {
    animation-delay: 0.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(4) {
    animation-delay: 0.015625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(4) {
    animation-delay: 28s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(4) {
    animation-delay: 0.84s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(5) {
    animation-delay: 0.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(5) {
    animation-delay: 0.03125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(5) {
    animation-delay: 27s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(5) {
    animation-delay: 0.81s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(6) {
    animation-delay: 0.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(6) {
    animation-delay: 0.046875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(6) {
    animation-delay: 26s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(6) {
    animation-delay: 0.78s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(7) {
    animation-delay: 1s;
}

.wheel-diodes .diodes__animation-speed:nth-child(7) {
    animation-delay: 0.0625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(7) {
    animation-delay: 25s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(7) {
    animation-delay: 0.75s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(8) {
    animation-delay: 1.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(8) {
    animation-delay: 0.078125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(8) {
    animation-delay: 24s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(8) {
    animation-delay: 0.72s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(9) {
    animation-delay: 1.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(9) {
    animation-delay: 0.09375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(9) {
    animation-delay: 23s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(9) {
    animation-delay: 0.69s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(10) {
    animation-delay: 1.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(10) {
    animation-delay: 0.109375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(10) {
    animation-delay: 22s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(10) {
    animation-delay: 0.66s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(11) {
    animation-delay: 2s;
}

.wheel-diodes .diodes__animation-speed:nth-child(11) {
    animation-delay: 0.125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(11) {
    animation-delay: 21s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(11) {
    animation-delay: 0.63s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(12) {
    animation-delay: 2.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(12) {
    animation-delay: 0.140625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(12) {
    animation-delay: 20s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(12) {
    animation-delay: 0.6s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(13) {
    animation-delay: 2.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(13) {
    animation-delay: 0.15625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(13) {
    animation-delay: 19s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(13) {
    animation-delay: 0.57s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(14) {
    animation-delay: 2.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(14) {
    animation-delay: 0.171875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(14) {
    animation-delay: 18s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(14) {
    animation-delay: 0.54s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(15) {
    animation-delay: 3s;
}

.wheel-diodes .diodes__animation-speed:nth-child(15) {
    animation-delay: 0.1875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(15) {
    animation-delay: 17s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(15) {
    animation-delay: 0.51s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(16) {
    animation-delay: 3.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(16) {
    animation-delay: 0.203125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(16) {
    animation-delay: 16s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(16) {
    animation-delay: 0.48s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(17) {
    animation-delay: 3.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(17) {
    animation-delay: 0.21875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(17) {
    animation-delay: 15s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(17) {
    animation-delay: 0.45s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(18) {
    animation-delay: 3.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(18) {
    animation-delay: 0.234375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(18) {
    animation-delay: 14s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(18) {
    animation-delay: 0.42s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(19) {
    animation-delay: 4s;
}

.wheel-diodes .diodes__animation-speed:nth-child(19) {
    animation-delay: 0.25s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(19) {
    animation-delay: 13s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(19) {
    animation-delay: 0.39s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(20) {
    animation-delay: 4.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(20) {
    animation-delay: 0.265625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(20) {
    animation-delay: 12s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(20) {
    animation-delay: 0.36s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(21) {
    animation-delay: 4.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(21) {
    animation-delay: 0.28125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(21) {
    animation-delay: 11s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(21) {
    animation-delay: 0.33s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(22) {
    animation-delay: 4.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(22) {
    animation-delay: 0.296875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(22) {
    animation-delay: 10s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(22) {
    animation-delay: 0.3s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(23) {
    animation-delay: 5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(23) {
    animation-delay: 0.3125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(23) {
    animation-delay: 9s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(23) {
    animation-delay: 0.27s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(24) {
    animation-delay: 5.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(24) {
    animation-delay: 0.328125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(24) {
    animation-delay: 8s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(24) {
    animation-delay: 0.24s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(25) {
    animation-delay: 5.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(25) {
    animation-delay: 0.34375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(25) {
    animation-delay: 7s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(25) {
    animation-delay: 0.21s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(26) {
    animation-delay: 5.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(26) {
    animation-delay: 0.359375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(26) {
    animation-delay: 6s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(26) {
    animation-delay: 0.18s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(27) {
    animation-delay: 6s;
}

.wheel-diodes .diodes__animation-speed:nth-child(27) {
    animation-delay: 0.375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(27) {
    animation-delay: 5s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(27) {
    animation-delay: 0.15s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(28) {
    animation-delay: 6.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(28) {
    animation-delay: 0.390625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(28) {
    animation-delay: 4s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(28) {
    animation-delay: 0.12s;
}

.wheel-diodes .diodes__animation-glaring {
    animation: glaring 1s ease 0s infinite;
}

.wheel-diodes .diodes__animation-speed {
    animation: glaring 1s ease 0s infinite;
}

.wheel-diodes.backspin .diodes__animation-glaring {
    animation: glaring 0.5s ease 0s infinite;
}

.wheel-diodes.backspin .diodes__animation-speed {
    animation: glaring 0.5s ease 0s infinite;
}

.wheel-diodes .diodes {
    position: absolute;
    z-index: 3;
    width: 8px;
    height: 8px;
    background: var(--color-white);
    box-shadow: 0 0 10px 5px var(--color-white);
    filter: blur(2px);
    border-radius: 50%;
}

@media (min-width: 590px) {
    .wheel-diodes .diodes {
        box-shadow: 0 0 20px 12px var(--color-white);
        width: 15px;
        height: 15px;
    }
}

.wheel-diodes .diodes__animation-pulsar {
    animation: 2s ease 2s glaring infinite;
    animation-delay: 2s;
}

.wheel-diodes__diode1 {
    position: absolute;
    top: 27px;
    left: 92px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode1 {
        top: 53px;
        left: 139px;
    }
}

.wheel-diodes__diode2 {
    position: absolute;
    top: 49px;
    left: 65px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode2 {
        top: 91px;
        left: 84px;
    }
}

.wheel-diodes__diode3 {
    position: absolute;
    top: 76px;
    left: 45px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode3 {
        top: 136px;
        left: 49px;
    }
}

.wheel-diodes__diode4 {
    position: absolute;
    top: 107px;
    left: 31px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode4 {
        top: 199px;
        left: 24px;
    }
}

.wheel-diodes__diode5 {
    position: absolute;
    bottom: 148px;
    left: 27px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode5 {
        bottom: 275px;
        left: 19px;
    }
}

.wheel-diodes__diode6 {
    position: absolute;
    bottom: 114px;
    left: 33px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode6 {
        bottom: 213px;
        left: 24px;
    }
}

.wheel-diodes__diode7 {
    position: absolute;
    bottom: 83px;
    left: 45px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode7 {
        bottom: 155px;
        left: 49px;
    }
}

.wheel-diodes__diode8 {
    position: absolute;
    bottom: 56px;
    left: 64px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode8 {
        bottom: 100px;
        left: 89px;
    }
}

.wheel-diodes__diode9 {
    position: absolute;
    bottom: 37px;
    left: 92px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode9 {
        bottom: 67px;
        left: 139px;
    }
}

.wheel-diodes__diode10 {
    position: absolute;
    bottom: 23px;
    left: 123px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode10 {
        bottom: 40px;
        left: 199px;
    }
}

.wheel-diodes__diode11 {
    position: absolute;
    bottom: 17px;
    left: 157px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode11 {
        bottom: 32px;
        left: 262px;
    }
}

.wheel-diodes__diode12 {
    position: absolute;
    bottom: 22px;
    right: 131px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode12 {
        bottom: 40px;
        right: 215px;
    }
}

.wheel-diodes__diode13 {
    position: absolute;
    bottom: 35px;
    right: 101px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode13 {
        bottom: 62px;
        right: 155px;
    }
}

.wheel-diodes__diode14 {
    position: absolute;
    bottom: 56px;
    right: 73px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode14 {
        bottom: 101px;
        right: 105px;
    }
}

.wheel-diodes__diode15 {
    position: absolute;
    bottom: 83px;
    right: 53px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode15 {
        bottom: 153px;
        right: 66px;
    }
}

.wheel-diodes__diode16 {
    position: absolute;
    bottom: 116px;
    right: 40px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode16 {
        bottom: 212px;
        right: 41px;
    }
}

.wheel-diodes__diode17 {
    position: absolute;
    top: 140px;
    right: 37px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode17 {
        top: 263px;
        right: 31px;
    }
}

.wheel-diodes__diode18 {
    position: absolute;
    top: 105px;
    right: 40px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode18 {
        top: 200px;
        right: 40px;
    }
}

.wheel-diodes__diode19 {
    position: absolute;
    top: 74px;
    right: 53px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode19 {
        top: 141px;
        right: 67px;
    }
}

.wheel-diodes__diode20 {
    position: absolute;
    top: 49px;
    right: 75px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode20 {
        top: 88px;
        right: 105px;
    }
}

.wheel-diodes__diode21 {
    position: absolute;
    top: 26px;
    right: 102px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode21 {
        top: 54px;
        right: 156px;
    }
}

.wheel-diodes__diode22 {
    position: absolute;
    top: 14px;
    right: 132px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode22 {
        top: 32px;
        right: 215px;
    }
}

.wheel-diodes__diode23 {
    position: absolute;
    top: 13px;
    left: 123px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode23 {
        top: 26px;
        left: 198px;
    }
}

.wheel-diodes .diodes__animation-glaring:nth-child(4) {
    animation-delay: 0.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(4) {
    animation-delay: 0.015625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(4) {
    animation-delay: 28s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(4) {
    animation-delay: 0.84s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(5) {
    animation-delay: 0.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(5) {
    animation-delay: 0.03125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(5) {
    animation-delay: 27s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(5) {
    animation-delay: 0.81s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(6) {
    animation-delay: 0.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(6) {
    animation-delay: 0.046875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(6) {
    animation-delay: 26s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(6) {
    animation-delay: 0.78s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(7) {
    animation-delay: 1s;
}

.wheel-diodes .diodes__animation-speed:nth-child(7) {
    animation-delay: 0.0625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(7) {
    animation-delay: 25s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(7) {
    animation-delay: 0.75s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(8) {
    animation-delay: 1.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(8) {
    animation-delay: 0.078125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(8) {
    animation-delay: 24s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(8) {
    animation-delay: 0.72s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(9) {
    animation-delay: 1.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(9) {
    animation-delay: 0.09375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(9) {
    animation-delay: 23s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(9) {
    animation-delay: 0.69s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(10) {
    animation-delay: 1.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(10) {
    animation-delay: 0.109375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(10) {
    animation-delay: 22s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(10) {
    animation-delay: 0.66s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(11) {
    animation-delay: 2s;
}

.wheel-diodes .diodes__animation-speed:nth-child(11) {
    animation-delay: 0.125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(11) {
    animation-delay: 21s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(11) {
    animation-delay: 0.63s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(12) {
    animation-delay: 2.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(12) {
    animation-delay: 0.140625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(12) {
    animation-delay: 20s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(12) {
    animation-delay: 0.6s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(13) {
    animation-delay: 2.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(13) {
    animation-delay: 0.15625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(13) {
    animation-delay: 19s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(13) {
    animation-delay: 0.57s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(14) {
    animation-delay: 2.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(14) {
    animation-delay: 0.171875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(14) {
    animation-delay: 18s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(14) {
    animation-delay: 0.54s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(15) {
    animation-delay: 3s;
}

.wheel-diodes .diodes__animation-speed:nth-child(15) {
    animation-delay: 0.1875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(15) {
    animation-delay: 17s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(15) {
    animation-delay: 0.51s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(16) {
    animation-delay: 3.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(16) {
    animation-delay: 0.203125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(16) {
    animation-delay: 16s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(16) {
    animation-delay: 0.48s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(17) {
    animation-delay: 3.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(17) {
    animation-delay: 0.21875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(17) {
    animation-delay: 15s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(17) {
    animation-delay: 0.45s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(18) {
    animation-delay: 3.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(18) {
    animation-delay: 0.234375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(18) {
    animation-delay: 14s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(18) {
    animation-delay: 0.42s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(19) {
    animation-delay: 4s;
}

.wheel-diodes .diodes__animation-speed:nth-child(19) {
    animation-delay: 0.25s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(19) {
    animation-delay: 13s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(19) {
    animation-delay: 0.39s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(20) {
    animation-delay: 4.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(20) {
    animation-delay: 0.265625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(20) {
    animation-delay: 12s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(20) {
    animation-delay: 0.36s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(21) {
    animation-delay: 4.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(21) {
    animation-delay: 0.28125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(21) {
    animation-delay: 11s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(21) {
    animation-delay: 0.33s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(22) {
    animation-delay: 4.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(22) {
    animation-delay: 0.296875s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(22) {
    animation-delay: 10s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(22) {
    animation-delay: 0.3s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(23) {
    animation-delay: 5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(23) {
    animation-delay: 0.3125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(23) {
    animation-delay: 9s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(23) {
    animation-delay: 0.27s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(24) {
    animation-delay: 5.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(24) {
    animation-delay: 0.328125s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(24) {
    animation-delay: 8s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(24) {
    animation-delay: 0.24s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(25) {
    animation-delay: 5.5s;
}

.wheel-diodes .diodes__animation-speed:nth-child(25) {
    animation-delay: 0.34375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(25) {
    animation-delay: 7s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(25) {
    animation-delay: 0.21s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(26) {
    animation-delay: 5.75s;
}

.wheel-diodes .diodes__animation-speed:nth-child(26) {
    animation-delay: 0.359375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(26) {
    animation-delay: 6s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(26) {
    animation-delay: 0.18s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(27) {
    animation-delay: 6s;
}

.wheel-diodes .diodes__animation-speed:nth-child(27) {
    animation-delay: 0.375s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(27) {
    animation-delay: 5s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(27) {
    animation-delay: 0.15s;
}

.wheel-diodes .diodes__animation-glaring:nth-child(28) {
    animation-delay: 6.25s;
}

.wheel-diodes .diodes__animation-speed:nth-child(28) {
    animation-delay: 0.390625s;
}

.wheel-diodes.backspin .diodes__animation-glaring:nth-child(28) {
    animation-delay: 4s;
}

.wheel-diodes.backspin .diodes__animation-speed:nth-child(28) {
    animation-delay: 0.12s;
}

.wheel-diodes .diodes__animation-glaring {
    animation: glaring 1s ease 0s infinite;
}

.wheel-diodes .diodes__animation-speed {
    animation: glaring 1s ease 0s infinite;
}

.wheel-diodes.backspin .diodes__animation-glaring {
    animation: glaring 0.5s ease 0s infinite;
}

.wheel-diodes.backspin .diodes__animation-speed {
    animation: glaring 0.5s ease 0s infinite;
}

.wheel-diodes .diodes {
    position: absolute;
    z-index: 3;
    width: 8px;
    height: 8px;
    background: var(--color-white);
    box-shadow: 0 0 10px 5px var(--color-white);
    filter: blur(2px);
    border-radius: 50%;
}

@media (min-width: 590px) {
    .wheel-diodes .diodes {
        box-shadow: 0 0 20px 12px var(--color-white);
        width: 15px;
        height: 15px;
    }
}

.wheel-diodes .diodes__animation-pulsar {
    animation: 2s ease 2s glaring infinite;
    animation-delay: 2s;
}

.wheel-diodes__diode1 {
    position: absolute;
    top: 27px;
    left: 92px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode1 {
        top: 53px;
        left: 139px;
    }
}

.wheel-diodes__diode2 {
    position: absolute;
    top: 49px;
    left: 65px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode2 {
        top: 91px;
        left: 84px;
    }
}

.wheel-diodes__diode3 {
    position: absolute;
    top: 76px;
    left: 45px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode3 {
        top: 136px;
        left: 49px;
    }
}

.wheel-diodes__diode4 {
    position: absolute;
    top: 107px;
    left: 31px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode4 {
        top: 199px;
        left: 24px;
    }
}

.wheel-diodes__diode5 {
    position: absolute;
    bottom: 148px;
    left: 27px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode5 {
        bottom: 275px;
        left: 19px;
    }
}

.wheel-diodes__diode6 {
    position: absolute;
    bottom: 114px;
    left: 33px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode6 {
        bottom: 213px;
        left: 24px;
    }
}

.wheel-diodes__diode7 {
    position: absolute;
    bottom: 83px;
    left: 45px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode7 {
        bottom: 155px;
        left: 49px;
    }
}

.wheel-diodes__diode8 {
    position: absolute;
    bottom: 56px;
    left: 64px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode8 {
        bottom: 100px;
        left: 89px;
    }
}

.wheel-diodes__diode9 {
    position: absolute;
    bottom: 37px;
    left: 92px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode9 {
        bottom: 67px;
        left: 139px;
    }
}

.wheel-diodes__diode10 {
    position: absolute;
    bottom: 23px;
    left: 123px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode10 {
        bottom: 40px;
        left: 199px;
    }
}

.wheel-diodes__diode11 {
    position: absolute;
    bottom: 17px;
    left: 157px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode11 {
        bottom: 32px;
        left: 262px;
    }
}

.wheel-diodes__diode12 {
    position: absolute;
    bottom: 22px;
    right: 131px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode12 {
        bottom: 40px;
        right: 215px;
    }
}

.wheel-diodes__diode13 {
    position: absolute;
    bottom: 35px;
    right: 101px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode13 {
        bottom: 62px;
        right: 155px;
    }
}

.wheel-diodes__diode14 {
    position: absolute;
    bottom: 56px;
    right: 73px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode14 {
        bottom: 101px;
        right: 105px;
    }
}

.wheel-diodes__diode15 {
    position: absolute;
    bottom: 83px;
    right: 53px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode15 {
        bottom: 153px;
        right: 66px;
    }
}

.wheel-diodes__diode16 {
    position: absolute;
    bottom: 116px;
    right: 40px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode16 {
        bottom: 212px;
        right: 41px;
    }
}

.wheel-diodes__diode17 {
    position: absolute;
    top: 140px;
    right: 37px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode17 {
        top: 263px;
        right: 31px;
    }
}

.wheel-diodes__diode18 {
    position: absolute;
    top: 105px;
    right: 40px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode18 {
        top: 200px;
        right: 40px;
    }
}

.wheel-diodes__diode19 {
    position: absolute;
    top: 74px;
    right: 53px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode19 {
        top: 141px;
        right: 67px;
    }
}

.wheel-diodes__diode20 {
    position: absolute;
    top: 49px;
    right: 75px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode20 {
        top: 88px;
        right: 105px;
    }
}

.wheel-diodes__diode21 {
    position: absolute;
    top: 26px;
    right: 102px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode21 {
        top: 54px;
        right: 156px;
    }
}

.wheel-diodes__diode22 {
    position: absolute;
    top: 14px;
    right: 132px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode22 {
        top: 32px;
        right: 215px;
    }
}

.wheel-diodes__diode23 {
    position: absolute;
    top: 13px;
    left: 123px;
    z-index: 1;
}

@media (min-width: 590px) {
    .wheel-diodes__diode23 {
        top: 26px;
        left: 198px;
    }
}

.wheel-sectors__sector4 .wheel-sectors__sector_text {
    font-size: 16px;
}

.lucky-title,
.lucky-subtitle {
    color: #fff;
    text-align: center;
}

.lucky-title {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 800;
}

.lucky-subtitle {
    font-size: 20px;
    margin-bottom: 12px;
}


.wheel-sectors__rotation {
    position: absolute;
    top: 0;
    left: 50%;
    animation: rotate-wheel 4s cubic-bezier(0.4, 0.5, 0.15, 1) 0s 1 normal forwards, sway 4s ease-in-out 4s 1 normal forwards;
    width: 323px;
    height: 288px
}

.wheel-main-content-block__wheel-of-fortune_wheel-img.wheel-sectors__rotation {
    top: -7%;
    height: auto;
}

@media(min-width: 590px) {
    .wheel-sectors__rotation {
        width: 544px;
        height: 544px
    }
}

.wheel-sectors__sector {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 70px
}

@media(min-width: 590px) {
    .wheel-sectors__sector {
        width: 123px
    }
}

.wheel-sectors__sector_title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    background: linear-gradient(180deg, #ED8E00 0%, #FFE600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(min-width: 590px) {
    .wheel-sectors__sector_title {
        font-size: 42px
    }
}

.wheel-sectors__sector_text {
    margin: 0;
    font-weight: 700;
    font-size: 9px;
    line-height: 1.1;
    color: var(--color-white);
    -webkit-background-clip: text;
    max-width: 53px;
    text-align: center
}

@media(min-width: 590px) {
    .wheel-sectors__sector_text {
        font-size: 16px;
        max-width: 85px
    }
}

.wheel-sectors__sector-win {
    top: 45px;
    right: 92px;
    transform: rotate(26deg)
}

@media(min-width: 590px) {
    .wheel-sectors__sector-win {
        top: 76px;
        right: 145px;
        transform: rotate(25deg)
    }
}

.wheel-sectors__sector-win_title {
    background: linear-gradient(180deg, #F00 0%, #FF6B00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.wheel-sectors__sector-win_text {
    color: #2e2b99;
    font-weight: 700;
    -webkit-text-fill-color: inherit;
    letter-spacing: -0.536px
}

.wheel-sectors__sector1 {
    top: 44px;
    left: 92px;
    transform: rotate(-28deg)
}

.wheel-sectors__sector1_without-text {
    top: 46px !important;
    left: 87px !important
}

@media(min-width: 590px) {
    .wheel-sectors__sector1_without-text {
        top: 83px !important;
        left: 135px !important
    }
}

@media(min-width: 590px) {
    .wheel-sectors__sector1 {
        top: 72px;
        left: 142px;
        transform: rotate(-26deg)
    }
}

.wheel-sectors__sector2 {
    right: 61px;
    bottom: 65px;
    transform: rotate(132deg)
}

.wheel-sectors__sector2_without-text {
    right: 57px !important;
    bottom: 71px !important
}

@media(min-width: 590px) {
    .wheel-sectors__sector2_without-text {
        right: 76px !important;
        bottom: 133px !important;
        transform: rotate(133deg) !important
    }
}

@media(min-width: 590px) {
    .wheel-sectors__sector2 {
        right: 94px;
        bottom: 110px;
        transform: rotate(131deg)
    }
}

.wheel-sectors__sector3 {
    left: 117px;
    bottom: 41px;
    transform: rotate(-173deg)
}

.wheel-sectors__sector3_without-text {
    transform: rotate(-176deg) !important;
    left: 119px !important;
    bottom: 39px !important
}

@media(min-width: 590px) {
    .wheel-sectors__sector3_without-text {
        left: 189px !important;
        bottom: 72px !important;
        transform: rotate(-174deg) !important
    }
}

@media(min-width: 590px) {
    .wheel-sectors__sector3 {
        left: 191px;
        bottom: 65px;
        transform: rotate(-172deg)
    }
}

.wheel-sectors__sector4 {
    left: 57px;
    bottom: 74px;
    transform: rotate(-126deg)
}

.wheel-sectors__sector4_without-text {
    left: 48px !important;
    bottom: 81px !important
}

@media(min-width: 590px) {
    .wheel-sectors__sector4_without-text {
        left: 65px !important;
        bottom: 147px !important
    }
}

@media(min-width: 590px) {
    .wheel-sectors__sector4 {
        left: 78px;
        bottom: 165px;
        transform: rotate(-125deg)
    }
}

.wheel-sectors__sector5 {
    top: 98px;
    left: 48px;
    transform: rotate(-77deg)
}

.wheel-sectors__sector5_without-text {
    top: 106px !important;
    left: 40px !important
}

@media(min-width: 590px) {
    .wheel-sectors__sector5_without-text {
        top: 201px !important;
        left: 35px !important
    }
}

@media(min-width: 590px) {
    .wheel-sectors__sector5 {
        top: 180px;
        left: 54px;
        transform: rotate(-76deg)
    }
}

.wheel-sectors__sector6 {
    left: 211px;
    bottom: 143px;
    transform: rotate(77deg)
}

.wheel-sectors__sector6_without-text {
    left: 218px !important;
    bottom: 156px !important
}

@media(min-width: 590px) {
    .wheel-sectors__sector6_without-text {
        left: 388px !important;
        bottom: 287px !important
    }
}

@media(min-width: 590px) {
    .wheel-sectors__sector6 {
        left: 360px;
        bottom: 250px;
        transform: rotate(78deg)
    }
}

.wheel-sectors__button {
    cursor: pointer
}

.wheel-sectors__button_disabled {
    pointer-events: none;
    cursor: default
}

.wheel-sectors__button_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 34%;
    width: 32%;
    height: 32%
}

.wheel-sectors__button_text {
    position: absolute;
    z-index: 4;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: var(--color-white);
    width: 53px;
    right: 43%
}

.wheel-sectors__button_text__wrapper {
    width: auto;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width: 590px) {
    .wheel-sectors__button_text__wrapper {
        height: 543px
    }
}

@media(min-width: 590px) {
    .wheel-sectors__button_text {
        font-size: 20px;
        width: 124px;
        right: 38.5%
    }
}

.wheel-sectors__button_animation {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 32%;
    height: 32%;
    background: linear-gradient(166.16deg, #F00 7.13%, #FF6B00 92.65%);
    background-size: 400%;
    box-shadow: 0 0 30px 10px linear-gradient(166.16deg, #F00 7.13%, #FF6B00 92.65%);
    filter: blur(10px);
    border-radius: 50%;
    animation: glaring 1.5s linear 0s infinite both
}

@media (max-width: 900px) {
    .wheel-sectors__sector1 {
        top: 40px;
    }

    .wheel-sectors__sector2 {
        right: 65px;
        bottom: 62px;
    }

    .wheel-sectors__sector3 {
        bottom: 36px;
    }

    .wheel-sectors__sector4 {
        left: 54px;
        bottom: 84px;
    }

    .wheel-sectors__sector4 .wheel-sectors__sector_text {
        font-size: 10px;
    }

    .wheel-sectors__sector5 {
        top: 96px;
        left: 44px;
    }

    .wheel-sectors__sector6 {
        left: 204px;
        bottom: 138px;
    }

    .wheel-sectors__sector-win {
        top: 42px;
        width: 50px;
        right: 100px;
    }

    .wheel-main-content-block__wheel-of-fortune_win-wrapper {
        top: 74%;
    }

    .wheel-main-content-block__wheel-of-fortune_win-frame {
        bottom: -120px;
    }

    .wheel-main-content-block__wheel-of-fortune_win-title {
        text-align: center;
        font-size: 14px;
    }

    .wheel-main-content-block__wheel-of-fortune_win-amount {
        text-align: center;
        font-size: 48px;
    }
    
    .footer,
    .footer__list ul {
        gap: unset;
        
    }
    
    .footer__list {
        flex-direction: row;
        gap: 0;
        margin: 0 auto;
    }
    
    .google-pay-icon {
        margin: 0 10px;
    }
    
    .wheel-main-content-block__wheel-of-fortune_wheel {
        margin-top: 80px;
    }
    
    .footer__list-first {
        margin-right: 4px;
    }
    
    .footer  .footer__list-second {
        gap: 16px;
    }
    
    .footer {
        flex-direction: row;
    }
    
}

.redirect-link {
    text-decoration: none;
}