@charset "UTF-8";@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/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Knewave&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);.profile-header{display:flex}@media only screen and (max-width:768px){.profile-header{align-items:center;background:#276aa5;gap:8px;padding:8px}}.profile-header__arrow{align-items:center;background:#417aaf;border-radius:4px;cursor:pointer;display:none;height:32px;justify-content:center;transition:opacity .3s ease-in-out;width:32px}.profile-header__arrow:hover{opacity:.8}.profile-header__arrow-icon{height:16px;width:14px}@media only screen and (max-width:768px){.profile-header__arrow{display:flex}}.profile-header__title{color:#224f7c;font-size:20px;font-weight:700;line-height:26px}@media only screen and (max-width:768px){.profile-header__title{color:#fff;font-size:14px;line-height:16px;text-transform:uppercase}}.profile-set-language{width:100%}.profile-set-language__items{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.profile-set-language__item{align-items:center;background:#1d4268;border:1px solid #aaa;border-radius:0;display:flex;font-size:14px;font-weight:400;height:2.7rem;line-height:30px;margin-bottom:5px;padding:6px 10px;width:100%}.profile-set-language__item_active{background:#005440;position:relative}.profile-set-language__item_active:after{color:#fff;content:"✓";position:absolute;width:.9725rem}[dir=ltr] .profile-set-language__item_active:after{right:3px}[dir=rtl] .profile-set-language__item_active:after{left:3px}.profile-set-language__item-icon{height:1.2rem;width:1.2rem}[dir=ltr] .profile-set-language__item-icon{margin-right:10px}[dir=rtl] .profile-set-language__item-icon{margin-left:10px}.profile-set-language__item-value{color:#fff;font-size:.875rem;line-height:1}.bookmekers-settings,.bookmekers-settings__container{height:100%;width:100%}.bookmekers-settings__content{padding:12px}.bookmekers-settings__item-label{color:#fff;font-size:14px;font-weight:700;padding:10px 0}.bookmekers-settings__button-wrapper{height:50px;margin-top:25px}.control-wrapper{--control-wrapper-bg:#141b1f;--control-wrapper-color:#fff;align-items:center;background-color:var(--control-wrapper-bg);border:1px solid #30353b;display:flex;gap:10px;height:32px;min-width:210px;padding:0 10px}.control-wrapper__value{align-items:center;display:flex}.control-wrapper__value,.control-wrapper__value input{color:var(--control-wrapper-color);height:100%;width:100%}.control-wrapper__value input{background-color:var(--control-wrapper-bg);border:none;margin:0;outline:none;padding:0}.control-wrapper__value input:-webkit-autofill,.control-wrapper__value input:-webkit-autofill:active,.control-wrapper__value input:-webkit-autofill:focus,.control-wrapper__value input:-webkit-autofill:hover{-webkit-text-fill-color:var(--control-wrapper-color);background:var(--control-wrapper-bg);-webkit-box-shadow:0 0 0 2000px var(--control-wrapper-bg) inset;caret-color:var(--control-wrapper-color);color:var(--control-wrapper-color)}@keyframes preloader-bar{0%{height:var(--bar-thickness);opacity:.5}15%{height:var(--bar-height-mid);opacity:1;transform:translateY(0)}30%{height:var(--bar-height-mid)}45%{height:var(--bar-thickness);opacity:1;transform:translateY(calc(var(--bar-height-mid)*-1))}60%{opacity:.5}75%{transform:translateY(0)}to{height:var(--bar-thickness);opacity:.5}}@keyframes preloader-bar-2{0%{height:var(--bar-thickness);opacity:.5}15%{height:var(--bar-height-max);opacity:1;transform:translateY(0)}30%{height:var(--bar-height-max)}45%{height:var(--bar-thickness);opacity:1;transform:translateY(calc(var(--bar-height-mid)*-1))}60%{opacity:.5}75%{transform:translateY(0)}to{height:var(--bar-thickness);opacity:.5}}.loader-spinner__wrapper{--bar-thickness:0.5em;--bar-margin:0.25em;--bar-height-mid:1em;--bar-height-max:2em;--bar-border-radius:0.25em;align-items:center;display:flex;justify-content:center;min-height:2em}.loader-spinner__item{animation:preloader-bar 1.5s linear infinite;background-color:currentColor;border-radius:var(--bar-border-radius);height:var(--bar-thickness);margin-left:var(--bar-margin);margin-right:var(--bar-margin);min-width:var(--bar-thickness);width:var(--bar-thickness)}.loader-spinner__item:first-child{animation-delay:.1s}.loader-spinner__item:nth-child(2){animation-delay:.2s}.loader-spinner__item:nth-child(3){animation-delay:.3s}.loader-spinner__item:nth-child(4){animation-delay:.4s}.loader-spinner__item:nth-child(5){animation-delay:.5s}.loader-spinner__item:nth-child(2n){animation-name:preloader-bar-2}.button{align-items:center;background-color:var(--button-background-color);border:var(--button-border);border-radius:3px;box-shadow:var(--button-shadow);color:var(--button-color);cursor:pointer;display:flex;font-family:Inter,sans-serif;justify-content:center;outline:none;overflow:hidden;position:relative;transition:background-color .2s,opacity .2s;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.button_variant_primary{--button-background-color:#7dab2f;--button-hover-background-color:#92c538;--button-active-background-color:#698e28;--button-color:#fff}.button_variant_secondary{--button-background-color:#2769a4;--button-hover-background-color:#3386cf;--button-active-background-color:#245f93;--button-color:#fff}.button_variant_tertiary{--button-background-color:#d4dee8;--button-hover-background-color:#dbe0ea;--button-active-background-color:#b4c3d2;--button-color:#276aa5}.button_size_medium{font-size:14px;height:32px;line-height:16px;padding:8px 20px}@media only screen and (max-width:768px){.button_size_medium{height:38px;padding:5px 10px}}.button_size_large{font-size:16px;height:40px;line-height:normal;padding:5px 30px}@media only screen and (max-width:768px){.button_size_large{height:48px;padding:5px 14px}}.button:focus,.button:hover{background-color:var(--button-hover-background-color)}.button:active,.button:focus.button_isActive,.button:hover.button_isActive,.button_isActive{background-color:var(--button-active-background-color)}.button:disabled{background-color:var(--button-background-color);cursor:not-allowed;opacity:.5}.button_full-width{width:100%}.button_uppercase{text-transform:uppercase}.button_loading .button__text{visibility:hidden}.button__text{align-items:center;display:flex;gap:5px;justify-content:center}.button__loader{font-size:6px;height:24px;position:absolute;width:24px}[dir=ltr] .button__loader{left:calc(50% - 8px)}[dir=rtl] .button__loader{right:calc(50% - 8px)}.modal{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:#1d4268b3;height:100%;inset:0;position:fixed;width:100%;z-index:2000}.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:1440px){.modal__app-container{padding:2rem 0 0}}.modal__wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0);height:var(--vh);overflow-y:auto;position:fixed}.modal__wrapper_position_center{align-items:center;display:flex;justify-content:center}.modal__content-container{display:contents;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}.loadable-image__container{box-sizing:border-box;height:100%;overflow:hidden;position:relative;width:100%}.loadable-image__image{color:#fff;height:100%;object-fit:cover;opacity:0;position:relative;transition:opacity .3s ease-in-out;width:100%;z-index:2}.loadable-image__image_loaded{opacity:1}.loadable-image__image_hidden{opacity:0}.loadable-image__loader{color:var(--color-bg-secondary);position:absolute;top:50%;z-index:1}.loadable-image__loader-wrapper{align-items:center;display:flex;height:100%;justify-content:center;min-height:200px;position:absolute;top:0;width:100%;z-index:1}[dir=ltr] .loadable-image__loader-wrapper{left:0}[dir=rtl] .loadable-image__loader-wrapper{right:0}@keyframes play-rotate{0%{transform:rotate(0) scale(.9)}to{transform:rotate(1turn) scale(.9)}}@keyframes play-rotate-reverse{0%{transform:rotate(0) scale(.8)}to{transform:rotate(-1turn) scale(.8)}}.desktop-slot-icon{--slot-icon-overlay-opacity:0;border:1px solid #30353b;cursor:pointer;height:100%;position:relative;width:100%}.desktop-slot-icon:hover{--slot-icon-overlay-opacity:1}.desktop-slot-icon__image-wrapper{height:100%}.desktop-slot-icon__overlay{align-items:center;background-color:#141b1fcc;display:flex;height:100%;justify-content:center;opacity:var(--slot-icon-overlay-opacity);position:absolute;top:0;transition:opacity .2s;width:100%;z-index:3}[dir=ltr] .desktop-slot-icon__overlay{left:0}[dir=rtl] .desktop-slot-icon__overlay{right:0}.desktop-slot-icon__play-button{--icon-fill-color:#fff;align-items:center;background-color:#0000;cursor:pointer;display:flex;height:80px;justify-content:center;position:relative;width:80px;z-index:1}.desktop-slot-icon__play-button:after{animation:play-rotate 2s linear infinite;border-color:#0000 #fff;border-radius:50%;border-style:solid;border-width:3px;content:"";height:100%;position:absolute;top:0;width:100%}[dir=ltr] .desktop-slot-icon__play-button:after{left:0}[dir=rtl] .desktop-slot-icon__play-button:after{right:0}.desktop-slot-icon__play-button:before{animation:play-rotate-reverse 2s linear infinite;border-color:#90c534 #0000;border-radius:50%;border-style:solid;border-width:3px;content:"";height:100%;position:absolute;top:0;transform:scale(.9);width:100%}[dir=ltr] .desktop-slot-icon__play-button:before{left:0}[dir=rtl] .desktop-slot-icon__play-button:before{right:0}.desktop-slot-icon__play-button:hover{--icon-fill-color:#90c534}.desktop-slot-icon__play-icon{fill:var(--icon-fill-color);height:30%;max-width:100%;position:relative;top:2px;transition:fill .2s;width:auto}[dir=ltr] .desktop-slot-icon__play-icon{left:5px}[dir=rtl] .desktop-slot-icon__play-icon{right:5px}.desktop-slot-icon__favorite-button{--icon-fill-color:#fff;--icon-filled-opacity:0;--icon-outlined-opacity:1;background-color:#0000;cursor:pointer;height:20px;min-height:20px;position:absolute;top:calc(50% - 10px);width:30px}[dir=ltr] .desktop-slot-icon__favorite-button{left:30px}[dir=rtl] .desktop-slot-icon__favorite-button{right:30px}.desktop-slot-icon__favorite-button:hover,.desktop-slot-icon__favorite-button_isFavorite{--icon-fill-color:#90c534;--icon-filled-opacity:1;--icon-outlined-opacity:0}.desktop-slot-icon__favorite-icon-filled,.desktop-slot-icon__favorite-icon-outlined{fill:var(--icon-fill-color);height:20px;max-width:100%;min-height:20px;transition:fill .2s;width:auto}.desktop-slot-icon__favorite-icon-filled{opacity:var(--icon-filled-opacity);position:absolute;top:0}[dir=ltr] .desktop-slot-icon__favorite-icon-filled{left:0}[dir=rtl] .desktop-slot-icon__favorite-icon-filled{right:0}.desktop-slot-icon__favorite-icon-outlined{opacity:var(--icon-outlined-opacity);position:absolute;top:0}[dir=ltr] .desktop-slot-icon__favorite-icon-outlined{left:0}[dir=rtl] .desktop-slot-icon__favorite-icon-outlined{right:0}.desktop-slot-icon__demo-mode-button{--demo-mode-button-color:#fff;background-color:#0000;border-bottom:1px solid var(--demo-mode-button-color);bottom:15px;color:var(--demo-mode-button-color);cursor:pointer;display:flex;font-size:14px;line-height:normal;position:absolute;text-transform:uppercase;transition:border-color .2s,color .2s}.desktop-slot-icon__demo-mode-button:hover{--demo-mode-button-color:#90c534}.desktop-slot-icon__labels{display:flex;flex-direction:column;position:absolute;top:10px;z-index:2}[dir=ltr] .desktop-slot-icon__labels{right:0}[dir=rtl] .desktop-slot-icon__labels{left:0}.desktop-slot-icon__labels-new{font-size:11px;line-height:23px;padding:0 10px;position:relative;text-transform:uppercase}[dir=ltr] .desktop-slot-icon__labels-new{background:linear-gradient(270deg,#5f9108 0,#97e70d)}[dir=rtl] .desktop-slot-icon__labels-new{background:linear-gradient(90deg,#5f9108 0,#97e70d)}.desktop-slot-icon__labels-new:before{border-bottom:23px solid #97e70d;content:"";position:absolute;top:0}[dir=ltr] .desktop-slot-icon__labels-new:before{border-left:13px solid #0000;right:100%}[dir=rtl] .desktop-slot-icon__labels-new:before{border-right:13px solid #0000;left:100%}.mobile-slot-icon{background-color:#344674;border-radius:5px;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0;position:relative;width:100%}.mobile-slot-icon__demo-mode-button{--demo-mode-button-color:#fff;background-color:#0000;color:var(--demo-mode-button-color);cursor:pointer;display:flex;font-size:13px;line-height:15px;padding:5px;text-decoration:underline;transition:border-color .2s,color .2s}.mobile-slot-icon__favorite-button{--icon-fill-color:#90c534;--icon-filled-opacity:0;--icon-outlined-opacity:1;background-color:#0000;cursor:pointer;height:20px;min-height:20px;position:relative;width:20px;z-index:1}.mobile-slot-icon__favorite-button_isFavorite{--icon-fill-color:#90c534;--icon-filled-opacity:1;--icon-outlined-opacity:0}.mobile-slot-icon__favorite-icon-filled,.mobile-slot-icon__favorite-icon-outlined{fill:var(--icon-fill-color);height:20px;max-width:100%;min-height:20px;transition:fill .2s;width:auto}.mobile-slot-icon__favorite-icon-filled{opacity:var(--icon-filled-opacity);position:absolute;top:0}[dir=ltr] .mobile-slot-icon__favorite-icon-filled{left:0}[dir=rtl] .mobile-slot-icon__favorite-icon-filled{right:0}.mobile-slot-icon__favorite-icon-outlined{opacity:var(--icon-outlined-opacity);position:absolute;top:0}[dir=ltr] .mobile-slot-icon__favorite-icon-outlined{left:0}[dir=rtl] .mobile-slot-icon__favorite-icon-outlined{right:0}.mobile-slot-icon__play-icon{fill:#fff;height:12px;min-height:12px;min-width:10px;width:10px}.mobile-slot-icon__overlay{align-items:center;background-color:#344674e6;display:flex;flex-direction:column;gap:5px;height:calc(100% - 32px);justify-content:center;opacity:0;position:absolute;top:0;transform:translateY(-100%);transition:opacity .3s ease-in-out,transform .3s ease-in-out;width:100%;z-index:3}[dir=ltr] .mobile-slot-icon__overlay{left:0}[dir=rtl] .mobile-slot-icon__overlay{right:0}.mobile-slot-icon__overlay_isOpened{opacity:1;transform:translateY(0)}.mobile-slot-icon__content{display:flex;flex:1 1}.mobile-slot-icon__image{object-fit:cover;object-position:center}.mobile-slot-icon__image-wrapper{height:100%;min-height:200px;width:100%}.mobile-slot-icon__footer{align-items:center;background-color:#344674;display:flex;height:33px;justify-content:space-between;min-height:33px;padding:5px 10px;width:100%}.mobile-slot-icon__name{color:#c3c8d5;font-size:15px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slots-icon{cursor:pointer;font-size:14px;height:100%;position:relative;width:100%}.slots-icon:before{content:"";display:block;padding-bottom:100%}.slots-icon_big{grid-column:span 2;grid-row:span 2}.slots-icon__new-label{align-items:center;background:#1d4268;border-radius:.3125rem;color:#fff;display:flex;font-size:1.15rem;justify-content:center;padding:3px 5px;position:absolute;text-transform:uppercase;top:-7px;z-index:9}[dir=ltr] .slots-icon__new-label{right:0}[dir=rtl] .slots-icon__new-label{left:0}@media only screen and (max-width:768px){.slots-icon__new-label{font-size:.9rem}}.slots-icon__new-label-text{--bg-size:400%;--color-one:#ffd000;--color-two:#fff;animation:move-bg 3s linear infinite;color:#0000;font-weight:700}[dir=ltr] .slots-icon__new-label-text{background:linear-gradient(90deg,var(--color-one),var(--color-two),var(--color-one)) 0 0/var(--bg-size) 100%}[dir=rtl] .slots-icon__new-label-text{background:linear-gradient(-90deg,var(--color-one),var(--color-two),var(--color-one)) 0 0/var(--bg-size) 100%}[dir] .slots-icon__new-label-text{background-clip:text;-webkit-background-clip:text}@media(prefers-reduced-motion:no-preference){.slots-icon__new-label-text{animation:move-bg 3s linear infinite}@keyframes move-bg{to{background-position:var(--bg-size) 0}}}.slots-icon__img{object-fit:cover;object-position:center}.slots-icon__img_loading{display:none}.slots-icon__img-plug{align-items:center;background-color:#1f3a30;color:#fff;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:3}[dir=ltr] .slots-icon__img-plug{left:0}[dir=rtl] .slots-icon__img-plug{right:0}.slots-icon__img-content{height:100%;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:2}[dir=ltr] .slots-icon__img-content{left:0}[dir=rtl] .slots-icon__img-content{right:0}.slots-icon__img-container{bottom:0;display:block;left:0;overflow:hidden;position:absolute;right:0;top:0}.slots-icon__overlay{height:100%;left:0;position:absolute;right:0;top:0;z-index:3}.slots-icon__overlay:hover .slots-icon__favorite-wrapper .slots-icon__favorite,.slots-icon__overlay:hover .slots-icon__overlay__content{opacity:1}.slots-icon__overlay:hover+.slots-icon__img-content{filter:grayscale(.8);scale:1.2}.slots-icon__overlay__button{fill:#fff;height:54px;width:54px}.slots-icon__overlay__content{align-items:flex-start;background:#000c;display:flex;flex-direction:column;height:100%;opacity:0;padding:12px 16px 0;position:absolute;top:0;transition:opacity .15s ease-in-out;width:100%}[dir=ltr] .slots-icon__overlay__content{left:0}[dir=rtl] .slots-icon__overlay__content{right:0}.slots-icon__overlay__icon{color:#fff;height:5em;margin-bottom:1.2rem;transition:color .2s ease-out;width:5em}.slots-icon__overlay__title{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.slots-icon__overlay__name{color:#fff;font-size:14px;margin-top:1.5rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.slots-icon__favorite{align-items:center;cursor:pointer;display:flex;justify-content:center;opacity:0;transition:opacity .15s ease-in-out}.slots-icon__favorite-svg{width:1.875rem}.slots-icon__favorite-wrapper{position:absolute;top:.3rem;z-index:3}[dir=ltr] .slots-icon__favorite-wrapper{right:.4375rem}[dir=rtl] .slots-icon__favorite-wrapper{left:.4375rem}.slots-icon__favorite:hover,.slots-icon__favorite_isActive{opacity:1}.slots-icon__favorite:hover *,.slots-icon__favorite_isActive *{fill:#e9ab04}.slots-icon__add-frame{border:2px solid;border-radius:50%;color:#ff0;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px}.slots-icon__add-frame-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.slots-icon__dropWins-wrapper{border-top:55px solid #111;position:absolute;top:0}[dir=ltr] .slots-icon__dropWins-wrapper{border-right:55px solid #0000;left:0}[dir=rtl] .slots-icon__dropWins-wrapper{border-left:55px solid #0000;right:0}.slots-icon__dropWins-image{animation:scaleDumping 2s infinite;position:absolute;top:-55px;width:40px}[dir=ltr] .slots-icon__dropWins-image{left:0}[dir=rtl] .slots-icon__dropWins-image{right:0}@keyframes scaleDumping{0%{transform:scale(.7)}50%{transform:scale(1)}to{transform:scale(.7)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-top{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}.dropdown__wrapper{position:relative;width:-webkit-fit-content;width:fit-content}.dropdown__wrapper_fullWidth{width:100%}.dropdown__trigger{display:contents}.dropdown__content{opacity:0;position:absolute;z-index:1000}.dropdown__content_animation_bottom{animation:fade-in .3s .1s forwards}.dropdown__content_animation_top{animation:fade-in-top .3s .1s forwards}.dropdown__content_withShadow{box-shadow:0 5px 17px 1px rgba(0,0,0,.231)}.dropdown__content_fullWidth{width:100%}.icon_size{height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.icon_size_small{--icon-size:16px}.icon_size_medium{--icon-size:24px}.icon_size_large{--icon-size:32px}@keyframes color{0%{background-color:var(--skeleton-bg-start)}50%{background-color:var(--skeleton-bg-middle)}to{background-color:var(--skeleton-bg-end)}}.skeleton__wrapper{--skeleton-bg-start:#eef0f2;--skeleton-bg-middle:#e5e9eb;--skeleton-bg-end:#eef0f2;animation-duration:1s;animation-iteration-count:infinite;animation-name:color;background-color:#eef0f2;border-radius:3px;height:100%;width:100%}.skeleton__wrapper.dark{--skeleton-bg-start:#dee1e5;--skeleton-bg-middle:#d9e0e3;--skeleton-bg-end:#d8dde1}.skeleton__wrapper.light{--skeleton-bg-start:#eef0f2;--skeleton-bg-middle:#e5e9eb;--skeleton-bg-end:#eef0f2}.skeleton__wrapper.black{--skeleton-bg-start:#485982;--skeleton-bg-middle:#45557e;--skeleton-bg-end:#485982}.desktop-pagination{display:flex;gap:15px;justify-content:space-between;width:100%}.desktop-pagination__info{color:var(--color-text-secondary);font:var(--font-body-r-14)}.desktop-pagination__pages{align-items:center;display:flex;gap:10px}.desktop-pagination__buttons{align-items:center;display:flex;gap:5px}.desktop-pagination__button{--button-size:32px;align-items:center;background:#fff;border-radius:3px;cursor:pointer;display:flex;height:var(--button-size);justify-content:center;min-height:var(--button-size);min-width:var(--button-size);transition:opacity .2s;width:var(--button-size)}.desktop-pagination__button:hover{opacity:.8}.desktop-pagination__button:disabled{opacity:.6}.desktop-pagination__button-arrow{fill:var(--color-text-secondary);height:19px;max-width:100%;width:auto}[dir=ltr] .desktop-pagination__button-arrow.next{transform:rotate(180deg)}[dir=rtl] .desktop-pagination__button-arrow.next{transform:rotate(-180deg)}.mobile-pagination__pagination{--button-bg:var(--color-bg-secondary);align-items:center;display:flex;justify-content:space-between}.mobile-pagination__pagination_isFixed{--button-bg:#efefef;background-color:var(--color-bg-secondary);bottom:var(--mobile-menu-bottom-height);box-shadow:0 0 5px 0 #d4dee8;height:var(--padination-mobile-height);padding:8px;position:fixed;transition:bottom .3s;width:100%;z-index:16}[dir=ltr] .mobile-pagination__pagination_isFixed{left:0}[dir=rtl] .mobile-pagination__pagination_isFixed{right:0}.mobile-pagination__pagination-button{--pagination-button-size:38px;align-items:center;background-color:var(--button-bg);border-radius:4px;display:flex;height:var(--pagination-button-size);justify-content:center;min-height:var(--pagination-button-size);min-width:var(--pagination-button-size);transition:opacity .2s;width:var(--pagination-button-size)}.mobile-pagination__pagination-button:disabled{opacity:.5}.mobile-pagination__pagination-text{color:var(--color-text-primary);font:var(--font-body-r-14)}.mobile-pagination__pagination-arrow{fill:var(--color-text-secondary);height:19px;max-width:100%;width:auto}[dir=ltr] .mobile-pagination__pagination-arrow.right{transform:rotate(180deg)}[dir=rtl] .mobile-pagination__pagination-arrow.right{transform:rotate(-180deg)}.table-cell__wrapper{align-items:center;background-color:var(--color-bg-secondary);background-color:var(--cell-background-color,var(--color-bg-secondary));color:var(--color-text-primary);display:flex;gap:8px;padding:10px}[dir=ltr] .table-cell__wrapper.isFirst{border-radius:3px 0 0 3px}[dir=ltr] .table-cell__wrapper.isLast,[dir=rtl] .table-cell__wrapper.isFirst{border-radius:0 3px 3px 0}[dir=rtl] .table-cell__wrapper.isLast{border-radius:3px 0 0 3px}.table-cell__wrapper.number{font:var(--font-body-b-12);justify-content:flex-end}.table-cell__wrapper.text{font:var(--font-body-r-12)}.table-cell__wrapper.left{justify-content:flex-start}.table-cell__wrapper.right{justify-content:flex-end}.table-cell__wrapper.center{justify-content:center}.table-cell__wrapper.fixed_left{position:-webkit-sticky;position:sticky}[dir=ltr] .table-cell__wrapper.fixed_left{left:0}[dir=rtl] .table-cell__wrapper.fixed_left{right:0}[dir=ltr] .table-cell__wrapper.fixed_left.withBorder{border-right:1px solid var(--color-border-primary)}[dir=rtl] .table-cell__wrapper.fixed_left.withBorder{border-left:1px solid var(--color-border-primary)}.table-cell__wrapper.fixed_left.withShadow:before{background:var(--cell-shadow-gradient);content:"";height:100%;max-width:var(--cell-shadow-width);position:absolute;top:0;width:var(--cell-shadow-width)}[dir=ltr] .table-cell__wrapper.fixed_left.withShadow:before{right:calc(0px - var(--cell-shadow-width))}[dir=rtl] .table-cell__wrapper.fixed_left.withShadow:before{left:calc(0px - var(--cell-shadow-width))}.table-cell__wrapper.fixed_right{position:-webkit-sticky;position:sticky}[dir=ltr] .table-cell__wrapper.fixed_right{right:0}[dir=rtl] .table-cell__wrapper.fixed_right{left:0}[dir=ltr] .table-cell__wrapper.fixed_right.withBorder{border-left:1px solid var(--color-border-primary)}[dir=rtl] .table-cell__wrapper.fixed_right.withBorder{border-right:1px solid var(--color-border-primary)}.table-cell__wrapper.fixed_right.withShadow:before{background:var(--cell-shadow-gradient);content:"";height:100%;max-width:var(--cell-shadow-width);position:absolute;top:0;width:var(--cell-shadow-width)}[dir=ltr] .table-cell__wrapper.fixed_right.withShadow:before{left:calc(0px - var(--cell-shadow-width));transform:rotate(-180deg)}[dir=rtl] .table-cell__wrapper.fixed_right.withShadow:before{right:calc(0px - var(--cell-shadow-width));transform:rotate(180deg)}.table-head-cell__wrapper{align-items:center;background-color:#0000;display:flex;padding:0}.table-head-cell__content{--head-cell-color:var(--color-text-secondary);--head-cell-font:var(--font-body-b-10);--head-cell-cursor:default;align-items:center;background:#0000;border:none;color:var(--head-cell-color);cursor:var(--head-cell-cursor);display:flex;font:var(--head-cell-font);gap:4px;outline:none;padding:5px 10px;transition:color .3s ease;width:-webkit-fit-content;width:fit-content}.table-head-cell__content:active.clickable,.table-head-cell__content:focus.clickable,.table-head-cell__content:hover.clickable{--head-cell-color:var(--color-text-primary)}.table-head-cell__content.clickable{--head-cell-cursor:pointer}.table-head-cell__text{text-transform:uppercase}.table-row__wrapper{display:contents}.table-row__wrapper:first-child,.table-row__wrapper:nth-child(odd){--cell-background-color:var(--color-bg-primary)}.table-row__wrapper.clickable{cursor:pointer}.table-row__wrapper.clickable:hover{--cell-background-color:var(--color-hover-primary)}.table-row__wrapper.clickable:active{--cell-background-color:var(--color-active-primary)}.table-row__chevron-icon{transition:transform .3s ease}[dir=ltr] .table-row__chevron-icon{transform:rotate(-90deg)}[dir=rtl] .table-row__chevron-icon{transform:rotate(90deg)}.table-row__chevron-icon.isOpened{transform:rotate(0deg)}.table-row__dropdown{display:none}.table-row__dropdown.isOpened{display:contents}.table__container{gap:15px;overflow:hidden;width:100%}.table__container,.table__empty{display:flex;flex-direction:column}.table__empty{align-items:center;background-color:#fff;border-radius:3px;gap:10px;height:100%;justify-content:center;min-height:300px}.table__empty-title{color:var(--color-text-primary);font:var(--font-body-b-20)}.table__empty-text{color:var(--color-text-primary);font:var(--font-body-r-14)}.table__loading{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:52px;grid-template-columns:1fr}.table__wrapper{--cell-shadow-width:8px;--cell-shadow-gradient:linear-gradient(270deg,#fff0 27.41%,#e5e5e599);grid-row-gap:10px;border-collapse:collapse;display:grid;flex-direction:column;height:100%;overflow-x:auto;row-gap:10px;width:100%}.table__body,.table__header{display:contents}.select-slot-frame-modal{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:600px;padding:35px;position:relative;width:80%}.select-slot-frame-modal__search-icon{--size:12px;fill:var(--color-text-tertiary);height:var(--size);min-height:var(--size);min-width:var(--size);width:var(--size)}.select-slot-frame-modal__option{--image-filter:grayscale(1) contrast(.5);align-items:center;background-color:#262b31;cursor:pointer;display:flex;gap:15px;padding:10px;transition:background-color .2s}.select-slot-frame-modal__option-image{filter:var(--image-filter);height:40px;min-width:86px;transition:filter .2s,opacity .2s}.select-slot-frame-modal__option-checkbox{--checkbox-size:14px;align-items:center;border:1px solid var(--color-text-success);display:flex;height:var(--checkbox-size);justify-content:center;min-height:var(--checkbox-size);min-width:var(--checkbox-size);padding:1px;width:var(--checkbox-size)}.select-slot-frame-modal__option-checkbox-value{background-color:var(--color-text-success);height:100%;width:100%}.select-slot-frame-modal__option-text{color:var(--color-text-tertiary);text-align:start}.select-slot-frame-modal__option:hover{--image-filter:none;background-color:#ffffff0a}.select-slot-frame-modal__chevron{fill:var(--color-text-tertiary);height:8px;transition:transform .3s ease;width:auto}[dir=ltr] .select-slot-frame-modal__chevron_isOpened{transform:rotate(180deg)}[dir=rtl] .select-slot-frame-modal__chevron_isOpened{transform:rotate(-180deg)}.select-slot-frame-modal__controls{align-items:center;display:flex;gap:10px}.select-slot-frame-modal__controls-provider{position:relative}.select-slot-frame-modal__controls-provider-dropdown{background-color:#262b31;display:grid;grid-template-columns:1fr 1fr 1fr;max-height:300px;overflow-y:auto}.select-slot-frame-modal__header{align-items:center;background-color:#0c324f;display:flex;height:51px;justify-content:space-between;padding:0 10px;width:100%}.select-slot-frame-modal__header-tabs{align-items:center;display:flex}.select-slot-frame-modal__header-tab{color:var(--color-text-tertiary);cursor:pointer;font:var(--font-body-r-16);padding:10px;transition:color .2s}.select-slot-frame-modal__header-tab:hover,.select-slot-frame-modal__header-tab_active{color:var(--color-text-success)}.select-slot-frame-modal__wrapper{background-color:#061623}.select-slot-frame-modal__content,.select-slot-frame-modal__wrapper{display:flex;flex-direction:column;flex-grow:1;height:100%;width:100%}.select-slot-frame-modal__content{gap:20px;padding-bottom:20px}.select-slot-frame-modal__showMore-wrapper{display:flex;justify-content:center;width:100%}.select-slot-frame-modal__slots{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(5,1fr);padding:4px}@media(max-width:1300px){.select-slot-frame-modal__slots{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.select-slot-frame-modal__slots{grid-template-columns:repeat(3,1fr)}}.provider-img{color:var(--color-text-tertiary);object-fit:contain;text-align:center;word-break:break-all}.provider-img_gray{filter:grayscale(1) contrast(.5);transition:filter .2s,opacity .2s}.back-block-header{align-items:center;background-color:var(--back-block-header-bg);display:flex;gap:9.5px;height:var(--back-block-header-height);justify-content:space-between;padding:9.5px;width:100%}.back-block-header.light{--back-block-header-bg:#2769a4;--back-block-header-button-bg:#417aaf;--back-block-header-button-active-bg:#246094}.back-block-header.dark{--back-block-header-bg:#2e3f65;--back-block-header-button-bg:#3e4e78;--back-block-header-button-active-bg:#344573}.back-block-header_isFixed{position:fixed;top:0;transform:translateY(var(--header-height));transition:transform .3s linear;z-index:16}[dir=ltr] .back-block-header_isFixed{left:0}[dir=rtl] .back-block-header_isFixed{right:0}.back-block-header_isFixed_changeByHeader{transform:translateY(0);transform:translateY(var(--header-height,0))}.back-block-header__title{color:#fff;font-size:16px;font-weight:700;line-height:19px;text-transform:uppercase}.back-block-header__block,.back-block-header__buttons{align-items:center;display:flex;gap:9.5px}.back-block-header__button{--button-size:38px;align-items:center;background-color:var(--back-block-header-button-bg);border-radius:4px;cursor:pointer;display:flex;height:var(--button-size);justify-content:center;min-height:var(--button-size);min-width:var(--button-size);padding:4.75px;transition:background-color .2s;width:var(--button-size)}.back-block-header__button-icon{fill:#fff;height:19px;max-width:100%;min-height:19px;width:auto}.back-block-header__button:active{background-color:var(--back-block-header-button-active-bg)}.slot-frame{background-color:#262b31;height:100%}.slot-frame,.slot-frame__footer{align-items:center;display:flex;justify-content:center;width:100%}.slot-frame__footer{background-color:#344573;bottom:0;height:19px;position:absolute}[dir=ltr] .slot-frame__footer{left:0}[dir=rtl] .slot-frame__footer{right:0}.slot-frame__footer-icon{fill:#fff;height:15px;max-width:100%;width:auto}.slot-frame__add-button{--add-button-size:120px;align-items:center;background-color:#2c333a;color:#dedede;cursor:pointer;display:flex;font-size:45px;height:var(--add-button-size);justify-content:center;min-height:var(--add-button-size);min-width:var(--add-button-size);transition:background-color .2s;width:var(--add-button-size)}.slot-frame__add-button:hover{background-color:#383f47}.slot-frame__content{display:flex;height:100%;position:relative;width:100%}@media only screen and (max-width:768px){.slot-frame__content_isFullscreen{bottom:0;padding-bottom:19px;position:fixed;top:0;z-index:10000}}.slot-frame__controls{--button-size:30px;align-items:center;background-color:#262b31;display:flex;position:absolute;top:calc(var(--button-size)*-1 - 3px)}[dir=ltr] .slot-frame__controls{right:0}[dir=rtl] .slot-frame__controls{left:0}@media only screen and (max-width:768px){.slot-frame__controls{background:#0000;gap:10px;position:relative;top:0}}.slot-frame__controls-button{align-items:center;background-color:#262b31;box-sizing:border-box;cursor:pointer;display:flex;height:var(--button-size);justify-content:center;min-height:var(--button-size);min-width:var(--button-size);padding:8px;transition:background-color .2s;width:var(--button-size)}.slot-frame__controls-button:hover{background-color:#141b1f}.slot-frame__controls-button-icon{--icon-size:12px;fill:#fff;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}@media only screen and (max-width:768px){.slot-frame__controls-button{--button-size:38px;align-items:center;background-color:var(--back-block-header-button-bg);border-radius:4px;cursor:pointer;display:flex;height:var(--button-size);justify-content:center;min-height:var(--button-size);min-width:var(--button-size);padding:4.75px;transition:background-color .2s;width:var(--button-size)}.slot-frame__controls-button-icon{fill:#fff;height:19px;max-width:100%;min-height:19px;width:auto}.slot-frame__controls-button:hover{background-color:var(--back-block-header-button-bg)}.slot-frame__controls-button:active{background-color:var(--back-block-header-button-active-bg)}}.game-slots-footer{--game-slots-footer-border:1px solid #ffffff1a;align-items:center;background:#262b31;border-top:var(--game-slots-footer-border);display:flex;height:49px;min-height:49px;width:100%}.game-slots-footer__block{align-items:center;border-left:var(--game-slots-footer-border);border-right:var(--game-slots-footer-border);display:flex;gap:10px;height:100%;padding:0 15px}.game-slots-footer__frame-button{grid-gap:1px;border:1px solid #fff;border-radius:2px;cursor:pointer;display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(14px,1fr));height:21px;max-height:21px;max-width:33px;min-height:21px;min-width:33px;opacity:.3;padding:1px;transition:opacity .2s;width:33px}.game-slots-footer__frame-button:hover,.game-slots-footer__frame-button_active{opacity:1}.game-slots-footer__frame-button-block{background-color:#fff;border-radius:1px}.game-slots-page{background-color:#0c1921;display:flex;flex-direction:column;min-height:100%}.game-slots-page__content{display:flex;height:calc(100vh - 100px);padding:48px 48px 10px;width:100%}.game-slots-page__content_multi{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr}@media only screen and (max-width:768px){.game-slots-page__content{height:100%;padding:var(--back-block-header-height) 0 0 0}}.my-casino-page{background-color:#242f4c;display:flex;flex-direction:column;min-height:100%;padding-top:var(--back-block-header-height)}.my-casino-page__tabs-wrapper{align-items:center;background-color:#283857;display:flex;justify-content:center;padding:10px}.my-casino-page__tabs-content{background-color:#242f4b;border-radius:4px;display:flex;overflow:hidden;width:100%}.my-casino-page__tabs-item{align-items:center;background-color:#242f4b;color:var(--color-text-tertiary);display:flex;justify-content:center;min-height:48px;position:relative;width:100%}.my-casino-page__tabs-item:before{background-color:#ffffff1a;bottom:12px;content:"";height:24px;position:absolute;top:12px;width:1px}[dir=ltr] .my-casino-page__tabs-item:before{right:0}[dir=rtl] .my-casino-page__tabs-item:before{left:0}.my-casino-page__tabs-item:last-child:before{content:none}.my-casino-page__tabs-item_isActive:after{background-color:#0065bd;border-top-left-radius:4px;border-top-right-radius:4px;bottom:0;content:"";height:3.5px;left:12%;position:absolute;right:12%}.my-casino-page__loader{grid-gap:4px;display:grid;gap:4px;grid-auto-rows:268px;grid-template-columns:repeat(2,1fr);padding:10px}.my-casino-page__auth-block{background-color:#283857;display:flex;flex-direction:column;padding:10px;width:100%}.my-casino-page__auth-icon{fill:var(--color-text-tertiary);height:42px;max-width:100%;position:relative;width:auto;z-index:1}.my-casino-page__auth-icon-wrapper{--icon-wrapper-size:111px;align-items:center;background-color:#7dab2f;display:flex;justify-content:center;margin-bottom:28px;overflow:hidden;position:relative}.my-casino-page__auth-icon-wrapper,.my-casino-page__auth-icon-wrapper:after{border-radius:50%;height:var(--icon-wrapper-size);min-height:var(--icon-wrapper-size);min-width:var(--icon-wrapper-size);width:var(--icon-wrapper-size)}.my-casino-page__auth-icon-wrapper:after{background-color:#90b74d;bottom:30px;content:"";position:absolute}[dir=ltr] .my-casino-page__auth-icon-wrapper:after{left:39px}[dir=rtl] .my-casino-page__auth-icon-wrapper:after{right:39px}.my-casino-page__auth-content{align-items:center;background-color:#242f4b;display:flex;flex-direction:column;padding:28px 19px 19px;width:100%}.my-casino-page__auth-buttons{display:flex;flex-direction:column;gap:10px;width:100%}.my-casino-page__auth-texts{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;margin-bottom:33px}.my-casino-page__auth-title{color:var(--color-text-tertiary);font:var(--font-body-b-16);text-transform:uppercase}.my-casino-page__auth-text{color:var(--color-text-tertiary);font:var(--font-body-r-14)}.my-casino-page__empty{align-items:center;display:flex;font:var(--font-body-r-16);justify-content:center;padding-top:28px;width:100%}.my-casino-page__slots{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);padding:10px;width:100%}@media(max-width:2000px){.my-casino-page__slots{grid-template-columns:repeat(5,1fr)}}@media(max-width:1440px){.my-casino-page__slots{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.my-casino-page__slots{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.my-casino-page__slots{grid-template-columns:repeat(2,1fr)}}.link-text__container{align-items:center;color:var(--link-text-color);cursor:pointer;display:inline-flex;font:var(--link-text-font);height:-webkit-fit-content;height:fit-content;position:relative;text-decoration:underline;transition:color .2s;width:-webkit-fit-content;width:fit-content}.link-text__container.primary{--link-text-color:#7599b8}.link-text__container.secondary{--link-text-color:#3da5ff}.link-text__container.medium{--link-text-font:var(--font-body-r-12)}.link-text__container.large{--link-text-font:var(--font-body-r-14)}.link-text__container_fullWidth{width:100%}.link-text__container_disabled{opacity:.5;pointer-events:none}.link-text__container:hover{color:var(--link-text-color);opacity:.8}.link-text__container_withoutUnderline,.slot-category{text-decoration:none}.slot-category{align-items:center;background-color:#344573;border-radius:4px;display:flex;flex-direction:column;gap:10px;padding:10px 10px 15px;width:100%}.slot-category__icon{fill:var(--color-text-tertiary);height:45px;max-width:100%;width:auto}.slot-category__text{color:var(--color-text-tertiary);font:var(--font-body-r-16);text-decoration:none;text-transform:uppercase}.slots-categories-page{background-color:#283857;min-height:100%;padding:calc(var(--back-block-header-height) + 10px) 10px 10px}.slots-categories-page__categories{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.spinner{background:#1d4167;color:#fff;display:flex;height:100%;margin:0;position:absolute;top:0;width:100%;z-index:30}[dir=ltr] .spinner{left:0}[dir=rtl] .spinner{right:0}.spinner_isFullScreen{inset:0;position:fixed}.spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.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-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)}}.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)}}.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}.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%}@media only screen and (min-width:768px){.wheel_lang_es-ES .wheel__data-item_withAbb{--wheel-data-value-fz:20px;--wheel-data-value-stroke:1.3px}}@media only screen and (max-width:768px){.wheel_lang_es-ES .wheel__data-item_withAbb{--wheel-data-value-fz:11px;--wheel-data-value-stroke:0.6px}}.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%}.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)}}.loader__container{align-items:center;animation:animateOpenCloseFrames .25s linear forwards;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}@keyframes animateOpenCloseFrames{0%{opacity:0}to{opacity:1}}.loader__container_isExitAnim{animation:animateOpenCloseBackwardsFrames .25s linear forwards}@keyframes animateOpenCloseBackwardsFrames{0%{opacity:1}to{opacity: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)}}@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)}}@keyframes open-modal{0%{transform:scale(.5)}to{transform:scale(1)}}.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-win{background-color:#00000080}.bc-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wheel-game-page{--sector-odd-bg:#fdba00;--sector-even-bg:#131313;--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:#403402cc;--wheel-data-currency-color:var(--wheel-data-value-color);--wheel-data-currency-stroke:0.1px;--wheel-data-currency-stroke-color:var(--wheel-data-value-stroke-color);--outer-ring-bg:#dfbc47;--inner-ring-bg:#ef9b2d;--light-ball-active-bg-from:#fff;--light-ball-active-bg-to:#feffb8;--light-ball-disabled-bg-from:#acacac;--wheel-box-shadow-color:#fbdc41;--light-ball-disabled-bg-to:#d2d3a3;--prize-with-icon-circle-bg:#d09414;--wheel-tip-bg:#e1a72a;--wheel-tip-border-color:#fff0c9;--wheel-tip-border-opacity:0.5;--wheel-center-bg:#eec12c;--wheel-center-border-color:#fff0c9;--wheel-center-border-opacity:0.5;--wheel-center-text-stroke-color:#d0a414;--wheel-center-text-color:#fff;--wheel-center-text-opacity:0.85;--mega-win-border-color:#efc82c;--mega-win-title-stroke-color:#d0a414;--mega-win-title-color:#fff;--mega-win-text-opacity:0.85;--mega-win-description-color:#fff;--spin-button-text-color:#fff;--wheel-timer-text-color:#fff;--wheel-leg-border-color:#fdba00;--wheel-leg-bg-from:#fdba00;--wheel-leg-bg-to:#fdba00;--spin-history-title-bg:linear-gradient(128deg,#fbd041 -60.37%,#d09b14 136.88%);--spin-history-title-text-color:#fff;--spin-history-title-icon-color:#fff;--spin-history-content-bg:linear-gradient(180deg,#fdba00,#f7c15e);--spin-history-item-border-color:#fff0c980;--spin-history-item-text-color:#fff;--spin-history-content-scrollbar-thumb-color:#ffffff80!important;--spin-history-content-scrollbar-track-color:#0000;--wheel-history-header-height:80px;--wheel-history-header-fz:40px;--wheel-button-fz:40px;--wheel-history-item-v-top-fz:40px;--wheel-history-item-v-bottom-fz:24px;font-family:Inter,sans-serif}[dir=ltr] .wheel-game-page-history__header{background:linear-gradient(180deg,#eec12c,#f7ba5e)}[dir=rtl] .wheel-game-page-history__header{background:linear-gradient(-180deg,#eec12c,#f7ba5e)}.wheel-game-page-history__header-refresh-icon{display:none}.wheel-game-page-history__col{gap:8px;padding:16px}.wheel-game-page-history__col-value{display:flex;flex-direction:column;gap:8px}.wheel-game-page-history__value{letter-spacing:normal}.wheel-game-page-history__list-wrapper{display:flex;flex-direction:column}.wheel-game-page-history__noBonuses{flex-grow:1}.wheel-game-page-history__noBonuses-text{margin-top:auto}.wheel-game-page .wheel__tip path:last-child{stroke:#fff0c9}.wheel-game-page .wheel-page-spin__leg{top:-50%}.wheel-game-page .wheel-page-timer__digit{transition:transform .8s ease}.wheel-game-page .wheel__data-item{padding:0 calc(8.25% + 36.8px)}.wheel-game-page .light-ball-even,.wheel-game-page .light-ball-odd{display:none}@media only screen and (max-width:768px){.wheel-game-page{--wheel-button-fz:20px;--wheel-history-item-v-bottom-fz:16px;--wheel-history-item-v-top-fz:24px;--wheel-history-header-fz:24px}.wheel-game-page .wheel__data-item{padding:0 calc(8.25% + 12.8px)}.wheel-game-page .wheel-game-page-history__col{gap:0;padding:8px}.wheel-game-page .wheel-game-page-history__value_bottom{margin-top:0}}.wheel-game-page-history__header{font-size:24px}.wheel-page-spin__button-text{font-size:20px}.close-modal-button{background:none;cursor:pointer;opacity:.65;padding:10px;transition:opacity .2s;z-index:3}.close-modal-button_absolute{position:absolute;top:0}[dir=ltr] .close-modal-button_absolute{right:0}[dir=rtl] .close-modal-button_absolute{left:0}.close-modal-button:hover{opacity:1}.close-modal-button__icon{--icon-size:14px;fill:#276aa5;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.modal-wrapper__container{background-color:#fff;border-radius:3px;box-shadow:0 4px 4px 0 rgba(0,0,0,.251);box-sizing:border-box;position:relative}.check-email-modal{display:flex;flex-direction:column;gap:10px;max-width:504px;padding:25px 30px 30px;width:100%}.check-email-modal__title{color:#224f7c;font:var(--font-body-b-20)}.check-email-modal__text{color:#276aa5;font:var(--font-body-r-14)}.check-email-modal__text-sub{color:var(--color-text-secondary);font:var(--font-body-r-14)}.description__container{align-items:center;display:flex}.description__error{color:#ff575a;color:var(--color-description-error,#ff575a)}.description__error,.description__text{font-family:Roboto,sans-serif;font-size:10px;line-height:15px}.description__text{color:#7599b8;color:var(--color-description-text,#7599b8)}.input-hidden-control{--input-hidden-control-size:32px;align-items:center;background:#0000;box-sizing:border-box;cursor:pointer;display:flex;height:var(--input-hidden-control-size);justify-content:center;min-height:var(--input-hidden-control-size);min-width:var(--input-hidden-control-size);padding:5px;position:relative;transition:opacity .2s;width:var(--input-hidden-control-size)}.input-hidden-control:before{content:"";height:calc(100% - 8px);opacity:.5;position:absolute}[dir=ltr] .input-hidden-control:before{border-left:1px solid #b8c9d9;left:0}[dir=rtl] .input-hidden-control:before{border-right:1px solid #b8c9d9;right:0}.input-hidden-control_hasSuffix:before{content:none;display:none}@media only screen and (max-width:768px){.input-hidden-control{--input-hidden-control-size:48px}.input-hidden-control:before{content:none;display:none}}.input-hidden-control__icon{--input-hidden-icon-width:14px;--input-hidden-icon-height:10px;fill:#224e7b;fill:var(--input-hidden-control,#224e7b);height:var(--input-hidden-icon-height);min-height:var(--input-hidden-icon-height);min-width:var(--input-hidden-icon-width);width:var(--input-hidden-icon-width)}.input-hidden-control__icon_hidden{display:none}@media only screen and (max-width:768px){.input-hidden-control__icon{--input-hidden-icon-width:20px;--input-hidden-icon-height:14px}}.input-hidden-control:hover{opacity:.8}.input-prefix,.input-suffix{color:#7599b8;color:var(--color-input-suffix,#7599b8);display:flex;width:-webkit-fit-content;width:fit-content}.input__wrapper{display:flex;flex-direction:column;gap:4px;width:100%}.input__controller{--input-controller-bg:var(--color-bg-secondary,#fdfdfd);--input-controller-border-color:var(--color-border-primary,#b8c9d9);align-items:center;background-color:var(--input-controller-bg);border-radius:3px;display:flex;gap:5px;height:var(--input-controller-height);padding:var(--input-controller-padding);position:relative;transition:background-color .2s,border-color .2s,opacity .2s;width:100%}.input__controller:hover{--input-controller-border-color:var(--color-border-secondary,#7498b7)}.input__controller:active,.input__controller_isFocused,.input__controller_isFocused:hover{--input-controller-border-color:var(--color-border-tertiary,#4c90fc)}.input__controller_disabled{--input-controller-border-color:var(--color-border-primary,#b8c9d9);--input-controller-bg:var(--color-bg-secondary,#fff);--color-input-text:#7599b8;--color-input-caption:#7599b8}.input__controller_disabled:hover{--input-controller-border-color:var(--color-border-primary,#b8c9d9)}.input__controller.large{--input-controller-padding:8px 12px;--input-controller-height:40px}@media only screen and (max-width:768px){.input__controller.large{--input-controller-padding:15px;--input-controller-height:48px}}.input__controller.medium{--input-controller-padding:5px 10px;--input-controller-height:32px}@media only screen and (max-width:768px){.input__controller.medium{--input-controller-padding:15px;--input-controller-height:48px}}.input__controller_isError{--input-controller-border-color:var(--color-error-primary,#fd5659)}.input__controller input{background-color:var(--input-controller-bg)}.input__controller input[type=number]::-webkit-inner-spin-button,.input__controller input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input__controller input[type=search]::-webkit-search-cancel-button,.input__controller input[type=search]::-webkit-search-decoration,.input__controller input[type=search]::-webkit-search-results-button,.input__controller input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.input__controller input:-webkit-autofill,.input__controller input:-webkit-autofill:active,.input__controller input:-webkit-autofill:focus,.input__controller input:-webkit-autofill:hover{-webkit-text-fill-color:#224e7b;-webkit-text-fill-color:var(--color-input-text,#224e7b);background:var(--input-controller-bg);-webkit-box-shadow:0 0 0 2000px var(--input-controller-bg) inset;caret-color:#224e7b;caret-color:var(--color-input-text,#224e7b);color:#224e7b;color:var(--color-input-text,#224e7b)}@media only screen and (max-width:768px){.input__controller{border-radius:4px;gap:15px}}.input__controller.boxed{border:1px solid var(--input-controller-border-color)}.input__controller.boxed.input__controller_withoutBorder{border:none}.input__controller.boxed input{position:relative;top:6px}[dir=ltr] .input__controller.boxed input{left:-3px}[dir=rtl] .input__controller.boxed input{right:-3px}.input__controller.boxed.input__controller_isFocused{outline:2px solid var(--input-controller-border-color)}.input__controller.outlined{border:1px solid var(--input-controller-border-color)}.input__controller.outlined.input__controller_withoutBorder{border:none}.input__controller.tertiary{--input-controller-bg:#f3f8fc;border:none}[dir=ltr] .input__controller_hasSuffix{padding-right:0}[dir=ltr] .input__controller_hasPrefix,[dir=rtl] .input__controller_hasSuffix{padding-left:0}[dir=rtl] .input__controller_hasPrefix{padding-right:0}.input__caption{color:var(--color-input-caption);cursor:text;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;padding:0 8px;position:absolute;top:calc(50% - 10px);white-space:nowrap}[dir=ltr] .input__caption{left:0;transition:font-size .12s ease-in,left .12s ease-in,top .12s ease-in,line-height .12s ease-in}[dir=rtl] .input__caption{right:0;transition:font-size .12s ease-in,right .12s ease-in,top .12s ease-in,line-height .12s ease-in}.input__caption.outlined{background:#fdfdfd;background:var(--color-bg-secondary,#fdfdfd);color:#7498b7;color:var(--color-input-caption,#7498b7)}.input__caption.boxed{background:#0000;color:#224e7b;color:var(--color-input-caption,#224e7b)}@media only screen and (max-width:768px){[dir=ltr] .input__caption_hasPrefix{left:47px}[dir=rtl] .input__caption_hasPrefix{right:47px}}.input__field{border:none;color:#224e7b;color:var(--color-input-text,#224e7b);font-family:Roboto,sans-serif;font-size:14px;line-height:20px;outline:none;width:100%}.input__field::placeholder{color:#7498b7;color:var(--color-input-placeholder,#7498b7)}.input__field:focus+.input__caption,.input__field:not(:placeholder-shown)+.input__caption{font-size:12px;line-height:12px}[dir=ltr] .input__field:focus+.input__caption,[dir=ltr] .input__field:not(:placeholder-shown)+.input__caption{left:5px}[dir=rtl] .input__field:focus+.input__caption,[dir=rtl] .input__field:not(:placeholder-shown)+.input__caption{right:5px}.input__field:focus+.input__caption.boxed,.input__field:not(:placeholder-shown)+.input__caption.boxed{color:#7599b8;color:var(--color-input-caption,#7599b8);top:6px}@media only screen and (max-width:768px){[dir=ltr] .input__field:focus+.input__caption.boxed.input__caption_hasPrefix,[dir=ltr] .input__field:not(:placeholder-shown)+.input__caption.boxed.input__caption_hasPrefix{left:47px}[dir=rtl] .input__field:focus+.input__caption.boxed.input__caption_hasPrefix,[dir=rtl] .input__field:not(:placeholder-shown)+.input__caption.boxed.input__caption_hasPrefix{right:47px}}.input__field:focus+.input__caption.outlined,.input__field:not(:placeholder-shown)+.input__caption.outlined{color:#224f7c;color:var(--color-input-caption,#224f7c);top:-6px}.forgot-password-modal{display:flex;max-width:504px;width:100%}.forgot-password-modal__title{color:#224f7c;font:var(--font-body-b-20)}.forgot-password-modal__text{color:#276aa5;font:var(--font-body-r-14)}.forgot-password-modal__form{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;max-width:324px;padding:25px 30px 30px;width:100%}.forgot-password-modal__image{display:flex;height:auto;position:relative;width:180px}.forgot-password-modal__image-shadow{height:100%;min-width:180px;overflow:hidden;position:relative;width:100%}.forgot-password-modal__image-shadow:before{border-radius:25px;bottom:-95px;content:"";display:block;height:230px;position:absolute;width:282px}[dir=ltr] .forgot-password-modal__image-shadow:before{background:linear-gradient(213.13deg,#d4dee8 19.74%,#d4dee800 72.93%);right:-131px;transform:rotate(-30deg)}[dir=rtl] .forgot-password-modal__image-shadow:before{background:linear-gradient(-213.13deg,#d4dee8 19.74%,#d4dee800 72.93%);left:-131px;transform:rotate(30deg)}.forgot-password-modal__image-icon{--icon-size:150px;bottom:45px;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);position:absolute;width:var(--icon-size)}[dir=ltr] .forgot-password-modal__image-icon{right:10px;transform:rotate(-30deg)}[dir=rtl] .forgot-password-modal__image-icon{left:10px;transform:rotate(30deg)}.forgot-password-modal__image-icon-shadow{--shadow-size:423px;background:radial-gradient(50% 50% at 50% 50%,#1d426833 0,#1d426800 70%);bottom:-96px;height:var(--shadow-size);pointer-events:none;position:absolute;width:var(--shadow-size);z-index:0}[dir=ltr] .forgot-password-modal__image-icon-shadow{right:-100px}[dir=rtl] .forgot-password-modal__image-icon-shadow{left:-100px}.reset-password-confirm-modal{display:flex;flex-direction:column;gap:20px;max-width:400px;padding:25px 30px 30px;width:100%}.reset-password-confirm-modal__title{color:#224f7c;font:var(--font-body-b-20)}.reset-password-confirm-modal__form{display:flex;flex-direction:column;gap:16px}.mobile-modal-wrapper__container{background-color:#e7ecf0;display:flex;flex-direction:column;height:100%;min-height:calc(100svh - var(--back-block-header-height));position:fixed;top:0;width:100%;z-index:999}[dir=ltr] .mobile-modal-wrapper__container{left:0}[dir=rtl] .mobile-modal-wrapper__container{right:0}.mobile-modal-wrapper__content{display:flex;flex-direction:column;height:calc(100svh - var(--back-block-header-height));overflow-y:auto;width:100%}.select-option-component__wrapper{align-items:center;background:none;border-bottom:1px solid #d2dce6;border-bottom:1px solid var(--select-option-border-bottom-color,#d2dce6);box-sizing:border-box;color:#2769a4;color:var(--select-option-color,#2769a4);display:flex;font-family:Roboto,sans-serif;font-size:14px;gap:10px;line-height:15px;padding:5px 10px;transition:background-color .2s;width:100%}.select-option-component__wrapper_clickable{cursor:pointer}.select-option-component__wrapper_clickable:hover{background-color:#d2dce6;background-color:var(--select-option-bg-hover-color,#d2dce6)}@media only screen and (max-width:768px){.select-option-component__wrapper_clickable{min-height:48px;padding:5px 15px}}.select-option-component__prefix,.select-option-component__suffix{max-height:100%}.select-modal{background-color:#e7ecf0;display:flex;flex-direction:column;height:100dvh;min-height:100dvh;position:fixed;top:0;width:100dvw;z-index:999}[dir=ltr] .select-modal{left:0}[dir=rtl] .select-modal{right:0}.select-modal__search{align-items:center;display:flex;justify-content:center;width:42px}[dir=ltr] .select-modal__search{border-right:1px solid #7599b8b0}[dir=rtl] .select-modal__search{border-left:1px solid #7599b8b0}.select-modal__search-wrapper{display:flex;padding:9.5px;width:100%}.select-modal__search-icon{fill:#7599b8;height:19px;max-width:100%;min-height:19px;min-width:19px;width:19px}.select-modal__list{background-color:#fff;border-radius:4px;display:flex;flex:1 1;flex-direction:column;height:-webkit-fit-content;height:fit-content;min-height:auto;width:100%}.select-modal__list-wrapper{display:flex;flex:1 1;height:100%;min-height:-webkit-fit-content;min-height:fit-content;padding:9.5px;width:100%}.select{position:relative}.select__arrow{--icon-width:10px;--icon-height:6px;fill:#2769a4;fill:var(--select-color,#2769a4);height:var(--icon-height);min-height:var(--icon-height);min-width:var(--icon-width);transition:transform .2s ease-in;width:var(--icon-width)}.select__arrow-wrapper{--select-arrow-control-size:32px;align-items:center;background:none;border:none;display:flex;height:var(--select-arrow-control-size);justify-content:center;min-height:var(--select-arrow-control-size);min-width:var(--select-arrow-control-size);outline:none;width:var(--select-arrow-control-size)}.select__arrow-wrapper_disabled{opacity:0}[dir=ltr] .select__arrow_isOpened{transform:rotate(180deg)}[dir=rtl] .select__arrow_isOpened{transform:rotate(-180deg)}.select__selected-value{border-bottom:0;position:absolute;top:10px;z-index:2}[dir=ltr] .select__selected-value{left:5px}[dir=rtl] .select__selected-value{right:5px}.select__selected-value_size_medium{top:4px}@media only screen and (max-width:768px){.select__selected-value_size_medium{top:17px}}.select__input_hide{opacity:0}@media only screen and (max-width:768px){.select__input{cursor:pointer}}.select__empty{align-items:center;color:#2769a4;color:var(--select-no-options-color,#2769a4);display:flex;font-family:Roboto,sans-serif;font-size:14px;justify-content:center;line-height:16px;padding:10px;width:100%}.select__options{background-color:#fdfdfd;background-color:var(--select-options-bg,#fdfdfd);border-radius:3px;max-height:300px;overflow-y:auto;width:100%;z-index:3}.sign-up-form{display:flex;flex-direction:column;gap:20px;width:100%}.sign-up-form__prefix{color:#224e7b;font-family:Roboto,sans-serif;font-size:14px;line-height:20px}[dir=ltr] .sign-up-form__prefix{padding-left:8px}[dir=rtl] .sign-up-form__prefix{padding-right:8px}.sign-up-form__flag{--flag-size:16px;border-radius:50%;height:var(--flag-size);min-height:var(--flag-size);min-width:var(--flag-size);overflow:hidden;width:var(--flag-size)}@media only screen and (max-width:768px){.sign-up-form__flag{--flag-size:19px}}.sign-up-form__row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);width:100%}.sign-up-form__key-button{align-items:center;background:none;cursor:pointer;display:flex;justify-content:center;transition:opacity .2s}.sign-up-form__key-button:hover{opacity:.8}.sign-up-form__key-icon{--icon-size:14px;fill:#276aa5;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.sign-up-modal{align-items:center;display:flex;flex-direction:column;gap:30px;max-width:720px;padding:30px 25px 35px;width:100%}.sign-up-modal__title{color:#276aa5;font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:25px;text-transform:uppercase}.info-modal{align-items:center;display:flex;flex-direction:column;gap:30px;max-width:304px;padding:51px 20px 20px;width:100%}.info-modal_variant_success{--info-modal-color:#78a22f}.info-modal_variant_error{--info-modal-color:#ff575a}.info-modal__content{align-items:center;display:flex;flex-direction:column;gap:10px}.info-modal__title{color:var(--info-modal-color);font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:24px}.info-modal__text{color:#224f7c;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:16px}.change-password-modal{display:flex;flex-direction:column;gap:20px;max-width:365px;padding:25px 30px 30px;width:100%}.change-password-modal__title{color:#224f7c;font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:24px;text-align:center;width:100%}.change-password-modal__form{display:flex;flex-direction:column;gap:20px}.confirm-activate-promotion{display:flex;flex-direction:column;gap:56px;justify-content:center;max-width:500px;padding:24px;width:100%}@media only screen and (max-width:768px){.confirm-activate-promotion{max-width:398px}}.confirm-activate-promotion__title{color:var(--color-text-primary);font:var(--font-body-b-26);text-align:center}.confirm-activate-promotion__text{color:var(--color-text-primary);font:var(--font-body-m-20);opacity:.8;text-align:center}@media only screen and (max-width:768px){.confirm-activate-promotion__text{font:var(--font-body-b-16)}}.confirm-activate-promotion__buttons{align-items:center;display:flex;gap:8px}.link-email-modal{display:flex;max-width:504px;width:100%}.link-email-modal__content{display:flex;flex-direction:column;gap:20px;padding:25px 30px 30px;width:100%}.link-email-modal__title{color:#224f7c;font-size:20px;font-weight:700;line-height:24px}.link-email-modal__text,.link-email-modal__title{font-family:Roboto,sans-serif;text-align:start;width:100%}.link-email-modal__text{color:#276aa5;font-size:14px;font-weight:400;line-height:16px}.link-email-modal__form{display:flex;flex-direction:column;gap:20px}.link-email-modal__image{display:flex;height:auto;position:relative;width:180px}.link-email-modal__image-shadow{height:100%;min-width:180px;overflow:hidden;position:relative;width:100%}.link-email-modal__image-shadow:before{background:#d8e0e7;border-radius:25px;bottom:-93px;content:"";display:block;height:230px;position:absolute;width:282px}[dir=ltr] .link-email-modal__image-shadow:before{right:-133px;transform:rotate(-30deg)}[dir=rtl] .link-email-modal__image-shadow:before{left:-133px;transform:rotate(30deg)}.link-email-modal__image-icon{--icon-size:150px;bottom:65px;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);position:absolute;width:var(--icon-size)}[dir=ltr] .link-email-modal__image-icon{right:5px;transform:rotate(-30deg)}[dir=rtl] .link-email-modal__image-icon{left:5px;transform:rotate(30deg)}.link-email-modal__image-icon-shadow{background:radial-gradient(50% 50% at 50% 50%,#1d426833 0,#1d426800 70%);bottom:-50px;height:423px;pointer-events:none;position:absolute;width:423px;z-index:0}[dir=ltr] .link-email-modal__image-icon-shadow{right:-100px}[dir=rtl] .link-email-modal__image-icon-shadow{left:-100px}.select-phone-code{position:relative}.select-phone-code__button{align-items:center;background-color:#0000;cursor:pointer;display:flex;gap:5px}[dir=ltr] .select-phone-code__button{padding-left:5px}[dir=rtl] .select-phone-code__button{padding-right:5px}.select-phone-code__button:disabled{cursor:default}.select-phone-code__code{align-items:center;color:#224f7c;display:flex;font-size:14px;line-height:16px;white-space:nowrap}[dir=ltr] .select-phone-code__code{margin-left:5px}[dir=rtl] .select-phone-code__code{margin-right:5px}.select-phone-code__flag{--flag-size:14px;border-radius:50%;height:var(--flag-size);min-height:var(--flag-size);min-width:var(--flag-size);overflow:hidden;width:var(--flag-size)}.select-phone-code__arrow{fill:#224f7c;height:5.25px;max-width:100%;min-width:8px;transition:transform .2s;width:auto}[dir=ltr] .select-phone-code__arrow_isOpened{transform:rotate(180deg)}[dir=rtl] .select-phone-code__arrow_isOpened{transform:rotate(-180deg)}.select-phone-code__dropdown{background-color:#fff;border:1px solid #d4dee8;border-radius:3px;display:flex;flex-direction:column}.select-phone-code__dropdown-item{align-items:center;background-color:#0000;cursor:pointer;display:flex;gap:5px;padding:5px 10px}.select-phone-code__dropdown-item:hover{background-color:#d2dce6}.link-phone-modal{display:flex;max-width:504px;width:100%}.link-phone-modal__content,.link-phone-modal__form{display:flex;flex-direction:column;gap:20px}.link-phone-modal__content{padding:25px 30px 30px;width:100%}.link-phone-modal__title{color:#224f7c;font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:24px;text-align:start;width:100%}.link-phone-modal__image{display:flex;height:auto;position:relative;width:180px}.link-phone-modal__image-shadow{height:100%;min-width:180px;overflow:hidden;position:relative;width:100%}.link-phone-modal__image-shadow:before{border-radius:25px;bottom:-73px;content:"";display:block;height:230px;position:absolute;width:282px}[dir=ltr] .link-phone-modal__image-shadow:before{background:linear-gradient(213.13deg,#d4dee8 19.74%,#d4dee800 72.93%);right:-187px;transform:rotate(-30deg)}[dir=rtl] .link-phone-modal__image-shadow:before{background:linear-gradient(-213.13deg,#d4dee8 19.74%,#d4dee800 72.93%);left:-187px;transform:rotate(30deg)}.link-phone-modal__image-icon{--icon-size-width:88px;--icon-size-height:calc(var(--icon-size-width)*1.8);bottom:45px;height:var(--icon-size-height);min-height:var(--icon-size-height);min-width:var(--icon-size-width);position:absolute;width:var(--icon-size-width)}[dir=ltr] .link-phone-modal__image-icon{right:10px;transform:rotate(-30deg)}[dir=rtl] .link-phone-modal__image-icon{left:10px;transform:rotate(30deg)}.profile-cancel-payment-modal{display:flex;max-width:504px;width:100%}.profile-cancel-payment-modal__content{display:flex;flex-direction:column;gap:20px;padding:25px 30px 30px;width:100%}.profile-cancel-payment-modal__texts{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.profile-cancel-payment-modal__title{color:var(--color-text-primary);font:var(--font-body-b-20)}.profile-cancel-payment-modal__text{color:var(--color-text-primary);font:var(--font-body-r-16)}.profile-cancel-payment-modal__buttons{align-items:center;display:flex;gap:10px}.profile-payment-comment-modal{display:flex;max-width:504px;width:100%}.profile-payment-comment-modal__content{display:flex;flex-direction:column;gap:20px;padding:25px 30px 30px;width:100%}.profile-payment-comment-modal__texts{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.profile-payment-comment-modal__title{color:var(--color-text-primary);font:var(--font-body-b-20)}.profile-payment-comment-modal__text{color:var(--color-text-primary);font:var(--font-body-r-16)}.profile-payment-comment-modal__buttons{align-items:center;display:flex;gap:10px}.choose-sport{align-items:center;background:#005440;color:#ccc;display:flex;flex-direction:column;max-width:26rem;position:relative;width:85vw}.choose-sport__header{align-items:center;background:#1d4268;color:#fff;display:flex;justify-content:space-between;padding:1.3rem 1rem;width:100%}.choose-sport__header-cross{height:1.5rem;width:1.5rem}.choose-sport__header-cross *{fill:#fff}.choose-sport__header-title{font-size:1.5rem;font-weight:400}.choose-sport__content{align-items:center;display:flex;justify-content:space-between;padding:2.5rem 3rem;width:100%}.choose-sport__sport{align-items:center;cursor:pointer;display:flex;flex-direction:column}.choose-sport__sport-icon{height:3.15rem;width:3.15rem}.choose-sport__sport-text{color:#ccc;font-size:1.2rem;font-weight:500;margin-top:.6rem}.time-clock__container{color:#fff;font-size:.75rem;font-weight:600;white-space:nowrap}.download-app-button{align-items:flex-start;background-color:#e9eef2;display:flex;flex-direction:column;gap:5px;justify-content:center;overflow:hidden;position:relative;width:100%}[dir=ltr] .download-app-button{padding:10px 10px 10px 66px}[dir=rtl] .download-app-button{padding:10px 66px 10px 10px}.download-app-button__title{color:#1d4268;font-size:14px;font-weight:700;line-height:16px;text-transform:uppercase}.download-app-button__icon{--icon-size:84px;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);position:absolute;top:18px;width:var(--icon-size)}[dir=ltr] .download-app-button__icon{left:-21px;transform:rotate(21deg)}[dir=rtl] .download-app-button__icon{right:-21px;transform:rotate(-21deg)}.download-app-button__button{align-items:center;background-color:#7dab2f;border-radius:4px;display:flex;gap:10px;padding:5px 12px;width:100%}.download-app-button__button-icon{--icon-size:19px;fill:#fff;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.download-app-button__button-texts{align-items:flex-start;display:flex;flex-direction:column}.download-app-button__button-text{color:#fff;font-size:14px;line-height:16px}.download-app-button__button-text-top{color:#fff;font-size:12px;line-height:14px;opacity:.5}.mobile-menu-button{background-color:#fff;display:flex;flex-direction:column}.mobile-menu-button__button{background:#fff;justify-content:space-between;padding:10px 19px}.mobile-menu-button__button,.mobile-menu-button__button-content{align-items:center;display:flex;gap:14px}.mobile-menu-button__button-arrow{fill:#276aa5;height:7px;max-width:100%;transition:transform .2s;width:auto}[dir=ltr] .mobile-menu-button__button-arrow_isOpened{transform:rotate(180deg)}[dir=rtl] .mobile-menu-button__button-arrow_isOpened{transform:rotate(-180deg)}.mobile-menu-button__button-icon{--icon-size:38px;align-items:center;background-color:#f3f8fc;border-radius:50%;display:flex;height:var(--icon-size);justify-content:center;min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.mobile-menu-button__button-icon>svg{height:16px;max-width:100%;min-height:16px;width:auto}.mobile-menu-button__button-text,.mobile-menu-button__item{color:#276aa5;font-size:19px;line-height:normal}.mobile-menu-button__item{background-color:#fff;display:flex;position:relative;width:100%}[dir=ltr] .mobile-menu-button__item{padding:10px 10px 10px 72px}[dir=rtl] .mobile-menu-button__item{padding:10px 72px 10px 10px}.mobile-menu-button__item:before{--dot-size:5px;background-color:#276aa5;border-radius:50%;content:"";height:var(--dot-size);position:absolute;top:calc(50% - var(--dot-size)/2);transition:background-color .2s;width:var(--dot-size)}[dir=ltr] .mobile-menu-button__item:before{left:52px}[dir=rtl] .mobile-menu-button__item:before{right:52px}.mobile-menu-button__content{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .3s ease,margin-top .3s ease;width:100%}.mobile-menu-button__content-expanded{display:flex;flex-direction:column;min-height:0;transition:visibility .3s ease;visibility:hidden;width:100%}.mobile-menu-button__content_isOpened{grid-template-rows:1fr}.mobile-menu-button__content_isOpened .mobile-menu-button__content-expanded{visibility:visible}.select-lang{background:#0000;cursor:pointer;display:flex;flex-direction:column;position:relative}.select-lang__item{align-items:center;border-top:1px solid #e9eef2;display:flex;gap:10px;padding:5px 10px;width:100%}.select-lang__item:first-child{border-top:none;border-top-left-radius:3px;border-top-right-radius:3px}.select-lang__item:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.select-lang__item-left{align-items:center;display:flex;gap:10px}[dir=ltr] .select-lang__item-left{border-right:1px solid #e9eef2;padding-right:10px}[dir=rtl] .select-lang__item-left{border-left:1px solid #e9eef2;padding-left:10px}.select-lang__item-text{color:#276aa5;font-size:12px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-lang__item:hover,.select-lang__item_active{background:#dbe4eb}.select-lang__items{background:var(--color-bg-tertiary);border-radius:3px}.select-lang__flag-wrapper img{height:17px;object-fit:contain;width:17px}.select-lang__top{align-items:center;background:#0000;border-radius:3px;cursor:pointer;display:flex;gap:5px;justify-content:center;padding:5px;transition:background-color .2s,color .2s}.select-lang__top:hover{background:#d2dce6}.select-lang__top:hover .select-lang__top-text{color:#205583}.select-lang__top:hover .select-lang__top-arrow *{fill:#205583}.select-lang__top-text{color:#fff;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:14px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.select-lang__top-arrow{transition:transform .2s ease-in;will-change:transform}.select-lang__top-arrow *{fill:#fff}.select-lang__top-arrow-wrapper{align-items:center;display:flex;justify-content:center}[dir=ltr] .select-lang__top_open .select-lang__top-arrow{transform:rotate(180deg)}[dir=rtl] .select-lang__top_open .select-lang__top-arrow{transform:rotate(-180deg)}.select-lang__top_open{background:#fdfdfd!important}.select-lang__top_open .select-lang__top-text{color:#205583}.select-lang__top_open .select-lang__top-arrow *{fill:#205583}.wheel-button{--roulette-icon-size:26px;animation:wheelSpin 1.6s infinite;animation-timing-function:linear;cursor:pointer;filter:drop-shadow(0 0 8px #67b6ff);height:var(--roulette-icon-size);width:var(--roulette-icon-size)}@media only screen and (min-width:1024px){.wheel-button{--roulette-icon-size:36px}}@keyframes wheelSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.mobile-menu-modal{background-color:#e9eef2;display:flex;flex-direction:column;height:100%;min-height:100vh;width:100%}.mobile-menu-modal__clock{color:#276aa5;font-size:19px;font-weight:400;line-height:normal}.mobile-menu-modal__language{height:100%}[dir=ltr] .mobile-menu-modal__language{border-left:1px solid #e9eef2;padding-left:20px}[dir=rtl] .mobile-menu-modal__language{border-right:1px solid #e9eef2;padding-right:20px}.mobile-menu-modal__language .select-lang__top-text{color:#276aa5;font-size:19px;font-weight:400;line-height:normal}.mobile-menu-modal__language .select-lang__top-arrow path{fill:#276aa5}.mobile-menu-modal__header{background-color:#fff;display:flex;justify-content:space-between;min-height:76px}[dir=ltr] .mobile-menu-modal__header{padding:10px 10px 10px 20px}[dir=rtl] .mobile-menu-modal__header{padding:10px 20px 10px 10px}.mobile-menu-modal__header-left{gap:20px}.mobile-menu-modal__header-close,.mobile-menu-modal__header-left,.mobile-menu-modal__header-right{align-items:center;display:flex;height:auto}.mobile-menu-modal__header-close{--close-button-size:48px;background-color:#0000;justify-content:center;min-height:var(--close-button-size);min-width:var(--close-button-size);padding:5px}.mobile-menu-modal__header-icon{--close-icon-size:19px;fill:#276aa5;height:var(--close-icon-size);max-width:100%;width:auto}.mobile-menu-modal__search{align-items:center;display:flex;height:27px;justify-content:center;width:42px}[dir=ltr] .mobile-menu-modal__search{border-right:1px solid #7599b8b0}[dir=rtl] .mobile-menu-modal__search{border-left:1px solid #7599b8b0}.mobile-menu-modal__search-block{background-color:#e9eef2;border-top:1px solid #fff;display:flex;padding:10px;width:100%}.mobile-menu-modal__search-icon{--icon-size:14px;fill:#7599b8;height:var(--icon-size);max-width:100%;min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.mobile-menu-modal__links{background-color:#e9eef2;display:flex;flex-direction:column;gap:1px;width:100%}.mobile-menu-modal__links-title{color:#7599b8;display:flex;font-size:12px;line-height:14px;padding:5px 14px;text-transform:uppercase;width:100%}.mobile-menu-modal__icon-blue{fill:#276aa5}.mobile-menu-modal__icon-green{fill:#7eac2f}.select-language-modal{background-color:#e7ecf0;display:flex;flex-direction:column;height:100dvh;min-height:100dvh;width:100dvw}.select-language-modal__search{align-items:center;display:flex;justify-content:center;width:42px}[dir=ltr] .select-language-modal__search{border-right:1px solid #7599b8b0}[dir=rtl] .select-language-modal__search{border-left:1px solid #7599b8b0}.select-language-modal__search-wrapper{display:flex;padding:9.5px;width:100%}.select-language-modal__search-icon{fill:#7599b8;height:19px;max-width:100%;min-height:19px;min-width:19px;width:19px}.select-language-modal__item{align-items:center;background-color:#fff;border-bottom:1px solid #e7ecf0;cursor:pointer;display:flex;gap:10px;min-height:48px;padding:5px 14px;transition:background-color .2s;width:100%}.select-language-modal__item_isSelected{background-color:#f1f6fa}.select-language-modal__item-flag{--size-flag:19px;border-radius:50%;box-shadow:0 0 0 1px #d4dee8;height:var(--size-flag);min-height:var(--size-flag);min-width:var(--size-flag);width:var(--size-flag)}.select-language-modal__item-name{color:#276aa5;font-size:14px;line-height:16px}[dir=ltr] .select-language-modal__item-name{border-left:1px solid #c0d0de;padding-left:9.5px}[dir=rtl] .select-language-modal__item-name{border-right:1px solid #c0d0de;padding-right:9.5px}.select-language-modal__item-name-short{color:#276aa5;font-size:14px;line-height:16px;text-transform:uppercase}.select-language-modal__list{background-color:#fff;border-radius:4px;display:flex;flex:1 1;flex-direction:column;height:auto;width:100%}.select-language-modal__list-wrapper{display:flex;flex:1 1;height:100%;padding:9.5px;width:100%}.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:240px}[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:1440px){.wheel-timer{height:60px;width:420px}}.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:1440px){.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:420px;width:320px}}@media only screen and (min-width:1440px){.roulette-game{height:600px;width:500px}}.roulette-game__container{height:348px;margin:0 auto;position:relative;width:348px}@media only screen and (max-width:475px){.roulette-game__container{height:320px;width:320px}}@media only screen and (min-width:1440px){.roulette-game__container{height:500px;width:500px}}.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:320px;width:320px}}@media only screen and (min-width:1440px){.roulette-game__img{height:500px;width:500px}}.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:20px;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}@media only screen and (min-width:1440px){.roulette-game__data-on-wheel__item{font-size:32px}}[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:320px;height:25px;padding:0 25px;top:147.5px;width:320px}}@media only screen and (min-width:1440px){.roulette-game__data-on-wheel__item{border-radius:500px;height:55px;padding:0 50px;top:222.5px;width:500px}}.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{align-items:center;display:flex;height:25px;width:25px}[dir=ltr] .roulette-game__data-on-wheel img,[dir=ltr] .roulette-game__data-on-wheel__icon{transform:rotate(90deg)}[dir=rtl] .roulette-game__data-on-wheel img,[dir=rtl] .roulette-game__data-on-wheel__icon{transform:rotate(-90deg)}@media only screen and (max-width:475px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:20px;width:20px}}@media only screen and (min-width:1440px){.roulette-game__data-on-wheel img,.roulette-game__data-on-wheel__icon{height:30px;width:30px}}.roulette-game__data-on-wheel__value{font-weight:700;position:relative}[dir=ltr] .roulette-game__data-on-wheel__value{left:10px;text-shadow:2px 2px 2px #000;transform:rotate(180deg)}[dir=rtl] .roulette-game__data-on-wheel__value{right:10px;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}}@media only screen and (min-width:1440px){[dir=ltr] .roulette-game__data-on-wheel__value{left:15px}[dir=rtl] .roulette-game__data-on-wheel__value{right:15px}}.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:125px;width:140px}[dir=ltr] .roulette-game__selector-img{right:-24px}[dir=rtl] .roulette-game__selector-img{left:-24px}}@media only screen and (min-width:1440px){.roulette-game__selector-img{height:140px;top:182px;width:210px}[dir=ltr] .roulette-game__selector-img{right:-44px}[dir=rtl] .roulette-game__selector-img{left:-44px}}.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}}@media only screen and (min-width:1440px){.roulette-game__spin-btn{height:210px;width:210px}}.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%}@media only screen and (min-width:1440px){.roulette-game__bottom-heading{bottom:-60px;height:125px}}.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:240px}[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 (min-width:1440px){.roulette-game__btn-spin{bottom:-155px;font-size:1.8rem;height:65px;width:420px}}@media only screen and (max-width:1440px){.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;white-space:nowrap;width:100%}.roulette-game__btn-spin_wrapper{bottom:-150px;left:0;position:absolute;right:0}.roulette-game__btn-spin_wrapper_hidden{opacity:0}@media only screen and (min-width:1440px){.roulette-game__btn-spin_wrapper{bottom:-190px}}.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}@media only screen and (max-width:768px){.roulette-game__top-block{height:15.5625rem;width:15.5625rem}}@media only screen and (min-width:1440px){.roulette-game__top-block{height:26.5625rem;width:26.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:#0f101180;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}@media only screen and (min-width:1440px){.roulette-game__mid-block{height:4.5rem;width:20.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)}@media only screen and (min-width:1440px){.roulette-game__btn-view{font-size:2.2rem;height:4.5rem;width:20rem}}.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-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}}[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:768px){.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:#fff;border-radius:8px}.footer-desktop{display:flex;flex-direction:column;gap:10px;padding:10px;width:100%}.footer-desktop__text{color:var(--color-text-secondary);font-size:12px;line-height:14px}.footer-desktop__text a{color:#fff;text-decoration:underline}.footer-desktop__copyright{display:flex;flex-direction:column;justify-content:center}.footer-desktop__support{align-items:center;display:flex;gap:20px;justify-content:center;width:100%}.footer-desktop__support-texts{display:flex;flex-direction:column;gap:5px}.footer-desktop__support-text{color:#fff;font-size:14px;line-height:16px;text-transform:uppercase}.footer-desktop__support-number{color:var(--color-text-secondary);cursor:pointer;font-size:20px;line-height:24px;transition:color .2s}.footer-desktop__support-number:hover{color:#fff}.footer-desktop__support-icon{--icon-width:52px;--icon-height:48px;height:var(--icon-height);min-height:var(--icon-height);min-width:var(--icon-width);width:var(--icon-width)}.footer-desktop__blocks-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:3fr 1fr;width:100%}.footer-desktop__block{background-color:#205482;border-radius:3px;display:flex;gap:10px;height:100%;padding:15px;width:100%}.footer-desktop__block p{color:var(--color-text-secondary);font:var(--font-body-r-12)}.footer-desktop__info-column{display:flex;flex-direction:column;gap:10px;width:100%}.footer-desktop__info-title{color:#fff;font:var(--font-body-b-14);text-transform:uppercase}.footer-desktop__info-links{display:flex;flex-direction:column;gap:10px;width:-webkit-fit-content;width:fit-content}.footer-desktop__info-links:hover .footer-desktop__info-link{color:#a1bcd4}.footer-desktop__info-link{color:#fff;cursor:pointer;font:var(--font-body-r-12);transition:color .2s;width:-webkit-fit-content;width:fit-content}.footer-desktop__info-link:hover{color:#fff!important}.footer-desktop__age{align-items:center;color:#fff;display:flex;font-size:20px;height:100%;justify-content:center;line-height:24px;width:100%}.footer-desktop__column,.footer-mobile{display:flex;flex-direction:column;gap:10px;width:100%}.footer-mobile{color:#fff;padding:10px 10px 82px}.footer-mobile_theme_light{background-color:#083a70}.footer-mobile_theme_dark{background-color:#242f4b}.footer-mobile__app-button{border-radius:4px;color:#fff;height:60px;overflow:hidden;position:relative;width:100%}.footer-mobile__app-button_theme_light{background:#2769a4}.footer-mobile__app-button_theme_dark{background:#344573}.footer-mobile__text{font-size:11px;line-height:13px;text-align:center}.footer-mobile__mobile-app-texts{display:flex;flex-direction:column;justify-content:flex-start;position:absolute;top:calc(50% - 21px)}[dir=ltr] .footer-mobile__mobile-app-texts{left:calc(62% - 47px)}[dir=rtl] .footer-mobile__mobile-app-texts{right:calc(62% - 47px)}.footer-mobile__mobile-app-logo{height:auto;min-width:108px;width:108px}.footer-mobile__mobile-app-text{font-size:11px;line-height:12px;text-align:start;width:-webkit-fit-content;width:fit-content}.footer-mobile__copyright{display:flex;flex-direction:column;gap:12px}.footer-mobile__bottom{align-items:center;display:flex;justify-content:space-between}.footer-mobile__age{background-color:#3a435d;border-radius:4px;color:#fff;font-size:14px;padding:5px}.footer-mobile__info{color:#fff;display:flex;font-size:11px;line-height:13px;text-align:center}.footer-mobile__info a{color:#55abf7;text-decoration:underline}.footer-mobile__phone{position:absolute;top:8px}[dir=ltr] .footer-mobile__phone{left:calc(62% - 197px)}[dir=rtl] .footer-mobile__phone{right:calc(62% - 197px)}.footer-mobile__phone-icon{height:auto;min-width:150px;width:150px}.footer-mobile__phone-android{height:auto;min-width:28px;position:absolute;top:26px;width:28px}[dir=ltr] .footer-mobile__phone-android{left:52px}[dir=rtl] .footer-mobile__phone-android{right:52px}.sign-in-form{display:flex;flex-direction:column;gap:5px}@media only screen and (max-width:768px){.sign-in-form{align-items:center;gap:16px}}.sign-in-form__inputs{display:flex;flex-direction:column;gap:10px;width:100%}@media only screen and (max-width:768px){.sign-in-form__inputs{gap:16px}}.sign-in-form__forgot-password{background:none;color:#7599b8;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:14px}.sign-in-form__register-block{border-top:1px solid #d4dee8;color:#276aa5;display:flex;font-size:14px;gap:4px;justify-content:center;line-height:16px;padding-bottom:9px;padding-top:19px;text-align:center;width:100%}.sign-in-dropdown{background:#fff;border:1px solid #d4dee8;border-radius:3px;min-width:302px;padding:10px}.sign-in-dropdown__arrow{background:#fff;border-top:1px solid #d4dee8;height:10px;position:absolute;top:-6px;width:10px}[dir=ltr] .sign-in-dropdown__arrow{border-left:1px solid #d4dee8;right:37px;transform:rotate(45deg)}[dir=rtl] .sign-in-dropdown__arrow{border-right:1px solid #d4dee8;left:37px;transform:rotate(-45deg)}.navigation-link{align-items:center;background:none;color:#fff;cursor:pointer;display:flex;font:var(--font-body-m-14);gap:5px;height:100%;opacity:.5;padding:10px;text-transform:uppercase;transition:opacity .2s}@media(max-width:1493px){.navigation-link{font:var(--font-body-m-12)}}.navigation-link_isActive{opacity:1}.navigation-link__icon{--icon-width:10px;--icon-height:6px;fill:#fff;height:var(--icon-width);min-height:var(--icon-height);min-width:var(--icon-width);width:var(--icon-width)}.navigation-link__link-icon{height:18px;max-width:100%;width:auto}.navigation-link__link-icon.green{fill:#93c738}.navigation-link__wrapper{height:100%;position:relative}.navigation-link__list{background:#fff;border-radius:0 0 3px 3px;box-shadow:0 5px 17px 1px rgba(0,0,0,.231);display:flex;flex-direction:column;gap:15px;padding:15px 20px 10px}.navigation-link__list-items{grid-row-gap:10px;grid-column-gap:20px;column-gap:20px;display:grid;flex-direction:column;height:-webkit-fit-content;height:fit-content;row-gap:10px}[dir=ltr] .navigation-link__list-items{border-left:1px solid #276aa5}[dir=rtl] .navigation-link__list-items{border-right:1px solid #276aa5}.navigation-link__subitem{color:#276aa5;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;line-height:16px;position:relative;white-space:nowrap}[dir=ltr] .navigation-link__subitem{padding-left:10px;transition:color .2s,border-left-color .2s,border-left-width .2s}[dir=rtl] .navigation-link__subitem{padding-right:10px;transition:color .2s,border-right-color .2s,border-right-width .2s}.navigation-link__subitem_needAfter:after{content:"";height:calc(100% + 10px);position:absolute;top:0;z-index:1}[dir=ltr] .navigation-link__subitem_needAfter:after{border-left:1px solid var(--color-text-primary);left:-1px}[dir=rtl] .navigation-link__subitem_needAfter:after{border-right:1px solid var(--color-text-primary);right:-1px}.navigation-link__subitem_needAfter:nth-child(4n):after{height:100%}.navigation-link__subitem:hover,.navigation-link__subitem_active{color:#7eac2f}.navigation-link__subitem:hover:before,.navigation-link__subitem_active:before{content:"";height:100%;position:absolute;top:0;z-index:1}[dir=ltr] .navigation-link__subitem:hover:before,[dir=ltr] .navigation-link__subitem_active:before{border-left:2px solid #7eac2f;left:-1px}[dir=rtl] .navigation-link__subitem:hover:before,[dir=rtl] .navigation-link__subitem_active:before{border-right:2px solid #7eac2f;right:-1px}.navigation{align-items:center;display:flex;gap:10px;height:100%}.navigation__icon{height:18px;max-width:100%;width:auto}.navigation__icon.green{fill:#93c738}.action-modal{align-items:center;background-color:var(--color-bg-secondary);border-radius:3px;display:flex;flex-direction:column;min-width:265px;padding:50px 20px 20px;position:relative}.action-modal__info{--info-size:72px;align-items:center;background-color:#3da5ff;display:flex;justify-content:center;margin-bottom:50px;overflow:hidden;position:relative}.action-modal__info,.action-modal__info:before{border-radius:50%;height:var(--info-size);min-height:var(--info-size);min-width:var(--info-size);width:var(--info-size)}.action-modal__info:before{content:"";position:absolute;top:0}[dir=ltr] .action-modal__info:before{left:0;transform:translate(30%,-30%)}[dir=rtl] .action-modal__info:before{right:0;transform:translate(-30%,-30%)}.action-modal__info-icon{fill:#fff;height:36px;max-width:100%;width:auto}.action-modal__texts{align-items:center;display:flex;flex-direction:column;gap:5px}.action-modal__title{color:#3da5ff;font-size:20px;font-weight:700;line-height:24px}.action-modal__text{color:#224f7c;font-size:14px;font-weight:400;line-height:16px}.action-modal__buttons{align-items:center;display:flex;gap:10px;margin-top:25px;width:100%}.bottom-toast{background-color:var(--color-bg-secondary);border-radius:4px;box-shadow:0 3px 18px 0 rgba(0,0,0,.302);display:flex;flex-direction:column;padding:12px;position:relative;width:100%}.bottom-toast_variant_error{--bottom-toast-title-color:#ff575a}.bottom-toast_variant_success{--bottom-toast-title-color:#7eac2f}.bottom-toast_variant_info{--bottom-toast-title-color:#3da5ff}.bottom-toast__toast{background:#0000!important;box-shadow:none!important;padding:4px!important}.bottom-toast__close-button{--button-size:32px;align-items:center;display:flex;height:var(--button-size);justify-content:center;min-height:var(--button-size);min-width:var(--button-size);position:absolute;top:0;width:var(--button-size)}[dir=ltr] .bottom-toast__close-button{right:0}[dir=rtl] .bottom-toast__close-button{left:0}.bottom-toast__close-icon{fill:#276aa5;color:#276aa5;height:10px;max-width:100%;opacity:.5;width:auto}.bottom-toast__icon{--icon-size:12px;height:var(--icon-size);max-width:100%;width:auto}.bottom-toast__title{color:var(--bottom-toast-title-color);font:var(--font-body-b-12)}.bottom-toast__title-wrapper{align-items:center;display:flex;gap:4px}.bottom-toast__text{color:#224f7c;font:var(--font-body-r-12);margin-top:4px}.bottom-toast__buttons{align-items:center;display:flex;gap:14px;margin-top:8px}.user-block{align-items:center;display:flex;gap:10px}.user-block__billing{position:relative}.user-block__billing-dropdown{background-color:#fff;border:1px solid #d4dee8;border-radius:3px;min-width:300px;padding:5px 10px}.user-block__billing-dropdown-arrow{background:#fff;border-left:1px solid #d4dee8;border-top:1px solid #d4dee8;height:10px;position:absolute;right:15px;top:-6px;transform:rotate(45deg);width:10px}.user-block__billing-dropdown-item{align-items:center;display:flex;justify-content:space-between}.user-block__billing-dropdown-item-label,.user-block__billing-dropdown-item-value{color:#276aa5;font-size:12px;font-weight:700;line-height:14px}.user-block__billing-dropdown-bonus{align-items:center;display:flex;justify-content:space-between}.user-block__billing-dropdown-bonus-label,.user-block__billing-dropdown-bonus-value{color:#7599b8;font-size:12px;line-height:14px}.user-block__billing-buttons{display:flex;flex-direction:row}.user-block__billing-reload{border-radius:3px 0 0 3px;overflow:visible;padding:5px;position:relative;width:32px}.user-block__billing-reload:before{border-left:1px solid #fff;border-right:1px solid #fff;content:"";height:70%;min-height:22px;opacity:.2;position:absolute;right:-1px;top:50%;transform:translateY(-50%);transition:opacity,.2s;z-index:1}.user-block__billing-reload-icon{fill:#fff;height:10px;max-width:100%;width:auto}.user-block__billing-button{border-radius:0 3px 3px 0;padding:5px}.user-block__billing-button-texts{align-items:flex-start;display:flex;flex-direction:column;gap:2px;margin-right:10px}.user-block__billing-button-title{color:#fff;font-size:11px;line-height:11px;opacity:.8}.user-block__billing-button-value{color:#fff;font-size:11px;font-weight:700;line-height:11px}.user-block__deposit-button_isShorterDeposit{padding:5px;width:32px}@media only screen and (max-width:768px){.user-block__deposit-button{font-size:16px;line-height:19px;padding:5px 10px;width:-webkit-fit-content;width:fit-content}}.user-block__deposit-icon{fill:#93c738;height:16px;max-width:100%;width:auto}.user-block__arrow{fill:#fff;height:6px;max-width:100%;transition:transform .2s;width:auto}.user-block__arrow_isOpened{transform:rotate(180deg)}.user-block__gift{position:relative}.user-block__gift-button{padding:5px;width:32px}.user-block__gift-icon{fill:#fff;height:16px;max-width:100%;width:auto}.user-block__gift-dropdown{background-color:#fff;border:1px solid #d4dee8;border-radius:3px;padding:10px}.user-block__gift-dropdown-arrow{background:#fff;border-left:1px solid #d4dee8;border-top:1px solid #d4dee8;height:10px;position:absolute;right:15px;top:-6px;transform:rotate(45deg);width:10px}.user-block__user{position:relative}.user-block__user-button{padding:5px}@media only screen and (max-width:768px){.user-block__user-button{height:38px;padding:5px 10px;width:38px}}.user-block__user-icon{fill:#fff;height:16px;max-width:100%;width:auto}@media only screen and (max-width:768px){.user-block__user-icon{height:19px}}.user-block__user-dropdown{background-color:#fff;border:1px solid #d4dee8;border-radius:3px;min-width:184px}.user-block__user-dropdown-arrow{background:#fff;border-left:1px solid #d4dee8;border-top:1px solid #d4dee8;height:10px;position:absolute;right:15px;top:-6px;transform:rotate(45deg);width:10px;z-index:1}.user-block__user-dropdown-item{align-items:center;background-color:#fff;border-bottom:1px solid #d4dee8;color:#3070a8;cursor:pointer;display:flex;font-size:13px;gap:10px;height:32px;line-height:15px;padding:5px 10px;position:relative;transition:background-color .2s;width:100%;z-index:2}.user-block__user-dropdown-item:hover{background-color:#d4dee8}.user-block__user-dropdown-item:last-child{border-bottom:none}.user-block__user-dropdown-item-text{color:#3070a8}.user-block__user-dropdown-item-icon{display:flex;height:14px;justify-content:center;opacity:.8;width:14px}.user-block__user-dropdown-item-icon svg{fill:#3070a8;height:14px;max-width:100%;width:auto}.user-block__logout{padding:5px;width:32px}.user-block__logout-icon{fill:#fff;height:16px;max-width:100%;width:auto}.user-block__flag{height:14.5px;width:auto}@media only screen and (max-width:768px){.user-block__flag{height:17px}}.user-block__flag-wrapper{align-items:center;background:#276aa5;border-radius:3px;display:flex;height:32px;justify-content:center;width:32px}@media only screen and (max-width:768px){.user-block__flag-wrapper{height:38px;width:38px}}.top-header{background-color:#205583;height:52px;justify-content:space-between;padding:0 10px;position:relative;transition:transform .3s,background-color .2s;width:100%}.top-header,.top-header__left{align-items:center;display:flex}.top-header__left{gap:30px}@media only screen and (max-width:768px){.top-header{height:57px}.top-header,.top-header_theme_dark{background-color:#242f4c}.top-header_theme_light{background-color:#205583}}.top-header__wrapper{transform:translateY(var(--header-transform));transition:transform .3s linear}.top-header__logo-link{align-items:center;display:flex}.top-header__logo{display:block;height:34px;width:auto}.top-header__right{align-items:center;display:flex;gap:10px;justify-content:flex-end}.top-header__divider{background-color:#fff;height:100%;min-height:32px;min-width:1px;opacity:.1;width:1px}.top-header__buttons{align-items:center;display:flex;gap:10px;margin-right:5px}.header-block-desktop{display:flex;flex-direction:column;flex-shrink:0;position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:31}@media only screen and (max-width:768px){.header-block-desktop{position:-webkit-sticky;position:sticky;top:0}[dir=ltr] .header-block-desktop{left:0}[dir=rtl] .header-block-desktop{right:0}}.mobile-menu-bottom-item{align-items:center;background-color:#0000;display:flex;flex:1 1 1%;flex-direction:column;gap:2px;height:100%;justify-content:center;max-width:100%;min-width:0;padding:10px 0;position:relative;width:100%}.mobile-menu-bottom-item_theme_light{--mobile-menu-bottom-item-color:#7599b8;--mobile-menu-bottom-item-icon-color:#7599b8;--mobile-menu-bottom-item-before-color:#6d9529;--mobile-menu-bottom-item-icon-bg:#3da4fd}.mobile-menu-bottom-item_theme_dark{--mobile-menu-bottom-item-color:#fff;--mobile-menu-bottom-item-icon-color:#fff;--mobile-menu-bottom-item-before-color:#2995f3;--mobile-menu-bottom-item-icon-bg:#0064bc}.mobile-menu-bottom-item_isMain.mobile-menu-bottom-item_theme_light{--mobile-menu-bottom-item-color:#276aa5}.mobile-menu-bottom-item__trigger{flex-direction:column;flex-grow:1;gap:2px;padding:5px 2px}.mobile-menu-bottom-item__close-button,.mobile-menu-bottom-item__trigger{align-items:center;background-color:#0000;display:flex;justify-content:center;width:100%}.mobile-menu-bottom-item__close-button{height:47px}.mobile-menu-bottom-item__close-icon{--icon-size:19px;fill:#7599b8;height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.mobile-menu-bottom-item__dropdown{border-radius:8px;display:flex;flex-direction:column;padding:10px 5px}.mobile-menu-bottom-item__dropdown,.mobile-menu-bottom-item__dropdown_theme_light{background-color:#fff;box-shadow:0 3.5625px 21.375px 0 #0000004d}.mobile-menu-bottom-item__dropdown_theme_dark{background-color:#1c243b;box-shadow:0 0 5.9375px 0 #1c243b}.mobile-menu-bottom-item_isMain{--mobile-menu-bottom-item-icon-color:#fff}.mobile-menu-bottom-item_isMain .mobile-menu-bottom-item__icon{background-color:var(--mobile-menu-bottom-item-icon-bg);height:38px;min-height:38px;min-width:38px;width:38px}.mobile-menu-bottom-item_isMain .mobile-menu-bottom-item__text{font-weight:700}.mobile-menu-bottom-item_isActive:before{background-color:var(--mobile-menu-bottom-item-before-color);border-radius:2px 2px 0 0;bottom:0;content:"";height:5px;position:absolute;width:100%}[dir=ltr] .mobile-menu-bottom-item_isActive:before{left:0}[dir=rtl] .mobile-menu-bottom-item_isActive:before{right:0}.mobile-menu-bottom-item__icon{--icon-size:19px;fill:var(--mobile-menu-bottom-item-icon-color);align-items:center;border-radius:50%;display:flex;justify-content:center}.mobile-menu-bottom-item__icon svg{fill:var(--mobile-menu-bottom-item-icon-color);height:var(--icon-size);min-height:var(--icon-size);min-width:var(--icon-size);width:var(--icon-size)}.mobile-menu-bottom-item__text{color:var(--mobile-menu-bottom-item-color);display:block;font-size:14px;line-height:16px;min-height:16px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.mobile-bottom-menu{align-items:center;bottom:0;display:flex;gap:5px;height:var(--mobile-menu-bottom-height);padding:0 15px;position:fixed;transition:background-color .2s,box-shadow .2s;width:100%;z-index:31}[dir=ltr] .mobile-bottom-menu{left:0}[dir=rtl] .mobile-bottom-menu{right:0}.mobile-bottom-menu_theme_dark{background-color:#1c243b;box-shadow:0 0 5.9375px 0 #1c243b}.mobile-bottom-menu_theme_light{background-color:#fff;box-shadow:0 0 5.9375px 0 #c0d0de}.page-loading{height:100%;min-height:calc(var(--vh) - 57px)}.app{height:100%}.app,.app__container{display:flex;flex-direction:column}.app__container{flex-grow:1;max-width:100%;position:relative;width:100%}.app__content-overlay{background-color:#00000080;display:none;height:100%;inset:0;position:absolute;width:100%;z-index:100}.app__content-overlay_isShow{display:block}@media only screen and (min-width:768px){.app__content-overlay{display:none!important}}.app__main{transition:transform .3s ease;z-index:2}.app__main,.app__main-inner{display:flex;flex-grow:1;position:relative;width:100%}.app__main-inner{flex-direction:column}[dir=ltr] .app__main-inner{margin-left:auto}[dir=rtl] .app__main-inner{margin-right:auto}.app__main-content{display:flex;flex:1 0 auto;flex-direction:column;min-height:50vh;position:relative;width:100%}.app__main-content_isSportPage{min-height:100vh;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)}}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}a,h1,h2,h3,h4,h5,h6,li,ol,p,ul{color:inherit;list-style:none;text-decoration:none}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}@media only screen and (max-width:768px){h1{margin:0 0 50px;width:auto}[dir=ltr] h1{background-position-x:0!important;text-align:left}[dir=rtl] h1{background-position-x:100%!important;text-align:right}h2{font-size:28px;line-height:30px}}ol,p,ul{margin-bottom:1rem;margin-top:0}a{-webkit-text-decoration-skip:objects;background-color:#0000;text-decoration:none}a,a:hover{color:#fff}a:hover{text-decoration:none}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:0}button{border:none}button,button:focus{outline:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}:root{--back-block-header-height:57px;--font-body-r-10:400 10px/12px Roboto,sans-serif;--font-body-r-12:400 12px/14px Roboto,sans-serif;--font-body-r-14:400 14px/16px Roboto,sans-serif;--font-body-r-16:400 16px/19px Roboto,sans-serif;--font-body-r-20:400 20px/24px Roboto,sans-serif;--font-body-m-10:500 10px/12px Roboto,sans-serif;--font-body-m-12:500 12px/14px Roboto,sans-serif;--font-body-m-14:500 14px/16px Roboto,sans-serif;--font-body-m-16:500 16px/19px Roboto,sans-serif;--font-body-m-20:500 20px/24px Roboto,sans-serif;--font-body-m-24:500 24px/26px Roboto,sans-serif;--font-body-sb-10:600 10px/12px Roboto,sans-serif;--font-body-sb-12:600 12px/14px Roboto,sans-serif;--font-body-sb-14:600 14px/16px Roboto,sans-serif;--font-body-sb-16:600 16px/19px Roboto,sans-serif;--font-body-sb-20:600 20px/24px Roboto,sans-serif;--font-body-b-10:700 10px/12px Roboto,sans-serif;--font-body-b-12:700 12px/14px Roboto,sans-serif;--font-body-b-14:700 14px/16px Roboto,sans-serif;--font-body-b-16:700 16px/19px Roboto,sans-serif;--font-body-b-18:700 18px/20px Roboto,sans-serif;--font-body-b-20:700 20px/24px Roboto,sans-serif;--font-body-b-26:700 26px/28px Roboto,sans-serif;--font-body-b-32:700 32px/32px Roboto,sans-serif;--font-body-b-40:700 40px/44px Roboto,sans-serif;--color-border-primary:#e9eef2;--color-border-secondary:#d4dee8;--color-bg-secondary:#fff;--color-bg-tertiary:#f3f8fc;--color-bg-success:#e9f4d7;--color-bg-info:#e9eef2;--color-bg-error:#f3caca;--color-text-primary:#224f7c;--color-text-secondary:#7599b8;--color-text-tertiary:#fff;--color-text-success:#7eac2f;--color-text-warning:#d3be3a;--color-text-error:#ac2f2f;--padination-mobile-height:54px}::-webkit-scrollbar{height:3px;width:0}#root,body,html{margin:0;padding:0;width:100%}#root::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{height:3px;width:0}@media only screen and (max-width:768px){#root,body,html{height:-webkit-fill-available}}@media only screen and (min-width:768px){#root,body,html{height:100%}}::-webkit-scrollbar-thumb{background-color:#5a5f62}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}.html-overflow-hidden,.html-overflow-hidden #root,.html-overflow-hidden body{overflow:hidden!important}body{--header-height:57px;--header-transform:0;--mobile-menu-bottom-height:0px;background-color:#1d4167;color:#fff;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;overflow-x:hidden;overflow-y:auto}[dir=ltr] body{text-align:left}[dir=rtl] body{text-align:right}body.hidden-header{--header-height:0px;--header-transform:-100%}@media only screen and (max-width:768px){body{--mobile-menu-bottom-height:66px}body.hidden-mobile-menu{--mobile-menu-bottom-height:0px}body.hide{overflow:hidden}}button{background-color:#0000;margin:0;padding:0;text-align:start}@media only screen and (max-width:768px){a,button,div{-webkit-tap-highlight-color:rgba(0,0,0,0)}}.html-mac ::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#737577;background-clip:content-box;border-radius:3px}::-webkit-scrollbar-track{background:#0000;border-radius:3px}.hide{overflow:hidden}