*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{background-color:#000;font-size:10px}.no-touchevents{-webkit-tap-highlight-color:transparent}.svg-sprites{display:none;visibility:hidden}body,html{width:100%;height:100%;min-width:320px}body{margin:0;position:relative;font-family:Ubuntu,Arial,sans-serif;font-size:1rem;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}body.modal-open{overflow:hidden}iframe{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;margin:0}.form-control:focus,input:focus{outline:0!important;-webkit-box-shadow:none;box-shadow:none}p{margin-top:0;margin-bottom:0}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%,50%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%,50%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.game-box{position:relative;width:100%;max-width:100%;height:100vh;min-height:100vh}.game-box__rotate{opacity:0;display:none;visibility:hidden;position:absolute;z-index:2000;left:0;top:0;right:0;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#0f1826;background-repeat:no-repeat;background-position:0 0;background-size:contain;text-align:center;color:#fff;font-size:21px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.game-box__rotate .phone{height:50px;width:100px;margin-bottom:5vh;border:3px solid #fff;border-radius:10px;-webkit-animation:1.5s ease-in-out infinite alternate rotate;animation:1.5s ease-in-out infinite alternate rotate}.game-box__rotate p{margin-bottom:0}.loading .game-box__rotate .phone,.loading .game-box__rotate p{display:none}.game-box__loader{opacity:0;display:none;visibility:hidden;position:absolute;z-index:3000;left:0;top:0;right:0;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.game-box__loader.show{opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible}.game-box__loader .logo-spinner{position:relative;width:64px;height:64px}.game-box__loader .logo-spinner__spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:64px;height:64px}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.game-box__loader .logo-spinner__spinner .spinner-border{opacity:1;display:inline-block;width:64px;-webkit-box-flex:0;-ms-flex:0 0 64px;flex:0 0 64px;height:64px;vertical-align:text-bottom;border:2px solid #3db3fd;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.game-box__loader .logo-spinner__img{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.game-box__loader .logo-spinner__img svg{width:48px;height:48px;border-radius:50%}.game-box__loader .logo-spinner__text{position:absolute;left:50%;bottom:-32px;padding-top:16px;text-align:center;color:#fff;font-size:14px;line-height:24px;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@-webkit-keyframes dots-fade-in-out{100%,from{opacity:0}25%,75%{opacity:1}}@keyframes dots-fade-in-out{100%,from{opacity:0}25%,75%{opacity:1}}.game-box__loader .logo-spinner__text .dots,.game-box__loader .logo-spinner__text .dots:after,.game-box__loader .logo-spinner__text .dots:before{-webkit-animation:.6s linear infinite dots-fade-in-out;animation:.6s linear infinite dots-fade-in-out}.game-box__loader .logo-spinner__text .dots:before{content:'.';-webkit-animation-delay:150ms;animation-delay:150ms}.game-box__loader .logo-spinner__text .dots:after{content:'.';-webkit-animation-delay:450ms;animation-delay:450ms}.game-box__canvas{overflow:hidden;position:relative;display:block;width:100%;height:100%;margin-left:auto;margin-right:auto;background-color:#000}.game-box__canvas .bh,.game-box__canvas iframe{margin-left:auto;margin-right:auto}.lvl-star{pointer-events:none;position:relative;width:8rem;height:7.8rem}.lvl-star img{display:block;width:8rem;height:7.8rem}.lvl-star span{position:absolute;left:0;top:0;width:7.8rem;height:7.8rem;color:#fff;font-size:3.2rem;line-height:8rem;font-weight:700;text-align:center;white-space:nowrap}.ava-box{position:relative;width:10.6rem;height:10.6rem;background-repeat:no-repeat;background-size:contain;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.ava-box:active,.ava-box:focus,.ava-box:hover{outline:0}.ava-box:hover .ava-box-shadow{opacity:0}.ava-box.mod-mini{width:8.4rem;height:8.4rem}.ava-box.mod-mini .ava-box-img{top:.2rem;left:.2rem}.ava-box.mod-mini .ava-box-img,.ava-box.mod-mini .ava-box-img img{width:8rem;height:8rem}.ava-box.mod-mini .ava-box-shadow{top:.2rem}.ava-box.mod-mini .ava-box-shadow,.ava-box.mod-mini .ava-box-shadow img{width:8.4rem;height:8.4rem}.ava-box.mod-big{width:16.2rem;height:16.2rem}.ava-box.mod-big .ava-box-img{top:.6rem;left:.5rem}.ava-box.mod-big .ava-box-img,.ava-box.mod-big .ava-box-img img{width:15rem;height:15rem}.ava-box.mod-big .ava-box-shadow{top:.6rem;left:.5rem}.ava-box.mod-big .ava-box-shadow,.ava-box.mod-big .ava-box-shadow img{width:15.2rem;height:15.2rem}.ava-box.mod-big .ava-box-shadow img{display:block;width:100%;max-width:100%;height:auto}.ava-box.mod-extra{width:16.8rem;height:16.8rem;text-align:center}.ava-box.mod-extra .ava-box-img{top:2.1rem;left:0;right:0;text-align:center;width:auto;height:auto}.ava-box.mod-extra .ava-box-img img{width:16.6rem;height:16.6rem;margin-left:auto;margin-right:auto}.ava-box.mod-extra .ava-box-shadow{top:2.1rem}.ava-box.mod-extra .ava-box-shadow,.ava-box.mod-extra .ava-box-shadow img{width:16.8rem;height:16.8rem}.ava-box.mod-extra .ava-box-border{left:-3rem}.ava-box-img{position:absolute;z-index:40;left:.3rem;top:.2rem;width:10rem;height:10rem}.ava-box-img img{display:block;width:10rem;height:10rem}.ava-box-shadow{position:absolute;z-index:50;left:0;top:.3rem;width:10.6rem;height:10.6rem;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.ava-box-shadow img{display:block;width:10.6rem;height:10.6rem}.ava-box-border{position:absolute;z-index:30;left:0;top:0;right:0;width:23rem;height:23rem}.ava-box-border img{display:block;width:23rem;height:23rem}.ava-box__ava{height:10rem}.ava-box__ava .ava-box{margin-left:auto;margin-right:auto}.ava-box__flag{position:relative;z-index:50;width:6.6rem;height:5.2rem;margin-left:auto;margin-right:auto;padding:.4rem .8rem 1rem;margin-bottom:2.5rem;text-align:center;background-repeat:no-repeat;background-size:cover}.ava-box__flag .flag{width:5rem;height:3.7rem}.ava-box__level,.ava-box__name{overflow:hidden;width:10rem;text-align:center;color:#fff;font-size:2.4rem;line-height:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ava-box__level{padding-top:1rem;text-transform:uppercase}.bonus-box{position:relative;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.bonus-box:active,.bonus-box:focus,.bonus-box:hover{outline:0}.bonus-box:active:after,.bonus-box:focus:after,.bonus-box:hover:after{opacity:1}.bonus-box.disabled,.bonus-box:disabled{pointer-events:none;cursor:none}.bonus-box.mod-collect .bonus-box__timer{display:none;visibility:hidden;opacity:0}.bonus-box:after{content:'';position:absolute;pointer-events:none;z-index:20;left:.9rem;top:2.2rem;right:10rem;height:50%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0));border-top-left-radius:4rem;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.bonus-box__img{position:relative;z-index:5;pointer-events:none;width:49.5rem}.bonus-box__img img{display:block;max-width:100%}.bonus-box__level{overflow:hidden;position:absolute;z-index:10;left:5.9rem;top:.4rem;right:10.7rem;bottom:0}.bonus-box__level .level-bar{width:0;max-width:32.9rem;height:1.8rem;background-repeat:no-repeat;background-size:32.9rem 1.8rem}.bonus-box__level .level-bar.l1{width:25%}.bonus-box__level .level-bar.l2{width:50%}.bonus-box__level .level-bar.l3{width:75%}.bonus-box__level .level-bar.l4{width:100%}.bonus-box__timer{position:absolute;z-index:20;left:0;top:0;right:0;bottom:0;pointer-events:none;padding-left:1.9rem;padding-top:8rem;padding-right:19.6rem;text-align:center}.bonus-box__timer .timer{white-space:nowrap;color:#fff;font-weight:700;font-size:5.2rem;line-height:7rem}.bonus-box__spin{position:absolute;z-index:30;top:2rem;right:0;width:20.6rem;height:14.1rem}.bonus-box__spin img{display:block;max-width:100%}.flag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:5.8rem;height:3.9rem}.flag.mod-global{width:6.9rem;height:7.8rem}.flag.mod-friends{width:6.3rem;height:7.4rem}.flag img{display:block;max-width:100%}.user{position:relative;width:23rem}.user-hidden .user__flag,.user-hidden .user__name{opacity:0;visibility:hidden}.user-active .ava-box.mod-extra .ava-box-img{top:3.7rem}.user-active .ava-box.mod-extra .ava-box-border{z-index:50;width:24.1rem;height:24.1rem;left:-3.6rem}.user-active .ava-box.mod-extra .ava-box-border img{display:block;width:24.1rem;height:24.1rem}.user__ava{height:19.5rem}.user__ava .ava-box{margin-left:auto;margin-right:auto}.user__flag{position:relative;z-index:50;width:6.6rem;height:5.2rem;margin-left:auto;margin-right:auto;padding:.4rem .8rem 1rem;margin-bottom:2.5rem;text-align:center;background-repeat:no-repeat;background-size:cover}.user__flag .flag{width:5rem;height:3.7rem}.user__name{overflow:hidden;width:23rem;text-align:center;color:#fff;font-size:3rem;line-height:1;font-weight:700;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.phone-select{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:23rem;--btn-candy_h:13.9rem;--btn-candy_l:9rem;--btn-candy_lh:13.9rem;--btn-candy_text-mt:.6rem;height:var(--btn-candy_h)}.phone-select.mod-error .phone-select__content input{color:#ffa8a8}.phone-select__img{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:var(--btn-candy_h)}.phone-select__img-center,.phone-select__img-left,.phone-select__img-right{background-repeat:no-repeat}.phone-select__img-left{width:var(--btn-candy_l);-webkit-box-flex:0;-ms-flex:0 0 var(--btn-candy_l);flex:0 0 var(--btn-candy_l);height:100%;background-position:top left;background-size:auto var(--btn-candy_h)}.phone-select__img-center{width:100%;margin-left:-.5px;margin-right:-.5px;min-width:var(--btn-candy_h);background-repeat:repeat-x;background-size:auto var(--btn-candy_h)}.phone-select__img-right{width:var(--btn-candy_l);-webkit-box-flex:0;-ms-flex:0 0 var(--btn-candy_l);flex:0 0 var(--btn-candy_l);height:100%;background-position:top right;background-size:auto var(--btn-candy_h)}.phone-select__content{position:relative;z-index:10;width:100%;padding-left:4.5rem;padding-right:4.5rem;text-align:center;color:#fff;font-size:12rem;font-weight:700;line-height:0;margin-top:0;white-space:nowrap;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.phone-select__content input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;width:100%;color:#fff;font-weight:400;font-size:7rem;line-height:var(--btn-candy_lh);text-align:center;appearance:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.phone-select__content input:active,.phone-select__content input:focus,.phone-select__content input:hover{outline:0}.phone-select__content input:hover{color:rgba(255,255,255,.8)}.phone-select__content input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.phone-select__content input::-moz-placeholder{color:rgba(255,255,255,.5)}.phone-select__content input:-ms-input-placeholder{color:rgba(255,255,255,.5)}.phone-select__content input::-ms-input-placeholder{color:rgba(255,255,255,.5)}.phone-select__content input::placeholder{color:rgba(255,255,255,.5)}.phone-select__content-flag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:8rem;-webkit-box-flex:0;-ms-flex:0 0 8rem;flex:0 0 8rem}.phone-select__content-phone-code{width:20rem}.phone-select__content-phone-code input{text-align:left;padding-left:2rem}.phone-select__content-select{width:5.4rem;-webkit-box-flex:0;-ms-flex:0 0 5.4rem;flex:0 0 5.4rem}.phone-select__content-select button+select{display:none;visibility:hidden}.phone-select__content-select .select-trigger{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;width:5.4rem;-webkit-box-flex:0;-ms-flex:0 0 5.4rem;flex:0 0 5.4rem;height:var(--btn-candy_h);-webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:opacity .2s ease-out,transform .2s ease-out,-webkit-transform .2s ease-out;-o-transition:opacity .2s ease-out,transform .2s ease-out}.phone-select__content-select .select-trigger:active,.phone-select__content-select .select-trigger:focus,.phone-select__content-select .select-trigger:hover{outline:0;opacity:.8;-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem)}.phone-select__content-select .select-trigger img{display:block;max-width:100%}.phone-select__content-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;color:#fff;font-weight:700;font-size:4rem;line-height:var(--btn-candy_lh);text-align:center;appearance:none}.phone-select__content-select select:active,.phone-select__content-select select:focus,.phone-select__content-select select:hover{outline:0}.phone-select__content-phone{width:38rem;-webkit-box-flex:0;-ms-flex:0 0 38rem;flex:0 0 38rem}.phone-select__content-phone input{padding-left:2rem;text-align:left}.phone-select__content-resent-btn{width:19rem;-webkit-box-flex:0;-ms-flex:0 0 19rem;flex:0 0 19rem}.phone-select__content-resent-btn .input-btn img,.phone-select__content-resent-btn button img{display:block;max-width:100%}@-webkit-keyframes loader{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loader{position:relative;width:27.2rem;height:27.2rem;background:0 0}.loader img{display:block;max-width:100%;-webkit-animation:4s linear infinite loader;animation:4s linear infinite loader}.loader__text{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:3.6rem;line-height:1;color:#9a9a9a;white-space:nowrap}@-webkit-keyframes anim-glow{from,to{opacity:.5}50%{opacity:1}}@keyframes anim-glow{from,to{opacity:.5}50%{opacity:1}}@-webkit-keyframes anim-glow_80{from,to{opacity:.8}50%{opacity:1}}@keyframes anim-glow_80{from,to{opacity:.8}50%{opacity:1}}.btn.btn-back{width:14.5rem;height:10.8rem;background-size:cover;-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.btn.btn-back:active,.btn.btn-back:focus,.btn.btn-back:hover{-webkit-transform:scale(.96);-ms-transform:scale(.96);transform:scale(.96)}.btn-bank,.btn-connection{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.btn-bank:active,.btn-bank:focus,.btn-bank:hover,.btn-connection:active,.btn-connection:focus,.btn-connection:hover{outline:0}.btn-bank{width:24.3rem;height:6.7rem;margin-right:4.2rem;background-size:cover;background-repeat:no-repeat}.btn-bank__coin img{display:block;max-width:100%}.btn-bank__coin+.btn-bank__value{padding-left:0}.btn-bank__value{display:block;padding-left:5.2rem;color:#fff;font-size:3rem;font-weight:500;line-height:6.8rem;white-space:nowrap;text-align:center}.btn-bank.mod-mini{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:14.9rem;-webkit-box-flex:0;-ms-flex:0 0 14.9rem;flex:0 0 14.9rem;height:5.9rem}.btn-bank.mod-mini .btn-bank__coin{width:4.6rem;-webkit-box-flex:0;-ms-flex:0 0 4.6rem;flex:0 0 4.6rem;height:4.6rem;margin-top:.7rem;margin-left:.6rem}.btn-bank.mod-mini .btn-bank__value{line-height:6rem;padding-left:0;width:100%;padding-right:.4rem}.btn-connection{position:relative;display:inline-block;width:7.2rem;height:7.2rem;background-size:cover}.btn-connection figure{display:inline-block;margin:0}.btn-connection figure.icon{position:absolute;left:0;top:0;width:7.2rem;height:7.2rem}.btn-connection figure.icon img{display:none;visibility:hidden}.btn-connection figure.icon.active{-webkit-animation:1s infinite anim-glow_80;animation:1s infinite anim-glow_80}.btn-connection figure.icon.active img{display:block;max-width:100%;visibility:visible}.bh{overflow:hidden;position:relative;display:block;width:100%;aspect-ratio:16/9;background-color:#555}.bh__frame{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.bh__bg{position:absolute;z-index:1;left:0;top:0;right:0;bottom:0;background-repeat:no-repeat;background-size:cover}.bh__bg .anim{position:absolute;z-index:5;left:0;top:0;right:0;bottom:0;background-repeat:no-repeat;background-size:cover;mix-blend-mode:screen}.bh__bg .anim-glow{-webkit-animation:3s infinite anim-glow;animation:3s infinite anim-glow}.bh__tourgrid{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;background-size:cover;background-repeat:no-repeat}.bh__tourgrid-header{position:relative;z-index:10;width:100%;height:27.2rem;text-align:center;font-size:10rem;line-height:20rem;font-weight:700;text-transform:uppercase}.bh__tourgrid-header strong{opacity:.6;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#93a5bd));background-image:-o-linear-gradient(top,#fff,#93a5bd);background-image:linear-gradient(to bottom,#fff,#93a5bd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bh__tourgrid-header strong+span{position:absolute;z-index:-1;color:#fff;left:0;top:0;right:0}.bh__tourgrid-stages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;max-height:80.8rem;padding-bottom:2.7rem}.bh__tourgrid-stage{display:none;visibility:hidden}.bh__tourgrid-stage.active{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;visibility:visible}.bh__tourgrid-footer{width:100%;height:20rem;padding-top:5rem;text-align:center;color:#fff;font-size:3.6rem;line-height:1.2}.bh__tourgrid+.bh__frame{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0}.bh__parallax{position:absolute;z-index:9;left:0;top:0;right:0;bottom:0}.bh__parallax figure{margin:0;width:100%}.bh__parallax figure img{display:block;width:100%}.bh__parallax .para{position:absolute;left:0;top:0}.bh__content{position:relative;z-index:10;width:100%;height:100%}.loading--fullpage .bh__content{opacity:0;visibility:hidden}.bh__content .stages{position:relative}.bh__content .stages .stage{display:none;visibility:hidden}.bh__content .stages .stage.active{display:block;visibility:visible}.bh__content .btn,.bh__content a,.bh__content button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.bh__content .btn:active,.bh__content .btn:focus,.bh__content .btn:hover,.bh__content a:active,.bh__content a:focus,.bh__content a:hover,.bh__content button:active,.bh__content button:focus,.bh__content button:hover{outline:0}.bh__content .btn-cash-desk{display:inline-block;width:53rem;height:14.8rem;background-repeat:no-repeat;background-size:100%}.bh__content .btn-cash-desk span{display:block}.bh__content .btn-cash-desk:hover span{opacity:1}.page-login .bh__content{pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.page-login .bh__content a,.page-login .bh__content button,.page-login .bh__content input{pointer-events:all}.page-login .bh__content .bh__popup{-webkit-box-flex:0;-ms-flex:0 0 60.2rem;flex:0 0 60.2rem;margin-bottom:6rem}.bh__content-topbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:12.2rem;padding-left:1.8rem;background-repeat:repeat-x;background-size:auto 12.2rem}.bh__content-topbar-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bh__content-topbar-center{cursor:pointer;position:absolute;left:50%;top:0;display:inline-block;width:53rem;height:14.8rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bh__content-topbar-center .header-label{position:relative;z-index:10;width:53rem;height:12.2rem;text-align:center}.bh__content-topbar-center strong{color:#fff;font-size:6.5rem;line-height:12.2rem;font-weight:700;text-transform:uppercase;background-image:-webkit-gradient(linear,left top,left bottom,from(#b83d00),to(#c85e00));background-image:-o-linear-gradient(top,#b83d00,#c85e00);background-image:linear-gradient(to bottom,#b83d00,#c85e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bh__content-topbar-center strong+span{position:absolute;z-index:-1;color:transparent;text-shadow:0 2px .46px rgba(255,255,255,.55);font-size:6.5rem;line-height:12.2rem;font-weight:700;text-transform:uppercase;left:0;top:0;right:0;-webkit-background-clip:inherit;-webkit-text-fill-color:initial}.bh__content-topbar-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:60rem;padding-right:3.8rem}.bh__content-topbar-right .btn-bank{width:24.3rem;height:6.7rem;margin-right:4.2rem}.bh__content-topbar .btn-cash-desk{position:relative;z-index:10;cursor:pointer;display:inline-block;width:53rem;height:14.8rem;-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.bh__content-topbar .btn-cash-desk:hover{-webkit-transform:translate(0,-.5rem);-ms-transform:translate(0,-.5rem);transform:translate(0,-.5rem)}.bh__content-topbar .btn-cash-desk strong+span{line-height:14.8rem}.bh__content-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bh__content-main-left{width:39rem;-webkit-box-flex:0;-ms-flex:0 0 39rem;flex:0 0 39rem}.bh__content-main-right{width:100%;padding-top:4rem;padding-bottom:5.4rem}.bh__content-main-promotions{width:39rem;height:54rem;padding-top:4rem;padding-left:2.7rem}.bh__content-main-promotions .promo-slider{display:block;width:33.5rem;height:48.4rem;background-color:rgba(0,0,0,.2)}.bh__content-main-promotions .promo-slider .slide-page{display:none;visibility:hidden;overflow:hidden;border-radius:.8rem}.bh__content-main-promotions .promo-slider .slide-page:first-of-type{display:inline-block;visibility:visible}.bh__content-main-promotions .promo-slider .slide-page img{display:block;max-width:100%}.bh__content-main-coins{padding-top:1rem;padding-left:2.7rem}.bh__content-main-coins .btn-free-coins{cursor:pointer;position:relative;display:inline-block;width:33.4rem;height:17.9rem}.bh__content-main-coins .btn-free-coins img{position:absolute;left:0;top:0;display:block;max-width:100%}.bh__content-main-coins .btn-free-coins figure img+img{opacity:0}.bh__content-main-coins .btn-free-coins:hover figure img:first-of-type{opacity:0}.bh__content-main-coins .btn-free-coins:hover figure img+img{opacity:1}.bh__content-main-games{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bh__content-main-games .cell{padding-left:1.6rem;padding-right:1.6rem;width:33.3333%;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.bh__content-main-games .btn img,.bh__content-main-games a img,.bh__content-main-games button img{display:block;max-width:100%;height:68.8rem}.bh__content-main-games .btn.btn-game{cursor:pointer;-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.bh__content-main-games .btn.btn-game:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.bh__content-bottombar{position:absolute;left:0;bottom:0;right:0;width:100%;height:15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-repeat:repeat-x;background-position:auto 100%}.bh__content-bottombar .btn img,.bh__content-bottombar a img,.bh__content-bottombar button img{display:block;max-width:100%}.bh__content-bottombar-center,.bh__content-bottombar-left,.bh__content-bottombar-right{background-repeat:no-repeat}.bh__content-bottombar-center .btn-group,.bh__content-bottombar-left .btn-group,.bh__content-bottombar-right .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:12rem}.bh__content-bottombar-left{display:-webkit-box;display:-ms-flexbox;display:flex;width:70.2rem;height:15rem;background-position:bottom;background-size:cover}.bh__content-bottombar-left .btn-group{overflow:hidden;margin-top:auto;border-top-right-radius:3rem}.bh__content-bottombar-left .btn{position:relative;height:12rem;color:#fff;font-size:3.6rem;line-height:1;font-weight:700;text-transform:uppercase}.bh__content-bottombar-left .btn:after{content:'';position:absolute;left:0;top:1px;right:0;height:50%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0));-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.bh__content-bottombar-left .btn:hover,.bh__content-bottombar-left .btn:hover:after{opacity:1}.bh__content-bottombar-left .btn strong{text-shadow:0 4px 4px rgba(0,0,0,.23)}.bh__content-bottombar-left .btn span{opacity:0;position:absolute;color:transparent;text-shadow:0 6px 6px rgba(0,0,0,.2);left:0;top:2.4rem;right:0}.bh__content-bottombar-left .btn.btn-game_lobby{width:32.8rem;-webkit-box-flex:0;-ms-flex:0 0 32.8rem;flex:0 0 32.8rem;padding-left:3.3rem;padding-right:2rem;text-align:left}.bh__content-bottombar-left .btn.btn-game_lobby span{left:3.3rem}.bh__content-bottombar-left .btn.btn-leader_board{width:34.4rem;-webkit-box-flex:0;-ms-flex:0 0 34.4rem;flex:0 0 34.4rem;padding-left:4.4rem;padding-right:2rem;text-align:left}.bh__content-bottombar-left .btn.btn-leader_board span{left:4.4rem}.bh__content-bottombar-center{position:absolute;left:50%;bottom:0;display:inline-block;width:49.5rem;height:16.1rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bh__content-bottombar-right{display:-webkit-box;display:-ms-flexbox;display:flex;width:70.3rem;height:15rem;background-position:bottom right;background-size:cover}.bh__content-bottombar-right .btn-group{overflow:hidden;margin-top:auto;margin-left:auto;max-width:67.9rem;width:67.9rem;-webkit-box-flex:0;-ms-flex:0 0 67.9rem;flex:0 0 67.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-top-left-radius:3rem}.bh__content-bottombar-right .btn{position:relative;height:12rem;color:#fff;font-size:3.6rem;line-height:1;font-weight:700;text-transform:uppercase}.bh__content-bottombar-right .btn:after{content:'';position:absolute;left:0;top:1px;right:0;height:50%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0));-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.bh__content-bottombar-right .btn:hover,.bh__content-bottombar-right .btn:hover:after{opacity:1}.bh__content-bottombar-right .btn strong{text-shadow:0 4px 4px rgba(0,0,0,.23)}.bh__content-bottombar-right .btn.btn-friends{width:34rem;-webkit-box-flex:0;-ms-flex:0 0 34rem;flex:0 0 34rem;padding-left:10.5rem}.bh__content-bottombar-right .btn.btn-social{width:33.6rem;-webkit-box-flex:0;-ms-flex:0 0 33.6rem;flex:0 0 33.6rem;padding-left:12.5rem;margin-left:.4rem}.bh__logo{width:50.4rem;height:43.8rem;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.bh__logo:hover{opacity:.9}.bh__logo img{display:block;max-width:100%}.bh__popup{position:relative;width:100.6rem;height:60.2rem;padding-left:10rem;padding-top:9rem;padding-right:10rem;background-repeat:no-repeat;background-size:cover;color:#fff}.bh__popup-content{font-size:4rem;text-align:center}.bh__popup-select{padding-top:6rem}.bh__popup-select .phone-select{width:100%}.bh__popup-btn{position:absolute;left:50%;bottom:1.3rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;width:52rem;height:14rem;color:#fff;font-size:6rem;font-weight:700;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bh__popup-btn:active,.bh__popup-btn:focus,.bh__popup-btn:hover{outline:0}.bh__popup-btn span{position:absolute;left:0;top:1rem;right:0;display:block;height:6.1rem;background-repeat:no-repeat;background-size:contain;background-position:top center;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.bh__popup-btn:hover span{opacity:1}.bh__fortune{pointer-events:none;position:absolute;z-index:1050;left:0;top:0;right:0;bottom:0}.fortune-wheel{position:absolute;left:0;top:0;right:0;bottom:0;display:none;visibility:hidden;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.fortune-wheel.animated{display:block;visibility:visible}.fortune-wheel.animated.show{opacity:1}.fortune-wheel__bg{position:absolute;z-index:1052;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.85);background-repeat:no-repeat;background-position:center}.fortune-wheel__parallax{position:absolute;z-index:1053;left:0;top:0;right:0;bottom:0}.fortune-wheel__parallax figure{margin:0;width:100%}.fortune-wheel__parallax figure img{display:block;width:100%}.fortune-wheel__parallax .para{position:absolute;left:0;top:0}.fortune-wheel.animated .fortune-wheel__parallax .para.i1{-webkit-transition:opacity 1s cubic-bezier(.26,.67,.48,.91),-webkit-transform 1s cubic-bezier(.26,.67,.48,.91);transition:opacity 1s cubic-bezier(.26,.67,.48,.91),transform 1s cubic-bezier(.26,.67,.48,.91),-webkit-transform 1s cubic-bezier(.26,.67,.48,.91);-o-transition:opacity 1s cubic-bezier(.26,.67,.48,.91),transform 1s cubic-bezier(.26,.67,.48,.91);opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.fortune-wheel.animated.show .fortune-wheel__parallax .para.i1{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.fortune-wheel.animated .fortune-wheel__parallax .para.i2{-webkit-transition:opacity 1s cubic-bezier(.26,.67,.48,.91),-webkit-transform 1s cubic-bezier(.26,.67,.48,.91);transition:opacity 1s cubic-bezier(.26,.67,.48,.91),transform 1s cubic-bezier(.26,.67,.48,.91),-webkit-transform 1s cubic-bezier(.26,.67,.48,.91);-o-transition:opacity 1s cubic-bezier(.26,.67,.48,.91),transform 1s cubic-bezier(.26,.67,.48,.91);-webkit-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.fortune-wheel.animated.show .fortune-wheel__parallax .para.i2{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.fortune-wheel__wheel-body{position:absolute;z-index:1054;left:50%;top:50%;width:101.4rem;height:101.7rem;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fortune-wheel__wheel-body figure{position:relative;width:101.4rem;height:101.7rem;margin:0}.fortune-wheel__wheel-body figure img{position:absolute;left:0;top:0;display:block;max-width:100%}@-webkit-keyframes blink-wheel{50%{opacity:1}}@keyframes blink-wheel{50%{opacity:1}}.fortune-wheel__wheel-body img{display:block;max-width:100%;opacity:0}.fortune-wheel__wheel-body img.active,.fortune-wheel__wheel-body img.i1{opacity:1}.fortune-wheel__wheel-body img.i2{-webkit-animation:1s step-start .5s infinite blink-wheel;animation:1s step-start .5s infinite blink-wheel}.fortune-wheel__wheel-body img.i3{-webkit-animation:1s step-start 1s infinite blink-wheel;animation:1s step-start 1s infinite blink-wheel}.fortune-wheel__wheel{position:absolute;z-index:1055;left:50%;top:50%;width:80.3rem;height:80.3rem;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes spin{100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-webkit-keyframes spin-done{100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes spin-done{100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.fortune-wheel__wheel img{display:block;max-width:100%;width:80.3rem;height:80.3rem;will-change:opacity,transform}.fortune-wheel.animated:not(.done) .fortune-wheel__wheel img{-webkit-transition:opacity .5s ease-out 1s,-webkit-transform .5s ease-out 1s;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;-o-transition:opacity .5s ease-out 1s,transform .5s ease-out 1s;transition-delay:1s;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.fortune-wheel.animated.show:not(.done) .fortune-wheel__wheel img{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.fortune-wheel__wheel .wheel.active .wheel__numbers,.fortune-wheel__wheel .wheel.active img{opacity:1;-webkit-animation:4s linear infinite spin!important;animation:4s linear infinite spin!important}.fortune-wheel__wheel .wheel.done .wheel__numbers,.fortune-wheel__wheel .wheel.done img{opacity:1;-webkit-animation:4s ease-out spin-done!important;animation:4s ease-out spin-done!important}.fortune-wheel.animated:not(.done) .fortune-wheel__wheel .wheel{-webkit-transition:opacity .5s ease-out 1s,-webkit-transform .5s ease-out 1s;transition:opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;-o-transition:opacity .5s ease-out 1s,transform .5s ease-out 1s;transition-delay:1s;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.fortune-wheel.animated.show:not(.done) .fortune-wheel__wheel .wheel{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.fortune-wheel__wheel .wheel__numbers{position:absolute;left:0;top:0;right:0;bottom:0;will-change:opacity,transform}.fortune-wheel__wheel .wheel__numbers .cell{position:absolute;left:0;top:50%;height:20rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);will-change:opacity,transform}.fortune-wheel__wheel .wheel__numbers .cell:nth-of-type(2){-webkit-transform:translateY(-50%) rotate(30deg);-ms-transform:translateY(-50%) rotate(30deg);transform:translateY(-50%) rotate(30deg)}.fortune-wheel__wheel .wheel__numbers .cell:nth-of-type(3){-webkit-transform:translateY(-50%) rotate(60deg);-ms-transform:translateY(-50%) rotate(60deg);transform:translateY(-50%) rotate(60deg)}.fortune-wheel__wheel .wheel__numbers .cell:nth-of-type(4){-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.fortune-wheel__wheel .wheel__numbers .cell:nth-of-type(5){-webkit-transform:translateY(-50%) rotate(120deg);-ms-transform:translateY(-50%) rotate(120deg);transform:translateY(-50%) rotate(120deg)}.fortune-wheel__wheel .wheel__numbers .cell:nth-of-type(6){-webkit-transform:translateY(-50%) rotate(150deg);-ms-transform:translateY(-50%) rotate(150deg);transform:translateY(-50%) rotate(150deg)}.fortune-wheel__wheel .wheel__numbers .cell.mod--white span{color:#fc0}.fortune-wheel__wheel .wheel__numbers .cell span{display:inline-block;color:#fff;white-space:nowrap;pointer-events:none;font-family:Ubuntu,Arial,sans-serif;font-weight:900;font-size:4.2rem;line-height:20rem;text-shadow:0 0 1px rgba(0,0,0,.5)}.fortune-wheel__wheel .wheel__numbers .cell__left,.fortune-wheel__wheel .wheel__numbers .cell__right{padding-left:3rem;padding-right:3rem;width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.fortune-wheel__wheel .wheel__numbers .cell__right{text-align:right}.fortune-wheel__wheel .wheel__numbers .cell__right span{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.fortune-wheel__actions{position:absolute;z-index:1056;left:0;top:0;right:0;bottom:0}.fortune-wheel__actions-selector{position:absolute;left:50%;top:4rem;width:40rem;height:52rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s}.fortune-wheel.animated:not(.done) .fortune-wheel__actions-selector{-webkit-transform:translate(-50%,-100%) scale(0);-ms-transform:translate(-50%,-100%) scale(0);transform:translate(-50%,-100%) scale(0);-webkit-transition-delay:1.5s;-o-transition-delay:1.5s;transition-delay:1.5s;opacity:0}.fortune-wheel.animated.show.done .fortune-wheel__actions-selector{-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1);opacity:1}.fortune-wheel__actions-selector img{display:block;max-width:100%}.fortune-wheel__actions-btn-shadow{position:absolute;left:50%;top:50%;-webkit-transform:translate(-57%,-45%);-ms-transform:translate(-57%,-45%);transform:translate(-57%,-45%);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s}.fortune-wheel__actions-btn-shadow img{display:block;max-width:100%}.fortune-wheel.animated:not(.done) .fortune-wheel__actions-btn-shadow{-webkit-transform:translate(-57%,-45%) scale(0);-ms-transform:translate(-57%,-45%) scale(0);transform:translate(-57%,-45%) scale(0);-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s;opacity:0}.fortune-wheel.animated.show.done .fortune-wheel__actions-btn-shadow{-webkit-transform:translate(-57%,-45%) scale(1);-ms-transform:translate(-57%,-45%) scale(1);transform:translate(-57%,-45%) scale(1);opacity:1}.fortune-wheel.animated.show.done.active .fortune-wheel__actions-btn-shadow{pointer-events:none;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:0}.fortune-wheel__actions-btn{pointer-events:none;position:absolute;left:50%;top:50%;width:27.5rem;height:27.5rem;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s}.fortune-wheel.animated:not(.done) .fortune-wheel__actions-btn{-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s;opacity:0}.fortune-wheel.animated.show.done .fortune-wheel__actions-btn{pointer-events:all;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}.fortune-wheel.animated.show.done.active .fortune-wheel__actions-btn{pointer-events:none;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:0}.fortune-wheel__actions-btn .spin-btn{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;width:27.5rem;height:27.5rem;-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.fortune-wheel__actions-btn .spin-btn:active,.fortune-wheel__actions-btn .spin-btn:focus,.fortune-wheel__actions-btn .spin-btn:hover{outline:0}.fortune-wheel__actions-btn .spin-btn:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.fortune-wheel__actions-btn .spin-btn img{display:block;max-width:100%}.fortune-wheel__win{position:absolute;z-index:1058;left:0;top:0;right:0;bottom:0;opacity:0;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;pointer-events:none;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.fortune-wheel.animated:not(.active) .fortune-wheel__win{will-change:transition,opacity}.fortune-wheel.done.active.win .fortune-wheel__win{pointer-events:all;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.win-box{position:absolute;left:50%;top:50%;width:108.9rem;height:50.8rem;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s}.win-box__img img{display:block;max-width:100%}.win-box__content{position:absolute;left:0;top:0;right:0;bottom:0;padding-top:17rem}.win-box__content-title{width:36rem;position:absolute;left:50%;top:1rem;text-align:center;white-space:nowrap;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.win-box__content-title strong{color:#fff;font-size:5.6rem;line-height:12.2rem;font-weight:700;text-transform:uppercase;background-image:-webkit-gradient(linear,left top,left bottom,from(#b83d00),to(#c85e00));background-image:-o-linear-gradient(top,#b83d00,#c85e00);background-image:linear-gradient(to bottom,#b83d00,#c85e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.win-box__content-title strong+span{position:absolute;z-index:-1;color:transparent;text-shadow:0 2px .46px rgba(255,255,255,.55);font-size:5.6rem;line-height:12.2rem;font-weight:700;text-transform:uppercase;left:0;top:0;right:0;-webkit-background-clip:inherit;-webkit-text-fill-color:initial}.win-box__content-value{display:block;width:100%;height:12rem;font-size:12rem;line-height:1;text-align:center}.win-box__content-value strong{display:block;color:#fff;font-size:12rem;line-height:1;font-weight:700;text-transform:uppercase;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ffc954));background-image:-o-linear-gradient(top,#fff,#ffc954);background-image:linear-gradient(to bottom,#fff,#ffc954);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.win-box__content-text{display:block;width:100%;text-align:center;padding-left:8rem;padding-right:8rem}.win-box__content-text p{color:#fff;font-size:3.3rem;font-weight:700}.win-box__content-text p span{color:#16a10b}.win-box__content-collect{position:absolute;left:50%;bottom:2rem;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.win-box__content-collect .btn.btn-candy{min-width:28rem}.level-box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:53rem;height:10.6rem}.level-box__avatar{position:absolute;z-index:50;left:0;top:0;width:10.6rem;height:10.6rem}.level-box .ava-box{position:absolute;z-index:50;left:0;top:0}.level-box__bar{position:relative;z-index:20;margin-left:5.3rem;width:42.6rem;height:5.8rem;background-size:cover}.level-box__bar .progress,.level-box__bar span{position:absolute;left:0;top:0}.level-box__bar .progress{width:36.9rem;height:5.6rem;background-repeat:no-repeat;background-size:cover}.level-box__bar span{right:0;display:block;color:#fff;font-weight:500;font-size:3rem;line-height:5.6rem;text-align:center}.level-box__bar.new{width:38rem;margin-left:9rem}.level-box__star{pointer-events:none;position:absolute;z-index:50;top:1.4rem;right:0;width:8rem;height:7.8rem}.statusbar{position:relative;z-index:20;width:70rem;height:3.4rem;background-size:cover}.statusbar span,.statusbar__progress{position:absolute;left:0;top:0}.statusbar__progress{width:70rem;height:3.4rem;background-repeat:no-repeat;background-size:cover}.statusbar span{right:0;display:block;color:#fff;font-weight:500;font-size:2rem;line-height:3.4rem;text-align:center}.btn-candy{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:23rem;--btn-candy_h:13rem;--btn-candy_l:6.4rem;--btn-candy_lh:9.1rem;--btn-candy_text-mt:.6rem;height:var(--btn-candy_h);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.btn-candy:active,.btn-candy:focus,.btn-candy:hover{outline:0}.btn-candy:after{content:'';position:absolute;left:2.4rem;top:.9rem;right:2.4rem;height:50%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0));-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0;pointer-events:none;border-radius:3rem}.btn-candy:active:after,.btn-candy:focus:after,.btn-candy:hover:after{opacity:1}.btn-candy-md{--btn-candy_h:11.3rem;--btn-candy_l:5.5rem;--btn-candy_lh:7.4rem;--btn-candy_text-mt:.6rem}.btn-candy-h126{--btn-candy_h:12.6rem;--btn-candy_l:5.5rem;--btn-candy_lh:9.3rem;--btn-candy_text-mt:.6rem}.btn-candy__img{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:var(--btn-candy_h)}.btn-candy__img-center,.btn-candy__img-left,.btn-candy__img-right{background-repeat:no-repeat}.btn-candy__img-left{width:var(--btn-candy_l);-webkit-box-flex:0;-ms-flex:0 0 var(--btn-candy_l);flex:0 0 var(--btn-candy_l);height:100%;background-position:top left;background-size:auto var(--btn-candy_h)}.btn-candy__img-center{width:100%;margin-left:0;margin-right:0;min-width:var(--btn-candy_h);background-repeat:repeat-x;background-size:auto var(--btn-candy_h)}.btn-candy__img-right{width:var(--btn-candy_l);-webkit-box-flex:0;-ms-flex:0 0 var(--btn-candy_l);flex:0 0 var(--btn-candy_l);height:100%;background-position:top right;background-size:auto var(--btn-candy_h)}.btn-candy__text{position:relative;z-index:10;width:100%;padding-left:var(--btn-candy_l);padding-right:var(--btn-candy_l);text-align:center;color:#fff;font-size:3rem;font-weight:700;line-height:var(--btn-candy_lh);margin-top:var(--btn-candy_text-mt);white-space:nowrap;text-transform:uppercase}button.input-candy{background:0 0}.input-candy{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:23rem;--btn-candy_h:16.5rem;--btn-candy_l:9rem;--btn-candy_lh:16.5rem;--btn-candy_text-mt:.6rem;height:var(--btn-candy_h)}.input-candy-md{--btn-candy_h:11.3rem;--btn-candy_l:5.5rem;--btn-candy_lh:11.3rem;--btn-candy_text-mt:.6rem}.input-candy-sm{--btn-candy_h:10.4rem;--btn-candy_l:5.5rem;--btn-candy_lh:10.4rem;--btn-candy_text-mt:.6rem}.input-candy-xs{--btn-candy_h:8.9rem;--btn-candy_l:4.7rem;--btn-candy_lh:8.9rem;--btn-candy_text-mt:.6rem}.input-candy-hasicon .input-candy__input{padding-left:2.4rem}.input-candy-hasflag .input-candy__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-candy-hasflag .input-candy__input .flag{margin-right:3.2rem}.input-candy__img{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:var(--btn-candy_h)}.input-candy__img-center,.input-candy__img-left,.input-candy__img-right{background-repeat:no-repeat}.input-candy__img-left{width:var(--btn-candy_l);-webkit-box-flex:0;-ms-flex:0 0 var(--btn-candy_l);flex:0 0 var(--btn-candy_l);height:100%;background-position:top left;background-size:auto var(--btn-candy_h)}.input-candy__img-center{width:100%;margin-left:-.5px;margin-right:-.5px;min-width:var(--btn-candy_h);background-repeat:repeat-x;background-size:auto var(--btn-candy_h)}.input-candy__img-right{width:var(--btn-candy_l);-webkit-box-flex:0;-ms-flex:0 0 var(--btn-candy_l);flex:0 0 var(--btn-candy_l);height:100%;background-position:top right;background-size:auto var(--btn-candy_h)}.input-candy__text{position:relative;z-index:10;width:100%;padding-left:var(--btn-candy_l);padding-right:var(--btn-candy_l);text-align:center;color:#fff;font-size:12rem;font-weight:700;line-height:var(--btn-candy_lh);margin-top:0;white-space:nowrap;text-transform:uppercase}.input-candy__text strong{position:relative;z-index:10;background-image:-webkit-gradient(linear,left top,left bottom,from(#3fbdff),color-stop(27%,#3fbdff),to(#e5f7ff));background-image:-o-linear-gradient(top,#3fbdff,#3fbdff 27%,#e5f7ff 100%);background-image:linear-gradient(to bottom,#3fbdff,#3fbdff 27%,#e5f7ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.input-candy__text span{position:absolute;color:#003aba;left:.4rem;top:.4rem;right:0;-webkit-background-clip:inherit;-webkit-text-fill-color:initial}.input-candy__input{position:relative;z-index:10;width:100%;padding-left:var(--btn-candy_l);padding-right:var(--btn-candy_l);text-align:center;color:#fff;font-size:12rem;font-weight:700;line-height:0;margin-top:0;white-space:nowrap;text-transform:uppercase}.input-candy__input .icon{width:7.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-candy__input .icon img{display:inline-block;max-width:100%}.input-candy__input .icon+input{width:calc(100% - var(--btn-candy_l))}.input-candy__input input,.input-candy__input-value{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;width:100%;color:#fff;font-weight:700;font-size:4rem;line-height:var(--btn-candy_lh);text-align:center;appearance:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.input-candy__input input:active,.input-candy__input input:focus,.input-candy__input input:hover,.input-candy__input-value:active,.input-candy__input-value:focus,.input-candy__input-value:hover{outline:0}.input-candy__input input:hover,.input-candy__input-value:hover{color:rgba(255,255,255,.8)}.input-candy__input input::-webkit-input-placeholder,.input-candy__input-value::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.input-candy__input input::-moz-placeholder,.input-candy__input-value::-moz-placeholder{color:rgba(255,255,255,.5)}.input-candy__input input:-ms-input-placeholder,.input-candy__input-value:-ms-input-placeholder{color:rgba(255,255,255,.5)}.input-candy__input input::-ms-input-placeholder,.input-candy__input-value::-ms-input-placeholder{color:rgba(255,255,255,.5)}.input-candy__input input::placeholder,.input-candy__input-value::placeholder{color:rgba(255,255,255,.5)}.input-candy__input-value{cursor:default;font-size:4.8rem;white-space:nowrap}.input-candy__input-value:hover{color:inherit}.input-candy__input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;width:100%;color:#fff;font-weight:700;font-size:4rem;line-height:var(--btn-candy_lh);text-align:center;appearance:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.input-candy__input select:active,.input-candy__input select:focus,.input-candy__input select:hover{outline:0}.input-candy__input select option{color:#000}.switch-candy{pointer-events:none;position:relative;width:15.4rem;height:8.9rem}.switch-candy input{position:absolute;left:0;top:0;visibility:hidden;opacity:0;height:0;width:0}.switch-candy input:checked+.switch-candy__box .switch-candy__box-trigger{-webkit-transform:translate(7.4rem,1.2rem);-ms-transform:translate(7.4rem,1.2rem);transform:translate(7.4rem,1.2rem)}.switch-candy__box{cursor:pointer;pointer-events:all;position:relative}.switch-candy__box-bg,.switch-candy__box-bg img{width:15.4rem;height:8.9rem}.switch-candy__box-trigger{position:absolute;left:0;top:0;width:6.6rem;height:6.6rem;-webkit-transform:translate(1.4rem,1.2rem);-ms-transform:translate(1.4rem,1.2rem);transform:translate(1.4rem,1.2rem);-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.switch-candy__box-trigger img{width:6.6rem;height:6.6rem}.btn-start{position:relative;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;width:24rem;height:8.8rem;background-size:cover;background-repeat:no-repeat}.btn-start:active,.btn-start:focus,.btn-start:hover{outline:0}.btn-start:hover .btn-start__text{color:rgba(255,255,255,.7)}.btn-start__img{padding-top:.4rem}.btn-start__img img{display:block;max-width:100%}.btn-start__text{position:absolute;left:0;top:.6rem;right:0;bottom:1.2rem;z-index:10;width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#2f60be;font-size:3.6rem;line-height:1;font-weight:700;white-space:nowrap;text-transform:uppercase;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.bh-table{overflow:hidden;position:relative;z-index:20;border-radius:2rem}.bh-table.mod-offset-footer .bh-table__body-scroll{padding-bottom:17rem}.bh-table:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;border:1px solid #5a85ff;border-radius:2rem;pointer-events:none}.bh-table__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:8.2rem;padding-left:2.4rem;padding-right:2.4rem}.bh-table__header strong{display:inline-block;text-transform:uppercase;white-space:nowrap;color:#fff;font-size:4rem;line-height:8.2rem;font-weight:700;text-shadow:0 4px 4px rgba(0,78,184,.24)}.bh-table__header span{margin-left:auto;display:inline-block;text-align:right;color:#fff;font-size:4rem;line-height:8.2rem;text-shadow:0 4px 4px rgba(0,78,184,.24)}.bh-table__body{position:relative;background-color:#19202c;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(80%,rgba(25,32,44,0)),to(#19202c));background-image:-o-linear-gradient(top,rgba(25,32,44,0) 80%,#19202c 100%);background-image:linear-gradient(to bottom,rgba(25,32,44,0) 80%,#19202c 100%)}.bh-table__body:before{content:'';position:absolute;left:0;top:0;right:0;height:7.7rem;background-repeat:repeat-x;pointer-events:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,62,160,.5)),to(rgba(25,32,44,.5)));background-image:-o-linear-gradient(top,rgba(0,62,160,.5) 0,rgba(25,32,44,.5));background-image:linear-gradient(to bottom,rgba(0,62,160,.5) 0,rgba(25,32,44,.5))}.bh-table__body .tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bh-table__body .tr .td{color:#3881f0;font-size:3rem;line-height:7.8rem;font-weight:400;white-space:nowrap}.bh-table__body .tr .td .bet-box{display:block;width:100%;height:6.8rem;background-repeat:repeat-x;background-size:cover;color:#fff;font-size:3.4rem;line-height:6.6rem;font-weight:700;text-transform:uppercase;text-align:center;border-radius:1rem;border-top:1px solid rgba(0,0,0,.7);border-bottom:1px solid rgba(255,255,255,.3)}.bh-table__body .tr .td .bet-box.mod-coin{position:relative;padding-left:6.8rem}.bh-table__body .tr .td .bet-box.mod-coin .icon{position:absolute;left:0;top:0;bottom:0;width:6.8rem;height:6.8rrem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bh-table__body .tr .td .bet-box.mod-coin .icon img{display:block;width:100%;max-width:4.8rem}.bh-table__body .tr .td-id{width:40rem}.bh-table__body .tr .td-bet{width:24.4rem}.bh-table__body .tr .td-target{width:14rem;text-align:center}.bh-table__body .tr .td-roll{width:12rem;text-align:center}.bh-table__body .tr .td-result{width:13rem;text-align:center}.bh-table__body .tr .td-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bh-table__body .tr .td-player .ava-box{pointer-events:none;margin-right:3.2rem}.bh-table__body .tr .td-player .flag{margin-right:2.8rem}.bh-table__body .tr .td-player .name{color:#fff;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.bh-table__body .tr .td-lvl{width:10rem;-webkit-box-flex:0;-ms-flex:0 0 10rem;flex:0 0 10rem}.bh-table__body .tr .td-rank{width:15rem}.bh-table__body .tr .td-rank+.td-player{width:83rem}.bh-table__body .tr .td-coin-bet{width:24.4rem}.bh-table__body .tr .td-xp{width:16rem;-webkit-box-flex:0;-ms-flex:0 0 16rem;flex:0 0 16rem}.bh-table__body .tr .td-start{width:24rem;-webkit-box-flex:0;-ms-flex:0 0 24rem;flex:0 0 24rem;margin-left:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bh-table__body .tr .td-icon{width:6.6rem;-webkit-box-flex:0;-ms-flex:0 0 6.6rem;flex:0 0 6.6rem}.bh-table__body .tr .td-icon img{display:block;max-width:100%;height:auto}.bh-table__body .tr .td-operaion{width:16rem;-webkit-box-flex:0;-ms-flex:0 0 16rem;flex:0 0 16rem}.bh-table__body .tr .td-date{width:18rem;-webkit-box-flex:0;-ms-flex:0 0 18rem;flex:0 0 18rem}.bh-table__body .tr .td-amount{width:22rem;-webkit-box-flex:0;-ms-flex:0 0 22rem;flex:0 0 22rem}.bh-table__body .tr .td-coin{width:8rem;-webkit-box-flex:0;-ms-flex:0 0 8rem;flex:0 0 8rem}.bh-table__body .tr .td-coin img{display:block;max-width:100%;height:auto}.bh-table__body-thead{position:relative;z-index:10;padding-left:2.4rem;padding-right:2.4rem}.bh-table__body-thead .tr .td{text-align:center}.bh-table__body-thead .tr .td-rank{text-align:center;width:13rem}.bh-table__body-thead .tr .td-id{text-align:left}.bh-table__body-thead .tr .td-bet,.bh-table__body-thead .tr .td-roll,.bh-table__body-thead .tr .td-target{text-align:center}.bh-table__body-thead .tr .td-xp{text-align:center;padding-right:4rem}.bh-table__body-thead .tr .td-rank+.rank{padding-left:0}.bh-table__body-space{padding-left:.8rem;padding-right:.8rem}.bh-table__body-space .trow{cursor:pointer;display:block;border:solid transparent;border-radius:1.4rem;background-repeat:repeat-x;background-size:auto 100%;margin-bottom:2px;-webkit-box-shadow:inset 0 2px 1.4px .6px rgba(255,255,255,.2);box-shadow:inset 0 2px 1.4px .6px rgba(255,255,255,.2);-webkit-transition:border-color .2s ease-out,color .2s ease-out;-o-transition:border-color .2s ease-out,color .2s ease-out;transition:border-color .2s ease-out,color .2s ease-out}.bh-table__body-space .trow:hover{border-color:rgba(255,255,255,.5)}.bh-table__body-space .trow:hover .tr .td{color:#fff}.bh-table__body-space .trow-win{border-color:#60e319}.bh-table__body-space .trow-win .tr .td-result{color:#60e319;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4ac232),color-stop(15%,#42ff58),color-stop(70%,#339a0e),to(#57ee15));background-image:-o-linear-gradient(top,#4ac232 0,#42ff58 15%,#339a0e 70%,#57ee15 100%);background-image:linear-gradient(to bottom,#4ac232 0,#42ff58 15%,#339a0e 70%,#57ee15 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bh-table__body-space .trow-lose{border-color:#be1010}.bh-table__body-space .trow-lose .tr .td-result{color:#be1010;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#c23232),color-stop(15%,#ff4242),color-stop(70%,#9a0e0e),to(#ee1515));background-image:-o-linear-gradient(top,#c23232 0,#ff4242 15%,#9a0e0e 70%,#ee1515 100%);background-image:linear-gradient(to bottom,#c23232 0,#ff4242 15%,#9a0e0e 70%,#ee1515 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bh-table__body-space .trow-deposit .td-operation{color:#8dff13!important}.bh-table__body-space .trow-withdraw .td-operation{color:#ff571c!important}.bh-table__body-space .trow .tr{position:relative;width:100%}.bh-table__body-space .trow .tr .td{position:relative;z-index:10;color:#a7dfff;font-size:3rem;line-height:10.4rem;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.bh-table__body-space .trow .tr .td-id{padding-left:1.6rem}.bh-table__body-space .trow .tr .td-bet{color:#fff;font-weight:700}.bh-table__body-space .trow .tr .td-target{color:#a7dfff}.bh-table__body-space .trow .tr .td-roll{color:#fff;font-weight:700}.bh-table__body-space .trow .tr .td-result{font-weight:700}.bh-table__body-space .trow .tr .td-player{width:98rem;padding-left:1.5rem}.bh-table__body-space .trow .tr .td-lvl{margin-left:auto}.bh-table__body-space .trow .tr .td-xp{padding-right:1.7rem}.bh-table__body-space .trow .tr .td-rank{padding-left:1.7rem}.bh-table__body-space .trow .tr .td-coin-bet .bet-box{width:100%}.bh-table__body-space .trow .tr .td-icon{padding-left:1.6rem;width:7.6rem;-webkit-box-flex:0;-ms-flex:0 0 7.6rem;flex:0 0 7.6rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bh-table__body-space .trow .tr .td-operation{width:14rem;-webkit-box-flex:0;-ms-flex:0 0 14rem;flex:0 0 14rem}.bh-table__body-space .trow .tr .td-date{color:#a7dfff}.bh-table__body-space .trow .tr .td-coin{padding-right:2rem;width:7rem;-webkit-box-flex:0;-ms-flex:0 0 7rem;flex:0 0 7rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bh-table__body-scroll{padding-right:.8rem;padding-bottom:1.6rem;overflow-y:auto!important;overflow-anchor:none}.bh-table__body-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:1rem;background-color:#002c5a}.bh-table__body-scroll::-webkit-scrollbar{width:2.2rem;background-color:#002c5a}.bh-table__body-scroll::-webkit-scrollbar-thumb{cursor:pointer;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#3db3fd;background-image:-webkit-gradient(linear,left top,right top,from(#3db3fd),to(#0a5bdb));background-image:linear-gradient(to right,#3db3fd,#0a5bdb)}.bh-table__footer{position:relative;z-index:10}.bh-table__footer:before{content:'';position:absolute;pointer-events:none;left:1px;bottom:1px;right:1px;height:25rem;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.8));background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.bh-table__footer .overlay-btn{position:absolute;left:0;bottom:0;right:0;height:14rem;text-align:center}.bh-table__footer .new-table{position:absolute;left:0;bottom:0;right:0;height:12.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(166,179,198,.95)),to(rgba(108,128,157,.95)));background-image:-o-linear-gradient(bottom,rgba(166,179,198,.95) 0,rgba(108,128,157,.95) 100%);background-image:linear-gradient(to top,rgba(166,179,198,.95) 0,rgba(108,128,157,.95) 100%)}.bh-table__footer .new-table:after{content:'';position:absolute;left:0;top:0;right:0;height:3px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.95)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(top,rgba(255,255,255,.95),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.95),rgba(255,255,255,0))}.bh-table__footer .new-table__text{pointer-events:none;width:100%;color:#fff;font-size:3.6rem;line-height:12.4rem;font-weight:700;text-transform:uppercase;text-shadow:2px 0 2px rgba(0,0,0,.25);padding-left:3rem}.bh-table__footer .new-table__btn{padding-right:2rem;padding-top:1.4rem}.events .event{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;background-repeat:no-repeat}.events .event:active,.events .event:focus,.events .event:hover{outline:0}.events .event:hover img{-webkit-transform:translateY(-.4rem);-ms-transform:translateY(-.4rem);transform:translateY(-.4rem)}.events .event img{display:block;max-width:100%;-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.events .event-done,.events .event-roll,.events .event-undo,.events .event-x2{width:22.4rem;height:22.4rem}.bh__board-center .events{pointer-events:none;position:absolute;z-index:20;left:11.8rem;top:45%;right:10.8rem;bottom:3.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bh__board-center .events *{pointer-events:all}.field{position:relative;width:162.8rem;height:103.3rem;background-repeat:no-repeat;background-size:cover}.field__column{position:absolute;top:2.2rem;bottom:2.5rem;width:8.8rem}.field__column.mod-left{left:2.1rem}.field__column.mod-center{left:2.1rem;background-color:red}.field__column.mod-right{right:2rem}.field__column-stack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:8.8rem;height:37.2rem}.field__column-stack.mod-bottom{position:absolute;left:0;bottom:0}.field__column-counter{overflow:hidden;position:absolute;left:0;top:38.5rem;right:0;color:#fff;font-weight:700;font-size:3.4rem;line-height:5.2rem;white-space:nowrap;text-align:center}.field__column-dice{position:absolute;left:.2rem;top:45.2rem}.field__area{position:absolute;left:11.8rem;top:2.2rem;right:10.8rem;bottom:1.4rem}.field__area-deck{position:absolute;top:0;width:67rem;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}.field__area-deck.mod-left{left:0;padding-top:.4rem;padding-left:1rem}.field__area-deck.mod-center{top:40rem;left:calc(50% - .6rem);bottom:40rem;width:11rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.field__area-deck.mod-center .col .chip:last-of-type{height:8.8rem}.field__area-deck.mod-right{right:1rem;padding-top:.4rem;padding-right:1rem}.field__area-deck .col{width:11rem;height:100%}.field__area-deck .col-bottom,.field__area-deck .col-top{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.field__area-deck .col-bottom:before,.field__area-deck .col-top:before{content:'';position:absolute;left:50%;right:0;width:7rem;height:2.9rem;margin-left:-3.5rem;background-size:7rem 2.9rem;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAXCAYAAAC2/DnWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE82lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA5LTE1VDEzOjQyOjA3KzA0OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wOS0xNVQxMzo0Mjo1MyswNDowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wOS0xNVQxMzo0Mjo1MyswNDowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YzZkYzQwZmUtOTgyZC03OTQ3LWIyNjItNDE2ZTViMmZmZjk3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmM2ZGM0MGZlLTk4MmQtNzk0Ny1iMjYyLTQxNmU1YjJmZmY5NyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmM2ZGM0MGZlLTk4MmQtNzk0Ny1iMjYyLTQxNmU1YjJmZmY5NyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzZkYzQwZmUtOTgyZC03OTQ3LWIyNjItNDE2ZTViMmZmZjk3IiBzdEV2dDp3aGVuPSIyMDIxLTA5LTE1VDEzOjQyOjA3KzA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sjWOLgAAA+5JREFUWIXlmc9vG0UUx79vZnbXGxwFiINpXRBIlZIi0QuncuOA+mdzBIS4tEElDVJSNVVKYiPb3Tj7Y2Yeh91Zj9drEBzQOnylyezOjkZ5H715782YmBlPT75Ai+hvxtq+d1W84XnjmGqZ1DTevYuWseb8rqkJxL3bxhg15zfBkNcTShjNXrTM66p8GIwSiPWe/d4BYmAVjG+s8JqsmvB6H1TX5QOwAIzXG5R2+MAIALd5jA9EeS3AEpIDROiu17DXfBAGQAFAe83Jwak9puktDkoAIAQQVX1QjTfhdFVNKBollBxAhvX/vd5Sza3kvMVB6dmc4/zXfJCf5J/xzD4A0IekkCQEBAhULS46xMdWYYXBsGA2sDCcA0hoT1yEh+F5eBSORUh+KPA9jJtgCEtvCG3Ovdtn2TD9OX2i3+pvoPkhFL1HigRJEGSHYGySYbABs2YLzTdQ9Fvxh/nO5Px9/Dh6K0Jy8cW1v4wxCkCYXev+4nn6pb4snmbMh3tffzgcfrof7UQ76PYOWophYaxBkiWYvJ5m8x+mce+SQ/scibgnk3gUuDjjAjGA9azkYoYEoG7fFO/nY32Egh/GT/rDR99+Hj0efIV74ScQJP9L+/61CIQb+w5n6UucTI6jFzob2h9Tk4/10e2b4kU8ChKU9vr2txZ4darWidkxmveFQBwOEM16EzzLfsJp8QtoKzJ1aaXmAomdI40X6H0ko4VAbDXv68TsYLU0qdUGxq1HrBEwASxJp1c6S+ZJlO7egraDyYrYAnpukF2ZnCVpJoA1AmwoNzaBYQBMCgWHmLHmSXacBleED3ofq3BLdtGK2ADpZZFlx9lUKEw4pBkpFFitjmu1gakjtOrLBfXFhdH2TIEknxY2P9cRBUQUEKECRB2Mw+xMNQAXzFVLpRITDT4TfXGh+nKB1YxUywfjnxsMAB2Pgmk+1qepLXZ1ZgtLGBiFiBQUSRBJCFA38xNXfxiwXEpbcGolTygSL6MHwWk8CqZYZiTf/jWPcR81gDw6UMnuo94rADIb6zlrHlhJMSkKSEKSJEHUfo7vgpgBNmzZkOEABWssZCiuowN13j/svYoOVIKyCtbwoADrHuO8RQDIRUgiHgVTEdFp9ru+1onZI0kRSQRViVenN+pQscemto/BsGzZsEHBhjPVl7NoqKbRQL0TIaUowbgjQx1v2rYSwTtYiZBsfD/Q8f3gBsAVtv+slKM8L2Xes/OYta3k30WsBCEsvaio5vvXD3fldO2uIuq7m00xpvnuFruL9zF+VtoYY3yvadL+P9zguXmtWYmw6oaEZUAG7uad79r8tgLPffQBucW2BUhT//hXgj8B/ewg7DazuHEAAAAASUVORK5CYII=);opacity:0;-webkit-transition:opacity 150ms linear;-o-transition:opacity 150ms linear;transition:opacity 150ms linear}.field__area-deck .col-bottom.active:before,.field__area-deck .col-top.active:before{opacity:1}.field__area-deck .col-top{height:50%}.field__area-deck .col-top:before{top:-2.2rem}.field__area-deck .col-bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:50%}.field__area-deck .col-bottom:before{bottom:-1.4rem}.field__area-deck .col .chip{height:8.8rem}.field__area-deck .col .chip:last-of-type{height:12rem}.chip{display:inline-block;width:11rem;height:12rem}.chip-edge{width:8.8rem;height:2rem}.chip img{display:block;max-width:100%}.dice-cube{position:relative;display:inline-block;width:8.2rem;height:8.2rem}.dice-cube img{display:block;max-width:100%}.dice-cube__value{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;white-space:nowrap}.dice-cube__value span{font-weight:700;color:rgba(0,0,0,.8);font-size:4.2rem;line-height:8.2rem;text-transform:uppercase}.tg-stage{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.tg-stage__line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:110.6rem;-webkit-box-flex:0;-ms-flex:0 0 110.6rem;flex:0 0 110.6rem}.tg-stage__line .cell{width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.tg-stage__line .cell .user{margin-left:auto;margin-right:auto}.tg-stage__footer{position:absolute;left:0;bottom:0;right:0;width:100%;height:20rem;padding-top:5rem;text-align:center;color:#fff;font-size:3.6rem;line-height:1.2}.tg-stage__group{position:relative;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:139.1rem;background-repeat:no-repeat;background-size:cover}.tg-stage__group__bet{position:absolute;left:0;top:0;right:0;text-align:center}.tg-stage__group__bet .bet{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:11.2rem;border-radius:32rem;background-color:rgba(0,0,0,.2);padding:0 6rem}.tg-stage__group__bet .bet__icon{width:6.4rem;height:6.7rem}.tg-stage__group__bet .bet__icon .icon{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:6.4rem;margin-top:.2rem}.tg-stage__group__bet .bet__icon .icon:before{content:'';display:block;position:absolute;z-index:-1;left:0;bottom:-.2rem;right:0;border-radius:50%;width:100%;height:100%;background-color:#aaa}.tg-stage__group__bet .bet__icon .icon img{display:block;max-width:100%}.tg-stage__group__bet .bet__value{color:#fff;font-size:6rem;line-height:11.2rem;font-weight:700;text-transform:uppercase;white-space:nowrap;padding-left:2.4rem}.tg-stage__group__grid{position:relative;width:139.1rem;height:56.7rem;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tg-stage__group__grid .places{position:absolute;left:0;top:0;right:0;bottom:0}.tg-stage__group__grid .place{position:absolute;width:24.1rem;height:24.1rem;left:0;top:0}.tg-stage__group__grid .place.p1{left:.4rem;top:0}.tg-stage__group__grid .place.p2{left:.4rem;top:34.9rem}.tg-stage__group__grid .place.p3{top:0;left:auto;right:-1.2rem}.tg-stage__group__grid .place.p4{left:auto;top:34.9rem;right:-1.2rem}.tg-stage__group__grid .place.p5{top:50%;left:39rem;-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%)}.tg-stage__group__grid .place.p6{top:50%;left:auto;right:37rem;-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%)}.tg-stage__group__vs{pointer-events:none;position:absolute;z-index:20;width:139.1rem;height:56.7rem;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tg-stage__group__vs strong{color:#fff;font-size:6rem;line-height:1;white-space:nowrap;text-transform:uppercase}.tg-stage__group__cup{pointer-events:none;position:absolute;left:0;bottom:0;right:0;width:100%;height:42.4rem;text-align:center}.tg-stage__group__cup figure{display:inline-block;width:35.9rem;height:42.4rem;margin:0}.tg-stage__group__cup img{display:block;max-width:100%}.popups__backdrop{pointer-events:none;position:fixed;z-index:1040;top:0;left:0;width:100vw;height:100vh;background-color:#000;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;opacity:0}.popups__backdrop.show{pointer-events:all;opacity:.5}.popup{position:fixed;display:none;top:0;left:0;z-index:1060;width:100%;height:108rem;overflow-x:hidden;overflow-y:auto;outline:0}.popup.show{display:block}.popup.show .popup__dialog{-webkit-transform:none;-ms-transform:none;transform:none}.popup__dialog{pointer-events:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;max-width:108.2rem;min-height:100%;margin:0 auto;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);-ms-transform:translate(0,-50px);transform:translate(0,-50px)}.popup__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-clip:padding-box;outline:0;background-repeat:repeat-y;background-size:cover}.popup__content-bottom,.popup__content-top{content:'';position:absolute;left:0;right:0;background-repeat:no-repeat}.popup__content-top{top:0;height:10rem}.popup__content-bottom{bottom:0;height:10rem}.popup__header{height:13rem;padding-top:3rem}.popup__header-title{text-align:center}.popup__header-title .title{color:#fff;font-size:6rem;line-height:10rem;font-weight:700;text-align:center;text-transform:uppercase}.popup__header-title .bold-title{position:relative;z-index:1}.popup__header-title .bold-title strong{color:#fff;font-size:6rem;line-height:1;font-weight:700;text-transform:uppercase;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#93a5bd));background-image:-o-linear-gradient(top,#fff,#93a5bd);background-image:linear-gradient(to bottom,#fff,#93a5bd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.popup__header-title .bold-title strong+span{position:absolute;z-index:-1;color:#fff;font-size:6rem;line-height:1;font-weight:700;text-transform:uppercase;left:0;top:0;right:0;-webkit-background-clip:inherit;-webkit-text-fill-color:initial}.popup__header-close{position:absolute;top:0;right:0;width:15rem;height:15rem}.popup__header-close .popup-btn-close{-webkit-transform:translate(20%,-20%);-ms-transform:translate(20%,-20%);transform:translate(20%,-20%);-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.popup__header-close .popup-btn-close:hover{-webkit-transform:translate(20%,-22%);-ms-transform:translate(20%,-22%);transform:translate(20%,-22%)}.popup__body{padding-left:4.2rem;padding-right:4.2rem}.popup__box{overflow:hidden;position:relative;width:95.6rem;padding-top:4.8rem;padding-bottom:4.8rem;margin-left:auto;margin-right:auto}.popup__box-center{display:-webkit-box;display:-ms-flexbox;display:flex;background-repeat:repeat-y}.popup__box-center .decor{z-index:1}.popup__box-bottom,.popup__box-top{content:'';position:absolute;left:0;right:0;background-repeat:no-repeat}.popup__box-bottom,.popup__box-center,.popup__box-top{background-size:95.6rem 4.8rem}.popup__box-top{top:0;height:4.8rem}.popup__box-bottom{bottom:0;height:4.8rem}.popup__box-left{padding-left:3.6rem;width:44rem;-webkit-box-flex:0;-ms-flex:0 0 44rem;flex:0 0 44rem}.popup__box-right{z-index:1060;padding-right:4rem}.popup__box .label-icon{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:7.4rem}.popup__box .label-icon__icon{width:7.4rem;height:7.4rem}.popup__box .label-icon__icon img{display:block;max-width:100%}.popup__box .label-icon__text{padding-left:2.4rem;color:#fff;font-size:4.8rem;line-height:6.4rem}.popup__box .label-icon--name{line-height:6rem}.popup__box .label-icon--name .label-icon__icon{width:8.3rem;height:6.6rem}.popup__box .label-icon--name .label-icon__text{padding-left:1.5rem;line-height:6rem}.popup__footer{padding-top:1.4rem;padding-bottom:2.4rem}.popup__footer .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:76rem;margin-left:auto;margin-right:auto}.popup__footer .btn-group .btn{margin-right:1.6rem}.popup__footer .btn-group .btn:last-of-type{margin-right:0}.popup__footer .btn{position:relative}.btn-facebook,.btn-logout,.btn-primary,.btn-success,.btn-warning{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;color:#fff;text-align:center}.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.btn-logout:active,.btn-logout:focus,.btn-logout:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn-success:active,.btn-success:focus,.btn-success:hover,.btn-warning:active,.btn-warning:focus,.btn-warning:hover{outline:0}.btn-facebook span,.btn-logout span,.btn-primary span,.btn-success span,.btn-warning span{position:absolute;left:0;top:0;bottom:0;right:0;color:#fff;font-size:4rem;font-weight:700;text-transform:uppercase;text-indent:4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.btn-facebook:hover span,.btn-logout:hover span,.btn-primary:hover span,.btn-success:hover span,.btn-warning:hover span{opacity:.8}.btn-facebook img,.btn-logout img,.btn-primary img,.btn-success img,.btn-warning img{display:block;max-width:100%}.btn-primary span,.btn-success span,.btn-warning span{text-indent:0}.popup-btn{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.popup-btn:active,.popup-btn:focus,.popup-btn:hover{outline:0}.popup-btn-close{display:inline-block;width:15rem;height:15rem;background-repeat:no-repeat;background-size:cover}.popup--profile .popup__content{min-height:79.2rem}.popup--profile .popup__box-center{min-height:calc(45rem - 4.8rem - 4.8rem)}.popup--profile .popup__box-center .decor{pointer-events:none;position:absolute;left:.4rem;top:.6rem;width:45.1rem;height:32.7rem;background-repeat:no-repeat;background-size:cover}.popup--profile .popup__box-left .label-icon{cursor:pointer;margin-bottom:4.8rem}.popup--profile .popup__box-left .label-icon:first-of-type{margin-top:2.4rem;margin-bottom:7.4rem}.popup--profile .popup__box-left .label-icon:last-of-type{margin-bottom:0}.popup--profile .popup__box-right .ava-box{display:block;margin-left:auto;margin-right:auto;-webkit-transform:translateY(-2rem);-ms-transform:translateY(-2rem);transform:translateY(-2rem)}.popup--profile .popup__box-right .input-candy:first-of-type{margin-bottom:2.4rem}.popup--profile .popup__box-right .input-candy__input input{text-align:left}.popup--profile .popup__footer .btn-group{max-width:90%;width:100%}.popup--social .popup__dialog{max-width:124.7rem}.popup--social .popup__content{min-height:45rem}.popup--social .popup__header-title .title{font-size:4.8rem;font-weight:400;text-transform:none}.popup--social .popup__body a{text-decoration:none}.popup--social .popup__body .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:10rem;padding-right:10rem;width:100%}.popup--social .popup__body .social .link{display:inline-block;width:17rem;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.popup--social .popup__body .social .link:active .link__img:before,.popup--social .popup__body .social .link:focus .link__img:before,.popup--social .popup__body .social .link:hover .link__img:before{opacity:1}.popup--social .popup__body .social .link__img{overflow:hidden;position:relative;width:17rem;height:17rem;margin-bottom:1.4rem;border-top-left-radius:4rem;border-top-right-radius:4rem}.popup--social .popup__body .social .link__img:before{content:'';position:absolute;pointer-events:none;left:.4rem;top:1rem;right:.4rem;height:40%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(255,255,255,0)),color-stop(80%,rgba(255,255,255,.2)),to(rgba(255,255,255,.1)));background-image:-o-linear-gradient(top,rgba(255,255,255,0) 10%,rgba(255,255,255,.2) 80%,rgba(255,255,255,.1) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 10%,rgba(255,255,255,.2) 80%,rgba(255,255,255,.1) 100%);border-radius:3rem;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.popup--social .popup__body .social .link__img img{display:block;max-width:100%}.popup--social .popup__body .social .link__text{text-align:center;font-size:2.6rem;line-height:1;color:#fff}.popup--newtable .popup__content{min-height:65.4rem}.popup--newtable .popup__box-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.popup--newtable .popup__box-center .decor{pointer-events:none;position:absolute;left:.4rem;top:.6rem;width:42.2rem;height:31.3rem;background-repeat:no-repeat;background-size:cover}.popup--newtable .popup__box-left .label-icon{cursor:pointer;margin-bottom:6.8rem}.popup--newtable .popup__box-left .label-icon:first-of-type{margin-top:.7rem}.popup--newtable .popup__box-left .label-icon:last-of-type{margin-bottom:0}.popup--newtable .popup__box-right .ava-box{display:block;margin-left:auto;margin-right:auto;-webkit-transform:translateY(-2rem);-ms-transform:translateY(-2rem);transform:translateY(-2rem)}.popup--newtable .popup__box-right .input-candy{width:100%}.popup--newtable .popup__box-right .input-candy:first-of-type{margin-bottom:4.4rem}.popup--newtable .popup__box-right .input-candy__input select{width:100%}.popup--newtable .popup__box-right .input-candy__input input{text-align:left}.popup--newtable .popup__footer{margin-top:.8rem;text-align:center}.popup--newtable .popup__footer .btn.btn-primary,.popup--newtable .popup__footer .btn.btn-primary img{height:11rem}.popup--deposit .popup__content{min-height:65.4rem}.popup--deposit .popup__box-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.popup--deposit .popup__box-center .decor{pointer-events:none;position:absolute;left:.4rem;top:.6rem;width:42.2rem;height:31.3rem;background-repeat:no-repeat;background-size:cover}.popup--deposit .popup__box-left .label-icon{cursor:pointer;margin-bottom:6.8rem}.popup--deposit .popup__box-left .label-icon:first-of-type{margin-top:.7rem}.popup--deposit .popup__box-left .label-icon:last-of-type{margin-bottom:0}.popup--deposit .popup__box-right .ava-box{display:block;margin-left:auto;margin-right:auto;-webkit-transform:translateY(-2rem);-ms-transform:translateY(-2rem);transform:translateY(-2rem)}.popup--deposit .popup__box-right .input-candy{width:100%}.popup--deposit .popup__box-right .input-candy:first-of-type{margin-bottom:4.4rem}.popup--deposit .popup__box-right .input-candy__input select{width:100%}.popup--deposit .popup__box-right .input-candy__input input{text-align:left}.popup--deposit .popup__box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup--deposit .popup__footer{text-align:center;margin-top:.8rem}.popup--deposit .popup__footer .btn.btn-primary,.popup--deposit .popup__footer .btn.btn-primary img{height:11rem}.popup--withdraw .popup__content{min-height:87.7rem}.popup--withdraw .popup__box-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.popup--withdraw .popup__box-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup--withdraw .popup__box-center .decor{pointer-events:none;position:absolute;left:.4rem;top:.6rem;width:49rem;height:49.1rem;background-repeat:no-repeat;background-size:cover}.popup--withdraw .popup__box-left .label-icon{cursor:pointer;margin-bottom:4.6rem}.popup--withdraw .popup__box-left .label-icon:first-of-type{margin-top:.7rem}.popup--withdraw .popup__box-left .label-icon:last-of-type{margin-bottom:0}.popup--withdraw .popup__box-right .ava-box{display:block;margin-left:auto;margin-right:auto;-webkit-transform:translateY(-2rem);-ms-transform:translateY(-2rem);transform:translateY(-2rem)}.popup--withdraw .popup__box-right .input-candy{width:100%}.popup--withdraw .popup__box-right .input-candy:first-of-type{margin-bottom:3.2rem}.popup--withdraw .popup__box-right .input-candy__input select{width:100%}.popup--withdraw .popup__box-right .input-candy__input input{text-align:left}.popup--withdraw .popup__box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup--withdraw .popup__box-input{padding-top:1.8rem;text-align:center}.popup--withdraw .popup__box-input label{color:#fff;font-size:4.8rem;line-height:1;white-space:nowrap;text-transform:none}.popup--withdraw .popup__error{padding-top:1.6rem;font-size:4.8rem;font-weight:400;text-align:center;color:#b90000}.popup--withdraw .popup__footer{margin-top:.8rem;text-align:center}.popup--withdraw .popup__footer .btn.btn-primary,.popup--withdraw .popup__footer .btn.btn-primary img{height:11rem}.popup--create-tournament .popup__dialog{max-width:103.6rem}.popup--create-tournament .popup__content{min-height:75.3rem}.popup--create-tournament .popup__header{height:15rem;padding-top:4.5rem}.popup--create-tournament .popup__header .desc{color:#697789;font-size:2.4rem;line-height:4rem}.popup--create-tournament .popup__body{text-align:center;padding-top:2rem;padding-bottom:2rem}.popup--create-tournament .popup__body .tournament-logo{display:inline-block}.popup--create-tournament .popup__body .tournament-logo img{display:block;max-width:100%;height:36.5rem}.popup--create-tournament .popup__footer{text-align:center;padding-bottom:0;padding-left:10rem;padding-right:10rem}.popup--create-tournament .popup__footer .btn-candy{width:100%}.popup--create-tournament .popup__footer .btn-candy__text{font-weight:400;text-transform:none}.popup--create-tournament .popup__footer .desc{color:#fff;font-size:2.4rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.popup--pre-game .popup__dialog{max-width:123rem}.popup--pre-game .popup__content{min-height:81.1rem}.popup--pre-game .popup__header{height:0;padding-top:4.5rem}.popup--pre-game .popup__header .desc{color:#697789;font-size:2.4rem;line-height:4rem}.popup--pre-game .popup__body{text-align:center;padding-top:2rem;padding-bottom:2rem}.popup--pre-game .popup__body .ready-frame{position:relative;margin-top:7.4rem}.popup--pre-game .popup__footer{text-align:center;padding-top:3.4rem;padding-bottom:0;padding-left:10rem;padding-right:10rem}.popup--pre-game .popup__footer .btn-candy{min-width:48rem}.popup--pre-game .popup__footer .btn-candy__text{font-size:5.2rem}.popup--pre-game .popup__footer .desc{color:#fff;font-size:2.4rem;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.versus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.versus__left,.versus__right{width:39rem;-webkit-box-flex:0;-ms-flex:0 0 39rem;flex:0 0 39rem}.versus__left .user,.versus__right .user{margin-left:auto;margin-right:auto}.versus__game{color:#fff;text-align:center}.versus__game-title{color:#fff;font-size:3.6rem;font-weight:400;line-height:1;padding-top:5rem;padding-bottom:2.8rem}.versus__game-bet{color:#649eff;font-size:4.8rem;line-height:1}.versus__game-vs{margin-top:8.6rem;padding-bottom:4rem;font-size:7.2rem}.versus__game-vs i{font-style:italic;font-weight:700;white-space:nowrap}.versus__game-timer,.versus__game-timer input{pointer-events:none}.versus__game-timer .input-candy{max-width:32rem}.ready-frame{position:relative;display:inline-block}.ready-frame.mod-ready .ready-frame__status{color:#6ec83c}.ready-frame__img{width:35.4rem;height:10.4rem}.ready-frame__img img{display:block;max-width:100%}.ready-frame__status{position:absolute;left:0;top:.8rem;right:0;bottom:.8rem;color:#afafaf;font-size:4rem;line-height:9rem;text-transform:uppercase;text-align:center}.ready-frame__status strong{font-weight:700;white-space:nowrap}.popup--settings .popup__content{min-height:79.2rem}.popup--settings .popup__box-bottom,.popup--settings .popup__box-top{background-size:95.6rem 4.8rem}.popup--settings .popup__box-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.popup--settings .popup__box-center{min-height:calc(45rem - 4.8rem - 4.8rem);background-size:95.6rem 4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:3.2rem}.popup--settings .popup__box-center .decor{pointer-events:none;position:absolute;left:.4rem;top:.6rem;width:53.6rem;height:37.1rem;background-repeat:no-repeat;background-size:cover}.popup--settings .popup__box-left .label-icon{cursor:pointer;margin-bottom:4.6rem}.popup--settings .popup__box-left .label-icon:first-of-type{margin-top:.7rem}.popup--settings .popup__box-left .label-icon:last-of-type{margin-bottom:0}.popup--settings .popup__box-right{width:100%}.popup--settings .popup__box-right .ava-box{display:block;margin-left:auto;margin-right:auto;-webkit-transform:translateY(-2rem);-ms-transform:translateY(-2rem);transform:translateY(-2rem)}.popup--settings .popup__box-right .input-candy{width:100%}.popup--settings .popup__box-right .input-candy:first-of-type{margin-bottom:3.2rem}.popup--settings .popup__box-right .input-candy__input select{width:100%}.popup--settings .popup__box-right .input-candy__input input{text-align:left}.popup--settings .popup__box-right .switch-candy{margin-left:auto;margin-bottom:3.2rem}.popup--settings .popup__box-right .switch-candy:last-of-type{margin-bottom:0}.popup--settings .popup__box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup--settings .popup__box-input{padding-top:1.8rem;text-align:center}.popup--settings .popup__box-input label{color:#fff;font-size:4.8rem;line-height:1;white-space:nowrap;text-transform:none}.popup--settings .popup__footer{text-align:center}.popup--settings .popup__footer .btn.btn-primary,.popup--settings .popup__footer .btn.btn-primary img{height:11rem}.popup--resign .popup__content{min-height:79.2rem}.popup--resign .popup__box-bottom,.popup--resign .popup__box-top{background-size:95.6rem 4.8rem}.popup--resign .popup__box-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.popup--resign .popup__box-center{min-height:calc(38rem - 4.8rem - 4.8rem);background-size:95.6rem 4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:5.6rem;text-align:center;width:100%}.popup--resign .popup__box-center p{margin-bottom:0}.popup--resign .popup__box-center p+p{margin-top:.5em}.popup--resign .popup__box-center .decor{pointer-events:none;position:absolute;left:.4rem;top:.6rem;width:53.3rem;height:39.6rem;background-repeat:no-repeat;background-size:cover}.popup--resign .popup__box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup--resign .popup__footer{margin-top:auto;padding-bottom:7.6rem;text-align:center}.popup--resign .popup__footer .btn.btn-primary,.popup--resign .popup__footer .btn.btn-primary img{height:11rem}.popup--offer .popup__dialog{max-width:97.2rem}.popup--offer .popup__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:1rem;height:26.3rem;padding-bottom:3.6rem;padding-top:.5rem;padding-left:8rem;padding-right:6.4rem}.popup--offer .popup__offer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;color:#fff}.popup--offer .popup__offer-icon{width:11rem;height:11rem}.popup--offer .popup__offer-icon img{display:block;max-width:100%;width:auto;height:auto}.popup--offer .popup__offer-title{font-weight:700;font-size:4.8rem;line-height:11rem}.popup--offer-box .popup__content{min-height:65.4rem}.popup--offer-box .popup__box-bottom,.popup--offer-box .popup__box-top{background-size:95.6rem 4.8rem}.popup--offer-box .popup__box-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.popup--offer-box .popup__header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup--offer-box .popup__header-title .title{font-size:4.6rem;line-height:10rem;padding-left:1.6rem}.popup--offer-box .popup__header img{width:10rem;height:10rem}.popup--offer-box .popup__statusbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:3.4rem;padding-bottom:3.4rem}.popup--offer-box .popup__statusbar .statusbar{width:70rem}.popup--offer-box .popup__box-center{min-height:1rem;height:13rem;background-size:95.6rem 4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.popup--offer-box .popup__box-center .left,.popup--offer-box .popup__box-center .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;color:#fff}.popup--offer-box .popup__box-center .left span,.popup--offer-box .popup__box-center .right span{white-space:nowrap;font-size:3.2rem}.popup--offer-box .popup__box-center .left span:first-of-type,.popup--offer-box .popup__box-center .right span:first-of-type{text-transform:uppercase}.popup--offer-box .popup__box-center .left span+span,.popup--offer-box .popup__box-center .right span+span{font-size:6.2rem}.popup--offer-box .popup__box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup--offer-box .popup__footer{padding-left:7rem;padding-right:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}.popup--offer-box .popup__footer .btn,.popup--offer-box .popup__footer .btn>img{height:8rem}.popup--offer-box .popup__footer .btn span{font-size:3.2rem;line-height:8rem}.popup--offer-box .popup__footer .btn.btn-warning figure{position:absolute;left:3.2rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0}.popup--offer-box .popup__footer .btn.btn-warning figure.resign-flag{width:3.2rem;height:3.7rem}.popup--offer-box .popup__footer .btn.btn-warning figure.resign-flag img{display:block;max-width:100%}.popup--offer-box .popup__footer .btn.btn-warning span{padding-left:3.2rem}.popup--game-result .popup__content{min-height:55.1rem}.popup--game-result .popup__box-bottom,.popup--game-result .popup__box-top{background-size:95.6rem 4.8rem}.popup--game-result .popup__box-center{min-height:1rem;height:13rem;background-size:95.6rem 4.8rem}.popup--game-result .popup__box-left{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.popup--game-result .popup__dialog{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup--game-result .popup__pre-content{min-height:34.2rem;min-width:50rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10rem}.popup--game-result .popup__pre-content .winner{height:10.8rem}.popup--game-result .popup__pre-content .winner img{display:block;max-width:100%;margin-left:auto;margin-right:auto;height:10.8rem}.popup--game-result .popup__pre-content .rewards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:3rem;margin-bottom:3rem}.popup--game-result .popup__pre-content .rewards .reward{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup--game-result .popup__pre-content .rewards .reward__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:7.4rem;height:7.4rem}.popup--game-result .popup__pre-content .rewards .reward__icon img{display:block;max-width:100%}.popup--game-result .popup__pre-content .rewards .reward__value{white-space:nowrap;color:#fff;font-weight:700;font-size:6rem;line-height:7.4rem;padding-left:1.6rem}.popup--game-result .popup__body{text-align:center;padding-top:4rem}.popup--game-result .popup__body .game-result-frame{position:relative;display:inline-block;margin-top:5.6rem}.popup--game-result .popup__body .game-result-frame__img{width:25.8rem;height:10.4rem}.popup--game-result .popup__body .game-result-frame__img img{display:block;max-width:100%}.popup--game-result .popup__body .game-result-frame__status{position:absolute;left:0;top:0;right:0;bottom:0;color:#fff;font-size:8rem;line-height:10rem;text-transform:uppercase;text-align:center}.popup--game-result .popup__body .game-result-frame__status strong{font-weight:700;white-space:nowrap}.popup--game-result .popup__body .versus__game-vs{margin-top:1.6rem}.popup--game-result .popup__box-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.popup--game-result .popup__box-center .left,.popup--game-result .popup__box-center .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;color:#fff}.popup--game-result .popup__box-center .left span,.popup--game-result .popup__box-center .right span{white-space:nowrap;font-size:3.2rem}.popup--game-result .popup__box-center .left span:first-of-type,.popup--game-result .popup__box-center .right span:first-of-type{text-transform:uppercase}.popup--game-result .popup__box-center .left span+span,.popup--game-result .popup__box-center .right span+span{font-size:6.2rem}.popup--game-result .popup__box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.popup--game-result .popup__footer{padding-top:3.2rem;padding-left:14rem;padding-right:14rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}.popup--game-result .popup__footer .btn,.popup--game-result .popup__footer .btn>img{height:10rem}.popup--game-result .popup__footer .btn span{font-size:4.2rem;line-height:1rem}.stage .phone{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:4rem}.stage .phone__icon{width:4.2rem;height:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:3.2rem}.stage .phone__icon img{display:block;max-width:100%}.stage .phone__icon a img{-webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:opacity .2s ease-out,transform .2s ease-out,-webkit-transform .2s ease-out;-o-transition:opacity .2s ease-out,transform .2s ease-out}.stage .phone__icon a:active img,.stage .phone__icon a:focus img,.stage .phone__icon a:hover img{opacity:.8;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.stage .phone__tel{color:#6bace9;font-size:6rem;line-height:1}.stage.s2 .bh__popup{padding-top:3.4rem}.stage.s2 .bh__popup>p{font-size:4rem}.stage.s2 .bh__popup p{margin-bottom:3.2rem}.stage.s2 .bh__popup-select{padding-top:2rem}.stage.s2 .phone{margin-bottom:3.4rem}.stage.s2 .message{color:#787878;font-size:3rem}.stage.s2 .message a{color:#53789b;text-replace:none;text-decoration:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.stage.s2 .message a:active,.stage.s2 .message a:focus,.stage.s2 .message a:hover{color:#3db3fd}.stage.s3 .loader{margin-left:auto;margin-right:auto}.stage.s4 .bh__popup{padding-top:7rem}.stage.s4 .done{display:block;width:15.6rem;height:15.6rem;margin:0 auto 2.4rem}.stage.s4 .done img{display:block;max-width:100%}.stage.s4 .status{text-align:center}.stage.s4 .status span,.stage.s4 .status strong{display:block}.stage.s4 .status strong{color:#82b83b;font-weight:400;font-size:6rem;text-transform:uppercase;margin-bottom:1rem}.stage.s4 .status span{color:#c7c7c7;font-size:4rem}.stage .phone-select__content{padding-right:0}.stage .phone-select__content-resent-btn{padding-top:.2rem}.stage .phone-select__content-resent-btn .input-btn{-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.stage .phone-select__content-resent-btn .input-btn:hover{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.stage .phone-select__content-resent-btn .input-btn:focus{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.stage .phone-select__content-resent-btn .input-btn:active{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.rollup-modal{position:relative;width:100%;max-width:460px;background-color:#fff;-webkit-box-shadow:rgba(20,21,26,.16) 0 8px 16px,rgba(71,77,87,.16) 0 16px 32px,rgba(20,21,26,.1) 0 0 1px;box-shadow:rgba(20,21,26,.16) 0 8px 16px,rgba(71,77,87,.16) 0 16px 32px,rgba(20,21,26,.1) 0 0 1px;border-radius:1.6rem;margin-left:auto;margin-right:auto}.rollup-modal__header{height:7.2rem;padding-top:.4rem}.rollup-modal__header-title{text-align:center}.rollup-modal__header-title .title{color:#000;font-size:1.8rem;line-height:6.4rem;font-weight:700;text-align:center;text-transform:uppercase}.rollup-modal__header-close{position:absolute;top:.4rem;right:0;width:6.4rem;height:6.4rem}.rollup-modal__header-close .btn-close{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;display:inline-block;width:6.4rem;height:6.4rem;background-repeat:no-repeat;background-size:cover;-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.rollup-modal__header-close .btn-close:active,.rollup-modal__header-close .btn-close:focus,.rollup-modal__header-close .btn-close:hover{outline:0}.rollup-modal__header-close .btn-close:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.rollup-modal__body{padding:24px 32px 16px}.rollup-modal__search .input-box{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 24px;min-width:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.6;border:1px solid #eaecef;border-radius:8px;background-color:transparent;width:100%;height:40px}.rollup-modal__search .input-box__decor{position:absolute;pointer-events:none;left:0;top:0;right:0;bottom:0;border:1px solid #3db3fd;border-radius:8px;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.rollup-modal__search .input-box .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;font-size:14px;margin:0;min-width:0}.rollup-modal__search .input-box .icon svg{cursor:pointer;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 -8px 0 8px;min-width:0;color:#b7bdc6;font-size:24px;fill:#b7bdc6;width:1em;height:1em}.rollup-modal__search .input-box input{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;width:100%;height:100%;padding:0 12px;outline:0;border:none;opacity:1;background-color:transparent;color:#1e2329;font-size:14px;overflow:visible}.rollup-modal__search .input-box input:active+.input-box__decor,.rollup-modal__search .input-box input:focus+.input-box__decor,.rollup-modal__search .input-box input:hover+.input-box__decor{opacity:1}.rollup-modal__search-results{overflow-y:auto!important;overflow-x:hidden!important;overflow-anchor:none;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;min-height:30rem;max-height:40rem}.rollup-modal__search-results .ul-options,.rollup-modal__search-results>ul{list-style:none;margin:0 -24px;padding:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.rollup-modal__search-results .ul-options>li,.rollup-modal__search-results>ul>li{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;color:#1e2329;opacity:1;cursor:pointer;background-color:#fff;line-height:1;padding:10px 24px}.rollup-modal__search-results .ul-options>li:hover,.rollup-modal__search-results>ul>li:hover{background-color:#f0f0f0}.rollup-modal__search-results .ul-options>li .li-option,.rollup-modal__search-results>ul>li .li-option{max-height:64px;font-size:14px;line-height:44px}.rollup-modal__search-results .ul-options>li .li-option__cover,.rollup-modal__search-results>ul>li .li-option__cover{margin:0;min-width:0;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.rollup-modal__search-results .ul-options>li .li-option__country,.rollup-modal__search-results>ul>li .li-option__country{margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rollup-modal__search-results .ul-options>li .li-option__country-box,.rollup-modal__search-results>ul>li .li-option__country-box{margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rollup-modal__search-results .ul-options>li .li-option__country-box-icon,.rollup-modal__search-results>ul>li .li-option__country-box-icon{margin:0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:8px}.rollup-modal__search-results .ul-options>li .li-option__country-box-icon img,.rollup-modal__search-results .ul-options>li .li-option__country-box-icon svg,.rollup-modal__search-results>ul>li .li-option__country-box-icon img,.rollup-modal__search-results>ul>li .li-option__country-box-icon svg{margin:0;min-width:0;color:currentcolor;font-size:32px;fill:currentcolor;width:1em;height:1em}.rollup-modal__search-results .ul-options>li .li-option__country-box-text,.rollup-modal__search-results>ul>li .li-option__country-box-text{margin:0;min-width:0;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rollup-modal__search-results .ul-options>li .li-option__country-code,.rollup-modal__search-results>ul>li .li-option__country-code{margin:0;min-width:0;-ms-flex-negative:0;flex-shrink:0}.page-dice .bh__content .bh__content-main-left{width:111rem;-webkit-box-flex:0;-ms-flex:0 0 111rem;flex:0 0 111rem;padding-left:2.6rem;padding-top:7.4rem}.page-dice .bh__content .bh__content-main-table .bh-table__body{min-height:78.2rem}.page-dice .bh__content .bh__content-main-table .bh-table__body-scroll{height:70rem}.page-dice .bh__content .bh__content-main-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:81rem;-webkit-box-flex:0;-ms-flex:0 0 81rem;flex:0 0 81rem;padding-top:7.4rem;padding-bottom:5.4rem}.page-dice .bh__content .bh__content-main-right-bet{padding-top:6.4rem;text-align:center}.page-dice .bh__content .bh__content-main-right-your_bet{padding-top:5.4rem;padding-bottom:4.8rem;text-align:center}.page-dice .bh__content .bh__content-main-right-your_bet label{cursor:pointer;display:block;text-align:center;margin:0;padding:0;margin-bottom:3.2rem;font-size:3.4rem;line-height:4rem;font-weight:700;color:#afe6ff}.page-dice .bh__content .bh__content-main-right-your_bet .input-candy{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:48rem;-webkit-box-flex:0;-ms-flex:0 0 48rem;flex:0 0 48rem}.page-dice .bh__content .bh__content-main-right-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:6.4rem;padding-right:6.4rem}.page-dice .bh__content .bh__content-bottombar{height:18.4rem}.page-dice .bh__content .bh__content-bottombar-right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:79.4rem;height:18.4rem}.page-dice .bh__content .bh__content-bottombar-right__label{position:absolute;left:0;right:0;top:-2.4rem;pointer-events:none;cursor:default;display:block;text-align:center;margin:0;padding:0;margin-bottom:3.2rem;font-size:3.4rem;line-height:4rem;font-weight:700;color:#afe6ff}.page-dice .bh__content .bh__content-bottombar-right .btn-group{margin-top:auto;margin-left:0;margin-right:0;max-width:67rem;width:67rem;-webkit-box-flex:0;-ms-flex:0 0 67rem;flex:0 0 67rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-top-left-radius:3rem;border-top-right-radius:3rem}.page-dice .bh__content .bh__content-bottombar-right .btn{position:relative;height:12rem}.page-dice .bh__content .bh__content-bottombar-right .btn:after{content:'';position:absolute;left:0;top:1px;right:0;height:50%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0));-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.page-dice .bh__content .bh__content-bottombar-right .btn:hover,.page-dice .bh__content .bh__content-bottombar-right .btn:hover:after{opacity:1}.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-b,.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-f{position:relative;z-index:10;color:#fff;font-size:5rem;line-height:13rem;font-weight:700;text-align:center;text-transform:uppercase;white-space:nowrap}.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-b strong,.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-f strong{background-image:-webkit-gradient(linear,left top,left bottom,from(#ffd1b2),to(#fff));background-image:-o-linear-gradient(top,#ffd1b2,#fff);background-image:linear-gradient(to bottom,#ffd1b2,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-b span,.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-f span{position:absolute;z-index:-1;color:transparent;text-shadow:0 6px 6px rgba(0,0,0,.2);left:0;top:0;right:0}.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-b{width:31.8rem}.page-dice .bh__content .bh__content-bottombar-right .btn.btn-roll-f{width:32.6rem;margin-left:2.5rem}.page-friends .bh__content .bh__content-main-left,.page-leaderboard .bh__content .bh__content-main-left{width:51.8rem;-webkit-box-flex:0;-ms-flex:0 0 51.8rem;flex:0 0 51.8rem;padding-left:3.2rem;padding-top:7.4rem;padding-bottom:5.4rem}.page-friends .bh__content .bh__content-main-ranks,.page-leaderboard .bh__content .bh__content-main-ranks{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-friends .bh__content .bh__content-main-ranks:before,.page-leaderboard .bh__content .bh__content-main-ranks:before{content:'';position:absolute;z-index:-1;pointer-events:none;left:0;top:0;right:-2rem;bottom:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#4ca4ff),color-stop(20%,#004fdf),color-stop(73%,#52a7ff),to(#006de8));background-image:-o-linear-gradient(bottom,#4ca4ff 0,#004fdf 20%,#52a7ff 73%,#006de8 100%);background-image:linear-gradient(to top,#4ca4ff 0,#004fdf 20%,#52a7ff 73%,#006de8 100%);border-top-left-radius:3rem;border-bottom-left-radius:3rem;opacity:.3}.page-friends .bh__content .bh__content-main-ranks:after,.page-leaderboard .bh__content .bh__content-main-ranks:after{content:'';position:absolute;pointer-events:none;top:0;right:-2rem;bottom:0;width:4rem;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.4)));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.4));background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.4))}.page-friends .bh__content .bh__content-main-ranks .message,.page-leaderboard .bh__content .bh__content-main-ranks .message{color:#fff;font-size:4.8rem;line-height:1;text-align:center}.page-friends .bh__content .bh__content-main-ranks .message p,.page-leaderboard .bh__content .bh__content-main-ranks .message p{pointer-events:none;margin:0;opacity:.8;font-weight:400}.page-friends .bh__content .bh__content-main-ranks .message p small,.page-leaderboard .bh__content .bh__content-main-ranks .message p small{font-size:3.6rem}.page-friends .bh__content .bh__content-main-right,.page-leaderboard .bh__content .bh__content-main-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:140.2rem;-webkit-box-flex:0;-ms-flex:0 0 140.2rem;flex:0 0 140.2rem;padding-top:7.4rem;padding-right:2.8rem;padding-bottom:5.4rem}.page-friends .bh__content .bh__content-main-table .bh-table__body,.page-leaderboard .bh__content .bh__content-main-table .bh-table__body{min-height:5.2rem}.page-friends .bh__content .bh__content-main-table .bh-table__body-scroll,.page-leaderboard .bh__content .bh__content-main-table .bh-table__body-scroll{height:52.2rem}.page-tournament .bh__content .bh__content-main-left{width:51.8rem;-webkit-box-flex:0;-ms-flex:0 0 51.8rem;flex:0 0 51.8rem;padding-left:3.2rem;padding-top:7.4rem;padding-bottom:5.4rem;padding-right:2.4rem}.page-tournament .bh__content .bh__content-main-tournament{height:77.2rem}.page-tournament .bh__content .bh__content-main-tournament .figure{position:relative;margin:0}.page-tournament .bh__content .bh__content-main-tournament .figure__img img{display:block;max-width:100%}.page-tournament .bh__content .bh__content-main-tournament .figure__text{overflow:hidden;position:absolute;left:0;bottom:4.8rem;right:0;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis}.page-tournament .bh__content .bh__content-main-tournament .figure__text span,.page-tournament .bh__content .bh__content-main-tournament .figure__text strong{display:block;white-space:nowrap}.page-tournament .bh__content .bh__content-main-tournament .figure__text strong{color:#fff;font-size:6rem;line-height:1.2;text-transform:uppercase}.page-tournament .bh__content .bh__content-main-tournament .figure__text span{color:#ffe59e;font-size:4.8rem;line-height:1;font-weight:300}.page-tournament .bh__content .bh__content-main-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:140.2rem;-webkit-box-flex:0;-ms-flex:0 0 140.2rem;flex:0 0 140.2rem;padding-top:7.4rem;padding-right:2.8rem;padding-bottom:5.4rem}.page-tournament .bh__content .bh__content-main-table .bh-table__body{min-height:64.8rem}.page-tournament .bh__content .bh__content-main-table .bh-table__body-scroll{height:57rem}.page-tournament .bh__content .bh__content-main-table .bh-table__footer{height:12.4rem}.bh__content .bh-table__body-space .trow .tr .td-player{width:74rem}.bh__content .bh-table__body .bh-table__body-thead .tr .td-rank+.td-player{width:70rem;padding-left:2rem}.bh__content .bh-table__body .tr .td-coin-bet{width:20rem}.page-leaderboard .bh__content .bh__content-main-left{width:51.8rem;-webkit-box-flex:0;-ms-flex:0 0 51.8rem;flex:0 0 51.8rem;padding-left:3.2rem;padding-top:7.4rem;padding-bottom:5.4rem}.page-leaderboard .bh__content .bh__content-main-ranks{padding-left:2.2rem}.page-leaderboard .bh__content .bh__content-main-ranks ul{list-style:none;margin:0;padding:0;width:100%}.page-leaderboard .bh__content .bh__content-main-ranks ul li{margin:0}.page-leaderboard .bh__content .bh__content-main-ranks ul li+li{margin-top:2.6rem}.page-leaderboard .bh__content .bh__content-main-ranks .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:2.8rem}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank{color:#c3deff;text-align:left;height:10.4rem;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(6,105,228,.5)),to(rgba(0,24,102,.5)));background-image:-o-linear-gradient(bottom,rgba(6,105,228,.5) 0,rgba(0,24,102,.5) 100%);background-image:linear-gradient(to top,rgba(6,105,228,.5) 0,rgba(0,24,102,.5) 100%);border:1px solid #417cd3;border-top-left-radius:2rem;border-bottom-left-radius:2rem;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank:hover,.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank:hover .btn-rank__value{color:#fff}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank.active{pointer-events:none;color:#fff;border-color:#5ab6ff;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,95,224,.5)),to(rgba(67,182,255,.5)));background-image:-o-linear-gradient(bottom,rgba(0,95,224,.5) 0,rgba(67,182,255,.5) 100%);background-image:linear-gradient(to top,rgba(0,95,224,.5) 0,rgba(67,182,255,.5) 100%)}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank.active .btn-rank__value{color:#fff}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank__flag{padding-left:2.8rem;padding-right:2.8rem;width:11.6rem}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank__text{width:100%;font-size:3.2rem;line-height:3.9rem;text-transform:uppercase;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank__value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:11.2rem;-webkit-box-flex:0;-ms-flex:0 0 11.2rem;flex:0 0 11.2rem;text-align:right;color:#5db1ff;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank__value .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:1.7rem;-webkit-box-flex:0;-ms-flex:0 0 1.7rem;flex:0 0 1.7rem;margin-right:1.2rem}.page-leaderboard .bh__content .bh__content-main-ranks .btn-rank__value span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:3.2rem;font-weight:700;text-transform:uppercase;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-left:auto}.page-leaderboard .bh__content .bh-table__body-thead{padding-left:5rem}.page-leaderboard .bh__content .bh-table__body-scroll{padding-left:4rem;padding-right:4rem}.page-leaderboard .bh__content .bh-table__body-space .trow{position:relative;z-index:20}.page-leaderboard .bh__content .bh-table__body-space .trow:after,.page-leaderboard .bh__content .bh-table__body-space .trow:before{content:'';position:absolute;pointer-events:none;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.page-leaderboard .bh__content .bh-table__body-space .trow:before{left:-3rem;top:-.4rem;right:-3rem;bottom:-.4rem;background-image:-webkit-gradient(linear,left bottom,left top,from(#5faaff),color-stop(30%,#70adff),color-stop(85%,#c8ecff),to(#72b4ff));background-image:-o-linear-gradient(bottom,#5faaff 0,#70adff 30%,#c8ecff 85%,#72b4ff 100%);background-image:linear-gradient(to top,#5faaff 0,#70adff 30%,#c8ecff 85%,#72b4ff 100%);-webkit-box-shadow:inset 0 2px 1.4px .6px rgba(255,255,255,.7);box-shadow:inset 0 2px 1.4px .6px rgba(255,255,255,.7);border-radius:.8rem}.page-leaderboard .bh__content .bh-table__body-space .trow:after{left:-3.4rem;top:-.8rem;right:-3.4rem;bottom:-.8rem;border:solid rgba(255,255,255,.5);border-radius:1rem}.page-leaderboard .bh__content .bh-table__body-space .trow:hover:after,.page-leaderboard .bh__content .bh-table__body-space .trow:hover:before{opacity:1}.page-leaderboard .bh__content .bh-table__body-space .trow:hover .td-player .name{color:#334d7f}.page-cashdesk .bh__content .bh__content-main-left{width:90rem;-webkit-box-flex:0;-ms-flex:0 0 90rem;flex:0 0 90rem;padding-left:3.2rem;padding-top:7.4rem;padding-bottom:5.4rem}.page-cashdesk .bh__content .bh__content-main-currencies{position:relative;height:100%}.page-cashdesk .bh__content .bh__content-main-currencies:before{content:'';position:absolute;z-index:-1;pointer-events:none;left:-2rem;top:0;right:0;bottom:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#4ca4ff),color-stop(20%,#004fdf),color-stop(73%,#52a7ff),to(#006de8));background-image:-o-linear-gradient(bottom,#4ca4ff 0,#004fdf 20%,#52a7ff 73%,#006de8 100%);background-image:linear-gradient(to top,#4ca4ff 0,#004fdf 20%,#52a7ff 73%,#006de8 100%);border-top-right-radius:3rem;border-bottom-right-radius:3rem;opacity:.3}.page-cashdesk .bh__content .bh__content-main-currencies:after{content:'';position:absolute;pointer-events:none;top:0;left:-2rem;bottom:0;width:4rem;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,0))}.page-cashdesk .bh__content .bh__content-main-currencies-title{display:block;color:#fff;font-size:6rem;line-height:10.4rem;font-weight:700;text-align:center;text-transform:uppercase}.page-cashdesk .bh__content .bh__content-main-currencies .message{color:#fff;font-size:4.8rem;line-height:1;text-align:center}.page-cashdesk .bh__content .bh__content-main-currencies .message p{pointer-events:none;margin:0;opacity:.8;font-weight:400}.page-cashdesk .bh__content .bh__content-main-currencies .message p small{font-size:3.6rem}.page-cashdesk .bh__content .bh__content-main-currencies .para{margin-top:9rem;color:#fff;font-size:3rem;line-height:1.5;font-weight:500}.page-cashdesk .bh__content .bh__content-main-currencies .para.tac{text-align:center}.page-cashdesk .bh__content .bh__content-main-currencies .para p{margin-bottom:1em}.page-cashdesk .bh__content .bh__content-main-table .bh-table__body{min-height:78.2rem}.page-cashdesk .bh__content .bh__content-main-table .bh-table__body-scroll{height:70rem}.page-cashdesk .bh__content .bh__content-main-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100.2rem;-webkit-box-flex:0;-ms-flex:0 0 100.2rem;flex:0 0 100.2rem;padding-top:7.4rem;padding-right:2.8rem;padding-bottom:5.4rem}.currencies{padding-top:2.6rem;padding-left:5.4rem;padding-right:5.4rem}.currencies .currencie+.currencie{margin-top:6.2rem}.currencies .currencie__title{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;font-size:4rem;line-height:4.8rem;padding-bottom:1.2rem}.currencies .currencie__title .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:4.8rem;height:4.8rem;margin-right:1.2rem}.currencies .currencie__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:10.4rem;background-color:rgba(255,255,255,.1);border-radius:6rem}.currencies .currencie__group .input-candy{min-width:10rem}.currencies .currencie__group .input-candy__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.currencies .currencie__group .input-candy__input input{text-align:right}.currencies .currencie__group-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:51.4rem;-webkit-box-flex:0;-ms-flex:0 0 51.4rem;flex:0 0 51.4rem;padding-top:.7rem}.currencies .currencie__group-buttons .btn+.btn{min-width:24rem}.page-board.show-frame .bh__content-topbar{pointer-events:all!important}.page-board.show-frame .bh__board+.bh__frame{z-index:2000;opacity:1}.page-board.show-frame .bh__frame{z-index:2000!important;opacity:1!important}.page-board .bh__board{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;background-size:cover;background-repeat:no-repeat}.page-board .bh__board+.bh__frame{position:absolute;z-index:50;left:0;top:0;right:0;bottom:0;opacity:0;pointer-events:none}.page-board .bh__board-left,.page-board .bh__board-right{position:relative}.page-board .bh__board-left-user,.page-board .bh__board-right-user{padding-top:2rem}.page-board .bh__board-left-user .ava-box,.page-board .bh__board-right-user .ava-box{height:auto;margin-left:auto;margin-right:auto}.page-board .bh__board-left-user .ava-box__flag,.page-board .bh__board-right-user .ava-box__flag{margin-bottom:1rem;-webkit-transform:translateY(-.5rem);-ms-transform:translateY(-.5rem);transform:translateY(-.5rem)}.page-board .bh__board-left-user .ava-box__level,.page-board .bh__board-right-user .ava-box__level{margin-bottom:2.8rem}.page-board .bh__board-left-user .btn-bank,.page-board .bh__board-right-user .btn-bank{margin-left:.2rem}.page-board .bh__board-left-color,.page-board .bh__board-right-color{padding-top:6.8rem}.page-board .bh__board-left-color img,.page-board .bh__board-right-color img{display:block;max-width:7rem;margin-left:auto;margin-right:auto}.page-board .bh__board-left-buttons,.page-board .bh__board-right-buttons{position:absolute;left:0;bottom:0;width:15.2rem}.page-board .bh__board-left-buttons .btn-group,.page-board .bh__board-right-buttons .btn-group{background-repeat:no-repeat;background-size:cover}.page-board .bh__board-left{width:15.2rem}.page-board .bh__board-left-timer{padding-top:2.8rem}.page-board .bh__board-left-timer .timer{position:relative;width:14rem;height:10.4rem;margin-left:auto;margin-right:auto}.page-board .bh__board-left-timer .timer__icon{position:absolute;left:0;top:0}.page-board .bh__board-left-timer .timer__icon img{display:block;max-width:100%}.page-board .bh__board-left-timer .timer__counter{position:absolute;left:1rem;top:1rem;right:1rem;bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-board .bh__board-left-timer .timer__counter span,.page-board .bh__board-left-timer .timer__counter strong{color:#fff;white-space:nowrap;line-height:1}.page-board .bh__board-left-timer .timer__counter strong{font-size:4.8rem;letter-spacing:1px;font-weight:700}.page-board .bh__board-left-timer .timer__counter span{font-size:3rem}.page-board .bh__board-left-timer .timer__line{position:absolute;left:0;top:0}.page-board .bh__board-left-buttons .btn-group{width:15.2rem;height:43.7rem;padding-top:2.5rem}.page-board .bh__board-left-buttons .btn-group a.btn,.page-board .bh__board-left-buttons .btn-group button.btn{overflow:hidden;position:relative;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0;border-top-right-radius:3rem;border-bottom-right-radius:3rem}.page-board .bh__board-left-buttons .btn-group a.btn:active,.page-board .bh__board-left-buttons .btn-group a.btn:focus,.page-board .bh__board-left-buttons .btn-group a.btn:hover,.page-board .bh__board-left-buttons .btn-group button.btn:active,.page-board .bh__board-left-buttons .btn-group button.btn:focus,.page-board .bh__board-left-buttons .btn-group button.btn:hover{outline:0}.page-board .bh__board-left-buttons .btn-group a.btn:after,.page-board .bh__board-left-buttons .btn-group button.btn:after{content:'';position:absolute;top:0;right:1px;bottom:0;width:50%;background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));background-image:-o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,.3));background-image:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.3));-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.page-board .bh__board-left-buttons .btn-group a.btn:hover,.page-board .bh__board-left-buttons .btn-group a.btn:hover:after,.page-board .bh__board-left-buttons .btn-group button.btn:hover,.page-board .bh__board-left-buttons .btn-group button.btn:hover:after{opacity:1}.page-board .bh__board-left-buttons .btn-group a.btn-settings,.page-board .bh__board-left-buttons .btn-group button.btn-settings{width:12.4rem;height:15.5rem}.page-board .bh__board-left-buttons .btn-group a.btn-settings+.btn.btn-resign,.page-board .bh__board-left-buttons .btn-group button.btn-settings+.btn.btn-resign{margin-top:7.8rem}.page-board .bh__board-left-buttons .btn-group a.btn-resign,.page-board .bh__board-left-buttons .btn-group button.btn-resign{width:12.4rem;height:15.5rem}.page-board .bh__board-center{position:relative;width:161.7rem}.page-board .bh__board-center-name{position:absolute;z-index:20;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:48.6rem;height:5.7rem;background-repeat:no-repeat;background-size:cover;color:#fff;text-align:center;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.page-board .bh__board-center-name span{font-size:3.4rem;line-height:4.4rem;font-weight:700;white-space:nowrap;text-transform:uppercase}.page-board .bh__board-center .field{margin-top:3.4rem;-webkit-transform:translateX(-.4rem);-ms-transform:translateX(-.4rem);transform:translateX(-.4rem)}.page-board .bh__board-right{width:15.2rem}.page-board .bh__board-right-buttons .btn-group{width:15.2rem;height:43.6rem;padding-left:2.7rem;padding-top:2.5rem}.page-board .bh__board-right-buttons .btn-group a.btn,.page-board .bh__board-right-buttons .btn-group button.btn{overflow:hidden;position:relative;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.page-board .bh__board-right-buttons .btn-group a.btn:active,.page-board .bh__board-right-buttons .btn-group a.btn:focus,.page-board .bh__board-right-buttons .btn-group a.btn:hover,.page-board .bh__board-right-buttons .btn-group button.btn:active,.page-board .bh__board-right-buttons .btn-group button.btn:focus,.page-board .bh__board-right-buttons .btn-group button.btn:hover{outline:0}.page-board .bh__board-right-buttons .btn-group a.btn:after,.page-board .bh__board-right-buttons .btn-group button.btn:after{content:'';position:absolute;top:0;left:0;bottom:0;width:50%;background-image:-webkit-gradient(linear,right top,left top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));background-image:-o-linear-gradient(right,rgba(255,255,255,0),rgba(255,255,255,.3));background-image:linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,.3));-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.page-board .bh__board-right-buttons .btn-group a.btn:hover,.page-board .bh__board-right-buttons .btn-group a.btn:hover:after,.page-board .bh__board-right-buttons .btn-group button.btn:hover,.page-board .bh__board-right-buttons .btn-group button.btn:hover:after{opacity:1}.page-board .bh__board-right-buttons .btn-group a.btn-mute,.page-board .bh__board-right-buttons .btn-group button.btn-mute{width:12.4rem;height:12.8rem;border-top-left-radius:3rem}.page-board .bh__board-right-buttons .btn-group a.btn-comments,.page-board .bh__board-right-buttons .btn-group button.btn-comments{width:12.4rem;height:13rem}.page-board .bh__board-right-buttons .btn-group a.btn-volume,.page-board .bh__board-right-buttons .btn-group button.btn-volume{width:12.4rem;height:12.9rem;border-bottom-left-radius:3rem}.page-board .bh__dice{position:absolute;z-index:80;top:0;left:0;right:0;bottom:0}.page-board .bh__dice.from-left{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}.page-board .bh__dice figure{margin:0}.page-board .bh__dice figure img{display:block;max-width:100%;opacity:0;will-change:opacity}.page-board .bh__dice figure img.active{opacity:1}.page-board .bh__dice .dice-frames img{position:absolute;left:0;top:0}.page-board .bh__chat{display:none;visibility:hidden;position:absolute;z-index:100;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:37rem;opacity:0;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;-o-transition:opacity .3s,transform .3s;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.page-board .bh__chat.animated{display:block;visibility:visible}.page-board .bh__chat.animated.show{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.page-board .bh__chat .chat{display:-webkit-box;display:-ms-flexbox;display:flex;width:37rem;height:100%;padding-top:.4rem;padding-bottom:1rem;background-repeat:no-repeat;background-size:cover}.page-board .bh__chat .chat__content{margin-left:auto;width:28rem;height:100%;background-color:rgba(0,0,0,.2)}.page-board .bh__chat .chat__content-messages{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:.6rem;border-top-left-radius:4rem}.page-board .bh__chat .chat__content-messages button.btn-message{position:relative;color:#fff;font-size:3.4rem;line-height:8.5rem;font-weight:300;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.page-board .bh__chat .chat__content-messages button.btn-message:active,.page-board .bh__chat .chat__content-messages button.btn-message:focus,.page-board .bh__chat .chat__content-messages button.btn-message:hover{outline:0}.page-board .bh__chat .chat__content-messages button.btn-message:hover:after{opacity:1}.page-board .bh__chat .chat__content-messages button.btn-message:first-of-type:after{border-top-left-radius:4rem}.page-board .bh__chat .chat__content-messages button.btn-message:after{content:'';position:absolute;pointer-events:none;z-index:20;left:0;top:0;right:0;height:50%;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0));-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}.page-board .bh__chat .chat__content-smiles{padding-left:1.4rem;padding-top:3rem;padding-right:1.2rem;padding-bottom:3rem}.page-board .bh__chat .chat__content-smiles .smiles-grid{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:53.2rem}.page-board .bh__chat .chat__content-smiles .smiles-grid .cell{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:first-of-type,.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:nth-of-type(2){height:12.8rem}.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:nth-of-type(3),.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:nth-of-type(4){height:14.2rem}.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:nth-of-type(5),.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:nth-of-type(6){height:13.4rem}.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:nth-of-type(7),.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:nth-of-type(8){height:12.6rem}.page-board .bh__chat .chat__content-smiles .smiles-grid .cell:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0}.page-board .bh__chat .chat__content-smiles .smiles-grid .cell button.btn-smile{width:100%;height:100%}.page-board .bh__chat .chat__content-smiles button.btn-smile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;padding:0;margin:0;outline:0}.page-board .bh__chat .chat__content-smiles button.btn-smile:active,.page-board .bh__chat .chat__content-smiles button.btn-smile:focus,.page-board .bh__chat .chat__content-smiles button.btn-smile:hover{outline:0}.page-board .bh__chat .chat__content-smiles button.btn-smile:hover:after{opacity:1}.page-board .bh__chat .chat__content-smiles button.btn-smile img{display:block;max-width:100%}@media screen and (min-width:768px) and (orientation:portrait){.game-box__rotate{background-size:cover}}@media screen and (min-width:768px){.game-box__loader{background-color:rgba(0,0,0,.3)}}@media (min-width:768px){.game-box__canvas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup{height:100vh}}@media screen and (min-width:992px){.game-box__loader .logo-spinner__spinner .spinner-border{border-width:.4rem}.rollup-modal__search-results::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:4px;background-color:rgba(0,0,0,.3)}.rollup-modal__search-results::-webkit-scrollbar{width:8px}.rollup-modal__search-results::-webkit-scrollbar-thumb{cursor:pointer;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#3db3fd}}@media screen and (max-width:992px) and (orientation:landscape){body,html{height:100vh!important}.game-box__rotate{display:none;visibility:hidden;opacity:0}}@media screen and (max-width:992px) and (orientation:portrait){.game-box__rotate{opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible}.page-board.show-frame{opacity:0}}@media screen and (max-width:992px){.popup.popup--country .popup__dialog{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.rollup-modal{border-bottom-left-radius:0;border-bottom-right-radius:0}.rollup-modal__header-title .title{font-size:3.2rem}.rollup-modal__body{padding-bottom:0}.rollup-modal__search-results{min-height:50vh;max-height:50vh}.rollup-modal__search-results .ul-options>li,.rollup-modal__search-results>ul>li{padding-top:2.4rem;padding-bottom:2.4rem}.rollup-modal__search-results .ul-options>li .li-option,.rollup-modal__search-results>ul>li .li-option{max-height:5.2rem;font-size:4rem;line-height:5.2rem}.rollup-modal__search-results .ul-options>li .li-option__country-box-icon img,.rollup-modal__search-results .ul-options>li .li-option__country-box-icon svg,.rollup-modal__search-results>ul>li .li-option__country-box-icon img,.rollup-modal__search-results>ul>li .li-option__country-box-icon svg{font-size:3.2rem}}