.game-hero__image {
    object-fit: cover
}

.wheel-fortune-module {
    position: relative;
    min-width: 400px;
    min-height: 400px;
    padding-top: 12px;
    padding-top: var(--spacing-md, 12px)
}

.wheel-fortune-module .remote-module-wheel .uploaded-img {
    width: 400px!important;
    height: 400px!important
}

.wheel-fortune-module .remote-module-wheel__sectors {
    background-size: 408px 408px
}

.wheel-fortune-module:not(:has(#remote-module-wheel__loader[style*="display: none"])) .wheel-fortune-module__tap-indicator {
    visibility: hidden;
    opacity: 0
}

.wheel-fortune-module>.spin-animation-item {
    transition: transform .5s
}

.wheel-fortune-module>.spin-animation {
    transform: scale(1.175)
}

.wheel-fortune-module__tap-indicator {
    position: absolute;
    z-index: 1111;
    top: calc(50% + 66px);
    left: calc(50% + 41px);
    height: 116px;
    transform: scale(.7) translate(-50%,-50%);
    animation: pulse-3bdd7583 1.5s ease-in infinite .1s;
    will-change: transform;
    pointer-events: none
}

@keyframes pulse-3bdd7583 {
    0%,to {
        transform: scale(.5) translate(-50%,-50%)
    }

    50% {
        transform: scale(.7) translate(-50%,-50%)
    }
}

.wheel-fortune-module--spin-started {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.game-hero__image {
    object-fit: cover
}

.alternate-registration-wheel-reward {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    padding: 0 24px;
    padding: 0 var(--spacing-xl, 24px);
    gap: 24px;
    gap: var(--spacing-xl, 24px)
}

.alternate-registration-wheel-reward__img {
    width: 360px;
    height: 280px;
    margin-bottom: 24px;
    margin-bottom: var(--spacing-xl, 24px);
    object-fit: contain;
    animation: scale-wiggle-f63886d3 2s ease-in-out
}

.alternate-registration-wheel-reward__text {
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    gap: var(--spacing-xs, 4px);
    align-self: stretch;
    text-align: center
}

.alternate-registration-wheel-reward__text__title {
    color: #fff;
    color: var(--colors-neutral-0, #fff);
    font-size: 37px;
    font-weight: 600;
    line-height: 42px;
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums
}

.alternate-registration-wheel-reward__text__value {
    color: #fff;
    color: var(--colors-neutral-0, #fff);
    font-size: 33px;
    font-weight: 900;
    line-height: 50px;
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums
}

.alternate-registration-wheel-reward__text__description {
    color: #fcfcfd99;
    color: var(--colors-overlay-white-060, rgba(252, 252, 253, .6));
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.alternate-registration-wheel-reward__text__timer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    gap: var(--spacing-xs, 4px);
    align-self: stretch;
    margin: 24px auto 0;
    margin: var(--spacing-xl, 24px) auto 0
}

.alternate-registration-wheel-reward__text__timer>p {
    color: #fff;
    color: var(--colors-neutral-0, #fff);
    text-align: center;
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.alternate-registration-wheel-reward__text__timer .app-timer {
    color: #ffde2e;
    color: var(--colors-secondary-500, #ffde2e);
    text-align: center;
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-optical-sizing: auto;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px
}

.alternate-registration-wheel-reward__text__timer .app-timer__value--zero {
    opacity: 1
}

.alternate-registration-wheel-reward__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    width: 100%;
    gap: 16px;
    gap: var(--spacing-lg, 16px)
}

.alternate-registration-wheel-reward__buttons>button {
    width: 100%;
    max-width: 272px
}

@keyframes scale-wiggle-f63886d3 {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    40% {
        transform: scale(1) translateY(-5px);
        opacity: 1
    }

    60% {
        transform: translateY(5px)
    }

    80% {
        transform: translateY(-3px)
    }

    to {
        transform: translateY(0)
    }
}

.game-hero__image {
    object-fit: cover
}

.alternate-registration-wheel-component {

    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;

    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway,sans-serif
}

.alternate-registration-wheel-component>h3 {
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-align: center
}

.alternate-registration-wheel-component>.wheel-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.alternate-registration-wheel-component>.wheel-block.is-disabled {
    pointer-events: none
}

.alternate-registration-wheel-component .marquee-container {
    position: absolute;
    bottom: 0
}

.alternate-registration-wheel-component .marquee {
    --gap: .5rem;
    display: flex;
    position: relative;
    align-items: flex-end;
    align-self: stretch;
    padding: 24px 0;
    padding: var(--spacing-xl, 24px) 0;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: .5rem;
    gap: var(--gap);
    gap: 4px;
    gap: var(--spacing-xs, 4px)
}

.alternate-registration-wheel-component .marquee__content {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    min-width: fit-content;
    gap: var(--gap);
    animation: scroll-316a5965 108s linear infinite
}

@keyframes scroll-316a5965 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(calc(-100% - var(--gap)))
    }
}

.alternate-registration-wheel-component .marquee__content>* {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    padding: var(--spacing-sm, 8px);
    border-radius: 8px;
    border-radius: var(--border-radius-sm, 8px);
    background: #fcfcfd33;
    background: var(--colors-overlay-white-020, rgba(252, 252, 253, .2));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.alternate-registration-wheel-component .marquee__content>*>div:first-of-type {
    display: flex;
    align-items: center;
    gap: 4px;
    gap: var(--spacing-xs, 4px);
    align-self: stretch
}

.alternate-registration-wheel-component .marquee__content>*>div:first-of-type>p:first-of-type {
    color: #fff;
    color: var(--colors-neutral-0, #fff);
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-optical-sizing: auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600
}

.alternate-registration-wheel-component .marquee__content>*>div:first-of-type>p:last-of-type {
    color: #fcfcfd99;
    color: var(--colors-overlay-white-060, rgba(252, 252, 253, .6));
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-optical-sizing: auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600
}

.alternate-registration-wheel-component .marquee__content>*>div:last-of-type {
    color: #ffde2e;
    color: var(--colors-secondary-500, #ffde2e);
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.alternate-registration-wheel-component .marquee__content>:first-of-type {
    margin-left: calc(.5rem - 4px)
}

.alternate-registration-wheel-component__info-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 12px 16px;
    padding: var(--spacing-md, 12px) var(--spacing-lg, 16px);
    gap: 8px;
    gap: var(--spacing-sm, 8px);
    background: #fcfcfd33;
    background: var(--colors-overlay-white-020, rgba(252, 252, 253, .2));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.game-hero__image {
    object-fit: cover
}

.alternate-registration-wheel-popup {
    background: url(/components/weel_popup/BG-2.avif);
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway,sans-serif;
    background-size: cover;
}

.alternate-registration-wheel-popup .app-modal__content {
    max-width: 480px;
    min-height: 680px;
    padding: 0 0 24px;
    padding: 0 0 var(--spacing-xl, 24px);
    overflow-x: hidden;
    background: var(--248fe2cc);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff
}

.alternate-registration-wheel-popup .app-modal__content .app-modal__header .app-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 4px;
    padding: var(--spacing-xs, 4px);
    border-radius: 999px;
    background: #270702;
    background: var(--colors-danger-950, #270702)
}

@media screen and (max-width: 1023px) {
    .alternate-registration-wheel-popup .app-modal__content {
        height:100%;
        min-height: 0;
        min-height: initial
    }
}

@media screen and (max-width: 768px) {
    .alternate-registration-wheel-popup .app-modal__content {
        border-radius:0!important
    }
}

.alternate-registration-wheel-popup .app-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;


    font-optical-sizing: auto;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .alternate-registration-wheel-popup .app-modal__header {
        font-optical-sizing:auto;
        font-size: 26px;
        line-height: 30px;
        font-weight: 500
    }
}

.alternate-registration-wheel-popup .app-modal__body {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden
}

.alternate-registration-wheel-popup .app-modal__btn--close {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #f22c0e;
    color: var(--colors-danger-400, #f22c0e)
}

.alternate-registration-wheel-popup .app-modal__btn--close:hover {
    opacity: .7
}

.alternate-registration-wheel-popup .app-modal__btn--close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    margin-left: -10px;
    transform: rotate(45deg);
    border-radius: 2px;
    background-color: #f22c0e;
    background-color: var(--colors-danger-400, #f22c0e)
}

.alternate-registration-wheel-popup .app-modal__btn--close:after {
    transform: rotate(-45deg)
}

.alternate-registration-wheel-popup .app-loading svg {
    fill: #fff;
    fill: var(--colors-neutral-0, #fff)
}

.king-red-wheel {
    color: #000
}

.king-red-wheel #wheel-sectors .major {
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px
}

.king-red-wheel #wheel-sectors .minor {
    text-align: center;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px
}

.king-red-wheel #wheel-sectors>div:nth-of-type(1) {
    z-index: 10
}

.king-red-wheel #wheel-sectors>div:nth-of-type(1) .coin_icon,
.king-red-wheel #wheel-sectors div:nth-of-type(4) .coin_icon,
.king-red-wheel #wheel-sectors div:nth-of-type(7) .coin_icon,
.king-red-wheel #wheel-sectors div:nth-of-type(10) .coin_icon {
    transform: rotate(-90deg)
}

.king-red-wheel #wheel-sectors>div:nth-of-type(2),
.king-red-wheel #wheel-sectors div:nth-of-type(6),
.king-red-wheel #wheel-sectors div:nth-of-type(8),
.king-red-wheel #wheel-sectors div:nth-of-type(12) {
    color: #022275
}

.king-red-wheel #wheel-sectors>div:nth-of-type(3) .percentage,
.king-red-wheel #wheel-sectors div:nth-of-type(5) .percentage,
.king-red-wheel #wheel-sectors div:nth-of-type(9) .percentage,
.king-red-wheel #wheel-sectors div:nth-of-type(11) .percentage {
    color: #fff
}

.king-red-wheel #wheel-sectors>div:nth-of-type(3) .fs,
.king-red-wheel #wheel-sectors div:nth-of-type(5) .fs,
.king-red-wheel #wheel-sectors div:nth-of-type(9) .fs,
.king-red-wheel #wheel-sectors div:nth-of-type(11) .fs {
    color: #fbe601
}

.king-red-wheel .wheel-fortune-wheel-type__booster #wheel-sectors {
    color: #fbe601
}

.king-red-wheel .wheel-fortune-wheel-type__booster #wheel-sectors .major {
    color: #fff
}

