.career-page{min-height:calc(100*var(--vh));display:flex;flex-direction:column;align-items:flex-start}.career-page__wrap{width:100%;flex-grow:1}.career-page .close-modal-button__wrapp{background:#fff;border-top:5rem solid var(--blue)}.career-page .outline{position:static}.career-page__content{padding:30rem 50rem 0 100rem;position:relative;width:100%}@media(max-width:640px){.career-page__content{padding:15px 20px 60px}}.career-page h2{font-size:70rem;max-width:50%;font-weight:300;line-height:90%;text-transform:uppercase}.career-page__options{display:flex;align-items:center;margin-top:22rem}.career-page__options .options-item{height:22rem;font-size:11.5rem;padding:0 10rem;margin-right:3rem}.career-page__body{display:flex;margin-top:50rem;max-width:100%}.career-page__more{font-weight:800;font-size:20rem;color:#000;text-transform:uppercase;margin:0 30rem 30rem}@media screen and (max-width:1024px){.career-page__more{font-size:20px}}@media(max-width:640px){.career-page__more{font-size:15px}}@media(max-width:1200px){.career-page__wrap{width:640px;margin:0 auto;display:flex;flex-direction:column}.career-page__content{position:static;padding:70px 20px 100px}.career-page__body{margin-top:30px;flex-direction:column;row-gap:30px;width:100%}.career-page h2{max-width:100%}}@media(max-width:640px){.career-page__wrap{width:min(520px,100%)}.career-page h2{font-size:109.4rem}.career-page__close{height:60px;padding-right:7px}.career-page__close img{height:19px}}.bread-crumbs{display:flex;align-items:center;position:absolute;left:30rem;top:17rem;z-index:3}.bread-crumbs__item{margin-right:5rem;display:flex;align-items:center}.bread-crumbs__item-btn{color:#d0d0d0;font-size:10rem;text-transform:uppercase;font-weight:800;line-height:100%}.bread-crumbs__icon{margin-left:4.3rem;height:100%}@media screen and (max-width:1199px){.bread-crumbs{left:30px;top:13px}.bread-crumbs__item{margin-right:5px}.bread-crumbs__item-btn{font-size:10px}}@media screen and (max-width:640px){.bread-crumbs{left:20px}}.options-item{display:inline-flex;align-items:center;padding:0 7rem;height:15rem;border-radius:15rem;border:1px solid;font-weight:700;font-size:8rem;margin-right:.5em;color:#21241f}.options-item:last-child{margin-right:0}.options-item.opened{background-color:#edf3eb;color:#406d47}.options-item.closed{background-color:#ffe3d4;color:#b03828}.career{position:relative}.career-list{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(162rem,auto)}.career-item{border-radius:5px;padding:27rem 10rem 10rem;position:relative;display:flex;flex-direction:column}.career-item:hover{background-color:var(--text-gray)}.career-item:hover:after,.career-item:hover:before{display:none}.career-item:hover h3{color:#fff}.career-item:hover p{color:hsla(0,0%,78%,.698)}.career-item:hover .options-item{color:#fff}.career-item:hover .options-item.opened{color:#bbe0ae;background-color:#406d47}.career-item:hover .options-item.closed{color:#ffe3d4;background-color:#b03828}.career-item:before{bottom:0;right:14rem;left:14rem;height:1px}.career-item:after,.career-item:before{content:"";position:absolute;background-color:hsla(0,0%,78%,.698)}.career-item:after{right:0;top:14rem;bottom:14rem;width:1px}.career-item:nth-child(3n):after{display:none}.career-item h3{color:#21241f;font-weight:800;font-size:20rem;margin-bottom:14rem;text-transform:uppercase;line-height:90%}.career-item p{color:#d0d0d0;font-size:12rem;max-width:300rem;flex:1 1}.career-item p:before{content:"";display:inline-block;width:20rem}.career-item__options{margin-top:10rem}@media screen and (max-width:1025px){.career-list{grid-auto-rows:minmax(164px,auto)}.career-item{padding:27px 30px 15px 9.5px}.career-item h3{font-size:20px;margin-bottom:13.5px}.career-item p{font-size:12px;max-width:284px}.career-item__options{margin-top:20px}.career-item__options .options-item{font-size:7.95px;padding:0 6px;height:15px;border-radius:15px}}@media screen and (max-width:768px){.career-list{grid-template-columns:1fr 1fr}.career-item:nth-child(3n):after{content:"";display:block;position:absolute;right:0;top:14rem;bottom:14rem;width:1rem;background-color:hsla(0,0%,78%,.698)}.career-item:nth-child(2n):after,.career-item:nth-child(6n):after{display:none}}@media screen and (max-width:560px){.career-list{grid-template-columns:100%}.career-item:after{display:none!important}.career-item p{max-width:390px;font-size:12px}}@media screen and (max-width:390px){.career-item{padding:23px 9px 10px}.career-item:before{right:0;left:0}.career-item h3{font-size:18px}.career-item p{font-size:11px}}.career-slider{overflow:hidden;width:100%;max-width:600rem;margin-top:30rem}.career-slider__wrapper{display:flex;transition:transform var(--transition)}.career-slider__item{width:100%;flex-shrink:0}.career-slider__item-row{display:flex;justify-content:space-between;margin-bottom:10rem;column-gap:10rem}.career-slider__item-row h3{font-size:15rem;font-weight:400;text-transform:uppercase}.career-slider__item-row ul{width:400rem}.career-slider__item-row ul li{list-style:circle;display:flex;font-size:10rem;line-height:101%;text-wrap:balance}.career-slider__item-row ul li:before{content:"";height:0;border-left:3rem solid;border-top:2rem solid transparent;border-bottom:2rem solid transparent;position:relative;top:.25em;margin-right:5rem}.career-slider__controls-btn{position:absolute;top:0;bottom:0;display:flex;align-items:center}.career-slider__controls-btn img{height:3em}.career-slider__controls-btn.controls-prev{rotate:180deg;left:10rem}.career-slider__controls-btn.controls-next{right:10rem}@media screen and (max-width:1199px){.career-slider{width:600px;margin-top:30px}.career-slider__item-row{margin-bottom:10px;column-gap:10px}.career-slider__item-row h3{font-size:15px}.career-slider__item-row ul{width:350px}.career-slider__item-row ul li{font-size:10px;line-height:101%}.career-slider__item-row ul li:before{border-left:2px solid;border-top:1px solid transparent;border-bottom:1px solid transparent;top:.3em;margin-right:5px}.career-slider__controls-btn img{height:unset}}@media screen and (max-width:1025px){.career-slider{max-width:100%}.career-slider__item ul{width:400px}.career-slider__item ul li{font-size:12px}.career-slider__controls-btn{bottom:auto;top:calc(40*var(--vh))}}@media screen and (max-width:768px){.career-slider__item ul{width:330px}.career-slider__item ul li{font-size:10px}}@media screen and (max-width:640px){.career-slider{margin-top:0}.career-slider__item-row{flex-direction:column;row-gap:10px;margin-bottom:20px}.career-slider__item-row h3{font-size:20px}.career-slider__item-row ul{width:100%}.career-slider__item-row ul li{font-size:14px}.career-slider__controls{display:flex;align-items:center;justify-content:space-between}.career-slider__controls-btn{display:block;position:static}}@media screen and (max-width:540px){.career-slider__item-row h3{font-size:15px}.career-slider__item-row ul li{font-size:10px}}.career-form{flex:1 1;min-width:430px}.career-form__field{position:relative;border-bottom:1rem solid;border-color:#eaeaea;padding:0 2rem;margin-bottom:7rem;display:block}.career-form__field--error{border-color:var(--red)}.career-form__field--error .input-wrap{color:var(--red)}.career-form__field .input-wrap{position:absolute;overflow:hidden;left:0;bottom:0;width:100%}.career-form__field input{position:relative;bottom:-6rem;font-size:25rem;font-weight:700;width:100%;background-color:transparent;line-height:50%}.career-form__field p{color:#eaeaea;font-size:7rem;text-transform:uppercase}.career-form__block-placeholder{display:flex;pointer-events:none;gap:5rem}.career-form__placeholder{color:#eaeaea;font-weight:300;font-size:max(43px,43rem);text-transform:uppercase;line-height:1em}.career-form__note{position:relative;top:max(2px,2rem);text-transform:uppercase;line-height:166%}.career-form__highlighted{color:#999}.career-form__error-text{color:var(--red)!important;position:absolute;right:0;bottom:3rem;z-index:999}.career-form__checkbox{position:relative;width:max(8rem,8px);aspect-ratio:1/1;border:1rem solid #c8c8c8}.career-form__checkbox:before{display:none;content:"✔";color:#000;position:absolute;bottom:0;right:-.12em;line-height:1em}input:checked+.career-form__checkbox:before{display:block}.career-form__checkbox--error{border-color:var(--red)}.career-form__checkbox-wrapp{display:flex;align-items:center;font-size:max(8rem,8px);column-gap:max(7rem,7px)}.career-form__checkbox-wrapp input{display:none}.career-form__checkbox-text{color:#c8c8c8;font-weight:700}.career-form__checkbox-text--error{color:var(--red)}input:checked~.career-form__checkbox-text{text-decoration:line-through}.career-form__bottom{display:flex;justify-content:space-between;align-items:flex-start;padding-top:18rem}.career-form__submit{position:relative;width:138rem;height:34rem;background-color:#fff;border:1rem solid #c8c8c8;border-radius:30rem;text-transform:uppercase;font-size:9rem;color:#a1a1a1;font-weight:800}.career-form__submit:hover{background-color:#1d1d1d;color:#fff}@media screen and (max-width:1199px){.career-form__field{border-bottom:1px solid #eaeaea;padding:0 2px 3px;margin-bottom:7px}.career-form__field .input-wrap{height:35px}.career-form__field input{font-size:25px}.career-form__field p{font-size:7px;font-weight:700}.career-form__submit{width:138px;height:34px;border:1px solid #c8c8c8;border-radius:30px;font-size:9px}}@media screen and (max-width:1025px){.career-form{align-self:center}}@media screen and (max-width:660px){.career-form{min-width:unset}.career-form__block-placeholder,.career-form__bottom{flex-direction:column}.career-form__bottom{row-gap:20px}.career-form__note{line-height:normal}.career-form__submit{position:static}}@font-face{font-family:__raleway_de002d;src:url(/_next/static/media/062c28d67c7e5a94-s.p.ttf) format("truetype");font-display:swap;font-weight:800}@font-face{font-family:__raleway_Fallback_de002d;src:local("Arial");ascent-override:85.12%;descent-override:21.19%;line-gap-override:0.00%;size-adjust:110.44%}.__className_de002d{font-family:__raleway_de002d,__raleway_Fallback_de002d;font-weight:800}.about .container{max-width:unset;padding:0 100rem}.about-top{position:relative;padding-bottom:40rem}.about-top__side-lines{width:5rem;position:absolute;top:-26rem;right:0;bottom:0}.about-top__side-lines .line{background-color:currentColor}.about-top__side-lines .line.main-blue{height:60%}.about-top__side-lines .line.yellow{height:5%}.about-top__side-lines .line.red{height:35%}.about-text p{font-size:10rem;margin-top:18rem;max-width:310rem;min-width:238px}.about-hero{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30rem;column-gap:30rem}.about-hero h2{font-size:23rem;font-weight:500}.about-hero__paragraph{padding:70rem 110rem 60rem 60rem;font-size:18rem;line-height:1.2em}.about-hero__paragraph p{margin-bottom:1em}.about-hero__paragraph p:last-child{margin-bottom:0}.about-hero .about-text{padding-block:73rem;padding-inline:112rem}.about-hero__picture{height:390rem;object-fit:cover;object-position:right}.about-hero__sketch{height:280rem}.about-showreel{max-height:343rem}.about-animation{display:flex;justify-content:center;font-weight:700;font-size:34rem;margin-top:30rem;margin-bottom:60rem;text-transform:uppercase;color:#000}.about-animation__item{height:60rem;margin:15rem 0;padding:0 73rem;display:flex;justify-content:center;align-items:center}.about-animation__item:first-child{border-right:2px solid #c8c8c8}.about-branches h2{font-size:20rem;font-weight:800;margin-bottom:40rem}.about-branches ul li{font-size:72rem;text-transform:uppercase;line-height:90%}.about-technologies{display:flex;margin:25rem 0 70rem}.about-technologies__item{flex:1 1;display:flex;align-items:center;justify-content:center;height:37rem;font-size:20rem;text-transform:uppercase;font-weight:700;border-right:2px solid #c8c8c8}.about-technologies__item:hover{color:var(--pink)}.about-technologies__item:first-child{border-left:2px solid #c8c8c8}.about-work{display:flex;justify-content:space-between;align-items:center;margin-bottom:80rem}.about-work__sketch{height:145rem}.about-work h2{font-size:20rem}.about-steps{display:flex;margin-bottom:130rem}.about-steps__item{flex:1 1;border-left:2px solid #c8c8c8;padding-left:5.7%}.about-steps__item:first-child{border-left:none;padding-left:0}.about-steps__item h2{font-size:23rem;color:var(--blue);font-weight:400;margin-bottom:25rem}.about-steps__item ul li{font-weight:700;font-size:15rem;line-height:1.2em;display:flex;align-items:center}.about-steps__item ul li:before{content:"";display:inline-block;border:3rem solid transparent;border-left:6rem solid var(--blue);margin-right:6rem}.about-sponsors{padding:40rem 0;background-color:hsla(0,0%,85%,.2)}.about-sponsors h2{margin-bottom:70px;font-size:23rem}@media(max-width:1025px){.about .container{max-width:807px;padding:0 20px}.about-hero__paragraph{font-size:18px}.about-hero .about-text{padding-inline:min(75rem,30px)}.about-text h2{font-size:20px}.about-text p{font-size:10px;max-width:286px}.about-parargaph{font-size:15px}.about-work{padding:0 30px}.about-work__sketch{height:auto;width:55%}.about-steps{justify-content:space-between}.about-steps__item{flex:unset}.about-steps__item h2{font-size:20px}.about-steps__item ul li{font-size:12px;display:flex}.about-steps__item ul li:before{border:3px solid transparent;border-left:4px solid var(--blue)}.about-branches h2{font-size:13px}.about-sponsors h2{font-size:20px}}@media screen and (max-width:660px){.about-top__side-lines{display:none}.about-text p{font-size:10px;max-width:60%;margin-top:18px}.about-hero{grid-template-columns:100%;row-gap:29px}.about-hero__picture{width:100%;height:auto;min-height:229px}.about-hero__paragraph{max-width:440px;padding:0 20px;font-size:16px}.about-hero__sketch{margin:0 auto;height:auto;width:min(77.9%,400px)}.about-hero .about-text{padding:0 20px;grid-row:4/5}.about-showreel{max-height:218px}.about-animation{margin-top:30px;margin-bottom:54px;font-size:18px}.about-animation__item{height:43px}.about-branches h2{font-size:15px}.about-work{padding:0;flex-direction:column;row-gap:50rem}.about-work__sketch{order:2;width:min(100%,420px)}.about-steps{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto 56px;width:min(500px,100%);margin:0 auto 70px}.about-steps__item{grid-column:1/3;border-left:none;padding-left:0;position:relative}.about-steps__item h2{margin-bottom:15px}.about-steps__item:nth-child(2n){grid-column:2/3;display:flex;flex-direction:column;justify-content:flex-end}.about-steps__item ul li:before{border:2px solid transparent;border-left:3px solid var(--blue)}.about-sponsors h2{margin-bottom:50px}.about-sponsors__list{row-gap:30px}.about-sponsors__list-item{width:25%}.about-sponsors__list-item img{height:60rem}}@media screen and (max-width:390px){.about-hero__paragraph{font-size:14px;max-width:329px}.about-animation{font-size:55rem}.about-technologies{justify-content:center;margin-top:15px;margin-bottom:30px}.about-technologies__item{flex:unset;padding:0 7px;font-size:30rem;height:18px;white-space:nowrap}}.contacts{height:calc(100*var(--vh) - 56rem);display:flex;flex-direction:column;align-items:stretch;padding-bottom:0;overflow:hidden}@media(max-width:640px){.contacts{height:calc(100*var(--vh) - 60px)}}.contacts-content{flex:1 1;display:flex;flex-direction:column;position:relative;padding-bottom:30rem}.contacts-content *{position:relative;z-index:2}.contacts-list{flex:1 1;display:flex;align-self:center;align-items:center;justify-content:space-between;column-gap:20rem;width:min(700rem,100%);position:relative;top:-20rem}.contacts-list__link{font-weight:700;font-size:15rem;text-decoration:underline;line-height:105%;display:flex;align-items:center}.contacts-list__link img{margin-right:5rem;height:14rem}.contacts-bg{position:absolute;bottom:0;right:0;z-index:1;height:100%}.contacts-bg img{height:130%}@media screen and (max-width:1199px){.contacts-content{padding-bottom:30px}.contacts-list{width:min(700px,100%);column-gap:30px}.contacts-list__link{font-size:15px}.contacts-list__link img{height:14px;margin-right:5px}}@media screen and (max-width:768px){.contacts-content{padding-bottom:50px}.contacts-bg{margin:0 auto;display:flex;justify-content:center;align-items:flex-start;width:100%}.contacts-bg img{height:auto}}@media screen and (max-width:560px){.contacts-list{flex-direction:column;justify-content:center;row-gap:calc(7*var(--vh));padding:calc(3*var(--vh)) 0;top:0}.contacts-bg{justify-content:flex-end}.contacts-bg img{position:relative;right:-30%}}.faq h1{margin-bottom:90rem}.faq-list__row{display:flex;column-gap:90rem;font-weight:300;color:#999;padding-bottom:60rem;padding-top:18rem;align-items:flex-start;border-bottom:1rem solid #c8c8c8}.faq-list__row:hover p{color:var(--pink)}.faq-list__row-title{font-size:27rem;color:#21241f;font-weight:400;width:400rem;flex-shrink:0;line-height:100%}.faq-list__row-answer{font-size:18rem;display:-webkit-box}@media screen and (max-width:1025px){.faq-list__row{padding-bottom:40px;padding-top:18px}.faq-list__row-title{font-size:23px;text-wrap:balance}.faq-list__row-answer{font-size:15px}}@media screen and (max-width:660px){.faq-list__row{flex-wrap:wrap;padding-bottom:40px;row-gap:20px}.faq-list__row-title{width:100%;padding-right:calc(100% - 300px)}.faq-list__row-answer{padding-left:33%;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.faq-list__row.opened .faq-list__row-answer{-webkit-line-clamp:unset}}@media screen and (max-width:370px){.faq-list__row-answer{padding-left:10%}.faq-list__row-title{font-size:19px}}.ideas{height:calc(100*var(--vh) - 56rem);display:flex;flex-direction:column;align-items:stretch;padding-bottom:0;overflow:hidden}@media(max-width:640px){.ideas{height:calc(100*var(--vh) - 60px)}}.ideas-content{position:relative;padding-bottom:30rem}.ideas-content,.ideas-mail{flex:1 1;display:flex;flex-direction:column}.ideas-mail{justify-content:center;align-items:flex-start}.ideas-bottom{display:flex;justify-content:space-between;align-items:flex-end;row-gap:50px}.ideas-conditions{width:277rem;font-size:10rem;line-height:1.1em;flex-shrink:0}.ideas-conditions__title{text-transform:uppercase;font-size:17rem;margin-bottom:16rem}.ideas-conditions ol{padding-left:1em}@media screen and (max-width:1199px){.ideas-conditions{width:min(277px,100%);font-size:10px}.ideas-conditions__title{font-size:17px;margin-bottom:16px}.ideas-content{padding-bottom:calc(9*var(--vh))}}@media screen and (max-width:767px){.ideas-bottom{flex-direction:column}.ideas-conditions{align-self:flex-start}.ideas-mail{margin:70px 0}}.examples-slider{max-width:430rem;position:relative;right:-30rem}.examples-slider__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:11rem;margin-right:20rem}.examples-slider__head-title{color:var(--blue);text-transform:uppercase;font-size:8rem;font-weight:700;line-height:100%}.examples-slider__head-button img{height:29rem}.examples-slider .swiper-slide a{height:64rem;display:flex}.examples-slider .swiper-slide a img{flex:1 1;object-fit:cover;width:100%;height:100%}@media screen and (max-width:1199px){.examples-slider{max-width:430px;right:-30px}.examples-slider__head{margin-bottom:11px;margin-right:20px}.examples-slider__head-title{font-size:8px}.examples-slider__head-button img{height:29px}.examples-slider .swiper-slide a{height:65px}}@media screen and (max-width:560px){.examples-slider{max-width:calc(100% + 20px);right:-20px}.examples-slider__head-title{font-size:10px}.examples-slider__head-button img{height:22px}.examples-slider .swiper-wrapper{padding-right:20px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.menu-home{flex-direction:column;padding-top:50rem;padding-bottom:30rem;height:calc(100*var(--vh))}.menu-home,.menu-home__links{position:relative;display:flex;align-items:center}.menu-home__links{flex:1 1;margin-top:20rem;flex-direction:column;justify-content:center;z-index:2}.menu-home__links--en{right:3.5%}.menu-home__bg{z-index:1;height:100%;width:100%;position:absolute;top:0;left:0;object-fit:cover}.menu-home__bg-mobile,.menu-home__bg-tablet{display:none}.menu-home__language{font-size:19rem;text-transform:uppercase;font-weight:700;margin-top:54px;z-index:2}.menu-home__logo{margin-bottom:60px}@media screen and (min-width:1680px){.menu-home__logo{margin-bottom:0}.menu-home__language{margin-top:30px}}@media screen and (max-width:1025px){.menu-home{padding-top:40px;padding-bottom:80px}.menu-home__language{font-size:20px}}@media screen and (max-width:800px){.menu-home__bg{display:none}.menu-home__bg-tablet{display:block}}@media screen and (max-width:700px){.menu-home{font-size:.1303780965vw}.menu-home .menu-link{font-size:142em}}@media screen and (max-width:540px){.menu-home{padding-top:calc(20*var(--vh))}.menu-home__links{flex:unset}}@media screen and (max-width:390px){.menu-home__bg-tablet{display:none}.menu-home__bg-mobile{display:block}}.main-screen{padding:0 20px;overflow-y:hidden!important}.main-screen__content{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center}.main-screen__logo{width:230rem}.main-screen__language{align-items:center;text-transform:uppercase;font-size:20rem;font-weight:700;line-height:109%;position:absolute;bottom:60rem;z-index:1;height:27rem;overflow:hidden}@media(max-width:640px){.main-screen__language{height:75rem;bottom:100rem}}.main-screen__language div{min-width:114rem}@media(max-width:640px){.main-screen__language div{min-width:309rem}}.main-screen__language button{width:57rem;overflow:hidden;display:flex;z-index:2;top:5rem}@media(max-width:640px){.main-screen__language button{width:152rem}}.main-screen__language button:last-child{justify-content:flex-end}.main-screen__language span{position:absolute;left:0;z-index:1}.main-screen__language-wrap{position:absolute;bottom:60px}.main-screen__language-anim{position:absolute;width:121%;top:-166.5%;left:-9%}.main-screen__arrow{position:relative;height:auto;width:80rem}@media screen and (max-width:1199px){.main-screen__logo{width:min(230px,100%)}.main-screen__language{font-size:20px}.main-screen__arrow{width:80px}}.adult-screen{display:block;height:100%;background-color:#000;display:flex;align-items:center}.adult-screen__logo-wrap{width:100%;position:relative;bottom:2%;display:flex;justify-content:center}.adult-screen__text-logo{font-size:min(18rem,2.24*var(--vh));color:#fff}@media(min-width:640px)and (min-height:80vw){.adult-screen__text-logo{font-size:25rem}}@media(max-width:640px){.adult-screen__text-logo{font-size:25rem}}.adult-screen__text-logo-wrap{left:4%;top:72%}.adult-screen__big-logo{width:38.75vw;height:auto;max-height:calc(58*var(--vh))}@media(min-width:640px)and (min-height:80vw){.adult-screen__big-logo{width:72.2vw}}@media(max-width:640px){.adult-screen__big-logo{width:77.7vw}}.adult-screen__big-logo svg{width:100%;height:auto}.adult-screen__big-logo svg path{fill:#fff}.adult-screen__jap-logo{width:14.2%;height:auto}.adult-screen__jap-logo-wrap{max-height:10.7%;bottom:66.65%}.adult-screen__bandit{position:absolute;bottom:0;height:57%}@media(max-width:640px){.adult-screen__bandit{height:50%}}.adult-screen.opened .adult-screen__jap-logo{width:10.25%}.adult-screen.opened .adult-screen__big-logo{width:100%;max-height:unset}.adult-screen.opened .adult-screen__text-logo{font-size:20rem}@media(max-width:640px){.adult-screen.opened .adult-screen__text-logo{font-size:10px}}.adult-screen.opened .adult-screen__text-logo-wrap{top:69%}.text-logo{text-transform:uppercase;letter-spacing:9rem;font-weight:700;line-height:109%;transition:inherit}.kids-screen{width:max(100%,83.3333333333vw);display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,1fr);height:100%}@media(max-width:640px){.kids-screen{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}}.kids-screen img{object-fit:contain;object-position:bottom;max-width:unset;height:auto}.kids-screen__text-logo{color:#fff;font-size:min(18rem,2.24*var(--vh));text-align:center;position:relative;left:4%}@media(min-width:640px)and (min-height:80vw){.kids-screen__text-logo{font-size:min(18rem,1.12*var(--vh))}}@media(max-width:640px){.kids-screen__text-logo{bottom:0}}.kids-screen__picture{overflow:hidden;font-size:0}.kids-screen__picture-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;height:100%;padding:0 20px;bottom:3%}@media(max-width:640px){.kids-screen__picture-logo{padding-top:1%}}.kids-screen__picture-logo-wrap{position:relative;min-width:86%;max-height:68%}.kids-screen__picture-logo img{transition:width var(--transition);width:100%;max-height:84%;margin-bottom:3%}@media(max-width:640px){.kids-screen__picture-logo img{max-height:80%;margin-bottom:2%}}.kids-screen__picture#kids-screen-black{position:relative;overflow:visible;grid-row:1/2}@media(min-width:640px)and (min-height:80vw){.kids-screen__picture#kids-screen-black{grid-row:1/3}}@media(max-width:640px){.kids-screen__picture#kids-screen-black{grid-row:1/2}}.kids-screen__picture#kids-screen-black .picture-content{position:absolute;overflow:hidden;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;background-color:#211e1d}.kids-screen__picture#kids-screen-black img{position:relative;top:25px;left:max(0px,7.5% - 1.178*var(--vh));max-height:190%;width:100%;height:auto;transition-duration:.8s}@media(min-width:1024px)and (min-height:80vw){.kids-screen__picture#kids-screen-black img{width:90%}}@media(max-width:640px){.kids-screen__picture#kids-screen-black img{top:10px}}.kids-screen__picture#kids-screen-picture{grid-column:2/4;display:flex;align-items:center;justify-content:center}@media(max-width:640px){.kids-screen__picture#kids-screen-picture{grid-column:2/4;grid-row:1/2}}.kids-screen__picture#kids-screen-picture img{object-fit:cover;object-position:center;min-width:101%;height:101%}.kids-screen__picture#kids-screen-white{background-color:#fff;position:relative;display:flex;justify-content:flex-end}@media(max-width:640px){.kids-screen__picture#kids-screen-white{grid-column:2/2;display:none}}.kids-screen__picture#kids-screen-white img{max-width:100%;height:117%;position:relative;left:11%;top:-6%}@media(max-width:640px){.kids-screen__picture#kids-screen-white img{top:5%;width:95%;height:-moz-fit-content;height:fit-content;max-height:130%;left:0}}.kids-screen__picture#kids-screen-logo{background-color:#007bad;grid-row:2/3;grid-column:1/4}@media(min-width:640px)and (min-height:80vw){.kids-screen__picture#kids-screen-logo{grid-column:2/5}}@media(max-width:640px){.kids-screen__picture#kids-screen-logo{grid-column:1/4;grid-row:2/3}}.kids-screen__picture#kids-screen-green{position:relative;z-index:3;grid-column:1/2;grid-row:3/4;background-color:#dbff00;display:flex;justify-content:center;align-items:center}@media(max-width:640px){.kids-screen__picture#kids-screen-green{grid-column:1/2;grid-row:3/4}}.kids-screen__picture#kids-screen-green img{width:55%;position:relative;right:3%;max-height:98%}.kids-screen__picture#kids-screen-blue{grid-column:2/3;grid-row:3/span 1;background-color:#00c2ff;position:relative;z-index:2;overflow:visible}@media(max-width:640px){.kids-screen__picture#kids-screen-blue{grid-column:2/3;grid-row:3/4}}.kids-screen__picture#kids-screen-blue img{position:absolute;bottom:0;right:calc(-6.2*var(--vh));max-width:calc(100% + 6.2*var(--vh));height:111%;object-position:bottom right}@media(min-width:640px)and (min-height:80vw){.kids-screen__picture#kids-screen-blue img{max-height:100%;right:-3%;max-width:103%}}@media(max-width:640px){.kids-screen__picture#kids-screen-blue img{max-height:117%;width:100%;max-width:unset;right:-3%}}.kids-screen__picture#kids-screen-red{background-color:#f12b00;grid-column:3/4;padding:10% 0 10% 10%;position:relative;z-index:3;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media(min-width:640px)and (min-height:80vw){.kids-screen__picture#kids-screen-red{grid-column:3/5;padding:6% 0 6% 6%}}@media(max-width:640px){.kids-screen__picture#kids-screen-red{grid-column:3/4;grid-row:3/4;padding:10% 0 10% 10%}}.kids-screen__picture#kids-screen-red .red-picture-logo{width:44%;max-height:40%;object-position:left top}@media screen and (max-width:1024px){.kids-screen__picture#kids-screen-red .red-picture-logo{width:55%}}@media(min-width:640px)and (min-height:80vw){.kids-screen__picture#kids-screen-red .red-picture-logo{width:30%;max-height:60%}}@media(max-width:640px){.kids-screen__picture#kids-screen-red .red-picture-logo{max-height:30%}}.kids-screen__picture#kids-screen-red .red-picture-car{align-self:flex-end;max-height:66%;max-width:72%;min-width:55%;object-position:right;position:absolute;bottom:2%;transition-duration:.6s}@media(min-width:640px)and (min-height:80vw){.kids-screen__picture#kids-screen-red .red-picture-car{max-width:44%;max-height:90%}}@media(max-width:640px){.kids-screen__picture#kids-screen-red .red-picture-car{max-width:unset;width:74%;min-width:66%;height:auto;max-height:54%;top:-10%}}.kids-screen__picture#kids-screen-purple{overflow:visible;background:linear-gradient(180deg,#ff1267 0 33.33%,#38044c 33.33% 100%);grid-row:1/4;grid-column:5/6;position:relative;z-index:4;display:flex;justify-content:center;align-items:flex-end}@media(max-width:640px){.kids-screen__picture#kids-screen-purple{background:#38044c;grid-column:2/2;grid-row:5/5;display:none;justify-content:flex-end;align-items:start}}.kids-screen__picture#kids-screen-purple img{height:auto;max-height:95%;width:100%;flex-shrink:0;transition-duration:.6s}@media(max-width:640px){.kids-screen__picture#kids-screen-purple img{position:absolute;height:238%;max-height:238%;top:-28%}}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}}@media(max-width:640px){.kids-screen.opened{grid-template-columns:repeat(2,50%);grid-template-rows:repeat(5,1fr)}}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened .kids-screen__text-logo{font-size:23rem}}.kids-screen.opened #kids-screen-black{grid-row:1/3}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened #kids-screen-black{grid-row:1/2}}.kids-screen.opened #kids-screen-black img{top:50px;left:0}@media(max-width:640px){.kids-screen.opened #kids-screen-black img{top:5px;max-height:132%}}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened #kids-screen-black img{top:5px;right:0;max-height:167%}.kids-screen.opened #kids-screen-picture{grid-column:3/4}}@media(max-width:640px){.kids-screen.opened #kids-screen-picture{grid-column:2/3;grid-row:2/3}}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened #kids-screen-white{justify-content:center;grid-column:2/3;grid-row:1/2}}@media(max-width:640px){.kids-screen.opened #kids-screen-white{grid-column:2/3;display:flex}}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened #kids-screen-white img{top:5%;left:0;height:105%}}.kids-screen.opened #kids-screen-logo{grid-column:2/5}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened #kids-screen-logo{grid-column:1/4}}@media(max-width:640px){.kids-screen.opened #kids-screen-logo{grid-column:1/3;grid-row:3/4}.kids-screen.opened #kids-screen-green{grid-column:2/3;grid-row:4/5;padding-bottom:7%}}.kids-screen.opened .kids-screen__picture#kids-screen-red{grid-column:3/5;padding:6% 0 6% 6%}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened .kids-screen__picture#kids-screen-red{grid-column:3/4}}@media(max-width:640px){.kids-screen.opened .kids-screen__picture#kids-screen-red{grid-column:1/2;grid-row:5/6}}.kids-screen.opened .kids-screen__picture#kids-screen-red .red-picture-logo{width:26%;max-height:80%}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened .kids-screen__picture#kids-screen-red .red-picture-logo{width:44%}}@media(max-width:640px){.kids-screen.opened .kids-screen__picture#kids-screen-red .red-picture-logo{width:35%}}.kids-screen.opened .kids-screen__picture#kids-screen-red .red-picture-car{width:48%;max-height:90%}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened .kids-screen__picture#kids-screen-red .red-picture-car{max-width:74%;height:58%;object-position:bottom}}@media(max-width:640px){.kids-screen.opened .kids-screen__picture#kids-screen-red .red-picture-car{max-height:60%;max-width:unset}.kids-screen.opened #kids-screen-blue{grid-column:1/2;grid-row:4/5}}@media(min-width:640px)and (min-height:80vw){.kids-screen.opened #kids-screen-purple{display:none}}@media(max-width:640px){.kids-screen.opened #kids-screen-purple{display:block;grid-column:2/3;grid-row:5/6}}.page-menu__screen{position:absolute;overflow:hidden;flex-shrink:1;cursor:pointer;z-index:3}.page-menu__screen>div{transform:scale(1);transition:var(--transition)}.page-menu__screen:hover>div{transform:scale(1.03)}.page-menu__screen.opened{cursor:auto}.page-menu__screen.opened:hover>div{transform:scale(1)}:root{--main-blue:#007bad;--yellow:#dbff00;--red:#f12b00;--purple:#38044c;--blue:#00c2ff;--pink:#ff1267;--green:#8be200;--text-gray:#1d1d1d;--transition:0.5s cubic-bezier(0.16,1,0.3,1)}@media(height:100dvh){:root{--vh:1dvh}}html{font-size:.0833333333vw}@media(max-width:1600px){html{font-size:clamp(.2px,.0833333333vw,1px)}}*{padding:0;margin:0;border:none;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;white-space:pre-line;transition:font-size .3s,height .3s}*,:after,:before{box-sizing:border-box}body{overscroll-behavior:contain}body::-webkit-scrollbar{width:0}a{display:inline-block;text-decoration:none}a,a:link,a:visited{color:inherit}a:hover{text-decoration:none}p{text-wrap:balance}aside,footer,header,main,nav,section{display:block}ul,ul li{list-style:none}img{display:block;width:auto;max-width:100%}address{font-style:normal}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent!important}input:-internal-autofill-selected,input:-webkit-autofill,select:-internal-autofill-selected,select:-webkit-autofill,textarea:-internal-autofill-selected,textarea:-webkit-autofill{background-color:transparent!important}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;font-family:inherit;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}.main-blue{color:var(--main-blue)}.red{color:var(--red)}.yellow{color:var(--yellow)}.purple{color:var(--purple)}.blue{color:var(--blue)}.container{margin:0 auto;max-width:833rem}@media(max-width:1600px){.container{max-width:807rem}}@media screen and (max-width:1024px){.container{max-width:960rem}}@media(max-width:640px){.container{max-width:100%;padding:0 61.5rem}}.logo-subtitle{position:absolute;right:0;left:0;display:flex;justify-content:center}footer{font-weight:700;font-size:12rem}.footer-link{font-size:30rem;line-height:1.16em;font-weight:800;text-transform:uppercase;letter-spacing:0}.footer-socials a{padding-right:9rem;margin-right:7rem;position:relative;text-decoration:underline}.footer-socials a:hover{text-decoration:none}.footer-socials a:after{content:"|";position:absolute;right:0}.footer-socials a:last-child:after{display:none}.footer-language{text-transform:capitalize;font-weight:700;font-size:12rem}.footer-item{padding:30rem 0;height:100%;display:flex;row-gap:13rem;position:relative}.footer-item__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:13rem}.footer-item__row{display:flex;justify-content:center}.footer-item ul{flex:1 1}.footer-item ul li{line-height:1.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-item ul a{display:inline;max-width:100%;white-space:nowrap}.footer-item ul a:hover{text-decoration:underline}.footer-item__image{position:absolute}.footer-item__logo{height:24rem}@media screen and (max-width:640px){.footer-item{padding:60rem 0}.footer-item__logo{height:42rem}.footer-item ul{display:none}.footer-link{font-size:50rem}.footer-socials{font-size:28rem}.footer-socials a{padding-right:20rem;margin-right:16rem}.footer-socials a:last-child{padding-right:0;margin-right:0}.footer-language{display:none!important}}.landing-switch-button{height:94.5rem}@media(max-width:640px){.landing-switch-button{height:117.5rem}}.landing-switch-button__content{height:100%}.landing-switch-button-grup{position:fixed;top:0;z-index:2;max-width:92rem;height:calc(100*var(--vh));display:flex;align-items:center}@media(max-width:640px){.landing-switch-button-grup{max-width:114.4rem}}.landing-switch-button-grup.button-right{right:0!important}.landing-switch-button-grup.button-right .adult-button,.landing-switch-button-grup.button-right .kids-button{border-top-right-radius:0;border-bottom-right-radius:0}.landing-switch-button-grup.button-left{left:0!important}.landing-switch-button-grup.button-left .adult-button,.landing-switch-button-grup.button-left .kids-button{border-top-left-radius:0;border-bottom-left-radius:0}.kids-button{background-color:var(--text-gray);border-radius:10rem;position:relative;height:94.5rem;transition:var(--transition);overflow-y:clip}.kids-button__icon{height:auto;width:63%;position:relative;right:-2%}.kids-button__icon-wrap{width:90rem;height:94.5rem;display:flex;align-items:center;justify-content:center;transition:inherit}.adult-button{border-radius:35rem;overflow:hidden;max-height:90rem;transition:var(--transition)}.adult-button__section{background-color:currentColor;height:90rem;width:100rem;display:flex;justify-content:center;align-items:center;padding:20rem}.adult-button__section img{height:100%}.scroller,.scroller-content{overflow:hidden;position:relative}.scroller-content{transition:transform var(--transition);transition-duration:1s;min-height:calc(100*var(--vh))}.scroller-shield{position:fixed;inset:0}.section-wrap{overflow:hidden;min-height:calc(100*var(--vh));padding-top:56rem;left:0;width:100vw;background:#fff;transition-duration:.4s,.6s,.4s;transition-property:top,transform,height}@media(max-width:640px){.section-wrap{padding-top:60px}}.section-wrap__content{min-height:100%;position:relative}.section-wrap[data-name=empty-place]{min-height:0;height:0;padding-top:0;overflow:hidden}.section-wrap[data-name=second-landing]{padding-top:0}.section-wrap[data-name=menu]{padding-block:0 20px}.section-wrap[data-name=career]{min-height:unset}