@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,900);.input{width:100%;min-height:2.5em;text-align:left;outline:0;padding:.5rem;font-size:1rem;background:none;color:var(--text);border:none;border:1px solid var(--text);box-sizing:border-box;border-radius:10px}.input__label{position:absolute;color:var(--text);left:0}.input_type_textarea{height:100%;border:none;background:var(--settings-background);border-radius:10px;vertical-align:top;resize:none}.input_type_textarea:-ms-input-placeholder{color:var(--sub-text)}.input_type_textarea::placeholder{color:var(--sub-text)}.input_unBorder{border:none}.input_centerText{text-align:center}.input::-webkit-calendar-picker-indicator{filter:invert(1)}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.edit-user{position:absolute;display:flex;flex-direction:column;height:30%;width:100%;border-radius:0 0 10px 10px;background:var(--main-background);z-index:101;top:4.2rem;overflow:hidden;overflow-y:scroll;box-sizing:border-box;padding:1rem;max-height:30%}.edit-user__icons-block{width:100%;display:flex;flex-wrap:wrap;align-items:center}.edit-user__icon{width:16.66667%;display:flex;justify-content:center;align-items:center;border-radius:100%;box-sizing:border-box;padding:.3rem;background:transparent;transition:all .5s linear}.edit-user__icon_active{background:var(--accent-color)}.edit-user__icon-svg{width:100%}.edit-user__top-block{display:flex;width:100%;margin-bottom:.5rem;align-items:center}.edit-user__item{width:2.5rem;height:2.5rem;max-height:2.5rem;min-width:2.5rem;border-radius:100%;margin-left:.6rem;background:var(--accent-color);display:flex;justify-content:center;align-items:center;cursor:pointer}.edit-user__item:last-child{background:var(--settings-background)}.edit-user__close,.edit-user__save{width:1.1rem;max-height:1.1rem;display:block;line-height:0}.edit-user__close-svg,.edit-user__save-svg{max-height:1.1rem}.edit-user__close-svg *,.edit-user__save-svg *{fill:var(--text)}@media screen and (min-width:700px){.edit-user{height:16rem;top:4rem;background:var(--component-background);border-radius:10px;padding:1rem;border:10px solid var(--main-background);max-height:16rem}.edit-user__icon{width:20%}}@media screen and (max-height:700px) and (orientation:landscape){.edit-user{border-radius:0 0 10px 10px}}@keyframes increaceEdit{0%{max-height:0;padding:0 1rem}to{padding:1rem;max-height:30%}}@keyframes reduceEdit{0%{padding:1rem;max-height:30%}to{max-height:0;padding:0 1rem}}@keyframes increaceEditDesk{0%{max-height:0;border-width:0;padding:0 1rem}to{padding:1rem;border-width:10px;max-height:16rem}}@keyframes reduceEditDesk{0%{padding:1rem;border-width:10px;max-height:16rem}to{max-height:0;border-width:0;padding:0 1rem}}.promo-list-item{display:flex;width:100%;grid-column-gap:15px;column-gap:15px}.promo-list-item__icon-container{width:20%}.promo-list-item__icon{width:100%;height:100%}.promo-list-item__content{width:80%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;grid-row-gap:5px;row-gap:5px}.promo-list-item__description,.promo-list-item__title{width:100%}.promo-list{flex-direction:column;margin:5px;grid-row-gap:10px;row-gap:10px}.promo-list,.promo-list__no-promo{display:flex;width:100%;height:100%}.promo-list__no-promo{flex-wrap:wrap;align-items:center;justify-content:center;text-align:center}@media screen and (max-width:700px){.promo-list__no-promo{font-size:1.5rem}}.button{color:var(--text);font-weight:500;border:none;margin:0;box-sizing:border-box;padding:.5rem;border-radius:7px;outline:none;white-space:normal;cursor:pointer}.button_isVertical{-webkit-text-orientation:upright;text-orientation:upright;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.button_isBlock{outline:20rem solid rgba(0,0,0,.4)}.button_isDisabled{opacity:.5;cursor:not-allowed!important}.button_isUppercase{text-transform:uppercase}.button_isBold{font-weight:700}.button_fontSize_small{font-size:.8rem;line-height:.8rem}.button_fontSize_normal{font-size:1rem}.button_fontSize_large{font-size:1.2rem}.button_fontSize_extra{font-size:2.2rem}.button_color_orange{background:var(--accent-color);border:1px solid var(--accent-color)}.button_color_orange-promo{background:var(--accent-color);border:unset}.button_color_dark{background:var(--main-background);border:1px solid var(--accent-color)}.button_color_red{background:#ad2f2f;border:1px solid var(--main-background)}.button_color_dark-empty{background:transparent;border:1px solid var(--component-background)}.button_color_dark-empty-promo{background:transparent;border:unset}.button_size_container{width:100%;height:100%}.button__layout_size_container{width:100%;height:100%;display:block}@media screen and (min-width:700px){.button{cursor:pointer}.button_fontSize_small{font-size:.9rem}.button_fontSize_normal{font-size:1rem;line-height:1rem}.button_fontSize_large{font-size:1.25rem}}.promo{flex-direction:column;position:absolute;z-index:10000;top:0;width:100%;height:100%;border-radius:10px;background-color:rgba(19,23,29,.74);background-size:100%;left:0}.promo,.promo__title{display:flex;align-items:center;justify-content:center}.promo__title{font-size:40px}.promo__text{display:flex;justify-content:center;width:60%;overflow:auto;padding-bottom:5px}.promo__close-button-container{position:absolute;top:-1.25rem;right:-1.25rem;width:2.5rem;height:2.5rem;max-height:2.5rem;min-width:2.5rem;border-radius:100%;margin-left:.6rem;display:flex;justify-content:center;align-items:center;cursor:pointer;background:var(--accent-color);z-index:1000000}.promo__close-button{width:1.1rem;max-height:1.1rem;display:block;line-height:0;fill:var(--text)}.promo__content{position:relative;width:80%;max-width:80%;max-height:80%;border-radius:10px;display:flex;flex-direction:column;align-items:center;padding:10px;grid-row-gap:5px;row-gap:5px;box-shadow:2px 2px 10px var(--accent-color);z-index:1000000;background-image:url(/static/media/back.87e2bc1d.png);background-repeat:repeat;background-color:var(--text);color:#000;background-size:200px;font-weight:700}.promo__img-container{width:100%;height:100%;overflow:hidden}.promo__img{width:100%;height:100%;object-fit:contain}.promo__button{padding:1rem}.basket__footer,.promo__button{display:flex;justify-content:center;align-items:center}.basket__footer{height:100%;width:100%;background:var(--main-background);z-index:2;border-radius:10px;padding:.5rem;box-sizing:border-box;position:relative;overflow:hidden}.basket__footer_isPlaced:after{content:"";position:absolute;background:rgba(0,0,0,.5);width:100%;height:100%;left:0;z-index:2;cursor:not-allowed}.basket__players{display:flex;height:100%;align-items:center;margin-left:1rem;text-transform:uppercase}.basket__player-item{height:2.2rem;padding:0 .5rem;border:1px solid var(--component-background);box-sizing:border-box;border-radius:6px;margin-left:.35rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s linear}.basket__player-item_isActive{background:var(--accent-color);border:1px solid var(--accent-color)}.basket__player{width:.8rem}.basket__player *{fill:var(--text)}.basket__player:not(:first-child){margin-left:.2rem}.basket__lines{display:flex;height:100%;align-items:center;margin-left:1rem;text-transform:uppercase;margin-right:auto}.basket__line-item{height:2.2rem;width:2.2rem;border:1px solid var(--component-background);box-sizing:border-box;border-radius:6px;margin-left:.35rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s linear}.basket__line-item_isActive{background:var(--accent-color);border:1px solid var(--accent-color)}.basket__main-button{height:100%;margin-left:1rem;z-index:3}.basket__auto-pick{white-space:nowrap;background:var(--component-background);height:100%;display:flex;justify-content:center;align-items:center;border-radius:7px;padding:0 1rem;text-transform:uppercase;cursor:pointer;transition:background .3s linear;opacity:.5;margin-left:1rem}.basket__auto-pick_isActive{background:var(--accent-color)}.basket__auto-pick_isEnableAutoPick{opacity:1}.basket__pick-image{width:1.5rem;margin-right:.7rem;line-height:0}.basket__change-container{width:10rem;height:100%;display:flex;background:var(--component-background);border-radius:7px}.basket__change-block{width:25%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.basket__change-block:nth-child(2){width:50%}.basket__change-block_isMinimalAmount{opacity:.4;cursor:not-allowed}.basket__change-icon{display:block;height:1.4rem;width:1.4rem}.basket__change-icon *{fill:var(--text)}.basket__bet-block{background:var(--component-background);border-radius:7px;padding:0 .5rem;justify-content:center;transition:all .2s ease-in;margin-left:.5rem;text-transform:uppercase;cursor:pointer}.basket__bet-block,.basket__bets{height:100%;display:flex;align-items:center}@media screen and (max-width:700px){.basket__footer{width:100%;flex-direction:row;flex-wrap:wrap;border-radius:10px 10px 0 0;justify-content:space-between}.basket__bets,.basket__change-container{width:48%;height:3rem;margin-bottom:.7rem}.basket__bet-block{flex-grow:1}.basket__bet-block:first-child{margin-left:0}.basket__lines,.basket__players{width:48%;height:3rem;margin-bottom:.7rem;margin-left:0}.basket__lines{margin-right:0}.basket__auto-pick,.basket__main-button{width:48%;height:3rem;margin-left:0}.basket__player-item{flex-grow:1}.basket__player-item:first-child{margin-left:0}.basket__line-item{flex-grow:1;margin-left:.5rem}.basket__line-item:first-child{margin-left:0}}@keyframes arrowsAnimation{0%{transform:rotate(0)}50%{transform:rotate(1turn)}to{transform:rotate(1turn)}}.switch-box{width:2.4rem;min-width:2.4rem;height:1.3rem;background:var(--component-background);border-radius:50px;display:flex;cursor:pointer}.switch-box__indicator{height:1.3rem;width:1.3rem;border-radius:100%;background:var(--text);margin-left:0;transition:all .3s ease-out}.switch-box__indicator_active{margin-left:1.1rem;background:var(--accent-color)}.settings{position:absolute;right:0;top:0;max-height:2.5rem;min-width:2.5rem;max-width:2.5rem;overflow:hidden;display:flex;flex-direction:column;border-radius:1.25rem;background:var(--settings-background);padding:.65rem;box-sizing:border-box;transition:max-width 1s,max-height 1s;z-index:1004}.settings_isOpen{width:auto;height:auto;max-width:12rem;max-height:12rem}.settings__icon{margin-left:auto;cursor:pointer;width:1.2rem;display:flex;align-items:center;justify-content:center;line-height:0;position:relative}.settings__icon,.settings__icon-svg{max-height:1.2rem}.settings__icon-svg *{fill:var(--text)}.settings__icon_isOpen-svg{max-height:1.2rem}.settings__icon_isOpen-svg *{fill:var(--accent-color)}.settings__row{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.settings__text{margin-right:2rem}.rules{width:100%;height:100%;background:var(--main-background);border-radius:10px;box-sizing:border-box;padding:1rem;overflow-y:scroll;position:relative}.rules__header{font-size:2rem;margin-bottom:1rem}.rules__button-container{position:absolute;max-width:50%;height:2.5rem;top:1rem;right:1rem}.rules__text{overflow:hidden}@media screen and (min-width:700px){.rules{padding:1rem 15%}.rules__header{margin-bottom:.5rem}.rules__button-container{right:15%;top:.75rem}}.rules-button{position:absolute;cursor:auto;right:0;top:0;max-height:2.5rem;min-width:2.5rem;max-width:2.5rem;overflow:hidden;display:flex;flex-direction:column;border-radius:1.25rem;background:var(--settings-background);padding:.65rem;box-sizing:border-box;transition:max-width .5s,max-height .5s;z-index:1004}.rules-button_isOpen{width:auto;height:auto;width:18rem;max-width:18rem;max-height:50rem}.rules-button__header{width:100%;background:var(--accent-color);padding:.5rem;font-weight:600;font-size:1.1rem;white-space:nowrap}.rules-button__number{width:2.5rem;min-width:2.5rem;height:2.5rem;box-sizing:border-box;display:flex;justify-content:center;align-items:center;background:var(--accent-color);font-size:1.3rem;font-weight:900;border-radius:100%;margin-right:1rem}.rules-button__vertical-container{flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center}.rules-button__image{max-width:12rem;max-height:12rem;box-sizing:border-box;margin-bottom:.5rem}.rules-button__icon{margin-left:auto;cursor:pointer;text-align:center;width:1.2rem;max-height:1.2rem;margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center;line-height:0;position:relative}.rules-button__icon-svg{max-height:1.2rem}.rules-button__icon-svg *{fill:var(--text)}.rules-button__icon_isOpen-svg{max-height:1.2rem}.rules-button__icon_isOpen-svg *{fill:var(--accent-color)}.rules-button__row{display:flex;align-items:center;justify-content:center;margin-top:1.2rem}.rules-button__text{font-size:.9rem;max-width:12rem;white-space:normal}.rules-button__button-container{height:2rem;width:100%}.advice{position:absolute;width:10rem;border:1px solid var(--accent-color);background:var(--accent-color);border-radius:7px;white-space:normal;z-index:105;font-size:.9rem;box-sizing:border-box;padding:.5rem;opacity:0;display:none}.advice_isVisible{display:block;animation:adviceAnimation 5s linear forwards}@keyframes adviceAnimation{0%{display:block;opacity:0}10%{display:block;opacity:1}90%{display:block;opacity:1}to{display:block;opacity:0}}.header{background:var(--main-background);border-radius:0 0 10px 10px;width:100%;padding:0 .6rem;box-sizing:border-box;color:var(--text);font-size:.7rem;white-space:nowrap;border-radius:10px}.header,.header__user-block{height:100%;display:flex;align-items:center}.header__user-block{margin-right:0;flex-grow:1;max-width:calc(100% - 6rem);overflow:hidden}.header__user-icon{height:2.5rem;width:2.5rem;min-width:2.5rem;border-radius:100%;position:relative}.header__user-svg{height:100%;width:100%;line-height:0}.header__pencil{position:absolute;bottom:-1px;right:-5px;width:1.2rem;aspect-ratio:1/1;border-radius:50%;background-color:var(--main-background);border:1px solid var(--accent-color);cursor:pointer;display:flex;align-items:center;justify-content:center}.header__pencil-icon{width:.5rem;aspect-ratio:1/1}.header__pencil-icon svg{width:100%;height:100%}.header__user-info{margin-left:.6rem;display:flex;flex-direction:column;flex-grow:1;min-width:0}.header__user-id{font-size:.7rem;line-height:.8rem;color:var(--sub-text)}.header__user-nick{font-weight:700;color:var(--text);line-height:1rem;font-size:.9rem;text-overflow:ellipsis;overflow:hidden}.header__item{width:2.5rem;height:2.5rem;max-height:2.5rem;min-width:2.5rem;border-radius:100%;margin-left:.6rem;background:var(--settings-background);display:flex;justify-content:center;align-items:center;position:relative}.header__item svg{width:100%;height:100%}.header__item_isHome{display:none}.header__item_isNewYear{background:none}.header__icon{width:1.1rem;display:block;line-height:0}.header__icon,.header__icon-svg{max-height:1.1rem}.header__icon-svg *{fill:var(--text)}.header__balance{display:flex;align-items:center;font-weight:500;color:var(--accent-color);line-height:1rem;font-size:.9rem}.header__different-balance{animation:opacityBalance 2s linear forwards;font-weight:700;display:block;margin-left:.6rem}.header__different-balance_isReduce{color:var(--component-background)}.header__different-balance_isIncreace{color:var(--accent-color)}.header__player{display:flex;font-size:.7rem;flex-grow:2;flex-direction:column;justify-content:space-around;align-items:center}.header__burger{position:relative;display:none;width:1.8rem;cursor:pointer}.header__burger_close{width:1.5rem;margin:auto .15rem}.header__burger-icon{width:100%;height:100%;color:var(--text)}.header__burger-icon_promo{color:var(--accent-color)}.header__promo-count{position:absolute;z-index:1000;top:-.6rem;right:-.3rem;width:1rem;aspect-ratio:1/1;background-color:var(--accent-color);border-radius:50%;text-align:center;font-size:.6rem}.header__promo-count,.header__round-info{display:flex;align-items:center;justify-content:center}.header__round-info{margin-left:.6rem;font-size:.7rem;flex-direction:column}@media screen and (max-width:700px){.header__burger{display:inline;display:initial}.header__item{margin-left:0;margin-right:.6rem}.header__item_isHome{display:flex}.header__user-info{margin-right:.6rem}}@keyframes opacityBalance{0%{opacity:0}15%{opacity:1;transform:scale(1)}50%{transform:scale(1.6)}85%{opacity:1;transform:scale(1)}to{opacity:0}}.subheader{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:.3rem 1rem;box-sizing:border-box;background:var(--main-background);border-radius:10px}.subheader__title{font-weight:500;font-size:1.2rem;line-height:120%;text-align:center;text-transform:uppercase}.subheader__info{font-weight:500;margin-top:.3rem;font-size:.7rem;line-height:120%;color:var(--sub-text);display:flex;justify-content:space-between;width:100%}.subheader__info-item{min-width:33.3%;display:flex;justify-content:center}.subheader__info-item:first-child{justify-content:flex-start}.subheader__info-item:last-child{justify-content:flex-end}@media screen and (max-width:700px){.subheader{background:none}.subheader__info-item{min-width:33.3%;display:flex;justify-content:center;font-size:.65rem}.subheader__info-item:first-child{justify-content:flex-start}.subheader__info-item:last-child{justify-content:flex-end}}.game-view{width:100%;height:100%;position:relative}.game-view,.game-view__circle{display:flex;align-items:center;justify-content:center}.game-view__circle{position:absolute;width:60%;background:#1f2630;border-radius:100%;z-index:0}.game-view__circle:after{content:"";padding-top:100%;float:left}.game-view__light{position:absolute;height:58%;left:0;z-index:1;transform-origin:0 0}.game-view__light_position_top{top:0;animation:lightAnimation 6s linear infinite}.game-view__light_position_bottom{top:100%;transform:scaleY(-1);animation:lightAnimationBottom 6s linear infinite}.game-view__content{width:40%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;z-index:2}.game-view__platform{width:100%;height:16%;display:flex;justify-content:center;align-items:center;position:relative}.game-view__platform:first-child{background:linear-gradient(53.01deg,#ffe39f 28.52%,#f8d37a 59.58%,#dbb862 78.4%),#ffe39f}.game-view__platform:last-child{background:linear-gradient(125.34deg,#ffe39f 29.26%,#f8d37a 59.59%,#dbb862 77.97%)}.game-view__top-gards{width:50%;margin-bottom:auto;margin-top:1rem}.game-view__bottom-gards{width:50%;margin-top:auto;margin-bottom:1rem}.game-view__glass-block{height:calc(68% - 1rem);display:flex;flex-direction:column-reverse}.game-view__step{flex-grow:1;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.game-view__step:not(:last-child){margin-top:.5rem}.game-view__step_isActive{box-shadow:0 0 35px 5px var(--accent-color);background:rgba(255,141,0,.5333333333333333)}.game-view__glass{width:4.4rem;height:100%;display:flex;justify-content:center;align-items:center;position:relative;background:linear-gradient(.286turn,rgba(127,206,206,.8) 6.34%,rgba(182,248,248,.8) 31.75%,rgba(118,218,218,.8) 53.61%,rgba(118,218,218,.8) 74.25%,rgba(167,236,236,.8) 90.74%,rgba(127,206,206,.8) 99.75%)}.game-view__glass:not(:last-child){margin-right:1rem}.game-view__glass_isWrong{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABACAYAAADS1n9/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABnhSURBVHgB7V0JcBzVmf67RxrN6BwdNpbRMQYWE9sQOeFYL8iWsyQmFUOALQcWhyO7bDYkHHaWsmNDyqJi4w3UhqMIMdkkho3ZCiwJxuaw46pYttgYMMYSLDYGbOu2ZWk0I400h0Yzvf/f06/1+vUbIaTR4d18VV2v+/Wbnp7+7/9/rwfgL/h/DQX+Ah21Ho8nE8CrOhxVEI83RQEaagOBAPwfh84ATxw7Fg4NDmomNyi4p2mg6bvJXg2PaZ+OFFUd3jfOq3Qsbuy8qm76gde7CaYhNns8XofDsRV/a41wqikRjy9dFwg0wTTAXk3zHOvouHVgaGh5fyxWTc9Wp49xXjNadkzPXTVa6lM5eij8eRq8+YMPwuFYLMEuoEluwPwwfyFuU4V+/RgZhVpiqNysrOfPLytbs1RRpo1UPVJUdB/eWy3+Xo/sPN553RqfbylMIXYEg0s+8vmWx+PxW3sHB/NYP098HtTPaKGSoPLHfGswQAaMAuIXKQZReY4yTiQ3MLQE93nUMCvbTp2q2hsOf2up290EU4yflpRsQK1WO9IYfJhVMAUgon/c1VUdSiS+/U5HR8VQIqFx95R87sJnLP2GtiaYrfglOIZoNSoGMK5kSjeBVy/AfQnjMOD6GXojkfkxn2/X7zs6lv3d7NnNMEXYXFx8B3wG8Q14YJJgIzrZ3KQZ1vinmMpps4wxtC8vgCBqbqNfFS+kpbqocDGeuLwvYL8zxaIl0NSUnxkcfOOlnp5LYApANh9/9AYYByKtB/dG2t49GT55wAtpwtDQUMCZkeHJcjhAl3gtSQlmkrVRXseikQGs9p4jPN8/Yigg2nvLeF7lswty3MerKtNsJMdX+gcGdu3q7b0NJhno8BHxvbQfSST0bQTY/JVo6yH6fA0SyIsXq4E04cbCwsZ7KyruXztnzkWXz5r1N7Nzcn5R6HK1jqTyZdDHseefghl42qQ0AaKXOXxCkXKSqBFAcBIBrIwT17SC9r6+LbuCwcpr8vJ+ApOAzSUlNahZ7/DH4/DiwACciMX0/kJ8YNfm5MB8p9MyXtG0Jv7Yf/KwR4OhVTDBIGbAhrb7Hzl58o89kciV4hiZ0NroAlavn/kHnCAmGUCTXJwnvmg3jE4b0Zn0g8B5BJfD0efMzGxBAjRmKEpLntvdjMfvn5OT0wyTBCToBiL+M3194Ockn/Yr7rwZyo58Cm3vvs99wBqxFM5ZGPjZnpcbZrudNXTcOhDxwgTD43bvlDGAzFTzrUz6AcDqxzEnUBnpYoJtl0m/SGzRbGRlZCh3VlSUwhSCpB8ZoObNSMRC/Lv/8WZ48IffBU9+nk78tjvXmOcSggYgPHW0tYbta4qyBCYYf3XOOb/tCYfXByKRfL5fFpnpz513/ljYJxtnHOvnNI7ImjhYTOoMnzRvxGL7Jc6gTF1NNhyadju1HUND+vGjG34Ixw7sgOuW1ejEJ5RdOrJfOmvzZu9gfz/MzMiAW+fNg1gwOOFh4lLUQvhst4n9Fq0tM7+SY52OhnOpSpjDruKFL1Ek2SQZbHZnikGeP/7sO2jfrSZ/8hfnXwiVZaWweNGXR30dRyJRo0dnqEHy0V/AfU/pxo2VMMG4qKDg1QxVVUaK0FSQmwKz5UJ2Xntn8BfRuFbl+lMxhjszU8l2OpX+aBSfSUKTjUsZHk4mOG+dHL0PBwelw47s2GM5VqcoEUQ4EA573/H5qvH5VTf6fIupjz1Jnk78MxdT9DavX5B6MwpgFwPuBIDVu7dwnKENIrGYFh0a0kid5LpcakLT9YsSi8cTFjszxUyA33472/9yVhbMmHueTfL7Ojrh7S1WTYumseqR4uKtaDReUeLxwPOBQIHfMzG5ISL4ISR4AgneGw4vfq2lpSJmCBW7HRj+PWarcJlXHqIGVsTxRv+IYaDlQ4pivyBn+0NYS6A+V2YmOX1qBiY0+PrCVIHUvyIUehJZuXD17vcs42YfPARfRiYQQabDQeYDf8+lb78Ne5Ytg4lA3alTR3ujUT4poY3muSnCZsnQsjHcMTMVrC9DvBj7AEikn/fubT4CCT8ygqERNOReILuFRSD0O7Qp4wFK/JDoHJ0/H45fcAFE0QQMFBdDqD9sGdd7zixoWrFixGsFCwpgooBaU29TFXkYLOE5a/G5ZyJRPFlZahiffzSRMAXP1MSiYwicD6AJF08l/SBcACT2hWcOTPZog+h1n5ObuxamAFTtay0vv4OkNpifbz2JiSAePWgaoLwcPi+ueOutOdsBmiENEIlPAsQXgkA4z55/DobZueiPhYaGSAsb9Lbn/tnneb/AkgewFHfE+B+G7QfwzoSR+JGNzVTVFnQSb/5GMrOlY0dX15LykpLGhWkqC6OKr1EzMr6pHyQSzQnjuoGiottfuvrqmvayMhgrVlx8MXzrEnlouPvjj/X2S4cPv3yFx7MwHfMGTLvscCizsrPfvLCgYFNPNHrJx37/IwNJ4to0ANYP9KffHYkkiBEscT6X/aN+B88IfCZQdiM27uG8ep34soQQpyk8LteH53k831oklH6DicT6zkDgadx9BcYBnfAOx1bc9bLCCd1jDCW54UtfgrcXLYLx4r8++EDfUiEfM4pZkYhHSd7HUhgneMJ/LS9vn9G978kTJ/ZjdfB3g/F4BU9AJLhKVUOUfM189vzEHW4sSDS4xQcwnQhBys19ujCXZdLBpF9ghgK3++crS0vXiD9wh9+/5EwodJVfUXbAOPDT4mLy6p8V+xnho6TO0wAi8LmtrSnPVb2XdCRpNhExJGqBOhgjSnNy3qzMy9vIEd7Eveed14hRwtcPdne/0NHfv4AIOtPtdhDhyUSYjp0xXhRYguj8MWdxmAGMgRpYTYFl32h1JkHiY7VKJc+VNxsOtFvxROK233Z0VCE3NqIT2FKQk/M+jm08cubMekONUVz7cxgD6EGDQPw2tN1E+M+j7vMNJsl3ufS2D1PEfdGoZUwZEv/q3bthNEAtcD02dTBG/NPs2V8d6byhSa94tKnp0Wg8/oMAPvcEixQEiQew+nEOSMEcIEYBgiRzJ0wGwQenDgwOJvgL8V9KuQAMCfNw/0r8zJUh9G67wmHyBxT9hpOfGfNcAEPtmyDCj6Tus5CoMo3w0Fe/CgdaWvS5jtfMnQsvNjbC7k8+gbECfxX5IRNeKcSs4LYDnZ3f16fbgdXZCxkRmMynE50/NsacDyDacgYLM1DyB7+EbFWh2632ouMh2n4COhsKaQL+XDyZJAInVgVzFGVMUYE+k4dsPocTGNrJQIRfXFcH33jF7mqs4Bw7svEk/eMhvgEvzSyGCUZnNHq3hV4ANsfO5gMkO6VthvlBQZp5qee/CNW7hmpT5S/OMw+73sVFRXedCYf9yCGXROLxxdh3Maqi+gtmzPjuWCMAhcvoMUQk0k22+YoDB3QmaJOYBSI4Yd7MmbCoogL+3NwM6UAuuj8gmUSSTnQODFSzCR8g+GsiDURnHcDOFDYTwNt9hevj7UYQTYDKJ4R4jWFIe1sotHLFzJlfw65xOXw8VE2r0kRGFUCEp20kUAhH6p88ZvIBPuzshHQgBjAH0pQTIPyyvf1XlxUVbVxoRFK/9/uvO9TZWa4KM65EAqciuFgfUIGrBorSDhLpZ86fwnn+bAwlLZJRaPIYHaqr9geDaa2XI/HTpmKZ09fW22tz/qYLTqMQ/a65+fWdfr8+de5EILBSFSZ7KiPZdyESEJmCYCaC+IuAmNWT+ASmCsFBhRi7nouxK1bVm0/091+C/ZdgBnAxOoD34Kh9kCZgKBpIJxOkG5kAJ0c7tj4Uug+duR+hRz+cXzbieIb+ZH2lssHn23I4HN7/env7ddidSEVwmQ+QcuN9AF7azZtQrAUFfroXI3wRxq5E+MVuN0/kJkij2ueB/kSDYl/BM21wfyDQPNqx1dnZT/zLkSPbMfb/I8b2ZbIaAC+xB7FSGMIcf9Jrlyfn+H1V1OCKfT6H6QOYF1Os+WPmD6DnrmCFrxm9+w/Qvu/3Fha2zPJ49i+c5FU+KP37aFoXTEPgfTXA58S/zZvXfFjTrnj1+PH1A7HYD1JeG2kwEI/frVDkLzEBbAyvmWWmXGxNDcCrEUvyB4Y9f8w597kyMnbOKyysXzhFK3tcQ0OPx1T1Pt4MnNPTo1f3GMra2mAqgBL8HIwBhhCtec3vb3+rq2ttjDcJBpA5NDSnCyzOn6KkVP0qN/NXNBcgfF41PmkbxPqYKsGYf0HXwMCWtzs7j/ympeWFXd3d34RJxupAIDCEORy+z42Jpkz05NlmmxhBvwNr+WPZQFU/857IL8EvWb22p+dxGAewYPYEJnIWzc7NbRPvX2+HO8xjkajch2w2X0wGsWtbi0ESZ0/f59QO1fsHFWX5J319y3/d2tpa7HLV57vdT30lN7cRJgHr8UFvLinxIJdvoONrPmiAp9f+Q/LeggOw8+l+6+wmJKQzOxvGAoewTkC/HhIcFfF2fB6NqJLr1gQCn1v1p4LMJIiOm7gkTyS0bBUwgERrGK3NBPD23/LDxWPcMCtY3jEwcIs/Gl2Jh2N7ymPAuu7u2n8tLvbgPdyH1TiYnZ1MBvUFAjBnwVw4sffP5liawDlkhHlU2n3x/fdTXndRZaUeHrK8QMKYQZy8kNaQUNXV63y+OphAMJPwi7a2qpZgUF8PkEraeSYARZ7G55mAP2bq3zQBKblJnGfOmQVF8gWThR/5fKuIKNFgv9n31pZtFuITiAHig4P6duNFF5n7su3yWbPgosJC81gzGAA1yhOo4hci49XBJGEuRleZRq2fX2wjlWxITgqh8jCMMMaiBYxzlrWBJiFFgkp8BEuOQBvt0sX0AqOiGwb7+gO/v3MN7Hv0GTgqzOodL3ppFpGmPaQz2yTjK1gWLsP8imyyJ2tHMgWyXIB5DcU6R9A6p5yLI/lFnsZJqZ8wFRqAQLNw4qr6BK3oaXj+ZemYGV1d5n75Z8zpO4A1AaoPMLRjmfnx+++fshdaXJCfv8mpJvUts/3AtR6nUy3AzZOZqVK1NUyzsVM5jSkYwhoFSAiZqj7A908lyB+AEWJwKgixSR27sAZAxZ9U0OsD+HuWXXih2YfO5mNlP/lJDUwBSAuUkhYwnnEhErsQy/F6i1sf1mT6MFtIW9CYlU3gGUXGOPq+0VpNAPuQIq8gidxE0ACmnAnQG/+OHo6lANMCu48dg2VY++fBVw4JtXv2wJ2XXQZlnLbQVHWrp7Z2QlLQr/f23vaC37841fnz8/J0LUCTPnuR4LQFqOWm3PMzgmxSrihSk0B0S6DptmgAC5jjMYLDJ9qWqQKFYpisWqglZ+Q04bYdtcLqRDw+B9ViIerF1TTuwzNnbBqApnYRA1Tv3Wv2rX71VX3CCAdvjtP5MkwAjvf1PXDC738g1Xn8XZW0QMRJeQlI7dCZ7WfkCXj6aYwBeAmX2X5R3StCH2ao6mGKQf4AOmtL1/p8c3C7gRIz1Eeveju6YMGzOCSgVwBx45mAzReYd+SIOcePKoTkD9ReffXwF2AKuvThh9PqDNILMtqxDtCLldMnOzqqxfOYE/A09vTo0+gGMCqxqXh2DGCL8WWCym8k/WBqAJBIs0BwEL6c75+RkzMtXwHH0FRbS9k63U+gmT8U7zO0c2sBSBOUoJYg/OrgQSj3eCzMkk5/gIiL1cB17Lg/EvmlOOa/W1vv7sdcCz3zvMzM4RlWIDjrxviUkYDgA+ivnEHimyaASbMY3/PnLKqEY46czMw3l+Xl7YfpjkRCnxtGiSCeqDRfkGkB8gOW79hh+gNkCn5YXW1OICWkyx/Y19x8N5aCzRvpi0Yrtp0+fQ87rj1+vAJTww+w5xwzptTZVDrXjpT9s/htRtjOLwIevhBX8rX0SzQCHZdMc+k3oSh11LDpYLyTx2sB8gmYP0Bjf1ZfD49dey1/JW+2wzEuU3BU07xBJK7l9nA7E4msJ81Ax6Uu154Qt8jWqQxPtjE9eN4pF6RcZiYYSPJp9ZjGO4G2hR5glX4+ScSrIn8o9OJ/nDq162Wf78XXensffKmr69p3wuEl7IdMF7Q/8ACZAD1SoHDvGi7UE+cN8v4AjW1Fn4AiAwYUktthHMCC2gO5LtfGJbNmff9cVvzB5+mLRPI/7e6+Z09//20doVAZL2gDxuIPdizSSl8QwsYL38czjWbYfmYGrE5giuqXIjEN7KbRRuUNaVp1IBr9xplQaB3WrX/3UV/f602BwOgm1E8ikPNNM8DH+qQBxKnj5A84o1GdYSg0pJnEptaQvDpmtFiLqt3tcLSsLivb9PXCwufuKS+fO8vt3pxrpHHbQqHvH/X51uc4HCqf4aMwEMAq/TL7bppoyZjkrSdtv2Zsw9PC+VeLCVJuQlFspoA/z78HIB6P/xamGVTDDJCXTw4eb9u7ZsywjCU/4Jt/+MNz7LgAS83MfOADeA7GiFvLy4tumjHD8la0VV7vxhvPP/8LM9zu57Gwlu8bHCynFT95mN8vdLkUNDkqrR622PTkfUjtvMWH41qd+DDsBFpMAA/LRZQUVSbePBjHWQ6H4sLNTTeek7MTphkwbVzH9ikryC/8lK4vUFV9Uqu5eshwDrFUux3GiAVOpyVrSeqe2i8oStOqysrvlrhcffQ8Y0gjUvuoWTVK8dJ0MCZ4tmIc2Iku5gh4omuGCSBmsBWDLEUeGGYCSBFXsnOerKyHb54xIxu5O3tFcXH237rdzTDNcHrduiYtmShKZgU5MyBqAEJcUfRXxMzH+oA5dVzT6gIUVqYJn/T2Vj/Z0vIg16VHVCNJtk0YudYSFnKpYBsD2PIAMi0gmAILg3DA/PTD1xcVnRXRAP5gXQLnY+mXnw5egN6/iG6jMERjD7DFI+NQ/zKgd78fvf91T7W16UyQ73C0ikkd1jICJ29D7gPw5xjYi6205IGFCaQaQJHcqM32G8dFTudZQ/xzN226Ax/C9eTM0dr/DXuS5WOy95dLFpP0GS+VoLwB0wDxWKwO0ogrS0vrKdffiQ7008gEs7Kz6y2SLovtuXMgOWbgPX8++cPqAJZEkGjfdeK6XGoRVp9SqRud+CUlZ0ceIAl9Gtljy5fDr955R3cGCSFVnZPb1/cdqiWwohK1HWVl+n4ZOow6A6D6P11b2wRpBNl+9Jma6XmfCYfX+aLRa51JAoAY9qkyaQer4MrMhKj6+VDQsjycl3KC31j6Xex26yGJvhTcGEM2/2wiPkk/Nt47L79cj+vNFz9g0YiIui655PxZy2dmzjwM9Ko4fFhkLhLjfKlFKmBd/83+WOwWeq7H+/v/HluNf5Ubv05DZt952NK+EunnQ0H528IF754Ygdaj0/sA6EVEZPNvPIuIT2/4xGYDU/2U3SNgGfmh9gcfTDmbNysvr8qZkwNr//QnyMCQUXU662ACgFK4X7T1ikADm+3nx49W+rljHegX2CaEiN49cF9ETED1aPz4da/5/bceDYe9cBbAkVT9XlL9lNQh1Y+/dXvbj39cm+oz3sce0yMAyo8c7e7WZwi3r1mTthnAPP4a/QBKBMmIKQvDZWlemb+gSSSe7dMWx832jiCZYyF6/sgEC4KKsgWzgAqmgHfOzMz8zyvz8ydEPY4XSEgv3v8dl5WW6mld/aUQGArGBwdXj/S5k6tWeY4g4YOo+o90dcF7p0/XPQUTA/IDMHVemhOLeRt6eyvwfitR61agc1gZwYJRpsNRieY3X4wOTDPAX0wWAfD7rBBk1ALM9wPYOEzGZcI4vDl6J93y/nh8+Us+X2uh01mfm5X11BVO56SsERgNZublPdYdCsG76MQdPHWKJDoQj0aXfpYzt3LlyttvuukmuPTSS8ExNAS9H33kqaur27pq1ap9DQ0Nz0KaYUwHbzA2G7a0toYjlAwC6wwgPhvIMwPz9FkImBDMADvWx/97U9PwxWUpYe6Y/QsY+0Iw+tg5ygTeUFg4aWsERkJ9ff19V1111eNPose/taGBxf2rT9x772eu4qmpqTkcCATMdwXPnj0b8vLy4BgmkBA3IBOMORs4FvyyrS1MGUHxH8DYc2d9zHkk4saJ8DQt3qj+JQxGSGBaecjoty0P1yF4lryPAIKfYM4lAIkzOYWoqqryrl+//vGHHnoI7l26VF8T8M+vvbb99VtuGdUSrr179zbS/0Z++umnVcFgUCc8bbm5uXDo0KHJnylsSCv/jKXOH2X9BJsvOoFxZhaYBvg1aoCwkWse6Q8g+WNRU7DPuTCpcf000ABIrJe3bdt2/c6dO3U1fiGmfVGKH0diPnHXXXc1fZ5rafT/QOhOQPLt4dTWKpOwMvq9WGzJ/3R1VUc17duhoaFy6f//gfV/AI37TUq/IflxTvqxSGeeozbJAM3NSRMgEFxkBgDhH0IBzCqiaoyngtD1Hs+UM4BBtFXvvvvufRs2bICOjg6YO3cuhMPhppaWFlLhE+LRpxP1/f1f7A6H7+mOxa4Mx2IVjMgqL4hCS+CJbqp/ox1CBkhwffpnftPSEmaLCtRUUs9LOoDN9vNMk2W8spSvOrEZKKYTAsNeqUNRnr8c08lz0BuGNMNghNodO3bc/swzz+iMAFNgw8eL3cHgYixH39oTiSzHZ5evis6fQQsthd3XGcKw/QnOP9BpuZVjgJGInso0OJgfwPXTMW+H6F3YPOHNnLRRpCDTgdvDK0pKNsIEgP4tDCV/wxtvvFH3ve997ztwluKkpnlODAxce3pg4Nv47BbTm8F56Y8bgmZqgFTSb5zTP/fC6dPhMHvfLIB9cohkXxoJGJ8FLhHBCCyTfFuSAo9LsrLaKnJyNi3IyHgOJgD0Ny/KNPr/4vEAmYH+ZOIqfOL3DCYSF7PYXlT7JhOwjTv3v4DElyt9cT23AAAAAElFTkSuQmCC);background-size:100% 100%}.game-view__glass_isEmptyWrong{background:url(data:image/png;base64,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);background-size:100% 100%}.game-view__glass_isAutoPickLighting{box-shadow:0 0 10px 4px var(--accent-color)}.game-view__player{display:block;width:3rem;position:absolute}.game-view__start-players{position:absolute;height:100%}.game-view__start-player{display:block;width:3rem}.game-view__end-players{position:absolute;bottom:1rem;display:flex}.game-view__winnings{width:15%;height:calc(68% - 1rem);position:absolute;right:2rem;display:flex;flex-direction:column-reverse;z-index:3}.game-view__winning{border:1px solid var(--component-background);box-sizing:border-box;border-radius:8px;width:100%;height:100%;font-weight:500;font-size:1rem;display:flex;justify-content:center;align-items:center;white-space:nowrap}.game-view__winning:not(:last-child){margin-top:.5rem}.game-view__winning_isActive{background:var(--accent-color)}@media screen and (max-width:700px){.game-view{height:calc(100% - 1rem)}.game-view__winnings{width:33%;right:auto;left:1rem}.game-view__content{width:60%;margin-left:auto;margin-right:1rem}.game-view__circle{right:1rem}.game-view__bottom-gards,.game-view__top-gards{width:75%}.game-view__player,.game-view__start-player{width:3.2rem}.game-view__start-player:not(:first-child){margin-top:-.2rem}}@keyframes lightAnimation{80%{transform:rotate(0)}85%{transform:rotate(10deg)}95%{transform:rotate(-10deg)}to{transform:rotate(0)}}@keyframes lightAnimationBottom{80%{transform:scaleY(-1) rotate(0)}85%{transform:scaleY(-1) rotate(10deg)}95%{transform:scaleY(-1) rotate(-10deg)}to{transform:scaleY(-1) rotate(0)}}.modal{max-width:40rem;max-height:80vh;position:relative}.modal__wrapper{position:fixed;left:0;width:100%;height:100%;z-index:100000;background:rgba(0,0,0,.8)}.modal__cross,.modal__wrapper{top:0;display:flex;align-items:center;justify-content:center}.modal__cross{width:2.5rem;height:2.5rem;max-height:2.5rem;min-width:2.5rem;border-radius:100%;margin-left:.6rem;background:var(--accent-color);cursor:pointer;position:absolute;right:0}.modal__close{width:1.1rem;display:block;line-height:0}.modal__close,.modal__close-svg{max-height:1.1rem}.modal__close-svg *{fill:var(--text)}@media screen and (min-width:700px){.modal{max-width:90vw;max-height:80vh}.modal__wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}}.jackpot-item{width:100%;align-items:flex-end;height:100%;position:relative}.jackpot-item,.jackpot-item__name{display:flex;justify-content:center}.jackpot-item__name{width:35%;height:80%;align-items:center;border:1px solid var(--text);box-sizing:border-box;box-shadow:0 0 4px var(--text);text-transform:uppercase;font-style:italic;font-weight:700;font-size:1rem;letter-spacing:.1em}.jackpot-item__name:first-child{padding-right:5%;border-radius:10px 0 0 10px}.jackpot-item__name:last-child{padding-left:5%;margin-left:auto;border-radius:0 10px 10px 0}.jackpot-item__amount{width:35%;height:100%;display:flex;justify-content:center;align-items:center;border:1px solid var(--text);box-sizing:border-box;box-shadow:0 0 4px var(--text);border-radius:10px;position:absolute;z-index:1;background:var(--settings-background);font-weight:900}.jackpot-item__currency{font-style:italic;margin-left:.2rem;color:var(--accent-color)}.jackpot-item__winner{font-size:.6rem;line-height:.8rem;white-space:nowrap;position:absolute;z-index:2;background:var(--settings-background);top:100%}.jackpot-item .odometer{color:var(--accent-color);font-family:Roboto;font-style:normal;font-style:italic;letter-spacing:.2em;white-space:nowrap}@media screen and (min-width:700px){.jackpot-item__currency,.jackpot-item__name{font-size:.9rem}.jackpot-item .odometer{font-size:.8rem}}.jackpot-window{width:98vw;height:98vw;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;box-sizing:border-box;padding:11% 20% 34%;background:url(/static/media/bg-jackpot.89ede9c8.png);background-size:100% 100%;animation:startJackpotWindow .4s ease-in-out forwards}.jackpot-window__title{text-transform:uppercase;white-space:nowrap;font-weight:700;font-size:1.7rem;background:-webkit-linear-gradient(var(--accent-color),#a3600f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.jackpot-window__text-block{width:30vw;text-align:center;text-transform:uppercase;color:#704009;font-weight:700;font-size:.8rem;margin-top:14vw}.jackpot-window__text{white-space:nowrap}.jackpot-window__amount{height:2rem;font-size:1.5rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box;z-index:1;font-weight:900}.jackpot-window__currency{font-style:italic;margin-left:.2rem;color:var(--lose)}.jackpot-window .odometer{color:var(--lose);font-family:Roboto;font-style:italic;letter-spacing:.2em}@media screen and (min-width:700px){.jackpot-window{width:45vw;height:45vw;padding:11% 20% 35%}.jackpot-window__title{font-size:2rem}.jackpot-window__text-block{width:15vw;margin-top:7vw;font-size:1.2rem}.jackpot-window__amount{font-size:3vw}}@keyframes startJackpotWindow{0%{transform:scale(0)}to{transform:scale(1)}}.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{transition:transform 2s;transform:translateY(0)}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.jackpot{width:100%}.jackpot__item{margin-bottom:.8rem;height:2.2rem;width:100%}@media screen and (min-width:700px){.jackpot__item{margin-bottom:1rem}}.messages{background:var(--settings-background);border-radius:10px;width:100%;height:100%;padding:0 .7rem;box-sizing:border-box;overflow-y:scroll}.messages::-webkit-scrollbar{margin-top:3px;width:2px;height:0;opacity:0}.messages::-webkit-scrollbar-track{border-radius:50px}.messages::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:50px}.messages__item{width:100%;margin-top:.7rem;margin-bottom:.7rem;background:var(--component-background);display:flex;align-items:center;box-sizing:border-box;padding:.7rem 1rem;border-radius:10px}.messages__item_isAlien{flex-direction:row-reverse}.messages__item-text{width:75%;margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}.messages__item-text_isAlien{align-items:flex-start;margin-left:0;margin-right:auto}.messages__icon{height:2.5rem;width:2.5rem;line-height:0}.messages__nick{color:#6379b0}.messages__text{margin-top:.4rem;text-align:right;font-weight:500;word-break:break-all}.messages__text_isAlien{text-align:left}.socket-error{flex-direction:column;color:var(--text);background:#000;width:100%;height:100%;background-image:url(/static/media/back.0eb30b41.png);background-repeat:repeat-x;font-family:"Roboto";font-style:normal;font-weight:600;font-size:30px;line-height:82px}.socket-error,.socket-error__img{display:flex;align-items:center;justify-content:center}.socket-error__img{width:9rem;height:auto;margin:1.5rem}@media screen and (max-width:700px){__img{width:3rem}}.chat{background:var(--component-background);border-radius:10px;padding:1rem .8rem;box-sizing:border-box;flex-grow:1;flex-direction:column;height:100%}.chat,.chat__top-block{width:100%;display:flex}.chat__top-block{align-items:center;font-weight:500;font-size:1.1rem}.chat__ellipse{width:.6rem;margin-right:.5rem}.chat__switcher{display:flex;align-items:center;margin-left:auto}.chat__arrow{margin-left:.3rem;width:1.2rem;transition:all .5s ease-out}.chat__arrow_isOpen{transform:rotate(180deg)}.chat__bottom-block{display:flex;width:100%;align-items:center;font-weight:500;font-size:1.1rem;color:var(--sub-text);margin-top:.8rem;padding:0 .6rem;box-sizing:border-box}.chat__input-container{height:4rem;margin-top:1rem}.chat__send{width:1.8rem;margin-left:auto;line-height:0;cursor:pointer}.chat__send_unactive{cursor:not-allowed}.chat__send_unactive *{fill:var(--accent-color)}.chat__messages{width:100%;transition:all 1s linear;overflow:hidden;margin-top:.3rem}@media screen and (max-width:700px){.chat{display:flex;flex-grow:1;flex-direction:column;height:100%}.chat__messages{height:auto;max-height:none;flex-grow:1;margin-top:1rem}.chat__switcher{display:none}}.my-bets{justify-content:center;flex-direction:column;font-size:.8rem}.my-bets,.my-bets__header{width:100%;display:flex;align-items:center}.my-bets__header{justify-content:space-around;box-sizing:border-box;padding:.2rem .5rem 1rem}.my-bets__items{width:100%;display:flex;flex-direction:column;overflow-y:auto}.my-bets__item{display:flex;align-items:center;box-sizing:border-box;padding:.5rem;background:var(--component-background);border-radius:10px;overflow:hidden}.my-bets__item:not(:last-child){margin-bottom:.3rem}.my-bets__item:first-child{animation:increaceMyBets .5s linear forwards}.my-bets__status{padding:.3rem .8rem;box-sizing:border-box;border-radius:50px}.my-bets__status,.my-bets__status_status_lose{background:var(--lose)}.my-bets__status_status_win{background:var(--win)}.my-bets__status_status_canceled,.my-bets__status_status_placed{background:var(--accent-color)}.my-bets__column{width:50%;display:flex;justify-content:center;align-items:center;text-align:center}@media screen and (min-width:700px){.bets__items{max-height:none}}@keyframes increaceMyBets{0%{max-height:0;padding:0 .5rem}to{padding:.5rem;max-height:3rem}}.top-wins{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;transition:max-height .8s linear;overflow:hidden}.top-wins__items{width:100%;display:flex;flex-direction:column;overflow-y:auto}.top-wins_isOpen{max-height:50rem}.top-wins_isOpen .main-bets-list__item:nth-child(n+3){max-height:20rem;overflow:hidden;margin-bottom:.7rem}.top-wins__arrow{width:1.4rem;transition:all .5s linear}.top-wins__arrow_isRotate{transform:rotate(180deg)}.top-wins__item{width:100%;padding:1rem;background:var(--component-background);margin-bottom:.7rem;border-radius:10px;box-sizing:border-box}.top-wins__column,.top-wins__item{display:flex;justify-content:space-between;align-items:center}.top-wins__column{width:30%;flex-direction:column}.top-wins__column_type_names{align-items:flex-start;justify-content:flex-start}.top-wins__column_type_values{align-items:flex-end;justify-content:flex-start;position:relative}.top-wins__row{white-space:nowrap}.top-wins__row:not(:last-child){margin-bottom:.5rem}.top-wins__guard{width:1rem}.top-wins__icon{width:50%}@media screen and (min-width:700px){.top-wins{max-height:100%;overflow-y:scroll}.top-wins::-webkit-scrollbar{margin-top:3px;width:2px;height:0;opacity:0}.top-wins::-webkit-scrollbar-track{border-radius:50px}.top-wins::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:50px}.top-wins__arrow{display:none}.top-wins__item{width:100%}.top-wins__item:nth-child(n+3){max-height:20rem;overflow:hidden;margin-bottom:.7rem}}.history{position:inherit;height:calc(100% - 6.4rem);animation:none;background:none;display:flex;flex-direction:column;width:100%;z-index:11;overflow:hidden;box-sizing:border-box}.history__buttons-container{margin-bottom:.5rem}.history__buttons-container,.history__content-container{background:var(--main-background);padding:.5rem;border-radius:10px}.history__content-container{flex-grow:1}.history_isClosingHistory{animation:reduceHistory .3s linear forwards}.history__buttons-container{width:100%;display:flex;flex-wrap:wrap;justify-content:space-around;grid-row-gap:.5rem;row-gap:.5rem}.history__promo-button{position:relative;height:100%;width:100%;background:transparent;border:1px solid var(--component-background);border-radius:7px;display:flex;align-items:center}.history__promo-button_isActive{background:var(--accent-color);border:1px solid var(--accent-color)}.history__promo-count{position:absolute;top:-5px;right:-5px;background-color:var(--accent-color);aspect-ratio:1/1;height:1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:7px;font-size:.8rem;box-sizing:border-box;overflow:hidden;text-align:center}.history__promo-count_isSmallFont{font-size:.6rem}.history__button-container{width:32%;height:2.8rem}.history__content-container{width:100%;overflow:auto}.history__content-container::-webkit-scrollbar{margin-top:3px;width:2px;height:0;opacity:0}.history__content-container::-webkit-scrollbar-track{border-radius:50px}.history__content-container::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:50px}@media screen and (max-width:700px){.history{position:absolute;display:flex;flex-direction:column;height:calc(100% - 4.2rem);width:100%;background:var(--settings-background);z-index:11;top:4.2rem;overflow:hidden;box-sizing:border-box;padding:.5rem;animation:increaceHistory .3s linear forwards}.history_isClosingHistory{animation:reduceHistory .3s linear forwards}.history__promo-count{padding:.5rem}}@keyframes increaceHistory{0%{max-height:0;padding:0 .5rem}to{padding:.5rem;max-height:calc(100% - 4.2rem)}}@keyframes reduceHistory{0%{padding:.5rem;max-height:calc(100% - 4.2rem)}to{max-height:0;padding:0 .5rem}}.mega_wins{display:block;position:absolute;z-index:10000;top:0;width:100%;height:100%;border-radius:10px;overflow:hidden;background-color:rgba(44,48,63,.74);background-image:url(/static/media/background.30cfb9ad.png);background-position:50%;background-repeat:no-repeat;background-size:100%;animation:pulse .5s ease-in-out;left:0}.mega_wins_isClosed{animation:closing .25s linear}@media screen and (max-width:700px){.mega_wins{display:flex;justify-content:center;flex-direction:column}}.mega_wins__image>svg{width:100%;height:100%;animation:moveImg 11s ease-in-out infinite}@media screen and (max-width:700px){.mega_wins__image{transform:scale(1.2)}}.mega_wins__close-button{position:absolute;top:140px;right:250px;width:2.5rem;height:2.5rem;max-height:2.5rem;min-width:2.5rem;border-radius:100%;margin-left:.6rem;display:flex;justify-content:center;align-items:center;cursor:pointer;background:var(--accent-color)}@media screen and (max-width:700px){.mega_wins__close-button{top:210px;right:20px}}.mega_wins__item{width:1.1rem;max-height:1.1rem;display:block;line-height:0;fill:var(--text)}@keyframes pulse{0%{transform:scale(0);opacity:.1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes closing{0%{transform:scale(1);opacity:1}50%{transform:scale(.5);opacity:.7}to{transform:scale(0);opacity:0;display:none}}@keyframes moveImg{0%{transform:translateX(0)}2%{transform:translateX(3px)}4%{transform:translateX(-3px)}6%{transform:translateX(3px)}8%{transform:translateX(-3px)}10%{transform:translateX(0)}to{transform:translateX(0)}}.game_platform_mobile{width:100%;height:100%;color:var(--text);position:relative;overflow:hidden}.game_platform_mobile .game__top{display:flex;justify-content:space-between}.game_platform_mobile .game__header-layout{width:100%;height:4rem;position:relative;background:var(--main-background);border-radius:0 0 10px 10px}.game_platform_mobile .game__header-layout_isOpenHistory{border-radius:0}.game_platform_mobile .game__jackpot-layout{width:100%;border-radius:0 0 10px 0;box-sizing:border-box}.game_platform_mobile .game__content-layout{width:100%;display:flex;position:relative}.game_platform_mobile .game__scroll-block{height:calc(100% - 4rem);min-height:calc(100% - 4rem);position:relative;overflow-y:auto;display:flex;flex-direction:column}.game_platform_mobile .game__game-view{flex-grow:1;width:100%}.game_platform_mobile .game__history-layout{width:49%;height:100%;position:absolute;right:0;top:0}.game_platform_mobile .game__basket-container,.game_platform_mobile .game__roulette-container{width:100%;height:100%;min-width:100%}.game_platform_desktop{height:100%;width:100%;padding-top:0;display:grid;box-sizing:border-box;grid-template-columns:repeat(30,1fr);grid-template-rows:repeat(13,1fr);grid-column-gap:.5rem;grid-row-gap:.5rem}.game_platform_desktop .game__roulette-container{position:absolute;width:100%;height:100%;top:0;background:rgba(44,48,63,.95);border-radius:10px;z-index:100}.game_platform_desktop .game__desktop-header-layout{grid-column:23/31;grid-row:1/2;position:relative}.game_platform_desktop .game__time-bar-layout{grid-column:7/23;grid-row:1/1}.game_platform_desktop .game__basket-layout{grid-column:1/23;grid-row:13/14;margin-top:inherit;width:inherit;position:relative}.game_platform_desktop .game__game-view{grid-column:1/23;grid-row:2/13}.game_platform_desktop .game__subheader-layout{grid-column:1/23;grid-row:1/2;margin:0;height:auto}.game_platform_desktop .game__history-layout{grid-column:23/31;grid-row:2/14}.locale{background:var(--text)}.locale__title{background:linear-gradient(180deg,#0e70b9 0,#005693);height:2.5rem;color:var(--text);font-weight:400}.locale__item,.locale__title{width:100%;display:flex;align-items:center;padding-left:.7rem;box-sizing:border-box}.locale__item{height:2.8rem;border-bottom:1px solid #bbb}.locale__item_active{background:#b0bfd6}.locale__image{width:1.4rem;margin-right:.5rem}.locale__bottom{box-sizing:border-box;padding:.7em 1em}.locale__button{width:100%;height:2.8rem;background:#079c20;display:flex;justify-content:center;align-items:center;position:relative;color:var(--text);cursor:pointer}.locale__ok{width:1.8rem;position:absolute;right:1rem}.notify-item{display:flex;align-items:center;width:100%;min-height:3rem;position:relative;z-index:1000000;margin-top:.5rem;padding:.3rem 1rem;box-sizing:border-box;font-size:1rem;color:var(--text);animation:init .7s ease forwards;background:var(--component-background);box-shadow:5px 5px 15px rgba(0,0,0,.25);border-radius:5px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.notify-item_type_error{border-left:5px solid var(--lose)}.notify-item_type_success,.notify-item_type_win{border-left:5px solid var(--accent-color)}.notify-item_type_win{background:var(--component-background) url(/static/media/confeti.8db5efdb.gif);background-size:cover}.notify-item_deleting{animation:delete .7s ease}.notify-item__img{width:2rem;line-height:0}.notify-item__close{min-width:1.5rem;cursor:pointer}.notify-item__text{flex-grow:1;box-sizing:border-box;padding-left:1rem;height:100%;font-weight:400;display:flex;justify-content:flex-start;align-items:center;word-break:break-word}@keyframes init{0%{left:200%}to{left:0}}@keyframes delete{0%{opacity:1;max-height:3rem;min-height:3rem;overflow:hidden;margin-top:.5rem;left:0}70%{opacity:.5;left:120%;margin-top:0;padding:0}to{opacity:0;left:200%;max-height:0;min-height:0;margin-top:0;padding:0;overflow:hidden}}#notify{display:flex;justify-content:center;flex-direction:column-reverse;position:fixed;right:1rem;margin:auto;overflow:hidden;width:15%;z-index:10000}@media screen and (max-width:700px){#notify{width:70%}}.check-box{width:1.5rem;height:1.5rem;border:1px solid var(--accent-color);box-sizing:border-box;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer}.check-box__indicator{height:.6rem;width:.6rem;border-radius:100%;background:transparent;border-radius:.6rem;transition:all .3s ease-out}.check-box__indicator_active{background:var(--accent-color)}.training{width:100%;height:calc(100% - 4.2rem);position:absolute;background:var(--settings-background);bottom:0;z-index:10001;padding:1.5rem 1rem 1rem;box-sizing:border-box}.training__header{display:flex;align-items:center}.training__check-box{margin-right:.5rem}.training__skip{text-transform:uppercase;margin-left:auto;font-weight:700;font-size:1.1rem;cursor:pointer}.training__content{width:100%;overflow:hidden;background:var(--main-background);border-radius:10px;padding:1rem;box-sizing:border-box;margin-top:1.4rem;display:flex;flex-direction:column}.training__items{width:100%;display:flex;transition:all .5s linear}.training__item{width:100%;min-width:100%;display:flex;flex-direction:column;align-items:center}.training__item:not(:last-child){margin-right:1rem}.training__image{max-width:100%;max-height:18rem;align-self:center}.training__title{font-weight:500;font-size:1.2rem;margin-top:1.5rem;text-transform:uppercase}.training__text{margin-top:.6rem}.training__buttons-container{width:100%;display:flex;justify-content:space-between;margin-top:2rem}.training__button-container{width:45%;height:2.8rem}.training__indicator-block{margin-left:auto;margin-right:auto;width:40%;height:5px;background:var(--settings-background);border-radius:3px;margin-top:1.2rem}.training__indicator{width:33.3%;background:var(--accent-color);height:5px;border-radius:3px;transition:all .5s linear}@media screen and (min-width:700px){.training{height:100%;border-radius:10px}.training__item{display:flex;align-items:center;flex-direction:column}.training__image{max-height:30rem}}.app{height:700px;min-height:700px;max-height:700px;width:1200px;min-width:1200px;background:none;box-sizing:border-box;color:var(--text);position:relative}#root,body,html{width:100%;min-width:100%;height:100%;margin:0;padding:0;font-family:"Roboto",sans-serif;background:#000}#preloader:after{content:"fiablegames.com";color:var(--text);position:absolute;padding-top:4rem;text-transform:uppercase;font-size:.9rem}@media screen and (max-width:700px){.app{width:100%;min-width:100%;max-width:100%;min-height:100%;max-height:100%;height:100%;box-sizing:border-box;background:var(--settings-background);color:var(--text);position:relative}.app__header-layout{width:100%;height:4.2rem}}#root{display:flex;justify-content:center;align-items:center;overflow-y:hidden}html{font-size:14px}@media screen and (max-width:700px){html{font-size:12px}}a,article,button,div,h1,h2,h3,h4,h5,h6,li,ol,p,ul{padding:0;margin:0;text-decoration:none;list-style:none;color:inherit;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box}a::-webkit-scrollbar,article::-webkit-scrollbar,button::-webkit-scrollbar,div::-webkit-scrollbar,h1::-webkit-scrollbar,h2::-webkit-scrollbar,h3::-webkit-scrollbar,h4::-webkit-scrollbar,h5::-webkit-scrollbar,h6::-webkit-scrollbar,li::-webkit-scrollbar,ol::-webkit-scrollbar,p::-webkit-scrollbar,ul::-webkit-scrollbar{margin-top:3px;width:2px;height:0;opacity:0}a::-webkit-scrollbar-track,article::-webkit-scrollbar-track,button::-webkit-scrollbar-track,div::-webkit-scrollbar-track,h1::-webkit-scrollbar-track,h2::-webkit-scrollbar-track,h3::-webkit-scrollbar-track,h4::-webkit-scrollbar-track,h5::-webkit-scrollbar-track,h6::-webkit-scrollbar-track,li::-webkit-scrollbar-track,ol::-webkit-scrollbar-track,p::-webkit-scrollbar-track,ul::-webkit-scrollbar-track{border-radius:50px}a::-webkit-scrollbar-thumb,article::-webkit-scrollbar-thumb,button::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb,h1::-webkit-scrollbar-thumb,h2::-webkit-scrollbar-thumb,h3::-webkit-scrollbar-thumb,h4::-webkit-scrollbar-thumb,h5::-webkit-scrollbar-thumb,h6::-webkit-scrollbar-thumb,li::-webkit-scrollbar-thumb,ol::-webkit-scrollbar-thumb,p::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:50px}.new-year{width:100%;height:100%;display:flex;position:absolute;z-index:10000;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);font-size:14px}@media screen and (max-width:700px){.new-year{top:0;font-size:12px}}.new-year__main-container{width:100%;height:100%;display:flex;flex-direction:column;overflow:auto}.new-year__img-container{position:relative;min-width:370px}.new-year__frame-img{width:100%;height:auto;flex-direction:column}.new-year__frame-img,.new-year__title{display:flex;justify-content:center}@media screen and (max-width:700px){.new-year__title{margin-top:20%}}.new-year__title-text{font-style:normal;font-weight:700;font-size:4em;color:#ff9615;font-family:"SnowCapCyr"}.new-year__text-container{width:75%;flex-direction:column;display:flex;padding-left:10%}@media screen and (max-width:700px){.new-year__text-container{width:80%;padding-left:2%}}.new-year__text{font-family:"Kabarett Simple";font-style:normal;font-weight:100;font-size:1.2em;line-height:1.2em}@media screen and (max-width:700px){.new-year__text{font-size:1em}}.new-year__statistics{display:flex;flex-direction:column;align-items:flex-start;width:75%;padding-left:10%}@media screen and (max-width:700px){.new-year__statistics{width:80%;padding-left:2%}}.new-year__footer{display:flex;justify-content:center;margin-top:auto;width:100%;padding-left:10%}.new-year__text-footer{color:#000;font-size:1.5em;line-height:27px;font-family:"Kabarett Simple"}.new-year__close-button{position:absolute;right:0;top:0;max-height:2.5em;min-width:2.5em;max-width:2.5em;overflow:hidden;display:flex;flex-direction:column;border-radius:1.25em;background:#ff8d00;padding:.65em;box-sizing:border-box;transition:max-width 1s,max-height 1s;z-index:1004}.new-year__close-icon{margin-left:auto;cursor:pointer;width:1.2em;max-height:1.2em;line-height:0;position:relative;display:flex;justify-content:center;align-items:center}.new-year__close-icon>svg,.new-year__content{width:100%;height:100%}.new-year__content{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;padding:1em 0;grid-row-gap:1em;row-gap:1em;box-sizing:border-box}.theme-orange{--main-background:#2a3040;--text:#fff;--accent-color:#ff8d00;--component-background:#3a4768;--settings-background:#13171d;--sub-text:#7f8caf;--lose:#ac2f2f;--win:#9ad14b}.theme-yellow{--main-background:#086788;--text:#fff1d0;--accent-color:#dab707;--component-background:#078baf;--settings-background:#078baf;--sub-text:#fde4c5;--lose:#dd1c1a;--win:#3dcaf5}
/*# sourceMappingURL=main.041460e6.chunk.css.map */