@charset "UTF-8";:root{--font-family:"Roboto Flex",sans-serif;--content-width:1344px;--container-offset:80px;--radius:30px;--gap:24px;--gap-s:20px;--blanc:#fff;--blue:#00B7FF;--dark-color:#0F2445;--slct-color:#37F;--grey:rgba(150, 150, 150, .75)}.custom-checkbox__field:checked+.custom-checkbox__content::after{opacity:1}.custom-checkbox__field:focus+.custom-checkbox__content::before{outline:red solid 2px;outline-offset:2px}.custom-checkbox__field:disabled+.custom-checkbox__content{opacity:.4;pointer-events:none}.cards{--gap:24px;--elems:3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap)}.cards__item{width:calc((100% - (var(--elems) - 1) * var(--gap))/ (var(--elems)))}@font-face{font-family:"Roboto Flex";src:url(../fonts/RobotoFlexVariable.woff2) format("woff2");font-weight:300 700;font-display:swap;font-style:normal}h1{font-weight:700;font-size:60px;line-height:100%;letter-spacing:1.5px;text-align:center}h2{font-weight:500;font-size:24px;line-height:120%}h3{font-weight:500;font-size:28px;line-height:120%;text-align:center}p{font-weight:300;font-size:22px;line-height:120%}.cards__item__info__age{font-weight:400;font-size:18px;line-height:120%}@media (max-width:1440px){:root{--content-width:1184px}h2{font-size:20px}}@media (max-width:1280px){:root{--content-width:928px;--container-offset:60px;--radius:24px;--gap-s:18px}h2{font-size:18px}}@media (max-width:1024px){:root{--content-width:672px;--container-offset:50px;--radius:30px;--gap-s:20px}.cards__item{--gap:24px;--elems:2}h1{font-size:50px}h2{font-size:19px}h3{font-size:24px}p{font-size:20px}}@media (max-width:768px){:root{--content-width:calc(100% - 30px);--container-offset:40px;--radius:4vw;--gap-s:2.5vw;--gap:10px}.cards{--gap:10px}.cards__item{--gap:10px;--elems:2}h1{font-size:6vw}h2{font-size:3.2vw;line-height:110%}h3{font-size:22px}p{font-size:18px}.cards__item__info__age{font-size:2.4vw}}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}.page{height:100%;font-family:var(--font-family,sans-serif);-webkit-text-size-adjust:100%;scroll-behavior:smooth}.page__body{margin:0;min-width:360px;min-height:100%;font-size:16px;background-color:var(--dark-color)}img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}a{text-decoration:none}h1,h2,h3,p{margin:0}.site-container{overflow:hidden}.is-hidden{display:none!important}.btn-reset{border:none;padding:0;background-color:transparent;cursor:pointer}.list-reset{list-style:none;margin:0;padding:0}.input-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:#fff}.input-reset::-webkit-search-cancel-button,.input-reset::-webkit-search-decoration,.input-reset::-webkit-search-results-button,.input-reset::-webkit-search-results-decoration{display:none}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.container{margin:0 auto;width:var(--content-width)}.centered{text-align:center}.dis-scroll{position:fixed;left:0;top:0;overflow:hidden;width:100%;height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none}.page--ios .dis-scroll{position:relative}.header{position:fixed;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:30px 54px 0;width:100%}@media (max-width:768px){.header{padding:20px 20px 0}}.button{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;border:2px solid rgba(255,255,255,.3);border-radius:5em;padding:0 30px;color:var(--blanc);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),to(rgba(255,255,255,.15))),var(--dark-color);background:linear-gradient(180deg,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 100%),var(--dark-color);-webkit-transition:.3s;transition:.3s;cursor:pointer;gap:10px}@media (max-width:1024px){.button{padding:0 20px}}.button:not(.game-launcher,.button__circle):active,.button:not(.game-launcher,.button__circle):hover{-webkit-box-shadow:0 0 20px 0 rgba(255,255,255,.2);box-shadow:0 0 20px 0 rgba(255,255,255,.2);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.15))),var(--dark-color);background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.15) 100%),var(--dark-color)}.button__circle{-ms-flex-negative:0;flex-shrink:0;border:1.5px solid rgba(255,255,255,.3);padding:0;width:50px;height:50px;-webkit-box-sizing:content-box;box-sizing:content-box}.button__circle:active,.button__circle:hover{-webkit-box-shadow:0 0 50px 0 rgba(255,255,255,.4);box-shadow:0 0 50px 0 rgba(255,255,255,.4);background:rgba(255,255,255,.5)}.button__game-close{position:absolute;right:5px;top:100px;background:#000}.button__game-close:active,.button__game-close:hover{background:rgba(0,0,0,.7)}.button.game-launcher{padding:0 70px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),to(rgba(255,255,255,0))),#37f;background:linear-gradient(180deg,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%),#37f}.button.game-launcher:active,.button.game-launcher:hover{border:2px solid #37f;-webkit-box-shadow:0 0 20 0 rgba(50,120,255,.4);box-shadow:0 0 20 0 rgba(50,120,255,.4);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0))),#37f;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%),#37f}.button.cancel-btn,.button.exit-btn{width:200px}.button.cancel-btn:first-of-type,.button.exit-btn:first-of-type{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),to(rgba(255,255,255,0))),#aa0046;background:linear-gradient(180deg,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%),#aa0046}.button.cancel-btn:first-of-type:active,.button.cancel-btn:first-of-type:hover,.button.exit-btn:first-of-type:active,.button.exit-btn:first-of-type:hover{border:2px solid #aa0046;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0))),#aa0046;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%),#aa0046}.button a{display:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.button p{font-weight:500;font-size:24px}.button:focus{outline:0}@media (max-width:1024px){.button.game-launcher{padding:0 50px}.button.cancel-btn,.button.exit-btn{width:160px}.button p{font-size:22px}.button svg{height:26px}}@media (max-width:768px){.button__circle{width:42px;height:42px}.button.game-launcher{padding:0 30px}.button.cancel-btn,.button.exit-btn{width:140px}.button p{font-size:20px}.button svg{height:22px}}.slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swiper{-ms-flex-negative:0;flex-shrink:0;padding-top:20px;width:2000px;height:560px;-webkit-box-sizing:border-box;box-sizing:border-box;background:radial-gradient(37% 100% at 50% 0,rgba(0,235,255,.3) 2%,rgba(0,235,255,0) 100%)}.swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:420px;opacity:.3;-webkit-filter:blur(10px);filter:blur(10px);-webkit-transition:1s cubic-bezier(.4,0,.2,1);transition:1s cubic-bezier(.4,0,.2,1)}.swiper-slide h1{max-width:90%;-webkit-text-fill-color:transparent;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(rgba(255,255,255,.2)));background:linear-gradient(180deg,#fff 50%,rgba(255,255,255,.2) 100%);-webkit-background-clip:text;background-clip:text;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transition:1s cubic-bezier(.4,0,.2,1);transition:1s cubic-bezier(.4,0,.2,1)}.swiper-slide img{-webkit-transform:scale(.5) translateY(-60px);-ms-transform:scale(.5) translateY(-60px);transform:scale(.5) translateY(-60px);-webkit-transition:1s cubic-bezier(.4,0,.2,1);transition:1s cubic-bezier(.4,0,.2,1)}.swiper-slide-active{opacity:1;-webkit-filter:blur(0);filter:blur(0);cursor:pointer}.swiper-slide-active h1{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-slide-active img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-progressbar.swiper-pagination-horizontal{left:calc(50% - 150px);top:auto;bottom:17px;overflow:hidden;border-radius:3px;width:300px;height:3px;background:rgba(255,255,255,.1)}.swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill{background:var(--slct-color);-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media (max-width:1280px){.swiper{width:1800px;height:500px}.swiper-slide{height:380px}}@media (max-width:1024px){.swiper{width:1400px;height:460px}.swiper-slide{height:340px}}@media (max-width:768px){.swiper{width:180vw;height:52vw}.swiper-slide{height:44vw}.swiper-pagination-progressbar.swiper-pagination-horizontal{left:calc(50% - 20vw);bottom:0;width:40vw}}.offset{padding-top:var(--container-offset)}.cards__item{overflow:hidden;outline:transparent solid 2px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding-bottom:var(--gap-s);background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#203352),to(#1d3764));background:linear-gradient(180deg,#203352 50%,#1d3764 100%);-webkit-transition:background .3s,outline .3s;transition:background .3s,outline .3s;cursor:pointer}.cards__item__cover{margin-bottom:var(--gap-s);border-radius:calc(var(--radius)/ 2)}.cards__item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 var(--gap-s);height:calc(var(--gap-s) * 3.5);color:var(--blanc);gap:var(--gap-s)}@media (max-width:768px){.cards__item__info{height:10.4vw}}.cards__item__info__age{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--blanc);border-radius:50%;width:calc(var(--gap-s) * 2.4);height:calc(var(--gap-s) * 2.4)}.cards__item:active,.cards__item:hover{outline:2px solid var(--slct-color);-webkit-box-shadow:0 0 40px 0 rgba(50,120,255,.4);box-shadow:0 0 40px 0 rgba(50,120,255,.4);background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#203352),to(#2a55a8));background:linear-gradient(180deg,#203352 50%,#2a55a8 100%)}.graph-modal{background:rgba(10,30,65,.8);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.graph-modal__container{width:var(--content-width);height:100%;background-color:transparent}.graph-modal__container.graph-modal-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.graph-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:calc(var(--gap) * 4);width:100%;color:var(--blanc);gap:var(--gap)}.graph-modal__content::after{content:"";display:block;height:20px}@media (min-height:1080px){.graph-modal__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:0;height:100%}}.graph-modal__title{padding:0 80px}.graph-modal__title h1{margin-bottom:calc(var(--gap) * 2);text-align:center}.graph-modal__title .age{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;margin:0 auto;outline:rgba(255,255,255,.07) solid 15px;border-radius:50px;width:46px;height:46px;font-weight:700;color:var(--dark-color);background-color:var(--blanc)}@media (max-width:1024px){.graph-modal__container{width:100%}.graph-modal__title{padding:0 40px}.graph-modal__title .age{outline-width:12px;width:38px;height:38px}}@media (max-width:768px){.graph-modal__title{padding:0 20px}.graph-modal__title h1{margin-bottom:20px}}.graph-modal__info{padding:40px}.graph-modal__info .head{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;margin-bottom:var(--gap);color:var(--blue);gap:var(--gap)}.graph-modal__info .head svg{width:30%;height:5px;stroke:var(--blue);stroke-width:1px}.graph-modal__info .head h3{-ms-flex-negative:0;flex-shrink:0}@media (max-width:1024px){.graph-modal__info{padding:20px}}@media (max-width:768px){.graph-modal__info{padding:20px}.graph-modal__info .head{gap:calc(var(--gap)/ 2)}}.graph-modal .info p{margin-bottom:var(--gap);text-align:center}.graph-modal__screens{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;overflow-x:auto;gap:var(--gap)}.graph-modal__screens img{border:1px solid rgba(255,255,255,.15);border-radius:15px;width:calc((100% - var(--gap) * 2)/ 3);height:auto;min-width:280px}@media (max-width:928px){.graph-modal__screens{overflow-x:scroll;padding-bottom:10px;scrollbar-gutter:stable}.graph-modal__screens::-webkit-scrollbar{height:3px}.graph-modal__screens::-webkit-scrollbar-track{border-radius:1.5px;background:rgba(255,255,255,.1)}.graph-modal__screens::-webkit-scrollbar-thumb{border-radius:1.5px;background:var(--slct-color)}}.graph-modal__controls{position:sticky;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:60px}@media (max-width:1024px){.graph-modal__controls{height:52px}}@media (max-width:768px){.graph-modal__controls{height:46px}.graph-modal{padding:10px;background:#0a1e41;-webkit-backdrop-filter:none;backdrop-filter:none}.graph-modal__container{padding:10px 0}.graph-modal__title{padding:0}.graph-modal__info{padding:20px 0}}.game__container{position:fixed;left:0;top:0;z-index:1001;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.8)}.game__container iframe{width:100%;height:100%}.game__container__confirm{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 20px;color:var(--blanc);background:rgba(10,30,65,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);gap:calc(var(--gap) * 2)}.game__container__confirm__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;gap:calc(var(--gap) * 2)}@media (max-width:1024px){.game__container__confirm__buttons{height:52px}}@media (max-width:768px){.game__container__confirm__buttons{height:46px}}