.remote-module-wheel__sectors {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    padding: 12% 0 0;
    text-align: center
}

.remote-module-wheel__arrow {
    z-index: 5
}

.remote-module-wheel__button {
    z-index: 1111;
    cursor: pointer
}

.remote-module-wheel__border {
    z-index: 4
}

.remote-module-wheel__sector-light {
    position: absolute;
    z-index: 3;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%);
    height: 50%
}

.remote-module-wheel__sector {
    position: absolute;
    top: 0;
    left: 50%;
    width: var(--2778e7f3);
    height: 50%;
    transform: translate(-50%) rotate(calc(var(--item-index) * 360deg / var(--items, 1)));
    transform-origin: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0 0
}

.remote-module-wheel__sector>div {
    transform: rotate(90deg);
    width: 104px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%
}

.remote-module-wheel__sector__icon>img {
    width: 92px;
    height: 48px;
    object-fit: contain
}

.remote-module-wheel__sector__icon-remote>img {
    width: 92px;
    height: 48px;
    object-fit: contain
}

.remote-module-wheel__sector-icon>div {
    transform: rotate(0)
}

.disabled {
    cursor: not-allowed
}

.loader {
    display: flex;
    position: absolute;
    z-index: 100;
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.loader svg {
    animation: 2s infinite preloader-spinner linear;
    fill: #fff
}

@keyframes preloader-spinner {
    to {
        transform: rotate(360deg)
    }
}

.remote-module-wheel[data-size=large] .uploaded-img {
    width: 500px;
    height: 500px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors {
    background-size: 508px 508px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors .remote-module-wheel__sector-icon>div {
    top: 14%
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors .remote-module-wheel__sector-icon>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="3"] .remote-module-wheel__sector-icon>div {
    width: 208px;
    height: 138px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="4"] .remote-module-wheel__sector-icon>div {
    width: 168px;
    height: 138px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="5"] .remote-module-wheel__sector-icon>div {
    width: 142px;
    height: 138px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="6"] .remote-module-wheel__sector-icon>div {
    width: 112px;
    height: 138px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="7"] .remote-module-wheel__sector-icon>div,
.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="8"] .remote-module-wheel__sector-icon>div,
.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="9"] .remote-module-wheel__sector-icon>div,
.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="10"] .remote-module-wheel__sector-icon>div {
    width: 100px;
    height: 138px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="11"] .remote-module-wheel__sector-icon>div {
    width: 92px;
    height: 138px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="12"] .remote-module-wheel__sector-icon>div {
    width: 88px;
    height: 138px
}

