@keyframes rotation-loader {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinTo1 {
    0% {
        -webkit-transform: rotate(-44deg);
        transform: rotate(-44deg)
    }
    to {
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes spinTo2 {
    0% {
        transform: rotate(-4deg)
    }
    to {
        transform: rotate(1396deg)
    }
}

@-webkit-keyframes spinTo3 {
    0% {
        transform: rotate(-4deg)
    }
    to {
        transform: rotate(1351deg)
    }
}

@-webkit-keyframes spinTo4 {
    0% {
        transform: rotate(-4deg)
    }
    to {
        transform: rotate(1305deg)
    }
}

@-webkit-keyframes spinTo5 {
    0% {
        transform: rotate(-4deg)
    }
    to {
        transform: rotate(1261deg)
    }
}

@-webkit-keyframes spinTo6 {
    0% {
        transform: rotate(-4deg)
    }
    to {
        transform: rotate(1217deg)
    }
}

@-webkit-keyframes spinTo7 {
    0% {
        transform: rotate(-4deg)
    }
    to {
        transform: rotate(1531deg)
    }
}

@-webkit-keyframes spinTo8 {
    0% {
        transform: rotate(-4deg)
    }
    to {
        transform: rotate(1485deg)
    }
}

@-webkit-keyframes spinner-win {
    0%,
    to {
        transform: rotate(1080deg)
    }
    50% {
        transform: rotate(1085deg)
    }
}

@keyframes flip {
    0% {
        transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg) scaleY(-1);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 150px) scaleY(-1) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 150px) scaleY(-1) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(800px) scale3d(.8, .8, .8) translate3d(0, 0, 0) scaleY(-1) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(800px) scale3d(.85, .85, .85) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg) scaleY(-1);
        animation-timing-function: ease-in
    }
}

@keyframes logo {
    50% {
        transform: scale(1.1)
    }
}

@-webkit-keyframes scaleButton {
    0%,
    to {
        transform: scale(1)
    }
    50% {
        transform: scale(.98)
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

ol[role=list],
ul[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

a {
    text-decoration: none !important
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

canvas,
img,
picture,
svg,
video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }
    *,
    ::after,
    ::before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
        transition: none
    }
}

body,
html {
    height: 100%;
    scroll-behavior: smooth
}

.hidden {
    display: none !important
}

.visible {
    display: flex !important
}

body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100vw;
    min-height: 100vh;
    padding: 0;
    background-size: cover;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    overflow-x: hidden
}

.bottom__section-button {
    min-width: 50px
}

.bottom__section-button span {
    height: auto
}

.bottom__section-button .button-loader {
    display: none
}

.bottom__section-button.is--link {
    display: flex;
    align-items: center;
    justify-content: center
}

.bottom__section-button.is--disabled {
    pointer-events: none
}

.bottom__section-button.is--disabled span {
    opacity: .2
}

.bottom__section-button.is--disabled .button-loader,
body {
    display: flex
}

