@charset "UTF-8";
@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
    }
}

@-webkit-keyframes translateXY7 {
    0%,
    to {
        transform: translateY(0) rotate(25deg)
    }
    50% {
        transform: translateY(10px) rotate(21deg)
    }
}

@-webkit-keyframes translateXY {
    0%,
    to {
        transform: translateY(0) rotate(0deg)
    }
    50% {
        transform: translateY(10px) rotate(-4deg)
    }
}

@-webkit-keyframes translateYX {
    0%,
    to {
        transform: translateY(0) rotate(0deg)
    }
    50% {
        transform: translateY(10px) rotate(4deg)
    }
}

@-webkit-keyframes translateFire {
    0%,
    to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(3px)
    }
}

@-webkit-keyframes fallenFruits {
    0% {
        opacity: 0;
        transform: translateY(-400px)
    }
    20% {
        opacity: 1;
        transform: translateY(200px)
    }
    30% {
        transform: translateY(-30px)
    }
    40% {
        transform: translateY(20px)
    }
    50% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(5px)
    }
    70%,
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fallenBall {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(-800px)
    }
    20% {
        transform: translateY(200px)
    }
    30% {
        transform: translateY(-30px)
    }
    40% {
        transform: translateY(20px)
    }
    50% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(5px)
    }
    65% {
        transform: translateY(0);
        opacity: 1
    }
    to {
        transform: scale(1.1);
        opacity: 0
    }
}

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

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

@-webkit-keyframes spinner {
    0%,
    to {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
    50% {
        -webkit-transform: rotate(-44deg);
        transform: rotate(-44deg)
    }
}

@-webkit-keyframes spin {
    0%,
    to {
        opacity: .5
    }
    50% {
        opacity: .2
    }
}

@keyframes baby_girl_anim {
    50% {
        transform: translate(-2%, 2%) rotate(5deg) scale(1.08)
    }
}

@keyframes baby_girl_anim_mob {
    50% {
        transform: rotate(5deg) scale(1.08)
    }
}

*,
::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;
    overflow-x: hidden;
    font-style: normal;
    font-size: 80%
}

.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 {
    flex-direction: column;
    justify-content: center;
    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)
}

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

.amrvi {
    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%
}

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

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

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

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

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

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

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

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

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

