.ico{display:-webkit-flex;display:-ms-flexbox;display:flex}.ico,.ico__svg{width:100%;height:100%}.ico__svg{max-width:100%;max-height:100%;fill:currentcolor}.ico--fill-default .ico__svg{fill:var(--secondary)}.ico--stroke-default .ico__svg{stroke:var(--secondary)}.ico--fill-gray .ico__svg{fill:var(--text)}.ico--stroke-gray .ico__svg{stroke:var(--text)}.ico--fill-black .ico__svg{fill:var(--black)}.ico--fill-white .ico__svg{fill:var(--white)}.input[data-v-d295f0a6],.input__container[data-v-d295f0a6]{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.input__container[data-v-d295f0a6]{-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .625em 0 .9375em;width:100%}.input .input__ico[data-v-d295f0a6]{position:absolute;top:50%;width:.75em;height:.75em;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:.9375em}.input__field[data-v-d295f0a6]{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;font-size:.75em;color:var(--text)}.input__field[data-v-d295f0a6]::-webkit-input-placeholder{text-overflow:ellipsis;color:var(--primary-light)}.input__field[data-v-d295f0a6]::-moz-placeholder{text-overflow:ellipsis;color:var(--primary-light)}.input__field[data-v-d295f0a6]:-ms-input-placeholder{text-overflow:ellipsis;color:var(--primary-light)}.input__field[data-v-d295f0a6]::placeholder{text-overflow:ellipsis;color:var(--primary-light)}.input__field[data-v-d295f0a6]:focus::-webkit-input-placeholder{color:transparent}.input__field[data-v-d295f0a6]:focus::-moz-placeholder{color:transparent}.input__field[data-v-d295f0a6]:focus:-ms-input-placeholder{color:transparent}.input__field[data-v-d295f0a6]:focus::placeholder{color:transparent}.input__field--textarea[data-v-d295f0a6]{width:100%;height:100%;resize:none}.input__field[data-v-d295f0a6]:-webkit-autofill,.input__field[data-v-d295f0a6]:-webkit-autofill:active,.input__field[data-v-d295f0a6]:-webkit-autofill:focus,.input__field[data-v-d295f0a6]:-webkit-autofill:hover{color:var(--text);-webkit-text-fill-color:var(--text);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.input__message[data-v-d295f0a6]{position:absolute;top:-25%;right:1.25em}.input--theme-default .input__container[data-v-d295f0a6]{background-color:var(--primary)}.input--theme-dark .input__container[data-v-d295f0a6]{background-color:var(--primary-dark)}.input--theme-dark.input--is-focused .input__container[data-v-d295f0a6],.input--theme-default.input--is-focused .input__container[data-v-d295f0a6]{border:1px solid var(--secondary)}.input--theme-light .input__container[data-v-d295f0a6]{border:1px solid #a0a0a2;background:#2d2d2f}.input--size-xs .input__container[data-v-d295f0a6]{height:1.5em;border-radius:.75em}.input--size-s .input__container[data-v-d295f0a6]{height:1.625em;border-radius:.8125em}.input--size-m .input__container[data-v-d295f0a6]{height:2.125em;border-radius:1.0625em}.input--size-xl .input__container[data-v-d295f0a6]{height:2.5em;border-radius:1.25em}.input--with-ico .input__container[data-v-d295f0a6]{padding-left:2.5em}.input-message[data-v-d295f0a6]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .625em;max-width:calc(100% - 2.5em);height:1.125em;border:1px solid #404040;border-radius:.5625em;background-color:#2b2b2c}.input-message--error[data-v-d295f0a6]{color:var(--error)}.input-message--success[data-v-d295f0a6]{color:var(--success)}.input-message__text[data-v-d295f0a6]{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:.625em;white-space:nowrap}.btn[data-v-07da03fc]{position:relative;text-decoration:none;text-transform:uppercase}.btn[data-v-07da03fc],.btn__container[data-v-07da03fc]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btn__container[data-v-07da03fc]{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.btn--size-auto[data-v-07da03fc]{height:auto}.btn--size-xs[data-v-07da03fc]{height:1.5em;border-radius:.75em}.btn--size-s[data-v-07da03fc]{height:1.625em;border-radius:.8125em}.btn--size-m[data-v-07da03fc]{height:2em;border-radius:1em}.btn--size-xl[data-v-07da03fc]{height:2.5em;border-radius:1.25em}.btn--is-disabled[data-v-07da03fc]{opacity:.5;pointer-events:none}.btn--is-disabled[data-v-07da03fc]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;background-color:rgba(51,51,51,.5)}.btn--theme-default[data-v-07da03fc]{border:none;border-radius:2px;background-color:var(--primary);color:var(--text)}.btn--theme-tab .btn__container[data-v-07da03fc]{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.btn--theme-menu .btn__container[data-v-07da03fc],.btn--theme-tab .btn__container[data-v-07da03fc]{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btn--theme-accent[data-v-07da03fc]{border:none;background-color:var(--secondary);font-weight:500;color:var(--text-dark)}.btn--theme-accent.btn--is-active[data-v-07da03fc]{background-color:var(--text)}.btn--theme-stroke[data-v-07da03fc]{border:1px solid #878787;background:transparent;color:var(--text)}.btn--theme-stroke.btn--is-active[data-v-07da03fc]{border-color:var(--secondary);color:var(--secondary)}.btn--theme-social[data-v-07da03fc]{border-radius:50%;background-color:var(--secondary)}.btn--theme-sms[data-v-07da03fc]{padding-right:.3125em;padding-left:.3125em;border:1px solid var(--secondary);background-color:transparent;color:var(--text)}.page-slots-header-search[data-v-77460950]{position:relative}.page-slots-header-search .page-slots-header-search__button[data-v-77460950]{position:absolute;top:0;right:0;width:3.4375em}.page-slots-header-search .page-slots-header-search__ico[data-v-77460950]{width:.9375em;height:.9375em;color:var(--gray-light)}.preloader[data-v-2008ae04]{min-height:2em;height:100%;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.preloader-size-1[data-v-2008ae04]{font-size:.625em}.preloader-size-2[data-v-2008ae04]{font-size:.6875em}.preloader-size-3[data-v-2008ae04]{font-size:.75em}.preloader-size-4[data-v-2008ae04]{font-size:.8125em}.preloader-size-5[data-v-2008ae04]{font-size:.875em}.preloader-size-6[data-v-2008ae04]{font-size:.9375em}.preloader-size-7[data-v-2008ae04]{font-size:1em}.preloader-size-8[data-v-2008ae04]{font-size:1.0625em}.preloader-size-9[data-v-2008ae04]{font-size:1.125em}.preloader-size-10[data-v-2008ae04]{font-size:1.1875em}.preloader-size-11[data-v-2008ae04]{font-size:1.25em}.preloader-size-12[data-v-2008ae04]{font-size:1.3125em}.preloader-size-13[data-v-2008ae04]{font-size:1.375em}.preloader-size-14[data-v-2008ae04]{font-size:1.4375em}.preloader-size-15[data-v-2008ae04]{font-size:1.5em}.preloader-size-16[data-v-2008ae04]{font-size:1.5625em}.preloader-size-17[data-v-2008ae04]{font-size:1.625em}.preloader-size-18[data-v-2008ae04]{font-size:1.6875em}@-webkit-keyframes preloader-bar-2008ae04{0%{height:.5em;opacity:.5}15%{height:1em;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}30%{height:1em}45%{height:.5em;opacity:1;-webkit-transform:translateY(-1em);transform:translateY(-1em)}60%{opacity:.5}75%{-webkit-transform:translateY(0);transform:translateY(0)}to{height:.5em;opacity:.5}}@keyframes preloader-bar-2008ae04{0%{height:.5em;opacity:.5}15%{height:1em;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}30%{height:1em}45%{height:.5em;opacity:1;-webkit-transform:translateY(-1em);transform:translateY(-1em)}60%{opacity:.5}75%{-webkit-transform:translateY(0);transform:translateY(0)}to{height:.5em;opacity:.5}}@-webkit-keyframes preloader-bar-2-2008ae04{0%{height:.5em;opacity:.5}15%{height:2em;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}30%{height:2em}45%{height:.5em;opacity:1;-webkit-transform:translateY(-1em);transform:translateY(-1em)}60%{opacity:.5}75%{-webkit-transform:translateY(0);transform:translateY(0)}to{height:.5em;opacity:.5}}@keyframes preloader-bar-2-2008ae04{0%{height:.5em;opacity:.5}15%{height:2em;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}30%{height:2em}45%{height:.5em;opacity:1;-webkit-transform:translateY(-1em);transform:translateY(-1em)}60%{opacity:.5}75%{-webkit-transform:translateY(0);transform:translateY(0)}to{height:.5em;opacity:.5}}.preloader-center[data-v-2008ae04]{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.preloader-margin[data-v-2008ae04]{margin-top:2em}.preloader__bar[data-v-2008ae04]{width:.5em;height:.5em;margin-right:.25em;margin-left:.25em;border-radius:.25em;background-color:currentColor;-webkit-animation:preloader-bar-2008ae04 1.5s linear infinite;animation:preloader-bar-2008ae04 1.5s linear infinite}.preloader__bar[data-v-2008ae04]:nth-child(2n){-webkit-animation-name:preloader-bar-2-2008ae04;animation-name:preloader-bar-2-2008ae04}.preloader__bar[data-v-2008ae04]:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.preloader__bar[data-v-2008ae04]:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.preloader__bar[data-v-2008ae04]:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.preloader__bar[data-v-2008ae04]:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.caption[data-v-51f2aec5]{position:relative}.caption__label[data-v-51f2aec5]{display:block;overflow:hidden;text-overflow:ellipsis}.caption--size-l .caption__label[data-v-51f2aec5]{font-size:1em;line-height:1.1875em}.caption--size-m .caption__label[data-v-51f2aec5]{font-size:.875em;line-height:1.21429em}.caption--size-s .caption__label[data-v-51f2aec5]{font-size:.75em;line-height:1.16667em}.caption--size-xs .caption__label[data-v-51f2aec5]{font-size:.625em;line-height:1.2em}.caption--weight-400 .caption__label[data-v-51f2aec5]{font-weight:400}.caption--weight-500 .caption__label[data-v-51f2aec5]{font-weight:500}.caption--weight-700 .caption__label[data-v-51f2aec5]{font-weight:700}.games-list-item[data-v-e5d2b0d6]{position:relative;overflow:hidden;border-radius:.75em}.games-list-item--is-active .games-list-item__overlay[data-v-e5d2b0d6]{-webkit-transform:translateY(0);transform:translateY(0)}.games-list-item__main[data-v-e5d2b0d6],.games-list-item__overlay[data-v-e5d2b0d6]{width:100%;height:100%}.games-list-item__main[data-v-e5d2b0d6]{position:relative}.games-list-item__main[data-v-e5d2b0d6]:before{content:"";position:absolute;top:50%;width:1.875em;height:1.875em;margin-top:-.9375em;background-image:url(../../default/img/swiper-loader.svg);-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite;left:50%;margin-left:-.9375em}.games-list-item__overlay[data-v-e5d2b0d6]{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;z-index:5;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(31,30,32,.8);-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.games-list-item__button[data-v-e5d2b0d6]{width:100%;height:100%}.games-list-item__image[data-v-e5d2b0d6]{position:relative;width:100%;height:100%;object-fit:cover;object-position:12% 0}.games-list-item__type[data-v-e5d2b0d6]{position:absolute;top:50%;width:3.75em;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);object-fit:contain;left:.375em}.games-list-item__limit[data-v-e5d2b0d6]{position:absolute;bottom:.375em;color:var(--white);right:.375em}.games-list-item__labels[data-v-e5d2b0d6]{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:.375em;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;left:.375em}.games-list-item__pictures[data-v-e5d2b0d6]{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:.375em;-webkit-align-items:center;-ms-flex-align:center;align-items:center;left:.375em}.games-list-item__logo[data-v-e5d2b0d6]{width:.625em;height:auto;max-height:.625em;margin-right:2px}.games-list-item__flag[data-v-e5d2b0d6]{width:.625em;height:.625em;margin-right:2px;margin-left:2px}.games-list-item__label[data-v-e5d2b0d6]{padding:.2em .6em;height:.6em;min-height:1.6em;border-radius:.8em;text-transform:uppercase;font-size:.625em;color:var(--white)}.games-list-item__label--new[data-v-e5d2b0d6]{background-color:var(--green)}.games-list-item__label--promo[data-v-e5d2b0d6]{background-color:var(--red)}.games-list-item__label[data-v-e5d2b0d6]:not(:first-child){margin-top:4px}.games-list-item__favorite[data-v-e5d2b0d6]{position:absolute;top:.375em;width:1.5em;height:1.5em;right:.375em}.games-list-item__play[data-v-e5d2b0d6]{width:2em;height:2em;margin-top:.9375em;margin-bottom:.625em;color:var(--text)}.games-list-item__demo[data-v-e5d2b0d6]{text-transform:uppercase;color:var(--text)}.games-list-item-favorite[data-v-e5d2b0d6]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:var(--gray-dark);color:var(--text)}.games-list-item-favorite--is-active[data-v-e5d2b0d6]{background-color:var(--secondary);color:var(--gray-dark)}.games-list-item-favorite .games-list-item-favorite__ico[data-v-e5d2b0d6]{width:66%;height:66%}.games-list-item-play__ico[data-v-e5d2b0d6]{width:100%;height:100%}.options-list__buttons[data-v-47d9cece]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.625em;background-color:var(--primary)}.options-list__button[data-v-47d9cece]{width:calc(50% - .3125em);height:2.25em}.options-list__dropdowns[data-v-47d9cece]{position:relative}.options-list__dropdown[data-v-47d9cece]{position:absolute;bottom:100%;left:0;z-index:5;width:100%}.options-list-button[data-v-47d9cece]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:.5em;background-color:var(--gray-dark);color:var(--primary-light)}.options-list-dropdown[data-v-47d9cece]{background-color:#212022}.options-list-dropdown__head[data-v-47d9cece]{position:absolute;top:-1.125em;left:50%;z-index:5;width:calc(100% - 1.25em);height:2.25em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.options-list-dropdown__list[data-v-47d9cece]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1.4375em .3125em .3125em;max-height:50vh;overflow-y:auto}.options-list-dropdown__item[data-v-47d9cece]{width:calc(50% - .625em);margin:.3125em}.options-list-dropdown__button[data-v-47d9cece]{width:100%;height:2.25em;border-radius:.5em;background-color:#262626;color:var(--text)}.options-list-dropdown__button--is-active[data-v-47d9cece]{background-color:#424242}.options-list-dropdown-head[data-v-47d9cece]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:.75em;background-color:var(--primary)}.options-list-dropdown-head__title[data-v-47d9cece]{color:var(--text)}.options-list-dropdown-head__panel[data-v-47d9cece]{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:50%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:.625em}.options-list-dropdown-head__close[data-v-47d9cece]{width:.875em;height:.875em;color:var(--text);margin-left:.9375em}.options-list-dropdown-head__sort[data-v-47d9cece] .products-sort__btn{font-size:.875em;color:var(--text)}.preloader[data-v-5f046a9b]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:.3125em 0;background-color:var(--primary-dark)}.preloader--width-50 .preloader__img[data-v-5f046a9b]{width:3.125em;height:3.125em}.preloader--width-100 .preloader__img[data-v-5f046a9b]{width:6.25em;height:6.25em}.subcategory-games-list__section[data-v-7f85d26b]{background-color:var(--primary);padding:.625em;border-radius:.75em}.subcategory-games-list__header[data-v-7f85d26b]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.625em}.subcategory-games-list__title[data-v-7f85d26b]{color:var(--text)}.subcategory-games-list-more[data-v-7f85d26b]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.subcategory-games-list-more__label[data-v-7f85d26b]{margin-right:.375em;color:var(--secondary)}.subcategory-games-list-more .subcategory-games-list-more__ico[data-v-7f85d26b]{width:.875em;height:.875em}.subcategory-games-list-slider__item[data-v-7f85d26b]{width:100%;height:5.375em}.subcategory-games-list-slider .subcategory-games-list-slider__pagination[data-v-7f85d26b]{position:relative;bottom:0}.banners-list[data-v-6d7115c0]{position:relative}.banners-list--with-pagination[data-v-6d7115c0]{padding-bottom:1.25em}.banners-list__item[data-v-6d7115c0]{position:relative;width:100%;height:7.9375em;overflow:hidden;border-radius:.875em}.banners-list__link[data-v-6d7115c0]{position:absolute;top:0;left:0;width:100%;height:100%}.banners-list__img[data-v-6d7115c0]{width:100%;height:100%;object-fit:contain}.banners-list__pagination[data-v-6d7115c0]{bottom:0;height:1.25em}.games-list[data-v-17a90be1]{padding:.625em;border-radius:.75em;background-color:var(--primary)}.games-list__header[data-v-17a90be1]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.625em}.games-list__title[data-v-17a90be1]{color:var(--text)}.games-list__button[data-v-17a90be1]{color:var(--secondary)}.games-list__items[data-v-17a90be1]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.games-list__item[data-v-17a90be1]{width:calc(50% - .3125em);height:5.375em}.games-list__item[data-v-17a90be1]:nth-child(n+3){margin-top:.625em}.games-list-button[data-v-17a90be1]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.games-list-button .games-list-button__ico[data-v-17a90be1]{width:.875em;height:.875em;margin-left:.3125em}.games-list-empty__label[data-v-17a90be1]{color:var(--gray-light)}.games-list-empty__button[data-v-17a90be1]{width:100%;margin-top:.9375em}.page-slots-body__list[data-v-c1a9a6d6]:not(:first-child),.page-slots-body__slider[data-v-c1a9a6d6]{margin-top:.625em}.page-slots-body__options[data-v-c1a9a6d6]{margin:.625em -.625em -.625em}.page-slots-body__options--is-fixed[data-v-c1a9a6d6]{position:fixed;bottom:0;left:0;z-index:10;width:100%;margin:0}.page-slots-body__preloader[data-v-c1a9a6d6]{position:absolute;top:0;left:0;width:100%;height:100%}
.btn[data-v-07da03fc]{position:relative;text-decoration:none;text-transform:uppercase}.btn[data-v-07da03fc],.btn__container[data-v-07da03fc]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btn__container[data-v-07da03fc]{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.btn--size-auto[data-v-07da03fc]{height:auto}.btn--size-xs[data-v-07da03fc]{height:1.5em;border-radius:.75em}.btn--size-s[data-v-07da03fc]{height:1.625em;border-radius:.8125em}.btn--size-m[data-v-07da03fc]{height:2em;border-radius:1em}.btn--size-xl[data-v-07da03fc]{height:2.5em;border-radius:1.25em}.btn--is-disabled[data-v-07da03fc]{opacity:.5;pointer-events:none}.btn--is-disabled[data-v-07da03fc]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;background-color:rgba(51,51,51,.5)}.btn--theme-default[data-v-07da03fc]{border:none;border-radius:2px;background-color:var(--primary);color:var(--text)}.btn--theme-tab .btn__container[data-v-07da03fc]{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.btn--theme-menu .btn__container[data-v-07da03fc],.btn--theme-tab .btn__container[data-v-07da03fc]{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btn--theme-accent[data-v-07da03fc]{border:none;background-color:var(--secondary);font-weight:500;color:var(--text-dark)}.btn--theme-accent.btn--is-active[data-v-07da03fc]{background-color:var(--text)}.btn--theme-stroke[data-v-07da03fc]{border:1px solid #878787;background:transparent;color:var(--text)}.btn--theme-stroke.btn--is-active[data-v-07da03fc]{border-color:var(--secondary);color:var(--secondary)}.btn--theme-social[data-v-07da03fc]{border-radius:50%;background-color:var(--secondary)}.btn--theme-sms[data-v-07da03fc]{padding-right:.3125em;padding-left:.3125em;border:1px solid var(--secondary);background-color:transparent;color:var(--text)}.ico{display:-webkit-flex;display:-ms-flexbox;display:flex}.ico,.ico__svg{width:100%;height:100%}.ico__svg{max-width:100%;max-height:100%;fill:currentcolor}.ico--fill-default .ico__svg{fill:var(--secondary)}.ico--stroke-default .ico__svg{stroke:var(--secondary)}.ico--fill-gray .ico__svg{fill:var(--text)}.ico--stroke-gray .ico__svg{stroke:var(--text)}.ico--fill-black .ico__svg{fill:var(--black)}.ico--fill-white .ico__svg{fill:var(--white)}.tabs[data-v-7e4f4be7]{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;background-color:#0e0e11}.tabs__list[data-v-7e4f4be7]{-ms-flex-align:center;width:100%}.tabs__item[data-v-7e4f4be7],.tabs__list[data-v-7e4f4be7]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}.tabs__item[data-v-7e4f4be7]{position:relative;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-align:center;height:100%}.tabs__item[data-v-7e4f4be7]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:transparent}.tabs__item--is-active .tabs__ico[data-v-7e4f4be7],.tabs__item--is-active .tabs__label[data-v-7e4f4be7]{color:var(--secondary)}.tabs__item--is-active[data-v-7e4f4be7]:after{background:var(--secondary)}.tabs__link[data-v-7e4f4be7]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.5625em 0;width:100%;height:100%;text-decoration:none}.tabs__ico[data-v-7e4f4be7]{max-width:1.375em;height:1.25em;margin-bottom:.5em;color:var(--text)}.tabs__label[data-v-7e4f4be7]{text-align:center;font-size:.6875em;color:var(--text)}.header-panel-main-menu-button[data-v-b1a1eee2]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.header-panel-main-menu-button__line[data-v-b1a1eee2]{width:1.625em;height:3px;border-radius:1.5px;background-color:var(--text)}.header-panel-main-menu-button__line[data-v-b1a1eee2]:not(:last-of-type){margin-bottom:.1875em}.header-panel-logo[data-v-ee3a3f20]{width:6.5em;height:1em}.header-panel-logo__img[data-v-ee3a3f20]{width:100%;height:100%}.header-panel-logo__img--halloween[data-v-ee3a3f20]{width:auto}.caption[data-v-51f2aec5]{position:relative}.caption__label[data-v-51f2aec5]{display:block;overflow:hidden;text-overflow:ellipsis}.caption--size-l .caption__label[data-v-51f2aec5]{font-size:1em;line-height:1.1875em}.caption--size-m .caption__label[data-v-51f2aec5]{font-size:.875em;line-height:1.21429em}.caption--size-s .caption__label[data-v-51f2aec5]{font-size:.75em;line-height:1.16667em}.caption--size-xs .caption__label[data-v-51f2aec5]{font-size:.625em;line-height:1.2em}.caption--weight-400 .caption__label[data-v-51f2aec5]{font-weight:400}.caption--weight-500 .caption__label[data-v-51f2aec5]{font-weight:500}.caption--weight-700 .caption__label[data-v-51f2aec5]{font-weight:700}.guest-menu-auth-button[data-v-4c7c6b2f]{padding:0 .3125em}.guest-menu-register-button[data-v-3541916b]{padding:0 .375em}.header-panel-guest-menu[data-v-0dec22e5]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-panel-guest-menu__btn[data-v-0dec22e5] .caption{width:100%}.header-panel-guest-menu__btn[data-v-0dec22e5] .caption__label{text-align:center;white-space:nowrap}@media screen and (max-width:599px){.header-panel-guest-menu__btn--reg[data-v-0dec22e5]{width:6.875em}}.header-panel-guest-menu__btn--auth[data-v-0dec22e5]{min-width:3.125em;margin-left:.625em}@media screen and (max-width:599px){.header-panel-guest-menu__btn--auth[data-v-0dec22e5]{width:3.4375em}}.authorized-menu-user-menu-button[data-v-75bb80b4]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.authorized-menu-user-menu-button__ico[data-v-75bb80b4]{width:.9375em;height:.9375em}.header-panel-authorized-menu[data-v-c33e4bda]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-panel-authorized-menu__btn--recharge[data-v-c33e4bda]{width:6.875em}.header-panel-authorized-menu__btn--user-menu[data-v-c33e4bda]{width:3.4375em;margin-left:.625em}.header-panel[data-v-4fcfc1e3]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .3125em 0 .625em;min-height:3.4375em;background-color:var(--primary)}.header-panel__logo[data-v-4fcfc1e3]{width:3.125em;height:1.625em;-webkit-flex:none;-ms-flex:none;flex:none;margin:0 .625em}.header-panel__btn[data-v-4fcfc1e3]{margin-left:.625em}.header-panel__menu[data-v-4fcfc1e3]{margin-left:auto}.header-mobile-applications-block[data-v-4f972795]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.625em;min-height:3.375em;background-color:#1f1e20}.header-mobile-applications-block__close[data-v-4f972795]{-webkit-flex:none;-ms-flex:none;flex:none;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;width:.9375em;height:.9375em;color:#a5a5a7;margin-right:.75em}.header-mobile-applications-block__content[data-v-4f972795]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-mobile-applications-block__img[data-v-4f972795]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:none;-ms-flex:none;flex:none;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;border-radius:50%;background-color:#3d3d3d;margin-right:.625em}.header-mobile-applications-block__ico[data-v-4f972795]{width:1.125em;height:1.375em;color:var(--green)}.header-mobile-applications-block__title[data-v-4f972795]{color:var(--text)}.header-mobile-applications-block__btn[data-v-4f972795]{min-width:7em;margin-left:auto}.header-mobile-applications-block-btn__ico[data-v-4f972795]{width:.75em;height:.75em;margin-left:.625em}.header[data-v-b0c68238]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header__apps[data-v-b0c68238]{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.footer-navigation[data-v-44b6357e]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:.375em;padding-bottom:.375em;background:var(--primary)}.footer-navigation__item[data-v-44b6357e]{margin:.25em .5em}.footer-navigation__link[data-v-44b6357e]{text-decoration:none;font-size:.8125em;color:var(--text)}.footer-copyright[data-v-218c3c11]{-ms-flex-align:center}.footer-copyright[data-v-218c3c11],.footer-copyright__backtotop[data-v-218c3c11]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}.footer-copyright__backtotop[data-v-218c3c11]{-webkit-flex:none;-ms-flex:none;flex:none;-ms-flex-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2.75em;height:2.75em;border-radius:50%;box-shadow:0 2px 5px 1px rgba(0,0,0,.4);background-color:var(--gray-dark)}.footer-copyright__ico[data-v-218c3c11]{width:.625em;height:.625em;color:var(--text)}.footer-copyright__age[data-v-218c3c11]{position:relative;-webkit-flex:none;-ms-flex:none;flex:none;width:2.2em;height:2.2em;border:3px solid var(--white);border-radius:50%;font-size:1.25em;font-weight:500;color:var(--white);margin-left:auto}.footer-copyright__age[data-v-218c3c11],.footer-copyright__age[data-v-218c3c11]:after{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer-copyright__age[data-v-218c3c11]:after{content:"+";position:absolute;top:-.25em;right:1px;width:1em;height:1em;border-radius:50%;background-color:var(--primary);font-size:.8em}.footer-copyright__img[data-v-218c3c11]{width:auto;height:4em;margin-left:1.125em}.footer-copyright__text[data-v-218c3c11]{font-size:.8125em;line-height:1.4;color:var(--text)}.footer-applications[data-v-239e342f],.footer-copyright__text[data-v-218c3c11]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer-applications__btn[data-v-239e342f]{width:100%}.footer-applications__btn[data-v-239e342f]:not(:first-child){margin-top:.625em}.footer-applications__ico[data-v-239e342f]{width:.875em;height:.875em;margin-left:.625em}.footer-policy[data-v-70b7fc23]{text-align:center}.footer-policy__link[data-v-70b7fc23],.footer-policy__text[data-v-70b7fc23]{font-size:.75em}.footer-policy__text[data-v-70b7fc23]{color:var(--gray-light)}.footer-policy__link[data-v-70b7fc23]{color:var(--text)}.footer[data-v-46204a3e]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:.625em;padding-right:.625em;background-color:var(--primary)}.footer__applications[data-v-46204a3e]{margin-top:.625em;margin-bottom:1.25em}.footer__copyright[data-v-46204a3e]{margin-top:.625em;margin-bottom:.625em}.settings-modal[data-v-cd90518c]{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.25em .625em;border-radius:.75em;background-color:var(--primary-dark)}.settings-modal__title[data-v-cd90518c]{margin-bottom:1.125em;text-align:center;color:var(--text)}.settings-modal__close[data-v-cd90518c]{position:absolute;top:-1.625em;right:-2px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:1.125em;height:1.125em;padding:2px;color:var(--primary-light)}.settings-modal__content[data-v-cd90518c]{width:100%}.menu-sections-sub[data-v-4bf3b750]{padding-left:2.5em}.menu-sections-sub__link[data-v-4bf3b750]{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.625em;height:2.25em;text-transform:unset;text-decoration:none;color:var(--white)}.menu-sections-sub__link[data-v-4bf3b750]:before{content:"";position:absolute;top:50%;left:-5px;width:5px;height:5px;border-radius:50%;background-color:var(--gray-light);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.menu-sections-sub__link--is-social[data-v-4bf3b750]:before{content:none}.menu-sections-sub__img[data-v-4bf3b750]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:.9375em;height:.9375em;border-radius:50%;background-color:var(--gray-light);margin-left:-1.25em;margin-right:.625em}.menu-sections-sub__ico[data-v-4bf3b750]{width:.5625em;height:.5625em;color:var(--primary)}.menu-sections[data-v-5fa2a0e4]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu-sections__link[data-v-5fa2a0e4]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.3125em .625em;width:95%;height:2.25em;border-radius:.5em;text-decoration:none;text-transform:unset;color:var(--white)}.menu-sections__link--is-active[data-v-5fa2a0e4]{background-color:var(--gray)}.menu-sections__link--is-active .menu-sections__angle[data-v-5fa2a0e4]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.menu-sections__ico[data-v-5fa2a0e4]{width:.9375em;height:.9375em;margin-right:.625em;color:var(--gray-light)}.menu-sections__ico--is-live-casino[data-v-5fa2a0e4]{color:#f04755}.menu-sections__angle[data-v-5fa2a0e4]{width:.625em;height:.625em;margin-left:.75em;color:var(--gray-light);transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.menu-sections__submenu[data-v-5fa2a0e4]{overflow:hidden;transition:max-height .2s linear;max-height:0}.menu-sections__submenu--is-opened[data-v-5fa2a0e4]{max-height:18.75em}.menu-apps__btn[data-v-17a5bb6c]{width:100%;min-height:3.375em}.menu-apps__ico[data-v-17a5bb6c]{width:1.25em;height:1.25em}.menu-apps-btn[data-v-17a5bb6c]{padding:.625em 1.25em;background-color:var(--gray-dark);text-transform:unset}.menu-apps-btn[data-v-17a5bb6c],.menu-apps-btn__content[data-v-17a5bb6c]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-apps-btn__ico[data-v-17a5bb6c]{-webkit-flex:none;-ms-flex:none;flex:none;width:.875em;height:.875em;margin-right:.625em;color:var(--green)}.menu-apps-btn__title[data-v-17a5bb6c]{font-size:.75em;line-height:1.16667em;color:var(--primary-light)}.menu-apps-btn__arrow[data-v-17a5bb6c]{margin-left:auto;width:.875em;height:.875em;color:var(--white)}.menu-time[data-v-85a2bd78]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.625em 1.25em;border-radius:.5em;background-color:var(--gray-dark)}.menu-time--in-user-menu[data-v-85a2bd78]{padding:0;border-radius:0;background-color:transparent}.menu-time__ico[data-v-85a2bd78]{width:.875em;height:.875em;color:var(--gray-light);margin-right:.625em}.menu-time__title[data-v-85a2bd78]{margin-bottom:.375em;color:var(--primary-light)}.menu-time__value[data-v-85a2bd78]{font-size:.75em;color:var(--white)}.main-menu[data-v-1e2791be]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1.25em;background-color:var(--primary);border-top-left-radius:.875em;border-bottom-left-radius:.875em}.main-menu__panel[data-v-1e2791be]{-webkit-flex:none;-ms-flex:none;flex:none;margin-bottom:1.25em}.main-menu__sections[data-v-1e2791be]{min-height:0;-webkit-flex:auto;-ms-flex:auto;flex:auto;overflow-y:auto;margin-left:-.625em;margin-right:-.625em}.main-menu__apps[data-v-1e2791be]{margin-top:auto}.main-menu__time[data-v-1e2791be]{margin-top:.625em;min-height:3.375em}.main-menu__close[data-v-1e2791be]{position:absolute;top:1.25em;width:.75em;height:.75em;color:var(--primary-light);right:1.25em}.user-menu-logout-button[data-v-29ff78ce]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:.3125em .625em;text-transform:unset;color:var(--white)}.user-menu-logout-button__ico[data-v-29ff78ce]{width:.875em;height:.875em;color:var(--gray-light);margin-right:.625em}.user-menu-info[data-v-25d8310f]{padding:.625em;border-radius:.75em;background-color:var(--gray-dark)}.user-menu-info__head[data-v-25d8310f],.user-menu-info__picture[data-v-25d8310f]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.user-menu-info__picture[data-v-25d8310f]{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2.9375em;height:2.9375em;margin-right:.625em;border-radius:50%;background-color:var(--primary)}.user-menu-info__icon[data-v-25d8310f]{width:.875em;height:.875em;color:var(--gray-light)}.user-menu-info__description[data-v-25d8310f]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.user-menu-info__caption[data-v-25d8310f]{margin-bottom:.375em;color:var(--gray-light)}.user-menu-info__id[data-v-25d8310f]{color:var(--text)}.user-menu-info__time[data-v-25d8310f]{margin-top:.625em;margin-bottom:.625em}.user-menu-info__accounts[data-v-25d8310f]{margin-bottom:1.25em}.user-menu-info-accounts__item[data-v-25d8310f]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.user-menu-info-accounts__item[data-v-25d8310f]:not(:first-child){margin-top:.625em}.user-menu-info-accounts__label[data-v-25d8310f]{color:var(--secondary)}.user-menu-info-accounts__amount[data-v-25d8310f]{color:var(--white)}.user-menu[data-v-5e130348]{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1.25em;background:var(--primary);border-top-right-radius:.875em;border-bottom-right-radius:.875em}.user-menu__title[data-v-5e130348]{-webkit-flex:none;-ms-flex:none;flex:none;margin-bottom:.625em;color:var(--text)}.user-menu__content[data-v-5e130348]{-webkit-flex:auto;-ms-flex:auto;flex:auto;min-height:0;overflow-y:auto;padding-right:.9375em;margin-right:-.9375em}.user-menu__close[data-v-5e130348]{position:absolute;top:1.25em;width:.75em;height:.75em;color:var(--primary-light);right:1.25em}.user-menu_apps[data-v-5e130348]{margin-top:2.5em}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{display:block;position:absolute;top:1px;right:1px;width:48px;height:35px;background:#fff}.multiselect__spinner:after,.multiselect__spinner:before{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{display:block;position:relative;box-sizing:content-box;width:100%;text-align:left}.multiselect::v-deep{min-height:40px;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6;background:#ededed;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{display:inline-block;position:relative;box-sizing:border-box;padding:0 0 0 5px;width:100%;min-height:20px;margin-bottom:8px;border:none;border-radius:5px;background:#fff;vertical-align:top;line-height:20px;transition:border .1s ease}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{outline:none;border-color:#a8a8a8}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{display:block;padding:8px 40px 0 8px;min-height:40px;border:1px solid #e8e8e8;border-radius:5px;background:#fff;font-size:14px}.multiselect__tag{display:inline-block;position:relative;padding:4px 26px 4px 10px;max-width:100%;margin-right:10px;margin-bottom:5px;overflow:hidden;border-radius:5px;background:#41b883;text-overflow:ellipsis;line-height:1;white-space:nowrap;color:#fff}.multiselect__tag-icon{position:absolute;top:0;right:0;bottom:0;cursor:pointer;width:22px;margin-left:7px;border-radius:5px;text-align:center;font-weight:700;font-style:normal;line-height:22px;transition:all .2s ease}.multiselect__tag-icon:after{content:"×";font-size:14px;color:#266d4d}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{padding:8px 30px 0 12px;min-height:40px;overflow:hidden;border:1px solid #e8e8e8;border-radius:5px;white-space:nowrap}.multiselect__current,.multiselect__select{display:block;box-sizing:border-box;cursor:pointer;margin:0;text-decoration:none;line-height:16px}.multiselect__select{position:absolute;top:1px;right:1px;padding:4px 8px;width:40px;height:38px;text-align:center;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.multiselect__select:before{content:"";position:relative;top:65%;right:0;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999}.multiselect__placeholder{display:inline-block;padding-top:2px;margin-bottom:10px;color:#adadad}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{display:block;position:absolute;z-index:50;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#fff;-webkit-overflow-scrolling:touch}.multiselect__content{display:inline-block;padding:0;min-width:100%;margin:0;list-style:none;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-top:1px solid #e8e8e8;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;position:relative;cursor:pointer;padding:12px;min-height:40px;vertical-align:middle;text-transform:none;text-decoration:none;line-height:16px;white-space:nowrap}.multiselect__option:after{position:absolute;top:0;right:0;padding-right:12px;padding-left:20px;font-size:13px;line-height:40px}.multiselect__option--highlight{outline:none;background:#47b6ff;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;font-weight:700;color:#35495e}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{content:attr(data-deselect);background:#ff6a6a;color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;background:#ededed!important;color:#a6a6a6!important;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{content:attr(data-deselect);background:#ff6a6a;color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;margin-bottom:8px;vertical-align:top;line-height:20px}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@font-face{font-family:Roboto;font-weight:100;font-style:normal;src:url(../../default/fonts/Roboto-Thin.woff2) format("woff2"),url(../../default/fonts/Roboto-Thin.woff) format("woff")}@font-face{font-family:Roboto;font-weight:400;font-style:normal;src:url(../../default/fonts/Roboto-Regular.woff2) format("woff2"),url(../../default/fonts/Roboto-Regular.woff) format("woff")}@font-face{font-family:Roboto;font-weight:500;font-style:normal;src:url(../../default/fonts/Roboto-Medium.woff2) format("woff2"),url(../../default/fonts/Roboto-Medium.woff) format("woff")}@font-face{font-family:Roboto;font-weight:700;font-style:normal;src:url(../../default/fonts/Roboto-Bold.ttf) format("woff2"),url(../../default/fonts/Roboto-Bold.ttf) format("woff")}:root{--primary:#303031;--primary-dark:#1f1d20;--primary-light:#a5a5a7;--secondary:#fee5a4;--secondary-dark:#fed672;--text:#e8e8e8;--text-dark:#46433f;--white:#fff;--black:#000;--gray-dark:#3d3d3d;--gray:#4f4f4f;--gray-light:#878787;--error:#d8225c;--success:#088c4e;--green:#92b238;--red:#d35052}body{padding:0;margin:0;background-color:#1f1d20;font-family:Roboto,Roboto Condensed,Roboto Condensed Local,sans-serif}body .wrapper{position:relative;width:100%;height:100vh}body .wrapper>div{width:100%;height:100%}body,body .multiselect,body .multiselect__input,body .multiselect__single{font-size:5vw}@media screen and (min-width:600px){body,body .multiselect,body .multiselect__input,body .multiselect__single{font-size:20px}}body,body *{box-sizing:border-box}body .xlayout{font-size:inherit}body .xlayout .xslider .swiper-wrapper{height:auto}body .xlayout .xgitems--type1{padding:0 .1875em;margin:0}.load-overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;z-index:30;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background-color:var(--primary)}.load-overlay img{width:6.25em;height:6.25em}ol,p,ul{padding:0;margin:0}ul{list-style-type:none}h1,h2,h3,h4{margin:0}a{text-decoration:none}button,input,textarea{padding:0;outline:none;border:none;background:none;font-family:inherit;font-size:inherit}.app{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.app__menu{position:absolute;top:0;z-index:25;width:16.25em;height:100vh;min-height:100vh}.app__menu--main{right:0}.app__menu--user{left:0}.app>.content{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.app>.content .slots{padding:.625em}.steps,.steps__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.steps__item{width:3.57143em;height:3.57143em;border-radius:50%;background:transparent;font-size:.875em;font-weight:700;color:var(--text);transition:background .2s linear,color .2s linear}.steps__item--is-active{background-color:var(--secondary);color:var(--black)}.mask{opacity:.55;position:fixed;top:0;right:0;bottom:0;left:0;z-index:4;background-color:var(--black);-webkit-filter:blur(4px);filter:blur(4px)}.menu-active{overflow:hidden!important}.content_pic_bef{display:none}.accent-label{display:block;margin-top:.375em;color:var(--white)}.form{position:relative;padding:1.25em .625em .625em}.form__input{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0;min-width:0;margin-bottom:.9375em}.form__input--password .form__btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:1.25em;height:100%}.form__input--password .form__ico{width:1.0625em;height:1.0625em}.form__input--sms .input__field{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;min-width:0}.form__panel{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.form__panel,.form__row{display:-webkit-flex;display:-ms-flexbox;display:flex}.form__row{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:.9375em}.form__row .form__input,.form__row:last-child{margin-bottom:0}.form__forgot{text-decoration:none;font-size:.6875em;color:var(--text)}.form__confirm{width:100%}.form__btn--sms{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 .3125em;min-width:6.25em;margin-left:1.25em}.v--modal-box,.v--modal-box.s-games-popup{position:absolute!important;top:50%!important;left:50%!important;width:auto!important;height:auto!important;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.v--modal-box.menu-settings-popup{width:88%!important;min-width:17.5em;max-width:31.25em;min-height:7.1875em;overflow:visible!important}.phone-input{height:2.125em;border-radius:1.0625em;background-color:var(--primary);padding-left:.9375em;padding-right:.625em}.phone-input__field{font-size:.75em;color:var(--white)}.phone-input__field::-webkit-input-placeholder{color:var(--primary-light)}.phone-input__field::-moz-placeholder{color:var(--primary-light)}.phone-input__field:-ms-input-placeholder{color:var(--primary-light)}.phone-input__field::placeholder{color:var(--primary-light)}.phone-input .country-template__code,.phone-input .country-template__text{font-size:.75em;color:var(--text)}.phone-input .country-template-image{margin-right:.625em}.phone-input .country-template-image--arrow:before{color:var(--white)}.phone-input .multiselect{margin-right:.25em}.phone-input .multiselect__select{display:none}.phone-input .multiselect__content-wrapper{top:112%;bottom:auto;width:calc(100vw - 1.25em);overflow-y:auto;border:1px solid var(--gray);border-radius:1.0625em;box-shadow:none;background:#141415}.phone-input .multiselect__option{padding:.5em .625em;height:auto;min-height:0;font-size:inherit}.swiper-pagination-bullets .swiper-pagination-bullet{width:.3125em;height:.3125em;margin-right:3px;margin-left:3px;border-radius:50%;background-color:var(--gray-light)}.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--secondary)}.swal2-container .swal2-popup{padding:1.25em .625em!important;border-radius:.75em;background:var(--white)}.swal2-container .swal2-popup *{box-sizing:border-box!important}.swal2-container .swal2-popup .swal2-icon{width:4.375em;height:4.375em;margin-bottom:1.25em!important;border:3px solid var(--gray);border-radius:50%}.swal2-container .swal2-popup .swal2-icon.swal2-question:before,.swal2-container .swal2-popup .swal2-icon.swal2-warning:before{font-family:Roboto,sans-serif;font-size:2.5em;font-weight:500;color:var(--gray)}.swal2-container .swal2-popup .swal2-icon.swal2-warning:before{content:"i"}.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark-line-left,.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark-line-right{top:2.125em;left:.6875em;height:1px;background:var(--gray)}.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark-line-left{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-container .swal2-popup .swal2-icon.swal2-error .swal2-x-mark-line-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-container .swal2-popup .swal2-icon.swal2-success{border-color:var(--secondary)}.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-circular-line-left,.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-circular-line-right,.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-fix,.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-ring{display:none}.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-line-long,.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-line-tip{height:.0625em;background-color:var(--secondary)}.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-line-long{top:2em;width:2.375em;right:.5em}.swal2-container .swal2-popup .swal2-icon.swal2-success .swal2-success-line-tip{top:2.375em;width:1.125em;left:.75em}.swal2-container .swal2-popup .swal2-title{margin-bottom:.76923em!important;font-size:.8125em;font-weight:500;color:var(--gray)}.swal2-container .swal2-popup .swal2-content{font-size:.75em;color:var(--gray)}.swal2-container .swal2-popup .swal2-content #recaptcha_popup>div,.swal2-container .swal2-popup .swal2-content #recaptcha_popup iframe{max-width:278px}.swal2-container .swal2-popup .swal2-actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.swal2-container .swal2-popup .swal2-styled.swal2-cancel,.swal2-container .swal2-popup .swal2-styled.swal2-confirm{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0!important;min-width:8.46154em!important;height:2.61538em;margin:0 .38462em;outline:none!important;border-radius:1.30769em;box-shadow:none!important;font-size:.8125em;font-weight:500}.swal2-container .swal2-popup .swal2-styled.swal2-cancel{border:none!important;background-color:var(--primary)!important;color:var(--text)}.swal2-container .swal2-popup .swal2-styled.swal2-confirm{border:none!important;background-color:var(--secondary)!important;color:var(--text-dark)}.v--modal-overlay.captcha-popup .v--modal-box{width:98%!important;max-width:31.25em}.captcha-popup__content{padding:1.25em .3125em!important;border-radius:.75em;background:var(--white)}.captcha-popup__title{margin-bottom:.625em!important;font-size:1em;font-weight:500;color:var(--gray)}
.bonuses_registration_refuse,.bonuses_registration_alright,.game-status__box,.game-status__img,.game-col__img,.slider__item,.content-tile__item,.popup__img{background-position:center;background-repeat:no-repeat;background-size:cover}.page .btn,#popup_forgotpassword .new_pass,.slots-games__button,.page .modal-container.modal_approve-conversion .modal-default-button,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__button,.page .modal-container.modal-container_slots .sm__btn_blue,.page .modal-container.modal-container_slots .sm__btn_green,.modal-slots__btn,.slots-account-popup__button,.popup_button_call_action,.popup_skip,.postreg-popup .c-popup-bonus__button .btn,.v--modal-box.v-modal--android-app .app-popup__link,.auth-button,.block-window__btn{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;width:100%;margin:0;overflow:hidden;outline:none;border:none;border-radius:1.25em;text-align:center;text-transform:uppercase;text-decoration:none;font-weight:500;line-height:1.2}.page .btn::before,#popup_forgotpassword .new_pass::before,.slots-games__button::before,.page .modal-container.modal_approve-conversion .modal-default-button::before,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__button::before,.page .modal-container.modal-container_slots .sm__btn_blue::before,.page .modal-container.modal-container_slots .sm__btn_green::before,.modal-slots__btn::before,.slots-account-popup__button::before,.popup_button_call_action::before,.popup_skip::before,.postreg-popup .c-popup-bonus__button .btn::before,.v--modal-box.v-modal--android-app .app-popup__link::before,.auth-button::before,.block-window__btn::before{content:'';display:block;position:absolute;top:0;left:-75%;z-index:2;width:50%;height:100%;background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.page .btn:hover::before,#popup_forgotpassword .new_pass:hover::before,.slots-games__button:hover::before,.page .modal-container.modal_approve-conversion .modal-default-button:hover::before,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__button:hover::before,.page .modal-container.modal-container_slots .sm__btn_blue:hover::before,.page .modal-container.modal-container_slots .sm__btn_green:hover::before,.modal-slots__btn:hover::before,.slots-account-popup__button:hover::before,.popup_button_call_action:hover::before,.popup_skip:hover::before,.postreg-popup .c-popup-bonus__button .btn:hover::before,.v--modal-box.v-modal--android-app .app-popup__link:hover::before,.auth-button:hover::before,.block-window__btn:hover::before{-webkit-animation:btn-shine 0.75s;animation:btn-shine 0.75s}@-webkit-keyframes btn-shine{100%{left:125%}}@keyframes btn-shine{100%{left:125%}}#popup_forgotpassword .forgot__input input,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__input,.page .modal-container.modal-container_slots .sm__input,.modal-slots__input,.auth-form .c-input-material__input{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;outline:none}.profile__tab,.profile-bonus__switcher,.game-col__tab,.dropdown__tab{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1.2;color:#ccc}.active.profile__tab,.active.profile-bonus__switcher,.active.game-col__tab,.active.dropdown__tab{background-color:#272728}.game-responsible-table__switch{position:relative}.game-responsible-table__switch::after,.game-responsible-table__switch::before{content:'';position:absolute;top:50%;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.game-responsible-table__switch::before{opacity:0.5;right:0;width:1.5em;height:.6875em;border-radius:.34375em;transition:background-color 0.3s linear}.game-responsible-table__switch::after{right:.625em;width:.9375em;height:.9375em;border-radius:50%;transition:right 0.3s linear, background-color 0.3s linear;will-change:right, background-color}.active.game-responsible-table__switch::after{right:0;background-color:#fde4a5}.active.game-responsible-table__switch::before{background-color:#fde4a5}#popup_forgotpassword .box-modal_close,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__close,.page .modal-container.modal-container_slots .sm__close,.modal-slots__close,.slots-account-popup .custom-alert__close,.box-modal#fastDeposit .box-modal_close,.postreg-popup .c-popup-bonus__close,.info-popup__close{position:absolute;top:-1.375em;right:-2.375em;cursor:pointer;width:1.375em;height:1.375em}#popup_forgotpassword .box-modal_close::after,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__close::after,.page .modal-container.modal-container_slots .sm__close::after,.modal-slots__close::after,.slots-account-popup .custom-alert__close::after,.box-modal#fastDeposit .box-modal_close::after,.postreg-popup .c-popup-bonus__close::after,.info-popup__close::after,#popup_forgotpassword .box-modal_close::before,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__close::before,.page .modal-container.modal-container_slots .sm__close::before,.modal-slots__close::before,.slots-account-popup .custom-alert__close::before,.box-modal#fastDeposit .box-modal_close::before,.postreg-popup .c-popup-bonus__close::before,.info-popup__close::before{content:'';position:absolute;top:calc(50% - 2px / 2);left:0;width:100%;height:2px;background-color:#fff}#popup_forgotpassword .box-modal_close::after,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__close::after,.page .modal-container.modal-container_slots .sm__close::after,.modal-slots__close::after,.slots-account-popup .custom-alert__close::after,.box-modal#fastDeposit .box-modal_close::after,.postreg-popup .c-popup-bonus__close::after,.info-popup__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#popup_forgotpassword .box-modal_close::before,.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__close::before,.page .modal-container.modal-container_slots .sm__close::before,.modal-slots__close::before,.slots-account-popup .custom-alert__close::before,.box-modal#fastDeposit .box-modal_close::before,.postreg-popup .c-popup-bonus__close::before,.info-popup__close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.slots-games__arrows,.content-tile__arrows{position:absolute;top:0;right:0;z-index:1;width:11.25em;height:100%;background:linear-gradient(to left, #000, transparent);pointer-events:none}.slots-games__back,.slots-games__next,.content-tile__arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:0;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.4375em;height:calc(50% - 1px);outline:none;background-color:rgba(51,51,51,0.5);pointer-events:auto;transition:background-color 0.3s ease}.slots-games__back:hover,.slots-games__next:hover,.content-tile__arrow:hover{background-color:#3b3b3b}.slots-games__back,.content-tile__back{bottom:0}.slots-games__next,.content-tile__next{top:0}.slots-games__back:not(.swiper-button-disabled):hover::before,.content-tile__back:not(.swiper-button-disabled):hover .content-tile__ico{-webkit-animation:bias-ico-back 1.5s linear infinite;animation:bias-ico-back 1.5s linear infinite}@-webkit-keyframes bias-ico-back{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-25%);transform:translateX(-25%)}75%{-webkit-transform:translateX(25%);transform:translateX(25%)}}@keyframes bias-ico-back{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-25%);transform:translateX(-25%)}75%{-webkit-transform:translateX(25%);transform:translateX(25%)}}.slots-games__next:not(.swiper-button-disabled):hover::before,.content-tile__next:not(.swiper-button-disabled):hover .content-tile__ico{-webkit-animation:bias-ico-next 1.5s linear infinite;animation:bias-ico-next 1.5s linear infinite}@-webkit-keyframes bias-ico-next{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(25%);transform:translateX(25%)}75%{-webkit-transform:translateX(-25%);transform:translateX(-25%)}}@keyframes bias-ico-next{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(25%);transform:translateX(25%)}75%{-webkit-transform:translateX(-25%);transform:translateX(-25%)}}@font-face{font-family:'Rubik';font-weight:300;font-style:normal;src:url("../../default/fonts/Rubik/Rubik-Light.woff2") format("woff2"),url("../../default/fonts/Rubik/Rubik-Light.woff") format("woff");font-display:swap}@font-face{font-family:'Rubik';font-weight:400;font-style:normal;src:url("../../default/fonts/Rubik/Rubik.woff2") format("woff2"),url("../../default/fonts/Rubik/Rubik.woff") format("woff");font-display:swap}@font-face{font-family:'Rubik';font-weight:500;font-style:normal;src:url("../../default/fonts/Rubik/Rubik-Medium.woff2") format("woff2"),url("../../default/fonts/Rubik/Rubik-Medium.woff") format("woff");font-display:swap}@font-face{font-family:'Rubik';font-weight:700;font-style:normal;src:url("../../default/fonts/Rubik/Rubik-Bold.woff2") format("woff2"),url("../../default/fonts/Rubik/Rubik-Bold.woff") format("woff");font-display:swap}.slots-games__bg{background-image:url("../../default/img/slots/new/blankslot.jpg");background-size:cover}.slots-games__ribbons{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;position:absolute;right:0;top:.3125em}.slots-games__ribbon{text-transform:uppercase;font-size:.6875em;height:2.09091em;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0em .90909em;position:relative;color:#fff;margin-bottom:.45455em}.slots-games__ribbon::before{content:"";position:absolute;top:0;right:100%;border-left:1.18182em solid transparent}.slots-games__ribbon--green{background:linear-gradient(to left, #5f9008 0%, #8fc52f 100%)}.slots-games__ribbon--green::before{border-bottom:2.09091em solid #8fc52f}.slots-games__ribbon--orange{background:linear-gradient(to left, #931602 0%, #c54e2f 100%)}.slots-games__ribbon--orange::before{border-bottom:2.09091em solid #c54e2f}.slots-games__ribbon--gold{background:linear-gradient(to left, #db5605 0%, #ed9c33 100%)}.slots-games__ribbon--gold::before{border-bottom:2.09091em solid #ed9c33}.slots-games__options{position:absolute;z-index:2;left:0;top:2.6875em;background:#292929;display:none}.slots-games__options span{display:block;cursor:pointer;padding:.625em 3.75em .625em 1.875em;border-top:1px solid #151b20;transition:color 0.2s linear}.slots-games__options span:hover{color:#82b031}.slots-games__button{display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:.8125em;background-color:#82b031;transition:background-color 0.2s linear;color:#fff;padding:.76923em 2.30769em;margin:1.125em auto 0em}.slots-games__button:hover{background-color:#99d234}.slots-games__item-wrap{min-width:20%;width:20%;padding:.125em;box-sizing:border-box}@media (max-width: 1365px){.slots-games__item-wrap{width:25%}}@media (max-width: 1023px){.slots-games__item-wrap{width:33.33%}}.slots-games__item{box-sizing:border-box;border:1px solid #30353b;position:relative;text-align:center;background-size:cover;background-position:center;padding-top:60%}.slots-games__item:hover .slots-games__overlay{opacity:1}@media (max-width: 1919px){.slots-games__item{font-size:14px}}@media (max-width: 1699px){.slots-games__item{font-size:12px}}.slots-games__overlay{position:absolute;top:0;left:0;color:#fff;width:100%;height:100%;background-color:rgba(0,0,0,0.7);box-sizing:border-box;opacity:0;transition:opacity 0.3s linear}.slots-games__overlay.active{opacity:1}.slots-games__money{font-size:.875em;margin-top:4%;display:inline-block;color:#90c534}.slots-games__buttons{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media (max-width: 1699px){.slots-games__buttons{font-size:12px}}.slots-games__playfree-wrap{position:absolute;bottom:.625em;left:0;width:100%;text-align:center}.slots-games__playfree{color:#fff;text-transform:uppercase;font-size:.875em;transition:color 0.3s linear, border 0.3s linear;outline:0;border-bottom:1px solid #fff;padding:0;margin-bottom:2%;display:inline-block}.slots-games__playfree:hover{color:#90c534;border-bottom:1px solid #90c534}@media (max-width: 1599px){.slots-games__playfree{font-size:.92857em}}.slots-games__play-wrap{width:6.25em;height:6.25em;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.slots-games__play-wrap::before,.slots-games__play-wrap::after{content:'';position:absolute;top:0;left:0;display:inline-block;width:5.625em;height:5.625em;border-radius:50%;border-left:.1875em solid #fff;border-top:.1875em solid transparent;border-bottom:.1875em solid transparent;border-right:.1875em solid #fff;opacity:0}.slots-games__play-wrap::before{-webkit-animation:play-rotate 1.5s infinite linear;animation:play-rotate 1.5s infinite linear}.slots-games__play-wrap::after{border-right:.1875em solid transparent;border-top:.1875em solid #90c534;border-bottom:.1875em solid #90c534;border-left:.1875em solid transparent;-webkit-transform:scale(0.9);transform:scale(0.9);-webkit-animation:play-rotate-reverse 1.5s infinite linear;animation:play-rotate-reverse 1.5s infinite linear}.slots-games__play-wrap.show::before,.slots-games__play-wrap.show::after{opacity:1}.slots-games__play-wrap.active .slots-games__play:before{color:#90c534}.slots-games__play-wrap.active::after{-webkit-animation:play-rotate-reverse .8s infinite linear;animation:play-rotate-reverse .8s infinite linear}.slots-games__play-wrap.active::before{-webkit-animation:play-rotate .8s infinite linear;animation:play-rotate .8s infinite linear}.slots-games__play{position:relative;z-index:100;display:block;height:100%}.slots-games__play::before{content:"\f04b";position:absolute;top:50%;left:50%;font-family:FontAwesome;color:#fff;display:inline-block;font-size:1.875em;transition:0.2s linear;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.slots-games__play:hover::before{color:#90c534}.slots-games__fav,.slots-games__about{position:absolute;z-index:100;width:1.5625em;height:1.5625em;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.slots-games__fav{left:15%}.slots-games__fav::before{content:"\f006";position:absolute;top:0;left:0;font-family:FontAwesome;color:#fff;display:inline-block;font-size:1.5em}.slots-games__fav:hover::before{content:"\f123";color:#90c534}.slots-games__fav.active::before{content:"\f005";color:#90c534}.slots-games__about{right:6%}.slots-games__about::before{content:"\f05a";position:absolute;top:0;left:0;font-family:FontAwesome;color:#fff;display:inline-block;font-size:1.5em;transition:0.2s linear}.slots-games__about:hover::before{color:#90c534}@-webkit-keyframes play-rotate{from{-webkit-transform:rotate(0) scale(0.9);transform:rotate(0) scale(0.9)}to{-webkit-transform:rotate(360deg) scale(0.9);transform:rotate(360deg) scale(0.9)}}@keyframes play-rotate{from{-webkit-transform:rotate(0) scale(0.9);transform:rotate(0) scale(0.9)}to{-webkit-transform:rotate(360deg) scale(0.9);transform:rotate(360deg) scale(0.9)}}@-webkit-keyframes play-rotate-reverse{from{-webkit-transform:rotate(0) scale(0.8);transform:rotate(0) scale(0.8)}to{-webkit-transform:rotate(-360deg) scale(0.8);transform:rotate(-360deg) scale(0.8)}}@keyframes play-rotate-reverse{from{-webkit-transform:rotate(0) scale(0.8);transform:rotate(0) scale(0.8)}to{-webkit-transform:rotate(-360deg) scale(0.8);transform:rotate(-360deg) scale(0.8)}}.slots-games-list__controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:1.875em 0em}.slots-games-list__btn{cursor:pointer;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border:none}.notice{position:fixed;bottom:0;left:50%;z-index:100000;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:62.5em;font-family:Roboto, sans-serif;font-size:16px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease;border-radius:.1875em .1875em 0em 0em;background-color:#fff}@media (max-width: 1919px){.notice{max-width:50em}}@media (max-width: 1679px){.notice{max-width:43.75em}}@media (max-width: 1599px){.notice{max-width:34.375em}}@media (max-width: 1399px){.notice{max-width:25em}}@media (max-width: 1279px){.notice{max-width:21.875em}}@media (max-width: 1199px){.notice{left:1.25em;max-width:31.25em;-webkit-transform:none;transform:none}}@media (max-width: 999px){.notice{max-width:100%}}.notice--is-hidden{-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%)}.notice--is-visible{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}.notice__container{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.625em .9375em;overflow:hidden;border-radius:.1875em .1875em 0em 0em;box-shadow:0em 0em .375em rgba(0,0,0,0.2);background-color:rgba(251,226,116,0.5)}.notice__ico{display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:50%;background:#fff;width:1.25em;max-width:1.25em;min-width:1.25em;height:1.25em;max-height:1.25em;min-height:1.25em}.notice__svg{width:100%;height:100%;fill:#ff575a}.notice__text{-webkit-flex:auto;-ms-flex:auto;flex:auto;margin:0em .625em}.notice__label{margin:0;font-size:.875em;color:#333}.notice__close{position:relative;cursor:pointer;padding:0;min-width:1.125em;min-height:1.125em;outline:none;border:none;background:transparent}.notice__close::after,.notice__close::before{content:'';opacity:0.7;position:absolute;top:calc(50% - 1px);left:0;width:100%;height:2px;border-radius:1.875em;background-color:#000}.notice__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.notice__close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.notice__close:hover::before,.notice__close:hover::after{opacity:1}.scrollbar{overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(61,61,61,0.5);scrollbar-arrow-color:#9e9e9e;scrollbar-face-color:#9e9e9e;scrollbar-track-color:transparent}.scrollbar--vertical{overflow-x:hidden}.scrollbar--horizontal{overflow-y:hidden}.scrollbar::-webkit-scrollbar{width:.3125em;height:.3125em}.scrollbar::-webkit-scrollbar-thumb{border-radius:.375em;background-color:rgba(61,61,61,0.5)}.scrollbar::-webkit-scrollbar-track{background-color:rgba(61,61,61,0.1)}.scrollbar--sidebar{overflow-x:hidden}.fixedRight .scrollbar--sidebar{padding-right:1px}.scrollbar--sidebar::-webkit-scrollbar{width:.3125em}.scrollbar--sidebar::-webkit-scrollbar-thumb{width:100%;border-radius:3px;background-color:rgba(184,222,255,0.3)}.scrollbar--sidebar::-webkit-scrollbar-track{border-radius:3px}.widget-iframe__close,.widget-iframe-btns__item{padding:0;width:auto;margin:0;overflow:visible;outline:none;border:none;background:transparent;text-align:inherit;font:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;line-height:normal;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dropdown{position:absolute;left:100%;padding:1px}.dropdown__tabs{display:-webkit-flex;display:-ms-flexbox;display:flex}.dropdown__tab{box-shadow:inset 0 -1px #262627}.dropdown__body{padding:1.25em}.dropdown__body .grecaptcha-badge{margin:1.25em auto 0em}.dropdown__captha{margin-bottom:1.36364em;text-align:left;font-size:.6875em;color:#ccc}.dropdown__textarea,.dropdown__input{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1.33333em;outline:none;border-radius:1.5em;font-size:.9375em;line-height:1;color:#fff}.dropdown__textarea::-webkit-input-placeholder, .dropdown__input::-webkit-input-placeholder{color:#d9d9d9}.dropdown__textarea::-moz-placeholder, .dropdown__input::-moz-placeholder{color:#d9d9d9}.dropdown__textarea:-ms-input-placeholder, .dropdown__input:-ms-input-placeholder{color:#d9d9d9}.dropdown__textarea::placeholder,.dropdown__input::placeholder{color:#d9d9d9}.dropdown__input{padding:0 2em;height:3em}.dropdown__textarea{padding:1.5625em 1.875em;min-height:7.8125em;max-height:18.75em;resize:vertical}.dropdown__select{margin-bottom:1.25em}.dropdown__field{position:relative}.dropdown__field--error .dropdown__input{border:1px solid #f04755}.dropdown__field--error .dropdown__textarea{border:1px solid #f04755}.dropdown__field--error .c-select .multiselect__tags{border:1px solid #f04755}.dropdown__error{position:absolute;top:-.63636em;left:1.81818em;z-index:1;padding:0 .72727em;height:1.27273em;border-radius:9.09091em;background:#fff;font-size:.6875em;color:#f04755}.dropdown__text{padding:1.42857em;margin-bottom:.71429em;border-radius:1.14286em;background:#f2f2f2;text-align:center;font-size:.875em;font-weight:400;line-height:1.2;color:#3d3d3d}@media (max-width: 1024px){.dropdown__text{padding:.83333em;font-size:.75em}}.dropdown__ico{width:2em;height:2em;margin:0 auto .3125em;fill:#ccc}.dropdown__scroll{position:relative;max-height:25em;overflow:hidden}.dropdown .btn{height:2.75em}.dropdown--input{top:0;width:23.75em}.dropdown--input .dropdown__tabs{min-height:4.0625em;text-align:center}.dropdown--input .dropdown__tab{-webkit-flex-basis:calc(100% / 2);-ms-flex-preferred-size:calc(100% / 2);flex-basis:calc(100% / 2);text-transform:uppercase;font-size:.9375em;font-weight:700}.dropdown--input .btn{height:2.92857em;margin-bottom:1.42857em;font-size:.875em}.dropdown--input .tab__text{padding:0em .35714em}.dropdown--lang{bottom:0;padding:.1875em;width:19.0625em;font-size:1.23077em}.dropdown--lang.active{display:-webkit-flex;display:-ms-flexbox;display:flex}.dropdown--help{bottom:0;z-index:1;width:26.5625em;min-height:31.875em;font-size:1.23077em}.dropdown--help .dropdown__tabs{height:5em;margin-right:-2px;margin-left:-2px;text-align:center}.dropdown--help .dropdown__tab{-webkit-flex-basis:calc(100% / 2);-ms-flex-preferred-size:calc(100% / 2);flex-basis:calc(100% / 2);margin:0 2px;text-decoration:none;font-size:.875em}.dropdown--help .dropdown__text{margin-bottom:1.25em;text-align:left;line-height:1.4}.dropdown--help .c-registration__field{margin-left:0;font-size:.875em}.dropdown--help .c-registration__field .multiselect__content-wrapper{top:3.21429em;bottom:auto;left:-2em !important;width:27.14286em !important}@media (max-width: 1199px){.dropdown--help .c-registration__field .multiselect__content-wrapper{max-height:20em !important;border:inherit;font-size:inherit}}.dropdown--help .c-registration__field-label{display:none !important}.dropdown--help .c-registration__input{max-width:none !important}.dropdown--account{top:-2px;padding-bottom:0;width:12.1875em}.dropdown-social{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:-.3125em;margin-left:-.3125em}.dropdown-social__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2.5em;height:2.5em;border-radius:50%;cursor:pointer;margin:0 .3125em;text-decoration:none;transition:background-color 0.3s ease}.dropdown-social__ico{width:1.125em;height:1.125em;transition:fill 0.3s ease;fill:#d9d9d9}.dropdown-memory{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 .4375em;margin-bottom:.9375em}.dropdown-memory__remember,.dropdown-memory__link{font-size:.875em;line-height:1.2;color:#d9d9d9}.dropdown-memory__link{text-decoration:underline}.dropdown-memory__remember{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;cursor:pointer}.dropdown-memory__remember--error .dropdown-memory__check{border-color:#fb4141;box-shadow:inset 0 0 0 1px #fb4141}.dropdown-memory__check{width:1.25em;height:1.25em;display:grid;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-items:center;margin-right:.625em;border-radius:2px}.dropdown-memory__ico{width:.92857em;height:.92857em;opacity:0;cursor:pointer;transition:opacity 0.3s ease}.dropdown-memory__input{width:0;height:0;visibility:hidden;position:absolute;top:0;left:0;background-color:transparent}.dropdown-memory__input:checked+.dropdown-memory__check .dropdown-memory__ico{opacity:1}.widgets-button{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;right:2.5em;bottom:2.5em;z-index:10050;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;transition:0.5s all;pointer-events:none}@media (max-width: 1024px){.widgets-button{right:.625em;bottom:1.875em}}.widgets-button>*{pointer-events:none}.widgets-button__wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width: 1024px){.widgets-button__wrapper{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.widgets-button .dropdown__select{background-color:#f2f2f2;border-radius:6.25em;font-weight:400;line-height:1.1875em;color:#3d3d3d;border:none}@media (max-width: 1024px){.widgets-button .dropdown__select{font-size:.75em;height:3.33333em;font-weight:400;line-height:1.16667em;margin-bottom:.83333em}}.widgets-button .dropdown__select::-webkit-input-placeholder{color:#878787}.widgets-button .dropdown__select::-moz-placeholder{color:#878787}.widgets-button .dropdown__select:-ms-input-placeholder{color:#878787}.widgets-button .dropdown__select::placeholder{color:#878787}.widgets-button .dropdown__body{padding:0}.widgets-button .dropdown__input{background-color:#f2f2f2;border-radius:6.25em;font-weight:400;line-height:1.1875em;color:#3d3d3d;border:none;margin-left:0}@media (max-width: 1024px){.widgets-button .dropdown__input{font-size:.75em;height:3.33333em;font-weight:400;line-height:1.16667em;margin-bottom:.83333em}}.widgets-button .dropdown__input::-webkit-input-placeholder{color:#878787}.widgets-button .dropdown__input::-moz-placeholder{color:#878787}.widgets-button .dropdown__input:-ms-input-placeholder{color:#878787}.widgets-button .dropdown__input::placeholder{color:#878787}.widgets-button .dropdown__textarea{background-color:#f2f2f2;border-radius:1em;font-weight:400;line-height:1.1875em;color:#3d3d3d;border:none;min-height:6.25em;resize:none}@media (max-width: 1024px){.widgets-button .dropdown__textarea{font-size:.75em;height:7.91667em;font-weight:400;line-height:1.16667em}}.widgets-button .dropdown__textarea::-webkit-input-placeholder{color:#878787}.widgets-button .dropdown__textarea::-moz-placeholder{color:#878787}.widgets-button .dropdown__textarea:-ms-input-placeholder{color:#878787}.widgets-button .dropdown__textarea::placeholder{color:#878787}.widgets-button .dropdown__captha{font-size:.625em;font-weight:400;line-height:1.3em;color:#3d3d3d}.widgets-button .dropdown__captha a{color:#27be75}.widgets-button .dropdown-memory__ico{fill:#3d3d3d}.widgets-button .dropdown-memory__input:checked+.dropdown-memory__check{background:#27be75}.widgets-button .dropdown-memory__check{border:1px solid #27be75;border-radius:.125em;background:none;min-width:1.375em}.widgets-button .dropdown-memory__remember{font-size:.875em;font-weight:400;line-height:1.35714em;color:#878787}@media (max-width: 1024px){.widgets-button .dropdown-memory__remember{font-size:.75em;font-weight:400;line-height:1.33333em;max-width:20.83333em}}.widgets-button .c-select .multiselect__single{color:#878787}@media (max-width: 1024px){.widgets-button .c-select .multiselect__single{font-size:1em;font-weight:400;line-height:1.1875em;background:unset;margin-bottom:0}}.widgets-button .c-select .multiselect__content-wrapper{border:none}.widgets-button .c-select .multiselect__tags{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 2em;width:100%;outline:none;border-radius:1.5em;font-size:.9375em;line-height:1;height:100%;background-color:#f2f2f2;border-radius:6.66667em;font-weight:400;line-height:1.26667em;border:none}.widgets-button .c-select .multiselect__placeholder{font-size:.9375em;color:#878787}@media (max-width: 1024px){.widgets-button .c-select .multiselect__placeholder{font-size:1em;height:2.5em;font-weight:400;line-height:.875em;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}}.widgets-button .c-select .multiselect__select::before{color:#878787}.widgets-button .c-select .multiselect__option{font-size:.8125em;background-color:#f2f2f2;color:#878787}.widgets-button .c-select .multiselect__option--highlight{background-color:#27be75;color:#fff}.widgets-button .c-registration__field-label{background-color:#f2f2f2;border-radius:6.25em;padding:0 1.5625em}.widgets-button .c-registration__select .multiselect__option--highlight{background-color:#27be75}.widgets-button .c-registration__select .multiselect__option--highlight .c-registration-country__text{color:#fff}.widgets-button .c-registration__select .multiselect__option--highlight .c-registration-country__flag{color:#fff}.widgets-button .c-registration__select--country .multiselect__content-wrapper{font-size:.875em;left:-1.28571em;right:0;border:none}@media (min-width: 1024px){.widgets-button .c-registration__select--country .multiselect__content-wrapper{width:21.42857em}}.widgets-button .c-input-material__text{background-color:#f2f2f2;border-radius:6.25em;font-weight:400;line-height:1.1875em;color:#878787;border:none}.widgets-button .phone-input__code::-webkit-input-placeholder{color:#878787}.widgets-button .phone-input__code::-moz-placeholder{color:#878787}.widgets-button .phone-input__code:-ms-input-placeholder{color:#878787}.widgets-button .phone-input__code::placeholder{color:#878787}.widgets-button .c-registration-country--arrow::before{color:#878787}.widgets-button .c-registration-country__text{color:#878787}.widgets-button .c-registration__input{color:#878787}@media (max-width: 1024px){.widgets-button .c-registration__input{font-size:1.375em}}.widgets-button .c-registration__input::-webkit-input-placeholder{color:#878787}.widgets-button .c-registration__input::-moz-placeholder{color:#878787}.widgets-button .c-registration__input:-ms-input-placeholder{color:#878787}.widgets-button .c-registration__input::placeholder{color:#878787}.widgets-button .multiselect__element{background-color:#f2f2f2}.page .widgets-button .btn{text-transform:uppercase;border-radius:7.14286em;height:2.85714em;font-weight:500;font-size:.875em;line-height:1.14286em;text-align:center;color:#fff}.page .widgets-button .btn--success{background-color:#27be75}.btn-widget{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:2.5em;border:none;border-radius:6.25em;background-color:#27be75;text-transform:uppercase}.btn-widget__caption{text-align:center;font-size:.875em;font-weight:500;line-height:1.14286em;color:#fff}.caption-link{color:#27be75}.widget-description-polygon{position:absolute;right:1.875em;bottom:-1.0625em}.widget-description-polygon__icon{width:1.125em;height:1em;color:#f2f2f2}.widget-btns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right}@media (max-width: 1024px){.widget-btns{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.widget-btns__notification{font-weight:700;font-size:1.25em;line-height:1.15em;color:#484f56;background-color:#fff;border-radius:.8em;width:14.6em;padding:1em;position:absolute;top:-4.75em;right:0;min-height:3.3em}.widget-btns__item{cursor:pointer;width:4em;min-width:4em;height:4em;outline:none;border:none;border-radius:50%;transition:0.5s all;margin-left:.3125em}@media (max-width: 1024px){.widget-btns__item{width:2.5em;min-width:2.5em;min-height:2.5em;height:2.5em;margin-left:0;margin-bottom:.3125em}}.widget-btns__item:not(.widget-btns__item--main){-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out}.widget-btns__item--facebook{background-color:#3f63ab}.widget-btns__item--line{background-color:#27be75}.widget-btns__item--zalo{background-color:#017ec6}.widget-btns__item--whatsapp{background-color:#57d163}.widget-btns__item--telegram{background-color:#2ca8dd}.widget-btns__item--mail{background:linear-gradient(311.47deg, #27be75 34.42%, #9ff4cb 84.09%)}.widget-btns__item--fao{background-color:#f8ce44}.widget-btns__item--support{background-color:#7bb12b}.widget-btns__item--pinterest{background-color:#e60022}.widget-btns__item--instagram{background:linear-gradient(45deg, #f09433 0%, #e66a3d 25%, #dc2843 50%, #cd2367 75%, #be1989 100%) #f09433;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='hsl(31, 86%, 57%)', endColorstr='hsl(319, 77%, 42%)',GradientType=1 )}.widget-btns__item--twitter{background-color:#1e9cf1}.widget-btns__item--main{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:4.75em;height:4.75em;margin-left:.625em;background-color:#fff;pointer-events:all}.widget-btns__item--main::after,.widget-btns__item--main::before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.widget-btns__item--main::before{z-index:2;width:4.375em;height:4.375em;margin:auto;border-radius:50%;background-color:transparent}.widget-btns__item--main::after{width:4.75em;height:4.75em;border-radius:50%;background:linear-gradient(302.13deg, #27be75 15.75%, #9ff4cb 83.94%),linear-gradient(0deg, #fff, #fff)}@media (max-width: 1024px){.widget-btns__item--main{width:2.875em;min-width:2.875em;height:2.875em;margin:0}.widget-btns__item--main::before{width:3.125em;height:3.125em}.widget-btns__item--main::after{width:2.875em;height:2.875em}}.widget-btns__item--is-opened::before{background-color:#fff}.widget-btns__item--is-disabled{opacity:0.4;cursor:default}.widget-btns-notification{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.widget-btns-notification__image{min-width:1em}.widget-btns-notification__caption{padding-left:.25em}.widget-btns-notification__polygon{position:absolute;bottom:-.4em;right:1.2em}.widget-btns-item__close{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:1.375em;height:1.375em}.widget-btns-item__close::after,.widget-btns-item__close::before{content:'';position:absolute;z-index:5;width:1.375em;height:.1875em;background:linear-gradient(134.29deg, #9ff4cb 0%, #28bd75 92.06%);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.widget-btns-item__close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.widget-btns-item__message-counter{position:absolute;top:-1.25em;right:-.625em;z-index:1;width:2.25em;height:2.25em}.widget-btns-item-message-counter{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:#eb5656;color:#fff}.widget-btns-item-message-counter::before{content:attr(data-info-message-counter)}.widget-btns-item-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.widget-btns-item-link__icon{color:#fff}.widget-btns-item-link__icon--zalo{width:2.3125em;height:.9375em}.widget-btns-item-link__icon--line{width:2.3125em;height:.875em}.widget-btns-item-link__icon--facebook{width:1em;height:2.0625em}.widget-btns-item-link__icon--whatsapp{width:2.1875em;height:2.1875em}.widget-btns-item-link__icon--telegram{width:2em;height:1.625em}@media (max-width: 1024px){.widget-btns-item-link__icon--telegram{width:1.5em;height:1.25em}}.widget-btns-item-link__icon--mail{width:1.875em;height:1.3125em}@media (max-width: 1024px){.widget-btns-item-link__icon--mail{width:1.625em;height:1.3125em}}.widget-btns-item-link__icon--fao{width:1.9375em;height:1.6875em}.widget-btns-item-link__icon--support{width:2.1875em;height:2.5em}@media (max-width: 1024px){.widget-btns-item-link__icon--support{width:1.75em;height:1.75em}}.widget-btns-item-link__icon--pinterest{width:1.75em;height:2.25em}@media (max-width: 1024px){.widget-btns-item-link__icon--pinterest{width:1.625em;height:1.625em}}.widget-btns-item-link__icon--instagram{width:2.125em;height:2.125em}@media (max-width: 1024px){.widget-btns-item-link__icon--instagram{width:1.625em;height:1.625em}}.widget-btns-item-link__icon--twitter{width:2.125em;height:1.75em}@media (max-width: 1024px){.widget-btns-item-link__icon--twitter{width:1.625em;height:1.5em}}.widget-btns-item-link__icon--main{width:1.375em;height:1.375em}.widget-btns-item-link__icon--chat{z-index:1;width:2.375em;height:2.375em}@media (max-width: 1024px){.widget-btns-item-link__icon--chat{width:1.75em;height:1.75em}}.widget-button__btns--is-opened{pointer-events:all}.widget-button__btns--is-opened .widget-btns__item{-webkit-transform:scale(1);transform:scale(1)}.widget-button__btns:not(.widget-button__btns--is-opened){pointer-events:none}.widget-button__iframe{margin-bottom:1.25em}@media (max-width: 1024px){.widget-button__iframe{margin-bottom:0}}.widget-iframe{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;box-sizing:border-box;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1.25em;border-radius:1em;background-color:#fff;pointer-events:all}@media (max-width: 1024px){.widget-iframe{overflow-y:auto;border-radius:1em 1em 0em 0em}}@media (min-width: 1025px){.widget-iframe .multiselect-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}}.widget-iframe .multiselect__content-wrapper.scrollbar{right:0;left:0}.widget-iframe .multiselect+.dropdown__error{z-index:50}.widget-iframe .multiselect__tags{display:-webkit-flex;display:-ms-flexbox;display:flex;outline:none;border:none;box-shadow:none;background:none}.widget-iframe .multiselect__single{margin-bottom:0;outline:none;border:none;box-shadow:none;background:none}.widget-iframe__btns{width:100%;height:4.125em}@media (max-width: 1024px){.widget-iframe__btns{height:auto;min-height:3em;margin-bottom:1.25em}}.widget-iframe__close{position:absolute;top:.5625em;right:1.125em;cursor:pointer;width:1.375em;height:1.375em}.widget-iframe__close::before,.widget-iframe__close::after{content:'';position:absolute;width:1.375em;height:.125em;background-color:#3d3d3d;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.widget-iframe__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.widget-iframe__btns{margin-top:1.75em;margin-bottom:1.25em}.widget-iframe__btn{margin-top:1.25em}.widget-iframe-item__field--textarea{height:6em}.widget-iframe-btns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:6.25em;background-color:#f2f2f2}.widget-iframe-btns__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:50%;height:100%;font-weight:400;color:#878787}.widget-iframe-btns__item--active{border-radius:6.25em;background-color:#e0e0e0;color:#3d3d3d}.widget-iframe-btns-item{cursor:pointer}.widget-iframe-btns-item__caption{max-width:5.9375em;margin:auto;text-align:center}@media (max-width: 1024px){.widget-iframe-btns-item__caption{font-size:.75em;font-weight:400;line-height:1.16667em}}.widget-iframe-animation-enter-active,.widget-iframe-animation-leave-active{transition:opacity 0.6s, -webkit-transform 0.6s;transition:opacity 0.6s, transform 0.6s;transition:opacity 0.6s, transform 0.6s, -webkit-transform 0.6s}.widget-iframe-animation-enter,.widget-iframe-animation-leave-to{opacity:0;-webkit-transform:translateY(-3.125em);transform:translateY(-3.125em)}.widgets-button .btn{padding:0em 1.42857em;width:100%;height:2.85714em;border-radius:7.14286em;text-align:center;text-transform:uppercase;font-size:.875em;font-weight:500;line-height:1.14286em;color:#fff}@media (max-width: 1024px){.widgets-button .btn{width:100%}}.widgets-button .btn--success{background-color:#27be75}.widget-button__iframe{width:25.3125em;margin-left:auto}@media (max-width: 1024px){.widget-button__iframe{position:fixed;top:2.5em;right:0;bottom:0;left:0;z-index:10;width:100%}}.widget-field-cheker{height:-webkit-max-content;height:-moz-max-content;height:max-content}.widget-field-cheker .widget-field-cheker__input{opacity:0;position:absolute;cursor:pointer}.widget-field-cheker .widget-field-cheker__input:checked+.widget-field-cheker__lab{background:url("/genfiles/cms/99-61/desktop/commonMedia/checked-widget-icon.svg") no-repeat #27be75 center center;background-size:80%}.widget-field-cheker .widget-field-cheker__lab{display:block;cursor:pointer;width:.875em;height:.875em;border:1px solid #27be75;border-radius:.125em}.widget-field-info__caption{display:block;font-size:.875em;font-weight:400;line-height:1.35714em;color:#878787;margin-left:.85714em}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}h1,h2,h3,h4,p,body{margin:0}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{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}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.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}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{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"]{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}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{height:100%}body{font-family:"Roboto", "Open Sans", sans-serif;box-sizing:border-box;height:100%;font-size:16px;margin:0;color:#20292d;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#060509 url("../../default/img/bg.jpg") center top no-repeat;background-size:100% auto}body *{box-sizing:border-box}body *::before,body *::after{box-sizing:border-box}#alert_dialog{position:absolute}body.swal2-shown.swal2-height-auto{height:100% !important}.page{width:100%;min-width:1008px}@media (max-width: 1199px){.page{font-size:.875em}}.page__row{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:.625em}@media (max-width: 1599px){.page__row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875em}.page__row .registration,.page__row .profile{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}}.page__row .slider{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;margin-right:.625em}@media (max-width: 1599px){.page__row .slider{min-width:35.625em;margin-bottom:.9375em;margin-right:0}}.page__row .slider--one{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}@media (max-width: 1599px){.page__row .slider--one{min-height:20vw}}@media screen and (min-width: 0\0){.page__row .slider{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%}}.page__row .slider__svg{position:absolute}.page__row .registration,.page__row .profile{-webkit-flex-basis:48.75em;-ms-flex-preferred-size:48.75em;flex-basis:48.75em;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.page__row--other{height:28.125em}@media (max-width: 1599px){.page__row--other{height:auto}.page__row--other .slider .swiper-container{height:12.5em}}.page__row--other .slider{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.page__row--other .registration__inner,.page__row--other .profile{height:100%}.page__row--other .c-registration__item{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page__row--other .c-registration__tabs{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.page__row--other .c-registration__tab{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:auto;height:6.15385em;margin:0 1.5px}.page__row--other .c-registration__tab:hover,.page__row--other .c-registration__tab.active{box-shadow:inset 0 -2px #fde4a5}.page__row--other .c-registration__field{height:2.8em;margin-bottom:1.33333em}.page__header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0em 2.8125em 0em 1.5625em;height:6.25em;background-color:rgba(51,51,51,0.5)}.page__body{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:.625em}.page__body .column{-webkit-flex-basis:18.75em;-ms-flex-preferred-size:18.75em;flex-basis:18.75em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.page:not(.lk) .column{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;z-index:14;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:11.875em;height:100vh;background-color:rgba(43,43,43,0.5);color:#fff;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s, -webkit-transform 0.5s}.page:not(.lk) .column--is-hidden{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.page:not(.lk) .column .profile-account-info,.page:not(.lk) .column .profile-account{position:relative;padding:.625em .9375em;margin-bottom:1px;background-color:rgba(51,51,51,0.5)}@media screen and (max-height: 720px){.page:not(.lk) .column .profile-account-info,.page:not(.lk) .column .profile-account{padding:.3125em .9375em}}.page:not(.lk) .column .profile-account-info .profile-loading{width:3.125em;height:3.125em;margin-right:.625em}.page:not(.lk) .column .profile-account-info__name{font-size:.75em}.page:not(.lk) .column .profile-account-info__link{font-size:.8125em}.page:not(.lk) .column .profile-account-info__lavel{font-size:.6875em}.page:not(.lk) .column .profile-account-info__ico{margin-right:.3125em}.page:not(.lk) .page__wrap{padding:.625em;margin-left:11.875em}.page.lk .profile-account{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:.9375em}.page.lk .profile-account__text{font-size:.75em}.page.lk .profile-account__num{font-size:1.125em}.page.lk .profile-account .btn{max-width:9.09091em;height:2.72727em;border-radius:2.04545em;font-size:.6875em}.page.lk .profile-account-info{margin-bottom:1.875em}.page.lk .profile-account-info .profile-loading{width:5em;height:5em;margin-right:1.25em}.page.lk .profile-account-info__name{font-size:1em}.page.lk .profile-account-info__lavel{font-size:.9375em}.page.lk .profile-account-info__link{text-transform:uppercase;font-size:.8125em}.page.lk .profile-account-info__ico{margin-right:.625em}.page.lk .page__wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:.625em}@media (max-width: 1699px){.page.lk .page__wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.html-promotion .page .page__wrap{width:calc(100vw - 11.875em)}.page .btn--transparent{border:1px solid #fde4a5;background-color:rgba(0,0,0,0);color:#fde4a5}.page .btn--alt{border:1px solid #fde4a5;background-color:rgba(0,0,0,0);color:#fde4a5}.page .btn--second{background:linear-gradient(#d6b274, #fee5a5, #d6b274);color:#46433f}.page .btn--success{background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff}.page .btn--red{background:linear-gradient(to top, #99264b, #d8225b, #99264b);color:#fff}.page .apm-form__btn_activate{background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff;font-size:.625em}.page .apm-form__icon_edit{margin-left:.625em}.page__svg{position:absolute}.field{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;border-radius:1.125em;outline:none;background-color:#292929}.field__input{width:100%;height:100%;outline:none;border:none;background-color:rgba(0,0,0,0);font-size:1em;line-height:1;color:#fff}.field__input::-webkit-input-placeholder{color:#999}.field__input::-moz-placeholder{color:#999}.field__input:-ms-input-placeholder{color:#999}.field__input::placeholder{color:#999}.field__ico{width:1.125em;height:1.125em;cursor:pointer;fill:#fff}.page .column-menu{padding:1.25em .9375em}@media screen and (max-height: 720px){.page .column-menu{padding:.3125em .9375em}}.page .column-menu__link+.column-menu__link{margin-top:1.25em}@media screen and (max-height: 864px){.page .column-menu__link+.column-menu__link{margin-top:.625em}}@media screen and (max-height: 720px){.page .column-menu__link+.column-menu__link{margin-top:.3125em}}.page .column-menu__ico--marathon{min-height:1.6875em;margin-top:-.25em;margin-bottom:-.25em}.page .content__row{height:3.75em}.page .content-menu{z-index:100}.page .content-menu__item.active{box-shadow:inset 0 -2px #fde4a5}.menu{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:.625em;margin-right:-1.25em;margin-left:-1.25em}.menu__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 1.33333em;text-transform:uppercase;text-decoration:none;font-size:.9375em;font-weight:700;line-height:1;color:#fff;transition:color 0.3s ease}.menu__item:hover,.menu__item.active{color:#fde4a5}.convert__box{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:.9375em}.convert__input,.convert__item{font-size:.8125em;line-height:1.2}.convert__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#ccc}.convert__item:not(.convert__item--empty){-webkit-flex-basis:7.1875em;-ms-flex-preferred-size:7.1875em;flex-basis:7.1875em;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.convert__item--empty{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.convert__input{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);padding:0 .625em;width:100%;max-width:4.625em;height:1.875em;outline:none;font-weight:500;color:#fff}.convert .btn{height:2.54545em;font-size:.6875em}.timer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.timer__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.4375em;height:3.4375em;border-radius:50%;margin:0 .3125em;border:2px solid #858173;color:#fff}.game-responsible-table__head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.625em}.game-responsible-table__head .btn{max-width:10.90909em;height:2.45455em;font-size:.6875em}.game-responsible-table__head .btn.disabled{opacity:0.5}.game-responsible-table__item+.game-responsible-table__item{margin-top:1.25em}.game-responsible-table__title{text-transform:uppercase;font-size:.9375em;font-weight:700;line-height:1.2;color:#fde4a5}.game-responsible-table__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.625em 1.25em;margin-bottom:.625em;background-color:rgba(43,43,43,0.5)}.game-responsible-table__info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.game-responsible-table__info.disabled .game-responsible-table__cell{opacity:0.5}.game-responsible-table__cell{width:100%;max-width:12.1875em}.game-responsible-table__control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:-.625em;margin-left:-.625em}.game-responsible-table__ico{width:1.0625em;height:1.0625em;cursor:pointer;margin:0 .625em;fill:#fff}.game-responsible-table__switch{width:1.5em;height:100%;margin:0 .625em}.game-responsible-table__value,.game-responsible-table__label{font-size:.8125em;line-height:1.2;letter-spacing:0.25px}.game-responsible-table__label{margin-bottom:.3125em;color:#ccc}.game-responsible-table__value{color:#fff}.ui-datepicker{border:1px solid rgba(64,64,64,0.1);background-color:#333;padding:1.42857em;margin-top:.35714em;background:#333;font-size:1em;color:#fff}.ui-datepicker .ui-datepicker-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-bottom:.71429em;border:none;background:transparent}.ui-datepicker .ui-datepicker-header .ui-icon{display:none}.ui-datepicker .ui-datepicker-title{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 2.5em;font-weight:400;color:#fff}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;cursor:pointer}.ui-datepicker .ui-datepicker-next::before,.ui-datepicker .ui-datepicker-prev::before{font-family:FontAwesome;font-size:1.125em;color:#fff}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-prev::before{content:'\f104'}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-next::before{content:'\f105'}.ui-datepicker .ui-datepicker-calendar th{font-weight:400}.ui-datepicker .ui-datepicker-calendar td{text-align:right}.ui-datepicker .ui-datepicker-calendar .ui-state-default{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:.25em;width:100%;min-width:2.08333em;background-color:#1a1a1a;text-decoration:none;font-size:.75em;line-height:1;transition:background-color 0.3s ease, color 0.3s ease}.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active,.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover{background-color:#fde4a5;color:#000}.ui-datepicker select.ui-datepicker-year{border:1px solid #4d4d4d;background:rgba(0,0,0,0);color:#fff}.ui-datepicker select.ui-datepicker-year option{color:#333}.ui-datepicker-calendar td .ui-state-default{border:none;background:#2f2c28;color:#fff;transition:background 0.3s;will-change:background}.wf-fixed-link{position:fixed;bottom:2.5em;z-index:1000;cursor:pointer;width:21.3125em;height:9.875em;right:.625em}.wf-fixed-link--lang-ru{background:transparent url("/genfiles/cms/1/desktop/promotions/winter-fight/wf-link-bg-ru.png") 50% 50%/contain no-repeat}.wf-fixed-link--lang-en{background:transparent url("/genfiles/cms/1/desktop/promotions/winter-fight/wf-link-bg-en.png") 50% 50%/contain no-repeat}.buffalo-fixed-link{position:fixed;bottom:2.5em;z-index:1000;cursor:pointer;width:16.25em;height:16.25em;background:transparent url("/genfiles/cms/238-323/desktop/jvspin/buffalo/click_me_buffalo.png") 50% 50%/contain no-repeat;right:.625em}.bg-fixed-link{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;right:.9375em;bottom:7.5em;z-index:1000;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right;width:21.5em;height:7.5em;background:transparent url("/genfiles/cms/99/desktop/promotions/sinister-force/left_link_ru.png") 50% 50%/contain no-repeat;text-decoration:none}.bg-fixed-link--is-lang-en{background-image:url("/genfiles/cms/99/desktop/promotions/sinister-force/left_link_en.png")}.widget-iframe .dropdown__error{right:unset;background:#f2f2f2}.widget-iframe .dropdown__text{text-align:left;font-size:.75em;font-weight:400;line-height:1.16667em;color:#3d3d3d}@media screen and (max-height: 720px){.column-support .dropdown__body{padding:.3125em 1.25em}}.column-support .dropdown--help .dropdown__text{margin-bottom:.3125em}@media screen and (max-height: 720px){.column-support .dropdown__input,.column-support .dropdown__textarea,.column-support .dropdown__select{margin-bottom:.3125em}}.column-support .dropdown__field .phone-input__label{background-color:transparent !important}.column-support .dropdown__field .phone-input__label .c-input-material__text{display:none}.lang{position:relative;margin:0 1.33333em;text-transform:uppercase;font-size:.9375em;font-weight:700;color:#fff}.lang__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer}.lang__label{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lang__label::after{content:'\f107';margin-left:.35714em;font-family:FontAwesome;font-size:.875em;line-height:1.42857em}.lang .dropdown-language{border:1px solid rgba(64,64,64,0.1);background-color:rgba(13,13,13,0.95);display:none;position:absolute;top:calc(100% + .9375em);right:0;z-index:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:19.0625em;box-shadow:0 1px .375em rgba(0,0,0,0.5);font-size:1.06667em}.lang .dropdown-language.active{display:-webkit-flex;display:-ms-flexbox;display:flex}.dropdown-language{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px}.dropdown-language__name{text-align:center;text-transform:uppercase;font-size:.75em;font-weight:500;line-height:1;color:#fff}.dropdown-language__item{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-flex-basis:calc(100% / 5);-ms-flex-preferred-size:calc(100% / 5);flex-basis:calc(100% / 5);-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.1875em .1875em .1875em .625em;text-decoration:none;transition:background-color 0.3s ease}.dropdown-language__item:hover{background-color:#333}.dropdown-language__item:not(:nth-child(-n+5)){margin-top:.625em}.dropdown-language__ico{width:1.3125em;height:1.3125em;margin-right:.3125em}.phone_code_country{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,0);font-size:.875em;line-height:1;color:#fff;margin-right:1.5625em}.phone_binding_form{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;height:2.5em;margin-bottom:1.25em}.phone_binding_wrapper_input{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:1px solid rgba(64,64,64,0.1);background-color:#292929;width:100%;height:100%;border-radius:1.25em;padding:0 1.25em;outline:none;margin-right:1.25em}.phone_binding_wrapper_input input{width:100%;height:100%;outline:none;border:none;background-color:rgba(0,0,0,0);font-size:.875em;line-height:1;color:#fff}.phone_binding_wrapper_input input::-webkit-input-placeholder{color:#d6d6d6}.phone_binding_wrapper_input input::-moz-placeholder{color:#d6d6d6}.phone_binding_wrapper_input input:-ms-input-placeholder{color:#d6d6d6}.phone_binding_wrapper_input input::placeholder{color:#d6d6d6}.phone_binding_wrapper_input .fa{width:1.125em;height:1.125em;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1em;color:#fff;margin-right:.9375em}.phone_binding_form .phone_binding_wrapper_input .fa{margin-right:.9375em;margin-left:0}.bonuses_registration_selection{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-2.5px;margin-bottom:1.25em;margin-left:-2.5px}.bonuses_registration_refuse,.bonuses_registration_alright{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:12.5em;margin:0 2.5px;border:none;transition:box-shadow 0.3s ease}.bonuses_registration_alright{background-image:url("/default/img/popups/post_reg/bonuses_registration_agree_xcasino.jpg")}.bonuses_registration_alright.active,.bonuses_registration_alright:hover{box-shadow:inset 0 0 0 1px #fde4a5}.bonuses_registration_alright.active p,.bonuses_registration_alright:hover p{background-color:#fde4a5;color:#333}.bonuses_registration_refuse{background-image:url("/default/img/popups/post_reg/bonuses_registration_refuse_xcasino.jpg")}.bonuses_registration_refuse.active,.bonuses_registration_refuse:hover{box-shadow:inset 0 0 0 1px #d8225c}.bonuses_registration_refuse.active p,.bonuses_registration_refuse:hover p{background-color:#d8225c}.bonuses_registration p{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:.35714em 0;margin:0;margin-bottom:-1px;background-color:rgba(26,26,26,0.75);text-align:center;text-transform:uppercase;font-size:.875em;color:rgba(255,255,255,0.8);transition:background-color 0.3s ease, color 0.3s ease}#popup_forgotpassword{border:1px solid rgba(64,64,64,0.1);background-color:rgba(36,35,37,0.95);position:relative;width:100%;max-width:43.75em;margin:0 auto}#popup_forgotpassword .box-modal_close{-webkit-transform:none;transform:none}#popup_forgotpassword .forgot_pass_ul{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 .9375em;margin:0 -.3125em;background-color:transparent;list-style:none}#popup_forgotpassword .forgot_pass_ul label{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;min-width:10.71429em;height:2.5em;margin:0 1px;border-color:rgba(64,64,64,0.5);font-size:.875em;font-weight:400;color:#fff;transition:color 0.3s ease}#popup_forgotpassword .forgot_pass_ul label:hover{color:#fde4a5}#popup_forgotpassword .forgot_pass_ul input{visibility:hidden;opacity:0;width:0;height:0}#popup_forgotpassword .forgot_pass_ul input:checked+label{box-shadow:inset 0 -2px #fde4a5;color:#fde4a5}#popup_forgotpassword .information{padding:2px;border:none;background-color:rgba(0,0,0,0)}#popup_forgotpassword .information h2{margin-top:1.11111em;margin-bottom:.83333em;text-align:center;text-transform:uppercase;font-size:1.125em;letter-spacing:0.25px;color:#fff}#popup_forgotpassword #forgot_pass_div{padding:1.25em 1.125em;background-color:transparent}#popup_forgotpassword #forgot_pass_div .dropdown__captha{max-width:36.66667em;margin:0 auto;text-align:center}#popup_forgotpassword .new_pass{background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff;height:2.8125em;margin-top:.9375em}#popup_forgotpassword .forgot__input input{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);padding-right:1em;padding-left:3.33333em;height:3em;border-radius:1.5em;border-color:#404040;font-size:.9375em;color:#fff}#popup_forgotpassword .forgot__input input::-webkit-input-placeholder{color:#d9d9d9}#popup_forgotpassword .forgot__input input::-moz-placeholder{color:#d9d9d9}#popup_forgotpassword .forgot__input input:-ms-input-placeholder{color:#d9d9d9}#popup_forgotpassword .forgot__input input::placeholder{color:#d9d9d9}#popup_forgotpassword .forgot__input_email{position:relative;margin-bottom:.9375em}#popup_forgotpassword .forgot__input_email::before{content:'\f0e0';position:absolute;top:50%;left:1.05882em;z-index:2;font-family:FontAwesome;font-size:1.0625em;color:#fff;-webkit-transform:translateY(-60%);transform:translateY(-60%);pointer-events:none}#popup_forgotpassword .forgot__input_phone{position:relative;margin-bottom:.9375em}#popup_forgotpassword .forgot__error{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);position:absolute;top:-7px;right:20px;z-index:1;padding:0 8px;height:14px;border-radius:5px;font-size:11px;color:#fb4141}#popup_forgotpassword .forgot-wrap{position:relative}#popup_forgotpassword .forgot-wrap small{display:none}#popup_forgotpassword .forgot-wrap .c-registration__field--phone_mega{width:100%;margin-left:0}#popup_forgotpassword .help_phone{padding-top:.875em}#popup_forgotpassword .help_phone p{font-size:.875em;line-height:1.4;color:#d6d6d6}.popup-forgotpassword-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:85vh}.forgot-block__msg{text-align:center;font-size:.875em;color:#fff}.dropdown__body .modal-main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.country-template--with-gap{color:#fff}.country-template-image--arrow::before{color:#fff}.phone-input__field{color:#fff}.phone-input__field::-webkit-input-placeholder{color:gray}.phone-input__field::-moz-placeholder{color:gray}.phone-input__field:-ms-input-placeholder{color:gray}.phone-input__field::placeholder{color:gray}.slots-games__wrap{margin-bottom:.625em}.slots-games__nav{margin-top:0;margin-bottom:.625em;border-left-color:transparent}.slots-games__button{background:linear-gradient(#d6b274, #fee5a5, #d6b274);color:#46433f;padding:0;width:11.15385em;height:2.30769em;font-size:.8125em;color:#000}.slots-games__back,.slots-games__next{opacity:1;left:auto;border-radius:0;-webkit-transform:none;transform:none}.slots-games__back::before,.slots-games__next::before{margin:0;font-size:2em;color:#fff}@media screen and (min-width: 0 ){.slots-games__back::before,.slots-games__next::before{font-size:32px}}.slots-games__back.swiper-button-disabled,.slots-games__next.swiper-button-disabled{cursor:default;background-color:rgba(51,51,51,0.5)}.slots-games__back.swiper-button-disabled::before,.slots-games__next.swiper-button-disabled::before{color:#bdbdbd}.slots-games__back{top:auto}.slots-games__next{bottom:auto}.slots-games__playfree{text-decoration:none}.slots-games__fav:hover::before,.slots-games__play:hover::before{color:#fde4a5}.slots-games__play-wrap{font-size:.875em}.slots-games__play-wrap::after{border-top-color:#fde4a5;border-bottom-color:#fde4a5}.slots-games__play-wrap::before,.slots-games__play-wrap::after{width:100%;height:100%}.slots-games__fav,.slots-games__play{text-decoration:none}.slots-games__playfree:hover{border-bottom-color:#fde4a5;color:#fde4a5}.slots-games__list--preloader{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 0 ){.slots-games__list--preloader{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.slots-games__preloader{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:2%;margin-bottom:2%}.slots-games__ribbon::before{right:calc(100% - 1px)}.slots-games__ribbon--orange,.slots-games__ribbon--green{border-top-left-radius:3px}.slots-games__fav.active::before{color:#fde4a5}.slots-games__title{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}@media screen and (min-width: 0 ){.slots-games__title{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.slots-games__ico{width:1.25em;height:1.25em;margin-right:.625em;fill:#fff}.game-col .swiper-slide .slots-games__item-wrap{width:100%;min-width:100%}.casino-games__item,.slots-games__item{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0);overflow:hidden;border-color:#404040}.casino-games__item:hover::before,.slots-games__item:hover::before{-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0)}.casino-games__item:hover .slots-games__overlay,.slots-games__item:hover .slots-games__overlay{opacity:1;z-index:1}.casino-games__item::before,.slots-games__item::before{width:100%;height:100%;content:'';position:absolute;top:0;left:0;background:rgba(255,255,255,0.25);-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);transition:-webkit-transform 0.6s;transition:transform 0.6s;transition:transform 0.6s, -webkit-transform 0.6s;pointer-events:none}.game-table .game-table__box--superlotto{height:46.5em}.footer{position:relative}.footer__col{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);position:relative;padding:2.5em 2.5em 2.8125em;width:100%}.footer__col:first-child{margin-top:.625em;margin-bottom:.625em}.footer__col:last-child{padding-bottom:10.3125em}.footer__col__item{border-bottom:1px solid #707070}.footer__col__logo{height:6.25em}.footer__svg{position:absolute;z-index:-1}.footer__svg--web-1{top:0;left:0;width:17.08333vw;height:11.35417vw}.footer__svg--web-2{bottom:-10.625em;right:0;width:19.58333vw;height:18.48958vw}.footer__svg--web-3{bottom:10.375em;left:3.125em;width:19.27083vw;height:14.58333vw}@media (max-width: 1680px){.footer__svg--web-3{bottom:15.375em}}.footer__svg--web-4{bottom:0;right:0;width:14.6875vw;height:12.91667vw}.footer__bat{position:absolute;top:16.625em;left:15.375em;width:10.0625em;height:9.25em;}.footer-info{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-1.25em;margin-left:-1.25em}@media (max-width: 1599px){.footer-info{font-size:.875em}}.footer-info__col{-webkit-flex-basis:calc(100% / 3 - 2.5em);-ms-flex-preferred-size:calc(100% / 3 - 2.5em);flex-basis:calc(100% / 3 - 2.5em);margin:.625em 1.25em}.footer-info__title{margin-bottom:1em;text-transform:uppercase;font-size:1.25em;font-weight:500;line-height:1.2;letter-spacing:0.25px;color:#fff}.footer-info__text{margin-bottom:1.42857em;font-size:.875em;line-height:1.5;color:#a5a5a7}.footer-info__text a{color:#fde4a5}.footer-menu{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-bottom:4.0625em}.footer-menu__col{-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0}.footer-menu__col:not(:last-of-type){margin-right:2.5em}.footer-menu__title{margin-bottom:1em;font-size:1.25em;font-weight:500;color:#fff}@media (max-width: 1599px){.footer-menu__title{font-size:1em}}.footer-menu__list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;list-style-type:none}.footer-menu__item:not(:last-of-type){margin-bottom:1.25em}.footer-menu__link{text-decoration:none;font-size:1.25em;color:#a5a5a7;transition:color 0.2s linear}@media (max-width: 1599px){.footer-menu__link{font-size:1em}}.footer-menu__link:hover,.footer-menu__link--is-active{color:#fde4a5}.footer-menu__btn{position:absolute;bottom:1.875em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.footer-menu__socials{position:absolute;bottom:3.5em;left:0em}.footer-menu--top{padding:0em 2.5em}.footer-menu--top .footer-menu__list{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:3.125em}.footer-menu--top .footer-menu__item{margin:0}.footer-menu--top .footer-menu__link{font-size:.875em;color:#fff}.footer-menu--right{padding-right:3.57143em}.footer-menu-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.75em;height:3.75em;outline:none;border:1px solid #404040;border-radius:50%;background-color:rgba(51,51,51,0.75);transition:background-color 0.2s linear}.footer-menu-btn:hover{background-color:rgba(51,51,51,0.5)}.footer-menu-btn__ico{width:1.25em;height:1.25em;fill:#fff}.footer-socials__title{margin-bottom:1.6em;font-size:1.25em;font-weight:500;color:#fff}@media (max-width: 1599px){.footer-socials__title{font-size:1em}}.footer-socials__list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;list-style-type:none}.footer-socials__item{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.footer-socials__item:not(:last-of-type){margin-right:.75em}.footer-socials__link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.625em;height:3.625em;position:relative;overflow:hidden;border-radius:50%;background-color:#fde4a5;font-size:inherit}.footer-socials__link::before{content:'';display:block;position:absolute;top:0;left:-75%;z-index:2;width:50%;height:100%;background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.footer-socials__link:hover::before{-webkit-animation:btn-shine 0.75s;animation:btn-shine 0.75s}.footer-socials__link--play{background-color:#fde4a5}.footer-socials__ico{width:60%;height:60%;fill:#000}.footer-logo{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;direction:ltr}.footer-logo__item{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;transition:-webkit-filter 0.3s ease;transition:filter 0.3s ease;transition:filter 0.3s ease, -webkit-filter 0.3s ease;-webkit-filter:grayscale(1) contrast(0.6) brightness(1.5);filter:grayscale(1) contrast(0.6) brightness(1.5)}.footer-logo__item:hover{-webkit-filter:grayscale(0) contrast(1) brightness(1);filter:grayscale(0) contrast(1) brightness(1)}.footer-logo__img{width:auto;max-width:100%;max-height:100%}.footer-logo__img[alt='Wazdan']{-webkit-filter:brightness(5.5);filter:brightness(5.5)}@media screen and (min-width: 0 ){.footer-logo__img{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.footer-logo.swiper-container{padding:.625em 0em;margin-bottom:.625em}.footer-logo.swiper-container .swiper-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-logo.swiper-container .swiper-slide{max-width:calc(100% / 15);margin-right:2.5em;text-align:center}@media (max-width: 1365px){.footer-logo.swiper-container .swiper-slide{max-width:calc(100% / 10)}}.footer-logo__svg{opacity:0.5;max-width:100%;max-height:100%;color:gray;transition:opacity 0.2s linear;fill:#d4d4d4}.footer-logo__svg:hover{opacity:0.9}.footer-prints{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:6.25em}.footer-prints__img{margin-right:1.875em}.footer-license{margin-bottom:1.66667em;font-size:.75em;color:#a4a4a5}.footer-license{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;cursor:pointer;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer-license__text{visibility:hidden;opacity:0;display:block;position:absolute;right:0;bottom:2.5em;z-index:1;box-sizing:border-box;padding:.8em;width:31.4em;border:1px solid rgba(253,228,165,0.8);background-color:rgba(51,51,51,0.95);font-size:.625em;color:#fde4a5;transition:opacity 0.5s ease, visibility 0.5s ease}.footer-license__text::after{width:0;height:0;content:'';position:absolute;right:25%;bottom:-.6em;border-top:6px solid rgba(253,228,165,0.8);border-right:6px solid rgba(0,0,0,0);border-left:6px solid rgba(0,0,0,0)}.footer-license:hover .footer-license__text{visibility:visible;opacity:1}.footer-bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:4.0625em}@media (max-width: 1599px){.footer-bottom{font-size:.875em}}.footer-bottom__text{padding:0 .90909em;max-width:59.09091em;margin:0 auto;text-align:center;font-size:.6875em;line-height:1.3;letter-spacing:0.25px;color:#d6d6d6}.footer-bottom__highlight{display:block}.footer-bottom__link{text-decoration:underline;color:#fde4a5}.footer-bottom__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-bottom__item--center{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.footer-bottom__item--line{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.footer-bottom__item--line .footer-bottom__title{margin-bottom:1.78571em;font-size:.875em;color:#a5a5a7}.footer-bottom__item--line .footer-bottom__images{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.footer-bottom__item--line .footer-bottom__images .footer-age{margin-left:1.5625em}.footer-bottom__support{margin-bottom:1.11111em;font-size:1.125em;color:#a5a5a7}.footer-bottom__support .footer-bottom__link{display:inline-block;text-decoration:none;color:#fde4a5;transition:color 0.2s linear}.footer-bottom__support .footer-bottom__link:hover{color:#fff}.footer-bottom__copy{display:block}.footer-age{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2.75em;height:2.75em;border-radius:50%;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;border:3px solid #fff;font-size:1em;font-weight:700;line-height:1;color:#fff}.footer-socials__wechat-modal{position:absolute;bottom:5.3125em;left:16.125em}.wechat-modal{padding:1.625em;border-radius:.75em;background-color:rgba(15,15,15,0.9)}.wechat-modal__img{width:11.875em;height:11.875em;border-radius:.5em}.wechat-modal::before{content:'';position:absolute;bottom:-1.875em;left:50%;border:.5625em solid transparent;border-top:.8125em solid rgba(15,15,15,0.9);border-radius:.125em;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.profile{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1px;height:28.75em}.profile__tabs{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:5em;margin-right:-1.5px;margin-left:-1.5px}.profile__tab{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);-webkit-flex-basis:calc(100% - 3px);-ms-flex-preferred-size:calc(100% - 3px);flex-basis:calc(100% - 3px);padding:.85714em;margin:0 1.5px;border-color:rgba(64,64,64,0.5);font-size:.875em}.profile__tab.active{box-shadow:inset 0 -2px #fde4a5;background-color:rgba(51,51,51,0.5);color:#fde4a5}.profile__tab.active .profile__ico{fill:#fde4a5}.profile__box{position:relative;margin-bottom:.3125em}.profile__ico{width:2em;height:2em;fill:#ccc}.profile__notice{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px;border-radius:50%;position:absolute;right:-.90909em;bottom:0;font-size:.6875em;line-height:1;color:#fff}.profile__notice--alt{background-color:#d8225c}.profile__notice--success{background-color:#0aa45c}.profile__inner{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.profile__item{height:100%}.profile__item--decor{position:relative;z-index:0}.profile__item--decor::before{width:100%;height:100%;content:'';position:absolute;top:0;right:0;z-index:-1;background:url("../../default/img/bonus-woman-profile.png") center right no-repeat;background-size:auto 100%}.profile--preloader{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.profile .profile-account{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.625em 1.25em;margin-top:.3125em}.profile .profile-account__text{font-size:.875em}.profile .profile-account__num{font-size:1.375em}.profile .profile-account__info{max-width:60%}.profile .profile-account .btn{max-width:10.71429em;height:2.42857em;font-size:.875em}.profile .profile-account-info{padding:1.25em}.profile .profile-account-info .profile-loading{width:5em;height:5em}.profile .profile-account-info__item{margin-left:1.25em}.profile .profile-account-info__name{font-size:1em}.profile .profile-account-info__lavel{font-size:.875em}.profile .profile-account-info__link{font-size:.8125em}.profile .profile-account-info__ico{margin-right:.625em}.profile-bonus{padding:.9375em .625em;height:100%}.profile-bonus__promo{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:2.25em}.profile-bonus__promo .btn{max-width:5.35714em;height:100%;font-size:.875em}.profile-bonus__promo .field{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);padding:0 1.25em;max-width:17.5em;margin-right:.625em;border-color:rgba(64,64,64,0.5)}.profile-bonus__promo .field__ico{margin-right:.9375em}.profile-bonus__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.3125em;margin-left:-.3125em}.profile-bonus__inner.js-scroll{max-height:19.375em}.profile-bonus__item{position:relative;-webkit-flex-basis:calc(100% / 4 - .625em);-ms-flex-preferred-size:calc(100% / 4 - .625em);flex-basis:calc(100% / 4 - .625em);max-width:14.375em;margin:0em .3125em 1.25em;text-align:center}.profile-bonus__item.blocked{opacity:0.5}.profile-bonus__item.blocked .profile-bonus__ico{height:5em;margin-top:1.25em}.profile-bonus__item.blocked .btn{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);pointer-events:none}.profile-bonus__item .btn{height:2.28571em;font-size:.875em}.profile-bonus__box{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.profile-bonus__box .btn{-webkit-flex-basis:1.875em;-ms-flex-preferred-size:1.875em;flex-basis:1.875em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.profile-bonus__box .btn+.btn{margin-top:.625em}.profile-bonus__title{margin-bottom:.71429em;text-transform:uppercase;font-size:.875em;font-weight:500;line-height:1.2;color:#fde4a5}.profile-bonus__ico{width:5.3125em;height:6.125em;margin-bottom:.625em}.profile-bonus__text{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;margin-bottom:.38462em;font-size:.8125em;line-height:1.4;color:#fff}.profile-bonus__text a{text-decoration:none;color:#fde4a5;transition:color 0.3s ease}.profile-bonus__text a:hover{color:#feecbe}.profile-bonus__del{position:absolute;top:.4375em;right:.4375em;cursor:pointer;color:#ccc;transition:color 0.3s ease}.profile-bonus__del:hover{color:#fde4a5}.profile-bonus__del::before{content:'\f014';font-family:FontAwesome;font-size:20px}.profile-bonus__info{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.25em .9375em 1.5625em;margin-bottom:.625em}.profile-bonus__info .apm-bonuses-single__info{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:.875em;color:#fff}.profile-bonus__info .apm-bonuses-single__info a{color:#fde4a5}@media screen and (min-width: 0\0){.profile-bonus__info .apm-bonuses-single__info{width:100%}}.profile-bonus__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.9375em}.profile-bonus__extra{margin-top:.625em}.profile-bonus__message{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;max-height:22.14286em;text-align:center;font-size:.875em;line-height:1.2;color:#ccc}.profile-bonus__switches{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-right:-1px;margin-left:-1px}.profile-bonus__switcher{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);-webkit-flex-basis:9.375em;-ms-flex-preferred-size:9.375em;flex-basis:9.375em;padding:0 1.25em;height:2.1875em;margin:0 1px;border-color:rgba(64,64,64,0.5);font-size:.875em}.profile-bonus__switcher.active{box-shadow:inset 0 -2px #fde4a5;color:#fde4a5}.profile-bonus__link{display:block;margin-top:1.66667em;text-decoration:underline;font-size:.75em;font-weight:500;color:#ccc;transition:color 0.3s ease}.profile-bonus__link:hover{color:#fde4a5}.profile-bonus__count{text-align:center;font-size:20px;color:#fff}.profile-bonus__end{color:#fde4a5}.profile-bonus__end::before{content:'/';font-size:18px;color:#fde4a5}.profile-bonus .ps{max-height:18.75em}.profile-bonus .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail,.profile-bonus .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail,.profile-bonus .ps:hover>.ps__scrollbar-y-rail:hover{opacity:0.6;cursor:pointer;background-color:transparent}.profile-bonus .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y,.profile-bonus .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.profile-bonus .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:.375em}.profile-bonus .ps.ps--active-x>.ps__scrollbar-x-rail{display:none}.profile-notice{padding:.3125em}.profile-notice.js-scroll{max-height:23.125em}.profile-notice__item{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);position:relative;padding:1.25em 9.375em 1.25em 1.25em;margin-bottom:.3125em}.profile-notice__item::before{content:'';position:absolute;top:0;right:1.875em;width:6.25em;height:100%;background:url("../../default/img/profile-test.png") center no-repeat;background-size:100% auto}.profile-notice__title{margin-bottom:.55556em;text-transform:uppercase;font-size:1.125em;font-weight:700;line-height:1.2;letter-spacing:0.25px;color:#fff}.profile-notice__text{margin-bottom:1.07143em;font-size:.875em;line-height:1.4;color:#ccc}.profile-notice .btn{max-width:9.375em;height:1.875em;font-size:.8125em}.profile-account__text{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:.3125em;line-height:1.2;color:#ccc}.profile-account__num{display:block;overflow:hidden;text-transform:uppercase;text-overflow:ellipsis;font-weight:700;line-height:1;color:#fff}.profile-account__num--second{color:#fde4a5}.profile-account__refresh{width:.92308em;height:.92308em;cursor:pointer;margin-left:.76923em;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease;fill:#ccc}.profile-account__refresh:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.profile-account__refresh.loading{-webkit-animation:account-refresh 0.85s linear infinite;animation:account-refresh 0.85s linear infinite}@-webkit-keyframes account-refresh{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes account-refresh{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.profile-account--arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.profile-account--arrow .column-support__arrow{fill:#fde4a5}.profile-account__wrap{padding:.3125em;max-width:27.5em}.profile-account.active{box-shadow:inset 2px 0 #fde4a5}.profile-loading{position:relative;border-radius:50%}.profile-loading__ico{-webkit-transform:scale(-1, 1) rotate(-90deg);transform:scale(-1, 1) rotate(-90deg)}.profile-loading__line,.profile-loading__bg{fill:rgba(0,0,0,0)}.profile-loading__bg{stroke:#131216;stroke-width:2px;fill:#282829}.profile-loading__line{stroke-width:1.5px;stroke:#fde4a5;stroke-dasharray:150}.profile-loading::before{width:65%;height:65%;content:'';position:absolute;top:22%;left:20%;z-index:1;background-image:url("../../default/img/profile/status.png");background-size:400%}.profile-loading--copper::before{background-position:100% 0}.profile-loading--bronze::before{background-position:67% 0}.profile-loading--silver::before{background-position:34% 0}.profile-loading--gold::before{background-position:0 0}.profile-loading--ruby::before{background-position:0 34%}.profile-loading--sapphire::before{background-position:34% 34%}.profile-loading--diamond::before{background-position:100% 34%}.profile-loading--platinum::before{background-position:67% 34%}.profile-account-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.profile-account-info__item{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.profile-account-info__name{margin-bottom:3px;text-transform:uppercase;font-weight:700;line-height:1.2;color:#fff}.profile-account-info__lavel{margin-bottom:3px;line-height:1.4;color:#ccc}.profile-account-info__ico{width:.8125em;height:.8125em;fill:#fde4a5}.profile-account-info__link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;line-height:1.2;color:#fde4a5;transition:color 0.3s ease;cursor:pointer}.profile-account-info__link:hover{color:#feecbe}.profile-account-info__label{margin-bottom:1em;text-align:right;font-size:.9375em;font-weight:500;line-height:1.2;color:#fde4a5}.profile-account-info__percent{text-align:right;font-size:2em;font-weight:700;line-height:1;color:#fff}.profile-account-info .profile-loading{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.profile-experience__title{position:relative;margin-bottom:.38462em;font-size:.8125em;font-weight:500;line-height:1.4;color:#fde4a5}.profile-experience__text .circles-text{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;left:0;font-size:14px;line-height:1;color:#fde4a5}.game-table{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:calc(100vw - 11.875em);height:100%}.game-table__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.game-table__box{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:84.6875em;height:41.875em}@media (max-width: 1699px){.game-table__box{font-size:0.9vw}}.game-table__box .slots-screensaver{border:1px solid rgba(64,64,64,0.1);background-color:#000;position:relative}.game-table__box .slots-screensaver__btn{cursor:pointer;background-color:#fde4a5;color:#000;transition:background-color 0.3s ease}.game-table__box .slots-screensaver__btn:hover{background-color:#feecbe}.game-table__iframe{border:1px solid rgba(64,64,64,0.1);background-color:#000;width:100%;height:100%}.scale-bonus{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:-2.69231em;right:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;font-size:.8125em;color:#fff}.scale-bonus__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:.76923em}.scale-bonus__row_first{margin-bottom:.30769em}.scale-bonus__title{margin-right:.46154em}.scale-bonus__value{color:#fde4a5}.scale-bonus__value::before{content:'/';display:inline}.scale-bonus__wagering{width:18.46154em;height:.61538em;overflow:hidden;border:1px solid #fde4a5;border-radius:.61538em;background-color:#333}.scale-bonus__active{height:100%;background-color:#fde4a5}.scale-bonus__timer{margin-right:.61538em;color:#fde4a5}.scale-bonus__timer.inactive{color:rgba(253,228,165,0.302)}.scale-bonus__num::before{content:'\f021';display:inline-block;margin-right:.30769em;font-family:'FontAwesome'}.game-control{margin-left:2px}.game-control__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2.125em;height:2.125em;cursor:pointer;margin-bottom:2px;background-color:#1a1a1a}.game-control__item::before{display:block;font-family:FontAwesome;font-size:1.125em;color:#727274;transition:color 0.3s ease}.game-control__item:hover::before{color:#fde4a5}.game-control__item--popup::before{content:'\f045'}.game-control__item--fullscreen::before{content:'\f0b2'}.game-control__item--reload::before{content:'\f01e'}.game-control__item--pay::before{content:'\f0d6'}.game-control__item--star:not(.active):hover::before{content:'\f123'}.game-control__item--star::before{content:'\f006'}.game-control__item--star.active::before{content:'\f005'}.game-control__item--switch::before{content:'\f204'}.game-control__item--switch.active::before{content:'\f205'}.game-control__item--close{position:relative}.game-control__item--close:hover::after,.game-control__item--close:hover::before{background-color:#fde4a5}.game-control__item--close::before,.game-control__item--close::after{content:'';position:absolute;top:calc(50% - 2px / 2);left:20%;width:60%;height:2px;background-color:#727274;transition:background-color 0.3s ease}.game-control__item--close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.game-control__item--close::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.game-control__ico{width:1.125em;height:1.125em;fill:#a4a4a5}.game-line{position:relative;height:3.75em}@media (max-width: 1599px){.game-line{font-size:.875em}}@media (max-width: 1279px){.game-line{height:7.5em}.game-line__inner{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.game-line__inner .game-status,.game-line__inner .game-search{height:50%}.game-line__control{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;height:50%;border-bottom:1px solid rgba(64,64,64,0.5)}.game-line__control .game-line__item{-webkit-flex-basis:calc(100% / 4);-ms-flex-preferred-size:calc(100% / 4);flex-basis:calc(100% / 4)}}.game-line__box{position:absolute;bottom:100%;left:0;z-index:1;padding:2px;width:100%;background-color:rgba(0,0,0,0.8)}.game-line__box .swiper-container{height:100%}.game-line__box .swiper-slide{width:10em}.game-line__box .slots-games__bg{font-size:.75em}.game-line__box .slots-games__play-wrap{font-size:.625em}.game-line__box .slots-games__playfree-wrap{bottom:0}.game-line__box .preloader{margin-top:1%;margin-bottom:1%;font-size:.625em}.game-line__inner{border:1px solid rgba(64,64,64,0.1);background-color:rgba(0,0,0,0.7);display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;border-right:none;border-bottom:none;border-left:none}.game-line__control{display:-webkit-flex;display:-ms-flexbox;display:flex}.game-line__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer;padding:0 1.25em;height:100%;border-right:1px solid rgba(64,64,64,0.5);text-transform:uppercase;font-size:.75em;line-height:1.2;color:#fff;transition:color 0.3s ease}.game-line__item:hover,.game-line__item.active{box-shadow:inset 0 -2px #fde4a5;color:#fde4a5}.game-line__item:hover .game-line__ico,.game-line__item.active .game-line__ico{fill:#fde4a5}.game-line__item--search.active{background-color:rgba(51,51,51,0.8)}.game-line__item--search.active .field{background-color:#404040}.game-line__item.game-search{font-size:1em}.game-line__ico{width:1.375em;height:1.375em;margin-right:.625em;transition:fill 0.3s ease;fill:#9d9c9e}.game-line__message{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%;margin-top:2%;margin-bottom:2%;font-size:.875em;color:#ccc}.game-line__row{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:.625em;border:1px solid transparent;transition:border-color 0.3s ease, background-color 0.3s ease}.game-line__row::before{box-shadow:inset 2px 0 #fde4a5;content:'';opacity:0;position:absolute;top:1px;left:1px;z-index:1;width:2px;height:calc(100% - 2px);transition:opacity 0.3s ease;pointer-events:none}.game-line__row:hover{border:1px solid rgba(64,64,64,0.1);background-color:#333}.game-line__row:hover::before{opacity:1}.game-line__row .slots-games__item-wrap{-webkit-flex-basis:8.4375em;-ms-flex-preferred-size:8.4375em;flex-basis:8.4375em;min-width:8.4375em}.game-line__row .slots-games__play-wrap{font-size:.6em;-webkit-transform:translateX(-50%) translateY(-70%);transform:translateX(-50%) translateY(-70%)}.game-line__row .slots-games__bg{margin-right:.9375em}.game-line__row .slots-games__item{font-size:.625em}.game-line__text{text-transform:uppercase;font-size:.8125em;line-height:1.2;color:#fff}.game-line .field{padding-right:.9375em;padding-left:1.5625em;min-width:18.4375em;max-height:2.375em;transition:background-color 0.3s ease}.game-line .slots-games__item-wrap{width:100%}.game-status{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:50.625em;-ms-flex-preferred-size:50.625em;flex-basis:50.625em;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 1.5625em;margin-right:-.9375em;margin-left:-.9375em}.game-status__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:calc(100% / 4);-ms-flex-preferred-size:calc(100% / 4);flex-basis:calc(100% / 4);-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:7.5em;height:100%;margin:0 .9375em;-webkit-animation:game-status 0.5s linear forwards;animation:game-status 0.5s linear forwards}@-webkit-keyframes game-status{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes game-status{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}.game-status__box{-webkit-flex-basis:2.8125em;-ms-flex-preferred-size:2.8125em;flex-basis:2.8125em;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:2.8125em;margin-right:.625em;border-radius:50%;background-color:#2b2b2b;background-image:url("/default/img/slots/new/blankslot.jpg")}.game-status__img{width:100%;height:100%;border-radius:50%}.game-status__text{font-size:.6875em;line-height:1.2;color:#fff}.game-status__link{display:block;color:#fde4a5}.game-col{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.8);position:fixed;top:0;right:0;z-index:1;width:16.25em;height:100%;-webkit-transform:translateX(16.25em);transform:translateX(16.25em);transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease, -webkit-transform 0.5s ease}.game-col.active{-webkit-transform:translateX(0);transform:translateX(0)}.game-col__head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0em 3.33333em 0em 1.66667em;min-height:3.5em;text-transform:uppercase;font-size:.75em;font-weight:500;line-height:1.2;color:#fff}.game-col__head .game-col__ico{width:1.5em;height:1.5em;margin-right:.83333em;fill:#a5a5a7}.game-col__close{width:1.25em;height:1.25em;position:absolute;top:.625em;right:.625em;z-index:2;cursor:pointer}.game-col__close::after,.game-col__close::before{content:'';position:absolute;top:calc(50% - 2px / 2);left:0;width:100%;height:2px;background-color:#fff}.game-col__close::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.game-col__close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.game-col__img{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:11.25em;background-color:#d9d9d9}.game-col__control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:2.625em}.game-col__label{text-align:center;text-transform:uppercase;font-size:.9375em;font-weight:500;line-height:1.2;color:#fde4a5}.game-col__arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2.3125em;height:100%;background-color:#3b3b3b}.game-col__arrow .game-col__ico{width:.6875em;height:.6875em;fill:#fff}.game-col__subtitle,.game-col__text{margin-bottom:.625em;text-transform:uppercase;font-size:.75em;font-weight:500;line-height:1.2}.game-col__subtitle{color:#fde4a5}.game-col__text{color:#f2f2f2}.game-col__box{padding:.9375em 1.25em;border-top:1px solid #404040;text-align:center}.game-col__num{margin-bottom:.3125em;font-size:1.875em;font-weight:700;line-height:1;color:#fff}.game-col__tabs{display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:2.5em;margin-bottom:.625em}.game-col__tab{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);-webkit-flex-basis:calc(100% / 2 - 1px);-ms-flex-preferred-size:calc(100% / 2 - 1px);flex-basis:calc(100% / 2 - 1px);margin:0 0.5px;font-size:.75em}.game-col__tab.active{box-shadow:inset 0 -2px #fde4a5}.game-col__inner{color:#fff}.game-col__wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.game-col__wrap .btn{max-width:14.16667em;height:2.5em;min-height:2.5em;margin:0 auto 1.25em;font-size:.75em}.game-col__table.tournament-item__winners .winners-table{width:100%;margin:0}.game-col__table.tournament-item__winners .winners-table__row{padding:0 .625em}.game-col__table.tournament-item__winners .winners-table__row--head{font-size:.875em}.game-col__table.tournament-item__winners .winners-table__cell{-webkit-flex-basis:calc(100% / 2);-ms-flex-preferred-size:calc(100% / 2);flex-basis:calc(100% / 2);padding-top:.1875em;padding-bottom:.1875em}.game-col__table.tournament-item__winners .winners-table__cell:last-child{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.game-col__table.tournament-item__winners .winners-table__cell--num{-webkit-flex-basis:3.125em;-ms-flex-preferred-size:3.125em;flex-basis:3.125em}@media screen and (min-width: 0 ){.game-col__table.tournament-item__winners .winners-table__cell{width:calc(100% / 2)}.game-col__table.tournament-item__winners .winners-table__cell--num{width:3.125em;min-width:3.125em}}.game-col__table.tournament-item__games{height:100%}.game-col .tournament-item-games{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-height:0}.game-col .tournament-item-games .ps{position:relative;height:100%}.game-col .tournament-item-games .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail,.game-col .tournament-item-games .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail,.game-col .tournament-item-games .ps:hover>.ps__scrollbar-y-rail:hover{opacity:0.6;cursor:pointer;background-color:transparent}.game-col .tournament-item-games .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-yÐ± .game-col .tournament-item-games .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.game-col .tournament-item-games .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:.375em}@media screen and (min-width: 0 ){.game-col .tournament-item-games .ps.ps--active-x>.ps__scrollbar-x-rail{display:none}}.game-col .tournament-item-games .tournament-item__games{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:0}.game-col .tournament-item-games .tournament-item__games .ps{min-height:0}.game-col .tournament-item-games .tournament-item__message{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.is-countdown{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tournaments-counter{width:3.125em;height:3.125em;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:3.125em;margin:0 .3125em}.tournaments-counter__circle_over,.tournaments-counter__circle{fill:rgba(0,0,0,0);stroke-width:2px;stroke-dasharray:150 150}.tournaments-counter__wrap{position:absolute;top:0;left:0}.tournaments-counter__circle{stroke:transparent}.tournaments-counter__circle_over{stroke:#84b62f}.tournaments-counter__unit,.tournaments-counter__num{color:#fff}.tournaments-counter__num{font-size:1.25em;line-height:1}.tournaments-counter__unit{width:100%;text-align:center;font-size:.625em;line-height:1}.tournament-item__winners{margin-top:0}.tournament-item__winners:not(.ps-container){display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 0 ){.tournament-item{overflow:hidden}}.game-action{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:fixed;top:calc(50% - 2.5em / 2);right:0;cursor:pointer;width:2.5em;height:3.125em;border:1px solid #fde4a5;border-right:none;border-top-left-radius:1.5625em;border-bottom-left-radius:1.5625em;background-color:rgba(51,51,51,0.7);-webkit-transform:translateX(2.5em);transform:translateX(2.5em);transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease;transition:background-color 0.3s ease}.game-action:hover{background-color:rgba(51,51,51,0.5)}.game-action.active{-webkit-transform:translate(0);transform:translate(0)}.game-action__ico{width:1em;height:1em;margin-right:.375em;fill:#fde4a5}.game-switch{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.game-slider{height:100%}.game-search{position:relative}.game-search__dropdown{position:absolute;bottom:100%;left:0;z-index:1;padding:.9375em;width:100%;background-color:rgba(51,51,51,0.8)}.game-search__dropdown .ps{max-height:300px}.game-search__dropdown .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail,.game-search__dropdown .ps:hover>.ps__scrollbar-y-rail:hover{opacity:0.6;cursor:pointer;background-color:transparent}.game-search__dropdown .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-yÐ± .game-search__dropdown .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.game-search__dropdown .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:.375em}.game-search__msg{text-align:center;text-transform:none;font-size:.875em;color:#ccc}.game-search .casino-games{position:relative;padding-bottom:6.25em;color:#fff}.game-search .casino-games__bg{background-image:url("/default/img/live-casino/casino-default-bg.jpg");background-position:center;background-size:cover}.game-search .casino-games__list{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.game-search .casino-games__back,.game-search .casino-games__next{opacity:0.7;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:50%;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:5.25em;height:5.25em;outline:none;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity 0.2s linear}.game-search .casino-games__back:hover,.game-search .casino-games__next:hover{opacity:0.9}.game-search .casino-games__back::before,.game-search .casino-games__next::before{content:'';font-family:FontAwesome;font-size:4.375em;color:#4d4f51}.game-search .casino-games__back{left:.125em;border-radius:0 5.25em 5.25em 0}.game-search .casino-games__back::before{content:'\f104';margin-right:.21429em}.game-search .casino-games__next{right:.125em;border-radius:5.25em 0 0 5.25em}.game-search .casino-games__next::before{content:'\f105';margin-left:.21429em}.game-search .casino-games__title{padding:.3125em;text-transform:uppercase;font-size:1em;font-weight:400;border-left:.125em solid #82b031}.game-search .casino-games__item-wrap{display:block;box-sizing:border-box;padding:.125em;width:20%;min-width:20%;color:#fff}@media (max-width: 1699px){.game-search .casino-games__item-wrap{width:25%;min-width:25%}}@media (max-width: 1199px){.game-search .casino-games__item-wrap{width:33.33%;min-width:33.33%}}.game-search .casino-games__item-wrap:hover .casino-games__roulette,.game-search .casino-games__item-wrap:hover .casino-games__prov{-webkit-transform:scale(1);transform:scale(1)}.game-search .casino-games__item{position:relative;box-sizing:border-box;padding-top:55%;border:1px solid #30353b;background-image:url("/default/img/live-casino/games/game-img.jpg");background-position:center;background-size:cover}.game-search .casino-games__window{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;color:#fff}.game-search .casino-games__window .slots-games__overlay{font-size:.75em}.game-search .casino-games__langs{position:absolute;top:3%;left:2%}.game-search .casino-games__lang{width:1.25em;margin-right:.3125em}.game-search .casino-games__provider{position:absolute;top:3%;right:2%;width:1.3125em}.game-search .casino-games__prov{position:absolute;top:15%;left:2%;width:35%;-webkit-transform:scale(0.9);transform:scale(0.9);transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out}.game-search .casino-games__roulette{position:absolute;top:20%;left:5%;-webkit-transform:scale(0.9);transform:scale(0.9);transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out}.game-search .casino-games__ribbons{display:none}.game-search .casino-games__desc{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;box-sizing:border-box;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.3125em;width:100%;background-color:rgba(0,0,0,0.7)}.game-search .casino-games__name{overflow:hidden;text-transform:uppercase;text-overflow:ellipsis;font-size:.8125em;white-space:nowrap}.game-search .casino-games__dealer{font-size:.8125em}.game-search .casino-games__text{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 6.5625em)}@media (max-width: 1449px){.game-search .casino-games__text{width:100%}}.game-search .casino-games__info{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.game-search .casino-games__players,.game-search .casino-games__limit{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:.6875em}.game-search .casino-games__players{margin-bottom:.15385em}.game-search .casino-games__limit-icon,.game-search .casino-games__players-icon{margin-left:.38462em}@media (max-width: 1449px){.game-search .casino-games__limit{display:none}}.winners-table{width:calc(100% - .625em);margin:0 .3125em}.winners-table__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:.625em;padding-left:.625em;text-align:left;line-height:1}.winners-table__row:not(.winners-table__row--head){margin-bottom:.41667em;font-size:.75em;color:#fff}.winners-table__row--head{position:relative;-webkit-flex-basis:.25em;-ms-flex-preferred-size:.25em;flex-basis:.25em;margin-bottom:.25em;font-size:1em;color:#e1e1e1}.winners-table__row--head::before{content:'';position:absolute;bottom:-.125em;left:0;width:100%;height:1px;background-color:#333}.winners-table__row.active{padding-top:.25em;padding-bottom:.25em;font-weight:700;color:#333}.winners-table__row.active .winners-table__cell{margin-bottom:0;color:#fde4a5 !important}.winners-table__cell{text-align:left}.winners-table__cell:not(.winners-table__cell--num){-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}@media screen and (min-width: 0 ){.winners-table__cell:not(.winners-table__cell--num){width:50%}}.winners-table__cell--num{-webkit-flex-basis:2.71429em;-ms-flex-preferred-size:2.71429em;flex-basis:2.71429em;font-size:.875em}@media screen and (min-width: 0 ){.winners-table__cell--num{min-width:1.5625em}}.winners-table__cell--result{text-align:right}.column__logo{display:block;width:9.375em;margin:2.5em auto}@media screen and (max-height: 864px){.column__logo{margin:1.25em auto}}@media screen and (max-height: 720px){.column__logo{margin:.3125em auto}}.column__img{width:100%}.column__action{position:relative;padding:.9375em;margin-bottom:1px;background-color:rgba(51,51,51,0.5)}@media screen and (max-height: 720px){.column__action{padding:.1875em .9375em}}.column__action.active:before{opacity:1}.column__action::before{content:'';opacity:0;position:absolute;top:0;right:0;width:2px;height:3.9375em;background-color:#fde4a5;transition:opacity 0.3s ease}.column__action .btn{padding-top:.21429em;height:2.85714em;border-radius:1.60714em;font-size:.875em}.column__action .btn+.btn{margin-top:1.07143em}@media screen and (max-height: 720px){.column__action .btn+.btn{margin-top:.35714em}}.column__item{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);padding:.9375em;margin-bottom:.625em}.column__toggle{position:absolute;top:0;left:100%}.column .profile-account__info{position:relative;overflow:hidden}.column .profile-account__text{font-size:.8125em}.column .profile-account__num{font-size:1.25em}.column-toggle{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;width:4.375em;height:4.375em;margin:0;overflow:hidden;outline:none;border:none;background-color:rgba(43,43,43,0.5);text-align:inherit;font:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;line-height:normal;color:inherit;transition:background-color 0.2s;-webkit-appearance:none}.column-toggle:hover{background-color:rgba(43,43,43,0.9)}.column-toggle::after{content:'';opacity:0;position:absolute;top:0;bottom:0;left:0;width:.125em;background:#fde4a5;transition:opacity 0.2s}.column-toggle--close::after{opacity:1}.column-toggle--close .column-toggle__icn{-webkit-transform:translateX(.625em) scale(1.3);transform:translateX(.625em) scale(1.3)}.column-toggle--close .column-toggle__bar:nth-child(1){-webkit-transform:rotate(45deg) scaleX(1.05);transform:rotate(45deg) scaleX(1.05)}.column-toggle--close .column-toggle__bar:nth-child(2){-webkit-transform:translateX(-4.375em);transform:translateX(-4.375em)}.column-toggle--close .column-toggle__bar:nth-child(3){-webkit-transform:rotate(-45deg) scaleX(1.05);transform:rotate(-45deg) scaleX(1.05)}.column-toggle__icn{display:block;padding-right:.625em;width:2.125em;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s, -webkit-transform 0.5s}.column-toggle__bar{display:block;width:100%;height:.125em;margin:.4375em 0em;background:currentColor;-webkit-transform-origin:0 50%;transform-origin:0 50%;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s, -webkit-transform 0.5s}.column-toggle__bar:nth-child(2){-webkit-transform:scaleX(1.419);transform:scaleX(1.419)}.column-menu__link{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-transform:uppercase;text-decoration:none;font-size:.8125em;font-weight:500;line-height:1.2;color:#fff;transition:color 0.3s ease}.column-menu__link--is-vertically-centered{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.column-menu__link:hover,.column-menu__link.active{color:#fde4a5}.column-menu__link:hover .column-menu__ico,.column-menu__link.active .column-menu__ico{fill:#fde4a5}.column-menu__ico{width:1.375em;height:auto;max-height:1.375em;transition:fill 0.3s ease;fill:#fff;margin-right:.625em;margin-left:0}.column-menu__ico--jingle{-webkit-animation:ld-jingle 5s infinite;animation:ld-jingle 5s infinite}@-webkit-keyframes ld-jingle{0%,20%{-webkit-transform:translate(0, 40%) rotate(0deg) translate(0, -40%);transform:translate(0, 40%) rotate(0deg) translate(0, -40%)}0.8%{-webkit-transform:translate(0, 40%) rotate(11deg) translate(0, -40%);transform:translate(0, 40%) rotate(11deg) translate(0, -40%)}2%{-webkit-transform:translate(0, 40%) rotate(15deg) translate(0, -40%);transform:translate(0, 40%) rotate(15deg) translate(0, -40%)}3.6%{-webkit-transform:translate(0, 40%) rotate(-11deg) translate(0, -40%);transform:translate(0, 40%) rotate(-11deg) translate(0, -40%)}4%{-webkit-transform:translate(0, 40%) rotate(-13deg) translate(0, -40%);transform:translate(0, 40%) rotate(-13deg) translate(0, -40%)}4.2%{-webkit-transform:translate(0, 40%) rotate(-12deg) translate(0, -40%);transform:translate(0, 40%) rotate(-12deg) translate(0, -40%)}4.4%{-webkit-transform:translate(0, 40%) rotate(-10deg) translate(0, -40%);transform:translate(0, 40%) rotate(-10deg) translate(0, -40%)}4.8%,7.2%,11.2%{-webkit-transform:translate(0, 40%) rotate(-5deg) translate(0, -40%);transform:translate(0, 40%) rotate(-5deg) translate(0, -40%)}5.2%,8.8%{-webkit-transform:translate(0, 40%) rotate(3deg) translate(0, -40%);transform:translate(0, 40%) rotate(3deg) translate(0, -40%)}5.6%,6.2%{-webkit-transform:translate(0, 40%) rotate(9deg) translate(0, -40%);transform:translate(0, 40%) rotate(9deg) translate(0, -40%)}6%{-webkit-transform:translate(0, 40%) rotate(10deg) translate(0, -40%);transform:translate(0, 40%) rotate(10deg) translate(0, -40%)}6.6%{-webkit-transform:translate(0, 40%) rotate(5deg) translate(0, -40%);transform:translate(0, 40%) rotate(5deg) translate(0, -40%)}6.8%,12.6%{-webkit-transform:translate(0, 40%) rotate(1deg) translate(0, -40%);transform:translate(0, 40%) rotate(1deg) translate(0, -40%)}7.8%{-webkit-transform:translate(0, 40%) rotate(-8deg) translate(0, -40%);transform:translate(0, 40%) rotate(-8deg) translate(0, -40%)}8%{-webkit-transform:translate(0, 40%) rotate(-7deg) translate(0, -40%);transform:translate(0, 40%) rotate(-7deg) translate(0, -40%)}9.4%{-webkit-transform:translate(0, 40%) rotate(7deg) translate(0, -40%);transform:translate(0, 40%) rotate(7deg) translate(0, -40%)}15%{-webkit-transform:translate(0, 40%) rotate(-1deg) translate(0, -40%);transform:translate(0, 40%) rotate(-1deg) translate(0, -40%)}}@keyframes ld-jingle{0%,20%{-webkit-transform:translate(0, 40%) rotate(0deg) translate(0, -40%);transform:translate(0, 40%) rotate(0deg) translate(0, -40%)}0.8%{-webkit-transform:translate(0, 40%) rotate(11deg) translate(0, -40%);transform:translate(0, 40%) rotate(11deg) translate(0, -40%)}2%{-webkit-transform:translate(0, 40%) rotate(15deg) translate(0, -40%);transform:translate(0, 40%) rotate(15deg) translate(0, -40%)}3.6%{-webkit-transform:translate(0, 40%) rotate(-11deg) translate(0, -40%);transform:translate(0, 40%) rotate(-11deg) translate(0, -40%)}4%{-webkit-transform:translate(0, 40%) rotate(-13deg) translate(0, -40%);transform:translate(0, 40%) rotate(-13deg) translate(0, -40%)}4.2%{-webkit-transform:translate(0, 40%) rotate(-12deg) translate(0, -40%);transform:translate(0, 40%) rotate(-12deg) translate(0, -40%)}4.4%{-webkit-transform:translate(0, 40%) rotate(-10deg) translate(0, -40%);transform:translate(0, 40%) rotate(-10deg) translate(0, -40%)}4.8%,7.2%,11.2%{-webkit-transform:translate(0, 40%) rotate(-5deg) translate(0, -40%);transform:translate(0, 40%) rotate(-5deg) translate(0, -40%)}5.2%,8.8%{-webkit-transform:translate(0, 40%) rotate(3deg) translate(0, -40%);transform:translate(0, 40%) rotate(3deg) translate(0, -40%)}5.6%,6.2%{-webkit-transform:translate(0, 40%) rotate(9deg) translate(0, -40%);transform:translate(0, 40%) rotate(9deg) translate(0, -40%)}6%{-webkit-transform:translate(0, 40%) rotate(10deg) translate(0, -40%);transform:translate(0, 40%) rotate(10deg) translate(0, -40%)}6.6%{-webkit-transform:translate(0, 40%) rotate(5deg) translate(0, -40%);transform:translate(0, 40%) rotate(5deg) translate(0, -40%)}6.8%,12.6%{-webkit-transform:translate(0, 40%) rotate(1deg) translate(0, -40%);transform:translate(0, 40%) rotate(1deg) translate(0, -40%)}7.8%{-webkit-transform:translate(0, 40%) rotate(-8deg) translate(0, -40%);transform:translate(0, 40%) rotate(-8deg) translate(0, -40%)}8%{-webkit-transform:translate(0, 40%) rotate(-7deg) translate(0, -40%);transform:translate(0, 40%) rotate(-7deg) translate(0, -40%)}9.4%{-webkit-transform:translate(0, 40%) rotate(7deg) translate(0, -40%);transform:translate(0, 40%) rotate(7deg) translate(0, -40%)}15%{-webkit-transform:translate(0, 40%) rotate(-1deg) translate(0, -40%);transform:translate(0, 40%) rotate(-1deg) translate(0, -40%)}}.column-menu__img{width:100%}.column-menu__notice{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:-.33333em;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:1.55556em;height:1.55556em;border-radius:50%;background-color:#d8225c;font-size:.69231em;color:#fff;right:.44444em}.column-menu__item{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.column-support{padding:.9375em}.column-support__link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;height:2.69231em;margin-top:.61538em;border-radius:.30769em;background-color:#333;text-align:center;text-decoration:none;font-size:.8125em;line-height:1.2;color:#fff;transition:color 0.3s ease, background-color 0.3s ease}.column-support__link::before{content:'';position:absolute;top:0;width:2px;height:100%;background-color:transparent;transition:background-color 0.3s ease;right:0}.column-support__link:hover,.column-support__link.active{background-color:#4d4d4d;color:#fde4a5}.column-support__link:hover .column-support__ico,.column-support__link.active .column-support__ico{fill:#fde4a5}.column-support__link.active::before{background-color:#fde4a5}.column-support__ico{width:1.1875em;height:1.1875em;transition:fill 0.3s ease;fill:#a4a4a5}.column-support__language{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:0 .8125em;text-transform:none}.column-support__language .column-support__ico{margin-right:.625em}.column-support__language.active{box-shadow:inset -2px 0 #fde4a5}.column-support__arrow{width:.6875em;height:.6875em;position:absolute;cursor:pointer;margin-right:0;margin-left:auto;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease;fill:#ccc;right:.5em;left:auto}.column-support__arrow.active{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.column-support__row{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:.5em;margin-right:-2px;margin-left:-2px}.column-support__row .column-support__link{-webkit-flex-basis:calc(100% / 2 - 4px);-ms-flex-preferred-size:calc(100% / 2 - 4px);flex-basis:calc(100% / 2 - 4px);margin:0 4px}.column-support__row:nth-child(2) .column-support__link{-webkit-flex-basis:calc(100% - 4px);-ms-flex-preferred-size:calc(100% - 4px);flex-basis:calc(100% - 4px)}.column-support__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;text-transform:uppercase}.column-support__logo{width:100%}.column-support__button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:.91667em 0em;margin:0 auto;border-radius:4px;background:#fff;text-transform:uppercase;text-decoration:none;font-size:.75em;color:#333}.column-support__button .column-support__ico{margin:0em .41667em;margin-top:-.08333em}.column-timer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:2.1875em;border-radius:.25em;background-color:rgba(51,51,51,0.5)}.column-timer__item{font-size:.9375em;font-weight:300;line-height:0;color:#fff}.column-timer__item--empty{margin:0 .3125em}.column-timer__ico{width:.9375em;height:.9375em;margin-right:.625em;fill:#a4a4a5}.time-block-gmt{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:.5em .4375em .625em;border-radius:.25em;background-color:#333}.time-block-gmt__title{margin-bottom:.38462em;font-size:.8125em;font-weight:500;color:#949494}.time-block-gmt__value{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;direction:ltr;font-size:.75em;color:#fff}.time-block-gmt__time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.time-block-gmt__time::before{content:'';display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:.25em;height:.25em;margin-right:.25em;margin-left:.3125em;border-radius:50%;background-color:#fff}.time-block-gmt__svg{position:absolute;width:70%;height:auto;top:-2.375em;left:0}.dropdown{border:1px solid rgba(64,64,64,0.1);background-color:rgba(9,8,12,0.95);position:absolute;left:100%;padding:1px}.dropdown__tabs{display:-webkit-flex;display:-ms-flexbox;display:flex}.dropdown__tab{box-shadow:inset 0 -1px #272728}.dropdown__tab.active{box-shadow:inset 0 -2px #fde4a5}.dropdown__tab.active,.dropdown__tab:hover{color:#fde4a5}.dropdown__tab.active .dropdown__ico,.dropdown__tab:hover .dropdown__ico{fill:#fde4a5}.dropdown__body{padding:1.25em}.dropdown__body .grecaptcha-badge{margin:1.25em auto 0em}.dropdown__captha{margin-bottom:1.36364em;text-align:left;font-size:.6875em;color:#ccc}.dropdown__captha a{color:#fde4a5}.dropdown__textarea,.dropdown__input{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1.33333em;outline:none;border-radius:1.5em;border-color:#404040;font-size:.9375em;line-height:1;color:#fff}.dropdown__textarea::-webkit-input-placeholder, .dropdown__input::-webkit-input-placeholder{color:#d9d9d9}.dropdown__textarea::-moz-placeholder, .dropdown__input::-moz-placeholder{color:#d9d9d9}.dropdown__textarea:-ms-input-placeholder, .dropdown__input:-ms-input-placeholder{color:#d9d9d9}.dropdown__textarea::placeholder,.dropdown__input::placeholder{color:#d9d9d9}.dropdown__input{padding:0 2em;height:3em}.dropdown__textarea{padding:1.5625em 1.875em;min-height:7.8125em;max-height:18.75em;resize:vertical}.dropdown__select{margin-bottom:1.25em}.dropdown__field{position:relative}.dropdown__field--error .dropdown__input{border:1px solid #f04755}.dropdown__field--error .dropdown__textarea{border:1px solid #f04755}.dropdown__field--error .c-select .multiselect__tags{border:1px solid #f04755}.dropdown__error{border:1px solid rgba(64,64,64,0.1);background-color:#333;position:absolute;top:-.63636em;right:1.81818em;z-index:1;padding:0 .72727em;height:1.27273em;border-radius:5px;font-size:.6875em;color:#fb4141}.dropdown__text{margin-bottom:.71429em;text-align:center;font-size:.875em;line-height:1.2;border-radius:1.14286em;font-weight:400;color:#3d3d3d}.dropdown__ico{width:2em;height:2em;margin:0 auto .3125em;fill:#ccc}.dropdown__scroll{position:relative;max-height:25em;overflow:hidden}.dropdown .btn{height:2.75em}.dropdown--input{top:0;width:23.75em}.dropdown--input .dropdown__tabs{min-height:4.0625em;text-align:center}.dropdown--input .dropdown__tab{-webkit-flex-basis:calc(100% / 2);-ms-flex-preferred-size:calc(100% / 2);flex-basis:calc(100% / 2);text-transform:uppercase;font-size:.9375em;font-weight:700}.dropdown--input .btn{height:2.92857em;margin-bottom:1.42857em;font-size:.875em}.dropdown--input .tab__text{padding:0em .35714em}.dropdown--lang{bottom:0;padding:.1875em;width:19.0625em;font-size:1.23077em}.dropdown--lang.active{display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:23}.dropdown--help{bottom:0;z-index:2;width:26.5625em;min-height:31.875em;font-size:1.23077em}.dropdown--help .dropdown__tabs{height:5em;margin-right:-2px;margin-left:-2px;text-align:center}.dropdown--help .dropdown__tab{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);-webkit-flex-basis:calc(100% / 2);-ms-flex-preferred-size:calc(100% / 2);flex-basis:calc(100% / 2);margin:0 2px;text-decoration:none;font-size:.875em}.dropdown--help .dropdown__tab.active{box-shadow:inset 0 -2px #fde4a5}.dropdown--help .dropdown__text{margin-bottom:1.25em;text-align:left;line-height:1.4}.dropdown--help .c-registration__field{margin-left:0;font-size:.875em}.dropdown--help .c-registration__field .multiselect__content-wrapper{width:27.14286em !important;left:-2em !important;top:3.21429em;bottom:auto}@media (max-width: 1199px){.dropdown--help .c-registration__field .multiselect__content-wrapper{max-height:20em !important;border:inherit;font-size:inherit}}.dropdown--help .c-registration__field-label{display:none !important}.dropdown--help .c-registration__input{max-width:none !important}.dropdown--help .c-registration__input::-webkit-input-placeholder{color:#d9d9d9}.dropdown--help .c-registration__input::-moz-placeholder{color:#d9d9d9}.dropdown--help .c-registration__input:-ms-input-placeholder{color:#d9d9d9}.dropdown--help .c-registration__input::placeholder{color:#d9d9d9}.dropdown--help .country-template__text{margin-left:.3125em;color:#d9d9d9}.dropdown--account{top:-2px;padding-bottom:0;width:12.1875em}.dropdown-social{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:-.3125em;margin-left:-.3125em}.dropdown-social__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);width:2.5em;height:2.5em;border-radius:50%;cursor:pointer;margin:0 .3125em;border-color:#404040;text-decoration:none;transition:background-color 0.3s ease}.dropdown-social__item.active,.dropdown-social__item:hover{background-color:#4d4d4d}.dropdown-social__item.active .dropdown-social__ico,.dropdown-social__item:hover .dropdown-social__ico{fill:#fde4a5}.dropdown-social__ico{width:1.125em;height:1.125em;transition:fill 0.3s ease;fill:#d9d9d9}.dropdown-memory{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 .4375em;margin-bottom:.9375em}.dropdown-memory__remember,.dropdown-memory__link{font-size:.875em;line-height:1.2;color:#d9d9d9}.dropdown-memory__link{text-decoration:underline}.dropdown-memory__remember{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;cursor:pointer}.dropdown-memory__remember--error .dropdown-memory__check{border-color:#fb4141;box-shadow:inset 0 0 0 1px #fb4141}.dropdown-memory__check{width:1.25em;height:1.25em;border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);display:grid;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-items:center;margin-right:.625em;border-radius:2px}.dropdown-memory__ico{width:.92857em;height:.92857em;opacity:0;cursor:pointer;transition:opacity 0.3s ease;fill:#fde4a5}.dropdown-memory__input{width:0;height:0;visibility:hidden;position:absolute;top:0;left:0;background-color:transparent}.dropdown-memory__input:checked+.dropdown-memory__check .dropdown-memory__ico{opacity:1}.slider{position:relative;line-height:1.2;color:#fff}.slider__item{position:relative;padding:1.5625em 1.875em 5em;height:100%}.slider__title{box-shadow:inset 2px 0 #fde4a5;padding:.14286em .57143em;max-width:14.28571em;margin-bottom:.71429em;background-color:rgba(26,26,26,0.7);text-transform:uppercase;font-size:2.1875em;font-weight:700}.slider__text{max-width:21.875em;margin-bottom:2.1875em;font-size:1em;line-height:1.6}.slider__pagination{position:absolute;bottom:1.875em;left:1.875em;z-index:1}.slider .btn{max-width:13.57143em;height:2.85714em;font-size:.875em;border-radius:1.60714em}.slider .swiper-container{height:100%}.slider .swiper-pagination-bullet{opacity:1;width:1.75em;height:.5em;margin:0 .1875em;outline:none;border-radius:.1875em;background-color:#fff;transition:background-color 0.3s ease}.slider .swiper-pagination-bullet:hover,.slider .swiper-pagination-bullet-active{background-color:#fde4a5}.slider-slots{height:26.25em;background:url("../../default/img/banner-slots.jpg") 0 0 no-repeat}.content__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.content__row .field{padding:0em .9375em 0em 1.5625em;max-width:20em;max-height:2.375em;font-size:1.33333em}.content__row .field__input{margin-right:.625em}.content__row .game-search{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0em 0em 0em 1.66667em;width:100%;max-width:30em;height:100%;font-size:.75em;transition:background-color 0.3s ease}.content__row .game-search__dropdown{top:100%;bottom:auto;left:1.25em;z-index:2;width:calc(100% - 2.5em);background-color:rgba(43,43,43,0.95);font-size:1em}.content__row .game-search__dropdown .ps{font-size:1.33333em}.content__row .game-search__content{max-height:18.75em;font-size:1.33333em}.content__row .game-search__content::-webkit-scrollbar-thumb{background-color:#707070}.content__row .game-line__row .slots-games__play-wrap{font-size:.6em}.content__text{text-align:right;text-transform:uppercase;font-size:1em;font-weight:700;line-height:1.4;color:#fde4a5}.content-menu{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:.625em;height:100%}.content-menu__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .3125em;height:100%;margin:0 .9375em;text-transform:uppercase;text-decoration:none;font-size:1em;font-weight:700;line-height:1;color:#fff;transition:color 0.3s ease}.content-menu__item:hover,.content-menu__item.active{color:#fde4a5}.content-tile{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);margin-bottom:.625em;color:#fff}.content-tile__header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.8em 1.2em;padding-top:1.33333em;text-transform:uppercase;font-size:.9375em;line-height:1.2;letter-spacing:0.25px}.content-tile__header .content-tile__ico{width:1.33333em;height:1.33333em;margin-right:.66667em;fill:#fff}.content-tile__body{position:relative;padding:1px 1px 2px}.content-tile__body .swiper-container{width:100%;max-width:calc(100vw - 15.375em)}.content-tile__arrow .content-tile__ico{width:.9375em;height:.9375em;fill:#fff}.content-tile__arrow.swiper-button-disabled{cursor:default;background-color:rgba(51,51,51,0.5)}.content-tile__arrow.swiper-button-disabled .content-tile__ico{fill:#bdbdbd}.content-tile__item{height:11.25em}.content-tile__loader{padding:.75em 1.125em;text-align:center}.content-tile .slots-games__item-wrap{width:100%;height:100%}.content-tile .preloader{margin-bottom:20px}.content-blank{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-.3125em;margin-left:-.3125em}@media (max-width: 1599px){.content-blank{font-size:.875em}}@media (max-width: 1599px){.content-blank{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.content-blank__item{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:.625em}}.content-blank__item{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.5);position:relative;z-index:0;-webkit-flex-basis:calc(100% - .625em);-ms-flex-preferred-size:calc(100% - .625em);flex-basis:calc(100% - .625em);padding:2.5em 3.125em;margin:0 .3125em}.content-blank__item--one{padding-right:20%;padding-left:20%;text-align:center}.content-blank__item--one .btn{margin-left:auto;margin-right:auto}.content-blank__item--one.content-blank__item--jackpot::before{background-position:15% 0}.content-blank__item::before{width:100%;height:100%;content:'';position:absolute;top:0;right:0;z-index:-1;background-repeat:no-repeat}.content-blank__item--jackpot::before{background-image:url("../../default/img/jackpot-woman.png");background-position:90% center;background-size:auto 100%}.content-blank__item--bonus::before{background-image:url("../../default/img/bonus-woman.png");background-position:95% bottom;background-size:auto 97%}.content-blank__title{margin-bottom:.96154em;text-transform:uppercase;font-size:1.625em;font-weight:500;letter-spacing:0.25px;color:#fde4a5}.content-blank__winning{margin-bottom:.55556em;text-transform:uppercase;font-size:3.375em;font-weight:500;line-height:1;color:#fff;direction:ltr}@media screen and (min-width: 0\0){.content-blank__winning{background:transparent}}.content-blank .btn{max-width:18.92857em;height:2.85714em;font-size:.875em;border-radius:1.60714em}.content-blank__list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:32.8125em;margin-right:-1.5625em;margin-left:-1.5625em;line-height:1.2;color:#fff}.content-blank__list .btn{max-width:12.5em;margin:0em 1.5625em 1.25em}.content-blank__value{font-size:.53846em}.content-blank__cell{-webkit-flex-basis:calc(100% / 2 - 3.125em);-ms-flex-preferred-size:calc(100% / 2 - 3.125em);flex-basis:calc(100% / 2 - 3.125em);margin:0em 1.5625em 1.25em}.content-blank__num{background:linear-gradient(#d6d6d6, #fcfcfc, #d6d6d6);-webkit-background-clip:text;text-transform:uppercase;font-size:2.4375em;font-weight:700;-webkit-text-fill-color:transparent}@media screen and (min-width: 0\0){.content-blank__num{background:transparent}}.content-blank__text{font-size:.75em}.page .games{background-color:transparent}.page .games__banners{top:4.375em;right:1.4375em;padding:0}.page .games-menu{top:3.75em;bottom:auto;left:13.125em;max-height:95vh}.page .games-menu__link{text-decoration:none}.page .games-menu__link.active,.page .games-menu__link:hover{box-shadow:none;background-color:#fde4a5;color:#000}.page .games-menu__input{background-image:none}.page .games-menu__list,.page .games-menu__input{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);box-shadow:none}.page .games-item{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);overflow:hidden;box-shadow:none}.page .games-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.15);-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);transition:-webkit-transform 0.6s;transition:transform 0.6s;transition:transform 0.6s, -webkit-transform 0.6s;pointer-events:none}.page .games-item:hover{box-shadow:none;background-color:#333}.page .games-item:hover::before{-webkit-transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0)}.page .games-item:hover .games-item__window{border-color:transparent}.page .games-item__btn{padding-top:.1875em;width:80%;text-decoration:none}.page .games-item__fav::before{color:#fde4a5;transition:color 0.3s ease}.page .games-item__fav.active::before{text-shadow:0 0 .4375em #fde4a5;color:#fde4a5}.page .games-item__fav.active:hover::before{color:rgba(253,228,165,0.8)}.page .xg-cashback-section{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5)}.page .xg-cashback-section::before{box-shadow:none}.page .xg-cashback-section__header{background-color:rgba(51,51,51,0.5)}.page .xg-cashback-current__sum{color:#fde4a5}.page .xg-cashback-item__btn--green{background-color:#fde4a5;text-decoration:none;color:#000}.page .xg-cashback-item__btn--green:hover{background-color:rgba(253,228,165,0.8)}.page .games-banner{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);box-shadow:none}.page:not(.lk) .page__wrap{background:#060509 url("../../default/img/bg.jpg") center top no-repeat;background-size:100% auto;position:relative;z-index:1}.box-modal.quest-modal,.box-modal.wheel-modal,.box-modal.wheel-rules-modal,.box-modal.bonuses-modal{border:none}.box-modal.quest-modal{position:relative}.page .roulette,.yahtzee,.cc2{font-size:0.89vw}.af-game,.war-popup__rule,.arcticmodal-container .saw-popup{font-size:12px}.xMonkey-resize{font-size:0.7vw}.jackpot__wrap .jackpot{top:2% !important;left:auto !important}.bs-game__total .total-delete{font-size:13.33px}.xkm_cell_item{-webkit-flex-basis:calc(3.45vw - 0.43vw);-ms-flex-preferred-size:calc(3.45vw - 0.43vw);flex-basis:calc(3.45vw - 0.43vw);width:calc(3.45vw - 0.43vw);height:calc(3.05vw - 0.43vw);margin-right:calc(0.32vw - 0.11vw);margin-bottom:calc(0.32vw - 0.11vw)}.xkm_cell{-webkit-flex-basis:calc(37.64vw - 0.11vw);-ms-flex-preferred-size:calc(37.64vw - 0.11vw);flex-basis:calc(37.64vw - 0.11vw)}.box-modal.GOTD-modal5{border:none}.dice_game{box-sizing:initial}.dice_game *{box-sizing:initial}.dice_game .ps-container{overflow:hidden !important;-ms-touch-action:none;touch-action:none}.dice_game .ps-container.ps-active-x>.ps-scrollbar-x-rail,.dice_game .ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;z-index:1;background-color:transparent}.dice_game .ps-container.ps-in-scrolling{pointer-events:none}.dice_game .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{opacity:0.9;background-color:#eee}.dice_game .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.dice_game .ps-container>.ps-scrollbar-x-rail,.dice_game .ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,.dice_game .ps-container>.ps-scrollbar-y-rail,.dice_game .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;border-radius:4px}.dice_game .ps-container>.ps-scrollbar-x-rail,.dice_game .ps-container>.ps-scrollbar-y-rail{opacity:0;display:none;bottom:3px;width:8px;height:8px;transition:background-color 0.2s linear, opacity 0.2s linear}.dice_game .ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,.dice_game .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{bottom:0;width:8px;height:8px;background-color:#aaa;transition:background-color 0.2s linear}.dice_game .ps-container:hover.ps-in-scrolling{pointer-events:none}.dice_game .ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail,.dice_game .ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail,.dice_game .ps-container:hover>.ps-scrollbar-x-rail:hover{opacity:0.9;background-color:#eee}.dice_game .ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x,.dice_game .ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y,.dice_game .ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.dice_game .ps-container:hover>.ps-scrollbar-x-rail,.dice_game .ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.box-modal.af-game__rules-modal{box-sizing:initial}.box-modal.af-game__rules-modal *{box-sizing:initial}.to__howtoplay{position:fixed;top:54%;left:50%;box-sizing:border-box;padding:22px 25px 21px;width:610px;border-radius:10px;box-shadow:0 1px 5px rgba(0,0,0,0.65);background-color:rgba(255,255,255,0.9);text-align:center;font-family:Helvetica, sans-serif;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.to__howtoplay .xgame-popup--rules{position:absolute}.to-howtoplay__close{position:absolute;top:15px;right:15px;cursor:pointer;width:20px;height:20px}.to-howtoplay__close::after{content:'';position:absolute;top:8px;left:-2px;width:120%;height:2px;background-color:#444}.to-howtoplay__close::before{content:'';position:absolute;top:8px;left:-2px;width:120%;height:2px;background-color:#444;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.to-howtoplay__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.to-howtoplay__head{margin:0;font-size:30px;font-weight:700;line-height:36px;color:#184c74}.to-howtoplay__subhead{margin:0 0 10px;font-size:18px;line-height:36px;color:#333}.to-howtoplay__title{margin:0;font-size:20px;font-weight:500;line-height:36px;color:#184c74}.to-howtoplay__list{padding-left:15px;margin:3px 0 0;text-align:left}.to-howtoplay__list li{margin:1px 0;font-size:15px;font-weight:300;line-height:24px;color:#333}.to-howtoplay__sequence,.to-howtoplay__text{margin:0;text-align:left;font-size:15px;font-weight:300;line-height:24px;color:#333}.to-howtoplay__sequence{line-height:30px}.to-howtoplay__sequence span{font-weight:500;color:#184c74}.to-howtoplay__message{width:60%;margin:auto;font-size:17px;color:#184c74}.to-howtoplay hr{width:60%;height:1px;border:none;background-color:#4b89b9}.to-howtoplay hr:last-of-type{width:80%;margin:10px 0}.xgames__overlay{display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#000}.xgames .s-right-column--is-hidden{z-index:19}.yahtzee-popup__list{font-family:Roboto, Roboto Local, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif}.yahtzee-popup__list li{letter-spacing:0.5px}.jp-rules__text .ps-container{overflow:hidden !important;-ms-touch-action:none;touch-action:none}.jp-rules__text .ps-container.ps-active-x>.ps-scrollbar-x-rail,.jp-rules__text .ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;z-index:1;background-color:transparent}.jp-rules__text .ps-container.ps-in-scrolling{pointer-events:none}.jp-rules__text .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{opacity:0.9;background-color:#eee}.jp-rules__text .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.jp-rules__text .ps-container>.ps-scrollbar-x-rail,.jp-rules__text .ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,.jp-rules__text .ps-container>.ps-scrollbar-y-rail,.jp-rules__text .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;border-radius:4px}.jp-rules__text .ps-container>.ps-scrollbar-x-rail,.jp-rules__text .ps-container>.ps-scrollbar-y-rail{opacity:0;display:none;bottom:3px;width:8px;height:8px;transition:background-color 0.2s linear, opacity 0.2s linear}.jp-rules__text .ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x,.jp-rules__text .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{bottom:0;width:8px;height:8px;background-color:#aaa;transition:background-color 0.2s linear}.jp-rules__text .ps-container:hover.ps-in-scrolling{pointer-events:none}.jp-rules__text .ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail,.jp-rules__text .ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail,.jp-rules__text .ps-container:hover>.ps-scrollbar-x-rail:hover{opacity:0.9;background-color:#eee}.jp-rules__text .ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x,.jp-rules__text .ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y,.jp-rules__text .ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.jp-rules__text .ps-container:hover>.ps-scrollbar-x-rail,.jp-rules__text .ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.xgames_breadcrumbs{position:relative}.breadcrumbs{position:absolute;top:.625em;left:.75em;z-index:20;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;list-style-type:none}.breadcrumbs__item{text-transform:uppercase}.breadcrumbs__item:not(:last-child)::after{content:'/';margin-right:.72727em;margin-left:.72727em;font-size:.6875em;color:#e6e6e6}.breadcrumbs__link{text-decoration:none;color:#e6e6e6}.breadcrumbs__link:hover{color:#fff}.breadcrumbs__current{font-size:.6875em;color:#e6e6e6}.breadcrumbs__label{font-size:.6875em;text-decoration:underline}.bonuses-modal__title{padding-top:30px}.b-bingo-modal.bonuses-modal .bonuses-modal__title{margin-top:-35px}.page .bonuses-modal__inner{max-height:38vh;margin-top:50px}.af-game ~ .jackpot__wrap .jackpot{top:2% !important;right:1.25em !important;left:auto !important}.page .modal-container.modal_approve-conversion{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.95);border-radius:0}.page .modal-container.modal_approve-conversion .modal-body{font-size:1em;font-weight:400;line-height:1.3;color:#fff}.page .modal-container.modal_approve-conversion .modal-footer{display:-webkit-flex;display:-ms-flexbox;display:flex}.page .modal-container.modal_approve-conversion .modal-default-button{margin:0 .71429em;box-shadow:none;font-size:.875em}.page .modal-container.modal_approve-conversion .modal-default-button:not(.modal-default-button_decline){background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff}.page .modal-container.modal_approve-conversion .modal-default-button.modal-default-button_decline{border:1px solid #fde4a5;background-color:rgba(0,0,0,0);color:#fde4a5}.page .modal-container.slots-popup-nickname__modal{border:1px solid rgba(64,64,64,0.1);background-color:rgba(36,35,37,0.95);border-radius:0}.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname{width:100%;border:none;background-image:none}.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__close{color:transparent}.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__form{padding:0;box-shadow:none;background-color:transparent}.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__input{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);margin-bottom:1.25em;border-radius:1.25em;color:#fff}.page .modal-container.slots-popup-nickname__modal .slots-popup-nickname__button{background:linear-gradient(#d6b274, #fee5a5, #d6b274);color:#46433f;height:2.375em;font-size:.875em}.page .modal-container.modal-container_slots{border:1px solid rgba(64,64,64,0.1);background-color:rgba(36,35,37,0.95);position:relative;padding:1.25em}.page .modal-container.modal-container_slots .poker_popup{border:none;background-color:transparent}.page .modal-container.modal-container_slots .sm__title{margin-bottom:.8em;text-align:center;font-size:1.5625em;color:#fde4a5}.page .modal-container.modal-container_slots .sm__msg{font-size:.875em;line-height:1.3;color:#fff}.page .modal-container.modal-container_slots .sm__block{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1.25em}.page .modal-container.modal-container_slots .sm__btn_blue,.page .modal-container.modal-container_slots .sm__btn_green{background:linear-gradient(#d6b274, #fee5a5, #d6b274);color:#46433f;-webkit-flex-basis:15.625em;-ms-flex-preferred-size:15.625em;flex-basis:15.625em;height:2.1875em;margin-right:1.25em}.page .modal-container.modal-container_slots .poker_popup_filed{display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff}.page .modal-container.modal-container_slots .poker_popup_sm_subtitle{margin-bottom:1.07143em;text-align:center;font-size:.875em;line-height:1.3;color:#fff}.page .modal-container.modal-slots{border:1px solid rgba(64,64,64,0.1);background-color:rgba(36,35,37,0.95);position:relative;padding:1.25em;width:40.9375em}.v--modal{box-shadow:none;background-color:transparent}.modal-slots{position:relative}.modal-slots__title{margin-bottom:.4em;text-align:center;text-transform:uppercase;font-size:1.5625em;font-weight:500;color:#fde4a5}.modal-slots__label,.modal-slots__subtitle{font-size:.875em;line-height:1.3;color:#fff}.modal-slots__subtitle{margin-bottom:2.1875em;text-align:center}.modal-slots__label{margin-top:2.1875em;margin-bottom:1.25em;text-transform:uppercase}.modal-slots__text{font-size:.75em;line-height:1.3;color:#fff}.modal-slots__balance,.modal-slots__box{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:-.46875em;margin-left:-.46875em}.modal-slots__balance{margin-bottom:1.25em}.modal-slots__box{position:relative;margin-bottom:1.875em}.modal-slots__box.disabled{opacity:0.8;pointer-events:none}.modal-slots__box .modal-slots__btn{-webkit-flex-basis:calc(100% / 2 - .9375em);-ms-flex-preferred-size:calc(100% / 2 - .9375em);flex-basis:calc(100% / 2 - .9375em);margin:0 .46875em}.modal-slots__info,.modal-slots__inner{-webkit-flex-basis:calc(100% / 2 - .9375em);-ms-flex-preferred-size:calc(100% / 2 - .9375em);flex-basis:calc(100% / 2 - .9375em);margin:0 .46875em}.modal-slots__inner{display:-webkit-flex;display:-ms-flexbox;display:flex}.modal-slots__field{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:0 .625em;height:2.1875em}.modal-slots__field.loading::after{width:1em;height:1em;border-radius:50%;content:'';position:absolute;top:calc(50% - 1em / 2);left:calc(50% - 1em / 2);border:2px solid #fff;border-right-color:rgba(0,0,0,0);-webkit-animation:spin 0.8s linear infinite;animation:spin 0.8s linear infinite}.modal-slots__field--value{border:1px solid rgba(64,64,64,0.1);background-color:rgba(38,38,38,0.5)}.modal-slots__input{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;height:100%;border:none;background-color:transparent;color:#fff}.modal-slots__value{font-size:.75em;color:#fff}.modal-slots__btn{position:relative;height:2.5em;font-size:.875em}.modal-slots__btn:not(.modal-slots__btn--alt){background:linear-gradient(#d6b274, #fee5a5, #d6b274);color:#46433f}.modal-slots__btn--alt{border:1px solid #fde4a5;background-color:rgba(0,0,0,0);color:#fde4a5}.modal-slots__btn::after{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:.9375em;height:.9375em;position:absolute;right:.625em;font-family:FontAwesome;font-size:1em;color:#333;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;-webkit-animation:spin 0.6s infinite;animation:spin 0.6s infinite}.modal-slots__btn.loading::after{content:'\f021'}.modal-slots__info.ready{-webkit-animation:pulse 0.6s linear;animation:pulse 0.6s linear}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,0.4)}70%{box-shadow:0 0 0 10px rgba(255,255,255,0)}to{box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,0.4)}70%{box-shadow:0 0 0 10px rgba(255,255,255,0)}to{box-shadow:0 0 0 0 rgba(255,255,255,0)}}.modal-slots__info--balance{display:-webkit-flex;display:-ms-flexbox;display:flex;height:2.1875em;border:1px solid #fff}.modal-slots__currency{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-basis:2.91667em;-ms-flex-preferred-size:2.91667em;flex-basis:2.91667em;border-right:1px solid #fff;font-size:.75em;color:#fff}.modal-slots__area{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .625em;color:#fff}.modal-slots__refresh{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer;-webkit-flex-basis:2.1875em;-ms-flex-preferred-size:2.1875em;flex-basis:2.1875em;outline:none;border:none;background-color:#fff}.modal-slots__refresh::before{content:'\f021';font-family:FontAwesome;font-size:1em;color:#333;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.modal-slots__refresh:hover::before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.modal-slots__refresh.loading::before{-webkit-animation:spin 0.6s infinite;animation:spin 0.6s infinite}.modal-slots-msg{position:absolute;top:calc(100% + .41667em);left:0;width:100%;text-align:center;font-size:.75em;line-height:1.2;color:#fff}.slots-account-popup{border:1px solid rgba(64,64,64,0.1);background-color:rgba(36,35,37,0.95);position:relative;padding:1.25em}.slots-account-popup__item{display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff}.slots-account-popup__col{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;padding:1.25em;margin:0 .625em;text-align:center}.slots-account-popup__button{background:linear-gradient(#d6b274, #fee5a5, #d6b274);color:#46433f;height:2.1875em;font-size:.875em}.slots-account-popup__balance{margin:1.25em 0}.slots-account-popup .custom-alert__title{margin-bottom:.83333em;text-align:center;font-size:1.5em;font-weight:500;color:#fde4a5}.popup_bg_block{display:none;padding:2px 1.25em 1.25em;width:100%;margin-bottom:.625em}.popup_bg_block.active{display:block}.popup_bg_block.active.rotate{display:none}.popup_bg_block.behind1,.popup_bg_block.behind2{display:none}.popup_title_text{margin-top:1em;margin-bottom:1em;text-align:center;font-size:1.25em;letter-spacing:0.25px;color:#fde4a5}.popup_list_of_benefits{margin-bottom:1.25em}.popup_list_of_benefits p{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:.35714em;font-size:.875em;line-height:1.2;color:#fff}.popup_list_of_benefits p::before{width:.42857em;height:.42857em;border-radius:3.57143em;content:'';display:inline-block;background:#fff;margin-right:.71429em}.popup_button_call_action{background:linear-gradient(to top, #99264b, #d8225b, #99264b);color:#fff;padding:.5em;margin:0em 0em .9375em;font-size:.875em}.popup__pages{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:calc(100% + 1.25em);width:100%}.popup_skip{border:1px solid #fde4a5;background-color:rgba(0,0,0,0);color:#fde4a5;max-width:20em;height:2.1875em;margin:0 auto;margin-top:.9375em;font-size:.875em}.popup__txt{margin-top:1.25em;text-align:center;font-size:14px;color:#fff}.popup__txt .popup__rules{color:#fde4a5}.popup.v--modal-overlay{background:rgba(3,7,13,0.6)}.popup.v--modal-overlay .v--modal-box{height:auto !important;overflow:inherit}.popup .v--modal{border:1px solid rgba(64,64,64,0.1);background-color:rgba(36,35,37,0.95);display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1px;border-radius:0}.popup__close{width:1.375em;height:1.375em;position:absolute;top:0;right:-2.375em;cursor:pointer}.popup__close::after,.popup__close::before{content:'';position:absolute;top:calc(50% - 3px / 2);left:0;width:100%;height:3px;background-color:#fff}.popup__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup__close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popup__col{-webkit-flex-basis:18.75em;-ms-flex-preferred-size:18.75em;flex-basis:18.75em}.popup__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.25em}.popup__img{height:11.25em}.popup__inner{padding:1.25em;background-color:#333}.popup__inner .btn{height:2.85714em;font-size:.875em}.popup__inner .popup__row{margin-bottom:.9375em}.popup__value,.popup__text{font-size:.9375em;line-height:1.2;color:#fff}.popup__value{text-transform:uppercase;font-weight:700}.popup__body{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:.9375em .3125em 1}.popup__body .btn{max-width:10.90909em;height:2.54545em;font-size:.6875em}.popup__body .popup__row{padding-right:.3125em;padding-left:.9375em}.popup__title{text-transform:uppercase;font-size:1.125em;font-weight:700;line-height:1.2;color:#fff}.popup-game{padding-right:.625em}.popup-game__img{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-basis:1.25em;-ms-flex-preferred-size:1.25em;flex-basis:1.25em;height:4.375em;background:url("../../default/img/game-task-img.png") center no-repeat;background-size:cover}.popup-game__win{position:relative;padding:.9375em;width:100%;background-color:rgba(51,51,51,0.75);text-transform:uppercase;font-size:1em;font-weight:700;line-height:1.2;color:#fff}.popup-game__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.9375em;margin-bottom:.3125em;background-color:#333}.popup-game__title{margin-bottom:1.07143em;text-transform:uppercase;font-size:.875em;font-weight:700;line-height:1.2;color:#fff}.popup-game__text{font-size:.875em;line-height:1.2;color:#fff}.popup-game__loading{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.36364em;font-size:.6875em;line-height:1;color:#fff}.popup-game__box{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:3px;margin-right:.9375em;box-shadow:0 0 0 1px #2c2a2b;background-color:#212123}.popup-game__line{height:100%;background-color:#fde4a5}.popup-game__body{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.popup-game.js-scroll{max-height:24.625em}.popup-game.js-scroll.ps>.ps__scrollbar-y-rail{opacity:1;width:.25em;background-color:#333}.popup-game.js-scroll.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{right:0;width:100%;border-radius:0;background-color:#fde4a5}.box-modal#fastDeposit{position:relative;width:50em}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.modal-mask{background-color:rgba(0,0,0,0.8) !important}.v--modal-overlay .v--modal-background-click .modal-mask{background-color:transparent !important}.v--modal-overlay .v--modal-background-click{background-color:rgba(0,0,0,0.8)}.arcticmodal-overlay{opacity:0.8 !important}#content_pic{height:0}.postreg-popup .c-popup-bonus{display:none;padding:0;color:#fff}.postreg-popup .c-popup-bonus.active:not(.rotate){display:block}.postreg-popup .c-popup-bonus .v--modal{border:1px solid rgba(64,64,64,0.1);background-color:rgba(36,35,37,0.95);overflow:visible !important;box-shadow:none}.postreg-popup .c-popup-bonus__wrap{position:relative}.postreg-popup .c-popup-bonus__header{padding:1.5625em 0em;border-bottom:1px solid rgba(253,228,165,0.15);text-align:center;text-transform:uppercase;font-size:1.375em;font-weight:700;color:#fde4a5}.postreg-popup .c-popup-bonus__content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:5em 3.75em 1.5625em}.postreg-popup .c-popup-bonus__notion{margin-top:30px;text-align:center;color:#fde4a5}.postreg-popup .c-popup-bonus__item{width:calc(50% - 32px)}.postreg-popup .c-popup-bonus__icon{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:10.625em;height:10.625em;margin:0 auto;border:.375em solid #fff;border-radius:50%;fill:#fff}.postreg-popup .c-popup-bonus__icon--consent{border-color:#fde4a5;fill:#fde4a5}.postreg-popup .c-popup-bonus__button .btn{padding:.8125em 0em;margin:3.75em 0em 0em;font-size:1em}.postreg-popup .c-popup-bonus__button .btn--second{background:linear-gradient(#d6b274, #fee5a5, #d6b274);color:#46433f}.postreg-popup .c-popup-bonus__button .btn--transparent{border:1px solid #fde4a5;background-color:rgba(0,0,0,0);color:#fde4a5}.postreg-popup .c-popup-bonus__link{text-decoration:none;color:#fde4a5;transition:color 0.3s ease}.postreg-popup .c-popup-bonus__link:hover{color:#feecbe}.postreg-popup .c-popup-bonus__footer{padding-bottom:3.125em;text-align:center;font-size:.8125em;font-weight:300}.postreg-popup .c-popup-bonus__rules{padding:2.375em}.postreg-popup .c-popup-bonus__list{padding-left:3em}.postreg-popup .c-popup-bonus__list+.c-popup-bonus-rule{margin-top:.625em}.postreg-popup .c-popup-bonus__list-item .c-popup-bonus-rule{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.postreg-popup .c-popup-bonus__list-item+.postreg-popup .c-popup-bonus__list-item{margin-top:.625em}.postreg-popup .c-popup-bonus__description{border:1px solid rgba(64,64,64,0.1);background-color:rgba(43,43,43,0.55);padding:.9375em 1.25em;border-top:none;border-color:#404040;font-size:.8125em}.postreg-popup .c-popup-bonus-icon{max-width:5.625em}.v--modal-box.v-modal--android-app{position:absolute !important;top:50% !important;left:50% !important;width:auto !important;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media (max-width: 1366px){.v--modal-box.v-modal--android-app{font-size:14px}}.v--modal-box.v-modal--android-app .app-popup{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:64em;min-height:36.875em;overflow:hidden;border:1px solid #404040;border-radius:.625em;background:#1f1f1f}.v--modal-box.v-modal--android-app .app-popup::before{content:'';position:absolute;top:0;width:0;height:0;border-width:19.5em 30.75em 0em 0em;border-style:solid;border-color:#fde4a5 transparent transparent transparent;left:0}.v--modal-box.v-modal--android-app .app-popup__close{opacity:0.7;position:absolute;top:1.25em;cursor:pointer;width:1.5625em;height:1.5625em;transition:opacity 0.2s linear;right:1.25em}.v--modal-box.v-modal--android-app .app-popup__close::after,.v--modal-box.v-modal--android-app .app-popup__close::before{content:'';position:absolute;top:calc(50% - 1px / 2);left:0;width:100%;height:1px;background-color:#fff}.v--modal-box.v-modal--android-app .app-popup__close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.v--modal-box.v-modal--android-app .app-popup__close::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.v--modal-box.v-modal--android-app .app-popup__close:hover{opacity:1}.v--modal-box.v-modal--android-app .app-popup__img{position:relative;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:24.625em;height:41.0625em;background:url("../../default/img/appPopupPhone.png") no-repeat center;background-size:100% 100%;margin-left:2.1875em}.v--modal-box.v-modal--android-app .app-popup__content{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:25em;margin:3.4375em 5.625em}.v--modal-box.v-modal--android-app .app-popup__title{margin-bottom:.78125em;text-align:center;text-transform:uppercase;font-family:'Rubik', sans-serif;font-size:2em;font-weight:500;line-height:1.3125em;color:#fff}.v--modal-box.v-modal--android-app .app-popup__subtitle{margin-bottom:1.16667em;text-align:center;font-family:'Rubik', sans-serif;font-size:1.5em;font-weight:400;line-height:1.125em;color:#fff}.v--modal-box.v-modal--android-app .app-popup__subtitle .bold{font-weight:700}.v--modal-box.v-modal--android-app .app-popup__text{max-width:90%;text-align:center;font-family:'Rubik', sans-serif}.v--modal-box.v-modal--android-app .app-popup__text--top{margin-bottom:1.76471em;font-size:1.0625em;font-weight:300;line-height:1.41176em;color:#fff}.v--modal-box.v-modal--android-app .app-popup__text__bottom{font-size:.9375em;font-weight:400;line-height:1.46667em;color:#b3b3b3}.v--modal-box.v-modal--android-app .app-popup__link{background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:19.625em;height:2.75em;margin-bottom:2.1875em;border-radius:1.375em;text-transform:uppercase;text-decoration:none;font-family:'Rubik', sans-serif;font-size:inherit;color:#fff}.v--modal-box.v-modal--android-app .app-popup__ico{width:1.375em;height:1.375em;fill:#fff;margin-right:1.125em}.postreg-popup{position:relative;width:760px;height:auto;border-radius:6px}.postreg-popup__close{position:absolute;top:-2.08333em;z-index:1;width:1.66667em;height:1.66667em;border:none;background:none;font-size:.75em;-webkit-transform:none;transform:none;right:-2.08333em}.postreg-popup__close::after,.postreg-popup__close::before{content:'';position:absolute;top:calc(50% - .16667em / 2);width:100%;height:.16667em;background-color:#ccc;left:0}.postreg-popup__close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.postreg-popup__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.postreg-popup__close:hover::before,.postreg-popup__close:hover::after{background-color:#4d8ab9}.postreg-popup .c-registration__field{margin:0}.popup-slider__pagination{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:-2.6875em;left:50%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.popup-slider__bullet{width:1.75em;height:.5em;margin:0em .1875em;border-radius:.1875em;background:#fff}.popup-slider__bullet--active{background-color:#fde4a5}.v--modal-overlay[data-modal='afterreg'] .v--modal-background-click{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.v--modal-box--afterreg{top:auto !important;left:auto !important;width:auto !important;overflow:visible !important}.reset-password{background-color:#2b2b2b}.reset-password__title{color:#fcd269}.reset-password__announce{color:#fff}.reset-password .form-field__area.c-registration__field{border-color:#262626;background-color:#333;color:#fff}.reset-password .form-field .c-registration__field--phone_mega .multiselect__single .c-registration-country__text{color:#fff}.reset-password .form-field .c-registration__field--phone_mega .multiselect__single .c-registration-country--arrow::before{color:#fff}.reset-password .form-field .c-registration__field .c-registration__input::-webkit-input-placeholder{color:#fff !important}.reset-password .form-field .c-registration__field .c-registration__input:-moz-placeholder{color:#fff !important}.reset-password .form-field .c-registration__field .c-registration__input::-moz-placeholder{color:#fff !important}.reset-password .form-field .c-registration__field .c-registration__input:-ms-input-placeholder{color:#fff !important}.reset-password-form__submit{opacity:0.8;border-radius:1.3125em;background-color:transparent;background-image:linear-gradient(to top, #c21e52, #e34a7a, #c21e52);color:#fff;transition:opacity 0.3s ease-in-out}.reset-password-form__submit:hover{opacity:1;background-color:transparent;color:#fff}.v--modal-box--afterreg .reset-password{max-width:100%;margin-top:0;background-color:transparent}.v--modal-box--afterreg .reset-password-form .c-registration__field--phone_mega .c-registration__field--number .c-registration__input{max-width:100%}.androids-popup-wrapper{left:auto !important;width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important;min-height:100%;margin-right:auto;margin-left:auto}.androids-popup{position:relative;padding:2.5em 25em 2.5em 2.5em;max-width:53.625em;border-radius:1.25em;background:url("/genfiles/cms/99/desktop/app-download-popup/1xSlots_android-popup-desctop.png") 100% 100% no-repeat,linear-gradient(89.83deg, #1c1817 .15%, #51312a 99.86%);background-size:auto 100%}.androids-popup__close{position:absolute;top:1.25em;right:1.25em;cursor:pointer;width:1.25em;height:1.25em;border:none;background:transparent;transition:opacity 0.3s ease}.androids-popup__close::after,.androids-popup__close::before{content:'';position:absolute;top:.625em;left:0;width:100%;height:.125em;background-color:#ccc}.androids-popup__close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.androids-popup__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.androids-popup__close:hover{opacity:0.8}.androids-popup__close:active{opacity:0.6}.androids-popup__title{margin-top:0;margin-bottom:.29412em;text-transform:uppercase;font-size:2.125em;font-weight:bold;line-height:120%;color:#e8e8e8}.androids-popup__description{max-width:25.5em;margin-bottom:2.5em;font-size:1em;line-height:1.5em;color:#e8e8e8}.androids-popup__btn{max-width:9.875em;margin-bottom:1.875em}.androids-popup__actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.androids-btn{cursor:pointer;border:none;border-radius:6.25em;background:linear-gradient(0deg, #d6b376 -25%, #fee5a4 50.45%, #c39d60 125%);transition:opacity 0.3s ease}.androids-btn:hover{opacity:0.8}.androids-btn:active{opacity:0.6}.androids-btn__text{display:inline-block;padding:.85714em;width:100%;text-align:center;text-transform:uppercase;font-size:.875em;font-weight:600;line-height:1.14286em;color:#000}.androids-checkbox__input:checked+.androids-checkbox__custom::before{opacity:1}.androids-checkbox__input--hidden{visibility:hidden;opacity:0;width:0;height:0;margin:0}.androids-checkbox__custom{display:inline-block;position:relative;width:.875em;height:.875em;border:1px solid #bdbdbd;border-radius:.125em;margin-right:.625em}.androids-checkbox__custom::before{content:'';opacity:0;position:absolute;top:-.0625em;left:.21875em;width:.25em;height:.625em;border-right:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:opacity 0.3s ease}.androids-checkbox__text{font-size:.875em;line-height:1.71429em;color:#e8e8e8}.preloader{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:9;width:6.25em;height:6.875em;margin:0 auto}.auth-form{padding:1.25em}.auth-form .c-input-material__label{display:none}.auth-form .c-input-material__input{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);padding:0 2em;height:2.93333em;margin-bottom:1.33333em;border-radius:1.5em;font-size:.9375em;color:#fff}.auth-form .c-input-material__input::-webkit-input-placeholder{color:#d9d9d9}.auth-form .c-input-material__input::-moz-placeholder{color:#d9d9d9}.auth-form .c-input-material__input:-ms-input-placeholder{color:#d9d9d9}.auth-form .c-input-material__input::placeholder{color:#d9d9d9}.auth-button{background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff;height:3.14286em;margin-bottom:1.42857em;font-size:.875em}.auth__info-text{margin-bottom:.71429em;text-align:center;font-size:.875em;line-height:1.2;color:#d9d9d9}.info{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.95);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:fixed;bottom:0;left:0;z-index:100016;padding:1.42857em;width:100%;font-size:.875em;color:#ccc}@media (max-width: 1599px){.info{font-size:.75em}}.info__text{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 1.07143em;text-align:center;line-height:1.3}.info__link{text-decoration:none;color:#fde4a5;transition:color 0.3s ease}.info__link:hover{color:#feecbe}.info .btn{cursor:pointer;max-width:10.71429em;height:2.5em;font-size:.875em}.info-popup{border:1px solid rgba(64,64,64,0.1);background-color:rgba(35,34,36,0.95);position:relative;padding:3.125em 2.5em;width:55.625em;margin:0 auto;background:url("../../default/img/info-popup.png") center no-repeat;background-size:cover}.info-popup__close{top:0}.info-popup__inner{width:100%;max-width:33.125em}.info-popup__title{margin:0 0 1.11111em;text-transform:uppercase;font-size:1.125em;font-weight:bold;letter-spacing:0.25px;color:#fde4a5}.info-popup__logo{display:block;width:10em;margin-bottom:1.5625em}.info-popup__img{width:100%}.info-popup__text{margin-bottom:1.07143em;font-size:.875em;line-height:1.3;color:#fff}.info-popup__text a{color:#fde4a5}.info-popup__text--italic{text-transform:capitalize;font-style:italic;color:#ccc}.tournament-item-games .slots-games__play-wrap{font-size:.75em}.tournaments-counter__circle{fill:transparent}.tournaments-counter__circle_over{stroke:#fde4a5;fill:transparent;stroke-width:2px;stroke-dasharray:150 150}.tournaments-counter__num{font-size:1.25em}.tournaments-counter__unit{font-size:.625em}.tournament-item__games .casino-games{position:relative;padding-bottom:6.25em;color:#fff}.tournament-item__games .casino-games__bg{background-image:url("/default/img/live-casino/casino-default-bg.jpg");background-position:center;background-size:cover}.tournament-item__games .casino-games__list{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tournament-item__games .casino-games__back,.tournament-item__games .casino-games__next{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:5.25em;height:5.25em;opacity:0.7;position:absolute;top:50%;cursor:pointer;outline:none;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity 0.2s linear}.tournament-item__games .casino-games__back:hover,.tournament-item__games .casino-games__next:hover{opacity:0.9}.tournament-item__games .casino-games__back::before,.tournament-item__games .casino-games__next::before{content:'';font-family:FontAwesome;font-size:4.375em;color:#4d4f51}.tournament-item__games .casino-games__back{left:.125em;border-radius:0em 5.25em 5.25em 0em}.tournament-item__games .casino-games__back::before{content:'\f104';margin-right:.21429em}.tournament-item__games .casino-games__next{right:.125em;border-radius:5.25em 0em 0em 5.25em}.tournament-item__games .casino-games__next::before{content:'\f105';margin-left:.21429em}.tournament-item__games .casino-games__title{padding:.3125em;text-transform:uppercase;font-size:1em;font-weight:400;border-left:.125em solid #82b031}.tournament-item__games .casino-games__item-wrap{display:block;box-sizing:border-box;padding:.125em;width:20%;min-width:20%;color:#fff}@media (max-width: 1699px){.tournament-item__games .casino-games__item-wrap{width:25%;min-width:25%}}@media (max-width: 1199px){.tournament-item__games .casino-games__item-wrap{width:33.33%;min-width:33.33%}}.tournament-item__games .casino-games__item-wrap:hover .casino-games__roulette,.tournament-item__games .casino-games__item-wrap:hover .casino-games__prov{-webkit-transform:scale(1);transform:scale(1)}.tournament-item__games .casino-games__item{position:relative;box-sizing:border-box;padding-top:55%;border:1px solid #30353b;background-image:url("/default/img/live-casino/games/game-img.jpg");background-position:center;background-size:cover}.tournament-item__games .casino-games__window{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%}.tournament-item__games .casino-games__langs{position:absolute;top:3%;left:2%}.tournament-item__games .casino-games__lang{width:1.25em;margin-right:.3125em}.tournament-item__games .casino-games__provider{position:absolute;top:3%;right:2%;width:1.3125em}.tournament-item__games .casino-games__prov{position:absolute;top:15%;left:2%;width:35%;-webkit-transform:scale(0.9);transform:scale(0.9);transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out}.tournament-item__games .casino-games__roulette{position:absolute;top:20%;left:5%;-webkit-transform:scale(0.9);transform:scale(0.9);transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out}.tournament-item__games .casino-games__ribbons{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:0;bottom:2.5em;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.tournament-item__games .casino-games__ribbon{display:inline-block;position:relative;padding:0em .625em;height:1.77778em;margin-top:.33333em;text-transform:uppercase;font-size:.5625em;font-weight:bold;line-height:1.77778em;color:#000}.tournament-item__games .casino-games__ribbon::before{content:'';position:absolute;top:0;right:100%;border:.88889em solid transparent;border-right:0em solid transparent}.tournament-item__games .casino-games__ribbon--blue{background:linear-gradient(to right, #36689c -25%, #97b5f0, #36689c 125%)}.tournament-item__games .casino-games__ribbon--blue::before{border-top-color:#5883b9;border-bottom-color:#5883b9}.tournament-item__games .casino-games__ribbon--orange{background:linear-gradient(to right, #9c7636 -25%, #f0dc97, #9c7636 125%)}.tournament-item__games .casino-games__ribbon--orange::before{border-top-color:#b99a58;border-bottom-color:#b99a58}.tournament-item__games .casino-games__ribbon--green{background:linear-gradient(to right, #789c36 -25%, #c3f097, #789c36 125%)}.tournament-item__games .casino-games__ribbon--green::before{border-top-color:#92b958;border-bottom-color:#92b958}.tournament-item__games .casino-games__ribbon--orange+.tournament-item__games .casino-games__ribbon--green+.tournament-item__games .casino-games__plus{position:absolute;right:0;bottom:2.4em;font-size:.625em;color:#000}.tournament-item__games .casino-games__ribbon--orange+.tournament-item__games .casino-games__ribbon--green+.tournament-item__games .casino-games__plus::before{content:'';position:absolute;top:0;right:0;z-index:1;border:.7em solid transparent;border-right:1.4em solid #65a141}.tournament-item__games .casino-games__ribbon--orange+.tournament-item__games .casino-games__ribbon--green+.tournament-item__games .casino-games__plus::after{content:'+';position:absolute;top:0;right:.2em;z-index:2}.tournament-item__games .casino-games__desc{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;box-sizing:border-box;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.3125em;width:100%;background-color:rgba(0,0,0,0.7);color:#fff}.tournament-item__games .casino-games__name{overflow:hidden;text-transform:uppercase;text-overflow:ellipsis;font-size:.8125em;white-space:nowrap}.tournament-item__games .casino-games__dealer{font-size:.8125em}.tournament-item__games .casino-games__text{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 6.5625em)}@media (max-width: 1449px){.tournament-item__games .casino-games__text{width:100%}}.tournament-item__games .casino-games__info{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.tournament-item__games .casino-games__players,.tournament-item__games .casino-games__limit{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;font-size:.6875em}.tournament-item__games .casino-games__players{margin-bottom:.15385em}.tournament-item__games .casino-games__limit-icon,.tournament-item__games .casino-games__players-icon{margin-left:.38462em}@media (max-width: 1449px){.tournament-item__games .casino-games__limit{display:none}}.tournament-item__message{text-align:center;font-size:.875em;color:#999}#app{width:100%}.block-window__btn{background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff}.block-window__btn:hover{background:linear-gradient(to top, #088c4f, #0bb366, #088c4f);color:#fff}.block-window__input{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);border-radius:1.40625em;border-color:#404040}.block-info{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.block-info__text{font-size:14px;color:#ccc}.block-info__item{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.block-info__item::before{width:18px;height:18px;-webkit-filter:brightness(0.8);filter:brightness(0.8)}.block-info--mail{padding:0}.wrapper_block-window__input{margin-bottom:25px}.phone-modal{background-color:#2b2b2b}.phone-modal__title{color:#fde4a5}.phone-modal-item::before{color:#333}.phone-modal-item__send{margin-bottom:.625em}.phone-modal-item--passed::before{color:#fff}.phone-modal-item-text__container{color:#fff}.phone-modal-control{color:#fff}.phone-modal-item-inputbox{border-radius:1.3125em;border-color:#262626;background-color:#333}.phone-modal-item-inputbox .phone-modal-item-inputbox__input{color:#fff;border-color:#262626;border-radius:1.3125em;background-color:#333}.phone-modal-item-inputbox .phone-modal-item-inputbox__input .multiselect__single{color:#fff}.phone-modal-btn--theme-accent{opacity:0.8;border-radius:1.3125em;background-color:transparent;transition:opacity 0.3s ease-in-out;background:linear-gradient(to top, #088c4e, #0bb167, #088c4e);color:#fff}.phone-modal-btn--theme-accent:hover{opacity:1}.phone-modal-btn--theme-accent.phone-modal-btn--is-disabled:hover,.phone-modal-btn--theme-accent:disabled:hover{opacity:0.8}.forgot-password .c-registration__field--phone_mega{margin-bottom:.9375em}#forgot_pass_div .verification{margin:15px 0 0}#forgot_pass_div .verification #captcha{float:left;margin:0 20px 0 0}#forgot_pass_div .verification input{padding:2px !important;width:100px;margin:0 10px 0 0;border:1px solid #fff !important;box-shadow:inset 0 0 0 1px #a3a3a3, 0 0 0 2px #e9e9e9;background:none repeat scroll 0 0 #f7f7f7 !important;font-size:14px !important}#forgot_pass_div .verification input::focus{box-shadow:inset 0 0 0 1px #4994c7,0 0 0 2px #b5dbf4}.forgot-wrap .g-recaptcha{margin-top:15px}.forgot-password .c-preloader{width:100%}.forgot-phone.c-registration .c-registration__field--phone_mega .multiselect--disabled{background:inherit}.v--modal-box.v--modal_forgot-password{top:auto !important;left:auto !important;width:auto !important;height:auto !important;overflow:visible !important}.v--modal-box.v--modal_forgot-password .box-modal{box-shadow:none}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.v--modal-box.v--modal_forgot-password{position:absolute !important;top:50% !important;left:50% !important;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}.pf-main-container-wrapper-th-5{position:fixed;top:.625em;right:auto;left:6.25em;z-index:9999;box-sizing:content-box;padding:0;margin:0;font-family:Roboto, 'Roboto Local', sans-serif}.pf-main-container-wrapper-th-5 .pf-main-container-th-5{max-width:23.75em}.pf-main-container-wrapper-th-5 .pf-main-container-th-5 .pf-subs-btn-container-th-5{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;gap:.625em}.pf-main-container-wrapper-th-5 .pf-main-container-th-5 .pf-subs-btn-container-th-5 .pf-subs-btn{display:inline-block}.pf-main-container-wrapper-th-5 .pf-main-container-th-5 .pf-subs-btn-container-th-5 .pf-subs-btn .pf-subs-btn-link{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:8em;height:2.42857em;padding:0;margin-top:1.42857em;border-radius:7.14286em;background-color:#fee5a4;text-align:center;text-transform:uppercase;font-family:Roboto, 'Roboto Local', sans-serif;font-size:.875em;font-weight:500;color:#474433}.pf-main-container-wrapper-th-5 .pf-main-container-th-5 .pf-subs-btn-container-th-5 .pf-subs-btn .pf-subs-btn-link--theme-transparent{box-sizing:border-box;border:1px solid #878787;background-color:#fff;color:#878787}.pf-subs-box-th-5{position:relative;padding:1.25em;height:auto;min-height:8.125em;border-top:0;border-radius:.75em;background-color:#fff}.pf-subs-box-th-5 .pf-subs-msg-box-container-5{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1.375em}.pf-subs-box-ico{-webkit-flex:none;-ms-flex:none;flex:none;width:1.9375em;height:2.1875em;fill:#878787}.pf-subs-msg-txt-th-5{font-size:.75em;line-height:2em;color:#878787}.pf-subs-msg-txt-th-5 .pf-subs-msg-subtxt-th-5{text-transform:uppercase}.tabs--horizontal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.tabs--horizontal .tabs__tab{-webkit-flex:1;-ms-flex:1;flex:1;min-width:0}.tab{cursor:pointer;transition:background-color .3s ease-in-out, color .3s ease-in-out}.tab--vertical{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.625em .3125em .5em;box-shadow:inset 0 -1px 0 #272728;width:50%}@media screen and (min-width: 0\0){.tab--vertical{min-width:50%}}.tab--vertical:hover,.tab--vertical:active{color:#fde4a5}.tab--vertical .tab__icon{height:1.5625em;fill:currentColor;margin-bottom:.25em}.tab--vertical .tab__text{font-size:.875em;line-height:1.286}.tab:not(.tab--active){color:#cdcdcd}.tab--active{color:#fde5a7;background-color:#272728}.tab__icon{max-width:100%;max-height:100%;transition:color .3s ease-in-out}.tab__text{transition:color .3s ease-in-out}.control{padding:0;border:0;background-color:transparent;font-size:16px}.control--toggleable{position:relative}.control--toggleable .control__control{padding-left:1.875em;padding-right:3.125em}.control--phone{direction:ltr}.control--phone .control__control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;border:1px solid #404040;border-radius:6.25em;background-color:rgba(51,51,51,0.5)}.control--phone .control__input{-webkit-flex:1;-ms-flex:1;flex:1;padding:0;width:100%;min-width:0;height:3em;outline:none;border:0;box-shadow:none;background-color:transparent;font-size:.9375em;line-height:1;color:#fff}.control--phone .control__input::-webkit-input-placeholder{color:#d9d9d9}.control--phone .control__input:-moz-placeholder{color:#d9d9d9}.control--phone .control__input::-moz-placeholder{color:#d9d9d9}.control--phone .control__input:-ms-input-placeholder{color:#d9d9d9}.control--phone .control__input::-ms-clear,.control--phone .control__input::-ms-reveal{display:none}.control--phone .control__select{margin-right:.3125em;margin-left:-1.125em}.control--phone .control__button{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:0;bottom:0;right:.3125em;cursor:pointer;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:2.8125em;outline:none;border:0;box-shadow:none;background-color:transparent;color:#fff}.control--phone .control__button::before{content:'';position:absolute;top:0;bottom:0;left:0;width:1px;background-color:rgba(51,51,51,0.5)}.select--cc{width:auto !important;font-size:.9375em !important;color:currentColor !important}.select--cc.multiselect--active .multiselect__single .country-code-option::before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select--cc .multiselect__content-wrapper{top:calc(100% + .35714em);left:-.71429em;width:21.42857em;overflow:hidden;border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.99);font-size:.93333em}.select--cc .multiselect__select{display:none}.select--cc .multiselect__tags,.select--cc .multiselect__input,.select--cc .multiselect__single{font-size:inherit}.select--cc .multiselect__single{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;background-color:transparent}.select--cc .multiselect__single .country-code-option{position:relative}.select--cc .multiselect__single .country-code-option::before{content:'\f107';position:absolute;top:0;left:.35714em;font-family:FontAwesome, sans-serif;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}.multiselect--active .select--cc .multiselect__single .country-code-option::before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select--cc .multiselect__single .country-code-option__title{margin-left:1.42857em}.select--cc .multiselect__tags{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0;height:100%;border:none;background-color:transparent}.select--cc .multiselect__option{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-template-columns:1.14286em 1fr;grid-column-gap:.35714em;white-space:normal;color:#ccc}.select--cc .multiselect__option--highlight{box-shadow:inset .14286em 0 #fde4a5;background-color:#1a1a1a;color:#fde4a5}.select--cc .multiselect__content .country-code-option{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-width:0;white-space:normal}.select--cc .multiselect__content .country-code-option__title{margin-left:1.28571em}.select--cc .activeCountry{width:1.14286em;height:1.14286em;margin-right:.28571em}.select--cc .activeCountry::before{display:none}.c-select .multiselect__select{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:0;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;width:2.5em;height:100%;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}.c-select .multiselect__select::before{content:'\f107';top:0;cursor:pointer;margin:0;border:none;font-family:FontAwesome, sans-serif;font-size:1.25em;color:#d9d9d9}.c-select .multiselect__tags{border:1px solid rgba(64,64,64,0.1);background-color:rgba(51,51,51,0.5);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 2em;width:100%;height:3em;outline:none;border-radius:1.5em;border-color:#404040;font-size:.9375em;line-height:1;color:#fff}.apm-security-form__row .c-select .multiselect__tags{font-size:1em}.c-select .multiselect__input{padding:0;margin:0;background-color:transparent;font-size:.875em;color:#d9d9d9}.c-select .multiselect__input::-webkit-input-placeholder{color:#d9d9d9}.c-select .multiselect__input::-moz-placeholder{color:#d9d9d9}.c-select .multiselect__input:-ms-input-placeholder{color:#d9d9d9}.c-select .multiselect__input::placeholder{color:#d9d9d9}.c-select .multiselect__placeholder,.c-select .multiselect__single{padding:0;margin:0;font-size:1em;color:#d9d9d9}.c-select .multiselect__single{background:none}.c-select .multiselect__content-wrapper{border:1px solid rgba(64,64,64,0.1);background-color:#333;top:calc(100% + .35714em);width:100%;font-size:.875em;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.5);scrollbar-arrow-color:#9e9e9e;scrollbar-face-color:#9e9e9e;scrollbar-track-color:transparent}.c-select .multiselect__content-wrapper::-webkit-scrollbar{width:.57143em;height:.57143em}.c-select .multiselect__content-wrapper::-webkit-scrollbar-thumb{border:1px solid rgba(255,255,255,0.9);border-radius:.28571em;background-color:rgba(0,0,0,0.5)}.c-select .multiselect__content-wrapper::-webkit-scrollbar-track{background-color:transparent}.c-select .multiselect__option{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-template-columns:1.14286em 1fr;grid-column-gap:.35714em;white-space:normal;color:#ccc}.c-select .multiselect__option--highlight{box-shadow:inset .14286em 0 #fde4a5;background-color:rgba(0,0,0,0.4);color:#fde4a5}.c-select .multiselect__option--selected{background:none;color:#fde4a5}.c-select .multiselect__option--selected.multiselect__option--highlight{box-shadow:inset .14286em 0 #fde4a5;background-color:#1a1a1a;color:#fde4a5}.c-select.multiselect--active:not(.multiselect--above) .multiselect__current,.c-select.multiselect--active:not(.multiselect--above) .multiselect__input,.c-select.multiselect--active:not(.multiselect--above) .multiselect__tags,.c-select.multiselect--above.multiselect--active .multiselect__tags{border-radius:1.40625em}.c-select.multiselect--above.multiselect--active .multiselect__content-wrapper{bottom:auto;max-height:17.85714em !important;border-top:none}.c-select--nscrollbar .multiselect__content-wrapper::-webkit-scrollbar{display:none}@media (max-width: 1279px){.SoSh.second-screen ~ .jackpot__wrap{display:none}}@media (max-width: 1919px){.SoSh ~ .jackpot__wrap .jackpot{top:12% !important;left:210px !important}.second-screen .SoSh ~ .jackpot__wrap .jackpot{top:2% !important}.SoSh ~ .ourgames-bonuses .ourgames-bonus__wrap{top:12% !important;left:200px !important}.SoSh.second-screen ~ .jackpot__wrap .jackpot{top:2% !important}.SoSh.second-screen ~ .ourgames-bonuses .ourgames-bonus__wrap{top:2% !important}}@media (max-width: 1024px){.SoSh.second-screen ~ .ourgames-bonuses .ourgames-bonus__wrap{-webkit-transform:scale(0.6) !important;transform:scale(0.6) !important;left:120px !important}}.information-contacts__col{position:relative}.information-contacts__svg{position:absolute}.information-contacts__svg--web-contacts{top:0;left:0;width:29.6875vw;height:6.77083vw;z-index:10}.captcha-popup{z-index:200002 !important;padding:.625em;background-color:rgba(0,0,0,0.4);font-size:16px}.captcha-popup .v--modal-background-click{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.captcha-popup .v--modal{top:auto !important;left:auto !important;padding:2.1875em 1.25em;width:32em !important;max-width:100%;border-radius:.3125em;box-shadow:none;background-color:#fff !important}.captcha-popup__content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.captcha-popup__icon{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;box-sizing:content-box;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin-bottom:.5625em;border:.25em solid #facea8;border-radius:50%}.captcha-popup__icon::before{content:'!';height:92%;font-family:inherit;font-size:3.75em;color:#f8bb87}.captcha-popup__title{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:0;margin-bottom:.83333em;text-align:center;font-size:1.125em;font-weight:400;word-wrap:break-word;color:#545454}

