@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::-webkit-input-placeholder{color:var(--sub-text)}.input_type_textarea:-ms-input-placeholder{color:var(--sub-text)}.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{-webkit-filter:invert(1);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;-webkit-transition:all .5s linear;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}}@-webkit-keyframes increaceEdit{0%{max-height:0;padding:0 1rem}to{padding:1rem;max-height:30%}}@keyframes increaceEdit{0%{max-height:0;padding:0 1rem}to{padding:1rem;max-height:30%}}@-webkit-keyframes reduceEdit{0%{padding:1rem;max-height:30%}to{max-height:0;padding:0 1rem}}@keyframes reduceEdit{0%{padding:1rem;max-height:30%}to{max-height:0;padding:0 1rem}}@-webkit-keyframes increaceEditDesk{0%{max-height:0;border-width:0;padding:0 1rem}to{padding:1rem;border-width:10px;max-height:16rem}}@keyframes increaceEditDesk{0%{max-height:0;border-width:0;padding:0 1rem}to{padding:1rem;border-width:10px;max-height:16rem}}@-webkit-keyframes reduceEditDesk{0%{padding:1rem;border-width:10px;max-height:16rem}to{max-height:0;border-width:0;padding:0 1rem}}@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;-webkit-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;-webkit-writing-mode:vertical-rl;-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_dark-empty-promo{background:transparent;border:unset}.button_color_red{background:#ad2f2f;border:1px solid var(--main-background)}.button_color_dark-empty{background:transparent;border:1px solid var(--component-background)}.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{display:flex;justify-content:center;align-items:center;padding:1rem}.basket__footer{height:100%;width:100%;background:var(--main-background);display:flex;align-items:center;justify-content:space-between;z-index:2;border-radius:10px;padding:.5rem;box-sizing:border-box;position:relative}.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__main-buttons-container{display:flex;height:100%}.basket__main-button{height:100%;margin-left:.5rem;z-index:3}.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;-webkit-transition:all .2s ease-in;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}.basket__bets{margin-right:auto}@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{margin-left:auto;margin-right:0}.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__main-button{width:100%;height:3rem;margin-left:0}.basket__main-buttons-container{width:100%;height:unset;justify-content:space-between}}@-webkit-keyframes arrowsAnimation{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes arrowsAnimation{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(1turn);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;-webkit-transition:all .3s ease-out;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;-webkit-transition:max-width 1s,max-height 1s;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;-webkit-transition:max-width .5s,max-height .5s;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;-webkit-animation:adviceAnimation 5s linear forwards;animation:adviceAnimation 5s linear forwards}@-webkit-keyframes adviceAnimation{0%{display:block;opacity:0}10%{display:block;opacity:1}90%{display:block;opacity:1}to{display:block;opacity:0}}@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;justify-content:space-between}.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}@media screen and (max-width:700px){.header__user-block{margin-left:.6rem}}.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{display:flex;flex-direction:column;margin-left:.6rem;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{-webkit-animation:opacityBalance 2s linear forwards;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}}@media screen and (max-width:700px) and (max-width:700px){.header__item{margin-left:0;margin-right:.6rem}}@media screen and (max-width:700px){.header__user-info{margin-right:.6rem}}@-webkit-keyframes opacityBalance{0%{opacity:0}15%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.6);transform:scale(1.6)}85%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0}}@keyframes opacityBalance{0%{opacity:0}15%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.6);transform:scale(1.6)}85%{opacity:1;-webkit-transform:scale(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%;background:var(--main-background);border-radius:10px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:25px;position:relative}.game-view__card-history{display:flex;width:100%;margin-bottom:10px}.game-view__start-game-container{display:flex;width:100%;height:100%;flex-direction:column;grid-row-gap:31px;row-gap:31px}.game-view__card-container{height:80%;display:flex}.game-view__start-curent-game-state-container{display:flex;align-items:center;grid-column-gap:14px;-webkit-column-gap:14px;column-gap:14px;justify-content:center}.game-view__game-container{display:flex;width:100%;height:100%;grid-column-gap:25px;-webkit-column-gap:25px;column-gap:25px}.game-view__curent-game-state-container{display:flex;align-items:center;justify-content:space-between;grid-column-gap:14px;-webkit-column-gap:14px;column-gap:14px}@media screen and (max-width:700px){.game-view{flex-direction:column-reverse;min-height:0;padding:1rem .5rem}.game-view__card-history{height:5rem}.game-view__game-container{flex-direction:column-reverse;min-height:0}.game-view__start-game-container{display:flex;width:100%;height:100%;min-height:0;flex-direction:column;grid-row-gap:13px;row-gap:13px;justify-content:center;align-items:center}.game-view__card-container{height:31vh;width:100%}.game-view_full{height:31.6rem;width:100%}.game-view__start-curent-game-state-container{display:flex;align-items:center;grid-column-gap:4px;-webkit-column-gap:4px;column-gap:4px;justify-content:center;width:100%}.game-view__curent-game-state-container{margin-top:5px;margin-bottom:5px;grid-column-gap:0;-webkit-column-gap:0;column-gap:0}}@-webkit-keyframes lightAnimation{80%{-webkit-transform:rotate(0);transform:rotate(0)}85%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}95%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes lightAnimation{80%{-webkit-transform:rotate(0);transform:rotate(0)}85%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}95%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes lightAnimationBottom{80%{-webkit-transform:scaleY(-1) rotate(0);transform:scaleY(-1) rotate(0)}85%{-webkit-transform:scaleY(-1) rotate(10deg);transform:scaleY(-1) rotate(10deg)}95%{-webkit-transform:scaleY(-1) rotate(-10deg);transform:scaleY(-1) rotate(-10deg)}to{-webkit-transform:scaleY(-1) rotate(0);transform:scaleY(-1) rotate(0)}}@keyframes lightAnimationBottom{80%{-webkit-transform:scaleY(-1) rotate(0);transform:scaleY(-1) rotate(0)}85%{-webkit-transform:scaleY(-1) rotate(10deg);transform:scaleY(-1) rotate(10deg)}95%{-webkit-transform:scaleY(-1) rotate(-10deg);transform:scaleY(-1) rotate(-10deg)}to{-webkit-transform:scaleY(-1) rotate(0);transform:scaleY(-1) rotate(0)}}.card{max-width:100%;max-height:100%;object-fit:scale-down}.card_isIncreace{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-animation:cardIncrease .5s linear .5s forwards;animation:cardIncrease .5s linear .5s forwards}@-webkit-keyframes cardIncrease{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes cardIncrease{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.new-card{position:relative;background-size:100% 100%;display:flex;align-items:center;justify-content:center;width:100%}.new-card__coloda{position:absolute;max-width:100%;max-height:100%;z-index:0}.new-card__last-card-img_only_yes{max-width:100%;max-height:100%;object-fit:scale-down;display:none}.new-card__last-card-img_only_no{position:absolute;width:100%;max-height:100%;-webkit-animation:imageReduce .5s linear forwards;animation:imageReduce .5s linear forwards}.new-card__last-card-img_view{display:block}.new-card .card{z-index:1}@media screen and (max-width:700px){.new-card{height:100%}}@-webkit-keyframes imageReduce{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes imageReduce{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.card-history{width:100%;display:flex}.card-history__card{width:11%;overflow:hidden;margin-right:1.6%}.card-history__card:first-child{-webkit-animation:increaceCard .5s linear forwards;animation:increaceCard .5s linear forwards}@media screen and (min-width:700px){.card-history,.card-history__card{height:100%;max-height:100%;min-height:100%}.card-history__card{width:7.3%;margin-right:1%}.card-history__card:first-child{-webkit-animation:increaceCardDesktop .5s linear forwards;animation:increaceCardDesktop .5s linear forwards}}@-webkit-keyframes increaceCardDesktop{0%{max-width:0}to{max-width:7.3%}}@keyframes increaceCardDesktop{0%{max-width:0}to{max-width:7.3%}}@-webkit-keyframes reduceCardDesktop{0%{max-width:7.3%}to{max-width:0}}@keyframes reduceCardDesktop{0%{max-width:7.3%}to{max-width:0}}@-webkit-keyframes increaceCard{0%{max-width:0}to{max-width:11%}}@keyframes increaceCard{0%{max-width:0}to{max-width:11%}}@-webkit-keyframes reduceCard{0%{max-width:11%}to{max-width:0}}@keyframes reduceCard{0%{max-width:11%}to{max-width:0}}.relatively-bets-block{height:100%;font-size:.9rem;font-weight:500;grid-column-gap:14px;-webkit-column-gap:14px;column-gap:14px}.relatively-bets-block,.relatively-bets-block__bet-block{width:100%;display:flex;justify-content:space-between;box-sizing:border-box;align-items:center}.relatively-bets-block__bet-block{background:var(--main-background);border-radius:10px;flex-direction:column;grid-row-gap:14px;row-gap:14px}.relatively-bets-block__arrow-block{height:130px;width:130px;display:flex;align-items:center;justify-content:center;border-radius:9px;border:3px solid #343a47;padding:12%;cursor:pointer}.relatively-bets-block__arrow-block:hover{border:3px solid var(--accent-color);background-color:var(--accent-color)}.relatively-bets-block__arrow{display:block;flex-grow:1;max-height:100%}.relatively-bets-block__arrow svg{max-height:100%}.relatively-bets-block__text{position:absolute;text-transform:uppercase;font-size:.6rem;font-weight:700}.relatively-bets-block__label{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:9px;width:100%;box-sizing:border-box}.relatively-bets-block__label_outline{border:none}.relatively-bets-block__label-text{color:#79818b;font-size:16px;font-style:Medium}.relatively-bets-block__label-value{font-style:Medium;font-size:32px;color:var(--text)}@media screen and (max-width:700px){.relatively-bets-block{font-size:.9rem;font-weight:500;margin:14px 0 6px}.relatively-bets-block__bet-block{grid-row-gap:5px;row-gap:5px}.relatively-bets-block__arrow-block{height:1rem;width:100%;padding:3vh}.relatively-bets-block__arrow{display:block;flex-grow:1;max-height:unset;-webkit-transform:scale(.5);transform:scale(.5)}.relatively-bets-block__arrow svg{max-height:100%}.relatively-bets-block__text{font-size:.6rem}.relatively-bets-block__label-text{font-size:2vh}.relatively-bets-block__label-value{font-size:3vh}}.current-state-container{display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:9px;border:3px solid #343a47;width:130px;height:81px}.current-state-container__text{font-style:Medium;font-size:32px;color:var(--text)}.current-state-container__lable{color:#79818b;font-size:16px;font-style:Medium}@media screen and (max-width:700px){.current-state-container{width:8.12rem;height:7.1rem;padding:0 5px}.current-state-container_start{width:100%;height:5rem}.current-state-container__text{font-size:3vh}.current-state-container__lable{font-size:2vh}}.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%;-webkit-animation:startJackpotWindow .4s ease-in-out forwards;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}}@-webkit-keyframes startJackpotWindow{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes startJackpotWindow{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);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{-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-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{-webkit-transform:translateY(-100%);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{-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s;-webkit-transform:translateY(0);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:var(--sub-text)}.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;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.chat__arrow_isOpen{-webkit-transform:rotate(180deg);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%;-webkit-transition:all 1s linear;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{-webkit-animation:increaceMyBets .5s linear forwards;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}}@-webkit-keyframes increaceMyBets{0%{max-height:0;padding:0 .5rem}to{padding:.5rem;max-height:3rem}}@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;-webkit-transition:max-height .8s linear;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;-webkit-transition:all .5s linear;transition:all .5s linear}.top-wins__arrow_isRotate{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.top-wins__item{width:100%;padding:1rem;background:var(--component-background);margin-bottom:.7rem;border-radius:10px;box-sizing:border-box;display:flex;align-items:center}.top-wins__column{width:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.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);-webkit-animation:none;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{-webkit-animation:reduceHistory .3s linear forwards;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__button-container{width:32%;height:2.8rem}.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__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;-webkit-animation:increaceHistory .3s linear forwards;animation:increaceHistory .3s linear forwards}.history_isClosingHistory{-webkit-animation:reduceHistory .3s linear forwards;animation:reduceHistory .3s linear forwards}.history__promo-count{padding:.5rem}}@-webkit-keyframes increaceHistory{0%{max-height:0;padding:0 .5rem}to{padding:.5rem;max-height:calc(100% - 4.2rem)}}@keyframes increaceHistory{0%{max-height:0;padding:0 .5rem}to{padding:.5rem;max-height:calc(100% - 4.2rem)}}@-webkit-keyframes reduceHistory{0%{padding:.5rem;max-height:calc(100% - 4.2rem)}to{max-height:0;padding:0 .5rem}}@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%;-webkit-animation:pulse .5s ease-in-out;animation:pulse .5s ease-in-out;left:0}.mega_wins_isClosed{-webkit-animation:closing .25s linear;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%;-webkit-animation:moveImg 11s ease-in-out infinite;animation:moveImg 11s ease-in-out infinite}@media screen and (max-width:700px){.mega_wins__image{-webkit-transform:scale(1.2);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)}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:.1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:.1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes closing{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(0);transform:scale(0);opacity:0;display:none}}@keyframes closing{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(0);transform:scale(0);opacity:0;display:none}}@-webkit-keyframes moveImg{0%{-webkit-transform:translateX(0);transform:translateX(0)}2%{-webkit-transform:translateX(3px);transform:translateX(3px)}4%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}6%{-webkit-transform:translateX(3px);transform:translateX(3px)}8%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}10%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes moveImg{0%{-webkit-transform:translateX(0);transform:translateX(0)}2%{-webkit-transform:translateX(3px);transform:translateX(3px)}4%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}6%{-webkit-transform:translateX(3px);transform:translateX(3px)}8%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}10%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(0);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%;margin-bottom:5px}.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(0,0,0,.8);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:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0e70b9),to(#005693));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);-webkit-animation:init .7s ease forwards;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;-moz-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{-webkit-animation:delete .7s ease;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}@-webkit-keyframes init{0%{left:200%}to{left:0}}@keyframes init{0%{left:200%}to{left:0}}@-webkit-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}}@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;-webkit-transition:all .3s ease-out;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;-webkit-transition:all .5s linear;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;margin-top:auto;margin-bottom:auto}.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;-webkit-transition:all .5s linear;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}iframe{display:none}@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;-moz-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;-webkit-transition:max-width 1s,max-height 1s;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-auburn{--main-background:#482c3d;--text:#e5d352;--accent-color:#ac3931;--component-background:#537d8d;--settings-background:#4e5565;--sub-text:#d9e76c;--lose:#5f1f1b;--win:#50673c}
/*# sourceMappingURL=main.6755b669.chunk.css.map */