/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{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}summary{display:list-item}[hidden],template{display:none}*{margin:0;padding:0}body{margin:0;background:linear-gradient(180deg,#173a8a 0,#020b2a 100%);color:#e0e0f0;font-family:Poppins,sans-serif;overflow-x:hidden}.container{max-width:1200px;margin:0 auto}.container-ld{max-width:1500px;margin:0 auto}.header{margin-bottom:2rem}.header__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem;gap:2rem}.header__logo{flex:0 0 auto}.header__nav-list{display:flex;list-style:none;padding:0;flex-direction:row;gap:1rem}.header__nav-list a{position:relative;color:inherit;text-decoration:none;transition:color .3s;padding-bottom:3px}.header__nav-list a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#4b73ff;transition:width .3s;border-radius:2px}.header__nav-list a:hover::after{width:100%}.header__nav-list a:hover{color:#4b73ff}.header__logo img{width:150px;height:auto;display:block;transition:.2s}.header__logo img:hover{cursor:pointer;transform:scale(1.05)}.header__row{display:flex;justify-content:space-between;align-items:center;gap:2rem}.header__actions{display:flex;flex-direction:row;gap:1rem}.header__actions button{border-radius:10px;padding:.5rem 1.5rem;border:none;color:#fff;transition:.2s;cursor:pointer}.header__actions-register{background-color:rgba(255,255,255,.05)}.header__actions-register:hover{background-color:#4b73ff}.header__actions-login{background:linear-gradient(180deg,#4b73ff,#4b5dff);box-shadow:0 4px 20px rgba(20,45,167,.832)}.header__actions-login:hover{box-shadow:none}.header__burger{display:none;flex-direction:column;justify-content:space-between;height:35px;background:0 0;border:none;cursor:pointer;padding:0;z-index:1000}.header__burger span{display:block;height:3px;width:30px;background:linear-gradient(90deg,#4b73ff,#4b5dff);border-radius:3px;transition:.3s;transform-origin:center}.header__burger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__sidebar{position:fixed;top:0;right:-100%;width:320px;height:100vh;background:linear-gradient(135deg,rgba(15,20,40,.95),rgba(25,35,70,.98));backdrop-filter:blur(20px);border-left:1px solid rgba(75,115,255,.2);box-shadow:-10px 0 50px rgba(0,0,0,.5);transition:right .4s cubic-bezier(.25,.46,.45,.94);z-index:1001;padding:80px 2rem 2rem;overflow-y:auto;box-sizing:border-box}.header__sidebar.active{right:0}.header__sidebar-nav .header__nav-list{flex-direction:column;gap:0}.header__sidebar-nav .header__nav-list li{border-bottom:1px solid rgba(255,255,255,.1)}.header__sidebar-nav .header__nav-list a{display:block;padding:1rem 0;font-size:1.1rem;font-weight:500;color:#fff;transition:.3s}.header__sidebar-nav .header__nav-list a:hover{color:#4b73ff;padding-left:10px;background:linear-gradient(90deg,rgba(75,115,255,.1),transparent)}.header__sidebar-nav .header__nav-list a::after{display:none}.header__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:.3s;z-index:999}.header__overlay.active{opacity:1;visibility:visible}@media (max-width:1310px){.header__nav{display:none}.header__burger{display:flex}.header__row{gap:1rem}}@media (max-width:768px){.header__sidebar{width:280px;padding:70px 1.5rem 1.5rem}.header__actions{gap:.5rem}.header__actions button{padding:.5rem 1rem;font-size:.9rem}}@media (max-width:550px){.header__logo img{width:100px}.header__content,.header__row{gap:0}}@media (max-width:480px){.header__content{padding:.5rem;gap:1rem}.header__sidebar{width:60%;max-width:100%;padding:70px 1rem 1rem}.header__actions-login,.header__actions-register{display:none}}.hero{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;gap:1.5rem;padding:2rem 0;color:#e8e8f5;border-radius:20px;overflow:hidden;position:relative}.hero__img{flex:1;display:flex;justify-content:center;align-items:center;z-index:1;border-radius:20px;transition:.6s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;width:fit-content}.hero__img::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:22px;z-index:-1;opacity:0;animation:4s ease-in-out infinite gradientBorder;transition:opacity .6s}.hero__img:hover::before{opacity:1}.hero__img:hover::after{width:120%;height:120%}.hero__img img{width:100%;height:auto;border-radius:18px;box-shadow:0 20px 60px rgba(40,60,150,.6),0 8px 30px rgba(180,94,255,.4),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.05);transition:.7s cubic-bezier(.25,.46,.45,.94);position:relative;z-index:2;filter:brightness(1) contrast(1.05) saturate(1.1)}.hero__img:hover{transform:scale(1.05) rotate(1deg)}.hero__img:hover img{transform:scale(1.08) rotate(-.5deg);box-shadow:0 30px 80px rgba(40,60,150,.8),0 15px 50px rgba(180,94,255,.6),0 0 60px rgba(255,0,128,.4),0 0 0 2px rgba(255,255,255,.15),inset 0 2px 0 rgba(255,255,255,.1);filter:brightness(1.1) contrast(1.1) saturate(1.2)}@keyframes gradientBorder{0%,100%{background-position:0 50%}25%{background-position:50% 100%}50%{background-position:100% 50%}75%{background-position:50% 0}}.hero__text{flex:1;z-index:1;text-align:end}.hero__text h1{font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff;text-shadow:0 0 20px rgba(75,115,255,.2)}.hero__text p{font-size:1.05rem;line-height:1.6;margin-bottom:2rem;color:#d2d1eb}.hero__text-btn{font-size:1.1rem;font-weight:700;padding:.9rem 2rem;background:linear-gradient(135deg,#4b73ff 0,#b45eff 50%,#4b5dff 100%);background-size:200% auto;border:none;border-radius:16px;color:#fff;box-shadow:0 10px 30px rgba(75,93,255,.5),0 5px 15px rgba(180,94,255,.4),inset 0 1px 0 rgba(255,255,255,.3);transition:.4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;overflow:hidden;letter-spacing:.5px;text-transform:uppercase}.hero__text-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px rgba(75,93,255,.7),0 10px 25px rgba(180,94,255,.5),0 0 0 2px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.4);background-position:right center}.main{position:relative;background:radial-gradient(circle at 50% 15%,rgba(180,40,140,.22) 0,rgba(120,60,160,.15) 25%,rgba(50,40,120,.08) 45%,rgba(25,30,90,.04) 60%,rgba(15,20,70,.02) 75%,transparent 90%),linear-gradient(180deg,#0a1335 0,#081033 40%,#101936 70%);background-repeat:no-repeat;background-size:cover;color:#e0e2f5;padding:3rem 2rem}.section{background:rgba(25,30,70,.5);border-radius:15px;padding:1.5rem 1.8rem;margin-bottom:2rem}.section h2{position:relative;font-family:Montserrat,'Playfair Display',sans-serif;font-weight:800;font-size:2.8rem;letter-spacing:1.5px;color:#fff;text-transform:uppercase;margin-bottom:3rem;line-height:1.1;background:linear-gradient(135deg,#b45eff 0,#ff6b9d 25%,#5f8dff 50%,#6dffb8 75%,#b45eff 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 15px rgba(120,90,255,.4);padding-bottom:1rem}.section h2::after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:3px;border-radius:3px;background:linear-gradient(90deg,transparent 0,#b45eff 20%,#ff6b9d 40%,#5f8dff 60%,#6dffb8 80%,transparent 100%);box-shadow:0 0 25px rgba(90,70,255,.7),0 0 15px rgba(180,94,255,.4);transition:.4s}.section h2 .decorative-dots{position:absolute;top:50%;right:-40px;transform:translateY(-50%);display:flex;gap:6px}.section h2 .decorative-dots::after,.section h2 .decorative-dots::before{content:'';width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#b45eff,#5f8dff);box-shadow:0 0 12px rgba(180,94,255,.6)}.section h3{position:relative;font-family:Montserrat,'Playfair Display',sans-serif;font-weight:600;font-size:1.6rem;color:#cfd4ff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.8rem;line-height:1.3;background:linear-gradient(90deg,#8692ff,#bca6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(100,120,255,.25)}.section p{line-height:1.5;margin-bottom:1.5rem;color:#e5e7fc;text-shadow:0 0 10px rgba(100,120,255,.25)}.section__img-block{display:flex;flex-direction:row;gap:2.5rem;margin-bottom:3rem;align-items:flex-start;position:relative}.section__img-block-text{flex:2;padding:2rem;background:linear-gradient(145deg,rgba(75,115,255,.08),rgba(180,94,255,.05));border-radius:20px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.2)}.section__img-block-image{flex:1;position:relative;perspective:1000px}.section__img-block-image::before{content:'';position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(45deg,#b45eff,#5f8dff,#ff6b9d);border-radius:20px;opacity:.3;filter:blur(20px);z-index:-1;animation:4s ease-in-out infinite gradientShift}.section__img-block-image img{width:100%;border-radius:18px;box-shadow:0 15px 35px rgba(100,120,255,.4),0 5px 15px rgba(180,94,255,.3),inset 0 1px 0 rgba(255,255,255,.2);transition:.5s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(255,255,255,.15);transform-style:preserve-3d}.section__img-block-image:hover img{transform:translateY(-10px) rotateX(5deg) scale(1.02);box-shadow:0 25px 50px rgba(100,120,255,.6),0 15px 30px rgba(180,94,255,.4),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.3)}.section__img-block-btn{font-size:1.1rem;font-weight:700;padding:1.1rem 2.5rem;background:linear-gradient(135deg,#4b73ff 0,#b45eff 50%,#4b5dff 100%);background-size:200% auto;border:none;border-radius:16px;color:#fff;box-shadow:0 10px 30px rgba(75,93,255,.5),0 5px 15px rgba(180,94,255,.4),inset 0 1px 0 rgba(255,255,255,.3);transition:.4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;overflow:hidden;letter-spacing:.5px;text-transform:uppercase}.section__img-block-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.section__img-block-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px rgba(75,93,255,.7),0 10px 25px rgba(180,94,255,.5),0 0 0 2px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.4);background-position:right center}.section__img-block-btn:hover::before{left:100%}.section__img-block-btn:active{transform:translateY(-1px) scale(1.02);transition:.1s}@keyframes gradientShift{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.section__img-block::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#b45eff,#5f8dff,transparent);border-radius:22px;opacity:0;transition:opacity .4s;z-index:-1}.section__img-block:hover::after{opacity:.1}@media (max-width:768px){.section__img-block{flex-direction:column;gap:2rem}.section__img-block-text{padding:1.5rem}.section__img-block-image::before{top:-5px;left:-5px;right:-5px;bottom:-5px}}.section ul{list-style:none;margin:1.5rem 0;padding:0;color:#dfe3ff;font-size:1.05rem;line-height:1.75;letter-spacing:.3px}.section ul li{position:relative;margin-bottom:.8rem;padding-left:2rem;transition:color .3s,transform .2s}.section ul li::before{content:'';position:absolute;left:.5rem;top:.65rem;width:10px;height:10px;border-radius:50%;background:radial-gradient(circle,rgba(130,70,255,.9) 0,rgba(100,50,200,.6) 40%,rgba(70,40,150,.3) 70%,transparent 100%);box-shadow:0 0 8px rgba(130,70,255,.7);transition:transform .3s,box-shadow .3s}.section ul li:hover{color:#fff;transform:translateX(4px)}.section ul li:hover::before{transform:scale(1.2);box-shadow:0 0 12px rgba(160,80,255,.9)}.section ol{counter-reset:list-counter;list-style:none;margin:1.5rem 0;padding:0;color:#dfe3ff;font-size:1.05rem;line-height:1.75;letter-spacing:.3px}.section ol li{position:relative;margin-bottom:1rem;padding-left:2.8rem;transition:color .3s,transform .2s}.section ol li::before{counter-increment:list-counter;content:counter(list-counter);position:absolute;left:0;top:.25rem;width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:.95rem;background:radial-gradient(circle,rgba(120,60,255,.95) 0,rgba(90,50,200,.8) 40%,rgba(60,40,150,.4) 80%,transparent 100%);box-shadow:0 0 12px rgba(130,70,255,.8);transition:transform .3s,box-shadow .3s}.section ol li:hover{color:#fff;transform:translateX(4px)}.section ol li:hover::before{transform:scale(1.15);box-shadow:0 0 16px rgba(160,80,255,.95)}.games__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(171px,1fr));gap:2rem;margin:2rem 0}.game-card{background:rgba(20,25,60,.8);border-radius:20px;overflow:hidden;box-shadow:0 0 30px rgba(60,80,200,.25);transition:transform .3s,box-shadow .3s;padding-bottom:1.2rem;display:flex;flex-direction:column;align-items:center}.game-card:hover{transform:translateY(-6px);box-shadow:0 0 40px rgba(130,80,255,.5)}.game-card img{width:100%;height:260px;object-fit:cover;border-bottom:1px solid rgba(255,255,255,.08);transition:transform .4s}.game-card:hover img{transform:scale(1.05)}.game-card h3{margin:1rem 0 .5rem;font-size:1.1rem;color:#e0e4ff;font-weight:600;letter-spacing:.5px;transition:color .3s}.game-card:hover h3{color:#fff}.game-card .cta-btn{margin-top:auto;background:linear-gradient(180deg,#4b73ff,#4b5dff);color:#fff;border:none;border-radius:10px;padding:.5rem 1.5rem;cursor:pointer;transition:background .3s,transform .2s}.game-card .cta-btn:hover{background:linear-gradient(180deg,#5a80ff,#4b73ff);transform:scale(1.05)}.section p a{color:#9c85ff;text-decoration:none;border-bottom:1px dashed rgba(150,120,255,.6);transition:color .3s,border-color .3s}.section p a:hover{color:#fff}#faq h2{font-size:2rem;text-align:center;color:#fff;margin-bottom:2rem;text-shadow:0 0 20px rgba(130,70,255,.5);letter-spacing:1px;position:relative}#faq h2::after{content:'';position:absolute;bottom:-10px;left:50%;width:100px;height:2px;background:linear-gradient(90deg,transparent,#7a4fff,transparent);transform:translateX(-50%)}.faq-item{background:rgba(25,30,70,.5);border-radius:15px;padding:1.5rem 1.8rem;margin-bottom:1.2rem;transition:background .3s,transform .3s,box-shadow .3s}.faq-item:hover{background:rgba(50,60,130,.6);transform:translateY(-3px);box-shadow:0 0 20px rgba(120,80,255,.35)}.faq-item h3{font-size:1.2rem;color:#e0e0ff;margin-bottom:.8rem;letter-spacing:.4px;position:relative}.faq-item h3::before{content:'❖';color:#9a6bff;margin-right:.6rem;text-shadow:0 0 8px rgba(160,100,255,.8)}.faq-item p{color:#cfd2f9;font-size:1rem;line-height:1.7;margin:0}.faq-item a{color:#9c85ff;text-decoration:none;border-bottom:1px dashed rgba(150,120,255,.6);transition:color .3s,border-color .3s}.faq-item a:hover{color:#fff;border-color:rgba(255,255,255,.8)}@media (max-width:992px){.hero{flex-direction:column;text-align:center;padding:3rem 1rem}.hero__text{order:2}.hero__img{order:1}.hero__img img{max-width:80%}.hero__text h1{font-size:2.2rem}}@media (max-width:768px){.main,.section{padding:1rem .5rem}.section h2{font-size:1.8rem}.hero__text,.section__img-block-image{text-align:center}.section__img-block-image img{max-width:70%}.section__img-block-text{text-align:center}}@media (max-width:600px){.hero__text h1{font-size:1.8rem}.section__img-block-btn{font-size:1rem;padding:.9rem 2rem}.hero__text p{font-size:.95rem}.hero__text-btn{width:100%}.faq-item{padding:1rem 1.4rem}}@media (max-width:425px){.main{padding:0}.section{font-size:.8rem}.section__img-block-text{padding:.7rem}}.footer{background-color:#020921}.footer__row{background-color:#0a1333;display:flex;align-items:center;justify-content:space-around;padding:1rem 0;width:100%}.footer__bottom-row{background-color:#020922;display:flex;align-items:center;justify-content:space-between;padding:.7rem 2.5rem;width:100%}.footer__payments{display:flex;flex-direction:row;gap:2rem}.footer__payments img{width:100%;height:50%}.footer__copyright{color:rgba(157,171,226,.4);font-stretch:condensed}.footer__content{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.footer__logo img{width:120px}.footer__info-text{width:45%;padding:.5rem}.footer__info-text p{font-size:.8rem;color:#979797;line-height:1.5;font-stretch:condensed}.footer__info{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}.footer__info-list p{margin-bottom:1rem}.footer__info-list ul{list-style:none;font-size:.9rem;display:flex;flex-direction:column;gap:.7rem}.footer__info-list ul li a{text-decoration:none;color:rgba(157,171,226,.522);transition:color .3s;font-stretch:condensed}.footer__info-list ul li a:hover{color:#fff}@media (max-width:768px){.footer__content{text-align:center}.footer__info{flex-direction:column;text-align:center}.footer__info-text{width:100%}.footer__bottom-row{flex-direction:column;text-align:center;gap:1rem;padding:.1rem}.footer__payments{flex-wrap:wrap;align-items:center;justify-content:center}.footer__payments img{width:60px}}