/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

.redirect {
    color: #fff !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none
}

a {
    text-decoration: none
}

ul[class] {
    list-style: none
}

body {
    font-family: "Roboto", sans-serif
}

html {
    font-size: 10px;
    background: #000
}

.wrapper {
    background: url("../img/bg.jpg") 50% 100% no-repeat no-repeat;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 192rem;
    overflow: hidden;
    width: 100%;
    position: relative
}

.webp .wrapper {
    background-image: url("../img/bg.webp")
}

.no-webp .wrapper {
    background-image: url("../img/bg.jpg")
}

.container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 3.6rem 2rem;
    position: relative
}

.logo {
    width: 22.2rem;
    display: block;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 25
}

html.en .en {
    display: block
}

html .en {
    /* display: none */
}

html.fr .fr {
    display: block
}

html .fr {
    display: none
}

.lang_switcher_outer {
    position: absolute;
    top: 3.6rem;
    right: 2rem;
    width: 5em;
    height: 4em;
    z-index: 16666;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 100%
}

.lang_switcher_outer .lang_switcher {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 3;
    background: #c51a00;
    border-radius: .5em;
    height: 4em
}

.lang_switcher_outer .lang_switcher .curr_lang {
    position: relative;
    display: inline-block;
    top: .8em;
    margin: 0 .5em 0 .6em
}

.lang_switcher_outer .lang_switcher .curr_lang span {
    font-size: 1.3em;
    padding: .35em 0 0 0;
    display: inline-block
}

.lang_switcher_outer .lang_switcher .curr_lang .lang_flag {
    top: .4em;
    margin: 0 .5em 0 0
}

.lang_switcher_outer i {
    top: .8em;
    background: url("../img/lang-arr.svg") 0 0 no-repeat;
    background-size: contain;
    width: 1.4em;
    position: relative;
    height: .8em;
    display: inline-block
}

.lang_switcher_outer p {
    font-size: 1.1em;
    position: relative;
    color: #fff;
    top: .7em;
    text-transform: none;
    display: inline-block;
    width: 42%;
    text-align: center;
    margin: 0 0 0 .3em;
    white-space: nowrap
}

.lang_flag {
    display: inline-block;
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;
    margin: 0 .7em 0 .5em;
    position: relative;
    top: .35em
}

.lang_list {
    position: absolute;
    list-style-type: none;
    top: 3em;
    display: none;
    right: 0;
    padding: 1em 0 0 0;
    width: 5em;
    overflow: hidden;
    cursor: auto;
    border-top: none;
    background: rgba(197, 26, 0, .9);
    border-radius: 0 0 .5em .5em
}

.lang_list.act {
    display: grid;
    grid-template-columns: 1fr
}

.lang_list li {
    background: transparent;
    height: 3em;
    cursor: pointer;
    padding: 0 .5em
}

.lang_list li span {
    font-size: 1.3em;
    padding: .7em 0 0 0;
    display: inline-block
}

.lang_list li.curr {
    pointer-events: none;
    background: #fff
}

.lang_list li.curr span {
    color: #650481
}

.lang_list li:hover {
    background: #fff
}

.lang_list li:hover span {
    color: #c51a00
}