.remote-module-wheel[data-size=large] .remote-module-wheel__sectors[data-sectors-count="13"] .remote-module-wheel__sector-icon>div {
    width: 80px;
    height: 138px
}

.remote-module-wheel[data-size=medium] .uploaded-img {
    width: 400px;
    height: 400px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors {
    background-size: 408px 408px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors .remote-module-wheel__sector-icon>div {
    top: 18%
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors .remote-module-wheel__sector-icon>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="3"] .remote-module-wheel__sector-icon>div {
    width: 166px;
    height: 111px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="4"] .remote-module-wheel__sector-icon>div {
    width: 135px;
    height: 111px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="5"] .remote-module-wheel__sector-icon>div {
    width: 114px;
    height: 111px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="6"] .remote-module-wheel__sector-icon>div {
    width: 90px;
    height: 111px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="7"] .remote-module-wheel__sector-icon>div,
.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="8"] .remote-module-wheel__sector-icon>div,
.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="9"] .remote-module-wheel__sector-icon>div,
.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="10"] .remote-module-wheel__sector-icon>div {
    width: 80px;
    height: 111px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="11"] .remote-module-wheel__sector-icon>div {
    width: 74px;
    height: 111px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="12"] .remote-module-wheel__sector-icon>div {
    width: 71px;
    height: 111px
}

