@charset "UTF-8";*{padding:0;margin:0;border:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}a,a:link,a:visited{color:inherit}a,a:hover,a:link,a:visited{text-decoration:none}aside,footer,header,legend,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{max-width:100%;height:auto}address{font-style:normal}input,select,textarea{background-color:transparent}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;background:0 0;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:0}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}:root{--primary-color:linear-gradient(180deg, rgb(38, 0, 82) -25.38%, rgb(140, 35, 212) 115.38%);--secondary-color:#90C3EB;--accent-color:rgb(255, 61, 215);--bg-color:rgb(38, 0, 82);--bg-color-hover:#12131A;--grey-color:#4D4D4D;--surface-color:#161820;--text-color:#FFF;--text-color-alt:#162452;--white-color:#FFF;--black-color:#000;--font-main:"Arial", sans-serif;--font-system:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--container-width:1240px;--container-padding-x:15px;--sidebar-width-full:14.5rem;--sidebar-width-short:4rem;--header-height:4.5rem}body,html{scroll-behavior:smooth;scroll-margin-top:5rem}html{font-size:100%}body{font-family:var(--font-main);color:var(--text-color);background-color:var(--bg-color)}.main-content h1,.main-content h2,.main-content h3,.main-content ol li,.main-content p,.main-content ul li{color:var(--white-color)}.main-content .btn{margin:.5rem 0}.main-content h1,.main-content h2{margin-top:2rem}.main-content h3{margin-top:1rem}.main-content p{margin-top:1rem}.main-content li,.main-content ol{margin-top:.5rem;margin-left:2rem}.main-content .simple-text,.main-content ol li,.main-content ul li{font-size:1rem}.main-content ul li{list-style-type:disc}.main-content .table-wrap{max-width:100%;overflow-x:scroll}.main-content .table-wrap::-webkit-scrollbar{height:5px}.main-content .table-wrap::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:20px}.main-content .table-wrap::-webkit-scrollbar-track{background-color:transparent}.main-content table{margin:1rem 0}.main-content thead td{background:#ffcb11;background:-webkit-gradient(linear,left top,left bottom,from(#ffcb11),to(#d96420));background:linear-gradient(180deg,#ffcb11 0,#d96420 100%);padding:.5rem;color:var(--black-color);font-weight:700}.main-content td{padding:1rem 2rem 1rem 1rem;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(-7.96%,rgba(117,29,177,.8)),color-stop(16.99%,rgba(72,6,147,.8)),color-stop(114.24%,rgba(117,29,177,.8)));background-image:linear-gradient(180deg,rgba(117,29,177,.8) -7.96%,rgba(72,6,147,.8) 16.99% 90.41%,rgba(117,29,177,.8) 114.24%)}.main-content td:first-child,.main-content th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.main-content td:last-child,.main-content th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.main-content th{padding:1rem 4rem 1rem 1rem}.main-content img{display:block;margin:1rem 0;border-radius:10px}.main-content .faq-list{margin-left:0}.main-content .faq-card{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;margin-left:0;gap:1rem;height:4.5rem;overflow-y:hidden;border-radius:1.25rem;border:1px solid var(--grey-color);background-color:var(--primary-color);color:var(--white-color);padding:.5rem 1rem;-webkit-transition:height .2s;transition:height .2s}.main-content .faq-card__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-content .faq-card__question{font-weight:700;font-size:1.25rem}.main-content .faq-card__question svg{-webkit-transition:all .4s;transition:all .4s}.main-content .faq-card.show{height:auto}.main-content .faq-card.show svg{-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}.container-fluid,.container-full{margin-left:auto;margin-right:auto}.container-fluid{max-width:1414px;width:95%;padding:0 15px}.container-full{width:100%;max-width:calc(var(--container-width) + var(--container-padding-x)*2);padding:0 var(--container-padding-x)}.game-section{padding-bottom:4rem}h1,h2,h3,h4{line-height:120%}p{line-height:140%;font-size:1rem}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.6rem}.heading{font-weight:700;color:var(--text);margin-bottom:1rem}.heading::first-letter{text-transform:uppercase}.heading--icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.heading--grey{color:#c4c4c4}.heading__text{margin-left:.5rem}.heading--center{text-align:center}.simple-text{font-size:1.25rem;color:var(--text)}.simple-text--center{text-align:center}.simple-text--s{font-size:1rem}.simple-text--grey{color:#c4c4c4}.text-accent{color:var(--accent)!important;font-weight:500}.text-content .heading{margin-bottom:var(--mr-16)}.text-content--mb-text .simple-text{margin-bottom:1rem}.sidebar-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3rem;height:3rem;border-radius:.5rem}.sidebar-btn__opened{display:block}.main-menu__text.hide,.sidebar-btn.hide .sidebar-btn__opened,.sidebar-btn__closed{display:none}.sidebar-btn.hide .sidebar-btn__closed{display:block}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;text-transform:uppercase;font-weight:600;padding:1em 1.5em;background-image:url(./../img/btn/default/right-bg.png),url(./../img/btn/default/center-bg.png),url(./../img/btn/default/left-bg.png);background-repeat:no-repeat,no-repeat,no-repeat;background-size:contain,calc(100% - 28.4px + 1px) 100%,contain,0,0,0,0,0,0;background-position:right 0,center 0,left 0}.btn__text{-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%);text-shadow:0 1px 1px rgba(38,0,82,.8),1.4px 0 0 #370075 ,.6px 1px 0 #370075 ,-.6px 1.2px 0 #370075 ,-.2px .2px 0 #370075 ,-1px -.9px 0 #370075 ,.5px -1.2px 0 #370075 ,1.4px -.5px 0 #370075}.btn--accent{background-image:url(./../img/btn/cta/right-bg.png),url(./../img/btn/cta/center-bg.png),url(./../img/btn/cta/left-bg.png)}.btn--cta{font-size:1.5rem}.search{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:300px;padding:.5em 1.375em;border-radius:2em;background-color:var(--bg-color)}.search__text{color:#8846cd}.game-gallery__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0}.game-gallery__title{font-size:1.5rem;font-weight:700}.game-gallery__link,.game-gallery__title{text-transform:uppercase}.game-gallery__link span{color:var(--accent-color)}.game-gallery__row{padding-top:1rem;min-height:260px;overflow-x:scroll}.game-gallery__row::-webkit-scrollbar{width:0}.game-gallery__track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.game-gallery__item{-webkit-box-flex:1;-ms-flex:1 0 12.3%;flex:1 0 12.3%}.game-card{min-width:153px;min-height:219px;max-width:153px;max-height:219px;position:relative}.game-card:after,.game-card:before{content:"";position:absolute;background-repeat:no-repeat}.game-card:after{top:-20px;left:-10px;right:0;bottom:0;display:block;width:114%;height:115%;z-index:4;background-image:url(./../img/card/left-top-accounts.png),url(./../img/card/right-top-accounts.png),url(./../img/card/left-top-center.png),url(./../img/card/right-bottom-accounts.png),url(./../img/card/left-bottom-accounts.png),url(./../img/card/left-top-center.png);background-size:15px 15px,15px 15px,calc(100% - 30px) 6px;background-position:top 12px left 6.5px,top 12px right 7px,top 14px center,bottom 4px right 6px,bottom 4px left 6px,bottom 6px center}.game-card:before{width:1.5rem;height:1.5rem;z-index:5;top:-1rem;left:calc(50% - .75rem);background-image:url(./../img/card/crystal.png);background-size:100%}.game-card:hover .game-card__overlay{opacity:1}.game-card__inner{width:100%;height:100%;position:relative;top:0;left:0;right:0;bottom:0;overflow:hidden}.game-card__overlay,.header:before{position:absolute;left:0;right:0;width:100%;height:100%}.game-card__overlay,.main-menu,.main-menu__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.game-card__overlay{top:0;bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;background-image:url(./../img/card/card-overlay.png);background-color:rgba(38,0,82,.8);background-size:cover;background-repeat:no-repeat;-webkit-transition:.2s;transition:.2s;opacity:0}.main-menu,.main-menu__group{width:100%}.main-menu{gap:.5rem}.main-menu__group{border-radius:.8rem}.main-menu__text{display:inline-block;min-width:80%;text-transform:uppercase;padding-left:.5rem}.main-menu__link{min-height:3rem;position:relative;overflow-x:hidden;padding:1rem 0;font-weight:700;border-radius:.8rem;margin-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.5rem;padding-left:.5rem}body,html{min-height:100%}.page,body,html{height:100%}.page__header{width:100%;position:fixed;top:0;z-index:900}.page__wrapper{height:100%;padding-top:4rem}.page__sidebar{width:var(--sidebar-width-full);max-width:var(--sidebar-width-full);height:100%;position:fixed;left:0}.page__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - var(--sidebar-width-full));height:100%;margin-left:var(--sidebar-width-full)}.page__inner{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.page__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.header{padding:.5rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--primary-color);-webkit-box-shadow:0 8px 20px rgba(24,0,51,.2),0 -3px #5e178e inset;box-shadow:0 8px 20px rgba(24,0,51,.2),0 -3px #5e178e inset}.header:before{bottom:3px;z-index:0;border-bottom:2px solid rgba(255,255,255,.15);content:""}.header__main{gap:1rem}.header__control,.header__inner,.header__main{display:-webkit-box;display:-ms-flexbox;display:flex}.header__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:4}.header__control{gap:.5rem}.sidebar{padding:.5rem;-webkit-transition:all .1s ease-in;transition:all .1s ease-in;overflow-y:scroll;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(-7.96%,rgba(117,29,177,.8)),color-stop(16.99%,rgba(72,6,147,.8)),color-stop(114.24%,rgba(117,29,177,.8)));background-image:linear-gradient(180deg,rgba(117,29,177,.8) -7.96%,rgba(72,6,147,.8) 16.99% 90.41%,rgba(117,29,177,.8) 114.24%);border-right:2px solid rgba(255,255,255,.15)}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background-color:#8846cd;border-radius:20px}.sidebar.hide{width:var(--sidebar-width-short);max-width:var(--sidebar-width-short)}.main{-webkit-transition:all .1s ease-in;transition:all .1s ease-in}.main.move{width:calc(100% - var(--sidebar-width-short));margin-left:var(--sidebar-width-short)}.footer{background-color:#280157;overflow-x:hidden;border-top:2px solid var(--accent-color-dark);margin-top:5rem;padding:2rem 0;min-height:calc(100vh - 81px)}.footer__col,.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px}.footer__col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__col:not(:last-child){margin-right:10px}.footer__link{margin-bottom:1rem;-webkit-transition:var(--tr-dr);transition:var(--tr-dr)}.footer__link:hover{color:var(--grey)}.footer__title{font-weight:700;text-transform:uppercase;margin-bottom:1.5rem;color:#cea3ff}.footer__payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:2rem 0}.footer__img{display:inline-block;margin-right:1rem;background-color:#fff;padding:.5rem;border-radius:.5rem}.footer__info{text-align:center;color:var(--grey)}.footer__info p{font-size:12px;margin-bottom:10px}.intro{position:relative;height:312px;max-height:312px;overflow:hidden}.intro__banner{padding:1rem;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;border-radius:2rem}.intro__banner:before{background-image:url(./../img/decor/banner-top-left.png),url(./../img/decor/banner-top-left-line.png),url(./../img/decor/banner-top-crystal.png),url(./../img/decor/banner-top-right-line.webp),url(./../img/decor/banner-top-right.png)}.intro__banner:after,.intro__banner:before{position:absolute;z-index:5;width:100%;height:25px;background-size:67px 25px,calc(50% - 93px) 25px,60px 25px,calc(50% - 93px) 25px,67px 25px;background-repeat:no-repeat;background-position:left center,left 64px center,center center,right 64px center,right 0 center;content:""}.intro__inner{position:absolute;width:100%;height:100px;top:0;z-index:2}.intro__content{padding-top:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;text-align:center}.intro__sub{font-size:1.25rem;font-weight:700;color:rgba(255,255,255,.7);text-transform:uppercase}.intro__title{text-transform:uppercase;font-size:2rem;font-weight:900;line-height:110%;background:linear-gradient(113.79deg,#fcd13d 17.78%,#fff03a 44.44%,#f6f46a 53.2%,#f9bb28 79.06%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;-webkit-filter:drop-shadow(0 2px 0 #a33c00 drop-shadow(0 2px 4px rgba(43,9,85,.5)));filter:drop-shadow(0 2px 0 #a33c00 drop-shadow(0 2px 4px rgba(43,9,85,.5)))}@media screen and (min-width:1025px){.desktop-hidden{display:none}}@media screen and (min-width:1240px){.container-full{max-width:100%;padding:0 10px}}@media screen and (max-width:1024px){.main-content .faq-card{height:7rem}.main-content .faq-card .faq-card__question--second{height:6.6rem}.main-content,.main-content .table__wrap,.main-content__inner{max-width:100vw}.mobile-hidden{display:none}.main,.page__main{margin-left:0}.main{width:100%}}@media screen and (max-width:992px){.container-full{max-width:990px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{font-size:1rem}}@media screen and (max-width:768px){.main-content .simple-text,.main-content ol li,.main-content ul li{font-size:1rem}.container-fluid{max-width:100%;width:100%}.intro{height:560px;max-height:560px}.intro__banner{height:400px;max-height:400px}.intro__content{padding-top:18rem;max-width:100%;padding-bottom:.5rem}.intro__sub{color:#fff}}@media screen and (max-width:576px){.container-full{max-width:100%}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.2rem}p{font-size:1rem}}@media screen and (max-width:430px){.page__wrapper{padding-top:7rem}.header{height:auto}.header__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}}