#slot.inverted .amrvd>.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,
.amrvc {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.amrvc {
    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) {
    .amrvc {
        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,
.amrvd {
    position: relative
}

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

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

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

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

@media (max-width:1440px) {
    body {
        font-size: 71%
    }
}

@media (max-width:1024px) {
    body {
        font-size: 100%
    }
}

.amruz {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 4.8rem 2rem;
    position: relative
}

@media (max-width:767px) {
    .amruz {
        padding-top: 0
    }
}

.amrva {
    max-width: 462px;
    width: 100%;
    display: block;
    margin: 0 auto 2rem;
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    z-index: 5
}

@media (max-width:767px) {
    .amrva {
        display: none
    }
}

.amrvb {
    max-width: 190px;
    width: 100%;
    display: none;
    margin: 0 auto 2rem;
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    z-index: 5
}

@media (max-width:767px) {
    .amrvb {
        display: block
    }
}

@media (max-width:767px) and (max-height:741px) {
    .amrvb {
        margin: 0 auto
    }
}

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

@media (min-width:1600px) {
    .amrud {
        font-size: 80%
    }
}

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

.amrvl {
    width: 65.4em;
    height: 65.4em;
    margin: 0 auto 5.2rem;
    position: relative;
    font-size: 90%
}

.wheel__spinner {
    position: relative;
    width: 100%;
    z-index: 2
}

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

.amrvm,
.amrvn {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.amrvm {
    width: 78em;
    height: 78em;
    top: 51%;
    background: url(../img/wheel-around.webp) 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 5
}

.amrvn {
    width: 19em;
    height: 19em;
    border-radius: 50%;
    background: url(../img/btn.webp) 50% 0;
    background-size: 100%;
    border: 0;
    outline: 0;
    top: 50%;
    z-index: 6
}

.amrvn:disabled {
    pointer-events: none;
    background-position: 50% 100%
}

.amrvo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
    z-index: 5
}

.wheel__texts-1-first,
.wheel__texts-1-second {
    font-style: normal;
    line-height: 150%;
    text-transform: uppercase
}

.wheel__texts-1-first {
    font-size: 1.3125em;
    transform: rotate(-4deg);
    text-align: left
}

.wheel__texts-1-second {
    font-size: 2.3em;
    transform: rotate(3deg)
}

.wheel__texts-block {
    display: flex;
    height: 8em;
    width: 23em;
    align-items: center;
    padding-right: 1em !important;
    color: #fff
}

.amruo {
    bottom: 0
}

.amrun,
.amruo {
    height: 100%;
    position: absolute;
    text-align: center
}

.amruo {
    left: 0;
    width: 50%;
    animation: fallenFruits 2.5s ease-in-out;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    opacity: 0
}

@media (max-width:767px) {
    .amruo {
        bottom: 0;
        left: -90px;
        height: 60%;
        width: 100%
    }
}

.amrun {
    right: 5%;
    width: 32%;
    z-index: 7;
    bottom: -42%;
    display: flex;
    align-items: flex-end;
    animation: 6s baby_girl_anim ease-in-out infinite
}

@media (max-width:767px) {
    .amrun {
        right: -20%;
        display: flex;
        align-items: flex-end;
        bottom: -5%;
        width: 50em;
        height: fit-content;
        animation: 6s baby_girl_anim_mob ease-in-out infinite
    }
}

@media (max-width:767px) and (max-height:741px) {
    .amrun {
        bottom: -15%
    }
}

.amrup {
    position: absolute;
    width: 26em;
    left: 45%;
    top: 25%;
    animation: 3s translateXY ease-in-out infinite
}

.amruq,
.amrvp {
    position: absolute;
    width: 45em;
    left: 50%;
    bottom: 5%;
    animation: 3s translateYX ease-in-out infinite
}

.amruq {
    width: 39em;
    left: 40%;
    bottom: 2%;
    transform: translateY(0)
}

.amrur,
.amrus,
.amrut,
.amruu {
    position: absolute;
    width: 25em;
    left: 20%;
    top: 20%;
    animation: 3s translateXY ease-in-out infinite
}

.amrus,
.amrut,
.amruu {
    width: 20em;
    left: 5%;
    top: 35%
}

.amrut,
.amruu {
    width: 17em;
    left: 45%;
    top: 10%;
    animation: 3s translateYX ease-in-out infinite
}

.amruu {
    left: 5%;
    animation: 3s translateXY ease infinite
}

.amruv {
    width: 18em;
    left: 50%;
    bottom: 33%
}

.amruv,
.amruw,
.amrux,
.amruy {
    position: absolute;
    animation: 3s translateYX ease-in-out infinite
}

.amruw {
    width: 16em;
    left: 25%;
    top: 0
}

.amrux,
.amruy {
    width: 21em;
    left: 20%;
    bottom: 31%
}

.amruy {
    width: 20em;
    left: 34%;
    bottom: 43%
}

.amrve,
.bottom__section-button span {
    position: relative;
    justify-content: center
}

.amrve {
    z-index: 8;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 70px
}

@media (max-width:991px) {
    .amrve {
        position: fixed;
        left: 0;
        bottom: 14em;
        margin-top: 0
    }
}

.amrvq {
    margin-bottom: 5px;
    font-size: 64px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: -webkit-linear-gradient(180deg, #ea24ff 40%, #464efa 60%);
    -webkit-background-clip: text !important;
    -webkit-text-stroke: 12px transparent;
    padding: 2px;
    opacity: 0
}

@media (max-width:640px) {
    .amrvq {
        font-size: 48px
    }
}

.amrvq.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: 91px;
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 10
}

.bottom__section-button span {
    z-index: 3;
    margin-left: -70px;
    margin-right: -70px;
    top: 0;
    padding: 2px;
    color: #fff;
    text-shadow: 0 -3px 1px #ea24ff, -2px -2px 1px #ea24ff, -1px -2px 1px #ea24ff, 0 -2px 1px #ea24ff, 1px -2px 1px #ea24ff, 2px -2px 1px #ea24ff, -2px -1px 1px #ea24ff, -1px -1px 1px #ea24ff, 0 -1px 1px #ea24ff, 1px -1px 1px #ea24ff, 2px -1px 1px #ea24ff, -3px 0 1px #ea24ff, -2px 0 1px #ea24ff, -1px 0 1px #ea24ff, 0 0 1px #ea24ff, 1px 0 1px #ea24ff, 2px 0 1px #ea24ff, 3px 0 1px #ea24ff, -2px 1px 1px #ea24ff, -1px 1px 1px #ea24ff, 0 1px 1px #ea24ff, 1px 1px 1px #ea24ff, 2px 1px 1px #ea24ff, -2px 2px 1px #ea24ff, -1px 2px 1px #ea24ff, 0 2px 1px #ea24ff, 1px 2px 1px #ea24ff, 2px 2px 1px #ea24ff, 0 3px 1px #ea24ff;
    -webkit-font-smoothing: antialiased
}

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

@media (max-width:767px) {
    .bottom__section-button span {
        margin-left: -30px;
        margin-right: -30px
    }
}

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

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

.bottom__section-button:after {
    right: -170px;
    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
}

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

.bottom__section-button.is--win-button.visible {
    animation: 1s headShake ease-in-out infinite;
    align-items: center;
    justify-content: center
}

/*! normalize.amrvr v8.0.1 | MIT License | github.amrvs/necolas/normalize.amrvr */

@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 rain {
    0% {
        transform: translateY(-50px) rotate(0deg);
        opacity: .5
    }
    20% {
        opacity: 1
    }
    80% {
        transform: translateY(calc(100vh - 100px)) rotate(360deg);
        opacity: 1
    }
    85% {
        transform: translateY(calc(100vh - 120px)) rotate(450deg);
        opacity: 1
    }
    to {
        transform: translateY(calc(100vh + 50px)) rotate(720deg);
        opacity: 0
    }
}

@keyframes headShake {
    0%,
    50% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
}

@-webkit-keyframes personAnimation {
    0% {
        transform: translateX(50%) translateY(-1%)
    }
    60% {
        transform: translateX(50%) translateY(1%)
    }
}

@-webkit-keyframes spinnerBefore {
    0%,
    to {
        transform: rotate(-40deg)
    }
    50% {
        transform: rotate(-44deg)
    }
}

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

@keyframes firecircle1 {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    20% {
        opacity: 1;
        transform: scale(1.6)
    }
    60% {
        opacity: 1;
        transform: scale(30)
    }
    70%,
    to {
        opacity: 0
    }
}

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

.amrvt,
img {
    width: 100%
}

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

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

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

@media (max-width:1380px) {
    html {
        font-size: 8.5px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.amrvt {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 7
}

.amrvu {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 9
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .6)
}

@media (max-width:767px) {
    .modal {
        justify-content: flex-start
    }
}

.modal__container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
    flex-direction: column;
    position: relative;
    z-index: 2
}

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

@media (max-width:767px) {
    .modal__container {
        margin-top: 20px
    }
}

.modal__logo {
    width: 100%;
    max-width: 600px;
    display: block;
    margin-bottom: 100px;
    margin-top: 66px
}

@media (max-width:767px) {
    .modal__logo {
        display: none
    }
}

.modal__logo__mob {
    width: 100%;
    max-width: 193px;
    display: none;
    margin-bottom: 100px;
    margin-top: 54px
}

@media (max-width:767px) {
    .modal__logo__mob {
        display: block
    }
}

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

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

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

.modal__title {
    text-align: center;
    font-size: 82px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 3px;
    position: relative;
    color: #ea24ff;
    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: 5px;
        font-size: 40px
    }
}

.modal__title img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-53%, -50%);
    width: 100%;
    max-width: 950px;
    min-width: 950px
}