.remote-module-wheel[data-size=medium] .remote-module-wheel__sectors[data-sectors-count="13"] .remote-module-wheel__sector-icon>div {
    width: 64px;
    height: 111px
}

.remote-module-wheel[data-size=small] .uploaded-img {
    width: 328px;
    height: 328px
}

.remote-module-wheel[data-size=small] .remote-module-wheel__sectors {
    background-size: 336px 336px
}

.remote-module-wheel-holder[data-size=large] {
    width: 500px;
    height: 500px
}

.remote-module-wheel-holder[data-size=medium] {
    width: 400px;
    height: 400px
}

.remote-module-wheel {

    opacity: 0;
    height: 100%
}

.remote-module-wheel .wheel {
    width: 100%;
    height: 100%;
    position: relative
}

.remote-module-wheel .uploaded-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    position: absolute
}

#wheel-button{
    animation: pulse-button-wheel 1.5s ease-in infinite .1s;
}

@keyframes pulse-button-wheel {
    0%,to {
        transform: translate(-50%, -50%) translate3d(0px, 0px, 0px) scale(1, 1);
    }

    50% {
        transform: translate(-50%, -50%) translate3d(0px, 0px, 0px) scale(1.2, 1.2);
    }
}

.remote-module-wheel__sectors {

    /*  animation: rotateInfinite 8s linear infinite;

     transform-origin: center center; вращение вокруг центра */
    transition: transform 4s cubic-bezier(0.1, 0.7, 0.1, 1);
    transform-origin: center center;

    background: url(/components/weel_popup/sectors-5-min.avif) center center / contain;
}

.app-btn--size--xl {
    padding: 12px 18px;

    border-radius: 8px;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    background-color:#ff2b39;
    color: #FFFFFF;
}
.app-btn{
    cursor: pointer;
}

@keyframes rotateInfinite {
    from {
        transform: translate3d(0px, 0px, 0px) rotate(-131.652deg);
    }
    to {
        transform: translate3d(0px, 0px, 0px) rotate(228.348deg); /* -131.652 + 360 */
    }
}

@keyframes spinToSector2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(3645deg); /* 10 оборотов + 45° */
    }
}

@media (max-width: 500px) {
    .alternate-registration-wheel-popup .app-modal__body{
        padding-top: 0px;
    }
}