:root{--white-color:#fff;--black-color:#000;--primary-color:#143258;--primary-color-dark:#0e243e;--primary-color-light:#1d3f6e;--accent-color:#4bf194;--bg-color:var(--primary-color-dark);--surface-color:var(--primary-color-light);--surface-color-alt:var(--primary-color);--header-bg-color:var(--primary-color);--footer-bg-color:var(--primary-color-light);--sidebar-bg-color:var(--primary-color);--border-color:var(--primary-color-light);--divider-color:var(--primary-color-light);--text-color:var(--white-color);--text-color-alt:var(--primary-color-dark);--text-color-accent:var(--accent-color);--border-radius-sm:0.5rem;--round-sm:0.375rem;--container-width:1130px;--container-padding-x:15px;--header-height:5.625rem;--sidebar-width-reserved:13.5rem;--sidebar-width-compact:5rem;--sidebar-width-full:13.5rem;--bottom-nav-height:4rem;--transition-duration:0.2s;--font-primary:"Arial",sans-serif}*{border:none;margin:0;padding:0}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{height:auto;max-width:100%}address{font-style:normal}button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-size:inherit}input::-ms-clear{display:none}button,input[type=submit]{background-color:transparent;background:none;box-shadow:none;cursor:pointer;display:inline-block}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}body,html{scroll-behavior:smooth;scroll-margin-top:5rem}html{font-size:100%}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1023px){.mobile-hidden{display:none}}@media screen and (min-width:1024px){.desktop-hidden{display:none}}.surface{background:var(--surface-color-alt);border-radius:var(--border-radius-sm)}.no-scroll{overflow-y:hidden}.icons-sprite{height:0;overflow:hidden;position:absolute;width:0}h1,h2,h3,h4{line-height:120%}p{line-height:140%}h1{font-size:3rem}@media screen and (max-width:992px){h1{font-size:2.5rem}}@media screen and (max-width:576px){h1{font-size:2rem}}h2{font-size:2.25rem}@media screen and (max-width:992px){h2{font-size:2rem}}@media screen and (max-width:576px){h2{font-size:1.8rem}}h3{font-size:1.6rem}@media screen and (max-width:992px){h3{font-size:1.5rem}}@media screen and (max-width:576px){h3{font-size:1.2rem}}p{font-size:1rem}@media screen and (max-width:992px){p{font-size:1rem}}@media screen and (max-width:576px){p{font-size:1rem}}.container{margin-left:auto;margin-right:auto;max-width:calc(var(--container-width) + var(--container-padding-x)*2);padding:0 15px;width:100%}@media screen and (max-width:1200px){.container{max-width:1160px}}@media screen and (max-width:1024px){.container{max-width:980px}}@media screen and (max-width:576px){.container{max-width:100%}}body,html{height:100%;scrollbar-color:var(--accent-color) transparent;scrollbar-width:thin;-ms-overflow-style:auto}body::-webkit-scrollbar,html::-webkit-scrollbar{height:4px;width:4px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:10px}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:var(--accent-color);opacity:.8}.page{display:flex;flex-direction:column;min-height:100%}.page__header{left:0;position:fixed;right:0;top:0;width:100%;z-index:900}.page__body{display:flex;flex:1 1 auto;min-height:0;padding-top:var(--header-height);width:100%}.page__content{display:flex;flex:1 1 0;flex-direction:column;min-width:0}.page__main{flex:1 1 auto}.page__footer{flex:0 0 auto}@media screen and (max-width:768px){.page{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px))}}.header{background:var(--header-bg-color);height:var(--header-height);padding:0}.header,.header__inner{align-items:center;display:flex}.header__inner{gap:2rem;justify-content:space-between;padding:0 1.25rem;width:100%}.header__main{gap:1.5rem}.header__actions,.header__main{align-items:center;display:flex}.header__actions{gap:1rem}.header__login{color:var(--text-color);font-size:1rem;font-weight:700}.header__login,.header__register{white-space:nowrap}.btn{align-items:center;background:var(--accent-color);border-radius:.25rem;color:var(--text-color-alt);display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1;padding:1rem 1.5rem}@media screen and (max-width:768px){.btn{padding:.75rem 1rem}}.logo{display:inline-block;max-width:150px}.copyright{text-align:center}.footer{background:var(--footer-bg-color);padding:2.5rem 1.25rem}.footer__inner{display:flex;flex-direction:column;gap:2rem}.footer__bottom,.footer__top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer__brand .logo{max-width:13.1875rem}.footer__nav{display:flex;flex-wrap:wrap;gap:2.5rem 3.5rem}.footer__nav-col{display:flex;flex-direction:column;gap:.75rem}.footer__link{align-items:center;color:var(--text-color);display:inline-flex;font-size:1rem;gap:.5rem;line-height:1.2}.footer__link:before{background:var(--accent-color);border-radius:50%;content:"";flex-shrink:0;height:.375rem;width:.375rem}.footer__link:focus-visible,.footer__link:hover{color:var(--accent-color)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.16);padding-top:1.5rem}.footer__legal{flex:1 1 20rem;font-size:.75rem;line-height:1.5;margin:0;max-width:42rem}.footer__meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:.75rem}.footer__badges{align-items:center;display:flex;gap:.75rem}.footer__badge{display:block;height:2.9375rem;-o-object-fit:contain;object-fit:contain;width:auto}.footer__badge--age{width:2.9375rem}.footer__verified{align-items:center;display:flex;font-size:.875rem;gap:.5rem;line-height:1.2;margin:0}.footer__verified-icon{color:var(--accent-color);flex-shrink:0;height:1.125rem;width:1.125rem}@media screen and (max-width:768px){.footer{padding:1.5rem 1rem 2rem}.footer__inner{gap:1.5rem}.footer__bottom,.footer__top{flex-direction:column;gap:1.5rem}.footer__brand .logo{max-width:10.5rem}.footer__nav{display:grid;gap:1.25rem 1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.footer__bottom{padding-top:1.25rem}.footer__legal{max-width:none}.footer__meta{align-items:flex-start}}.smart-copyright{text-align:center}.faq{margin:2rem 0}.faq-card,.faq__title{margin-bottom:1rem}.faq-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:1rem;cursor:pointer;display:inline-flex;flex-direction:column;height:auto;padding:1rem 1rem .5rem;width:100%}.faq-card.show .faq-card__answer{display:block}.faq-card.show .faq-card__toggle-icon{transform:rotate(45deg)}.faq-card__top{align-items:flex-start;border-bottom:1px solid var(--divider-color);display:flex;gap:1rem;justify-content:space-between;padding-bottom:.5rem}.faq-card__toggle-icon{height:1.5rem;min-width:1.5rem;transition:.2s;will-change:transform}.faq-card__answer{display:none;padding-top:1rem}.menu-btn{align-items:center;background:var(--primary-color);border:1px solid var(--border-color);border-radius:var(--round-sm);display:inline-flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.menu-btn__icon{color:var(--accent-color);height:14px;width:20px}@media screen and (max-width:768px){.menu-btn{display:none}}.sidebar{flex:0 0 var(--sidebar-width-reserved);position:relative;width:var(--sidebar-width-reserved);z-index:800}.sidebar__panel{-ms-overflow-style:none;background:var(--sidebar-bg-color);bottom:0;left:0;overflow-y:auto;position:fixed;scrollbar-width:none;top:var(--header-height);transition:width var(--transition-duration),transform var(--transition-duration),visibility var(--transition-duration);width:var(--sidebar-width-compact)}.sidebar__panel::-webkit-scrollbar{background:transparent;height:0;width:0}.sidebar__panel::-webkit-scrollbar-thumb{background:transparent}.sidebar__inner{padding:1rem .75rem}.sidebar--expanded .sidebar__panel{width:var(--sidebar-width-full)}.sidebar:not(.sidebar--expanded) .sidebar__inner{padding-inline:.5rem}.sidebar:not(.sidebar--expanded) .sidebar-nav__item{justify-content:center;padding-inline:0}.sidebar:not(.sidebar--expanded) .sidebar-nav__label{height:1px;overflow:hidden;position:absolute;width:1px;clip:rect(0,0,0,0)}@media screen and (max-width:768px){.sidebar{flex:none;overflow:visible;width:0}.sidebar__panel{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px));max-width:100%;transform:translateX(-120%);visibility:hidden;width:var(--sidebar-width-full);z-index:850}.sidebar--expanded .sidebar__panel{transform:translateX(0);visibility:visible}.sidebar--expanded .sidebar__inner{padding-inline:.75rem}.sidebar--expanded .sidebar-nav__item{justify-content:flex-start;padding-inline:.75rem}.sidebar--expanded .sidebar-nav__label{height:auto;overflow:visible;position:static;width:auto;clip:auto}}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-nav__item{align-items:center;border-radius:.5rem;color:var(--text-color);display:flex;font-size:1rem;gap:.75rem;min-height:2.75rem;padding:.625rem .75rem;position:relative;transition:color var(--transition-duration),background-color var(--transition-duration)}.sidebar-nav__item.is-active,.sidebar-nav__item:focus-visible,.sidebar-nav__item:hover{background:var(--primary-color-light);color:var(--accent-color)}.sidebar-nav__icon{color:inherit;flex:0 0 20px;height:20px;width:20px}.sidebar-nav__label{white-space:nowrap}.bottom-nav{align-items:center;background:var(--header-bg-color);border-top:1px solid var(--border-color);bottom:0;display:none;justify-content:space-around;left:0;min-height:var(--bottom-nav-height);padding:.5rem 1rem max(.5rem,env(safe-area-inset-bottom));position:fixed;right:0;z-index:910}.bottom-nav__item{align-items:center;color:var(--text-color);display:flex;flex-direction:column;gap:.25rem;justify-content:center;min-width:4rem}.bottom-nav__icon{color:currentColor;height:20px;width:20px}.bottom-nav__label{font-size:.75rem;line-height:1}.bottom-nav__item.opened .bottom-nav__label{color:var(--text-color-accent)}@media screen and (max-width:768px){.bottom-nav{display:flex}}.games{padding:1.5rem 1.25rem 0}.scroll-gallery{margin-bottom:2rem}.scroll-gallery__top{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.scroll-gallery__title{color:var(--text-color);font-size:1.25rem;font-weight:700;margin:0}.scroll-gallery__controls{align-items:center;display:flex;gap:.5rem}.scroll-gallery__all{color:var(--text-color);font-size:1rem}.scroll-gallery__nav-btn{align-items:center;background:var(--primary-color-light);border-radius:.25rem;color:var(--text-color);display:inline-flex;height:2rem;justify-content:center;width:2rem}.scroll-gallery__nav-btn:disabled{cursor:default;opacity:.4}.scroll-gallery__nav-icon{height:20px;width:20px}.scroll-gallery__nav-icon--prev{transform:rotate(180deg)}.scroll-gallery__inner{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.scroll-gallery__inner::-webkit-scrollbar{background:transparent;height:0;width:0}.scroll-gallery__inner::-webkit-scrollbar-thumb{background:transparent}.scroll-gallery__row{display:flex;flex-wrap:nowrap;gap:.875rem;width:-moz-max-content;width:max-content}.scroll-gallery__card{border-radius:.5rem;flex:0 0 126px;height:168px;overflow:hidden;width:126px}.scroll-gallery__card img{display:block;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:768px){.scroll-gallery__card{flex-basis:114px;height:150px;width:114px}}.payments{padding:1.5rem 1.25rem 0}.payments__track{background:var(--primary-color);border-radius:.75rem}.payments__list{align-items:center;display:flex;gap:1rem;justify-content:space-around;margin:0;padding:1.125rem 1.5rem;width:100%}.payments__item{align-items:center;display:flex;flex:1 1 0;justify-content:center;max-width:110px;min-width:0}.payments__icon{display:block;filter:brightness(0) invert(1);height:15px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:110px}@media screen and (max-width:768px){.payments{padding:1rem 1rem 0}.payments__list{gap:.5rem;padding:1rem}}.hero-bonuses{--hero-bonus-gap:0.5rem;--hero-bonus-height:195px;--hero-bonus-scrollbar:12px;min-height:calc(1.5rem + var(--hero-bonus-height));padding:1.5rem 1.25rem 0}.hero-bonuses__track{display:flex;flex-wrap:nowrap;gap:var(--hero-bonus-gap);min-height:var(--hero-bonus-height);overflow-x:auto;overflow-y:hidden;scrollbar-color:#7d93ab var(--primary-color);scrollbar-width:thin;-ms-overflow-style:auto}.hero-bonuses__track::-webkit-scrollbar{height:4px;width:4px}.hero-bonuses__track::-webkit-scrollbar-track{background:var(--primary-color)}.hero-bonuses__track::-webkit-scrollbar-thumb{background:#7d93ab;border-radius:10px}.hero-bonuses__track::-webkit-scrollbar-thumb:hover{background:#7d93ab;opacity:.8}.hero-bonuses__card{background:var(--primary-color);border-radius:.5rem;flex:0 0 calc(33.33333% - var(--hero-bonus-gap)*2/3);height:var(--hero-bonus-height);overflow:hidden;position:relative;width:calc(33.33333% - var(--hero-bonus-gap)*2/3)}.hero-bonuses__media{inset:0;position:absolute}.hero-bonuses__media img{display:block;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center;width:100%}.hero-bonuses__content{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:space-between;max-width:58%;padding:1rem 1.25rem;position:relative;z-index:1}.hero-bonuses__title{font-size:1rem;font-weight:700;line-height:1.2;margin:0}.hero-bonuses__text{font-size:.8125rem;line-height:1.35;margin:0;opacity:.9}.hero-bonuses__btn{font-size:.875rem;margin-top:auto;padding:.625rem 1.25rem}@media screen and (max-width:1264px){.hero-bonuses{--hero-bonus-height:212px;min-height:calc(1.5rem + var(--hero-bonus-height) + var(--hero-bonus-scrollbar))}.hero-bonuses__track{min-height:calc(var(--hero-bonus-height) + var(--hero-bonus-scrollbar))}.hero-bonuses__card{flex-basis:calc((100% - var(--hero-bonus-gap))/2);width:calc((100% - var(--hero-bonus-gap))/2)}}@media screen and (max-width:1024px){.hero-bonuses{min-height:calc(1rem + var(--hero-bonus-height) + var(--hero-bonus-scrollbar));padding:1rem 1rem 0}.hero-bonuses__card{flex-basis:100%;width:100%}.hero-bonuses__content{max-width:55%;padding:.875rem 1rem}}.seo-content{margin-bottom:2rem}.seo-content h1,.seo-content h2,.seo-content h3,.seo-content h4,.seo-content h5,.seo-content h6{font-weight:700}.seo-content li,.seo-content p{color:var(--text-color)}.seo-content h1,.seo-content h2,.seo-content h3{color:var(--accent-color);margin-top:1rem}.seo-content p{margin-top:1rem}.seo-content li{margin-left:1.5rem;margin-top:.5rem}.seo-content ol li,.seo-content ul li{font-size:1rem}.seo-content ul li{list-style-type:disc}.seo-content .table-wrap{max-width:100%;overflow-x:scroll}.seo-content .table-wrap::-webkit-scrollbar{height:5px}.seo-content .table-wrap::-webkit-scrollbar-thumb{background-color:transparent;border-radius:20px}.seo-content .table-wrap::-webkit-scrollbar-track{background:transparent}.seo-content table{margin:1rem 0}.seo-content table,.seo-content td,.seo-content th{border:2px solid var(--border-color);border-collapse:collapse}.seo-content thead td,.seo-content thead th{background:var(--primary-gradient);color:var(--text-color);padding:.5rem}.seo-content td{color:var(--text-color);padding:1rem 2rem 1rem 1rem;text-align:center}.seo-content th{padding:1rem 4rem 1rem 1rem}.seo-content img{border-radius:10px;display:block;max-width:450px}.seo-content .btn{margin:.5rem 0}.seo-content .faq-list{margin-left:0}@media screen and (max-width:1024px){.seo-content,.seo-content .table__wrap,.seo-content__inner{max-width:100vw}}@media screen and (max-width:768px){.seo-content ol li,.seo-content ul li{font-size:1rem}}@media screen and (max-width:450px){.seo-content img{max-width:100%}}