@media (max-width:991px) {
    .modal__title img {
        min-width: 450px
    }
}

.modal__title span {
    z-index: 1
}

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

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

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

.is--modal-open .amrve,
.is--modal-open .amrvl {
    opacity: 0
}

.is--modal-open .amrun,
.is--modal-open .amruo {
    display: none !important
}

.is--modal-open .amrva,
.is--modal-open .amrvb {
    display: none
}

.amrue img,
.amrvv {
    position: absolute;
    mix-blend-mode: screen
}

.amrvv {
    left: 0;
    top: 23px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    animation: 3s firecircle1 ease-in-out infinite
}

.amrvh {
    position: fixed;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 7
}

@media (max-width:767px) {
    .amrvh {
        max-width: 200%;
        right: unset;
        width: 200%;
        bottom: -1px
    }
}

.amrue img {
    z-index: 0;
    width: 505px
}

.amrue .amruf {
    top: -10%;
    left: 50%;
    transform: translate(-50%)
}

.amrue .amrug {
    bottom: 0;
    right: 0
}

.amrue .amruh {
    bottom: 0;
    right: 25%
}

.amrui {
    position: absolute;
    width: 450px;
    height: fit-content;
    bottom: 50%;
    left: 10%
}

@media (max-width:767px) {
    .amrui {
        width: 350px;
        bottom: 40%;
        left: -5%
    }
}

