/*! 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
}

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: -.25em
}

sup {
    top: -.5em
}

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

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
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-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
}

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

a {
    text-decoration: none
}

ul[class] {
    list-style: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

img {
    width: 100%;
    height: auto;
    display: block
}

body, html {
    min-height: 100%
}

body ::selection, html ::selection {
    background-color: rgba(0, 0, 0, 0)
}

body ::-webkit-selection, html ::-webkit-selection {
    background-color: rgba(0, 0, 0, 0)
}

body ::-moz-selection, html ::-moz-selection {
    background-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Montserrat, sans-serif
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: .5208333333vw;
    background: #000711
}

.wrapper {
    background-size: 192rem auto;
    background-position: top center;
    background-repeat: no-repeat;
    max-width: 192rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 108rem
}

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

.logo {
    display: block;
    margin: 0 auto .8rem;
    width: 25.7rem;
    position: relative;
    z-index: 20
}

.wheel {
    width: 56.8em;
    height: 56.9em;
    background: url(../images/wheel-bg.png) 50% 50%;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.wheel__wrapper {
    margin-bottom: 24rem
}

.wheel__spinner {
    width: 48em;
    height: 48em;
    transition: all .3s ease-in-out
}

.wheel__button {
    width: 17em;
    height: 23.1em;
    background-image: url(../images/wheel-btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
    outline: 0;
    position: absolute;
    background-color: transparent;
    color: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 44.5%;
    cursor: pointer;
    z-index: 5;
    border-radius: 0;
    transition: all .3s ease-in-out;
    animation: btnPulse 1s infinite linear
}

.wheel__button:disabled {
    pointer-events: none;
    animation: none
}

.wheel__button:disabled:after {
    box-shadow: 0 0 2em #ff0
}

.wheel__text {
    font-size: 4.8em;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(180deg, #f5e07b 34.34%, #ffa800 76.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    z-index: 2
}

.wheel__content {
    margin-top: -13.8em;
    position: relative;
    z-index: 6;
    position: relative
}

.wheel__title {
    width: 88.9em;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none
}

@keyframes btnPulse {
    0% {
        filter: drop-shadow(0 0 0 #ff0);
        -webkit-filter: drop-shadow(0 0 0 #ff0)
    }
    50% {
        filter: drop-shadow(0 0 1.4em #ff0);
        -webkit-filter: drop-shadow(0 0 1em #ff0)
    }
    100% {
        filter: drop-shadow(0 0 0 #ff0);
        -webkit-filter: drop-shadow(0 0 0 #ff0)
    }
}

.counter {
    left: 0;
    top: 15.6em;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.counter__text {
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: .3em
}

.counter__value {
    color: #fef51b;
    text-align: center;
    font-size: 3em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.bonuses {
    display: grid;
    grid-template-columns:max-content;
    grid-gap: 2em;
    justify-content: center;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    z-index: 3
}

.bonuses__page {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 21rem
}

.bonuses__page .bonus {
    opacity: 0
}

.bonus {
    width: 14.5em;
    height: 14.5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s ease-in-out
}

.bonus__first {
    background: url(../images/bonus-1.png) 50% 50%;
    background-size: 100% 100%
}

.bonus__second {
    background: url(../images/bonus-2.png) 50% 50%;
    background-size: 100% 100%
}

.bonus__title span {
    color: #300432;
    text-align: center;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.bonus__fs span {
    color: #300431;
    text-align: center;
    font-size: 3.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.bonus__sum span {
    color: #fff;
    text-align: center;
    font-size: 2.6em;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.bonuses__page .bonus__animation {
    animation: .5s pop;
    opacity: 1
}

.bonuses__page .bonus__show {
    opacity: 1
}

@keyframes pop {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

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

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

.popup__chips {
    display: block;
    position: absolute;
    pointer-events: none;
    width: 51.7em
}

.popup__chips img {
    width: 100%;
    max-width: unset
}

.popup__window {
    border-radius: .8em;
    box-shadow: 0 0 6em 0 #e90514;
    width: 45em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 16.2em;
    display: none
}

.popup__window_show {
    display: block
}

.popup__window_first {
    background-image: url(../images/popup-1-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.popup__window_first .popup__container {
    min-height: 47.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 5em 4em 5.8em
}

.popup__window_first .popup__chips {
    bottom: -3em;
    left: 46%;
    transform: translateX(-50%)
}

.popup__window_second {
    background-image: url(../images/popup-2-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.popup__window_second .popup__container {
    min-height: 55em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding: 3.6em 2em 4em
}

.popup__window_second .popup__chips {
    width: 56em;
    bottom: -4em;
    left: 51%;
    transform: translateX(-50%)
}

.popup__title_first {
    margin-bottom: 3.2em
}

.popup__title_second {
    margin-bottom: 1.6em
}

.popup__title span {
    background: linear-gradient(90deg, #efaf14 27.4%, #fff81b 46.9%, #ffbc13 67.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    font-size: 3.6em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    display: block
}

.popup__text {
    margin-bottom: -.5em
}

.popup__text_second {
    margin-bottom: 1em
}

.popup__text span {
    color: #fff;
    text-align: center;
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block
}

.popup__fs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .8em
}

.popup__fs img {
    width: 30.8em;
    max-width: unset;
    display: block;
    pointer-events: none
}

.popup__win {
    margin-bottom: 1.2em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup__win img {
    width: 100%;
    max-width: unset
}

.popup__button {
    width: 36em;
    height: 9em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #f70515 0, #a2080f 100%);
    border-radius: 1em;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin: 0 auto
}

.popup__button span {
    color: #fff;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

@media (hover: hover) {
    .popup__button:hover {
        box-shadow: 0 0 2.6em 0 #e30513
    }
}

.popup__bonuses {
    grid-template-columns:max-content max-content;
    margin-bottom: 2.7em
}

.popup__promocode {
    display: none;
}

.popup__promocode_text {
    margin-bottom: 1.2em
}

.popup__promocode_text span {
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    display: block
}

.popup__promocode_block {
    border-radius: 1em;
    border: .2em solid #f00514;
    background: #02024a;
    width: 21.6em;
    height: 7.1em;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out
}

.popup__promocode_block:hover {
    box-shadow: 0 0 2em #f00514
}

.popup__promocode_block img {
    position: absolute;
    pointer-events: none;
    width: 18.5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popup__promocode_block input {
    color: transparent;
    text-align: center;
    font-size: 3.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    width: 100%;
    cursor: pointer;
    pointer-events: none
}

.promocode__copy {
    background: linear-gradient(180deg, #b4b3b2 0, #4d4d4d 100%);
    pointer-events: none;
    color: #fff;
    text-align: center
}

.promocode__notification {
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translate(-50%, 0) scale(1);
    opacity: 0;
    color: #fff;
    padding: .5em 1em;
    transition: all .3s ease-in-out;
    width: 200%;
    font-size: 1.4em;
    pointer-events: none;
    white-space: nowrap;
    text-align: center
}

.promocode__copy .promocode__notification {
    opacity: 1
}

.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(-4deg)
    }
    50% {
        transform: rotate(4deg)
    }
    100% {
        transform: rotate(-4deg)
    }
}

@keyframes spinner2 {
    0% {
        transform: rotate(927deg)
    }
    50% {
        transform: rotate(933deg)
    }
    100% {
        transform: rotate(927deg)
    }
}

@keyframes spinTo1 {
    0% {
        transform: rotate(-4deg)
    }
    70% {
        transform: rotate(935deg)
    }
    80% {
        transform: rotate(927deg)
    }
    100% {
        transform: rotate(931deg)
    }
}

@keyframes spinTo2 {
    0% {
        transform: rotate(931deg)
    }
    70% {
        transform: rotate(1774deg)
    }
    80% {
        transform: rotate(1766deg)
    }
    100% {
        transform: rotate(1770deg)
    }
}

.wheel__spinner {
    width: 48rem;
    height: 48rem;
    position: relative;
    z-index: 2;
    background-image: url(../images/spinner.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.wheel__spinner .wheel--text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.8em 0;
    box-sizing: border-box
}

.wheel__spinner .wheel--text .white, .wheel__spinner .wheel--text.white {
    color: #fff
}

.wheel__spinner .wheel__bonus {
    width: fit-content;
    max-width: 20em;
    margin: 0 auto;
    text-align: center
}

.wheel__spinner .wheel__bonus-2 {
    transform: rotate(180deg)
}

.wheel__spinner .wheel-bonus-txt {
    font-family: Montserrat, sans-serif;
    font-size: 3em;
    line-height: 1.24;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900
}

.wheel__spinner .sector__fs {
    font-size: 3.8em;
    background: linear-gradient(90deg, #ffb913 0, #ffb913 1%, #fffc1c 50.5%, #ffb913 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

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

@media (max-width: 600px) {
    .webp .wrapper {
        background-image: url(../images/bg-mob.webp)
    }
}

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

@media (max-width: 600px) {
    .no-webp .wrapper {
        background-image: url(../images/bg-mob.jpg)
    }
}

@media (max-width: 1024px) {
    html {
        font-size: .9090909091vw
    }
}

@media (max-width: 840px) {
    html {
        font-size: 1.0869565217vw
    }

    .bonuses__page, .counter {
        left: 2em
    }
}

@media (max-width: 600px) {
    html {
        font-size: 1.5625vw
    }

    .wrapper {
        background-size: 64rem auto;
        min-height: 180rem
    }

    .wheel__wrapper {
        margin-bottom: 80em;
        font-size: 104%
    }

    .wheel__content {
        margin-top: -7em
    }

    .wheel__title {
        width: 71.5em;
        max-width: 71.5em;
        left: 49%
    }

    .container {
        padding: 2rem 0 2rem
    }

    .logo {
        margin-bottom: 0;
        width: 28rem
    }

    .counter {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 2rem;
        justify-content: center;
        font-size: 135%
    }

    .bonuses__page {
        display: flex;
        justify-content: space-between;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        top: 10em
    }

    .popup {
        font-size: 110%
    }

    .wheel__text {
        font-size: 4.4em
    }

    .wheel__content:after {
        background: rgba(47, 23, 36, .7);
        filter: blur(45px);
        -webkit-filter: blur(45px)
    }
}