﻿/*modal*/

.jp-modal-body {
    overflow: hidden;
}


@media (max-width: 767px) {

    .jp-modal-body {
        overflow: auto !important;
    }
}

.modal__btn-close[data-v-ada18730] {
    align-items: center;
    background-color: transparent;
    border: none;
    color: white;
    display: flex;
    font-size: 38px;
    font-weight: 500;
    height: 38px;
    justify-content: center;
    line-height: 38px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: color .1s ease-in-out;
    width: 38px;
    z-index: 10;
}



.modal__btn-information[data-v-ada18730] {
    align-items: center;
    background-color: transparent;
    border: none;
    color: white;
    display: flex;
    font-size: 38px;
    font-weight: 500;
    height: 38px;
    justify-content: center;
    line-height: 38px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 100px;
    top: 15px;
    transition: color .1s ease-in-out;
    width: 38px;
    z-index: 10;
}


@media (max-width: 767px) {

    .modal__btn-information[data-v-ada18730] {
        right: 50px;
    }
}

/*wheel*/


.wheel-win[data-v-e89d57c4] {
    align-items: center;
    border-radius: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 4
}

@media (max-width: 767px) {
    .wheel-win[data-v-e89d57c4] {
        padding: 120px 0 32px
    }
}

.wheel-win img[data-v-e89d57c4] {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wheel-win[data-v-e89d57c4] .wheel-win__btn-back {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    left: 5px;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 32px;
    z-index: 5
}

.wheel-win__coins-block[data-v-e89d57c4] {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.wheel-win__coins[data-v-e89d57c4] {
    animation: coins-show-e89d57c4 .6s linear forwards;
    bottom: -20px;
    left: -20px;
    max-width: none;
    position: absolute;
    right: -20px;
    top: -20px;
    transform: scale(0);
    z-index: 5
}

@media (max-width: 767px) {
    .wheel-win__coins[data-v-e89d57c4] {
        animation: coins-show-mobile-e89d57c4 .6s linear forwards;
        bottom: 0;
        left: 50%;
        padding-bottom: 56px;
        right: 0;
        top: 50%;
        transform: translate(-50%,-50%) scale(0)
    }
}

.wheel-win__coins-fun[data-v-e89d57c4] {
    animation: coins-show-e89d57c4 .6s linear forwards;
    bottom: -10px;
    left: -80px;
    max-width: none;
    position: absolute;
    right: 40px;
    top: -30px;
    z-index: 5
}

.wheel-win__body[data-v-e89d57c4] {
    animation: showWin-e89d57c4 1s linear forwards;
    opacity: 0
}

.wheel-win__amount-wrap[data-v-e89d57c4], .wheel-win__body[data-v-e89d57c4] {
    position: relative
}

.wheel-win__label-img[data-v-e89d57c4] {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .wheel-win__label-img[data-v-e89d57c4] {
        margin-bottom: 15px
    }
}

.wheel-win__amount-block[data-v-e89d57c4] {
    align-items: center;
    bottom: 30px;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

.wheel-win__amount-block img[data-v-e89d57c4] {
    height: 36px;
    width: 36px
}

@media (max-width: 767px) {
    .wheel-win__amount-block img[data-v-e89d57c4] {
        height: 32px;
        width: 32px
    }
}

.wheel-win__amount-sum[data-v-e89d57c4] {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 0 7px;
    text-shadow: 0 9.5429px 25.4477px rgba(20,26,41,.32)
}

@media (max-width: 767px) {
    .wheel-win__amount-sum[data-v-e89d57c4] {
        font-size: 18px
    }
}

.wheel-win__currency-name[data-v-e89d57c4] {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
    margin-left: 4px;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .wheel-win__currency-name[data-v-e89d57c4] {
        font-size: 18px
    }
}

.wheel-win__desc[data-v-e89d57c4] {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 auto 16px;
    max-width: 300px;
    text-align: center
}

.wheel-win__desc--orange[data-v-e89d57c4] {
    color: #ffb636
}

.wheel-win__footer[data-v-e89d57c4] {
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding-left: 28px;
    width: -moz-fit-content;
    width: fit-content
}

.wheel-win__btn-block[data-v-e89d57c4] {
    margin-bottom: 57px
}

@media (max-width: 767px) {
    .wheel-win__btn-block[data-v-e89d57c4] {
        margin-bottom: 40px
    }
}

.wheel-win__share-img[data-v-e89d57c4] {
    height: 20px;
    width: 20px
}

.wheel-win__tooltip[data-v-e89d57c4] {
    margin-left: 8px
}

.wheel-win__tooltip-title[data-v-e89d57c4] {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0
}

.wheel-win__tooltip-text[data-v-e89d57c4] {
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 5px
}

@keyframes showWin-e89d57c4 {
    0% {
        opacity: 0
    }

    10% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes coins-show-e89d57c4 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes coins-show-mobile-e89d57c4 {
    0% {
        transform: translate(-50%,-50%) scale(0)
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes highlight-btn-e89d57c4 {
    0%,80% {
        transform: translate(-150px,-50%) rotate(45deg)
    }

    to {
        transform: translate(200px,-50%) rotate(45deg)
    }
}

/*button flat*/

.button-flat[data-v-cf0882b6] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.button-flat__text[data-v-cf0882b6] {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@keyframes loader-cf0882b6 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes spinAround-cf0882b6 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.button-flat[data-v-cf0882b6] {
    align-items: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;
    white-space: nowrap
}

.button-flat__inner[data-v-cf0882b6] {
    width: 100%
}

.button-flat__icon[data-v-cf0882b6],
.button-flat__inner[data-v-cf0882b6] {
    align-items: center;
    display: flex;
    justify-content: center
}

.button-flat__icon[data-v-cf0882b6] {
    flex-shrink: 0
}

.button-flat__icon svg[data-v-cf0882b6] {
    display: block;
    height: 100%;
    transition: fill .1s ease-in-out;
    width: 100%
}

.button-flat__icon img[data-v-cf0882b6] {
    width: 80%
}

.button-flat__text[data-v-cf0882b6] {
    font-weight: 600
}

.button-flat_center .button-flat__inner[data-v-cf0882b6] {
    justify-content: center
}

.button-flat_left .button-flat__inner[data-v-cf0882b6] {
    justify-content: flex-start
}

.button-flat_right .button-flat__inner[data-v-cf0882b6] {
    justify-content: flex-end
}

.button-flat_loading[data-v-cf0882b6] {
    pointer-events: none
}

.button-flat_loading .button-flat__icon[data-v-cf0882b6],
.button-flat_loading .button-flat__text[data-v-cf0882b6] {
    opacity: 0
}

.button-flat[data-v-cf0882b6]:disabled {
    opacity: .4;
    pointer-events: none
}

.button-flat_fullwidth[data-v-cf0882b6] {
    display: flex;
    justify-content: center;
    width: 100%
}

.button-flat_grey1.button-flat[data-v-cf0882b6] {
    background-color: var(--color_grey-60);
    border-color: transparent;
    color: var(--color_grey-20)
}

.button-flat_grey1.button-flat__icon[data-v-cf0882b6] {
    display: block
}

.button-flat_grey1.button-flat__icon svg[data-v-cf0882b6] {
    fill: var(--color_grey-20)
}

.button-flat_grey1[data-v-cf0882b6]:hover {
    background-color: var(--color_grey-80);
    color: var(--color_grey-20)
}

.button-flat_grey1:hover .button__icon svg[data-v-cf0882b6] {
    fill: var(--color_grey-20)
}

.button-flat_grey1[data-v-cf0882b6]:active {
    background-color: #323738;
    color: var(--color_grey-20)
}

.button-flat_grey1:active .button-flat__icon svg[data-v-cf0882b6] {
    fill: var(--color_grey-20)
}

.button-flat_grey1 .button-flat__spinner span[data-v-cf0882b6]:after {
    background: var(--color_grey-20)
}

.button-flat_grey2.button-flat[data-v-cf0882b6] {
    /*   background-color: rgb(var(--layer5) / 1);
    border-color: transparent;
    color: white;*/
    background-color: #242635;
    border-color: transparent;
    color: white;
}

.button-flat_grey2.button-flat__icon[data-v-cf0882b6] {
    display: block
}

.button-flat_grey2.button-flat__icon svg[data-v-cf0882b6] {
    fill: var(--color_grey-40)
}

.button-flat_grey2[data-v-cf0882b6]:hover {
    background-color: var(--color_grey-80);
    color: var(--color_grey-20)
}

.button-flat_grey2:hover .button__icon svg[data-v-cf0882b6] {
    fill: var(--color_grey-20)
}

.button-flat_grey2[data-v-cf0882b6]:active {
    background-color: var(--color_background-80);
    color: var(--color_grey-20)
}

.button-flat_grey2:active .button-flat__icon svg[data-v-cf0882b6] {
    fill: var(--color_grey-20)
}

.button-flat_grey2 .button-flat__spinner span[data-v-cf0882b6]:after {
    background: var(--color_grey-20)
}

.button-flat_xs.button-flat[data-v-cf0882b6] {
    border-radius: 6px;
    font-size: 11px
}

.button-flat_xs.button-flat_only-icon[data-v-cf0882b6] {
    padding: 6px
}

.button-flat_xs[data-v-cf0882b6]:not(.button-flat_only-icon) {
    padding: 6px 14px
}

.button-flat_xs:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:first-child:not(:last-child) {
    margin-left: -4px;
    margin-right: 2px
}

.button-flat_xs:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:last-child:not(:first-child) {
    margin-left: 2px;
    margin-right: -4px
}

.button-flat_xs .button-flat__icon[data-v-cf0882b6] {
    height: 16px;
    width: 16px
}

.button-flat_xs .button-flat__icon:first-child + .button-flat__text[data-v-cf0882b6]:not(:has(+.button-flat__icon)) {
    margin-right: 0
}

.button-flat_xs .button-flat__text[data-v-cf0882b6] {
    font-size: 11px;
    letter-spacing: -.22px;
    line-height: 16px
}

    .button-flat_xs .button-flat__text[data-v-cf0882b6]:first-child:has(+.button-flat__icon) {
        margin-left: 0
    }

.button-flat_xs.button-flat_fullwidth:not(.button-flat_only-icon):not(:has(.button-flat__icon)) .button-flat__outer[data-v-cf0882b6] {
    padding-left: 8px;
    padding-right: 8px
}

.button-flat_xs .button-flat__spinner[data-v-cf0882b6] {
    display: block;
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px
}

.button-flat_xs .button-flat__spinner span[data-v-cf0882b6] {
    animation: loader-cf0882b6 .8s linear infinite;
    display: block;
    transform-origin: 8px 8px
}

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 4.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 1.5px
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-flat_xs .button-flat__spinner span[data-v-cf0882b6]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

.button-flat_sm.button-flat[data-v-cf0882b6] {
    border-radius: 8px;
    font-size: 12px
}

.button-flat_sm.button-flat_only-icon[data-v-cf0882b6] {
    padding: 6.5px
}

.button-flat_sm[data-v-cf0882b6]:not(.button-flat_only-icon) {
    padding: 6.5px 24px
}

.button-flat_sm:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:first-child:not(:last-child) {
    margin-left: -12px;
    margin-right: 4px
}

.button-flat_sm:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:last-child:not(:first-child) {
    margin-left: 4px;
    margin-right: -12px
}

.button-flat_sm .button-flat__icon[data-v-cf0882b6] {
    height: 20px;
    width: 20px
}

.button-flat_sm .button-flat__icon:first-child + .button-flat__text[data-v-cf0882b6]:not(:has(+.button-flat__icon)) {
    margin-right: -8px
}

.button-flat_sm .button-flat__text[data-v-cf0882b6] {
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 20px
}

    .button-flat_sm .button-flat__text[data-v-cf0882b6]:first-child:has(+.button-flat__icon) {
        margin-left: -8px
    }

.button-flat_sm.button-flat_fullwidth:not(.button-flat_only-icon):not(:has(.button-flat__icon)) .button-flat__outer[data-v-cf0882b6] {
    padding-left: 8px;
    padding-right: 8px
}

.button-flat_sm .button-flat__spinner[data-v-cf0882b6] {
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px
}

.button-flat_sm .button-flat__spinner span[data-v-cf0882b6] {
    animation: loader-cf0882b6 .8s linear infinite;
    display: block;
    transform-origin: 10px 10px
}

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 5.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 2px
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-flat_sm .button-flat__spinner span[data-v-cf0882b6]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

.button-flat_md.button-flat[data-v-cf0882b6] {
    border-radius: 10px;
    font-size: 14px
}

.button-flat_md.button-flat_only-icon[data-v-cf0882b6] {
    padding: 10px
}

.button-flat_md[data-v-cf0882b6]:not(.button-flat_only-icon) {
    padding: 10px 32px
}

.button-flat_md:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:first-child:not(:last-child) {
    margin-left: -16px;
    margin-right: 4px
}

.button-flat_md:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:last-child:not(:first-child) {
    margin-left: 4px;
    margin-right: -16px
}

.button-flat_md .button-flat__icon[data-v-cf0882b6] {
    height: 24px;
    width: 24px
}

.button-flat_md .button-flat__icon:first-child + .button-flat__text[data-v-cf0882b6]:not(:has(+.button-flat__icon)) {
    margin-right: -12px
}

.button-flat_md .button-flat__text[data-v-cf0882b6] {
    font-size: 14px;
    letter-spacing: -.28px;
    line-height: 24px
}

    .button-flat_md .button-flat__text[data-v-cf0882b6]:first-child:has(+.button-flat__icon) {
        margin-left: -12px
    }

.button-flat_md.button-flat_fullwidth:not(.button-flat_only-icon):not(:has(.button-flat__icon)) .button-flat__outer[data-v-cf0882b6] {
    padding-left: 8px;
    padding-right: 8px
}

.button-flat_md .button-flat__spinner[data-v-cf0882b6] {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px
}

.button-flat_md .button-flat__spinner span[data-v-cf0882b6] {
    animation: loader-cf0882b6 .8s linear infinite;
    display: block;
    transform-origin: 12px 12px
}

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 6.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 2.5px
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-flat_md .button-flat__spinner span[data-v-cf0882b6]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

.button-flat_lg.button-flat[data-v-cf0882b6] {
    border-radius: 12px;
    font-size: 16px
}

.button-flat_lg.button-flat_only-icon[data-v-cf0882b6] {
    padding: 14px
}

.button-flat_lg[data-v-cf0882b6]:not(.button-flat_only-icon) {
    padding: 14px 32px
}

.button-flat_lg:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:first-child:not(:last-child) {
    margin-left: -16px;
    margin-right: 6px
}

.button-flat_lg:not(.button-flat_only-icon) .button-flat__icon[data-v-cf0882b6]:last-child:not(:first-child) {
    margin-left: 6px;
    margin-right: -16px
}

.button-flat_lg .button-flat__icon[data-v-cf0882b6] {
    height: 24px;
    width: 24px
}

.button-flat_lg .button-flat__icon:first-child + .button-flat__text[data-v-cf0882b6]:not(:has(+.button-flat__icon)) {
    margin-right: -12px
}

.button-flat_lg .button-flat__text[data-v-cf0882b6] {
    font-size: 16px;
    letter-spacing: -.32px;
    line-height: 24px
}

    .button-flat_lg .button-flat__text[data-v-cf0882b6]:first-child:has(+.button-flat__icon) {
        margin-left: -12px
    }

.button-flat_lg.button-flat_fullwidth:not(.button-flat_only-icon):not(:has(.button-flat__icon)) .button-flat__outer[data-v-cf0882b6] {
    padding-left: 8px;
    padding-right: 8px
}

.button-flat_lg .button-flat__spinner[data-v-cf0882b6] {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px
}

.button-flat_lg .button-flat__spinner span[data-v-cf0882b6] {
    animation: loader-cf0882b6 .8s linear infinite;
    display: block;
    transform-origin: 12px 12px
}

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 6.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 2.5px
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-flat_lg .button-flat__spinner span[data-v-cf0882b6]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

/*button 3d*/

.button-3d[data-v-84cb7f28],
.button-3d[data-v-84cb7f28]:after {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.button-3d__text[data-v-84cb7f28] {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@keyframes loader-84cb7f28 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.button-3d[data-v-84cb7f28] {
    align-items: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

    .button-3d[data-v-84cb7f28]:after {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        z-index: 0
    }

.button-3d__outer[data-v-84cb7f28] {
    display: block;
    height: 100%;
    position: relative;
    transition: transform .1s ease-in-out;
    width: 100%;
    z-index: 1
}

.button-3d__inner[data-v-84cb7f28] {
    height: 100%;
    width: 100%
}

.button-3d__icon[data-v-84cb7f28],
.button-3d__inner[data-v-84cb7f28] {
    align-items: center;
    display: flex;
    justify-content: center
}

.button-3d__icon[data-v-84cb7f28] {
    flex-shrink: 0
}

.button-3d__icon svg[data-v-84cb7f28] {
    fill: var(--color_white);
    display: block;
    height: 100%;
    width: 100%
}

.button-3d__icon img[data-v-84cb7f28] {
    width: 80%
}

.button-3d__text[data-v-84cb7f28] {
    color: var(--color_white);
    font-variant-numeric: lining-nums tabular-nums;
    font-weight: 600
}

.button-3d_center .button-3d__inner[data-v-84cb7f28] {
    justify-content: center
}

.button-3d_left .button-3d__inner[data-v-84cb7f28] {
    justify-content: flex-start
}

.button-3d_right .button-3d__inner[data-v-84cb7f28] {
    justify-content: flex-end
}

.button-3d_loading[data-v-84cb7f28] {
    pointer-events: none
}

.button-3d_loading .button-3d__icon[data-v-84cb7f28],
.button-3d_loading .button-3d__text[data-v-84cb7f28] {
    opacity: 0
}

.button-3d[data-v-84cb7f28]:disabled {
    opacity: .4;
    pointer-events: none
}

.button-3d_fullwidth[data-v-84cb7f28] {
    display: flex;
    justify-content: center;
    width: 100%
}

.button-3d_red.button-3d[data-v-84cb7f28]:after {
    background-color: #61001d
}

.button-3d_red.button-3d .button-3d__outer[data-v-84cb7f28] {
    background: linear-gradient(1turn,#c4003b .8%,#fb1949);
    box-shadow: 0 3px 16px #ff234180,inset 0 4px 3px #ffffff4d
}

.button-3d_red.button-3d:hover .button-3d__outer[data-v-84cb7f28] {
    background: linear-gradient(3360deg,#db0a49 .8%,#fb2b57);
    box-shadow: 0 3px 20px #ff234199,inset 0 4px 4px #ffffff5e
}

.button-3d_red.button-3d:active .button-3d__outer[data-v-84cb7f28] {
    background: linear-gradient(1turn,#c4003b .8%,#fb1949);
    box-shadow: 0 3px 16px #ff234166,inset 0 3px 3px #ffffff4d
}

.button-3d_red .button-3d__spinner span[data-v-84cb7f28]:after {
    background: #fff
}

.button-3d_blue.button-3d[data-v-84cb7f28]:after {
    background-color: #003293
}

.button-3d_blue.button-3d .button-3d__outer[data-v-84cb7f28] {
    background: linear-gradient(1turn,#0c5eff .8%,#1398f9);
    box-shadow: 0 3px 28px #2283f666,inset 0 3px 3px #ffffff4d
}

.button-3d_blue.button-3d:hover .button-3d__outer[data-v-84cb7f28] {
    background: linear-gradient(1turn,#236eff .8%,#34a7fb);
    box-shadow: 0 3px 20px #2283f699,inset 0 4px 4px #ffffff5e
}

.button-3d_blue.button-3d:active .button-3d__outer[data-v-84cb7f28] {
    background: linear-gradient(1turn,#0c5eff .8%,#1398f9);
    box-shadow: 0 3px 16px #2283f666,inset 0 3px 3px #ffffff4d
}

.button-3d_blue .button-3d__spinner span[data-v-84cb7f28]:after {
    background: #fff
}

.button-3d_xs.button-3d[data-v-84cb7f28] {
    font-size: 11px;
    padding-bottom: 2px
}

    .button-3d_xs.button-3d[data-v-84cb7f28]:after {
        border-radius: 6px;
        height: 26px
    }

.button-3d_xs.button-3d .button-3d__outer[data-v-84cb7f28] {
    border-radius: 6px
}

.button-3d_xs.button-3d:hover .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(-1px)
}

.button-3d_xs.button-3d:active .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(2px)
}

.button-3d_xs.button-3d_only-icon .button-3d__outer[data-v-84cb7f28] {
    padding: 5px
}

.button-3d_xs:not(.button-3d_only-icon) .button-3d__outer[data-v-84cb7f28] {
    padding: 5px 14px
}

.button-3d_xs:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:first-child {
    margin-left: -4px;
    margin-right: 2px
}

.button-3d_xs:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:last-child {
    margin-left: 2px;
    margin-right: -4px
}

.button-3d_xs .button-3d__icon[data-v-84cb7f28] {
    height: 16px;
    width: 16px
}

.button-3d_xs .button-3d__icon:first-child + .button-3d__text[data-v-84cb7f28]:not(:has(+.button-3d__icon)) {
    margin-right: 0
}

.button-3d_xs .button-3d__text[data-v-84cb7f28] {
    font-size: 11px;
    letter-spacing: -.22px;
    line-height: 16px
}

    .button-3d_xs .button-3d__text[data-v-84cb7f28]:first-child:has(+.button-3d__icon) {
        margin-left: 0
    }

.button-3d_xs .button-3d__text_double[data-v-84cb7f28] {
    display: flex;
    flex-direction: column;
    line-height: 16px
}

    .button-3d_xs .button-3d__text_double[data-v-84cb7f28] span:first-child {
        font-weight: 600;
        letter-spacing: -.22px
    }

    .button-3d_xs .button-3d__text_double[data-v-84cb7f28] span:last-child {
        color: #ffffffb3
    }

.button-3d_xs.button-3d_fullwidth:not(.button-3d_only-icon):not(:has(.button-3d__icon)) .button-3d__outer[data-v-84cb7f28] {
    padding-left: 8px;
    padding-right: 8px
}

.button-3d_xs .button-3d__spinner[data-v-84cb7f28] {
    display: block;
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px
}

.button-3d_xs .button-3d__spinner span[data-v-84cb7f28] {
    animation: loader-84cb7f28 .8s linear infinite;
    display: block;
    transform-origin: 8px 8px
}

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 4.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 1.5px
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-3d_xs .button-3d__spinner span[data-v-84cb7f28]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

.button-3d_sm.button-3d[data-v-84cb7f28] {
    font-size: 12px;
    padding-bottom: 3px
}

    .button-3d_sm.button-3d[data-v-84cb7f28]:after {
        border-radius: 8px;
        height: 33px
    }

.button-3d_sm.button-3d .button-3d__outer[data-v-84cb7f28] {
    border-radius: 8px
}

.button-3d_sm.button-3d:hover .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(-2px)
}

.button-3d_sm.button-3d:active .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(1px)
}

.button-3d_sm.button-3d_only-icon .button-3d__outer[data-v-84cb7f28] {
    padding: 6.5px
}

.button-3d_sm:not(.button-3d_only-icon) .button-3d__outer[data-v-84cb7f28] {
    padding: 6.5px 24px
}

.button-3d_sm:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:first-child {
    margin-left: -12px;
    margin-right: 4px
}

.button-3d_sm:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:last-child {
    margin-left: 4px;
    margin-right: -12px
}

.button-3d_sm .button-3d__icon[data-v-84cb7f28] {
    height: 20px;
    width: 20px
}

.button-3d_sm .button-3d__icon:first-child + .button-3d__text[data-v-84cb7f28]:not(:has(+.button-3d__icon)) {
    margin-right: -8px
}

.button-3d_sm .button-3d__text[data-v-84cb7f28] {
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 20px
}

    .button-3d_sm .button-3d__text[data-v-84cb7f28]:first-child:has(+.button-3d__icon) {
        margin-left: -8px
    }

.button-3d_sm .button-3d__text_double[data-v-84cb7f28] {
    display: flex;
    flex-direction: column;
    line-height: 20px
}

    .button-3d_sm .button-3d__text_double[data-v-84cb7f28] span:first-child {
        font-weight: 600;
        letter-spacing: -.24px
    }

    .button-3d_sm .button-3d__text_double[data-v-84cb7f28] span:last-child {
        color: #ffffffb3
    }

.button-3d_sm.button-3d_fullwidth:not(.button-3d_only-icon):not(:has(.button-3d__icon)) .button-3d__outer[data-v-84cb7f28] {
    padding-left: 8px;
    padding-right: 8px
}

.button-3d_sm .button-3d__spinner[data-v-84cb7f28] {
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px
}

.button-3d_sm .button-3d__spinner span[data-v-84cb7f28] {
    animation: loader-84cb7f28 .8s linear infinite;
    display: block;
    transform-origin: 10px 10px
}

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 5.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 2px
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-3d_sm .button-3d__spinner span[data-v-84cb7f28]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

.button-3d_md.button-3d[data-v-84cb7f28] {
    font-size: 14px;
    padding-bottom: 4px
}

    .button-3d_md.button-3d[data-v-84cb7f28]:after {
        border-radius: 10px;
        height: 44px
    }

.button-3d_md.button-3d .button-3d__outer[data-v-84cb7f28] {
    border-radius: 10px
}

.button-3d_md.button-3d:hover .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(-2px)
}

.button-3d_md.button-3d:active .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(1px)
}

.button-3d_md.button-3d_only-icon .button-3d__outer[data-v-84cb7f28] {
    padding: 10px
}

.button-3d_md:not(.button-3d_only-icon) .button-3d__outer[data-v-84cb7f28] {
    padding: 10px 32px
}

.button-3d_md:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:first-child {
    margin-left: -16px;
    margin-right: 4px
}

.button-3d_md:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:last-child {
    margin-left: 4px;
    margin-right: -16px
}

.button-3d_md .button-3d__icon[data-v-84cb7f28] {
    height: 24px;
    width: 24px
}

.button-3d_md .button-3d__icon:first-child + .button-3d__text[data-v-84cb7f28]:not(:has(+.button-3d__icon)) {
    margin-right: -12px
}

.button-3d_md .button-3d__text[data-v-84cb7f28] {
    font-size: 14px;
    letter-spacing: -.28px;
    line-height: 24px
}

    .button-3d_md .button-3d__text[data-v-84cb7f28]:first-child:has(+.button-3d__icon) {
        margin-left: -12px
    }

.button-3d_md .button-3d__text_double[data-v-84cb7f28] {
    display: flex;
    flex-direction: column;
    line-height: 24px
}

    .button-3d_md .button-3d__text_double[data-v-84cb7f28] span:first-child {
        font-weight: 600;
        letter-spacing: -.28px
    }

    .button-3d_md .button-3d__text_double[data-v-84cb7f28] span:last-child {
        color: #ffffffb3
    }

.button-3d_md.button-3d_fullwidth:not(.button-3d_only-icon):not(:has(.button-3d__icon)) .button-3d__outer[data-v-84cb7f28] {
    padding-left: 8px;
    padding-right: 8px
}

.button-3d_md .button-3d__spinner[data-v-84cb7f28] {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px
}

.button-3d_md .button-3d__spinner span[data-v-84cb7f28] {
    animation: loader-84cb7f28 .8s linear infinite;
    display: block;
    transform-origin: 12px 12px
}

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 6.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 2.5px
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-3d_md .button-3d__spinner span[data-v-84cb7f28]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

.button-3d_lg.button-3d[data-v-84cb7f28] {
    font-size: 16px;
    padding-bottom: 4px
}

    .button-3d_lg.button-3d[data-v-84cb7f28]:after {
        border-radius: 12px;
        height: 52px
    }

.button-3d_lg.button-3d .button-3d__outer[data-v-84cb7f28] {
    border-radius: 12px
}

.button-3d_lg.button-3d:hover .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(-2px)
}

.button-3d_lg.button-3d:active .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(1px)
}

.button-3d_lg.button-3d_only-icon .button-3d__outer[data-v-84cb7f28] {
    padding: 14px
}

.button-3d_lg:not(.button-3d_only-icon) .button-3d__outer[data-v-84cb7f28] {
    padding: 14px 32px
}

.button-3d_lg:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:first-child {
    margin-left: -16px;
    margin-right: 6px
}

.button-3d_lg:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:last-child {
    margin-left: 6px;
    margin-right: -16px
}

.button-3d_lg .button-3d__icon[data-v-84cb7f28] {
    height: 24px;
    width: 24px
}

.button-3d_lg .button-3d__icon:first-child + .button-3d__text[data-v-84cb7f28]:not(:has(+.button-3d__icon)) {
    margin-right: -12px
}

.button-3d_lg .button-3d__text[data-v-84cb7f28] {
    font-size: 16px;
    letter-spacing: -.32px;
    line-height: 24px
}

    .button-3d_lg .button-3d__text[data-v-84cb7f28]:first-child:has(+.button-3d__icon) {
        margin-left: -12px
    }

.button-3d_lg .button-3d__text_double[data-v-84cb7f28] {
    display: flex;
    flex-direction: column;
    line-height: 24px
}

    .button-3d_lg .button-3d__text_double[data-v-84cb7f28] span:first-child {
        font-weight: 600;
        letter-spacing: -.32px
    }

    .button-3d_lg .button-3d__text_double[data-v-84cb7f28] span:last-child {
        color: #ffffffb3
    }

.button-3d_lg.button-3d_fullwidth:not(.button-3d_only-icon):not(:has(.button-3d__icon)) .button-3d__outer[data-v-84cb7f28] {
    padding-left: 8px;
    padding-right: 8px
}

.button-3d_lg .button-3d__spinner[data-v-84cb7f28] {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px
}

.button-3d_lg .button-3d__spinner span[data-v-84cb7f28] {
    animation: loader-84cb7f28 .8s linear infinite;
    display: block;
    transform-origin: 12px 12px
}

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 6.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 2.5px
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-3d_lg .button-3d__spinner span[data-v-84cb7f28]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }

.button-3d_double-line.button-3d[data-v-84cb7f28] {
    padding-bottom: 3px
}

    .button-3d_double-line.button-3d[data-v-84cb7f28]:after {
        border-radius: 8px;
        height: 30px
    }

.button-3d_double-line.button-3d .button-3d__outer[data-v-84cb7f28] {
    border-radius: 8px
}

.button-3d_double-line.button-3d:hover .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(-2px)
}

.button-3d_double-line.button-3d:active .button-3d__outer[data-v-84cb7f28] {
    transform: translateY(1px)
}

.button-3d_double-line.button-3d_only-icon .button-3d__outer[data-v-84cb7f28] {
    padding: 6.5px
}

.button-3d_double-line:not(.button-3d_only-icon) .button-3d__outer[data-v-84cb7f28] {
    padding: 6.5px 17px
}

.button-3d_double-line:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:first-child {
    margin-left: -12px;
    margin-right: 4px
}

.button-3d_double-line:not(.button-3d_only-icon) .button-3d__icon[data-v-84cb7f28]:last-child {
    margin-left: 4px;
    margin-right: -12px
}

.button-3d_double-line .button-3d__icon[data-v-84cb7f28] {
    height: 17px;
    width: 17px
}

.button-3d_double-line .button-3d__icon:first-child + .button-3d__text[data-v-84cb7f28]:not(:has(+.button-3d__icon)) {
    margin-right: -8px
}

.button-3d_double-line .button-3d__text[data-v-84cb7f28] {
    letter-spacing: -.28px;
    line-height: 17px
}

    .button-3d_double-line .button-3d__text[data-v-84cb7f28]:first-child:has(+.button-3d__icon) {
        margin-left: -8px
    }

.button-3d_double-line .button-3d__text_double[data-v-84cb7f28] {
    display: flex;
    flex-direction: column;
    line-height: 17px
}

    .button-3d_double-line .button-3d__text_double[data-v-84cb7f28] span:first-child {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -.28px
    }

    .button-3d_double-line .button-3d__text_double[data-v-84cb7f28] span:last-child {
        color: #ffffffb3;
        font-size: 12px
    }

.button-3d_double-line.button-3d_fullwidth:not(.button-3d_only-icon):not(:has(.button-3d__icon)) .button-3d__outer[data-v-84cb7f28] {
    padding-left: 8px;
    padding-right: 8px
}

.button-3d_double-line .button-3d__spinner[data-v-84cb7f28] {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px
}

.button-3d_double-line .button-3d__spinner span[data-v-84cb7f28] {
    animation: loader-84cb7f28 .8s linear infinite;
    display: block;
    transform-origin: 12px 12px
}

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:after {
        border-radius: 2px;
        content: " ";
        display: block;
        height: 6.5px;
        left: 50%;
        position: absolute;
        top: 1px;
        transform: translate(-50%);
        width: 2.5px
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:first-child {
        animation-delay: -.7s;
        transform: rotate(45deg)
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:nth-child(2) {
        animation-delay: -.6s;
        transform: rotate(90deg)
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:nth-child(3) {
        animation-delay: -.5s;
        transform: rotate(135deg)
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:nth-child(4) {
        animation-delay: -.4s;
        transform: rotate(180deg)
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:nth-child(5) {
        animation-delay: -.3s;
        transform: rotate(225deg)
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:nth-child(6) {
        animation-delay: -.2s;
        transform: rotate(270deg)
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:nth-child(7) {
        animation-delay: -.1s;
        transform: rotate(315deg)
    }

    .button-3d_double-line .button-3d__spinner span[data-v-84cb7f28]:nth-child(8) {
        animation-delay: 0s;
        transform: rotate(1turn)
    }
/*new*/

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: border-box
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

:where(:root) {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    line-height: 1.5;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

:where(body) {
    margin: 0
}

:where(h1) {
    font-size: 2em;
    margin: .67em 0
}

:where(dl, ol, ul) :where(dl, ol, ul) {
    margin: 0
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(nav) :where(ol, ul) {
    list-style-type: none;
    padding: 0
}

:where(nav li):before {
    content: "​";
    float: left
}

:where(pre) {
    font-family: monospace,monospace;
    font-size: 1em;
    overflow: auto
}

:where(abbr[title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:where(b, strong) {
    font-weight: bolder
}

:where(code, kbd, samp) {
    font-family: monospace,monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(audio, canvas, img, svg, video) {
    vertical-align: middle
}
/*
:where(iframe) {
    border-style: none
}*/

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button, input, select) {
    margin: 0
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
    -webkit-appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    margin: 0;
    resize: vertical
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i], [disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0,0,0,0);
    position: absolute
}

:where(button, input, select, textarea) {
    background-color: transparent;
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: .25em .375em
}
/*
:where(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat 100% /1em;
    border-radius: 0;
    padding-right: 1em
}*/

:where(select[multiple]) {
    background-image: none
}

:where([type=color i], [type=range i]) {
    border-width: 0;
    padding: 0
}

@media (prefers-reduced-motion:reduce) {
    *,
    :after,
    :before {
        animation-delay: -1ms !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: scroll !important;
        scroll-behavior: auto !important;
        transition-delay: 0s !important;
        transition-duration: 0s !important
    }
}

:where( img, input, video, select, textarea) {
    height: auto;
    max-width: 100%
}

.resize-observer[data-v-b329ee4c] {
    background-color: transparent;
    border: none;
    opacity: 0
}

    .resize-observer[data-v-b329ee4c],
    .resize-observer[data-v-b329ee4c] object {
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

.v-popper__popper {
    left: 0;
    outline: none;
    top: 0;
    z-index: 10000
}

    .v-popper__popper.v-popper__popper--hidden {
        opacity: 0;
        pointer-events: none;
        transition: opacity .15s,visibility .15s;
        visibility: hidden
    }

    .v-popper__popper.v-popper__popper--shown {
        opacity: 1;
        transition: opacity .15s;
        visibility: visible
    }

    .v-popper__popper.v-popper__popper--skip-transition,
    .v-popper__popper.v-popper__popper--skip-transition > .v-popper__wrapper {
        transition: none !important
    }

.v-popper__backdrop {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v-popper__inner {
    box-sizing: border-box;
    overflow-y: auto;
    position: relative
}

    .v-popper__inner > div {
        max-height: inherit;
        max-width: inherit;
        position: relative;
        z-index: 1
    }

.v-popper__arrow-container {
    height: 10px;
    position: absolute;
    width: 10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,
.v-popper__popper--no-positioning .v-popper__arrow-container {
    display: none
}

.v-popper__arrow-inner,
.v-popper__arrow-outer {
    border-style: solid;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.v-popper__arrow-inner {
    border-width: 7px;
    visibility: hidden
}

.v-popper__arrow-outer {
    border-width: 6px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    left: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    left: -1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-bottom-width: 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
    top: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-top-width: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
    top: -4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    top: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    top: -1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-left-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    left: -4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    left: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
    right: -10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner {
    left: -2px
}

.v-popper--theme-dropdown .v-popper__inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 6px 30px #0000001a;
    color: #000
}

.v-popper--theme-dropdown .v-popper__arrow-inner {
    border-color: #fff;
    visibility: visible
}

.v-popper--theme-dropdown .v-popper__arrow-outer {
    border-color: #ddd
}

.v-popper--theme-tooltip .v-popper__inner {
    background: rgba(0,0,0,.8);
    border-radius: 6px;
    color: #fff;
    padding: 7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer {
    border-color: #000c
}

/*link*/

.link[data-v-db837113] {
    align-items: center;
    color: var(--color_blue);
    display: flex;
    font-weight: 600;
    padding: 0;
    text-decoration: none
}

.link__icon[data-v-db837113] {
    fill: var(--color_blue);
    transition: transform .1s ease-in-out,fill .1s ease-in-out
}

.link[data-v-db837113]:focus,
.link[data-v-db837113]:hover {
    color: var(--color_blue)
}

.link:focus .link__icon[data-v-db837113],
.link:hover .link__icon[data-v-db837113] {
    fill: var(--color_white);
    transform: translate(10%)
}

.link[data-v-db837113]:active {
    color: var(--color_white)
}

.link:active .link__icon[data-v-db837113] {
    fill: var(--color_white)
}

.link[data-v-db837113]:disabled,
.link_disabled[data-v-db837113] {
    color: var(--color_grey-50);
    pointer-events: none
}

.link:disabled .link__icon[data-v-db837113],
.link_disabled .link__icon[data-v-db837113] {
    fill: var(--color_grey-50)
}

.link_sm .link__text[data-v-db837113],
.link_sm.link[data-v-db837113] {
    font-size: 11px
}

.link_sm .link__icon[data-v-db837113] {
    height: 18px;
    width: 18px
}

.link_md .link__text[data-v-db837113],
.link_md.link[data-v-db837113] {
    font-size: 14px
}

.link_md .link__icon[data-v-db837113] {
    height: 24px;
    width: 24px
}

/*wheel link*/


.fury-wheel[data-v-68b2290f] {
    height: 100%;
    position: relative
}

.fury-wheel--play .fury-wheel__wheel-help-wrap[data-v-68b2290f] {
    animation-play-state: running
}

.fury-wheel--play .fury-wheel__wheel-help[data-v-68b2290f] {
    animation-play-state: paused
}

.fury-wheel--play .fury-wheel__body[data-v-68b2290f] {
    animation: bodyHide-68b2290f .6s linear forwards
}


.fury-wheel--play .div_jp {
    animation: bodyHide-68b2290f .6s linear forwards
}

@media (max-width:767px) {
    .fury-wheel--play .fury-wheel__body[data-v-68b2290f] {
        animation: bodyHideMobile-68b2290f .6s linear forwards
    }

    .fury-wheel--play .div_jp {
        animation: jackpotHideMobile-68b2290f-2 .6s linear forwards
    }
}

.fury-wheel--play .fury-wheel__winners[data-v-68b2290f] {
    animation: winnersHide-68b2290f .6s linear forwards
}

.fury-wheel--play .fury-wheel__wheel-wrap[data-v-68b2290f] {
    animation: wheelCenter-68b2290f .6s linear forwards
}

@media (max-width:767px) {
    .fury-wheel--play .fury-wheel__wheel-wrap[data-v-68b2290f] {
        animation: wheelCenterMobile-68b2290f .6s linear forwards;
        z-index: 5
    }

        .fury-wheel--play .fury-wheel__wheel-wrap[data-v-68b2290f]:before {
            display: none
        }
}

.fury-wheel--play .fury-wheel__bg-wheel-img[data-v-68b2290f] {
    animation: bgImgCenter-68b2290f .6s linear forwards
}

@media (max-width:767px) {
    .fury-wheel--play .fury-wheel__bg-wheel-img[data-v-68b2290f] {
        animation: bgImgCenterMobile-68b2290f .6s linear forwards
    }
}

.fury-wheel--play .fury-wheel__bg-wrap[data-v-68b2290f]:before {
    animation: bgCenter-68b2290f .6s linear forwards
}

@media (max-width:767px) {
    .fury-wheel--play .fury-wheel__bg-wrap[data-v-68b2290f]:before {
        animation: bgCenterMobile-68b2290f .6s linear forwards
    }
}

.fury-wheel--change .fury-wheel__wheel-wrap[data-v-68b2290f] {
    animation: changeToWin-68b2290f .6s linear forwards
}

@media (max-width:767px) {
    .fury-wheel[data-v-68b2290f] {
        padding-top: 136px
    }
}

.fury-wheel__sound[data-v-68b2290f] {
    position: absolute;
    right: 60px;
    top: 19px;
    z-index: 9
}

@media (max-width:767px) {
    .fury-wheel__sound[data-v-68b2290f] {
        left: 18px;
        right: auto
    }
}

.fury-wheel__sound-icon[data-v-68b2290f] {
    fill: white
}

.fury-wheel__sound-icon--active[data-v-68b2290f] {
    fill: var(--color_blue)
}

.fury-wheel__sound-icon[data-v-68b2290f]:hover {
    fill: #fff
}

.fury-wheel img[data-v-68b2290f] {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fury-wheel__bg-wrap[data-v-68b2290f] {
    border-radius: 20px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

    .fury-wheel__bg-wrap[data-v-68b2290f]:before {
        animation: wheelBgShow-68b2290f 1.2s linear .6s forwards;
        background: url(./bg-help.3378aa96.png);
        content: "";
        height: 706px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-95%,-57%) scale(0);
        width: 738px
    }

@media (max-width:767px) {
    .fury-wheel__bg-wrap[data-v-68b2290f]:before {
        animation: wheelBgShowMobile-68b2290f 1.2s linear .6s forwards;
        background-size: cover;
        height: 505px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-90%) scale(0);
        width: 538px
    }
}

.fury-wheel__bg-wheel-img[data-v-68b2290f] {
    animation: wheelDecorShow-68b2290f 1.2s linear .6s forwards;
    height: 813px;
    left: 50%;
    max-width: 813px;
    position: absolute;
    top: 50%;
    transform: translate(-82%,-50%) scale(0);
    width: 813px;
    z-index: 2
}

@media (max-width:767px) {
    .fury-wheel__bg-wheel-img[data-v-68b2290f] {
        animation: wheelDecorShowMobile-68b2290f 1.2s linear .6s forwards;
        height: 647px;
        left: 50%;
        max-width: 647px;
        top: 50%;
        transform: translate(-50%,-70%) scale(0);
        width: 647px;
        z-index: 5
    }
}

.fury-wheel__wheel-wrap[data-v-68b2290f] {
    animation: wheelShow-68b2290f .6s linear .4s forwards;
    background: linear-gradient(270deg,#010958,#1108bf);
    border-radius: 50%;
    height: 483px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-400px,-50%) rotate(-60deg);
    width: 483px;
    z-index: 4
}

@media (max-width:767px) {
    .fury-wheel__wheel-wrap[data-v-68b2290f] {
        animation: wheelShowMobile-68b2290f .6s linear .4s forwards;
        height: 350px;
        left: 50%;
        top: 0;
        transform: translate(-50%,-200px) rotate(-60deg);
        width: 350px
    }

        .fury-wheel__wheel-wrap[data-v-68b2290f]:before {
            animation: shadow-show-68b2290f .1s linear .6s forwards;
            background: linear-gradient(180deg,rgba(1,9,57,0),#010939 51.96%,#010939);
            border-radius: 14px;
            bottom: -30px;
            content: "";
            height: 160px;
            left: 0;
            opacity: 0;
            position: absolute;
            width: 100%;
            z-index: 1
        }
}

.fury-wheel__arrow-img[data-v-68b2290f] {
    animation: pulse-arrow-68b2290f 2.5s linear 1s infinite;
    height: 86px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-48%,-50%);
    width: 31px;
    z-index: 2
}

.fury-wheel__arrow-img--win-pulse[data-v-68b2290f] {
    animation: pulse-arrow-68b2290f .6s linear !important
}

@media (max-width:767px) {
    .fury-wheel__arrow-img--win-pulse[data-v-68b2290f] {
        animation: pulse-arrow-mobile-68b2290f .6s linear !important
    }
}

.fury-wheel__arrow-img--disabled[data-v-68b2290f] {
    animation: none
}

@media (max-width:767px) {
    .fury-wheel__arrow-img[data-v-68b2290f] {
        animation: pulse-arrow-mobile-68b2290f 2.5s linear 1s infinite;
        height: 64px;
        transform: translateY(-50%);
        width: 23px
    }
}

.fury-wheel__wheel-img[data-v-68b2290f] {
    height: 381px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.19,-.11,.03,1.04);
    width: 381px
}

@media (max-width:767px) {
    .fury-wheel__wheel-img[data-v-68b2290f] {
        height: 284px;
        width: 284px
    }
}

.fury-wheel__wheel-help-wrap[data-v-68b2290f] {
    animation: rolling-68b2290f 5s linear .6s infinite;
    animation-play-state: paused;
    height: 458px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 458px
}

.fury-wheel__wheel-help-wrap-3[data-v-68b2290f],
.fury-wheel__wheel-help-wrap-5[data-v-68b2290f],
.fury-wheel__wheel-help-wrap-7[data-v-68b2290f] {
    animation-direction: reverse
}

@media (max-width:767px) {
    .fury-wheel__wheel-help-wrap[data-v-68b2290f] {
        height: 350px;
        width: 350px
    }
}

.fury-wheel__wheel-help[data-v-68b2290f] {
    animation: rolling-68b2290f 20s linear .6s infinite;
    animation-play-state: running;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.fury-wheel__wheel-help-3[data-v-68b2290f],
.fury-wheel__wheel-help-5[data-v-68b2290f],
.fury-wheel__wheel-help-7[data-v-68b2290f] {
    animation-direction: reverse
}

.fury-wheel__wheel-btn[data-v-68b2290f] {
    animation: pulse-btn-68b2290f 2.5s linear 1s infinite;
    background: linear-gradient(270deg,#010958,#1108bf);
    border-radius: 50%;
    cursor: pointer;
    height: 99px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.1);
    width: 99px;
    z-index: 9
}

.fury-wheel__wheel-btn--win-pulse[data-v-68b2290f] {
    animation: pulse-btn-68b2290f .6s linear !important
}

.fury-wheel__wheel-btn--disabled[data-v-68b2290f] {
    animation: none;
    pointer-events: none
}

.fury-wheel__wheel-btn--disabled .fury-wheel__btn-img[data-v-68b2290f] {
    opacity: .3
}

.fury-wheel__wheel-btn:hover .fury-wheel__btn-content[data-v-68b2290f],
.fury-wheel__wheel-btn:hover .fury-wheel__btn-wrap[data-v-68b2290f] {
    background: linear-gradient(180deg,#ff9c29,#ff2e00)
}

.fury-wheel__wheel-btn:active .fury-wheel__btn-img[data-v-68b2290f] {
    opacity: .8
}

@media (max-width:767px) {
    .fury-wheel__wheel-btn[data-v-68b2290f] {
        height: 70px;
        width: 70px
    }
}

.fury-wheel__btn-wrap[data-v-68b2290f] {
    align-items: center;
    background: linear-gradient(180deg,#ffb629,#ff3d00);
    border-radius: 50%;
    box-shadow: 0 3.42188px 5.70312px #0006;
    display: flex;
    height: 91px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50.5%,-50.5%);
    width: 91px
}

@media (max-width:767px) {
    .fury-wheel__btn-wrap[data-v-68b2290f] {
        height: 65px;
        transform: translate(-50%,-50%);
        width: 65px
    }
}

.fury-wheel__btn-content[data-v-68b2290f] {
    background: linear-gradient(180deg,#ffb629,#ff3d00);
    border: 1px solid #ffc58f;
    border-radius: 50%;
    height: 68px;
    position: relative;
    transform: scaleY(-1);
    width: 68px
}

@media (max-width:767px) {
    .fury-wheel__btn-content[data-v-68b2290f] {
        height: 45px;
        width: 45px
    }
}

.fury-wheel__btn-img[data-v-68b2290f] {
    height: 41px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-52%,-55%) scaleY(-1);
    width: 41px
}

@media (max-width:767px) {
    .fury-wheel__btn-img[data-v-68b2290f] {
        height: 28px;
        width: 28px
    }
}

.fury-wheel__body[data-v-68b2290f] {
    animation: bodyShow-68b2290f .6s linear .4s forwards;
    opacity: 0;
    padding-left: 322px;
    position: relative;
    text-align: center;
    transform: translate(300px);
    z-index: 3;
    padding-top: 40px;
}

@media (max-width:767px) {
    .fury-wheel__body[data-v-68b2290f] {
        animation: bodyShowMobile-68b2290f .6s linear .4s forwards;
        padding-left: 0;
        pointer-events: none;
        transform: translateY(500px);
        z-index: 5;
        padding-top: 0px;
    }
}

.fury-wheel__racoon-img[data-v-68b2290f] {
    width: 328px
}

@media (max-width:767px) {
    .fury-wheel__racoon-img[data-v-68b2290f] {
        margin-top: 0;
        /*width: 268px*/
        width: 312px;
    }
}

.fury-wheel__btn[data-v-68b2290f] {
    align-items: center;
    background: linear-gradient(180deg,#c0f,#11b0ff);
    border-radius: 14px;
    box-shadow: 0 10px 35px #00a3ff8f;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    line-height: 23px;
    margin: 38px auto 52px;
    /*margin: 20px auto 12px;*/
    max-width: 250px;
    overflow: hidden;
    padding: 13px 20px;
    position: relative
}

    .fury-wheel__btn[data-v-68b2290f]:before {
        left: 20px;
        width: 20px
    }

    .fury-wheel__btn[data-v-68b2290f]:after,
    .fury-wheel__btn[data-v-68b2290f]:before {
        animation: highlight-btn-68b2290f 3s linear infinite;
        background: #fff;
        content: "";
        filter: blur(5px);
        height: 90px;
        opacity: .4;
        position: absolute;
        top: 50%;
        transform: translate(-150px,-50%) rotate(45deg)
    }

    .fury-wheel__btn[data-v-68b2290f]:after {
        left: 80px;
        width: 30px
    }


    .fury-wheel__btn[data-v-68b2290f]:hover {
        background: linear-gradient(180deg,rgba(204,0,255,.9),rgba(17,176,255,.9))
    }

    .fury-wheel__btn[data-v-68b2290f]:active {
        box-shadow: 0 5px 20px #00a3ff8f
    }


@media (max-width:767px) {
    .fury-wheel__btn[data-v-68b2290f] {
        margin: 10px auto 5px;
        pointer-events: all;
    }
}

.fury-wheel__link[data-v-68b2290f] {
    align-items: center;
    color: #2283f6;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 22px;
    margin: auto
}

@media (max-width:767px) {
    .fury-wheel__link[data-v-68b2290f] {
        pointer-events: all
    }
}

.fury-wheel__link svg[data-v-68b2290f] {
    fill: #2283f6;
    margin-left: 4px
}

.fury-wheel__timer-label[data-v-68b2290f] {
    color: #8f9ef6;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 8px;
    text-align: center
}

.fury-wheel__timer-block[data-v-68b2290f] {
    margin: 30px 0 48px
}

@media (max-width:767px) {
    .fury-wheel__timer-block[data-v-68b2290f] {
        margin: 5px 0
    }
}

.fury-wheel__timer[data-v-68b2290f],
.fury-wheel__timer-time[data-v-68b2290f] {
    align-items: center;
    display: flex;
    justify-content: center
}

.fury-wheel__timer-time[data-v-68b2290f] {
    background: linear-gradient(180deg,#7c1da9,#5d32ef);
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 32px;
    margin-right: 22px;
    position: relative;
    width: 46px
}

    .fury-wheel__timer-time[data-v-68b2290f]:before {
        color: #5e4190;
        content: ":";
        font-size: 48px;
        font-weight: 400;
        line-height: 36px;
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translateY(-60%)
    }

@media (max-width:767px) {
    .fury-wheel__timer-time[data-v-68b2290f]:before {
        font-size: 36px;
        right: -15px
    }
}

.fury-wheel__timer-time[data-v-68b2290f]:last-child {
    margin-right: 0
}

    .fury-wheel__timer-time[data-v-68b2290f]:last-child:before {
        display: none
    }

.fury-wheel__footer[data-v-68b2290f] {
    margin-left: auto;
    margin-top: 12px;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
    z-index: 3
}

@media (max-width:767px) {
    .fury-wheel__footer[data-v-68b2290f] {
        max-width: 100%
    }
}

.fury-wheel__winners[data-v-68b2290f] {
    align-items: center;
    animation: winnersShow-68b2290f .6s linear .6s forwards;
    border-radius: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin-bottom: 12px;
    opacity: 0;
    padding-right: 13px;
    position: relative
}

    .fury-wheel__winners[data-v-68b2290f]:before {
        background: linear-gradient(90deg,#010939 12.86%,rgba(1,9,57,0));
        content: "";
        height: 100%;
        left: -30px;
        position: absolute;
        top: 0;
        width: 231px;
        z-index: 2
    }

.fury-wheel__winner[data-v-68b2290f] {
    align-items: center;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: .5s;
    animation-play-state: running;
    animation-timing-function: ease-out;
    background: rgba(110,102,244,.21);
    border-radius: 15px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    margin-left: 4px;
    min-width: 16%;
    padding: 4px 6px;
    transition: all 1s
}

    .fury-wheel__winner[data-v-68b2290f]:first-child {
        animation-name: horizont-1-68b2290f
    }

    .fury-wheel__winner[data-v-68b2290f]:nth-child(2n) {
        animation-name: horizont-2-68b2290f
    }

    .fury-wheel__winner[data-v-68b2290f]:nth-child(odd) {
        animation-name: horizont-3-68b2290f
    }

.fury-wheel__winner img[data-v-68b2290f] {
    margin-right: 6px
}

@media (max-width:767px) {
    .fury-wheel__winner[data-v-68b2290f] {
        min-width: 25%
    }
}

@keyframes wheelShow-68b2290f {
    0% {
        opacity: 0;
        transform: translate(-400px,-50%) rotate(-60deg)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translate(-136px,-50%) rotate(0)
    }
}

@keyframes changeToWin-68b2290f {
    0% {
        left: 50%;
        opacity: 1;
        top: 50%;
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) rotate(0) scale(0)
    }
}

@keyframes wheelCenter-68b2290f {
    0% {
        opacity: 1;
        transform: translate(-136px,-50%) rotate(0)
    }

    to {
        left: 50%;
        opacity: 1;
        top: 50%;
        transform: translate(-50%,-50%) rotate(0)
    }
}

@keyframes wheelCenterMobile-68b2290f {
    0% {
        opacity: 1;
        transform: translate(-50%,-15%) rotate(0)
    }

    to {
        left: 50%;
        opacity: 1;
        top: 50%;
        transform: translate(-50%,-50%) rotate(0)
    }
}

@keyframes bgImgCenter-68b2290f {
    0% {
        transform: translate(-82%,-50%) scale(1)
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes bgImgCenterMobile-68b2290f {
    0% {
        transform: translate(-50%,-70%) scale(1)
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes bgCenter-68b2290f {
    0% {
        transform: translate(-95%,-57%) scale(1)
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes bgCenterMobile-68b2290f {
    0% {
        transform: translate(-50%,-90%) scale(1)
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes wheelShowMobile-68b2290f {
    0% {
        opacity: 0;
        transform: translate(-50%,-200px) rotate(-60deg)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translate(-50%,-15%) rotate(0)
    }
}


@keyframes jackpotShowMobile-68b2290f {
    0% {
        opacity: 0;
        transform: translate(-50%,-200px)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translate(-50%,-15%) rotate(0)
    }
}


@keyframes bodyShow-68b2290f {
    0% {
        opacity: 0;
        transform: translate(300px)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes bodyHide-68b2290f {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate(300px)
    }
}



@keyframes bodyHideMobile-68b2290f-2 {
    0% {
        opacity: 1;
        transform: translate(-50%,-200px) rotate(-60deg)
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translateY(300px)
    }
}



@keyframes jackpotHideMobile-68b2290f-2 {
    0% {
        opacity: 1;
        transform: translate(-50%)
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate(-50%,-200px)
    }
}

@keyframes bodyHideMobile-68b2290f {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translateY(300px)
    }
}

@keyframes bodyShowMobile-68b2290f {
    0% {
        opacity: 0;
        transform: translateY(500px)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes winnersShow-68b2290f {
    to {
        opacity: 1
    }
}

@keyframes winnersHide-68b2290f {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes wheelDecorShow-68b2290f {
    0% {
        transform: translate(-82%,-50%) scale(0)
    }

    to {
        transform: translate(-82%,-50%) scale(1)
    }
}

@keyframes wheelDecorShowMobile-68b2290f {
    0% {
        transform: translate(-50%,-70%) scale(0);
        z-index: 1
    }

    to {
        transform: translate(-50%,-70%) scale(1);
        z-index: 5
    }
}

@keyframes wheelBgShow-68b2290f {
    0% {
        transform: translate(-95%,-57%) scale(0)
    }

    to {
        transform: translate(-95%,-57%) scale(1)
    }
}

@keyframes wheelBgShowMobile-68b2290f {
    0% {
        transform: translate(-50%,-90%) scale(0)
    }

    to {
        transform: translate(-50%,-90%) scale(1)
    }
}

@keyframes rolling-68b2290f {
    to {
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

@keyframes pulse-btn-68b2290f {
    0% {
        transform: translate(-50%,-50%) scale(1.1)
    }

    50% {
        transform: translate(-50%,-50%) scale(1.2)
    }

    to {
        transform: translate(-50%,-50%) scale(1.1)
    }
}

@keyframes pulse-arrow-68b2290f {
    0% {
        transform: translate(-50%,-50%) scale(1.1)
    }

    50% {
        transform: translate(-50%,-50%) scale(1.2)
    }

    to {
        transform: translate(-50%,-50%) scale(1.1)
    }
}

@keyframes pulse-arrow-mobile-68b2290f {
    0% {
        transform: translateY(-50%) scale(1.1)
    }

    50% {
        transform: translateY(-50%) scale(1.2)
    }

    to {
        transform: translateY(-50%) scale(1.1)
    }
}

@keyframes highlight-btn-68b2290f {
    0%, 80% {
        transform: translate(-150px,-50%) rotate(45deg)
    }

    to {
        transform: translate(200px,-50%) rotate(45deg)
    }
}

@keyframes shadow-show-68b2290f {
    to {
        opacity: 1
    }
}

@keyframes horizont-1-68b2290f {
    0% {
        opacity: 0;
        transform: translate(99.99%)
    }
}

@keyframes horizont-2-68b2290f {
    0% {
        transform: translate(99.99%)
    }
}

@keyframes horizont-3-68b2290f {
    0% {
        transform: translate(99.99%)
    }
}

.disabled-animation .fury-wheel__body[data-v-68b2290f] {
    opacity: 1;
    transform: none
}

.disabled-animation .fury-wheel__wheel-wrap[data-v-68b2290f] {
    opacity: 1;
    transform: translate(-136px,-50%) rotate(0)
}

.disabled-animation .fury-wheel__winners[data-v-68b2290f] {
    opacity: 1
}

.disabled-animation .fury-wheel__bg-wheel-img[data-v-68b2290f] {
    transform: translate(-82%,-50%) scale(1)
}

.fury-wheel-modal[data-v-48de4ea8] {
    background: #010939;
    height: 543px;
    margin-left: 136px;
    overflow: visible !important;
    position: relative;
    transition: all 1s
}

@media (max-width:767px) {
    .fury-wheel-modal[data-v-48de4ea8] {
        height: 512px
    }
}

.fury-wheel-modal--play[data-v-48de4ea8] {
    margin-left: 0
}

.fury-wheel-modal[data-v-48de4ea8]:before {
    display: none
}

.fury-wheel-modal[data-v-48de4ea8] .modal__container {
    height: 100%;
    padding: 0
}

@media (max-width:767px) {
    .fury-wheel-modal[data-v-48de4ea8] {
        margin-left: 0;
        overflow: hidden !important
    }
}
/*wheel history*/
.wheel-history[data-v-cedaee5c] {
    border-radius: 20px;
    bottom: 0;
    left: -136px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

    .wheel-history[data-v-cedaee5c] .user__name {
        font-size: 12px
    }

.wheel-history--show[data-v-cedaee5c] {
    pointer-events: all
}

.wheel-history--show .wheel-history__content[data-v-cedaee5c] {
    transform: translate(0);
    transition: all 1s;
}

@media (max-width: 767px) {
    .wheel-history[data-v-cedaee5c] {
        left: 0
    }
}

.wheel-history__content[data-v-cedaee5c] {
    background: linear-gradient(180deg,#001768,#0f1420 15.43%,#0f1420);
    border-radius: 20px;
    height: 100%;
    max-width: 100%;
    padding: 32px 32px 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%);
    transition: all 1s;
    width: 530px
}

@media (max-width: 767px) {
    .wheel-history__content[data-v-cedaee5c] {
        padding: 32px 24px 0
    }
}

.wheel-history__head[data-v-cedaee5c] {
    align-items: center;
    display: flex;
    margin-bottom: 28px
}

.wheel-history__btn-close[data-v-cedaee5c] {
    background-color: transparent;
    border: none;
    color: var(--color_grey-20);
    font-size: 38px;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .1s ease-in-out;
    width: 38px;
    z-index: 10
}

    .wheel-history__btn-close[data-v-cedaee5c]:hover {
        color: var(--color_white)
    }

.wheel-history[data-v-cedaee5c] .wheel-history__btn-back {
    height: 32px;
    margin-right: 8px;
    padding: 5px;
    width: 32px
}

.wheel-history__title[data-v-cedaee5c] {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0
}

.wheel-history__tabs[data-v-cedaee5c] {
    align-items: center;
    display: flex;
    margin-bottom: 16px
}

.wheel-history__tab[data-v-cedaee5c] {
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-right: 14px;
    padding: 7px 10px;
    text-align: center
}

.wheel-history__tab--active[data-v-cedaee5c] {
    background: #2283f6;
    border-radius: 32px;
    color: #fff
}

.wheel-history__table[data-v-cedaee5c] {
    width: 100%
}

.wheel-history__row[data-v-cedaee5c] {
    align-items: center;
    border-bottom: 1px solid #1c2532;
    display: flex;
    justify-content: space-between
}

    .wheel-history__row[data-v-cedaee5c]:last-child {
        border: none
    }

.wheel-history__row--recent .wheel-history__col[data-v-cedaee5c]:first-child {
    max-width: 25%
}

.wheel-history__row--recent .wheel-history__col[data-v-cedaee5c]:nth-child(2) {
    max-width: 15%
}

.wheel-history__row--recent .wheel-history__col[data-v-cedaee5c]:nth-child(3) {
    max-width: 22%
}
.wheel-history__row--recent .wheel-history__col[data-v-cedaee5c]:nth-child(4) {
    max-width: 26%
}

.wheel-history__col[data-v-cedaee5c] {
    align-items: center;
    display: flex;
    height: 40px;
    max-width: 25%;
    width: 100%
}

    .wheel-history__col[data-v-cedaee5c]:first-child {
        max-width: 40%
    }

    .wheel-history__col[data-v-cedaee5c]:nth-child(2) {
        max-width: 35%
    }

@media (max-width: 767px) {
    .wheel-history__col[data-v-cedaee5c]:first-child {
        max-width: 28%
    }

    .wheel-history__col[data-v-cedaee5c]:nth-child(2) {
        max-width: 40%
    }

    .wheel-history__col[data-v-cedaee5c]:last-child {
        max-width: 32%
    }
}

.wheel-history__col--time[data-v-cedaee5c] {
    color: white;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px
}

.wheel-history__col--head[data-v-cedaee5c] {
    color: #55657e;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px
}

/*currency*/

.currency--slice .balance[data-v-3f63a414], .currency--slice .currency__balances-wrap[data-v-3f63a414] .currency__balances--balance > span, .currency--slice .currency__body > div[data-v-3f63a414] {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.currency[data-v-3f63a414] {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0
}

.currency--slice[data-v-3f63a414], .currency--slice *[data-v-3f63a414] {
    max-width: 100%
}

.currency--slice > span[data-v-3f63a414] {
    display: inline-block
}

.currency--slice .currency__balances-wrap[data-v-3f63a414] {
    overflow: hidden
}

.currency__icon[data-v-3f63a414] {
    flex-shrink: 0;
    margin-right: .5em
}

.currency__body[data-v-3f63a414], .currency__tooltip-body[data-v-3f63a414] {
    align-items: center;
    display: flex
}

    .currency__body[data-v-3f63a414] img {
        margin-right: 6px
    }

.currency[data-v-3f63a414] .is-bonus-idr {
    font-size: 11.5px
}

.currency[data-v-3f63a414] span span {
    font-size: inherit;
    line-height: inherit
}

.currency__label[data-v-3f63a414] {
    letter-spacing: -.02em;
    margin-right: 6px
}

.currency__balances[data-v-3f63a414] {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.currency__balances--balance[data-v-3f63a414] {
    align-items: center;
    display: flex;
    line-height: 18px
}

.currency__balances--lock-balance[data-v-3f63a414] {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    width: 100%
}

.currency__balances-wrap[data-v-3f63a414] {
    align-items: center;
    display: flex
}

.currency__balances-wrap .balance[data-v-3f63a414] {
    color: var(--color_white);
    font-size: 14px
}

.currency__in-balances .currency__balances[data-v-3f63a414] {
    align-items: flex-end
}

.currency__in-balances[data-v-3f63a414] .balance {
    font-size: 14px;
    font-weight: 600;
    line-height: 125%
}

.currency__in-balances[data-v-3f63a414] .balance--bonus {
    color: var(--color_yellow);
    font-size: 12px;
    line-height: 130%
}

.currency__balances-tooltip[data-v-3f63a414] {
    height: 20px;
    margin-right: 8px;
    width: 20px
}

    .currency__balances-tooltip[data-v-3f63a414] .icon {
        height: 20px;
        width: 20px
    }

        .currency__balances-tooltip[data-v-3f63a414] .icon svg {
            height: 20px;
            width: 20px
        }

            .currency__balances-tooltip[data-v-3f63a414] .icon svg:hover {
                fill: var(--color_grey-20)
            }

.currency__balance-block[data-v-3f63a414] {
    align-items: center;
    display: flex
}

.currency__balance-block--bonus[data-v-3f63a414] {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 18px
}

.currency__balance-block--bonus .balance[data-v-3f63a414] {
    color: #ffb636
}

.currency .gift[data-v-3f63a414] {
    height: 10px;
    margin-right: 2px;
    width: 10px
}

.currency .gift[data-v-3f63a414], .currency .lock[data-v-3f63a414] {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.currency .lock[data-v-3f63a414] {
    height: 14px;
    margin-right: 4px;
    width: 14px
}

.currency__auto-width {
    max-width: unset
}

/*progress bar*/
.progressbar {
    position: relative;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #766c49;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progressbar-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg,#7c1da9,#5d32ef);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progressbar span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}
/* div jackpot*/
.div_jp {
    z-index: 5;
    position: absolute;
    animation: bodyShow-68b2290f .6s linear .4s forwards;
    margin: -3px -105px;
    position: absolute;
    bottom: 1px;
    left: 1px;
    transform: translate(-400px,-50%) rotate(-60deg)
}

.div_jp_child {
    background: url('/jackpot/image/Jp1.png');
    width: 408px;
    height: 100px; /* position: absolute; */ /* bottom: 1px; */ /* left: 1px; */ /* margin: -3px -105px; */
    background-size: 100% 100%;
    z-index: 5
}

.div_jp_text {
    width: 270px;
    height: 90px;
    margin: 0px auto;
    display: flex;
    padding-top: 44px;
}

.div_jp_span_1 {
    font-size: 42px;
    width: 83%;
    text-align: center;
    color: yellow;
    font-weight: bold;
}

.div_jp_span_2 {
    width: 16%;
}

@media (max-width:767px) {

    .div_jp {
        animation: jackpotShowMobile-68b2290f .6s linear .4s forwards;
        /* margin: -3px -105px; */
        /* bottom: 1px; */
        /* left: 1px; */
        margin: 9px auto;
        bottom: auto;
        transform: translate(-50%,-200px) rotate(-60deg);
        left: 50%;
        top: 0;
    }



    .div_jp_child {
        width: 250px;
        height: 65px;
        /* position: absolute; */
        /* bottom: 1px; */
        /* left: 1px; */
        /* margin: -3px -105px; */
    }

    .div_jp_text {
        width: 168px;
        height: 90px;
        padding-top: 29px;
    }

    .div_jp_span_1 {
        font-size: 29px;
    }
}