.button-loader {
    position: absolute;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.button-loader span {
    width: 30px !important;
    height: 30px !important;
    border: 4px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-loader 1s linear infinite;
    opacity: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

img {
    width: 100%
}

.wheel__spinner_win_1 {
    animation: 3s spinTo1 ease-in-out forwards !important
}

.wheel__spinner_win_2 {
    animation: 3s spinTo2 ease-in-out forwards
}

.wheel__spinner_win_3 {
    animation: 3s spinTo3 ease-in-out forwards
}

.wheel__spinner_win_4 {
    animation: 3s spinTo4 ease-in-out forwards
}

.wheel__spinner_win_5 {
    animation: 3s spinTo5 ease-in-out forwards
}

.wheel__spinner_win_6 {
    animation: 3s spinTo6 ease-in-out forwards
}

.wheel__spinner_win_7 {
    animation: 3s spinTo7 ease-in-out forwards
}

.wheel__spinner_win_8 {
    animation: 3s spinTo8 ease-in-out forwards
}

.wheel__texts-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 1em !important;
    padding-left: 2em !important
}

.wheel__texts-block p {
    transform: rotate(-7deg)
}

.wheel__texts-block p:only-child {
    transform: rotate(0deg)
}

.wheel__texts-block p+p {
    margin-top: 10px;
    transform: rotate(7deg)
}

.amdaf,
.effects__block {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.amdaf {
    position: absolute;
    z-index: 997;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    mix-blend-mode: screen
}

.effects__block {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: fixed
}

.wheel__texts-1 {
    transform: rotate(-137deg);
    position: absolute;
    left: 11%;
    top: 23%
}

.wheel__texts-2,
.wheel__texts-3 {
    transform: rotate(-93deg);
    position: absolute;
    left: 32%;
    top: 14%
}

.wheel__texts-3 {
    transform: rotate(-45deg);
    left: 54%;
    top: 23%
}

.wheel__texts-4,
.wheel__texts-5 {
    transform: rotate(-2deg);
    position: absolute;
    left: 63%;
    top: 44%
}

.wheel__texts-5 {
    transform: rotate(43deg);
    left: 54%;
    top: 65%
}

.wheel__texts-6,
.wheel__texts-7 {
    transform: rotate(87deg);
    position: absolute;
    left: 33%;
    top: 74%
}

.wheel__texts-7 {
    transform: rotate(133deg);
    left: 11%;
    top: 66%
}

.amdah,
.wheel__texts-8 {
    transform: rotate(177deg);
    position: absolute;
    left: 2%;
    top: 45%
}

.amdah {
    left: 0;
    top: 0;
    transform: rotate(45deg);
    opacity: 0;
    width: 100%
}

.amdah.is--active {
    opacity: 1
}

.is--win-spinner {
    animation: 2s spinner-win ease-in-out infinite !important
}

body.is--winner .amdac {
    opacity: 0
}

.amczq {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

@media (max-width:991px) {
    .amczq {
        background-image: url(../img/page-bg-mobile.webp)
    }
}

#reels,
.amdab>.icons {
    position: relative
}

#slot.inverted .amdab {
    transform: scaleY(-1)
}

#slot.inverted .amdab>.icons>img {
    transform: scaleY(-1) scale(.8)
}

#reels {
    display: flex;
    width: 79vw;
    height: 47.4vw;
    max-height: 520px;
    max-width: 870px;
    z-index: 1
}

@media (max-width:991px) {
    #reels {
        width: 88vw;
        height: 89vw;
        max-height: 89vw
    }
}

#reels:before,
.amdaa {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.amdaa {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 49%;
    height: 102%;
    z-index: 2;
    background-image: url(../img/frame.webp)
}

@media (max-width:991px) {
    .amdaa {
        background-image: url(../img/frame-mobile.webp);
        background-size: 100%
    }
}

#reels:before {
    content: "";
    top: 50%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, #2e0800 0, #450c00 49.5%, #2e0800 97.5%)
}

#slot,
.amdab {
    position: relative
}

#slot {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
    flex-direction: column
}

.amdab {
    overflow: hidden;
    width: 20%;
    height: 100%
}

@media (max-width:991px) {
    .amdab {
        width: 33.333%
    }
}

.amdab>.icons>img {
    width: calc(100% + 6px);
    margin: -3px 0 0 -3px;
    height: auto;
    max-width: none;
    transform: translate3d(0, 0, 0) scale(.9)
}

.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.is--winner .amdab .icons img:nth-child(2) {
    transform: scaleY(-1);
    animation: 2s flip ease-in-out infinite
}

.is--modal-open #slot {
    opacity: 0;
    transition: opacity .3s;
    z-index: -1
}

.amczv {
    max-width: 560px;
    width: 100%;
    animation: logo 6s infinite both alternate ease-in-out;
    display: block;
    margin: 30px auto 80px;
    position: relative;
    z-index: 5
}

@media (max-width:767px) {
    .amczv {
        display: block;
        max-width: 359px;
        margin-bottom: 40px
    }
}