.text__gradient span {
    background: linear-gradient(180deg, #FEFFDA 21.15%, #FFE543 45.1%, #FF7B2A 77.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text__gradient_popup span,
.yellow {
    background: linear-gradient(360deg, #F07504 0%, #F0D804 60.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.title {
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 5rem;
    white-space: nowrap
}

.wheel {
    width: 62.7em;
    height: 62.7em;
    position: relative;
    margin: 0 auto 12rem;
    z-index: 4
}

.wheel__spinner {
    width: 62.7em;
    height: 62.7em
}

.wheel__button {
    width: 14.2em;
    height: 14.2em;
    border-radius: 50%;
    box-shadow: 0px 1em 3em 0px #3d0701;
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.wheel__button:disabled {
    pointer-events: none;
    box-shadow: 0px 2em 5em 0px #3d0701
}

.wheel__button:hover {
    box-shadow: 0px 2em 5em 0px #3d0701
}

.wheel__button span {
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #d19b37, 0 -1px 0 #d19b37, 0 1px 0 #d19b37, 0 1px 0 #d19b37, -1px 0 0 #d19b37, 1px 0 0 #d19b37, -1px 0 0 #d19b37, 1px 0 0 #d19b37, -1px -1px 0 #d19b37, 1px -1px 0 #d19b37, -1px 1px 0 #d19b37, 1px 1px 0 #d19b37, -1px -1px 0 #d19b37, 1px -1px 0 #d19b37, -1px 1px 0 #d19b37, 1px 1px 0 #d19b37
}

.wheel__arrow {
    position: absolute;
    width: 16.7em;
    height: 11.7em;
    left: 50%;
    top: -2.5em;
    z-index: 5;
    transform: translateX(-50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.webp .wheel__arrow {
    background-image: url("../img/wheel-arrow.webp")
}

.webp .wheel__button {
    background-image: url("../img/btn.webp")
}

.no-webp .wheel__arrow {
    background-image: url("../img/wheel-arrow.png")
}

.no-webp .wheel__button {
    background-image: url("../img/btn.png")
}

.wheel__spinner_animated {
    animation: 2s spinner ease-in-out infinite
}

.wheel__spinner_animated_2 {
    animation: 2s spinner2 ease-in-out infinite
}

.wheel__spinner_win1 {
    animation: 4s spinTo1 ease-in-out forwards
}

.wheel__spinner_win2 {
    animation: 4s spinTo2 ease-in-out forwards
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(8deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes spinner2 {
    0% {
        transform: rotate(716deg)
    }

    50% {
        transform: rotate(724deg)
    }

    100% {
        transform: rotate(716deg)
    }
}

@keyframes spinTo1 {
    0% {
        transform: rotate(0deg)
    }

    70% {
        transform: rotate(725deg)
    }

    80% {
        transform: rotate(721deg)
    }

    100% {
        transform: rotate(725deg)
    }
}

@keyframes spinTo2 {
    0% {
        transform: rotate(725deg)
    }

    70% {
        transform: rotate(1624deg)
    }

    80% {
        transform: rotate(1616deg)
    }

    100% {
        transform: rotate(1620deg)
    }
}

.fr .wheel__button span {
    font-size: 1.6em
}

.joker {
    width: 41.4em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30%;
    pointer-events: none
}

.popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out
}

.popup__show {
    opacity: 1;
    pointer-events: all
}

.popup__window {
    width: 50em;
    background: #1e0201;
    border-image: linear-gradient(135deg, #f88600, #f8b600, #faff11, #f8b600, #f88600) 1/1.5em;
    border-size: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 17rem;
    margin: 0 auto;
    border-radius: 1.5em;
    box-shadow: 0px 0px 2.7em 0px #f90;
    display: none
}

.popup__window_show {
    display: block
}

.popup__container {
    display: flex;
    flex-direction: column;
    padding: 6em 2em;
    justify-content: space-between
}

.popup__content {
    position: relative;
    z-index: 4;
    margin-bottom: 32em
}

.popup__content:after {
    width: 100%;
    height: 110%;
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #F00 0%, rgba(255, 11, 10, 0) 100%);
    filter: blur(62px);
    -webkit-filter: blur(62px);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.popup__content div {
    position: relative;
    text-align: center;
    z-index: 4
}

.popup__title {
    margin-bottom: 20px
}

.popup__title span {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
}

.popup__text {
    margin-bottom: 1.5em
}

.popup__text span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.popup__win {
    margin-bottom: .5em
}

.popup__win span {
    text-align: center;
    font-size: 4.8em;
    font-style: normal;
    font-weight: 400;
}

.popup__text_additional {
    margin-bottom: .5em
}

.popup__text_additional span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.popup__book {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.6em;
    width: 42em
}

.popup__book img {
    width: 100%
}

.popup__btn {
    width: 37.6em;
    height: 8.4em;
    background: linear-gradient(180deg, #E47E05 1.56%, #FDE725 48.44%, #E47E05 100%);
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    margin: 0 auto;
    position: relative;
    z-index: 4
}

.popup__btn span {
    color: #000;
    text-align: center;
    font-size: 2.6em;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase
}

.popup__btn:hover {
    background: linear-gradient(180deg, #FFF6A3 0%, #FDE725 7.29%, #E47E05 48.96%, #FDE725 92.19%, #FFF6A8 100%);
    box-shadow: 0px 0px 2em 0px rgba(253, 231, 37, .8)
}

.popup__wheel {
    position: absolute;
    width: 23em;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18em;
    pointer-events: none;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px rgba(176, 3, 3, .8)
}

.popup__wheel img {
    width: 100%
}

.fr .popup__text_bonus span {
    font-size: 2.3em
}

.fr .popup__win_final span {
    font-size: 4em
}

.personage {
    position: absolute;
    width: 49.7em;
    right: -15%;
    transform: translateX(50%);
    z-index: 12;
    top: -8em
}

.personage__mob {
    display: none
}

.layer {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 29rem;
    position: absolute;
    bottom: 0;
    z-index: 4;
    left: 0
}

.elements {
    position: absolute;
    pointer-events: none;
    transition: all .1s ease-in-out;
    z-index: 13
}

.elements img {
    width: 100%
}

.elements__coins {
    width: 177.5em;
    top: 3%;
    left: 5%
}

.elements__money {
    width: 175.4em;
    top: 3%;
    left: 4%
}

.elements__small {
    width: 151.3em;
    top: 26%;
    left: 18%
}

.element__mob {
    display: none
}

@media(min-width: 2200px) {
    html {
        font-size: 10.5px
    }
}

@media(min-width: 2400px) {
    html {
        font-size: 12px
    }
}

@media(max-width: 1920px) {
    html {
        font-size: 9.5px
    }
}

@media(max-width: 1680px) {
    html {
        font-size: 9px
    }
}

@media(max-width: 1560px) {
    html {
        font-size: 8.25px
    }

    .container {
        padding: 2rem
    }
}

@media(max-width: 1470px) {
    html {
        font-size: 8px
    }

    .elements__small {
        left: 14%
    }

    .elements {
        max-width: 110%
    }
}

@media(max-width: 1360px) {
    html {
        font-size: 7.5px
    }
}

@media(max-width: 1040px) {
    html {
        font-size: 7.75px
    }

    .lang_switcher_outer {
        font-size: 120%
    }

    .elements {
        transform: translate(-50%, 0%) !important;
        max-width: 100%
    }

    .elements__coins {
        left: 52%;
        top: 0
    }

    .elements__money {
        left: 52%;
        top: 15%
    }

    .elements__small {
        left: 52%;
        top: 35%
    }

    .popup {
        font-size: 110%
    }

    .wrapper {
        background-position: 32% 100%
    }
}

@media(max-width: 880px) {
    html {
        font-size: 7.5px
    }
}

@media(max-width: 780px) {
    html {
        font-size: 7px
    }
}

@media(max-width: 730px) {
    html {
        font-size: 6.5px
    }
}


.popup-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: #00000094;
}

.popup-wrap-content {
    width: 480px;
    /*min-height: 684px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    overflow: hidden;
    background: #1e1450;
}

.banner {
    width: 100%;
    height: 152px;
    background: url("../img/dasdas32423.png") center / cover no-repeat;
    padding: 40px 16px 0 24px;
    position: relative;
    z-index: -1;
}

.banner-title {
    color: #FFDC41;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}

.banner-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#TRUE_SIGNUP_FRAME {
    min-height: 546px;
    border-radius: 24px;
    margin-top: -12px;
    border: none;
}

.close-banner {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BEB9FF33;
    border-radius: 12px;
    cursor: pointer;
}

.close-banner img {
    width: 16px;
    height: 16px;
}


@media(max-width: 660px) {
    html {
        font-size: 6px
    }
}

@media(max-width: 550px) {
    html {
        font-size: 6.5px;
        background: #000
    }

    .wrapper {
        background-size: cover;
        background-position: 50% 0;
        height: 100%;
        padding-bottom: 26rem
    }

    .wheel {
        margin-bottom: 25rem;
        z-index: 7
    }

    .container {
        padding: 4rem 2rem
    }

    .logo {
        width: 32rem;
        margin-bottom: 10rem
    }

    .popup__window {
        top: 23rem
    }

    .title {
        margin-bottom: 8rem
    }

    .lang_switcher_outer p {
        display: none
    }

    .lang_switcher_outer {
        width: 5.6em;
        font-size: 130%;
        top: 4rem
    }

    .lang_switcher_outer .lang_switcher {
        padding: 0 .5em
    }

    .personage__mob {
        display: block;
        position: absolute;
        width: 38em;
        left: 18%;
        top: 50em;
        transform: translateX(-50%);
        z-index: 4
    }

    .personage {
        font-size: 88%;
        left: 90%;
        transform: translateX(-50%);
        z-index: 5;
        top: 26em
    }

    .layer {
        position: absolute;
        width: 100%;
        height: 68em;
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        left: 0;
        z-index: 2
    }

    .layer__mob {
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 0;
        left: 0;
        z-index: 12;
        position: absolute;
        width: 100%;
        height: 28em
    }

    .elements {
        display: none
    }

    .element__mob {
        display: block;
        position: absolute;
        pointer-events: none;
        font-size: 120%;
        z-index: 15
    }

    .element__mob_1 {
        width: 18.9em;
        top: 2%;
        left: -2%
    }

    .element__mob_2 {
        width: 11.8em;
        top: 7%;
        right: -2%
    }

    .element__mob_3 {
        width: 19.3em;
        bottom: 7rem;
        left: 11%
    }

    .element__mob_4 {
        width: 23.5em;
        bottom: 0rem;
        right: 2%
    }

    .elements__mob {
        width: 54.6em;
        left: 50%;
        transform: translateX(-50%);
        top: 33rem
    }

    .wheel {
        font-size: 110%
    }

    .webp .wrapper {
        background-image: url("../img/bg-mob.webp")
    }

    .no-webp .wrapper {
        background-image: url("../img/bg-mob.jpg")
    }
    
    .popup-wrap-content {
        width: calc(100% - 16px);
        height: auto !important;
        
    }
}

@media(max-width: 480px) {
    html {
        font-size: 6px
    }
}

@media(max-width: 440px) {
    html {
        font-size: 5.5px
    }
}

@media(max-width: 410px) {
    html {
        font-size: 5.25px
    }
}

@media(max-width: 380px) {
    html {
        font-size: 5px
    }
}

@media(max-width: 360px) {
    html {
        font-size: 4.5px
    }
}

@media(max-width: 340px) {
    html {
        font-size: 4.25px
    }
}

/*# sourceMappingURL=main.css.map */