@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 pulseButton {
    0%, to {
        transform: scale(.95)
    }
    50% {
        transform: scale(1.05)
    }
}

@-webkit-keyframes personHead {
    0%, 24%, 32%, 56%, to {
        transform: rotate(-10deg)
    }
    16%, 40%, 48%, 8% {
        transform: rotate(4deg)
    }
}

@-webkit-keyframes personHand {
    0%, 16%, 40%, 48%, 72%, 8%, to {
        transform: rotate(0deg)
    }
    24%, 32%, 56%, 64% {
        transform: rotate(10deg) translateX(7px)
    }
}

@-webkit-keyframes personPerson {
    0%, 24%, 32%, 72%, to {
        transform: translateY(0)
    }
    16%, 40%, 48%, 8% {
        transform: translateY(10px)
    }
    56%, 64% {
        transform: translateY(15px)
    }
}

@-webkit-keyframes scaleFire2 {
    0%, to {
        transform: rotate(-7deg) scale(1)
    }
    50% {
        transform: rotate(-7deg) scale(1.1)
    }
}

@-webkit-keyframes rotateModalBg {
    0%, to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes logo {
    0%, to {
        transform: scale(.9)
    }
    50% {
        transform: scale(.8)
    }
}

* {
    margin: 0;
    padding: 0
}

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

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;
    overflow-y: auto;
    font-size: min(4.5px + 5.5 * (100vw - 375px) / 1545, 10px);
    font-style: normal;
    font-size: 75%
}

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

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

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

.effects {
    position: absolute;
    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, .wheel__texts-2 {
    transform: rotate(-137deg);
    position: absolute;
    left: 11%;
    top: 23%
}

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

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

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

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

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

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

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

.win-animation-svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    opacity: 0;
    width: 100%
}

.win-animation-svg.is--active {
    opacity: 1
}

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

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

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

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

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

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

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

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

#slot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    max-width: unset;
    margin: -2em auto 0;
    z-index: 5
}

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

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

.reel > .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 .reel .icons img:nth-child(2) {
    transform: scaleY(-1);
    animation: 2s flip ease-in-out infinite
}

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

html {
    background: #6e0089;
    font-size: min(4.5px + 5.5 * (100vw - 375px) / 1545, 10px)
}

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

@media (max-width: 1023px) {
    body {
        font-size: 110%
    }
}

@media (max-width: 420px) {
    body {
        font-size: 105%
    }
}

img {
    width: 100%
}

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

@media (max-width: 767px) {
    .body-wrapper {
        background-position: top center;
        background-image: url(../img/page-bg-mobile.webp)
    }
}

.container {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
    overflow: hidden
}

@media (max-width: 1023px) {
    .container {
        display: block;
        flex: unset;
        height: 100%;
        padding: 10em 16px
    }
}

@media (max-width: 1023px) and (max-height: 741px) {
    .container {
        padding: 0 16px
    }
}

.container-wrap {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.logo {
    position: relative;
    z-index: 6;
    display: block;
    width: 60em;
    margin: 0 auto
}

.logo img {
    margin-left: -5em
}

@media (max-width: 1023px) {
    #slot {
        margin-top: -3em
    }
}

#slot .background {
    top: 50%;
    left: 50%;
    width: 103%;
    height: 107%
}

@media (max-width: 1023px) {
    #slot .background {
        top: 51%;
        font-size: 83%;
        width: 90em;
        height: 87em
    }
}

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

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

#slot #reels::before {
    height: 100%;
    background: linear-gradient(0deg, #1cb3ff 0, #ff1ef7 100%)
}

@media (max-width: 1023px) {
    #slot #reels::before {
        width: 105%
    }
}

#slot #reels .reel .icons img {
    aspect-ratio: 1
}

@media (max-width: 1023px) {
    #slot #reels .reel:nth-child(1) .icons img {
        margin-left: -2em
    }

    #slot #reels .reel:nth-child(3) .icons img {
        margin-right: -5em
    }
}

.bottom__section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 8;
    width: 100%;
    min-width: 1px;
    margin-top: 7em
}

@media (max-width: 1023px) {
    .bottom__section {
        position: fixed;
        left: 0;
        bottom: 16em;
        margin-top: 0
    }
}

.bottom__section-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12em;
    min-width: 30px;
    background-color: transparent;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    background-image: url(../img/button_middle.webp);
    outline: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

@media (max-width: 640px) {
    .bottom__section-button {
        font-size: 120%
    }
}

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

.bottom__section-button:before {
    left: calc(-16em + 1px);
    background-position: right center;
    background-image: url(../img/button_left.webp)
}

.bottom__section-button:after {
    right: calc(-16em + 1px);
    background-position: left center;
    background-image: url(../img/button_right.webp)
}

.bottom__section-button span {
    position: relative;
    z-index: 3;
    padding: 0 5px;
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: .4em;
    font-size: 5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -3px 1px #73097e, -2px -2px 1px #73097e, -1px -2px 1px #73097e, 0 -2px 1px #73097e, 1px -2px 1px #73097e, 2px -2px 1px #73097e, -2px -1px 1px #73097e, -1px -1px 1px #73097e, 0 -1px 1px #73097e, 1px -1px 1px #73097e, 2px -1px 1px #73097e, -3px 0 1px #73097e, -2px 0 1px #73097e, -1px 0 1px #73097e, 0 0 1px #73097e, 1px 0 1px #73097e, 2px 0 1px #73097e, 3px 0 1px #73097e, -2px 1px 1px #73097e, -1px 1px 1px #73097e, 0 1px 1px #73097e, 1px 1px 1px #73097e, 2px 1px 1px #73097e, -2px 2px 1px #73097e, -1px 2px 1px #73097e, 0 2px 1px #73097e, 1px 2px 1px #73097e, 2px 2px 1px #73097e, 0 3px 1px #73097e;
    -webkit-font-smoothing: antialiased
}

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

