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

ol[class],
ul[class] {
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.44%, rgba(4, 1, 22, 0)), color-stop(31.09%, #040116)), url(../img/bg.png) #d3d3d3 -55.245px 0/107.665% 31.027% no-repeat;
    background: -webkit-linear-gradient(top, rgba(4, 1, 22, 0) 19.44%, #040116 31.09%), url(../img/bg.png) #d3d3d3 -55.245px 0/107.665% 31.027% no-repeat;
    background: -o-linear-gradient(top, rgba(4, 1, 22, 0) 19.44%, #040116 31.09%), url(../img/bg.png) #d3d3d3 -55.245px 0/107.665% 31.027% no-repeat;
    background: linear-gradient(180deg, rgba(4, 1, 22, 0) 19.44%, #040116 31.09%), url(../img/bg.png) #d3d3d3 -55.245px 0/107.665% 31.027% no-repeat;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

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

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

img {
    max-width: 100%;
    display: block
}

article>*+* {
    margin-top: 1em
}

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

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: .01ms !important;
        -o-transition-duration: .01ms !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

html {
    scroll-behavior: smooth
}

.container {
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width:1440px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:960px) {
    .container {
        max-width: 100%;
        padding-left: 16px !important;
        padding-right: 16px !important
    }

    .h2,
    .h2 a {
        font-size: 32px;
        letter-spacing: 1.28px
    }
}

.h1 {
    font-family: "Druk Wide Cyr", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.76px;
    font-size: 44px;
    line-height: 1.2
}

.h2,
.subtitle {
    text-align: center
}

.h2 {
    font-family: "Druk Wide Cyr", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 24px
}

.subtitle {
    display: block;
    color: rgba(255, 255, 255, .63);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px
}

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    color: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #ff0032;
    font-weight: 600;
    line-height: 140%;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn:hover {
    background: #d10029;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 5px 15px rgba(255, 0, 50, .3);
    box-shadow: 0 5px 15px rgba(255, 0, 50, .3)
}

.btn--purple {
    background: #4b1aff
}

.btn--purple:hover {
    background: #3e15d1;
    -webkit-box-shadow: 0 5px 15px rgba(75, 26, 255, .3);
    box-shadow: 0 5px 15px rgba(75, 26, 255, .3)
}

.bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.13%, #040116), to(#17067c));
    background: -webkit-linear-gradient(top, #040116 29.13%, #17067c 100%);
    background: -o-linear-gradient(top, #040116 29.13%, #17067c 100%);
    background: linear-gradient(180deg, #040116 29.13%, #17067c 100%)
}

.hero {
    padding-top: 120px;
    background: url(../img/girl.png) no-repeat 85% center;
    margin-bottom: 120px
}

.hero--2 {
    background: url(../img/girls.png) no-repeat 48% center;
    margin-bottom: 0;
    padding-top: 48px
}

.hero__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 37px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.hero__title {
    padding-right: 12px
}

.hero-title__check,
.hero-title__icon {
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain
}

.hero-title__icon {
    background-size: contain !important;
    border-radius: 50% !important;
    border: 1px solid #fff;
    margin-bottom: -10px;
    width: 50px;
    height: 50px
}

.hero-title__check {
    width: 36px;
    height: 36px;
    background: url(../img/check.svg) no-repeat center center
}

.hero .timer,
.hero .timer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero .timer {
    gap: 8px;
    margin-bottom: 120px
}

.hero .timer__item {
    width: 64px;
    height: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #3c3e50;
    background: #1b1c32;
    font-weight: 700;
    line-height: 120%;
    font-size: 24px;
    font-style: normal
}

.hero .timer__sep {
    font-weight: 600;
    font-size: 24px;
    font-style: normal
}

.hero .hero__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    max-width: 1290px;
    margin: 0 auto
}

@media (max-width:960px) {
    .h1 {
        text-align: center;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 1.12px;
        text-transform: uppercase
    }

    .hero {
        padding-top: 60px;
        background: 0 0
    }

    .hero__head {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    body {
        background-position: left
    }
}

.card {
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border: .5px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .16)), to(rgba(255, 255, 255, .05)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .05) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .05) 100%);
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 320px;
    position: relative
}

.card__desc,
.card__title {
    color: #fff;
    text-align: center;
    line-height: 150%
}

.card__title {
    font-style: normal;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px
}

.card__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px
}

.card__btn {
    max-width: 150px;
    margin: 0 auto
}

.card__box {
    width: 250px;
    height: 250px;
    display: block;
    background: url(../img/box.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -90px;
    left: 0
}

.card__box:before {
    content: '';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 110px;
    left: 90px;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    background: #22293b url(../img/brands/1.svg) no-repeat center center
}

.card__box--2:before {
    background: #004341 url(../img/brands/3.svg) no-repeat center center
}

@media (max-width:960px) {
    .hero__cards {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-top: 30px
    }

    .hero__cards::-webkit-scrollbar {
        display: none
    }

    .hero__cards .card {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 260px;
        scroll-snap-align: start
    }
}

.slots__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 100px
}

.slot {
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.slot__img {
    width: 114px;
    height: 148px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden
}

.slot__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slot__body {
    padding: 12px 12px 12px 20px
}

.slot__title {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 4px
}

.slot__desc {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px
}

.slot__badge {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 8px 6px 30px;
    background: url(../img/fire.svg) no-repeat 11px center, -webkit-linear-gradient(183deg, #fb6902 -34.38%, #ff0107 109.85%);
    background: url(../img/fire.svg) no-repeat 11px center, -o-linear-gradient(183deg, #fb6902 -34.38%, #ff0107 109.85%);
    background: url(../img/fire.svg) no-repeat 11px center, linear-gradient(267deg, #fb6902 -34.38%, #ff0107 109.85%);
    -webkit-border-radius: 0 16px 0 16px;
    border-radius: 0 16px 0 16px
}

.slot__logo {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 81px;
    height: 81px;
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    background: #28243b;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.slot__logo--1 {
    background: #28243b url(../img/casino-logo/1.svg) no-repeat center center
}

.slot__logo--2 {
    background: #28243b url(../img/casino-logo/2.svg) no-repeat center center
}

.slot__logo--3 {
    background: #28243b url(../img/casino-logo/3.svg) no-repeat center center
}

.slot__logo--4 {
    background: #28243b url(../img/casino-logo/4.svg) no-repeat center center
}

@media (max-width:960px) {
    .slots__list {
        grid-template-columns: repeat(1, 1fr)
    }

    .slot__badge {
        color: #fff;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: .1px
    }

    .slot__logo {
        width: 64px;
        height: 64px
    }

    .slot__img {
        width: 89px;
        height: 116px
    }

    .slot__title {
        font-size: 18px
    }

    .slot__body {
        padding: 6px 12px 6px 15px
    }

    .slot .btn {
        height: 40px;
        font-size: 14px;
        line-height: 140%
    }
}

.stream {
    max-width: 1280px;
    margin: 0 auto 100px
}

.stream__title {
    margin-bottom: 60px
}

.banners {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.banner {
    width: 100%;
    height: 180px;
    padding: 37px 32px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #02296d;
    -webkit-background-size: contain !important;
    background-size: contain !important
}

.banner__title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 16px
}

.banner__text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    opacity: .7;
    max-width: 300px
}

.banner__logo {
    margin-bottom: 20px;
    padding-top: 5px
}

.banner--1 {
    background: #040e2d url(../img/bg-1.png) no-repeat center right
}

.banner--2 {
    background: #040e2d url(../img/bg-2.png) no-repeat center right
}

@media (max-width:960px) {
    .banners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px
    }
}

.wheel {
    background: url(../img/wheel-wrap.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 465px;
    height: 435px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}



@media (max-width:768px) {

    .wheel {
        width: 365px;
        height: 365px;
    }
    #canvas {
        width: 330px !important;
        height: 330px !important;
        border-radius: 50%;
    }
}

.wheel__btn,
.wheel__btn:hover,
.wheel__disk {
    -webkit-background-size: contain !important;
    background-size: contain !important
}

.wheel__disk {
    background: url(../img/wheel.svg) no-repeat center center;
    will-change: transform;
    width: 465px;
    height: 465px
}

.wheel__btn,
.wheel__btn:hover {
    width: 146px;
    height: 146px
}

.wheel__btn {
    position: absolute;
    bottom: 35%;
    background: url(../img/wheel-btn.svg) no-repeat center center;
    border: 0;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: background .25s cubic-bezier(.4, 0, .2, 1);
    -o-transition: background .25s cubic-bezier(.4, 0, .2, 1);
    transition: background .25s cubic-bezier(.4, 0, .2, 1)
}

.wheel__btn:hover {
    background: url(../img/wheel-btn-hover.svg) no-repeat center center
}

.wheel__result-modal {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 16px;
    background: rgba(4, 1, 22, .88);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 999;
}

.wheel__result-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.wheel__result-modal-inner {
    position: relative;
    max-width: 420px;
    width: 100%;
    padding: 40px 32px 32px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(14, 16, 37, .92);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.wheel__result {
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    display: block;
    color: #fff;
}

.wheel__bonus-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wheel__respin {
    background: 0 0;
    border: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.wheel__respin:hover {
    color: #fff;
}

.wheel__modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    cursor: pointer;
}

.wheel__modal-close:before,
.wheel__modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.wheel__modal-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.wheel__modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.modal-open {
    overflow: hidden;
}

.hero-2-wrapper,
.hero__head--2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 150px;
}

.hero__head--2 {
    gap: 8px;
    margin-bottom: 140px
}

.h1--2 {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase
}

.subtitle-2 {
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.subtitle-2 .hero-title__icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.subtitle-2 .hero-title__check,
.subtitle-2 .hero-title__icon {
    width: 32px;
    height: 32px;
    -webkit-background-size: contain;
    background-size: contain
}

@media (max-width:960px) {
    .h1--2 {
        color: #fff;
        text-align: center;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 1.76px;
        text-transform: uppercase;
        margin-bottom: 9px
    }

    .subtitle-2 {
        gap: 8px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        background: rgba(255, 255, 255, .1);
        -webkit-backdrop-filter: blur(48.730140686035156px);
        backdrop-filter: blur(48.730140686035156px);
        padding: 5px
    }

    .hero__head--2 {
        margin-bottom: 24px
    }

    .hero--2 {
        padding-top: 24px;
        background: url(../img/girls.png) no-repeat 48% center;
        -webkit-background-size: 150% 150%;
        background-size: 150%;
        background-position-y: 100px
    }
}

.wheel-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(3, 6, 25, .85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s linear .2s;
    -o-transition: opacity .2s ease, visibility 0s linear .2s;
    transition: opacity .2s ease, visibility 0s linear .2s
}

.wheel-modal.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.wheel-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    max-width: 420px;
    width: 100%;
    padding: 28px 16px 16px 16px;
    border-radius: 20px;
    background: #241f38;

    color: #fff;
    text-align: center
}

.wheel-modal__title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
    max-width: 270px;
    text-align: center;
}

.wheel-modal__text {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%
}

#wheel-modal-prize {
    color: #30E817;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 70.4px */
    letter-spacing: 0.64px;
}

.wheel-modal__extra-text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
    max-width: 270px;
}

.wheel-modal__partner {
    max-width: 338px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}
.wheel-modal-img-wrap
 {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #161d40;
    margin-bottom: 24px;
    -o-object-fit: contain;
    object-fit: contain;

}

.wheel-modal__partner-logo {
    width: 100%;
    height: 100%;
}

.wheel-modal__partner-link {
    border-radius: 12px;
    background: #4B1AFF;
    text-decoration: none;
    color: #fff;
    padding: 0 24px;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;

}

.wheel-modal__partner-link:hover {
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08)
}

.wheel-modal__action {
    margin-top: 4px;
    width: 100%
}

.wheel-modal__close {
    display: none
}

.is-hidden {
    display: none !important
}

.hero-title__icon img {
    border-radius: 50%;
}


@media (max-width:960px) {

    .hero-2-wrapper {
        margin-bottom: 60px;
    }
    .slots {
        padding-top: 30px;
    }
}