.ingame-button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--t);border:none;-moz-column-gap:14px;column-gap:14px;cursor:pointer;display:flex;margin:0;padding:15px 0}.ingame-button__icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.ingame-button__icon svg{height:100%;width:100%}.ingame-button__icon svg path,.ingame-button__icon svg rect{transition:fill var(--transition)}.ingame-button__text{transition:color var(--transition)}@media(min-width:1025px){.ingame-button:hover .ingame-button__text{color:var(--lime-primary-and-darker)}.ingame-button:hover .ingame-button__icon svg [fill="#858390"]{fill:var(--primary-purple-darker)}.ingame-button:hover .ingame-button__icon svg [fill="#AFAEB7"]{fill:var(--primary-purple-default)}}.mobile-pseudo-header{align-items:center;display:flex;justify-content:space-between;padding:0 14px}@media(min-width:540px)and (max-width:767px){.mobile-pseudo-header{padding:0 30px}}@media(min-width:768px)and (max-width:1024px){.mobile-pseudo-header{padding:0 40px}}@media(min-width:1025px){.mobile-pseudo-header{padding:0 20px}}.mobile-pseudo-header__links-wrap,.mobile-pseudo-header__right-wrap{align-items:center;display:flex}.mobile-pseudo-header .header__user-block{align-items:center;-moz-column-gap:14px;column-gap:14px;display:flex}.mobile-pseudo-header__links-wrap{-moz-column-gap:20px;column-gap:20px}@media(min-width:540px){.mobile-pseudo-header__right-wrap{-moz-column-gap:24px;column-gap:24px}}@media(max-width:767px){.mobile-pseudo-header .game__back-link-wrap{flex:1 1 auto;min-width:0;overflow:hidden}.mobile-pseudo-header .game__back-link-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-pseudo-header__right-wrap{-moz-column-gap:14px;column-gap:14px;flex:0 0 auto}.mobile-pseudo-header .header__user-block,.mobile-pseudo-header__user-balance{flex:0 0 auto}.mobile-pseudo-header__user-balance .header-user-balance{height:38px}.mobile-pseudo-header__user-balance .header-user-balance__button{height:38px;padding:0;width:38px}.mobile-pseudo-header__user-balance .header-user-balance__button .button__content{height:100%;justify-content:center;width:100%}.mobile-pseudo-header__user-balance .header-user-balance__button .button__text{display:none}}@media(max-width:539px){.mobile-pseudo-header__links-wrap{-moz-column-gap:12px;column-gap:12px}.mobile-pseudo-header__right-wrap{-moz-column-gap:8px;column-gap:8px}.mobile-pseudo-header .header__user-block{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}.mobile-pseudo-header__user-balance,.mobile-pseudo-header__user-balance .header-user-balance{display:flex!important;flex:0 0 auto}}.in-game-bonuses-modal__container{display:flex;flex-direction:column}.in-game-bonuses-modal__content{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.in-game-bonuses-modal__content::-webkit-scrollbar{display:none}@media(min-width:1200px){.in-game-bonuses-modal__container{width:1044px}}@media(min-width:1025px){.in-game-bonuses-modal__container{background-color:var(--neutral-greyback-1-lvl-to-base);height:calc(100vh - 140px)}.in-game-bonuses-modal__content{padding:20px 40px}.in-game-bonuses-modal__content-wrap .bonuses-content .bonuses-item__container{background-color:var(--neutral-greyback-2-lvl-to-1-lvl)}.in-game-bonuses-modal__mobile-header{display:none}}@media(min-width:1025px)and (max-width:1199px){.in-game-bonuses-modal__container{width:950px}}@media(max-width:1024px){.in-game-bonuses-modal__container{background-color:var(--bg-body-color)}.in-game-bonuses-modal__content{margin:0 calc(var(--grid-spacer)*-1)}.in-game-bonuses-modal__content-wrap .bonuses-content .bonuses-item__container{background-color:var(--neutral-greyback-1-lvl)}.in-game-bonuses-modal__tabs{display:none}.in-game-bonuses-modal__tabs-mob{position:relative}.in-game-bonuses-modal__tabs-mob:after{background-color:var(--border-color);bottom:0;content:"";height:1px;left:calc(var(--grid-spacer)*-1);position:absolute;right:calc(var(--grid-spacer)*-1)}}@media(min-width:540px)and (max-width:1024px){.in-game-bonuses-modal__content{padding:0 var(--grid-spacer) 60px}.in-game-bonuses-modal__closer{top:11px}}@media(max-width:539px){.in-game-bonuses-modal__content{padding:0 var(--grid-spacer) 30px}.in-game-bonuses-modal__closer{top:2px}}.in-game-bonuses-transition-enter-from,.in-game-bonuses-transition-leave-to{opacity:0;transform:translateY(12px)}.in-game-bonuses-transition-enter-active,.in-game-bonuses-transition-leave-active{transition:all var(--transition)}.in-game-bonuses-transition-enter-to,.in-game-bonuses-transition-leave-from{opacity:1;transform:translateY(0)}.modal{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.modal__container{background:var(--neutral-greyback-1-lvl);position:relative;z-index:1}.modal__closer{border:none;color:var(--base-light-100);cursor:pointer;font-size:20px;height:50px;position:absolute;width:50px}@media(min-width:1025px){.modal__container{border-radius:20px}.modal__closer{background:var(--base-light-10);border-radius:100px;right:-65px;top:0}}@media(max-width:1024px){.modal__container{display:flex;height:100%;padding-left:var(--grid-spacer);padding-right:var(--grid-spacer);position:relative;width:100%}.modal__closer{background:var(--t);color:var(--font-color);right:calc(var(--grid-spacer) - 18px)}.modal_for-wheel .modal__container{border-radius:20px;height:auto;padding:var(--grid-spacer);width:calc(100% - (var(--grid-spacer))*4)}.modal_for-wheel .modal__closer{background:var(--base-light-10);border-radius:100px;color:var(--base-light-100);left:calc(50% - 25px);top:-65px}}.in-game-tournaments-modal__container{display:flex;flex-direction:column}.in-game-tournaments-modal__content{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.in-game-tournaments-modal__content::-webkit-scrollbar{display:none}@media(min-width:1200px){.in-game-tournaments-modal__container{width:1044px}.in-game-tournaments-modal__item{height:295px}}@media(min-width:1025px){.in-game-tournaments-modal__container{height:calc(100vh - 140px)}.in-game-tournaments-modal__content{padding:20px 40px}.in-game-tournaments-modal__list{grid-gap:16px}.in-game-tournaments-modal__closer_mob,.in-game-tournaments-modal__heading-title_mob,.in-game-tournaments-modal__mobile-header{display:none}.in-game-tournaments-modal__heading-icon{height:28px;width:28px}}@media(min-width:1025px)and (max-width:1199px){.in-game-tournaments-modal__container{width:950px}.in-game-tournaments-modal__item{height:266px}}@media(min-width:768px){.in-game-tournaments-modal__list{display:grid;grid-template-columns:repeat(2,1fr)}}@media(min-width:768px)and (max-width:1024px){.in-game-tournaments-modal__list{grid-gap:14px}.in-game-tournaments-modal__content{padding:40px 0}}@media(max-width:1024px){.in-game-tournaments-modal__container{background-color:var(--bg-body-color)}.in-game-tournaments-modal__heading-wrap{align-items:center;display:flex;position:relative}.in-game-tournaments-modal__heading-wrap:before{background-color:var(--border-color);bottom:0;content:"";height:1px;left:calc(var(--grid-spacer)*-1);position:absolute;right:calc(var(--grid-spacer)*-1)}.in-game-tournaments-modal__heading-title_desk{display:none}.in-game-tournaments-modal__heading-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.in-game-tournaments-modal__heading-icon svg{height:100%;width:100%}.in-game-tournaments-modal__heading-icon svg #lime{fill:var(--primary-purple-default)}.in-game-tournaments-modal__heading-icon svg path:not(#lime){fill:var(--menu-active-icon)}.in-game-tournaments-modal__heading-desk{display:none}}@media(min-width:540px)and (max-width:1024px){.in-game-tournaments-modal__heading-wrap{padding:23px 0}.in-game-tournaments-modal__closer{top:11px}}@media(min-width:540px){.in-game-tournaments-modal__heading-wrap{-moz-column-gap:14px;column-gap:14px}}@media(min-width:540px)and (max-width:767px){.in-game-tournaments-modal__list{row-gap:12px}.in-game-tournaments-modal__item{height:56.71875vw}.in-game-tournaments-modal__content{padding:30px 0}}@media(max-width:767px){.in-game-tournaments-modal__list{display:flex;flex-direction:column}}@media(max-width:539px){.in-game-tournaments-modal__list{row-gap:8px}.in-game-tournaments-modal__item{height:57.3333333333vw}.in-game-tournaments-modal__heading-wrap{-moz-column-gap:10px;column-gap:10px;padding:14px 0}.in-game-tournaments-modal__closer{top:2px}.in-game-tournaments-modal__content{padding:14px 0}}.in-game-tournaments-transition-enter-from,.in-game-tournaments-transition-leave-to{opacity:0;transform:translateY(12px)}.in-game-tournaments-transition-enter-active,.in-game-tournaments-transition-leave-active{transition:all var(--transition)}.in-game-tournaments-transition-enter-to,.in-game-tournaments-transition-leave-from{opacity:1;transform:translateY(0)}
