@import url(https://fonts.googleapis.com/css2?family=Paytone+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@900&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,700,900);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap);@import url(https://fonts.googleapis.com/css?family=Inter:400,500,600,700);@import url(https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@1,700&display=swap);.slot-back-button{align-items:center;cursor:pointer;display:flex;height:35px;position:fixed;top:5px;width:35px;z-index:100}[dir=ltr] .slot-back-button{right:50px}[dir=rtl] .slot-back-button{left:50px}@media only screen and (max-width:767px){.slot-back-button{display:none}}.slot-back-button__goBack{fill:#fff;height:100%;width:100%}.fullscreen-button{align-items:center;display:flex;height:35px;justify-content:center;overflow:hidden;position:absolute;top:5px;width:35px;z-index:11}[dir=ltr] .fullscreen-button{right:5px}[dir=rtl] .fullscreen-button{left:5px}@media only screen and (max-width:767px){.fullscreen-button{display:none}}.fullscreen-button__fullscreen-icon{align-items:center;animation:shake 5s cubic-bezier(.36,.07,.19,.97) infinite;animation-delay:2s;-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;display:flex;height:80%;justify-content:center;position:relative;width:80%}.fullscreen-button__fullscreen-icon *{fill:#fff}@keyframes shake{14%,to{transform:rotate(0deg)}0%{transform:rotate(0deg)}2%{transform:rotate(10deg)}4%{transform:rotate(0deg)}6%{transform:rotate(-10deg)}8%{transform:rotate(0deg)}10%{transform:rotate(10deg)}12%{transform:rotate(0deg)}}.slot-frame{display:flex;height:calc(var(--vh) - 3.5rem);min-height:700px;min-width:100%;width:100%;z-index:100}@media only screen and (max-width:767px){.slot-frame{height:calc(var(--vh) - 88px)}}.slot-frame__wrapper{align-items:flex-end;display:flex;flex-grow:1;flex-shrink:0;height:100%;position:relative;width:100%}.slot-frame__iframe{background-size:cover;border:none;height:100%;width:100%}@media only screen and (max-width:1024px){.slot-frame__iframe{display:flex;flex-grow:1}}.spinner{align-items:center;background:#0009;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;position:absolute;top:0;width:100%}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}.spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.spinner__circle{animation:h 2.5s linear 0s infinite normal;border:3px solid #0000;border-radius:100%;height:90px;transform-origin:50% 50%;transition:all .5s ease-in-out;width:90px}[dir=ltr] .spinner__circle{border-color:#0000 #6b2a74 #0000 #d5d5d5}[dir=rtl] .spinner__circle{border-color:#0000 #d5d5d5 #0000 #6b2a74}.spinner__label{animation:i 2s linear 0s infinite normal;color:#6b2a74;font-family:FontAwesome,sans-serif;font-size:.875em;font-weight:700;opacity:0;position:absolute;text-align:center;width:90px}@keyframes h{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes i{0%{opacity:1}20%{opacity:0}50%{opacity:0}to{opacity:1}}.empty-favorites{align-items:center;color:#fff;display:flex;flex-direction:column;height:19.6rem;margin-left:auto;margin-right:auto;padding:20px 0;position:absolute;text-align:center;width:100%}@media only screen and (max-width:767px){.empty-favorites__title{font-size:25px}}.empty-favorites__description{align-items:center;display:flex;justify-content:center;margin-top:30px}@media only screen and (max-width:767px){.empty-favorites__description{font-size:16px}}.empty-favorites__icon-wrapper{margin-top:5px}[dir=ltr] .empty-favorites__icon-wrapper{margin-left:3px}[dir=rtl] .empty-favorites__icon-wrapper{margin-right:3px}.loadable-image__container{box-sizing:border-box;height:100%;overflow:hidden;position:relative;width:100%}.loadable-image__image{color:#fff;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease-in-out;width:100%}.loadable-image__image_loaded{opacity:1}.loadable-image__image_hidden{opacity:0}.button_colors_main,.button_colors_secondary{background-color:#6b2a74!important;border-color:#6b2a74!important;color:#fff!important}.button_colors_main:hover,.button_colors_secondary:hover{background-color:#6b2a74;border-color:#6b2a74;opacity:.8}.button_colors_main:focus,.button_colors_secondary:focus{background-color:#6b2a74}.button_colors_main:disabled,.button_colors_secondary:disabled{background-color:#6b2a74;opacity:.5}.button_colors_main:disabled:hover,.button_colors_secondary:disabled:hover{opacity:.5}.button_colors_tertiary{background-color:#fff!important;border-color:#fff!important;color:#6b2a74!important}.button_colors_tertiary:hover{background-color:#fff;border-color:#fff;opacity:.8}.button_colors_tertiary:focus{background-color:#fff}.button_colors_tertiary:disabled{background-color:#fff;opacity:.5}.button_colors_tertiary:disabled:hover{opacity:.5}.button_colors_login{background-color:#79020a!important;border-color:#0000!important}.button_colors_login:hover{background-color:#fff!important;border-color:#0000;color:#333}.button_colors_login:focus{background-color:#79020a}.button_colors_login:disabled{background-color:#79020a;opacity:.5}.button_colors_login:disabled:hover{opacity:.5}.button:disabled{cursor:not-allowed}.button_appearance_ghost{background-color:#0000;color:#fff}.button_appearance_ghost:hover{background:#0000;color:#fff;opacity:.8}.button__button-container{height:100%;position:relative;width:100%}.button__button-container button{align-items:center;display:flex;font-size:1rem;height:100%;justify-content:center;line-height:1.25;min-width:auto;padding:12px 16px;text-transform:capitalize;width:100%}.button__button-container_uppercase button{text-transform:uppercase!important}.button__button-container_disabled{cursor:not-allowed}.button__button-container_loading{cursor:progress}.button__icon-svg{height:.875rem}[dir=ltr] .button__icon-svg{margin-right:.1rem}[dir=rtl] .button__icon-svg{margin-left:.1rem}.button_rounded{border-radius:150px!important}.slots-icon{aspect-ratio:1/1;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s linear;width:100%}.slots-icon_isExclusive{animation:move-slot-bg 5s ease infinite;border-radius:0 0 3px 3px;transform:translateZ(0)}[dir=ltr] .slots-icon_isExclusive{background:linear-gradient(91deg,red,#fcff60)}[dir=rtl] .slots-icon_isExclusive{background:linear-gradient(-91deg,red,#fcff60)}[dir] .slots-icon_isExclusive{background-size:400% 400%}@keyframes move-slot-bg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.slots-icon_isExclusive .slots-icon__name h4{color:#000}.slots-icon_isExclusive .slots-icon__name svg path{fill:#000}.slots-icon__exclusive{--bg-size:400%;animation:move-bg 3s linear infinite;color:#0000;font-weight:700}[dir=ltr] .slots-icon__exclusive{background:linear-gradient(90deg,#e8b116,#000,#e8b116) 0 0/var(--bg-size) 100%}[dir=rtl] .slots-icon__exclusive{background:linear-gradient(-90deg,#e8b116,#000,#e8b116) 0 0/var(--bg-size) 100%}[dir] .slots-icon__exclusive{background-clip:text;-webkit-background-clip:text}@media(prefers-reduced-motion:no-preference){.slots-icon__exclusive{animation:move-bg 3s linear infinite}@keyframes move-bg{to{background-position:var(--bg-size) 0}}}.slots-icon__exclusive-wrapper{align-items:center;background:#e8b116;border-radius:3px;color:#000;display:flex;font-size:1.2rem;font-weight:700;justify-content:center;padding:.3rem .6rem;position:absolute;text-transform:uppercase;top:10px;z-index:6}[dir=ltr] .slots-icon__exclusive-wrapper{right:10px}[dir=rtl] .slots-icon__exclusive-wrapper{left:10px}@media only screen and (max-width:767px){.slots-icon__exclusive-wrapper{font-size:1rem}.slots-icon_isPreview .slots-icon__name{display:none}}.slots-icon__img{height:100%;max-height:400px;min-height:100px;width:100%}.slots-icon__img img{object-fit:cover}.slots-icon__img-plug{align-items:center;background:#b0b0b0;display:flex;height:100%;justify-content:center;width:100%}.slots-icon__new-label{background:#390269;border-radius:2px;color:#fff;font-size:.9rem;font-weight:700;padding:.1rem .4rem;position:absolute;text-transform:uppercase;top:3px;z-index:2}[dir=ltr] .slots-icon__new-label{right:3px}[dir=rtl] .slots-icon__new-label{left:3px}.slots-icon__dropWins-wrapper{border-top:55px solid #fff;position:absolute;top:0}[dir=ltr] .slots-icon__dropWins-wrapper{border-right:55px solid #0000}[dir=rtl] .slots-icon__dropWins-wrapper{border-left:55px solid #0000}.slots-icon__dropWins-image{animation:scaleDumping 2s infinite;position:absolute;top:-55px;width:40px}.slots-icon__overlay{height:100%;position:absolute;top:0;width:100%;z-index:10}.slots-icon__overlay-bg{bottom:0;height:60%;position:absolute;width:100%;z-index:-1}[dir=ltr] .slots-icon__overlay-bg{background:linear-gradient(180deg,#6b2a7400,#6b2a74)}[dir=rtl] .slots-icon__overlay-bg{background:linear-gradient(-180deg,#6b2a7400,#6b2a74)}.slots-icon__overlay-content{display:flex;flex-direction:column;gap:4px;height:100%;justify-content:flex-end;padding:16px;width:100%}.slots-icon__bottom{align-items:flex-end;display:none;gap:7px;justify-content:space-between;width:100%}.slots-icon__bottom-right{align-items:flex-end;display:flex;height:100%;padding-bottom:10px;width:100%}.slots-icon__bottom-left{align-items:flex-start;display:flex;flex-direction:column;gap:9px}.slots-icon__btn-wrapper{display:none;height:40px;width:100%}.slots-icon__favorite{height:20px;opacity:0;width:20px}@media only screen and (max-width:767px){.slots-icon__favorite{opacity:1}}.slots-icon__name{color:#fff;font-size:18px;font-weight:600}@media only screen and (max-width:767px){.slots-icon__name{font-size:16px}}@media only screen and (min-width:768px){.slots-icon:hover .slots-icon__overlay-bg{height:100%}[dir=ltr] .slots-icon:hover .slots-icon__overlay-bg{background:linear-gradient(180deg,#62020500,#6b2a74)}[dir=rtl] .slots-icon:hover .slots-icon__overlay-bg{background:linear-gradient(-180deg,#62020500,#6b2a74)}}.slots-icon:hover .slots-icon__bottom{display:flex}@media only screen and (min-width:768px){.slots-icon:hover .slots-icon__btn-wrapper{display:flex}}.slots-icon:hover .slots-icon__favorite{opacity:1}@keyframes scaleDumping{0%{transform:scale(.7)}50%{transform:scale(1)}to{transform:scale(.7)}}.slots-layout-content{align-items:center;display:flex;flex-direction:column;min-height:100%;position:relative}.slots-layout-content__content{max-width:1562px;width:100%}@media only screen and (max-width:767px){.slots-layout-content__content{max-width:none;padding:0 16px;width:100%}}.slots-layout-content__slots{position:relative;width:100%}.slots-layout-content__slots-wrapper{flex-grow:1;min-height:20rem;padding-bottom:60px;width:100%}@media only screen and (max-width:767px){.slots-layout-content__slots{grid-gap:8px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr);padding:8px}}@media only screen and (min-width:768px){.slots-layout-content__slots{grid-gap:14px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(8,1fr);padding:8px}}.slots-layout-content__loading{align-items:center;color:#fff;display:flex;height:2rem;justify-content:center}.slots-layout-content__top{align-items:flex-start;display:flex;flex-direction:column;width:100%}.slots-layout-content__top_isLive{margin-bottom:32px}@media only screen and (max-width:767px){.slots-layout-content__top_isLive{align-items:flex-start;flex-direction:column}.slots-layout-content__top_isLive .slots-layout-content__heading{margin-bottom:16px}}.slots-layout-content__heading{align-items:center;display:flex;gap:16px;justify-content:flex-start;margin-bottom:32px;width:100%}@media only screen and (max-width:767px){.slots-layout-content__heading{margin-bottom:16px}}.slots-layout-content__game-type{color:#fff;font-size:36px;font-weight:700}@media only screen and (max-width:767px){.slots-layout-content__game-type{font-size:24px}}.slots-layout-content__count{background-color:#6b2a7466;border-radius:8px;color:#fff;font-size:18px;font-weight:700;padding:12px}@media only screen and (max-width:767px){.slots-layout-content__count{border-radius:4px;font-size:12px;padding:4px}}.wheel-style-variables{--wheel-page-container-width:1200px;--wheel-size:90vw;--wheel-border-radius:15px;--wheel-data-value-fz:15.4px;--wheel-data-currency-fz:12.4px;--wheel-data-value-stroke:1.04px;--wheel-data-currency-stroke:0.72px;--wheel-data-additional-width:4.8px;--wheel-button-height:60.8px;--wheel-button-width:78%;--wheel-button-fz:16px;--wheel-timer-height:54.4px;--wheel-timer-label-fz:14.4px;--wheel-timer-time-fz:14.4px;--wheel-history-header-height:64px;--wheel-history-header-fz:22px;--wheel-history-item-name-fz:12.8px;--wheel-history-item-v-top-fz:22px;--wheel-history-item-v-bottom-fz:20px;--wheel-history-item-present-fz:24px;--wheel-history-item-v-top-stroke:0;--wheel-history-item-v-bottom-stroke:0;--wheel-history-nobonuses-fz:24px;--spin-history-title-icon-size:25px;--mega-win-height:80px;--win-modal-amount-border-width:10px;--wheel-center-text-ff:"Kanit",sans-serif;--wheel-center-text-fz:44px;--wheel-center-text-fw:900;--wheel-center-text-lh:36px;--wheel-center-text-stroke-width:2px;--wheel-main-color:#fff;--wheel-text-stroke-color:#401802cc;--wheel-box-shadow-color:#ffa800cc;--wheel-history-border-color:#fff0c980;--sector-even-bg:#111;--sector-odd-bg:#ffe600;--sector-border-color:#fff0c9;--sector-border-opacity:0.5;--wheel-data-value-color:#fff;--wheel-data-value-stroke-color:#401802cc;--wheel-data-currency-color:var(--wheel-data-value-color);--wheel-data-currency-stroke-color:var(--wheel-data-value-stroke-color);--outer-ring-bg:#ffe600;--inner-ring-bg:#ffb800;--wheel-tip-bg:#ffb800;--wheel-tip-border-color:#fff0c9;--wheel-tip-border-opacity:0.5;--wheel-center-bg:#ffb800;--wheel-center-border-color:#fff0c9;--wheel-center-border-opacity:0.5;--wheel-center-text-stroke-color:#f3b002;--wheel-center-text-color:#fff;--wheel-center-text-opacity:0.85;--prize-with-icon-circle-bg:#ffe600;--light-ball-active-bg-from:#fff;--light-ball-active-bg-to:#feffb8;--light-ball-disabled-bg-from:#acacac;--light-ball-disabled-bg-to:#d2d3a3;--mega-win-border-color:#f3b002;--mega-win-title-stroke-color:#f3b002;--mega-win-title-color:#fff;--mega-win-text-opacity:0.85;--mega-win-description-color:#fff;--spin-button-left-bg:#87ef04;--spin-button-right-bg:#67eb00;--spin-button-border-bottom-color:#4ec306;--spin-button-text-color:#fff;--wheel-timer-left-bg:#71b609;--wheel-timer-right-bg:#3b7a09;--wheel-timer-border-bottom-color:#3b7a09;--wheel-timer-text-color:#fff;--wheel-leg-border-color:#ffb800;--wheel-leg-bg-from:#ffe600;--wheel-leg-bg-to:#ff8c00;--spin-history-title-bg:linear-gradient(180deg,#ffb800,#ffcb00);--spin-history-title-text-color:#fff;--spin-history-title-icon-color:#fff;--spin-history-content-bg:linear-gradient(180deg,#ffb800,#ffcb00);--spin-history-item-border-color:#fff0c980;--spin-history-item-text-color:#fff;--spin-history-content-scrollbar-thumb-color:#ffffff80;--spin-history-content-scrollbar-track-color:#0000}@media only screen and (min-width:475px){.wheel-style-variables{--spin-history-title-icon-size:40px;--wheel-history-header-fz:32px;--wheel-history-item-v-top-fz:33.6px;--wheel-history-item-v-bottom-fz:25.5px}}@media only screen and (min-width:768px){.wheel-style-variables{--wheel-size:480px;--wheel-button-height:83.2px;--wheel-button-width:calc(var(--wheel-size)/3*2);--wheel-history-item-name-fz:16px;--wheel-history-item-v-top-fz:38.4px;--wheel-history-item-v-bottom-fz:27.2px}}@media only screen and (min-width:1024px){.wheel-style-variables{--wheel-size:560px;--wheel-data-value-fz:24.8px;--wheel-data-currency-fz:16px;--wheel-data-value-stroke:1.6px;--wheel-data-currency-stroke:1.04px;--wheel-button-fz:20.8px;--wheel-timer-height:57.6px;--wheel-timer-label-fz:16px;--wheel-timer-time-fz:16px;--wheel-history-nobonuses-fz:48px;--mega-win-height:112px}}.wheel-game-page{background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--wheel-main-color);flex-grow:1;height:100%;overflow:hidden;padding:8px;width:100%}.wheel-game-page__container{align-items:center;display:flex;flex-direction:column;gap:32px;height:100%;justify-content:center;margin:0 auto;width:100%}@media only screen and (min-width:768px){.wheel-game-page__container{flex-direction:row;gap:80px;max-width:var(--wheel-page-container-width)}}.wheel-game-page__game,.wheel-game-page__history{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 8px;width:100%}.bc-modal{animation:animateOpenCloseFrames .25s linear forwards;background-color:#00000080;height:100%;inset:0;position:fixed;width:100%;z-index:999}.bc-modal_closed{animation:animateOpenCloseBackwardsFrames .25s linear forwards}.bc-modal_type_fixed{position:fixed}.bc-modal__inner{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.bc-modal__inner_position_top{justify-content:flex-start}.bc-modal__inner_position_center{justify-content:center}.bc-modal__inner_position_bottom{justify-content:flex-end}.bc-modal__content{height:100%;width:100%}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes disappear{0%{opacity:1}to{opacity:0}}.wheel-page-game{position:relative}.wheel-page-game__mega-win{--mega-win-bottom:-8px;--mega-win-margin:0;display:flex;height:var(--mega-win-height);justify-content:center;margin:var(--mega-win-margin);opacity:1;position:relative;transition:opacity .6s ease}@media only screen and (min-width:768px){.wheel-page-game__mega-win{--mega-win-bottom:-16px}}@media only screen and (max-width:1024px){.wheel-page-game__mega-win{--mega-win-margin:0 0 35px 0}}.wheel-page-game__mega-win_isHidden{opacity:0}.wheel-page-game__mega-win-bg{bottom:0;height:auto;margin:auto;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%}.wheel-page-game__mega-win-icon{bottom:var(--mega-win-bottom);height:100%;position:absolute;width:auto;z-index:3}.wheel-page-game__mega-win-dropshadow{animation:shadow-pulse 2s linear infinite reverse;aspect-ratio:1;background:#ffffff80;border-radius:50%;height:65%;inset:0;bottom:var(--mega-win-bottom);box-shadow:0 0 60px 9px #fff;margin:auto;position:absolute;width:auto;z-index:2}.wheel-page-game__coins-stuck{bottom:-15%;height:auto;opacity:1;position:absolute;transition:opacity .6s ease;width:134%}[dir=ltr] .wheel-page-game__coins-stuck{left:-17%}[dir=rtl] .wheel-page-game__coins-stuck{right:-17%}.wheel-page-game__coins-stuck_isHidden{opacity:0}@keyframes shadow-pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.wheel-win{animation:show-backdrop .5s forwards;font-family:Paytone One;height:100%;overflow:hidden;width:100%}.wheel-win__coins{animation:show-coins .5s forwards;height:100%;object-fit:cover;pointer-events:none;position:absolute;width:100%;z-index:1}.wheel-win__coins_lost{display:none}.wheel-win__wrapper{align-items:center;animation:open-modal .5s forwards;display:flex;height:100%;justify-content:center;position:relative;width:100%}.wheel-win__lines{animation:infitieRotate 5s linear infinite;filter:blur(3px);height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}@keyframes infitieRotate{0%{transform:translate(-50%,-50%) rotate(0deg);-webkit-transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn);-webkit-transform:translate(-50%,-50%) rotate(1turn)}}.wheel-win__state-wrapper-win{height:auto;left:50%;position:absolute;top:25%;transform:translateX(-50%);transform:translateX(-52%);width:250px;width:305px;z-index:2}@media only screen and (min-width:475px){.wheel-win__state-wrapper-win{width:340px}}@media only screen and (min-width:768px){.wheel-win__state-wrapper-win{width:340px}}.wheel-win__state-wrapper-win_lang_fr-fr{width:300px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-win_lang_fr-fr{width:340px}}.wheel-win__state-wrapper-win_lang_he-HE{top:20%;width:273px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-win_lang_he-HE{width:341px}}.wheel-win__state-wrapper-win_lang_tr-tr{width:293px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-win_lang_tr-tr{width:363px}}.wheel-win__state-wrapper-win_lang_es-ES{width:300px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-win_lang_es-ES{width:346px}}.wheel-win__state-wrapper-win_lang_pt-BR{top:22%;transform:translateX(-54%);width:295px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-win_lang_pt-BR{top:25%;width:351px}}.wheel-win__state-wrapper-lost{height:auto;left:50%;position:absolute;top:25%;transform:translateX(-50%);transform:translateX(-52%);width:250px;width:300px;z-index:2}@media only screen and (min-width:475px){.wheel-win__state-wrapper-lost{width:340px}}@media only screen and (min-width:768px){.wheel-win__state-wrapper-lost{width:354px}}.wheel-win__state-wrapper-lost_lang_fr-fr{width:300px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-lost_lang_fr-fr{width:399px}}.wheel-win__state-wrapper-lost_lang_he-HE{top:20%;width:246px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-lost_lang_he-HE{width:338px}}.wheel-win__state-wrapper-lost_lang_tr-tr{width:300px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-lost_lang_tr-tr{width:405px}}.wheel-win__state-wrapper-lost_lang_es-ES{width:300px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-lost_lang_es-ES{width:403px}}.wheel-win__state-wrapper-lost_lang_pt-BR{transform:translateX(-54%);width:300px}@media only screen and (min-width:768px){.wheel-win__state-wrapper-lost_lang_pt-BR{width:351px}}.wheel-win__state-text{height:auto;width:100%}.wheel-win__state-text-additional{bottom:0;color:#fff;font-size:16px;left:50%;line-height:100%;position:absolute;text-align:center;text-shadow:1px 2px #cd6de5;transform:translate(-50%)}.wheel-win__state-text-additional_lang_fr-fr{transform:translate(-50%,30%);width:216px}@media only screen and (min-width:768px){.wheel-win__state-text-additional_lang_fr-fr{transform:translate(-50%,15%);width:202px}}.wheel-win__state-text-additional_lang_he-HE{transform:translate(-50%,15%);width:216px}@media only screen and (min-width:768px){.wheel-win__state-text-additional_lang_he-HE{width:210px}}.wheel-win__state-text-additional_lang_tr-tr{transform:translate(-50%,30%);width:189px}@media only screen and (min-width:768px){.wheel-win__state-text-additional_lang_tr-tr{transform:translate(-50%);width:182px}}.wheel-win__state-text-additional_lang_es-ES{width:147px}@media only screen and (min-width:768px){.wheel-win__state-text-additional_lang_es-ES{width:198px}}.wheel-win__state-text-additional_lang_pt-BR{transform:translate(-50%,45%);width:211px}@media only screen and (min-width:768px){.wheel-win__state-text-additional_lang_pt-BR{width:185px}}.wheel-win__content-wrapper{align-items:center;animation-delay:.55s;display:flex;height:410px;justify-content:center;position:relative;width:auto;z-index:3}@media only screen and (min-width:475px){.wheel-win__content-wrapper{height:554px}}.wheel-win__content{bottom:13%;flex-direction:column;left:50%;transform:translateX(-54%);z-index:2}.wheel-win__close-block,.wheel-win__content{align-items:center;display:flex;position:absolute}.wheel-win__close-block{background:#3f4451;border-radius:50%;color:#fff;cursor:pointer;height:30px;justify-content:center;padding:0;right:5px;top:5px;width:30px;z-index:100}.wheel-win__close-img{height:60%;width:60%}.wheel-win__flag{height:100%;width:auto;z-index:1}.wheel-win__win-amount{-webkit-text-stroke:3px #bf7ab5;align-items:center;color:#eedaf3;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}@media only screen and (min-width:475px){.wheel-win__win-amount{-webkit-text-stroke:4px #bf7ab5}}.wheel-win__present{max-height:95px}@media only screen and (min-width:475px){.wheel-win__present{max-height:150px}}.wheel-win__amount{font-size:64px;line-height:100%}@media only screen and (min-width:475px){.wheel-win__amount{font-size:88px}}.wheel-win__currency{font-size:28px;line-height:100%}@media only screen and (min-width:475px){.wheel-win__currency{font-size:40px}}.wheel-win__button{align-items:center;background:#87ef04;border:none;border-bottom:10px solid #4ec306;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;justify-content:center;line-height:1;margin:0 auto;min-height:40px;min-width:150px;outline:none;padding:4px 29px;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease;white-space:nowrap;width:auto;z-index:10}@media only screen and (min-width:475px){.wheel-win__button{font-size:17px;min-height:50px;min-width:200px}}.wheel-win__button:hover{background:#67eb00}.wheel-win__button:active{transform:translateY(2px)}.wheel-win__button-content{z-index:2}.wheel-win__button-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;text-shadow:0 3px #0003}.wheel-win__button-linear{border-radius:10px;height:100%;overflow:hidden;position:relative;width:100%;z-index:1}.wheel-win__button-linear:before{background:#67eb00;bottom:-250px;content:"";display:block;height:500px;position:absolute;right:-20%;transform:rotate(-45deg);width:50%;z-index:1}.wheel-win__button-linear-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}@keyframes show-coins{0%{opacity:0}to{opacity:1}}@keyframes show-backdrop{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}to{backdrop-filter:blur(7.5px);-webkit-backdrop-filter:blur(7.5px)}}@keyframes toggle-content{0%{transform:rotate(0deg)}25%{transform:rotate(3deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-3deg)}to{transform:rotate(0deg)}}.wheel-game-page-history{display:flex;flex-direction:column-reverse;flex-grow:1;gap:16px;position:relative;width:100%}@media only screen and (min-width:768px){.wheel-game-page-history{flex-direction:column}}.wheel-game-page-history__header{align-items:center;background:var(--spin-history-title-bg);border-radius:var(--wheel-border-radius);color:var(--spin-history-title-text-color);display:flex;font-size:var(--wheel-history-header-fz);font-weight:700;height:var(--wheel-history-header-height);justify-content:center;padding:10px;text-align:center;text-shadow:0 3px #0003;text-transform:uppercase;width:100%}.wheel-game-page-history__header-refresh-icon{color:var(--spin-history-title-icon-color);cursor:pointer;flex-shrink:0;height:var(--spin-history-title-icon-size);width:var(--spin-history-title-icon-size)}[dir=ltr] .wheel-game-page-history__header-refresh-icon{margin-left:15px}[dir=rtl] .wheel-game-page-history__header-refresh-icon{margin-right:15px}.wheel-game-page-history__header-refresh-icon_loading{animation:spin 1s linear infinite;filter:brightness(.8)}.wheel-game-page-history__background{height:auto;inset:0;margin:auto;position:absolute;width:80%}.wheel-game-page-history__list{display:flex;flex-direction:column;gap:8px;height:100%;max-height:calc(var(--wheel-size) - var(--wheel-history-header-height));overflow-y:scroll;padding:0 16px;position:relative;width:100%;z-index:10}.wheel-game-page-history__list::-webkit-scrollbar{display:block;width:3px}.wheel-game-page-history__list::-webkit-scrollbar-thumb{background:var(--spin-history-content-scrollbar-thumb-color);border-radius:5px}.wheel-game-page-history__list::-webkit-scrollbar-track{background:var(--spin-history-content-scrollbar-track-color);border-radius:5px}.wheel-game-page-history__list-wrapper{background:var(--spin-history-content-bg);border-radius:var(--wheel-border-radius);flex-grow:1;height:100%;min-height:calc(var(--wheel-size) - var(--wheel-history-header-height));overflow:hidden;padding:22.4px 8px;position:relative;width:100%;z-index:3}.wheel-game-page-history__row{border:2px solid var(--spin-history-item-border-color);border-radius:var(--wheel-border-radius);display:grid;grid-template-columns:1fr 1fr}.wheel-game-page-history__col{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:11.2px 16px;width:100%}[dir=ltr] .wheel-game-page-history__col:first-child{border-right:2px solid var(--spin-history-item-border-color)}[dir=rtl] .wheel-game-page-history__col:first-child{border-left:2px solid var(--spin-history-item-border-color)}.wheel-game-page-history__col-name,.wheel-game-page-history__col-value{color:var(--spin-history-item-text-color);font-weight:700;line-height:1;max-width:100%;position:relative;text-align:center;text-shadow:0 3px #0003}.wheel-game-page-history__col-name{font-size:var(--wheel-history-item-name-fz);text-transform:uppercase}.wheel-game-page-history__value{display:block;letter-spacing:-.8px;margin-top:4.8px;width:100%}.wheel-game-page-history__value_top{-webkit-text-stroke:var(--wheel-history-item-v-top-stroke) var(--wheel-text-stroke-color);font-size:var(--wheel-history-item-v-top-fz)}.wheel-game-page-history__value_bottom{-webkit-text-stroke:var(--wheel-history-item-v-bottom-stroke) var(--wheel-text-stroke-color);font-size:var(--wheel-history-item-v-bottom-fz);margin-top:3.2px}.wheel-game-page-history__present{font-size:var(--wheel-history-item-present-fz)}.wheel-game-page-history__noBonuses{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;width:100%}.wheel-game-page-history__noBonuses-bg{bottom:0;height:auto;position:absolute;width:70%}[dir=ltr] .wheel-game-page-history__noBonuses-bg{left:0}[dir=rtl] .wheel-game-page-history__noBonuses-bg{right:0}@media only screen and (min-width:1024px){.wheel-game-page-history__noBonuses-bg{width:80%}}.wheel-game-page-history__noBonuses-text{font-size:var(--wheel-history-nobonuses-fz);font-weight:700;letter-spacing:-.48px;line-height:1.02;position:relative;text-align:center;text-shadow:0 3px #0003;text-transform:uppercase}.wheel-game-page-history__loader{margin-top:10px;position:relative}@keyframes spin{to{transform:rotate(1turn)}}.loader__container{animation:animateOpenCloseFrames .25s linear forwards}.loader__container_isExitAnim{animation:animateOpenCloseBackwardsFrames .25s linear forwards}@keyframes animateOpenCloseBackwardsFrames{0%{opacity:1}to{opacity:0}}.wheel-page-spin{align-items:center;display:flex;justify-content:center}.wheel-page-spin_hidden{opacity:0}.wheel-page-spin__inner{max-width:var(--wheel-button-width);min-width:var(--wheel-button-width);position:relative;top:calc(var(--wheel-button-height)*-1/2)}.wheel-page-spin__button{align-items:center;background:var(--spin-button-left-bg);border:none;border-bottom:8px solid var(--spin-button-border-bottom-color);border-radius:8px;color:var(--spin-button-text-color);display:flex;font-size:var(--wheel-button-fz);font-weight:700;height:var(--wheel-button-height);justify-content:center;line-height:1;margin:0 auto;outline:none;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease;white-space:nowrap;width:100%;z-index:10}.wheel-page-spin__button:hover{background:var(--spin-button-right-bg)}.wheel-page-spin__button-content{align-items:center;display:flex;height:100%;justify-content:center;width:100%;z-index:2}.wheel-page-spin__button-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;text-shadow:0 3px #0003}.wheel-page-spin__button-text-wrapper{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.wheel-page-spin__button-linear{border-radius:8px;height:100%;overflow:hidden;position:relative;width:100%;z-index:1}.wheel-page-spin__button-linear:before{background:var(--spin-button-right-bg);bottom:-250px;content:"";display:block;height:500px;position:absolute;width:50%;z-index:1}[dir=ltr] .wheel-page-spin__button-linear:before{right:-20%;transform:rotate(-45deg)}[dir=rtl] .wheel-page-spin__button-linear:before{left:-20%;transform:rotate(45deg)}.wheel-page-spin__button-linear-wrapper{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .wheel-page-spin__button-linear-wrapper{left:0}[dir=rtl] .wheel-page-spin__button-linear-wrapper{right:0}.wheel-page-spin__coin{height:90%;position:absolute;top:25%;width:auto;z-index:8}@media only screen and (min-width:1024px){.wheel-page-spin__coin{height:100%}}.wheel-page-spin__coin_left{animation:moveTopBottom 3s linear infinite}[dir=ltr] .wheel-page-spin__coin_left{left:-11%}[dir=rtl] .wheel-page-spin__coin_left{right:-11%}@media only screen and (min-width:1024px){[dir=ltr] .wheel-page-spin__coin_left{left:calc(-11% - 16px)}[dir=rtl] .wheel-page-spin__coin_left{right:calc(-11% - 16px)}}.wheel-page-spin__coin_right{animation:moveTopBottom 4s linear infinite;transform:scaleX(-1)}[dir=ltr] .wheel-page-spin__coin_right{right:-11%}[dir=rtl] .wheel-page-spin__coin_right{left:-11%}@media only screen and (min-width:1024px){[dir=ltr] .wheel-page-spin__coin_right{right:calc(-11% - 16px)}[dir=rtl] .wheel-page-spin__coin_right{left:calc(-11% - 16px)}}.wheel-page-spin__leg{position:absolute;top:-120%;width:100%;z-index:3}@keyframes moveTopBottom{0%{transform:translateY(0)}30%{transform:translateY(-3px)}70%{transform:translateY(3px)}to{transform:translateY(0)}}.wheel{--current-angle:0deg;--process-rotate-duration:4s;--odd-light-ball-filter:unset;--even-light-ball-filter:unset;margin:0 auto;max-width:var(--wheel-size);overflow:hidden;padding-top:12.8px;width:100%}.wheel__inner{position:relative;width:100%;z-index:5}.wheel__loader-container{min-height:var(--wheel-size);position:relative;z-index:10}.wheel__wheel{transform:rotate(var(--current-angle))}.wheel__wheel_isSpinning{transition:transform var(--process-rotate-duration) ease-out}.wheel__wheel-img-wrapper{animation:light-ball-switch 2s infinite;display:flex}.wheel__wheel-img-wrapper img,.wheel__wheel-img-wrapper svg{aspect-ratio:1}.wheel__wheel-img-wrapper svg{height:auto;width:100%}.wheel__wheel-wrapper{transform:scale(.8) rotate(-100deg)}.wheel__wheel-wrapper_isAllImagesReady{animation:rotate-wheel-wrapper .5s linear forwards}.wheel__tip{display:block;height:auto;position:absolute;right:44%;top:-9.6px;width:12%;z-index:6}.wheel__tip_hidden{opacity:0}.wheel__tip_isSpinFinished{animation:toggle-tip 1s ease-out}.wheel__center{height:30%;inset:0;margin:auto;position:absolute;-webkit-user-select:none;user-select:none;width:30%;z-index:5}.wheel__center_hidden{opacity:0}.wheel__center-inner{border-radius:50%;box-shadow:0 0 100px 0 var(--wheel-box-shadow-color);cursor:pointer;position:relative}.wheel__center-bg,.wheel__center-inner{height:100%;width:100%}.wheel__center-text,.wheel__center-text-locale{align-items:center;animation:pulse-animation 3.3s linear infinite;display:flex;height:auto;inset:0;justify-content:center;margin:auto;position:absolute;width:105%}.wheel__center-text-locale{-webkit-text-stroke:var(--wheel-center-text-stroke-width) var(--wheel-center-text-stroke-color);font-family:var(--wheel-center-text-ff);font-size:var(--wheel-center-text-fz);font-weight:var(--wheel-center-text-fw);line-height:var(--wheel-center-text-lh);text-align:center;text-transform:uppercase}@keyframes pulse-animation{0%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(8deg)}to{transform:scale(1) rotate(0deg)}}.wheel__data{align-items:center;animation:animateOpenCloseFrames 1s linear forwards;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;width:100%}@keyframes animateOpenCloseFrames{0%{opacity:0}to{opacity:1}}.wheel__data-inner{display:inline-block;height:100%;position:relative;width:100%}.wheel__data-item{align-items:center;box-sizing:border-box;display:flex;height:6.25%;left:0;padding:0 calc(8.25% + 12.8px);position:absolute;top:46.875%;width:100%}.wheel__data-item:nth-child(2){transform:rotate(1turn);transform:rotate(180deg)}.wheel__data-item:nth-child(3){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(120deg)}.wheel__data-item:nth-child(3){transform:rotate(240deg)}.wheel__data-item:nth-child(4){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(90deg)}.wheel__data-item:nth-child(3){transform:rotate(180deg)}.wheel__data-item:nth-child(4){transform:rotate(270deg)}.wheel__data-item:nth-child(5){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(72deg)}.wheel__data-item:nth-child(3){transform:rotate(144deg)}.wheel__data-item:nth-child(4){transform:rotate(216deg)}.wheel__data-item:nth-child(5){transform:rotate(288deg)}.wheel__data-item:nth-child(6){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(60deg)}.wheel__data-item:nth-child(3){transform:rotate(120deg)}.wheel__data-item:nth-child(4){transform:rotate(180deg)}.wheel__data-item:nth-child(5){transform:rotate(240deg)}.wheel__data-item:nth-child(6){transform:rotate(300deg)}.wheel__data-item:nth-child(7){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(51.4285714286deg)}.wheel__data-item:nth-child(3){transform:rotate(102.8571428571deg)}.wheel__data-item:nth-child(4){transform:rotate(154.2857142857deg)}.wheel__data-item:nth-child(5){transform:rotate(205.7142857143deg)}.wheel__data-item:nth-child(6){transform:rotate(257.1428571429deg)}.wheel__data-item:nth-child(7){transform:rotate(308.5714285714deg)}.wheel__data-item:nth-child(8){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(45deg)}.wheel__data-item:nth-child(3){transform:rotate(90deg)}.wheel__data-item:nth-child(4){transform:rotate(135deg)}.wheel__data-item:nth-child(5){transform:rotate(180deg)}.wheel__data-item:nth-child(6){transform:rotate(225deg)}.wheel__data-item:nth-child(7){transform:rotate(270deg)}.wheel__data-item:nth-child(8){transform:rotate(315deg)}.wheel__data-item:nth-child(9){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(40deg)}.wheel__data-item:nth-child(3){transform:rotate(80deg)}.wheel__data-item:nth-child(4){transform:rotate(120deg)}.wheel__data-item:nth-child(5){transform:rotate(160deg)}.wheel__data-item:nth-child(6){transform:rotate(200deg)}.wheel__data-item:nth-child(7){transform:rotate(240deg)}.wheel__data-item:nth-child(8){transform:rotate(280deg)}.wheel__data-item:nth-child(9){transform:rotate(320deg)}.wheel__data-item:nth-child(10){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(36deg)}.wheel__data-item:nth-child(3){transform:rotate(72deg)}.wheel__data-item:nth-child(4){transform:rotate(108deg)}.wheel__data-item:nth-child(5){transform:rotate(144deg)}.wheel__data-item:nth-child(6){transform:rotate(180deg)}.wheel__data-item:nth-child(7){transform:rotate(216deg)}.wheel__data-item:nth-child(8){transform:rotate(252deg)}.wheel__data-item:nth-child(9){transform:rotate(288deg)}.wheel__data-item:nth-child(10){transform:rotate(324deg)}.wheel__data-item:nth-child(11){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(32.7272727273deg)}.wheel__data-item:nth-child(3){transform:rotate(65.4545454545deg)}.wheel__data-item:nth-child(4){transform:rotate(98.1818181818deg)}.wheel__data-item:nth-child(5){transform:rotate(130.9090909091deg)}.wheel__data-item:nth-child(6){transform:rotate(163.6363636364deg)}.wheel__data-item:nth-child(7){transform:rotate(196.3636363636deg)}.wheel__data-item:nth-child(8){transform:rotate(229.0909090909deg)}.wheel__data-item:nth-child(9){transform:rotate(261.8181818182deg)}.wheel__data-item:nth-child(10){transform:rotate(294.5454545455deg)}.wheel__data-item:nth-child(11){transform:rotate(327.2727272727deg)}.wheel__data-item:nth-child(12){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(30deg)}.wheel__data-item:nth-child(3){transform:rotate(60deg)}.wheel__data-item:nth-child(4){transform:rotate(90deg)}.wheel__data-item:nth-child(5){transform:rotate(120deg)}.wheel__data-item:nth-child(6){transform:rotate(150deg)}.wheel__data-item:nth-child(7){transform:rotate(180deg)}.wheel__data-item:nth-child(8){transform:rotate(210deg)}.wheel__data-item:nth-child(9){transform:rotate(240deg)}.wheel__data-item:nth-child(10){transform:rotate(270deg)}.wheel__data-item:nth-child(11){transform:rotate(300deg)}.wheel__data-item:nth-child(12){transform:rotate(330deg)}.wheel__data-item:nth-child(13){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(27.6923076923deg)}.wheel__data-item:nth-child(3){transform:rotate(55.3846153846deg)}.wheel__data-item:nth-child(4){transform:rotate(83.0769230769deg)}.wheel__data-item:nth-child(5){transform:rotate(110.7692307692deg)}.wheel__data-item:nth-child(6){transform:rotate(138.4615384615deg)}.wheel__data-item:nth-child(7){transform:rotate(166.1538461538deg)}.wheel__data-item:nth-child(8){transform:rotate(193.8461538462deg)}.wheel__data-item:nth-child(9){transform:rotate(221.5384615385deg)}.wheel__data-item:nth-child(10){transform:rotate(249.2307692308deg)}.wheel__data-item:nth-child(11){transform:rotate(276.9230769231deg)}.wheel__data-item:nth-child(12){transform:rotate(304.6153846154deg)}.wheel__data-item:nth-child(13){transform:rotate(332.3076923077deg)}.wheel__data-item:nth-child(14){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(25.7142857143deg)}.wheel__data-item:nth-child(3){transform:rotate(51.4285714286deg)}.wheel__data-item:nth-child(4){transform:rotate(77.1428571429deg)}.wheel__data-item:nth-child(5){transform:rotate(102.8571428571deg)}.wheel__data-item:nth-child(6){transform:rotate(128.5714285714deg)}.wheel__data-item:nth-child(7){transform:rotate(154.2857142857deg)}.wheel__data-item:nth-child(8){transform:rotate(180deg)}.wheel__data-item:nth-child(9){transform:rotate(205.7142857143deg)}.wheel__data-item:nth-child(10){transform:rotate(231.4285714286deg)}.wheel__data-item:nth-child(11){transform:rotate(257.1428571429deg)}.wheel__data-item:nth-child(12){transform:rotate(282.8571428571deg)}.wheel__data-item:nth-child(13){transform:rotate(308.5714285714deg)}.wheel__data-item:nth-child(14){transform:rotate(334.2857142857deg)}.wheel__data-item:nth-child(15){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(24deg)}.wheel__data-item:nth-child(3){transform:rotate(48deg)}.wheel__data-item:nth-child(4){transform:rotate(72deg)}.wheel__data-item:nth-child(5){transform:rotate(96deg)}.wheel__data-item:nth-child(6){transform:rotate(120deg)}.wheel__data-item:nth-child(7){transform:rotate(144deg)}.wheel__data-item:nth-child(8){transform:rotate(168deg)}.wheel__data-item:nth-child(9){transform:rotate(192deg)}.wheel__data-item:nth-child(10){transform:rotate(216deg)}.wheel__data-item:nth-child(11){transform:rotate(240deg)}.wheel__data-item:nth-child(12){transform:rotate(264deg)}.wheel__data-item:nth-child(13){transform:rotate(288deg)}.wheel__data-item:nth-child(14){transform:rotate(312deg)}.wheel__data-item:nth-child(15){transform:rotate(336deg)}.wheel__data-item:nth-child(16){transform:rotate(1turn)}.wheel__data-item:nth-child(2){transform:rotate(22.5deg)}.wheel__data-item:nth-child(3){transform:rotate(45deg)}.wheel__data-item:nth-child(4){transform:rotate(67.5deg)}.wheel__data-item:nth-child(5){transform:rotate(90deg)}.wheel__data-item:nth-child(6){transform:rotate(112.5deg)}.wheel__data-item:nth-child(7){transform:rotate(135deg)}.wheel__data-item:nth-child(8){transform:rotate(157.5deg)}.wheel__data-item:nth-child(9){transform:rotate(180deg)}.wheel__data-item:nth-child(10){transform:rotate(202.5deg)}.wheel__data-item:nth-child(11){transform:rotate(225deg)}.wheel__data-item:nth-child(12){transform:rotate(247.5deg)}.wheel__data-item:nth-child(13){transform:rotate(270deg)}.wheel__data-item:nth-child(14){transform:rotate(292.5deg)}.wheel__data-item:nth-child(15){transform:rotate(315deg)}.wheel__data-item:nth-child(16){transform:rotate(337.5deg)}.wheel__data-item:nth-child(17){transform:rotate(1turn)}.wheel__data-item_isPresent .wheel__data-icon{justify-content:flex-end}.wheel__data-currency,.wheel__data-icon,.wheel__data-value{align-items:center;display:flex;font-family:sans-serif;font-weight:700;justify-content:center;line-height:1;transform:rotate(-90deg);width:calc(6.25% + var(--wheel-data-additional-width))}.wheel__data-currency img,.wheel__data-icon img,.wheel__data-value img{height:auto;width:100%}.wheel__data-value{-webkit-text-stroke:var(--wheel-data-value-stroke) var(--wheel-data-value-stroke-color);color:var(--wheel-data-value-color);font-size:var(--wheel-data-value-fz);letter-spacing:1.28px}.wheel__data-currency{-webkit-text-stroke:var(--wheel-data-currency-stroke) var(--wheel-data-currency-stroke-color);color:var(--wheel-data-currency-color);font-size:var(--wheel-data-currency-fz)}.wheel__data-icon_isPresent{position:relative}.wheel__data-icon_isPresent:before{aspect-ratio:1;background:var(--prize-with-icon-circle-bg);border-radius:50%;content:"";display:block;height:auto;inset:0;left:-4.8px;margin:auto;position:absolute;width:calc(100% + 9.6px);z-index:1}.wheel__data-icon_isPresent img{z-index:2}.wheel .light-ball-odd{filter:var(--odd-light-ball-filter)}.wheel .light-ball-even{filter:var(--even-light-ball-filter)}@keyframes light-ball-switch{0%{--odd-light-ball-bg-from:var(--light-ball-active-bg-from);--odd-light-ball-bg-to:var(--light-ball-active-bg-to);--even-light-ball-bg-from:var(--light-ball-disabled-bg-from);--even-light-ball-bg-to:var(--light-ball-disabled-bg-to);--odd-light-ball-filter:drop-shadow(0px 0px 17px #fcfddf);--even-light-ball-filter:unset}50%{--odd-light-ball-bg-from:var(--light-ball-disabled-bg-from);--odd-light-ball-bg-to:var(--light-ball-disabled-bg-to);--even-light-ball-bg-from:var(--light-ball-active-bg-from);--even-light-ball-bg-to:var(--light-ball-active-bg-to);--odd-light-ball-filter:unset;--even-light-ball-filter:drop-shadow(0px 0px 17px #fcfddf)}to{--odd-light-ball-bg-from:var(--light-ball-active-bg-from);--odd-light-ball-bg-to:var(--light-ball-active-bg-to);--even-light-ball-bg-from:var(--light-ball-disabled-bg-from);--even-light-ball-bg-to:var(--light-ball-disabled-bg-to);--odd-light-ball-filter:drop-shadow(0px 0px 17px #fcfddf);--even-light-ball-filter:unset}}@keyframes rotate-wheel-wrapper{0%{transform:scale(.8) rotate(-100deg)}to{transform:scale(1) rotate(0)}}@keyframes toggle-tip{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.mega-win__wrapper{display:flex;justify-content:center;position:relative}.mega-win__text-wrapper{align-items:center;display:flex;flex-direction:column;gap:6px;padding-top:10px;position:absolute}.mega-win__sub-title{font-size:16px;line-height:16px;opacity:.85}.mega-win__sub-title,.mega-win__title{color:#fff;font-family:Inter,sans-serif;font-weight:800}.mega-win__title{font-size:24px;line-height:25px;max-width:150px;text-align:center}[dir=ltr] .mega-win__title{text-shadow:.1px 0 #403402cc,-.1px 0 #403402cc,0 .1px #403402cc,0 -.1px #403402cc}[dir=rtl] .mega-win__title{text-shadow:-.1px 0 #403402cc,.1px 0 #403402cc,0 .1px #403402cc,0 -.1px #403402cc}@keyframes open-modal{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes slide-up{0%{opacity:0;transform:translateY(100%)}50%{opacity:1}to{opacity:1;transform:translateY(0)}}.wheel-page-timer{display:flex;left:0;margin:0 auto;position:absolute;right:0;top:80%}.wheel-page-timer__clock{align-items:center;background:var(--wheel-timer-left-bg);border-bottom:6.4px solid var(--wheel-timer-border-bottom-color);border-radius:6px;color:var(--wheel-timer-text-color);display:flex;flex-direction:column;font-weight:700;height:var(--wheel-timer-height);justify-content:center;line-height:1;margin:0 auto;overflow:hidden;padding:0 16px;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease;z-index:2}@media only screen and (min-width:1024px){.wheel-page-timer__clock{padding:0 32px}}.wheel-page-timer__clock:before{background:var(--wheel-timer-right-bg);bottom:-250px;content:"";display:block;height:500px;position:absolute;width:50%;z-index:1}[dir=ltr] .wheel-page-timer__clock:before{right:-25%;transform:rotate(-45deg)}[dir=rtl] .wheel-page-timer__clock:before{left:-25%;transform:rotate(45deg)}.wheel-page-timer__clock-label{display:block;font-size:var(--wheel-timer-label-fz);font-weight:700;max-width:100%;overflow:hidden;position:relative;text-overflow:ellipsis;text-shadow:0 3px #0003;white-space:nowrap;z-index:2}.wheel-page-timer__clock-time{align-items:center;display:flex;font-size:var(--wheel-timer-time-fz);font-weight:600;gap:5px;justify-content:center;margin:2px;overflow:hidden;position:relative;z-index:2}.wheel-page-timer__clock-text{align-items:center;display:flex;gap:13px}[dir=ltr] .wheel-page-timer__clock-text{margin-left:8px}[dir=rtl] .wheel-page-timer__clock-text{margin-right:8px}.wheel-page-timer__clock-text-p{color:#fff9;font-size:6px;margin:3px 0 0;z-index:2}.wheel-page-timer__digit{display:inline-block;transition:transform .3s ease-in-out}.wheel-page-timer__digit-animate{animation:slideDown .3s forwards;transform:translateY(-20px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.wheel-game-page{--sector-odd-bg:#ffe600;--sector-even-bg:#111;--sector-border-color:#fff0c9;--sector-border-opacity:0.5;--wheel-data-value-color:#fff;--wheel-data-value-stroke:1.04px;--wheel-data-value-stroke-color:#401802cc;--wheel-data-currency-color:var(--wheel-data-value-color);--wheel-data-currency-stroke:0.72px;--wheel-data-currency-stroke-color:var(--wheel-data-value-stroke-color);--outer-ring-bg:#ffe600;--inner-ring-bg:#ffb800;--light-ball-active-bg-from:#fff;--light-ball-active-bg-to:#feffb8;--light-ball-disabled-bg-from:#acacac;--wheel-box-shadow-color:#ffe600;--light-ball-disabled-bg-to:#d2d3a3;--prize-with-icon-circle-bg:#ffe600;--wheel-tip-bg:#ffb800;--wheel-tip-border-color:#fff0c9;--wheel-tip-border-opacity:0.5;--wheel-center-bg:#ffb800;--wheel-center-border-color:#fff0c9;--wheel-center-border-opacity:0.5;--wheel-center-text-stroke-color:#f3b002;--wheel-center-text-color:#fff;--wheel-center-text-opacity:0.85;--mega-win-border-color:#f3b002;--mega-win-title-stroke-color:#f3b002;--mega-win-title-color:#fff;--mega-win-text-opacity:0.85;--mega-win-description-color:#fff;--spin-button-left-bg:#87ef04;--spin-button-right-bg:#67eb00;--spin-button-border-bottom-color:#4ec306;--spin-button-text-color:#fff;--wheel-timer-left-bg:#71b609;--wheel-timer-right-bg:#3b7a09;--wheel-timer-border-bottom-color:#3b7a09;--wheel-timer-text-color:#fff;--wheel-leg-border-color:#ffb800;--wheel-leg-bg-from:#ffe600;--wheel-leg-bg-to:#ff8c00;--spin-history-title-bg:linear-gradient(180deg,#ffb800,#ffcb00);--spin-history-title-text-color:#fff;--spin-history-title-icon-color:#fff;--spin-history-content-bg:linear-gradient(180deg,#ffb800,#ffcb00);--spin-history-item-border-color:#fff0c980;--spin-history-item-text-color:#fff;--spin-history-content-scrollbar-thumb-color:#ffffff80;--spin-history-content-scrollbar-track-color:#0000}.wheel-game-page .wheel__data-currency,.wheel-game-page .wheel__data-value{font-family:Open Sans,sans-serif}.confirm-activate-bonus{align-items:center;border-radius:1.25rem;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;max-width:45vw;padding:2.75rem 2.2rem 6rem;position:relative}@media only screen and (max-width:1024px){.confirm-activate-bonus{margin:0 auto;max-width:65vw}}@media only screen and (max-width:475px){.confirm-activate-bonus{max-width:90vw;padding:3rem 0 6rem}}.confirm-activate-bonus__person{width:10rem}.confirm-activate-bonus__button-wrapper{bottom:1rem;display:flex;justify-content:space-between;position:absolute;width:50%}[dir=ltr] .confirm-activate-bonus__button-wrapper{left:50%;transform:translateX(-50%)}[dir=rtl] .confirm-activate-bonus__button-wrapper{right:50%;transform:translateX(50%)}@media only screen and (max-width:767px){.confirm-activate-bonus__button-wrapper{justify-content:space-evenly;width:100%}}.confirm-activate-bonus__button button{padding:8px 15px}.confirm-activate-bonus__text{font-size:1.65rem;margin-top:1rem;width:90%}.mobile-modal-lang{align-items:center;background-color:#3f3f3f;border-radius:10px;display:flex;gap:14px;justify-content:center;max-width:334px;overflow:hidden;padding:19px 17px;width:100vw}.mobile-modal-lang__item{align-items:center;color:#fff;display:flex;gap:12px}@media only screen and (max-width:767px){.mobile-modal-lang__item{padding:8px}}.mobile-modal-lang__item img{height:48px;width:48px}.mobile-modal-lang__item span{font-size:22px;font-weight:700;text-transform:uppercase}.mobile-modal-lang__item_active{color:#390269}.input__wrapper{height:100%;position:relative;width:100%}.input__wrapper_isFlex{align-items:center;display:flex}.input__wrapper_error .MuiInputBase-root{border:1px solid red}.input__left-icon{height:100%;width:100%}.input__left-icon *{fill:#fff}.input__left-icon-wrapper{align-items:center;background:#3c3c3c;display:flex;height:100%;justify-content:center;width:50px}.input__error{bottom:-19px;color:red;font-size:12px;position:absolute;white-space:nowrap}[dir=ltr] .input__error{left:50%;transform:translateX(-50%)}[dir=rtl] .input__error{right:50%;transform:translateX(50%)}@media only screen and (max-width:767px){.input__error{bottom:-15px;font-size:12px}}.input__bottom-text{text-align:center}.input:has(>input:-webkit-autofill){background-color:#6b2a7466!important}.input .MuiInputAdornment-positionEnd{height:100%;position:absolute}[dir=ltr] .input .MuiInputAdornment-positionEnd{right:20px}[dir=rtl] .input .MuiInputAdornment-positionEnd{left:20px}.input .MuiInputAdornment-positionEnd svg path{fill:#fff}.input .MuiInputAdornment-positionStart{height:100%;position:absolute}[dir=ltr] .input .MuiInputAdornment-positionStart{left:12px}[dir=rtl] .input .MuiInputAdornment-positionStart{right:12px}.input .MuiInputAdornment-positionStart svg path{stroke:#fff}.input.Mui-focused{box-shadow:none!important}.input.Mui-disabled{background-color:hsla(0,0%,100%,.102)!important;border:1px solid hsla(0,0%,100%,.102)!important}.sign-in{background-color:#1e1e1e;border-radius:12px;height:500px;overflow:hidden;padding:24px;width:500px}@media only screen and (max-width:767px){.sign-in{height:500px;width:95vw}}.sign-in__heading{align-items:center;color:#fff;display:flex;font-size:32px;font-weight:700;justify-content:space-between;width:100%}.sign-in__close{cursor:pointer;height:24px;width:24px}.sign-in__inputs{align-items:center;gap:16px;padding:24px 0 32px}.sign-in__input-wrapper,.sign-in__inputs{display:flex;flex-direction:column;width:100%}.sign-in__input-wrapper{align-items:flex-start;gap:12px}.sign-in__label{color:#fff;font-size:14px;font-weight:500}.sign-in__input{height:52px;width:100%}.sign-in__btn-wrapper{height:54px;margin-bottom:32px;width:100%}.sign-in__divider{background-color:#575757;height:1px;margin-bottom:32px;width:100%}.sign-in__logo-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.sign-in__logo{height:60px;width:auto}.sport-modal{align-items:center;background:#1e1e1e;border-radius:16px;display:flex;flex-direction:column;max-width:26rem;padding:10px 5px 5px;position:relative;width:85vw}.sport-modal__header{align-items:center;background:#0000;color:#fff;display:flex;justify-content:space-between;padding:1rem;width:100%}.sport-modal__header-cross{cursor:pointer;height:1.5rem;width:1.5rem}.sport-modal__header-title{font-size:1.5rem;font-weight:400}.sport-modal__items{display:flex;flex-direction:column;gap:10px;padding:15px 5px;width:100%}.sport-modal__item{background-color:#ffffff26;border-radius:8px;color:#fff;display:flex;padding:10px 15px}.sport-modal__item:hover{opacity:.8}.sport-modal__item-icon{height:3.15rem;margin-bottom:10px;width:3.15rem}.sport-modal__item-icon path{fill:#fdd537}.loader__container{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}[dir=ltr] .loader__container{left:0}[dir=rtl] .loader__container{right:0}.loader__wrapper{align-items:center;display:inline-block;display:flex;height:30px;justify-content:center;position:relative;width:70px}.loader__wrapper div{animation-timing-function:cubic-bezier(0,1,1,0);background:#fff;border-radius:50%;height:13px;position:absolute;width:13px}.loader__wrapper_colorType_dark div{background:#000}.loader__wrapper div:first-child{animation:lds-ellipsis1 .6s infinite}[dir=ltr] .loader__wrapper div:first-child{left:8px}[dir=rtl] .loader__wrapper div:first-child{right:8px}.loader__wrapper div:nth-child(2){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(2){left:8px}[dir=rtl] .loader__wrapper div:nth-child(2){right:8px}.loader__wrapper div:nth-child(3){animation:lds-ellipsis2 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(3){left:32px}[dir=rtl] .loader__wrapper div:nth-child(3){right:32px}.loader__wrapper div:nth-child(4){animation:lds-ellipsis3 .6s infinite}[dir=ltr] .loader__wrapper div:nth-child(4){left:56px}[dir=rtl] .loader__wrapper div:nth-child(4){right:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.wheel-timer{background-color:#b471ff;border:none;border-radius:6.25rem;box-shadow:0 4px 8px #1d22251a;cursor:pointer;display:block;height:45px;margin:0 auto;outline:none;transition:transform .2s cubic-bezier(.36,.66,.04,1);width:190px}[dir=ltr] .wheel-timer{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .wheel-timer{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (min-width:1200px){.wheel-timer{height:60px;width:300px}}.wheel-timer__container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.clock{color:#f5f6f7;display:flex;font-size:16px;font-weight:700;white-space:nowrap}@media only screen and (min-width:1200px){.clock{font-size:1.4rem}}[dir=ltr] .clock__label{margin-right:5px}[dir=rtl] .clock__label{margin-left:5px}@media(max-width:1000px){.clock__label{font-size:14px}}.clock__time{display:block;overflow:inherit;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1000px){.clock__time{font-size:14px}}.roulette-game{height:448px;width:348px}@media only screen and (max-width:475px){.roulette-game{height:400px;width:300px}}.roulette-game__container{height:348px;margin:0 auto;position:relative;width:348px}@media only screen and (max-width:475px){.roulette-game__container{height:300px;width:300px}}.roulette-game__container_isHidden{display:none}.roulette-game__container_isWinBlock{height:448px;padding-top:50px}.roulette-game__wheel{display:flex;position:relative}.roulette-game__img{height:348px;margin:0;padding:0;width:348px}@media only screen and (max-width:475px){.roulette-game__img{height:300px;width:300px}}.roulette-game__img_light{animation:lightRot 2s infinite none}.roulette-game__img_diamonds,.roulette-game__img_light{position:absolute;z-index:1}.roulette-game__data-on-wheel{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}[dir=ltr] .roulette-game__data-on-wheel{left:0}[dir=rtl] .roulette-game__data-on-wheel{right:0}.roulette-game__data-on-wheel__container{display:inline-block;height:100%;position:relative;width:100%}.roulette-game__data-on-wheel__item{align-items:center;border-radius:348px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:35px;padding:0 25px;position:absolute;top:156.5px;width:348px}[dir=ltr] .roulette-game__data-on-wheel__item{left:0}[dir=rtl] .roulette-game__data-on-wheel__item{right:0}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(40deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-40deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(80deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-80deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(160deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-160deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(200deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-200deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(280deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-280deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(320deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-320deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(36deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-36deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(108deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-108deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(252deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-252deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(324deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-324deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(32.7272727273deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-32.7272727273deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(65.4545454545deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-65.4545454545deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(98.1818181818deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-98.1818181818deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(130.9090909091deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-130.9090909091deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(163.6363636364deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-163.6363636364deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(196.3636363636deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-196.3636363636deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(229.0909090909deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-229.0909090909deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(261.8181818182deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-261.8181818182deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(294.5454545455deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-294.5454545455deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(327.2727272727deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-327.2727272727deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(30deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-30deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(60deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-60deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(150deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-150deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(210deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-210deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(300deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-300deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(330deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-330deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(27.6923076923deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-27.6923076923deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(55.3846153846deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-55.3846153846deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(83.0769230769deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-83.0769230769deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(110.7692307692deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-110.7692307692deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(138.4615384615deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-138.4615384615deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(166.1538461538deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-166.1538461538deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(193.8461538462deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-193.8461538462deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(221.5384615385deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-221.5384615385deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(249.2307692308deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-249.2307692308deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(276.9230769231deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-276.9230769231deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(304.6153846154deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-304.6153846154deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(332.3076923077deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-332.3076923077deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(25.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-25.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(51.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-51.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(77.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-77.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(102.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-102.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(128.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-128.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(154.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-154.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(205.7142857143deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-205.7142857143deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(231.4285714286deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-231.4285714286deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(257.1428571429deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-257.1428571429deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(282.8571428571deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-282.8571428571deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(308.5714285714deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-308.5714285714deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(334.2857142857deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-334.2857142857deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(24deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-24deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(48deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-48deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(72deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-72deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(96deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-96deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(120deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-120deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(144deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-144deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(168deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-168deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(192deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-192deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(216deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-216deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(240deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-240deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(264deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-264deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(288deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-288deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(312deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-312deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(336deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-336deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(-1turn)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(22.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(2){transform:rotate(-22.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(45deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(3){transform:rotate(-45deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(67.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(4){transform:rotate(-67.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(5){transform:rotate(-90deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(112.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(6){transform:rotate(-112.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(135deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(7){transform:rotate(-135deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(157.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(8){transform:rotate(-157.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(9){transform:rotate(-180deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(202.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(10){transform:rotate(-202.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(225deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(11){transform:rotate(-225deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(247.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(12){transform:rotate(-247.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(270deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(13){transform:rotate(-270deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(292.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(14){transform:rotate(-292.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(315deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(15){transform:rotate(-315deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(337.5deg)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(16){transform:rotate(-337.5deg)}[dir=ltr] .roulette-game__data-on-wheel__item:nth-child(17){transform:rotate(1turn)}[dir=rtl] .roulette-game__data-on-wheel__item:nth-child(17){transform:rotate(-1turn)}.roulette-game__data-on-wheel__item_is-present{font-size:12px}@media only screen and (max-width:475px){.roulette-game__data-on-wheel__item{border-radius:300px;height:25px;padding:0 25px;top:137.5px;width:300px}}[dir=ltr] .roulette-game__data-on-wheel__icon{transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__icon{transform:rotate(-180deg)}.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{align-items:center;display:flex;font-weight:700;height:25px;width:25px}@media only screen and (max-width:475px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:20px;width:20px}}.roulette-game__data-on-wheel__icon{height:-webkit-max-content;height:max-content;width:-webkit-max-content;width:max-content}.roulette-game__data-on-wheel__value{font-weight:700;position:relative}[dir=ltr] .roulette-game__data-on-wheel__value{left:5px;text-shadow:2px 2px 2px #000;transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__value{right:5px;text-shadow:-2px 2px 2px #000;transform:rotate(-180deg)}@media only screen and (max-width:475px){[dir=ltr] .roulette-game__data-on-wheel__value{left:6px}[dir=rtl] .roulette-game__data-on-wheel__value{right:6px}}.roulette-game__selector-img{height:84px;position:absolute;top:134px;width:152px;z-index:6}[dir=ltr] .roulette-game__selector-img{right:-28px}[dir=rtl] .roulette-game__selector-img{left:-28px}.roulette-game__selector-img_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__selector-img{height:74px;top:115px;width:130px}[dir=ltr] .roulette-game__selector-img{right:-24px}[dir=rtl] .roulette-game__selector-img{left:-24px}}.roulette-game__spin-btn{background-image:url(/static/media/btn-bg.3ec7a1aa8527b1c24efb.png);background-size:cover;bottom:0;height:125px;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:125px;z-index:5}.roulette-game__spin-btn_hidden{opacity:0}@media only screen and (max-width:475px){.roulette-game__spin-btn{height:105px;width:105px}}.roulette-game__spin-btn_container{height:100%;position:relative;width:100%}.roulette-game__spin-btn_text{bottom:0;display:inline;left:0;margin:auto;position:absolute;right:0;top:0;width:80%}.roulette-game__bottom-heading{bottom:-50px;height:85px;position:absolute;width:100%}.roulette-game__bottom-heading_img{width:100%}.roulette-game__btn-spin{background-color:#b471ff;border:none;border-radius:6.25rem;bottom:-110px;box-shadow:0 4px 8px #1d22251a;color:#f5f6f7;cursor:pointer;display:block;font-weight:700;height:45px;left:0;margin:0 auto;outline:none;position:absolute;right:0;transition:transform .2s cubic-bezier(.36,.66,.04,1);width:190px}[dir=ltr] .roulette-game__btn-spin{background-image:conic-gradient(from 1turn,#940dff,#b471ff)}[dir=rtl] .roulette-game__btn-spin{background-image:conic-gradient(from -1turn,#940dff,#b471ff)}@media only screen and (max-width:1200px){.roulette-game__btn-spin{font-size:16px}}.roulette-game__btn-spin_hidden{opacity:0}.roulette-game__btn-spin_inner{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.roulette-game__btn-spin_wrapper{bottom:-150px;left:0;position:absolute;right:0}.roulette-game__btn-spin_wrapper_hidden{opacity:0}.roulette-game__btn-spin_isCost{margin-bottom:.5rem;position:static}.roulette-game__win-block{align-items:center;display:flex;flex-direction:column;padding:1rem .5rem;width:100%}.roulette-game__top-block{height:21.5625rem;position:relative;width:21.5625rem}.roulette-game__top-block__img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.roulette-game__top-block__img_lucky{z-index:1}.roulette-game__mid-block{align-items:center;background-color:#0f1011;border-radius:10px;color:#5ddb1c;display:flex;font-size:1.125rem;font-weight:800;height:3rem;justify-content:center;line-height:3rem;padding:5px;text-align:center;width:16.25rem}.roulette-game__mid-block__icon{height:1.5rem;width:1.5rem}[dir=ltr] .roulette-game__mid-block__icon{margin-right:.5rem}[dir=rtl] .roulette-game__mid-block__icon{margin-left:.5rem}.roulette-game__mid-block__currency{color:#fff}[dir=ltr] .roulette-game__mid-block__currency{margin-left:.5rem}[dir=rtl] .roulette-game__mid-block__currency{margin-right:.5rem}.roulette-game__bot-block{margin-top:3rem}.roulette-game__btn-view{background-color:var(--primary-color);border:none;border-radius:6.25rem;box-shadow:0 4px 8px #1d22251a;color:#f5f6f7;cursor:pointer;display:block;font-size:1.25rem;font-weight:700;height:3rem;outline:none;padding:0 3rem}[dir=ltr] .roulette-game__btn-view{background-image:conic-gradient(from 1turn,#43b309,#5ddb1c)}[dir=rtl] .roulette-game__btn-view{background-image:conic-gradient(from -1turn,#43b309,#5ddb1c)}.roulette-game__btn-view_inner{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center;width:100%}.roulette-game__wheel-wrapper{position:relative}@keyframes lightRot{0%{transform:rotate(22.5deg)}50%{transform:rotate(22.5deg)}50.1%{transform:rotate(0)}to{transform:rotate(0)}}.wheel-game{align-items:center;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;height:548px;padding:.75rem 2.2rem;position:relative;width:388px}@media only screen and (max-width:475px){.wheel-game{height:588px;margin:0 auto;padding:4rem 2.2rem;width:98%}}.wheel-game__present-icon{height:80%}.wheel-game__roulette-wrapper_hidden,.wheel-game__winner-wrapper_hidden{display:none}.wheel-game-history__modal{align-items:center;background-color:#17181b;border-radius:1.25rem;display:flex;flex-direction:column;margin:0 auto;padding:3.5rem .75rem .75rem;position:relative;width:464px}@media(max-width:540px){.wheel-game-history__modal{margin:0 auto;max-height:85vh;padding:4rem .2rem 3rem;width:94vw}}.wheel-game-history__close{align-items:center;background-color:#17181b;border:none;border-radius:1.25rem;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;top:.5rem;width:2rem;z-index:10}[dir=ltr] .wheel-game-history__close{right:.5rem}[dir=rtl] .wheel-game-history__close{left:.5rem}@media(max-width:540px){.wheel-game-history__close{top:.3rem}[dir=ltr] .wheel-game-history__close{right:.3rem}[dir=rtl] .wheel-game-history__close{left:.3rem}.wheel-game-history__close svg{height:1rem;width:1rem}}.wheel-game-history__close svg{fill:#99a4b099;height:2rem;width:2rem}.wheel-game-history__history{background:#1e2024;border-radius:1.25rem;box-sizing:border-box;max-height:85vh;overflow-y:scroll;padding:.25rem .625rem 1rem;width:100%}.wheel-game-history__history-container{color:#99a4b0cc;width:100%}.wheel-game-history__heading{align-items:center;box-sizing:border-box;display:flex;font-size:16px;justify-content:space-between;line-height:1.25rem;margin-bottom:.9rem;padding:0 1.75rem;width:100%}.wheel-game-history__heading__claimed-amount{align-items:center;color:#fff;display:flex;justify-content:center}.wheel-game-history__table{font-size:16px}.wheel-game-history__row{align-items:center;background-color:#23252a;border-radius:15px;display:flex;height:4.3rem;justify-content:space-between;margin-bottom:.125rem;padding:0 1rem;text-align:center}.wheel-game-history__row_isHeading{background-color:#0000;height:3.9rem}.wheel-game-history__col-head{color:#5f6975cc;width:33%}[dir=ltr] .wheel-game-history__col-head_isDate{text-align:left}[dir=rtl] .wheel-game-history__col-head_isDate{text-align:right}.wheel-game-history__col-head_isType{text-align:center}[dir=ltr] .wheel-game-history__col-head_isAmount{text-align:right}[dir=rtl] .wheel-game-history__col-head_isAmount{text-align:left}.wheel-game-history__col{width:33%}.wheel-game-history__col_time{color:#5f6975cc;font-size:14px;font-weight:400}.wheel-game-history__col_time:last-child{margin-bottom:0}[dir=ltr] .wheel-game-history__col_isDate{text-align:left}[dir=rtl] .wheel-game-history__col_isDate{text-align:right}.wheel-game-history__col_isType{color:#99a4b0;text-align:center}.wheel-game-history__col_isAmount{align-items:center;color:#43b309;display:flex;font-weight:700;justify-content:flex-end}[dir=ltr] .wheel-game-history__col_isAmount{text-align:right}[dir=rtl] .wheel-game-history__col_isAmount{text-align:left}.wheel-game-history__coin-icon{height:1.25rem;width:1.25rem}[dir=ltr] .wheel-game-history__coin-icon{margin:0 .3125rem 0 0}[dir=rtl] .wheel-game-history__coin-icon{margin:0 0 0 .3125rem}[dir=ltr] .wheel-game-history__coin-icon_isUnlocked{margin-left:.5625rem}[dir=rtl] .wheel-game-history__coin-icon_isUnlocked{margin-right:.5625rem}[dir=ltr] .wheel-game-history__coin-icon_isHeading{margin-left:.5rem}[dir=rtl] .wheel-game-history__coin-icon_isHeading{margin-right:.5rem}.wheel-game-history__coin-icon_isCol{height:1.3rem;width:1.3rem}[dir=ltr] .wheel-game-history__coin-icon_isCol{margin-left:.3125rem}[dir=rtl] .wheel-game-history__coin-icon_isCol{margin-right:.3125rem}@keyframes anim-bg-position{0%{background-position:center 0}to{background-position:center -2250rem}}.rs-picker-select-menu{z-index:2000}.modal{background-color:#0006;height:100%;inset:0;position:fixed;width:100%;z-index:1000}.modal_isFull{height:var(--vh);top:0}.modal__app-container{align-items:center;display:flex;font-size:1rem;justify-content:center;min-height:100%;transform:translateZ(0);width:100vw;z-index:15}@media only screen and (min-width:1200px){.modal__app-container{padding:2rem 0 0}}.modal__wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#000000a6;height:var(--vh);overflow-y:auto;position:fixed}.modal__wrapper_position_center{align-items:center;display:flex;justify-content:center}.modal__content-container{overflow:hidden;position:relative}.modal__content-container_bordered{border-radius:.25rem}.modal__close-block,.modal__save-block{align-items:center;background-color:#3f4451;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;position:absolute;top:5px;width:30px;z-index:10000}[dir=ltr] .modal__close-block,[dir=ltr] .modal__save-block{right:5px}[dir=rtl] .modal__close-block,[dir=rtl] .modal__save-block{left:5px}.modal__close-img{height:60%;width:60%}.modal__save-block{height:25px;width:90px}[dir=rtl] .Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutLeft}[dir=rtl] .Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInLeft}.Toastify__toast-container--top-right{border-radius:3px}@media only screen and (max-width:767px){.Toastify__toast-container--top-right{top:2rem;width:92%}[dir=ltr] .Toastify__toast-container--top-right{left:1rem}[dir=rtl] .Toastify__toast-container--top-right{right:1rem}}.Toastify__toast{background:#2f2a2a;border-radius:8px}.footer{background:#6b2a7466;display:flex;justify-content:center;padding:24px 0 32px;width:100%}@media only screen and (max-width:767px){.footer{padding:24px 16px}}.footer__content{align-items:center;display:flex;flex-direction:column;gap:24px;max-width:1562px;width:100%}@media only screen and (min-width:768px){.footer__content{padding:0 24px}}.footer__top{align-items:center;display:flex;height:54px;justify-content:space-between;width:100%}@media only screen and (max-width:767px){.footer__top{height:30px}}.footer__inst-link{height:32px;width:32px}[dir=ltr] .footer__inst-link{margin-left:8px}[dir=rtl] .footer__inst-link{margin-right:8px}.footer__inst-link svg{height:100%;width:100%}.footer__logo-link{height:100%}.footer__logo{height:100%;width:auto}@media only screen and (max-width:767px){.footer__logo{height:35px}}.footer__license{height:100%}.footer__license-icon{height:100%;width:auto}.footer__items{grid-gap:8px;background-color:#ffffff0d;border-radius:16px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(4,1fr);padding:8px;width:100%}@media only screen and (max-width:767px){.footer__items{align-items:center;display:flex;flex-direction:column;gap:8px}}.footer__item{align-items:center;background:#6b2a7466;border-radius:10px;color:#fff;display:flex;font-size:14px;font-weight:700;height:54px;justify-content:center;text-transform:capitalize;width:100%}.footer__item:hover,.footer__item_active{color:#fccf00}@media only screen and (min-width:768px){.footer__item:first-child,.footer__item:nth-child(2){grid-column:span 2}}.footer__copyright{align-items:center;display:flex;justify-content:flex-start;width:100%}.footer__copyright-text{color:#fff;font-size:14px;font-weight:700;opacity:.6}.bottom-header{align-items:center;background:#6b2a7466;border-radius:16px;display:flex;height:70px;justify-content:center;padding:8px;width:100%}@media only screen and (max-width:767px){.bottom-header{background:#0000}}.bottom-header__items{align-items:center;display:flex;gap:70px}@media only screen and (max-width:767px){.bottom-header__items{gap:4px;overflow-x:auto;width:100%}}.bottom-header__item{color:#fff;font-size:18px}.bottom-header__item_active{color:#c79c56}@media only screen and (max-width:767px){.bottom-header__item{align-items:center;background-color:#6b2a7466;border-radius:5px;display:flex;flex-grow:1;font-size:14px;justify-content:center;padding:14px 16px;white-space:nowrap}}.agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){align-items:center;background-color:#1a1a1a;border-radius:50%;bottom:40px;cursor:pointer;display:flex;height:48px;height:60px;justify-content:center;position:fixed!important;position:relative;width:48px;width:60px;z-index:99}[dir=ltr] .agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){right:40px}[dir=rtl] .agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){left:40px}.agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic) svg{height:35px;width:35px}@media only screen and (max-width:767px){.agent-link-btn__wrapper:not(.agent-link-btn__wrapper_isStatic){bottom:70px}}.agent-link-btn__wrapper svg{height:35px;width:35px}@media only screen and (max-width:767px){.agent-link-btn__wrapper svg{height:30px;width:30px}}@keyframes fade-in{0%{height:0;opacity:0;width:0}to{height:var(--image-size);opacity:1;width:var(--image-size)}}.change-language-toggle{background:#1b123e;border-radius:8px;display:flex;height:60px;overflow:hidden}@media only screen and (max-width:767px){.change-language-toggle{height:40px}}.change-language-toggle__button{--color-text:#ffffff80;align-items:center;background:#0000;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;padding:4px 16px;transition:background-color .2s;width:62px}.change-language-toggle__button_isActive{--image-size:18px;--color-text:#fff;background-color:#6b2a74}@media only screen and (max-width:767px){.change-language-toggle__button{padding:5.5px 9.5px 2.5px;width:40px}.change-language-toggle__button_isActive{--image-size:14px}}.change-language-toggle__button-image{animation:fade-in .4s;height:var(--image-size);width:var(--image-size)}.change-language-toggle__button-text{color:var(--color-text);font-family:Inter,sans-serif;font-size:18px;font-weight:700;line-height:22px;text-align:center;text-transform:uppercase;transition:color .2s}@media only screen and (max-width:767px){.change-language-toggle__button-text{font-size:16px;line-height:21px}}.search__btn{align-items:center;background-color:#6b2a74;border-radius:8px;cursor:pointer;display:flex;height:55px;justify-content:center;width:55px}.search__btn svg{height:24px;width:24px}.search__btn svg path{stroke:#fff}.search__autocomplete.MuiAutocomplete-root{height:100%!important}@media only screen and (max-width:767px){.search__autocomplete.MuiAutocomplete-root{height:55px!important}}.search__text-field{height:100%!important;transition:width .3s ease!important;width:55px!important}.search__text-field_isOpen{width:400px!important}@media only screen and (max-width:767px){.search__text-field_isOpen{width:100%!important}}.search__icon{flex-shrink:0;height:24px;width:24px}[dir=ltr] .search__icon{margin-right:5px}[dir=rtl] .search__icon{margin-left:5px}.search__icon path{stroke:#fff}.search__input{background-color:#6b2a7466!important;border-radius:16px!important;height:100%!important;padding:15px!important}.search__input:has(>input:focus){border-radius:16px 16px 0 0!important}.search__input input{color:#fff!important;outline:none!important;padding:0!important}.search__input fieldset{transition:all .1s ease-in-out}.search__input fieldset,.search__input:hover fieldset{border-color:#0000!important}.search__input.Mui-focused fieldset{border-color:#0000!important;border-width:0!important}.MuiAutocomplete-paper{background-color:#38004a!important}.MuiAutocomplete-noOptions{color:#fff!important}.MuiAutocomplete-listbox{padding:0!important}.MuiAutocomplete-listbox li{background-color:#38004a!important;color:#fff!important}.MuiAutocomplete-listbox li:hover{background:#6b2a74!important}.MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=true].Mui-focusVisible{background:#6b2a74!important;color:#fff}.user-block{gap:10px;position:relative}.user-block,.user-block__buttons-wrapper{align-items:center;display:flex;height:100%}.user-block__buttons-wrapper{gap:5px}.user-block__btn-container{height:100%;min-width:168px}@media only screen and (max-width:767px){.user-block__btn-container{height:35px;min-width:0;min-width:auto;width:95px}}@media only screen and (max-width:767px)and (max-width:350px){.user-block__btn-container{width:80px}}@media only screen and (max-width:767px){.user-block__btn-container button{font-size:12px!important;padding:12px 0!important}}@media only screen and (max-width:767px)and (max-width:350px){.user-block__btn-container button{font-size:10px!important}}.user-block__user{align-items:center;cursor:pointer;display:flex;gap:12px;height:100%;position:relative}.user-block__icon-wrapper{align-items:center;background-color:#6b2a7466;border-radius:8px;display:flex;height:55px;justify-content:center;width:55px}@media only screen and (max-width:767px){.user-block__icon-wrapper{height:40px;width:40px}}.user-block__icon{height:24px;width:24px}.user-block__info{align-items:flex-start;display:flex;flex-direction:column}.user-block__info-amount,.user-block__info-username{color:#fff;font-size:16px;font-weight:700;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:767px){.user-block__info-amount,.user-block__info-username{font-size:13px;max-width:110px}}.user-block__items{background:#38004a;border-radius:8px;overflow:hidden;position:absolute;top:100%;transform:translateY(16px);width:-webkit-fit-content;width:fit-content;z-index:50}[dir=ltr] .user-block__items{right:0}[dir=rtl] .user-block__items{left:0}.user-block__item{--icon-opacity:0.5;align-items:center;background:#38004a;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:18px;font-weight:600;gap:8px;padding:16px;transition:background-color .2s}.user-block__item:hover{--icon-opacity:1;background-color:#6b2a74}.user-block__item-icon{--icon-size:24px;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);opacity:var(--icon-opacity);transition:opacity .2s;width:var(--icon-size)}.user-block__link-text{white-space:nowrap}.top-header{height:55px;justify-content:space-between;position:relative;width:100%}.top-header,.top-header__left{align-items:center;display:flex}.top-header__left{gap:16px;height:100%}.top-header__wheel-container{aspect-ratio:1;height:100%}.top-header__logo{height:57px;position:relative;width:auto}.top-header__contacts{align-items:center;color:#fff;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:700;gap:16px;text-transform:uppercase}.top-header__contacts-text{color:#a8a8a8}.top-header__contacts-link{align-items:center;display:flex}[dir=ltr] .top-header__contacts-link-text{margin-left:8px}[dir=rtl] .top-header__contacts-link-text{margin-right:8px}.top-header__right{align-items:center;display:flex;gap:16px;height:100%;justify-content:flex-end}.header-block-desktop{display:flex;flex-direction:column;gap:24px;margin:24px auto;max-width:1562px;padding:0 24px;position:relative;width:100%}.top-header-mobile{align-items:center;background-color:hsla(0,0%,100%,.051);border-bottom:1px solid hsla(0,0%,100%,.102);display:flex;height:72px;justify-content:space-between;padding:16px 9px;width:100%}.top-header-mobile__left{align-items:center;column-gap:4px;display:flex;flex-wrap:wrap}.top-header-mobile__right{align-items:center;display:flex;gap:8px;height:100%}.top-header-mobile__logo-link{height:50px}@media only screen and (max-width:475px){.top-header-mobile__logo-link{height:40px}}@media screen and (max-width:350px){.top-header-mobile__logo-link{height:35px}}.top-header-mobile__logo{height:100%;width:auto}.top-header-mobile__contacts{display:flex}[dir=ltr] .top-header-mobile__contacts{margin-right:5px}[dir=rtl] .top-header-mobile__contacts{margin-left:5px}.top-header-mobile__contacts-logo{height:24px;width:24px}.header-block-mobile{display:flex;flex-direction:column;gap:16px;position:fixed;top:0;width:100%;z-index:99}[dir=ltr] .header-block-mobile{left:0}[dir=rtl] .header-block-mobile{right:0}.side-menu{align-items:center;background-color:#353535;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:17px;width:17.5rem;z-index:2}.side-menu__wrapper{display:flex;height:var(--vh);padding-top:88px;position:fixed;top:0;width:100%;z-index:9997}[dir=ltr] .side-menu__wrapper{left:0}[dir=rtl] .side-menu__wrapper{right:0}@media only screen and (min-width:768px){.side-menu__wrapper{display:none!important}}.side-menu__close-block{height:100%;position:absolute;width:100%;z-index:1}.side-menu__side-menu-group{display:flex;flex-direction:column;gap:10px;width:100%}.side-menu__side-menu-item{align-items:center;background-color:#ffffff0d;border:1px solid #0000;border-radius:5px;cursor:pointer;display:flex;gap:15px;height:40px;justify-content:flex-start;padding:8px 10px;position:relative;width:100%}.side-menu__side-menu-item_isActive{background-color:#0000;border-color:#6b2a74}.side-menu__side-menu-item-img{height:24px;width:24px;z-index:3}.side-menu__side-menu-item-img_wheelButton{animation:wheelSpin 1.6s infinite;animation-timing-function:linear}@keyframes wheelSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.side-menu__side-menu-item-text{color:#fff;font-size:12px;font-weight:700;text-transform:capitalize;z-index:3}.side-menu__divider{background:#bf2eb180;border-radius:4px;flex-shrink:0;height:1px;margin:15px 0;width:100px}.side-menu__btn-wrapper{display:flex;height:40px;justify-content:center;margin-top:20px;width:100%}.side-menu__btn-wrapper_isAgentBtn{height:48px}.side-menu__logo-wrapper{align-items:center;display:flex;justify-content:flex-start;margin:10px 0 30px;width:100%}.side-menu__logo{height:28px;width:auto}.nav-menu-mobile{background:#1e1e1e;bottom:-1px;height:60px;position:fixed;width:100%;z-index:100}.nav-menu-mobile__item,.nav-menu-mobile__items{display:flex;height:100%;width:100%}.nav-menu-mobile__item{align-items:center;flex-direction:column;padding:.4375rem 0}.nav-menu-mobile__item_isActive{background:#6b2a74;border-radius:8px 8px 0 0}.nav-menu-mobile__item_isActive .nav-menu-mobile__item-icon path{fill:#fff}.nav-menu-mobile__item_isActive .nav-menu-mobile__item-text{color:#fff}.nav-menu-mobile__item-wrapper{flex-shrink:0;height:100%;width:20%}.nav-menu-mobile__item-icon{flex-shrink:0;height:1.5rem;margin-bottom:.625rem;width:1.5rem}.nav-menu-mobile__item-text{color:#fff;font-size:10px;font-weight:800;text-align:center}@media(max-width:400px){.nav-menu-mobile__item-text{font-size:8px;font-weight:500}}.notify-container{align-items:center;display:flex;height:var(--vh);justify-content:center;position:fixed;width:100vw;z-index:200}.notify-container__background{background:#000;height:100%;opacity:.4;position:absolute;top:0;width:100%}[dir=ltr] .notify-container__background{left:0}[dir=rtl] .notify-container__background{right:0}.notify-container__container{background-color:#6b2a74;border-radius:10px;display:flex;flex-direction:column;overflow:hidden;position:relative;width:500px;z-index:2}@media screen and (max-width:500px){.notify-container__container{width:90%}}.notify-container__heading{align-items:center;background-color:#8b5a86;display:flex;flex-direction:column;padding:28px 72px 22px;width:100%}.notify-container__title{color:#fff;font-size:24px;font-weight:900;text-align:center}.notify-container__logo{height:60px;width:auto}.notify-container__logo-wrapper{display:flex;justify-content:center;margin-bottom:24px;width:100%}.notify-container__content{align-items:center;display:flex;flex-direction:column;gap:25px;padding:25px 20px}.notify-container__you-got{color:#fff;font-size:24px;font-weight:500;opacity:.8}.notify-container__value-wrapper{align-items:center;background:#fff;border-radius:100px;display:flex;gap:15px;justify-content:space-between;padding:10px 20px;position:relative;width:100%}.notify-container__value{background:#6b2a74;border-radius:20px;-webkit-clip-path:polygon(20% 0,100% 0,100% 100%,10% 100%);clip-path:polygon(20% 0,100% 0,100% 100%,10% 100%);color:#fff;display:flex;font-size:30px;font-weight:700;justify-content:center;line-height:130%;text-shadow:0 0 4px #fff;width:100%}[dir=ltr] .notify-container__value{padding-left:20px}[dir=rtl] .notify-container__value{padding-right:20px}@media only screen and (max-width:767px){.notify-container__value{font-size:30px}}.notify-container__currency{color:#6b2a74;font-size:30px;font-weight:700;line-height:130%;opacity:.8}.notify-container__button-wrapper{padding:24px 0 0;width:100%}.notify-container__button-wrapper button{background:#fff!important;color:#6b2a74!important;height:54px}.notify-container__divider{background-color:#fff3;height:1px;margin-bottom:27px;width:100%}.page-loading{height:calc(var(--vh) - 149px);position:relative}@media only screen and (max-width:767px){.page-loading{height:calc(var(--vh) - 88px)}}.app{height:100%}.app,.app__container{display:flex;width:100%}.app__container{align-items:stretch;flex-direction:column;flex-wrap:nowrap;font-weight:400;justify-content:flex-start;max-width:100%;position:relative}.app__container_isSportMatch{background-color:#0000}@media only screen and (max-width:767px){.app__container{overflow:auto}}.app__content_container{margin:0 auto;max-width:min(100%,1560px)}.app__main{height:100%;transition:transform .3s ease;width:100%;z-index:2}.app__main,.app__main-inner{display:flex;position:relative}.app__main-inner{flex-direction:column}@media only screen and (max-width:767px){.app__main-inner{padding-bottom:60px;padding-top:88px}}.app__main-content{box-sizing:border-box;display:flex;flex:1 0 auto;flex-direction:column;margin:0 auto;max-width:1562px;min-height:50vh;position:relative;width:100%}@media only screen and (min-width:768px){.app__main-content{padding:0 24px}}.app__main-inner{transition:all .3s ease-in-out 0s;width:100%}.error-boundary{align-items:center;display:flex;flex-direction:column;font-size:24px;height:100%;justify-content:center;width:100%}.error-boundary__info{color:#f5f5f5;margin-bottom:10px}.error-boundary__button{border-radius:5px;font-size:24px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{top:1em}[dir=ltr] .Toastify__toast-container--top-left{left:1em}[dir=rtl] .Toastify__toast-container--top-left{right:1em}.Toastify__toast-container--top-center{top:1em}[dir=ltr] .Toastify__toast-container--top-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--top-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--top-right{top:1em}[dir=ltr] .Toastify__toast-container--top-right{right:1em}[dir=rtl] .Toastify__toast-container--top-right{left:1em}.Toastify__toast-container--bottom-left{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-left{left:1em}[dir=rtl] .Toastify__toast-container--bottom-left{right:1em}.Toastify__toast-container--bottom-center{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--bottom-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--bottom-right{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-right{right:1em}[dir=rtl] .Toastify__toast-container--bottom-right{left:1em}@media only screen and (max-width:480px){.Toastify__toast-container{margin:0;padding:0;width:100vw}[dir=ltr] .Toastify__toast-container{left:0}[dir=rtl] .Toastify__toast-container{right:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}[dir=ltr] .Toastify__toast-container--rtl{left:auto;right:0}[dir=rtl] .Toastify__toast-container--rtl{left:0;right:auto}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}[dir=ltr] .Toastify__toast{direction:ltr}[dir=ltr] .Toastify__toast--rtl,[dir=rtl] .Toastify__toast{direction:rtl}[dir=rtl] .Toastify__toast--rtl{direction:ltr}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;opacity:.7;position:absolute;width:100%;z-index:9999;z-index:var(--toastify-z-index)}[dir=ltr] .Toastify__progress-bar{left:0;transform-origin:left}[dir=rtl] .Toastify__progress-bar{right:0;transform-origin:right}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}[dir=ltr] .Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}[dir=rtl] .Toastify__progress-bar--rtl{left:0;right:auto;transform-origin:left}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;box-sizing:border-box;height:20px;width:20px}[dir=ltr] .Toastify__spinner{border-right-color:#616161;border-right-color:var(--toastify-spinner-color)}[dir=rtl] .Toastify__spinner{border-left-color:#616161;border-left-color:var(--toastify-spinner-color)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Sanata;font-style:normal;font-weight:700;src:url(/static/media/Sanata-Bold-Italic.284178ad892ea4636bd7.ttf) format("truetype")}#root,body,html{font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;width:100%}@media only screen and (max-width:767px){#root,body,html{-webkit-overflow-scrolling:touch;height:-webkit-fill-available;overflow:hidden}}@media only screen and (min-width:768px){#root,body,html{height:100%}body{min-width:1200px;overflow-x:auto}}html{color:#292b2c;line-height:1.15;-webkit-user-select:none;user-select:none}@media only screen and (max-width:767px){html{overflow-x:hidden}}@media only screen and (min-width:768px){html{overflow-y:auto}}body{-webkit-font-smoothing:antialiased;background:#1e1e1e;color:#292b2c;font-size:1rem;font-weight:400;line-height:1.5}body:before{background-color:#390269;background-image:url(/static/media/main-bg.16cf9c6853f1dd43263a.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:var(--vh);position:fixed;top:0;width:100%}[dir=ltr] body:before{left:0}[dir=rtl] body:before{right:0}#root{height:var(--vh);position:relative}@media only screen and (max-width:767px){a,button,div{-webkit-tap-highlight-color:rgba(0,0,0,0)}}button{border:none;outline:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media only screen and (max-width:2600px){html{font-size:19px}}@media only screen and (max-width:2300px){html{font-size:17.5px}}@media only screen and (max-width:1920px){html{font-size:16px}}@media only screen and (max-width:1750px){html{font-size:14.5px}}@media only screen and (max-width:1600px){html{font-size:13px}}@media only screen and (max-width:1440px){html{font-size:14px}}@media only screen and (max-width:1366px){html{font-size:14px}}@media only screen and (max-width:768px){html{font-size:16px}}.html-mac ::-webkit-scrollbar{display:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-feature-settings:inherit;border:0;box-sizing:border-box;font-stretch:inherit;font-style:inherit;font-variant:inherit;line-height:inherit;margin:0;padding:0;vertical-align:initial}div::-webkit-scrollbar,header::-webkit-scrollbar,li::-webkit-scrollbar{-ms-overflow-style:none;display:none;scrollbar-width:none}a,a:active,a:focus,a:hover{text-decoration:none}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{color:inherit;list-style:none;text-decoration:none}body,button,input,textarea{font-family:Inter!important}::-webkit-scrollbar{height:.275rem;width:.275rem}::-webkit-scrollbar-thumb{background:#2a2f3d}.html-overflow-hidden,.html-overflow-hidden #app-container,.html-overflow-hidden #root,.html-overflow-hidden body{overflow:hidden!important}