.amrui img {
    position: absolute;
    width: 100%;
    height: auto
}

.amrui .amruj {
    opacity: 0;
    animation: fallenBall 3s ease-in-out 2s
}

.amrui .amruk {
    mix-blend-mode: screen;
    opacity: 0;
    z-index: 2;
    left: 10px;
    top: -15px
}

.amrui .amrul {
    animation: appear 1s ease-in-out 2.5s
}

.amrui .amrum {
    animation: appear 1s ease-in-out 3.5s
}

.bonus-inline.is--active {
    background: linear-gradient(to left, #0053cc, #e700ff)
}

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

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

.bonuses-wrapper.is--active .modal__title {
    color: #fff;
    text-align: center;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    font-style: normal;
    line-height: 90%;
    text-transform: uppercase
}

#bonus-inline {
    position: fixed
}

@media (max-height:741px) {
    #bonus-inline {
        position: absolute;
        right: unset;
        left: -200%;
        bottom: unset;
        min-width: 350px;
        transition: left 1s ease-out
    }
    #bonus-inline img {
        transform: unset;
        top: -20px
    }
}

@media (max-height:1024px) and (max-width:1279px) {
    #bonus-inline.is--active {
        left: 50%;
        right: unset;
        transform: translate(-50%, 0);
        transform-origin: unset;
        bottom: 5px;
        transition: left 1s ease-out
    }
}

#slot,
#slot #reels {
    position: relative;
    max-width: unset
}

#slot {
    width: auto;
    margin: -3em auto 0
}

@media (max-width:767px) {
    #slot {
        font-size: 95%
    }
}

@media (max-width:767px) and (max-width:741px) {
    #slot {
        margin-top: 2em
    }
}

#slot .amrvc {
    top: 46%;
    width: 113%;
    height: 111%
}

@media (max-width:991px) {
    #slot .amrvc {
        width: 90em;
        height: 95em;
        font-size: 81%;
        top: 46%
    }
}

#slot #reels {
    width: 151em;
    height: 91em;
    max-height: unset;
    font-size: 80%
}

@media (max-width:991px) {
    #slot #reels {
        top: 0;
        width: 72em;
        height: 74em;
        max-height: unset;
        font-size: 92%
    }
}

#slot #reels::before {
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(180deg, #5e25d8 0, #8700cf 100%)
}

@media (max-width:991px) {
    #slot #reels::before {
        width: 108%;
        height: 100%
    }
    #slot #reels .amrvd:nth-child(1) .icons img {
        margin-left: -2em
    }
    #slot #reels .amrvd:nth-child(3) .icons img {
        margin-right: -3em
    }
}