.amczq {
    background-image: url(../img/page-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

@media (min-width:991px) and (max-height:840px) {
    .amczq {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100vw;
        height: 100vh
    }
}

.amczr {
    width: 100%
}

@media (min-width:991px) and (max-height:840px) {
    .amczr {
        transform: scale(.8)
    }
}

.amczt {
    position: absolute;
    bottom: 10em;
    right: 20em;
    width: 42em;
    z-index: 1;
    pointer-events: none;
    font-size: 60%;
    animation: personAnimation 1.5s infinite alternate ease-in-out
}

@media (max-width:1599px) {
    .amczt {
        bottom: -10em;
        right: -2em
    }
}

@media (min-width:991px) and (max-height:840px) {
    .amczt {
        bottom: 0;
        right: -20em
    }
}

.amczt .amczu {
    position: absolute;
    transform: rotate(158deg);
    left: 22%;
    top: 70%;
    z-index: -1
}

.amdac {
    position: relative;
    z-index: 8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px
}

@media (max-width:767px) {
    .amdac {
        margin-top: 40px
    }
}

.amdai {
    margin-bottom: 15px;
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #ff00a2;
    background: -webkit-linear-gradient(#fff, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0
}

.amdai.win__show {
    opacity: 1;
    animation: 1.5s zoomInDown both
}

.bottom__section-button {
    background: url(../img/button_middle.webp) repeat-x center center;
    background-size: contain;
    padding: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative
}

@media (max-width:767px) {
    .bottom__section-button {
        font-size: 30px
    }
}

.bottom__section-button span {
    position: relative;
    z-index: 3;
    margin-left: -75px;
    margin-right: -75px;
    color: #fff;
    text-shadow: 0 -3px 1px #ff66ca, -2px -2px 1px #ff66ca, -1px -2px 1px #ff66ca, 0 -2px 1px #ff66ca, 1px -2px 1px #ff66ca, 2px -2px 1px #ff66ca, -2px -1px 1px #ff66ca, -1px -1px 1px #ff66ca, 0 -1px 1px #ff66ca, 1px -1px 1px #ff66ca, 2px -1px 1px #ff66ca, -3px 0 1px #ff66ca, -2px 0 1px #ff66ca, -1px 0 1px #ff66ca, 0 0 1px #ff66ca, 1px 0 1px #ff66ca, 2px 0 1px #ff66ca, 3px 0 1px #ff66ca, -2px 1px 1px #ff66ca, -1px 1px 1px #ff66ca, 0 1px 1px #ff66ca, 1px 1px 1px #ff66ca, 2px 1px 1px #ff66ca, -2px 2px 1px #ff66ca, -1px 2px 1px #ff66ca, 0 2px 1px #ff66ca, 1px 2px 1px #ff66ca, 2px 2px 1px #ff66ca, 0 3px 1px #ff66ca;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1024px) {
    .bottom__section-button span {
        text-shadow: 0 -2px 1px #ff66ca, -1px -1px 1px #ff66ca, 0 -1px 1px #ff66ca, 1px -1px 1px #ff66ca, -2px 0 1px #ff66ca, -1px 0 1px #ff66ca, 0 0 1px #ff66ca, 1px 0 1px #ff66ca, 2px 0 1px #ff66ca, -1px 1px 1px #ff66ca, 0 1px 1px #ff66ca, 1px 1px 1px #ff66ca, 0 2px 1px #ff66ca;
        -webkit-font-smoothing: antialiased
    }
}

.bottom__section-button:after,
.bottom__section-button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 124px;
    background-size: contain;
    background-repeat: no-repeat
}

.bottom__section-button:before {
    left: -122px;
    background-image: url(../img/button_left.webp)
}

.bottom__section-button:after {
    right: -123px;
    background-image: url(../img/button_right.webp)
}

.bottom__section-button:focus {
    animation: .5s scaleButton ease-in-out forwards
}

.bottom__section-button.pulse {
    animation: .5s scaleButton ease-in-out infinite
}

.amdae,
.bottom__section-button.is--win-button {
    display: none
}

.bottom__section-button.is--win-button.visible {
    animation: 1s headShake ease-in-out infinite
}

@media (max-width:767px) {
    .bottom__section-button {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .amczq {
        background-image: url(../img/page-bg-mobile.webp)
    }
}

/*! normalize.amdaj v8.0.1 | MIT License | github.amdak/necolas/normalize.amdaj */

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes headShake {
    0%,
    to {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@-webkit-keyframes personAnimation {
    0% {
        transform: translateY(0) scale(1)
    }
    to {
        transform: translateY(10em) scale(.72)
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes bubblesAnimationY {
    0% {
        transform: translate(-50%, 300%)
    }
    to {
        transform: translate(-50%, -400%)
    }
}

@-webkit-keyframes slotEffectLeft {
    0% {
        transform: scale(1) translateX(0)
    }
    to {
        transform: scale(.3) translateX(100em)
    }
}

@-webkit-keyframes slotEffectRight {
    0% {
        transform: scale(1) translateX(0)
    }
    to {
        transform: scale(.3) translateX(-100em)
    }
}

html {
    font-size: 8px;
    background: #250005
}

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

img {
    width: 100%
}

@media (max-width:992px) {
    .amczt {
        top: 60%;
        font-size: 40%
    }
}

.modal,
.modal__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 998;
    opacity: 0;
    visibility: hidden
}

.modal__container {
    max-width: 1340px;
    background-image: url(../img/modal-background.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px;
    position: relative;
    z-index: 2
}

@media (max-width:991px) {
    .modal__container {
        padding: 0
    }
}

@media (max-width:767px) {
    .modal__container {
        margin-top: -10%;
        height: auto
    }
}

.modal__logo {
    width: 100%;
    max-width: 1300px
}

@media (max-width:991px) {
    .modal__logo {
        max-width: 80%;
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .modal__logo {
        margin-top: 0;
        max-width: 100%
    }
}

.modal__text {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 2px;
    color: #fff;
    text-shadow: 0 -3px 1px #ff00a7, -2px -2px 1px #ff00a7, -1px -2px 1px #ff00a7, 0 -2px 1px #ff00a7, 1px -2px 1px #ff00a7, 2px -2px 1px #ff00a7, -2px -1px 1px #ff00a7, -1px -1px 1px #ff00a7, 0 -1px 1px #ff00a7, 1px -1px 1px #ff00a7, 2px -1px 1px #ff00a7, -3px 0 1px #ff00a7, -2px 0 1px #ff00a7, -1px 0 1px #ff00a7, 0 0 1px #ff00a7, 1px 0 1px #ff00a7, 2px 0 1px #ff00a7, 3px 0 1px #ff00a7, -2px 1px 1px #ff00a7, -1px 1px 1px #ff00a7, 0 1px 1px #ff00a7, 1px 1px 1px #ff00a7, 2px 1px 1px #ff00a7, -2px 2px 1px #ff00a7, -1px 2px 1px #ff00a7, 0 2px 1px #ff00a7, 1px 2px 1px #ff00a7, 2px 2px 1px #ff00a7, 0 3px 1px #ff00a7;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1024px) {
    .modal__text {
        text-shadow: 0 -2px 1px #ff00a7, -1px -1px 1px #ff00a7, 0 -1px 1px #ff00a7, 1px -1px 1px #ff00a7, -2px 0 1px #ff00a7, -1px 0 1px #ff00a7, 0 0 1px #ff00a7, 1px 0 1px #ff00a7, 2px 0 1px #ff00a7, -1px 1px 1px #ff00a7, 0 1px 1px #ff00a7, 1px 1px 1px #ff00a7, 0 2px 1px #ff00a7;
        -webkit-font-smoothing: antialiased
    }
}

@media (max-width:991px) {
    .modal__text {
        font-size: 21px;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.modal__title {
    text-align: center;
    font-size: 80px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 50px;
    color: #ff00a7;
    text-shadow: 0 -3px 1px #fff, -2px -2px 1px #fff, -1px -2px 1px #fff, 0 -2px 1px #fff, 1px -2px 1px #fff, 2px -2px 1px #fff, -2px -1px 1px #fff, -1px -1px 1px #fff, 0 -1px 1px #fff, 1px -1px 1px #fff, 2px -1px 1px #fff, -3px 0 1px #fff, -2px 0 1px #fff, -1px 0 1px #fff, 0 0 1px #fff, 1px 0 1px #fff, 2px 0 1px #fff, 3px 0 1px #fff, -2px 1px 1px #fff, -1px 1px 1px #fff, 0 1px 1px #fff, 1px 1px 1px #fff, 2px 1px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff, 0 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 0 3px 1px #fff;
    -webkit-font-smoothing: antialiased
}

@media (max-width:1024px) {
    .modal__title {
        text-shadow: 0 -2px 1px #fff, -1px -1px 1px #fff, 0 -1px 1px #fff, 1px -1px 1px #fff, -2px 0 1px #fff, -1px 0 1px #fff, 0 0 1px #fff, 1px 0 1px #fff, 2px 0 1px #fff, -1px 1px 1px #fff, 0 1px 1px #fff, 1px 1px 1px #fff, 0 2px 1px #fff;
        -webkit-font-smoothing: antialiased
    }
}

@media (max-width:991px) {
    .modal__title {
        margin-bottom: 15px;
        font-size: 39px
    }
}

.modal.is--active {
    opacity: 1;
    visibility: visible
}

.modal.is--active .amdac {
    opacity: 1;
    position: static;
    margin-top: 0
}

.is--modal-open .amdac,
.is--modal-open .amdal {
    opacity: 0
}

.is--modal-open .amczt {
    position: fixed;
    right: 10%;
    bottom: 0;
    top: auto;
    width: 22em
}

.amczs,
.amczw {
    position: absolute
}

.amczs {
    width: 100%;
    left: 50%;
    transform: translate(-50%, 300%);
    animation: bubblesAnimationY 5s infinite linear;
    opacity: .8
}

.amczw {
    pointer-events: none;
    top: -30em;
    font-size: 50%
}

@media (max-width:991px) {
    .amczw {
        min-width: 100%
    }
}

.amczx {
    left: -70em
}

@media (max-width:991px) {
    .amczx {
        top: -75em;
        transform: translateX(-50%);
        left: 50%;
        min-width: 100%
    }
}

@media (max-width:767px) {
    .amczx {
        top: -59em
    }
}

@media (max-width:479px) {
    .amczx {
        top: -40em
    }
}

.amczx img {
    animation: slotEffectLeft 2s alternate infinite ease-in-out
}

@media (max-width:991px) {
    .amczx img {
        animation: slotEffect991 2s alternate infinite ease-in-out
    }
}

@media (max-width:767px) {
    .amczx img {
        animation: slotEffect767 2s alternate infinite ease-in-out
    }
}

.amczz {
    top: -23em;
    right: -51em
}

@media (max-width:991px) {
    .amczz {
        top: -35em;
        transform: translateX(50%);
        right: 50%;
        min-width: 100%
    }
}

@media (max-width:767px) {
    .amczz {
        top: -20em
    }
}

@media (max-width:479px) {
    .amczz {
        top: 0
    }
}

.amczz img {
    animation: slotEffectRight 2s alternate infinite ease-in-out
}

@media (max-width:991px) {
    .amczz img {
        animation: slotEffect991 2s alternate infinite ease-in-out
    }
}

@media (max-width:767px) {
    .amczz img {
        animation: slotEffect767 2s alternate infinite ease-in-out
    }
}

.amczy {
    mix-blend-mode: screen
}

@media (max-width:991px) {
    @-webkit-keyframes slotEffect991 {
        0% {
            transform: scale(.8) translateY(0) rotate(90deg)
        }
        to {
            transform: scale(.1) translateY(40em) rotate(90deg)
        }
    }
}

@media (max-width:767px) {
    @-webkit-keyframes slotEffect767 {
        0% {
            transform: scale(.8) translateY(0) rotate(90deg)
        }
        to {
            transform: scale(.1) translateY(40em) rotate(90deg)
        }
    }
}

#reels:before {
    background: linear-gradient(180deg, #6abdfa 0, #a8bef7 50%, #eabff4 100%)
}

@media (max-width:991px) {
    #reels:before {
        width: 103%
    }
}

.amdaa {
    top: 48%;
    height: 120%
}

.bonus-inline.is--active {
    background: linear-gradient(to left, #ff007c, #6100ff)
}

.bonus-inline.is--active p {
    background: linear-gradient(90deg, #9000ff 0, #9000ff 100%);
    -webkit-background-clip: text
}

.bonus-inline.is--active svg path {
    stroke: #9000ff
}

.bonuses-wrapper.is--active {
    font-size: 40%
}

.bonuses-wrapper.is--active .modal__title {
    margin-top: 0
}