.bottom__section-button.pulse {
    animation: 2s pulseButton ease-in-out infinite
}

.bottom__section-button-next {
    display: none
}

.bottom__section-button .button-loader span {
    padding: 0 !important
}

.ellipse-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    perspective: 1000px
}

.ellipse-container .ellipse {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%)
}

@media (max-width: 991px) {
    .ellipse-container .ellipse {
        top: -50%;
        left: 0
    }
}

@media (max-width: 767px) {
    .ellipse-container .ellipse {
        top: -20%;
        left: -70%
    }
}

.ellipse-container .ellipse .item {
    position: absolute;
    width: 300px;
    height: 300px;
    transform-origin: center;
    transition: transform .1s
}

.ellipse-container .ellipse .item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.left__person {
    left: 2em;
    bottom: 9em;
    width: 74em;
    height: 89em;
    position: absolute;
    z-index: 5;
    animation: personPerson 6s ease-in-out infinite
}

@media (max-width: 1023px) {
    .left__person {
        font-size: 70%;
        left: -10em
    }
}

@media (max-width: 767px) {
    .left__person {
        left: -20em;
        bottom: 0
    }
}

.left__person:before {
    position: absolute;
    content: "";
    width: 108em;
    height: 131em;
    background-image: url(../img/person-bg.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    bottom: -15em;
    left: -16em;
    animation: personPerson 9s ease-in-out infinite
}

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

.left__person div {
    position: absolute
}

.left__person-head {
    right: 10em;
    z-index: 1;
    transform: rotate(-10deg);
    animation: personHead 6s ease-in-out infinite;
    transform-origin: bottom center
}

.left__person-head img {
    width: 49.4em
}

.left__person-hand {
    top: 39.8em;
    left: 1em;
    animation: personHand 6s ease-in-out infinite;
    transform-origin: right center
}

.left__person-hand img {
    width: 22.5em
}

.left__person-body {
    right: 0;
    bottom: 0
}

.left__person-body img {
    width: 59.75em
}

.right__person {
    position: absolute;
    bottom: -8em;
    right: -15em;
    width: 90em;
    height: 89em;
    animation: scaleFire2 2s ease-in-out infinite;
    animation-delay: 1s;
    z-index: 5
}

@media (max-width: 1023px) {
    .right__person {
        width: 60em;
        bottom: -30em
    }
}

@media (max-width: 767px) {
    .right__person {
        bottom: -18em;
        right: -12em;
        width: 50em
    }
}

.modal {
    position: absolute;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    background: rgba(0, 16, 103, .7)
}

.modal__wrapper {
    position: relative;
    top: 5%
}

@media (max-width: 768px) and (max-height: 741px) {
    .modal__wrapper {
        top: 0
    }
}

.modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    max-width: 100em;
    margin: -7em auto 7em
}

.modal__content::after, .modal__content::before {
    opacity: 0;
    position: absolute;
    top: calc(50% - 55em);
    left: calc(50% - 90em);
    width: 180em;
    height: 110em;
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/modal-bg.webp)
}

@media (max-width: 767px) {
    .modal__content::after, .modal__content::before {
        background-size: 60%
    }
}

.modal__content::before {
    animation: rotateModalBg 3s ease-in-out infinite;
    animation-delay: 1.5s
}

.modal__content::after {
    transform: scale(-1);
    animation: rotateModalBg 3s ease-in-out infinite
}

.modal__logo {
    position: relative;
    z-index: 6;
    display: block;
    width: 90em;
    margin: 0 auto;
    animation: logo 3s infinite ease-in-out
}

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

.modal__title {
    position: relative;
    z-index: 2;
    padding: 0 16px;
    font-size: 5.2em;
    text-align: center;
    text-transform: uppercase;
    color: #f56cff;
    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: 768px) {
    .modal__title {
        font-size: 4.2em
    }
}

.modal__text {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding: 0 16px;
    font-size: 9.3em;
    text-align: center;
    text-transform: uppercase;
    color: #f53437;
    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__text {
        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: 768px) {
    .modal__text {
        font-size: 7.3em
    }
}

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

.modal.is--active .bottom__section {
    opacity: 1;
    z-index: 100;
    margin-top: 0;
    position: static
}

.modal.is--active .bottom__section-button {
    animation: 2s pulseButton ease-in-out infinite
}

.is--modal-open #slot, .is--modal-open .ellipse-container, .is--modal-open .left__person, .is--modal-open .right__person {
    display: none
}

.is--modal-open #slot #reels, .is--modal-open #slot .background, .is--modal-open .bottom__section, .is--modal-open .logo {
    z-index: 0;
    opacity: 0
}

.effects {
    z-index: 999 !important
}

#bonus-inline {
    position: fixed
}

@media (max-width: 768px) and (max-height: 741px) {
    #bonus-inline {
        position: absolute;
        left: -200%;
        min-width: 350px;
        transition: left 1s ease-out
    }

    #bonus-inline img {
        transform: unset;
        top: -20px
    }
}

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

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

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

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