@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,900);.edit-user{position:absolute;display:flex;flex-direction:column;height:324px;width:400px;top:4.1rem;border-radius:4px;background:#2a2e3b;z-index:101;overflow:hidden;overflow-y:scroll;box-sizing:border-box;padding:18px 9px 2px;max-height:30%;box-shadow:0 6px 12px rgba(0,0,0,.5)}@media only screen and (max-width:422px){.edit-user{width:90%}}.edit-user__icons-block{width:100%;display:flex;flex-wrap:wrap;align-items:center}.edit-user__icon{width:20%;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:#2ecd45}.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:#ff8d00;display:flex;justify-content:center;align-items:center;cursor:pointer}.edit-user__item:last-child{background:#13171d}.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:#fff}@media screen and (min-width:700px){.edit-user{height:324px;width:400px;top:4.1rem;background:#2a2e3b;border-radius:10px;padding:1rem;border:10px solid #2a2e3b;max-height:16rem}.edit-user__icon{width:20%}}@-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}}.switch-box{width:3.7rem;min-width:3.7rem;height:2rem;background:rgba(0,0,0,.5);border-radius:50px;display:flex;border-radius:6px;cursor:pointer}.switch-box__indicator{height:2rem;width:2rem;border-radius:6px;background:#c0cbda;margin-left:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.switch-box__indicator_active{margin-left:1.7rem;background:#2ecd45}.input{width:100%;min-height:2.5em;text-align:left;outline:0;font-size:1rem;background:none;color:#fff;border:1px solid #fff;box-sizing:border-box;border-radius:10px;z-index:1}.input__label{position:absolute;color:#fff;z-index:0}.input__label-text{margin-left:.2rem}.input__transparent-text{color:transparent}.input_type_textarea{height:100%;width:100%;border:none;vertical-align:top;resize:none;color:#8d97a1;display:flex;align-items:center}.input_unBorder{border:none}.input_centerText{text-align:left;padding-left:12px;font-size:18px}.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}.input__textarea-container{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem 0;width:100%}.input__icon-container{width:1.2rem;display:flex;align-items:center;justify-content:flex-start;margin-bottom:auto}.input__textarea-icon{width:100%;height:100%;color:rgba(141,151,161,.7)}.input__textarea-icon:hover{color:#8d97a1}.button{color:#fff;font-weight:500;border:none;margin:0;box-sizing:border-box;padding:.5rem 1rem;border-radius:7px;outline:none;white-space:normal;display:flex;justify-content:center;align-items:center}.button_isVertical{-webkit-text-orientation:upright;text-orientation:upright;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.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_color_orange{color:#fff;background:#2d313f;border-radius:10px 10px 0 0}.button_color_dark{background:#252936;color:#8d97a1;border-radius:10px 10px 0 0}.button_color_red{background:#ad2f2f;border-radius:10px;padding:31px 5px;font-size:21px;color:#fff}@media only screen and (max-width:422px){.button_color_red{font-size:16px}}.button_color_yellow{background:#fc0;border-radius:10px;padding:31px 5px;font-size:21px;color:#000}@media only screen and (max-width:422px){.button_color_yellow{font-size:16px}}.button_color_green{color:#fff;background-color:#5cb85c;border-color:#4cae4c;box-shadow:0 2px 2px rgba(0,0,0,.4);border-radius:10px;padding:31px 5px;font-size:21px;box-sizing:border-box}@media only screen and (max-width:422px){.button_color_green{font-size:16px}}.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}}.basket-item{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;background:#1c1f2c url(/static/media/dirigable.8f573906.webp) no-repeat;padding:10px 12px;border-radius:10px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;width:100%}@media only screen and (max-width:640px){.basket-item{flex-direction:column;font-size:12px}}.basket-item__bets-container{display:flex;width:100%;height:100%;justify-content:space-between;text-transform:uppercase;box-sizing:border-box;flex-direction:column}.basket-item__bets-container_isAlone{flex-direction:row}@media only screen and (max-width:640px){.basket-item__bets-container_isAlone{flex-direction:column}}.basket-item__left{width:100%;padding-right:15px;height:100%;margin-bottom:9px;box-sizing:border-box}.basket-item__left_isAlone{width:55%;border-right:1px solid rgba(89,95,118,.4)}@media only screen and (max-width:640px){.basket-item__left_isAlone{width:100%;padding-right:0;border-right:none;margin-bottom:0}}.basket-item__left-content{display:flex;width:100%;align-items:center;justify-content:space-between;grid-column-gap:9px;-webkit-column-gap:9px;column-gap:9px}.basket-item__content-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media only screen and (max-width:640px){.basket-item__content-container{width:50%}}.basket-item__label{margin-bottom:15px;color:#fff}@media only screen and (max-width:640px){.basket-item__label{font-size:12px}}.basket-item__row{width:100%;display:flex;justify-content:space-between;align-items:center;height:22.6%;box-sizing:border-box;margin-bottom:25px}@media only screen and (max-width:640px){.basket-item__row{margin-bottom:12px}}.basket-item__row_size_big{height:50%}.basket-item__change-container{height:100%;justify-content:space-around;border:1px solid #595f76;background:rgba(192,203,218,.2);border-radius:10px;color:#fff;height:46px;font-size:20px;box-shadow:inset 2px 2px 8px rgba(0,0,0,.2)}.basket-item__change-block,.basket-item__change-container{width:100%;display:flex;align-items:center;box-sizing:border-box}.basket-item__change-block{justify-content:center;height:100%}.basket-item__change-block_isBlock{opacity:.3}.basket-item__change-block_isBlock *{cursor:not-allowed}.basket-item__change-currency{background:#595f76;height:100%;display:flex;justify-content:center;align-items:center;border-radius:0 10px 10px 0;width:3.4rem;line-height:39px;font-size:19px;color:#fff;box-sizing:border-box;padding:15px}.basket-item__text{white-space:nowrap}.basket-item__bet-multipliers-container{display:flex;align-items:center;justify-content:space-between;grid-column-gap:9px;-webkit-column-gap:9px;column-gap:9px;margin-bottom:9px}.basket-item__bet-block{width:28%;height:100%;padding:13px 0 12px;font-size:17.5px;background:#c0cbda;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#000;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;box-shadow:0 2px 2px rgba(0,0,0,.4);cursor:pointer;text-align:center}.basket-item__bet-block_size_big{width:calc(50% - .25rem)}.basket-item__text-button-container{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-row-gap:5px;row-gap:5px}.basket-item__button-title{font-size:21px}@media only screen and (max-width:422px){.basket-item__button-title{font-size:18px}}.basket-item__right{width:100%;height:100%;border-left:none;display:flex;box-sizing:border-box;align-items:center;justify-content:center}.basket-item__right_isAlone{width:45%;padding:0 0 0 15px;margin-top:9px}@media only screen and (max-width:640px){.basket-item__right_isAlone{width:100%;margin-top:0;padding:0}}.basket{border-radius:10px;width:100%;height:100%;font-weight:400;display:flex;color:#8d97a1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;box-sizing:border-box;min-height:210px;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.basket__label{margin-bottom:15px;color:#fff}.basket_isDouble{width:100%;flex-direction:row;border-radius:10px 0 0 10px}.basket_isDouble.basket-desktop_lang_fa{font-size:.75rem}.basket_isDouble.basket-desktop_lang_it{font-size:.85rem}.basket_isDouble .basket-desktop__more-basket{width:9%;height:100%;padding:0 1rem;margin-left:1rem}.basket_isDouble .basket-desktop__more-plus{width:1.6rem;margin-top:0;line-height:0}.basket_isDouble .basket-desktop__switch-container{width:24%;height:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;margin-left:.5rem}.basket_isDouble .basket-desktop__bet-block{width:calc(25% - .75rem);text-align:center}.basket_isDouble .basket-desktop__row{padding:.5rem 0}.basket__more-basket{background:#464c63;border-color:#464c63;height:auto;box-shadow:0 2px 2px rgba(0,0,0,.4);cursor:pointer;box-sizing:border-box;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;text-transform:uppercase;min-width:55px}.basket__more-text{-webkit-text-orientation:upright;text-orientation:upright;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.basket__more-plus{width:2.5rem;margin-top:10px}.basket__change-icon{display:block;height:1.4rem;width:1.4rem}.basket__change-icon *{fill:#fff}.basket__remove-icon{width:1.5rem;margin-top:10px}.settings{position:absolute;right:0;top:2.5rem;min-width:340px;overflow:hidden;display:flex;flex-direction:column;border-radius:1.25rem;background:#373c4c;box-sizing:border-box;box-shadow:0 5px 20px rgba(0,0,0,.5);padding:30px 15px 10px 20px;text-transform:uppercase;-webkit-transition:max-width 1s,max-height 1s;transition:max-width 1s,max-height 1s;z-index:1004}.settings__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.settings__text{width:100%;padding-right:15px}.settings__languages_container{display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%;box-sizing:border-box}.settings__lang-icon{display:flex;align-items:center;justify-content:center;width:36px;height:30px}.settings__lang-icon svg{width:20px;height:15px}.settings__lang-icon_activeLang{background-color:#252936;border-radius:5px}.settings__lang-icon:hover{background:rgba(37,41,54,.5);border-radius:5px}.jackpot-cell{display:flex;margin:0 1px;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-webkit-border-radius:3px;height:100%;align-items:center;justify-content:center;padding:0 2px;min-width:20px;min-height:29px;font-size:16px;font-weight:700}@media only screen and (max-width:990px){.jackpot-cell{font-size:14px;padding:0;min-width:17px}}.jackpot-item{display:flex;align-items:center;justify-content:space-between;margin:0 8px;padding:6px 8px;list-style:none;border-radius:6px;font-size:16px;color:#fff;font-family:"square",Arial}@media only screen and (max-width:990px){.jackpot-item{margin:0 3px;padding:3px}}.jackpot-item__icon{height:2.5rem;width:2.5rem;margin-right:10px}@media only screen and (max-width:990px){.jackpot-item__icon{width:24px;height:100%;margin-right:3px}}.jackpot-item__icon svg{width:100%;height:100%}.jackpot-item__svg{height:100%;width:100%}.jackpot-item__name,.jackpot-item__svg{display:flex;align-items:center;justify-content:center}.jackpot-item__name{width:35%;height:80%;border:1px solid #fff;box-sizing:border-box;box-shadow:0 0 4px #fff;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}.jackpot-item :nth-child(4n){margin-left:9px}.jackpot-item__currency{height:100%;display:flex;align-items:center;font-size:18px;padding-left:2px;line-height:28px;margin-left:6px;font-weight:700;box-sizing:border-box}@media only screen and (max-width:990px){.jackpot-item__currency{margin-left:3px}}.jackpot-item__winner{font-size:.6rem;line-height:.8rem;white-space:nowrap;position:absolute;z-index:2;background:#13171d;top:100%}.jackpot-item .odometer{color:#ff8d00;font-family:Roboto;font-style:normal;font-style:italic;letter-spacing:.2em;white-space:nowrap}@media screen and (min-width:700px){.jackpot-item__name{font-size:.9rem}.jackpot-item__currency{font-size:1.29rem}.jackpot-item .odometer{font-size:.8rem}}.jackpot-window{width:100vw;height:100vw;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;background:rgba(17,19,24,.9);z-index:1000000}.jackpot-window__container{display:flex;flex-direction:column;background:#1f212e;box-shadow:0 5px 15px rgba(0,0,0,.5);width:35%;height:20%;border-radius:10px;margin-top:13rem;margin-bottom:auto}.jackpot-window__header{background-color:#2d313f;border-radius:10px 10px 0 0;height:3.9rem;padding:15px;box-sizing:border-box}.jackpot-window__header,.jackpot-window__header-content{display:flex;align-items:center;justify-content:center;width:100%}.jackpot-window__header-content{height:100%;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.jackpot-window__header-text{text-transform:uppercase;font-size:large;font-weight:600}.jackpot-window__header-icon{width:27px;display:flex;align-items:center;justify-content:center}.jackpot-window__header-icon svg{width:100%;height:100%}.jackpot-window__svg{height:21px;width:16.1px;color:#8d97a1}.jackpot-window__svg:hover{color:#fc0}.jackpot-window__cell-container{display:flex;align-items:center;height:4rem;font-size:large}.jackpot-window__cell-container :nth-child(1n){margin-left:5px}.jackpot-window__cell-curency{display:flex;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;align-items:center;justify-content:center}.jackpot-window__currency{font-weight:700;font-size:large}.jackpot-window__button{border-radius:10px;background:#8d97a1;font-size:large;font-weight:400;padding:10px;width:65%}.jackpot-window__bets-container,.jackpot-window__button{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.jackpot-window__bets-container{height:100%;min-height:230px;font-size:15px;line-height:19px;flex-direction:column;grid-row-gap:20px;row-gap:20px}.jackpot-window__content{padding:20px;justify-content:center;overflow-y:hidden}.jackpot,.jackpot-window__content{display:flex;align-items:center;box-sizing:border-box}.jackpot{height:100%;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}@media only screen and (max-width:530px){.jackpot{grid-column-gap:2px;-webkit-column-gap:2px;column-gap:2px}}@media only screen and (max-width:422px){.jackpot{scale:.9}}.jackpot__item,.rules{width:100%}.rules{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;height:100%;background:rgba(17,19,24,.9);z-index:1000000}.rules__container{display:flex;flex-direction:column;background:#1f212e;box-shadow:0 5px 15px rgba(0,0,0,.5);width:80%;height:90%;border-radius:10px;-webkit-animation:openComponent .3s ease-out;animation:openComponent .3s ease-out}.rules__container_isClose{-webkit-animation:closeComponent .3s ease-out;animation:closeComponent .3s ease-out}@media only screen and (max-width:530px){.rules__container{width:90%}}.rules__lable{width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.rules__svg{height:21px;width:16.1px;color:#8d97a1}.rules__svg:hover{color:#fc0}.rules__header{justify-content:space-between;background-color:#2d313f;border-radius:10px 10px 0 0;width:100%;height:3.9rem;padding:15px;box-sizing:border-box}.rules__content,.rules__header{display:flex;align-items:center}.rules__content{padding:20px;justify-content:center;overflow-y:scroll}.rules__content::-webkit-scrollbar{margin-top:3px;width:2px;height:0;opacity:0}.rules__content::-webkit-scrollbar-track{border-radius:50px;margin-top:1.7rem;margin-bottom:1.7rem;background:#2a3040}.rules__content::-webkit-scrollbar-thumb{background-color:#111318;border-radius:50px}.rules__bets-container,.rules__text{height:100%;min-height:230px;font-size:15px;line-height:19px}.header{background:#1c1f2c;height:100%;display:flex;align-items:center;box-sizing:border-box;white-space:nowrap}@media only screen and (max-width:530px){.header{overflow:hidden}}.header__settings-icon{display:flex;align-items:center;justify-content:center;width:.7rem;height:100%;margin-left:5px}.header__user-block{padding:6px 10px 6px 6px;display:flex;align-items:center;background-color:#252936;border-radius:7px;height:2.43rem}.header__user-icon{margin-right:10px;position:relative;height:2.43rem;width:2.43rem;border-radius:100%}.header__user-svg{height:100%;width:100%;line-height:0}.header__pencil{width:100%;height:100%;display:flex;align-items:center}.header__user-info{margin-left:.72rem;padding:6px 10px;border:1px solid #363a49;border-radius:7px;height:2.43rem;display:flex;align-items:center;justify-content:center;font-size:.93rem;color:#8d97a1;line-height:42px;text-transform:uppercase}@media only screen and (max-width:530px){.header__user-info{border:none;font-size:12px;padding:0;margin-left:0;border-radius:0;line-height:0;height:0}}.header__nick-icon-container{display:flex;align-items:center;justify-content:flex-start;font-size:16px;text-transform:uppercase;color:#bec4cb;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:165px;margin-bottom:5px}.header__user-container{display:flex;flex-direction:column;grid-row-gap:5px;row-gap:5px;align-items:flex-start;justify-content:space-between}.header__user-nick{color:#bec4cb;text-transform:uppercase;line-height:1.1rem;font-size:1.15rem}.header__icon{width:1.1rem;display:block;line-height:0}.header__icon,.header__icon-svg{max-height:1.1rem}.header__icon-svg *{fill:#fff}.header__balance{display:flex;align-items:center;color:#fc0;font-size:.93rem;line-height:42px;text-transform:uppercase}@media only screen and (max-width:530px){.header__balance{line-height:0}}.header__player{flex-grow:2;justify-content:space-around}.header__player,.header__round-info{display:flex;font-size:.7rem;flex-direction:column;align-items:center}.header__round-info{margin-left:.8rem;justify-content:center}.header__user-id{font-size:1rem;line-height:1rem;margin-left:.5rem}@-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}}.tickets-component{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(17,19,24,.9);z-index:1000000}.tickets-component__container{display:flex;flex-direction:column;justify-content:flex-start;grid-row-gap:45px;row-gap:45px;border-radius:10px;background:#252936;box-shadow:0 5px 15px rgba(0,0,0,.5);width:42.85rem;height:20.36rem;overflow:hidden;margin-top:13rem;margin-bottom:auto;-webkit-animation:openComponent .3s ease-out;animation:openComponent .3s ease-out}.tickets-component__container_isClose{-webkit-animation:closeComponent .3s ease-out;animation:closeComponent .3s ease-out}.tickets-component__header{display:flex;align-items:center;justify-content:space-between;background-color:#2d313f;border-radius:10px 10px 0 0;width:100%;height:3.9rem;padding:15px;box-sizing:border-box}.tickets-component__svg{height:21px;width:16.1px;color:#8d97a1}.tickets-component__svg:hover{color:#fc0}.tickets-component__content{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-row-gap:20px;row-gap:20px}.tickets-component__tickets{height:80px;width:80px}.tickets-component__icon{width:100%;height:100%}.tickets-component__text{color:#86878c;font-size:15px}@-webkit-keyframes openComponent{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes openComponent{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes closeComponent{0%{-webkit-transform:translate(0);transform:translate(0);opacity:1}to{-webkit-transform:translateY(-25%);transform:translateY(-25%);opacity:0}}@keyframes closeComponent{0%{-webkit-transform:translate(0);transform:translate(0);opacity:1}to{-webkit-transform:translateY(-25%);transform:translateY(-25%);opacity:0}}.subheader{background:#1c1f2c;width:100%;height:100%;min-height:4.65rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 20px}.subheader__guard,.subheader__settings{display:flex;align-items:center;justify-content:center}.subheader__guard{width:2.5rem;height:2.5rem;max-height:2.5rem;min-width:2.5rem;margin-right:auto}.subheader__guard-icon{width:2.5rem;max-height:2.5rem;display:block;line-height:0}.subheader__guard-icon-svg{max-height:2rem}.subheader__guard-icon-svg *{fill:#ff8d00}.subheader__item{width:2.5rem;height:2.5rem;max-height:2.5rem;min-width:2.5rem;border-radius:100%;margin-right:1.6rem;display:flex;justify-content:center;align-items:center;position:relative}@media only screen and (max-width:422px){.subheader__item{margin-right:5px}}.subheader__icon{width:2.15rem;display:block;line-height:0;position:relative;opacity:.7}.subheader__icon,.subheader__icon-svg{max-height:2.15rem}.subheader__icon:hover{opacity:1}.statistic-component{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;background:rgba(17,19,24,.9);z-index:1000000}.statistic-component__container{display:flex;flex-direction:column;background:#1f212e;box-shadow:0 5px 15px rgba(0,0,0,.5);width:45.4%;height:53%;border-radius:10px}@media only screen and (max-width:530px){.statistic-component__container{width:90%}}.statistic-component__header{display:flex;align-items:center;justify-content:space-between;background-color:#2d313f;border-radius:10px 10px 0 0;width:100%;height:3.9rem;padding:15px;box-sizing:border-box}.statistic-component__svg{height:21px;width:16.1px;color:#8d97a1}.statistic-component__svg:hover{color:#fc0}.statistic-component__content{padding:20px;display:flex;align-items:center;justify-content:center;overflow-y:scroll}.statistic-component__content::-webkit-scrollbar{margin-top:3px;width:2px;height:0;opacity:0}.statistic-component__content::-webkit-scrollbar-track{border-radius:50px;margin-top:1.7rem;margin-bottom:1.7rem;background:#2a3040}.statistic-component__content::-webkit-scrollbar-thumb{background-color:#111318;border-radius:50px}.statistic-component__bets-container{height:100%;min-height:230px;font-size:15px;line-height:19px}.bets-coef{display:inline-block;padding:2px 0;border-radius:5px;background:#2d313f;font-size:14px;margin:5px 2px;width:65px;text-align:center}.statistic{width:100%;padding:.4rem;border-radius:0 0 10px 10px;font-weight:700;font-size:.9rem;overflow:hidden}.statistic,.statistic__coefs-container{display:flex;box-sizing:border-box;height:100%;align-items:center}.statistic__coefs-container{width:calc(100% - .6rem);overflow-y:hidden}.statistic__coef{display:block;min-width:66px;padding:0 5px;font-size:14px;line-height:25px;border-radius:8px;text-align:center;font-weight:lighter;cursor:pointer}.statistic__arrow{cursor:pointer;background:#464c63;border-radius:8px;height:25px;width:50px;display:flex;align-items:center;justify-content:center}.statistic__arrow svg{width:1.2rem;min-width:1.2rem;height:1.2rem}@-webkit-keyframes increace{0%{max-height:0}to{max-height:100vh}}@keyframes increace{0%{max-height:0}to{max-height:100vh}}@-webkit-keyframes reduce{0%{display:flex;max-height:100vh}99%{display:flex}to{display:none;max-height:0}}@keyframes reduce{0%{display:flex;max-height:100vh}99%{display:flex}to{display:none;max-height:0}}@-webkit-keyframes increaseCoef{0%{max-width:0}to{max-width:10.5%}}@keyframes increaseCoef{0%{max-width:0}to{max-width:10.5%}}.my-bets{width:100%;display:flex;flex-direction:column}.my-bets__header{display:flex;align-items:center;justify-content:space-around;box-sizing:border-box;color:#8d97a1;padding:5px 8px 5px 12px;background:#252936;border-radius:10px;min-height:50px;margin-bottom:2px}.my-bets__items{width:100%;display:flex;flex-direction:column;overflow-y:auto;grid-row-gap:2px;row-gap:2px}.my-bets__item{display:flex;box-sizing:border-box;background:#1c1f2c;border-radius:10px;overflow:hidden;max-height:50px;height:50px;padding:5px 8px 5px 12px;align-items:center;justify-content:space-between}.my-bets__column{text-align:center}.my-bets__column,.my-bets__column-icon{width:50%;display:flex;justify-content:center;align-items:center}.my-bets__column-icon{max-width:25%;font-size:.8rem}.my-bets__icon{height:2.5rem;width:2.5rem;margin-right:5px;display:flex;justify-content:center;align-items:center}.my-bets__icon svg{width:100%;height:100%}@media screen and (min-width:700px){.my-bets__items{max-height:none}.my-bets__header_lang_it{font-size:.75rem}}.bets{width:100%;display:flex;flex-direction:column}.bets__header{display:flex;align-items:center;justify-content:space-around;box-sizing:border-box;color:#8d97a1;padding:5px 8px 5px 12px;background:#252936;border-radius:10px;min-height:50px;margin-bottom:2px}.bets__items{width:100%;display:flex;flex-direction:column;overflow-y:auto;grid-row-gap:2px;row-gap:2px}.bets__item{display:flex;align-items:center;box-sizing:border-box;background:#1c1f2c;border-radius:10px;overflow:hidden;max-height:50px;height:50px;padding:5px 8px 5px 12px;justify-content:space-between}.bets__item_winBet{background:#2ecd45}.bets__column{text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.bets__column,.bets__column-icon{width:50%;max-width:25%;justify-content:center}.bets__column-icon{font-size:.8rem}.bets__column-icon,.bets__icon{display:flex;align-items:center}.bets__icon{height:2.5rem;width:2.5rem;margin-right:5px;justify-content:center}.bets__icon svg{width:100%;height:100%}@-webkit-keyframes increaceResult{0%{max-height:0;padding:0 .5rem}to{padding:1rem .5rem;max-height:4rem}}@keyframes increaceResult{0%{max-height:0;padding:0 .5rem}to{padding:1rem .5rem;max-height:4rem}}.top-wins{width:100%;display:flex;flex-direction:column}.top-wins__header{display:flex;align-items:center;justify-content:space-around;box-sizing:border-box;color:#8d97a1;padding:5px 8px 5px 12px;background:#252936;border-radius:10px;min-height:50px;margin-bottom:2px}.top-wins__items{width:100%;display:flex;flex-direction:column;overflow-y:auto;grid-row-gap:2px;row-gap:2px}.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%;background:#1c1f2c;border-radius:10px;box-sizing:border-box;display:flex;justify-content:space-between;max-height:50px;height:50px;padding:5px 8px 5px 12px;align-items:center}.top-wins__column{flex-direction:column}.top-wins__column,.top-wins__column-icon{width:50%;display:flex;align-items:center;justify-content:center}.top-wins__column-icon{max-width:25%;font-size:.8rem}.top-wins__icon{height:2.5rem;width:2.5rem;margin-right:5px;display:flex;justify-content:center;align-items:center}.top-wins__icon svg{width:100%;height:100%}.top-wins__row{white-space:nowrap}.top-wins__guard{width:1rem;position:absolute;bottom:0}@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:#111318;border-radius:50px}.top-wins__arrow{display:none}.top-wins__item{width:100%}}.history{display:flex;flex-direction:column;min-height:100%;height:100%;width:100%;border-radius:0 0 10px 10px;background:#111318;overflow:hidden;box-sizing:border-box;font-size:.9rem}.history_isClosingHistory{-webkit-animation:reduceHistory .3s linear forwards;animation:reduceHistory .3s linear forwards}.history__buttons-container{width:100%;min-height:3.6rem;display:flex;justify-content:space-between;background-color:#111318}.history__button-container{width:33%;height:100%}.history__content-container{width:100%;height:100%;overflow:auto;background:#2d313f;padding:8px;box-sizing:border-box}.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:#111318;border-radius:50px}@media screen and (min-width:700px){.history{position:inherit;-webkit-animation:none;animation:none;border-radius:10px}}@-webkit-keyframes increaceHistory{0%{max-height:0;padding:0 1rem}to{padding:1rem;max-height:calc(100% - 4.2rem)}}@keyframes increaceHistory{0%{max-height:0;padding:0 1rem}to{padding:1rem;max-height:calc(100% - 4.2rem)}}@-webkit-keyframes reduceHistory{0%{padding:1rem;max-height:calc(100% - 4.2rem)}to{max-height:0;padding:0 1rem}}@keyframes reduceHistory{0%{padding:1rem;max-height:calc(100% - 4.2rem)}to{max-height:0;padding:0 1rem}}.messages{background:#252936;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:#111318;border-radius:50px}.messages__item{width:100%;margin-top:.7rem;margin-bottom:.7rem;background:#1c1f2c;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{color:#fff;background:#000;align-items:center;justify-content:center;font-family:"Roboto";font-style:normal;font-weight:600;font-size:30px;line-height:82px}.chat,.socket-error{display:flex;flex-direction:column;width:100%;height:100%}.chat{background:#2a3040;border-radius:10px;box-sizing:border-box}.chat__top-block{display:flex;width:100%;align-items:center;font-weight:500;font-size:1.1rem;color:#8d97a1;background:#2d313f;padding:15px 14px 17px;box-sizing:border-box;border-radius:10px 10px 0 0}.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{font-weight:500;font-size:1.1rem;color:#8d97a1;padding:0 1rem .6rem;border-radius:0 0 10px 10px;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px}.chat__bottom-block,.chat__input-container{display:flex;width:100%;align-items:center;background:#1c1f2c;box-sizing:border-box}.chat__input-container{height:4rem;justify-content:space-between}.chat__send{width:1.1rem;height:1.1rem}.chat__counter{margin-left:auto}.chat__drop,.chat__drop-icon-container{display:flex;align-items:center}.chat__drop-icon-container{width:15px;height:17px;justify-content:center}.chat__drop-icon{width:100%;height:100%}.chat__drop-icon svg{height:100%}.chat__text-drop{font-size:13px}.chat__messages{width:100%;-webkit-transition:all 1s linear;transition:all 1s linear;overflow:hidden;margin-top:1rem;height:100%;max-height:100%}.chat__gif{display:block;padding:0 8px;line-height:17px;font-size:10px;color:#000;text-transform:uppercase;text-align:center;background:#555c75;border-radius:10px;-webkit-border-radius:10px;cursor:pointer}.chat__icon-container{width:1.1rem;display:flex;align-items:center;justify-content:center}.chat .EmojiPickerReact{--epr-emoji-size:24px;--epr-picker-border-color:#464c62;--epr-picker-border-radius:4px 4px 0 4px;--epr-hover-bg-color:#464c62;--epr-bg-color:#464c62;--epr-category-label-bg-color:#464c62;--epr-text-color:#fff;--epr-search-input-placeholder-color:#8d97a1;--epr-focus-bg-color:rgba(42,46,59,0.2);--epr-category-icon-active-color:#fff}.chat aside.EmojiPickerReact.epr-main{font-size:16px;height:361px;width:338px;box-shadow:0 0 12px rgba(0,0,0,.8);position:absolute;bottom:157px;right:2rem;border:none}@media screen and (max-width:1279px){.chat aside.EmojiPickerReact.epr-main{left:2rem}}.chat .epr-header{display:flex;flex-direction:column-reverse}.chat .epr-category-nav{border-bottom:1px solid #fff}.chat .epr-active{border-bottom:3px solid #fff}.chat .epr-preview,.chat .epr-skin-tones{display:none}.chat .EmojiPickerReact .epr-search-container input.epr-search{background:#252734;border:none;font-size:16px}@media screen and (min-width:700px){.chat{height:100%;display:flex;flex-direction:column}.chat__messages{height:auto;max-height:none;flex-grow:1;margin-top:1rem}.chat__switcher{display:none}}.blow{width:400px;height:350px}.blow__image{width:100%;height:100%;background:url(/static/media/blow.8012bfc3.png) 0 0}.firework{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.firework__animation-container{background:url(/static/media/line.935afc19.webp);background-size:100% 100%;position:absolute;bottom:0;left:0;display:flex;justify-content:flex-end;align-items:flex-start}.firework__animation-container_isAnimation{-webkit-animation:animationContainerStart 15s ease-in forwards,animationContainer 5s linear 15s infinite;animation:animationContainerStart 15s ease-in forwards,animationContainer 5s linear 15s infinite}.firework__animation-container_isAnimation.firework__animation-container_isHorizon{-webkit-animation:animationContainerHorizonStart 15s ease-in forwards,animationContainerHorizon 5s linear 15s infinite;animation:animationContainerHorizonStart 15s ease-in forwards,animationContainerHorizon 5s linear 15s infinite}.firework__animation-container_isHorizon{background:none}.firework__animation-container_isPauseAnimation{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.firework__rocket{height:112px;width:150px;position:absolute;top:-85px;right:-85px;-webkit-animation:none;animation:none}.firework__rocket svg{width:100%;height:100%}.firework__blow{width:450px;height:350px;position:absolute;top:-195px;right:-260px}@-webkit-keyframes animationContainer{0%{width:calc(95% - 6rem);@media screen and (min-width:700px){width:calc(90% - 10rem)}}25%{width:calc(95% - 5rem);@media screen and (min-width:700px){width:calc(95% - 8rem)}}75%{width:calc(95% - 7rem);@media screen and (min-width:700px){width:calc(95% - 12rem)}}to{width:calc(95% - 6rem);@media screen and (min-width:700px){width:calc(95% - 10rem)}}}@keyframes animationContainer{0%{width:calc(95% - 6rem);@media screen and (min-width:700px){width:calc(90% - 10rem)}}25%{width:calc(95% - 5rem);@media screen and (min-width:700px){width:calc(95% - 8rem)}}75%{width:calc(95% - 7rem);@media screen and (min-width:700px){width:calc(95% - 12rem)}}to{width:calc(95% - 6rem);@media screen and (min-width:700px){width:calc(95% - 10rem)}}}@-webkit-keyframes hideAndVisible{0%{-webkit-transform:rotate(0) scale(.5);transform:rotate(0) scale(.5)}25%{-webkit-transform:rotate(0) scale(1.15);transform:rotate(0) scale(1.15)}50%{-webkit-transform:rotate(0) scale(.9);transform:rotate(0) scale(.9)}to{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}}@keyframes hideAndVisible{0%{-webkit-transform:rotate(0) scale(.5);transform:rotate(0) scale(.5)}25%{-webkit-transform:rotate(0) scale(1.15);transform:rotate(0) scale(1.15)}50%{-webkit-transform:rotate(0) scale(.9);transform:rotate(0) scale(.9)}to{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}}@-webkit-keyframes animationContainerStart{0%{width:3rem;height:3rem}to{width:calc(95% - 6rem);height:calc(95% - 8rem);@media screen and (min-width:700px){width:calc(95% - 10rem);height:calc(95% - 9rem)}}}@keyframes animationContainerStart{0%{width:3rem;height:3rem}to{width:calc(95% - 6rem);height:calc(95% - 8rem);@media screen and (min-width:700px){width:calc(95% - 10rem);height:calc(95% - 9rem)}}}@-webkit-keyframes animationContainerHorizonStart{0%{width:3rem;height:1rem}to{width:calc(95% - 9rem);height:1rem;@media screen and (min-width:700px){width:calc(95% - 10rem);height:1rem}}}@keyframes animationContainerHorizonStart{0%{width:3rem;height:1rem}to{width:calc(95% - 9rem);height:1rem;@media screen and (min-width:700px){width:calc(95% - 10rem);height:1rem}}}@-webkit-keyframes animationContainerHorizon{0%{width:calc(95% - 9rem);@media screen and (min-width:700px){width:calc(95% - 10rem)}}25%{width:calc(95% - 8rem);@media screen and (min-width:700px){width:calc(90% - 8rem)}}75%{width:calc(95% - 10rem);@media screen and (min-width:700px){width:calc(90% - 12rem)}}to{width:calc(95% - 9rem);@media screen and (min-width:700px){width:calc(95% - 10rem)}}}@keyframes animationContainerHorizon{0%{width:calc(95% - 9rem);@media screen and (min-width:700px){width:calc(95% - 10rem)}}25%{width:calc(95% - 8rem);@media screen and (min-width:700px){width:calc(90% - 8rem)}}75%{width:calc(95% - 10rem);@media screen and (min-width:700px){width:calc(90% - 12rem)}}to{width:calc(95% - 9rem);@media screen and (min-width:700px){width:calc(95% - 10rem)}}}.winning-popup{display:flex;align-items:center;justify-content:center;position:absolute;padding:5px 10px;top:50%;left:calc(50% - 125px);box-sizing:border-box;border-radius:10px;background:rgba(0,0,0,.3);z-index:1000000;width:270px;height:60px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;overflow:hidden}@media only screen and (max-width:530px){.winning-popup{scale:.7}}.winning-popup__container{display:flex;align-items:center;justify-content:center;width:calc(100% - 30px);height:100%}.winning-popup__item{display:flex;height:100%;width:50%;flex-direction:column;font-size:12px;padding:10px;align-items:center;box-sizing:border-box;overflow:hidden}.winning-popup__item_win{background:#2ecd45;border-radius:10px;box-shadow:0 0 4px #2ecd45}.winning-popup__text{font-weight:700;font-size:18px;box-sizing:border-box}.winning-popup__icon,.winning-popup__text{display:flex;align-items:center;justify-content:center}.winning-popup__icon{width:100%;height:100%}.winning-popup__icon svg{width:35%;height:35%}.winning-popup__button{background:#2d313f;border-radius:5px;height:30px;width:30px}.coef{font-weight:900;font-size:110px;color:#fff;padding:.3rem;position:absolute;white-space:nowrap;top:auto;right:auto;bottom:calc(50% - 1rem);border-radius:7px;z-index:2}@media only screen and (max-width:422px){.coef{font-size:50px}}@media screen and (min-width:700px){.coef{top:auto}}.game-window{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;padding-top:65%;border-radius:0 10px 0 0;background-position-x:0;background-position-y:100%}.game-window,.game-window_styleCode_default.game-window_isAnimation{-webkit-animation:backgroundAnimation 45s linear infinite,backgroundVerticalAnimation 45s linear forwards;animation:backgroundAnimation 45s linear infinite,backgroundVerticalAnimation 45s linear forwards}.game-window_isPauseAnimation{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.game-window__end-image{position:absolute;bottom:1rem;right:1rem;height:10rem}@media screen and (min-width:700px){.game-window{padding-top:0}}@-webkit-keyframes backgroundAnimation{0%{background-position-x:0}to{background-position-x:200%}}@keyframes backgroundAnimation{0%{background-position-x:0}to{background-position-x:200%}}@-webkit-keyframes backgroundVerticalAnimation{0%{background-position-y:100%}to{background-position-y:0}}@keyframes backgroundVerticalAnimation{0%{background-position-y:100%}to{background-position-y:0}}.container{height:100%}.animation-container,.container{display:flex;flex-direction:column;width:100%}.animation-container{height:4rem;background:#1c1f2c}.animation-container_isVertical{flex-direction:row-reverse;height:calc(100% + 1.8rem);width:4rem;margin-left:0;z-index:100}.animation-container__horizont-shadow{background:-webkit-gradient(linear,left top,right top,from(#8d97a1),to(#1c1f2c));background:linear-gradient(90deg,#8d97a1,#1c1f2c);width:100%;display:flex;height:3px}.animation-container__horizont-shadow_isVertical{background:-webkit-gradient(linear,left bottom,left top,from(#8d97a1),to(#1c1f2c));background:linear-gradient(0deg,#8d97a1,#1c1f2c);width:3px;height:calc(100% - 1.8rem + 3px)}.animation-container__to-left-animation{display:flex;width:100%;height:calc(100% - 3px);background:0 35% repeat-x url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAJCAYAAABOpxCRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACMSURBVHgB7dWxDcJADAXQb7NIRmAkrkLQBHRzgEiBRBfYKCNkEn9yRarcSTkpUhq/woV/a/kDbjOSxvPza0HcCDQiGEjr4iV84arI492foNovEto9XsMLbjXlQdtsIoW9K1IhjoWsgaui09MccwGJAa6KUq3LBSL5vSvTeE4lY4HC+RJHS+Xjbe729Acy7yk0jjUwagAAAABJRU5ErkJggg==);animation:normal,horisontalAnimation 20s linear infinite reverse}.animation-container__to-left-animation_isVertical{height:100%;width:calc(100% - 3px);background:65% 100% repeat-y url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAABTCAYAAABNhC2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABxSURBVHgB7Y/LDYAwDEPdTsIIXNiHDQqbwATsw0ewQZmEUPoRCLoBfpIPcZwoAQghhBBCCPkZMsM4WSdxWmVEnXrKBxZnCIbvJFpVodOxMNn1Ovg6lmX+BhTP0I482x0S9NnI8fKv4/1X4TsrE5rUOwGnUSbsO+DWVAAAAABJRU5ErkJggg==);animation:normal,verticalAnimation 10s linear infinite reverse}@-webkit-keyframes horisontalAnimation{0%{background-position:0 35%}to{background-position:100% 35%}}@keyframes horisontalAnimation{0%{background-position:0 35%}to{background-position:100% 35%}}@-webkit-keyframes verticalAnimation{0%{background-position:65% 100%}to{background-position:65% 0}}@keyframes verticalAnimation{0%{background-position:65% 100%}to{background-position:65% 0}}.pause{height:100%;background:url(/static/media/bg.3a6a7baf.png) 50% no-repeat;flex-direction:column;font-weight:600;font-size:1.2rem;grid-row-gap:10px;row-gap:10px;border-radius:10px;text-transform:uppercase}.pause,.pause__zeppelin{display:flex;width:100%;justify-content:center;align-items:center}.pause__zeppelin{height:112px}.pause__animation{width:250px;height:10px;background:#464c63;border-radius:10px}.pause__progress{-webkit-animation-name:wickAnimation;animation-name:wickAnimation;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background:#fc0;border-radius:10px;height:10px}.pause__icon{height:112px;width:150px}.pause__icon svg{height:100%;width:100%}@media screen and (min-width:700px){.pause{font-size:1.8rem}}@-webkit-keyframes wickAnimation{0%{width:0}to{width:100%}}@keyframes wickAnimation{0%{width:0}to{width:100%}}.game{height:100%;width:100%;padding-top:0;display:flex;flex-direction:column;align-items:center;grid-row-gap:5px;row-gap:5px}.game__left-header-layout{width:100%;height:4.65rem;padding:0 20px}.game__statistic-layout{width:100%;height:5%;border-radius:0 0 10px 10px;background:#252936}.game__content{display:flex;justify-content:flex-start;width:100%;height:100%;grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px;box-sizing:border-box}@media screen and (max-width:1279px){.game__content{padding-left:5px;padding-right:5px}}.game__game-components{display:flex;flex-direction:column;align-items:center;width:55%;box-sizing:border-box}@media screen and (max-width:1279px){.game__game-components{width:100%}}.game__jackpot-layout{width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:4%}.game__history-layout{width:23.9%;margin-left:5px;height:calc(100vh - 122px);max-height:calc(100vh - 122px)}@media screen and (max-width:1279px){.game__history-layout{width:100%;height:100%;margin-left:0}}.game__game-layout{background:#1c1f2c;border-radius:10px 10px 0 0;box-sizing:border-box;width:100%;height:70.7%;display:flex;flex-direction:column;overflow:hidden}.game__vertical-animation{display:flex;width:100%;height:100%;justify-content:flex-end}.game__game-window-container{width:100%;height:100%}.game__basket-layout{width:100%;margin-top:5px}.game__chat-layout{width:20%;height:calc(100vh - 122px);max-height:calc(100vh - 122px)}@media screen and (max-width:1279px){.game__chat-layout{width:100%}}.game__chat-container{height:100%}.game__footer{margin:0 5px;border-radius:10px;height:50px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#8d97a1;background:#1c1f2c;padding:10px 20px 9px;font-family:"mtavruli",Arial;line-height:19px;width:99%;box-shadow:0 0 12px rgba(0,0,0,.5);box-sizing:border-box}@media screen and (max-width:1279px){.game__footer{border-radius:10px 10px 0 0;justify-content:center;background:#282c3b}}.game__button{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-family:"mtavruli",Arial;text-transform:uppercase;height:100%;line-height:14px;width:20%}.game__button svg{width:32px;height:22px}.locale{background:#fff}.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:#fff;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:#fff;cursor:pointer}.locale__ok{width:1.8rem;position:absolute;right:1rem}.app{width:100%;height:100%;box-sizing:border-box;background:#111318;color:#fff}.app__header-layout{width:100%;height:4.2rem}#preloader:after{content:"fiablegames.com";color:#fff;position:absolute;padding-top:4rem;text-transform:uppercase;font-size:.9rem}#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:"Roboto",sans-serif;background:#111318;overflow-x:hidden}html{font-size:14px}@media screen and (min-width:700px){html{font-size:14px}}a,article,button,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,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,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,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:#111318;border-radius:50px}@media screen and (orientation:landscape) and (max-device-width:900px){html{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:left top;transform-origin:left top;width:320px;position:absolute;top:100%;left:0}}
/*# sourceMappingURL=main.9bffdcbe.chunk.css.map */