@charset "UTF-8";.macos-modal-window{position:fixed;width:552px;height:320px;border-radius:8px;overflow:hidden;box-shadow:0 10px 25px var(--black-transparent-medium);background:transparent;z-index:2}.macos-titlebar{height:40px;background:var(--grey);display:flex;align-items:center;justify-content:space-between;padding:0 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.macos-btn{width:18px;height:18px;border-radius:50%;cursor:pointer}.macos-btn.close{background:var(--light-coral);display:flex;align-items:center;justify-content:center}.macos-title{font-family:Rubik;font-size:22px;font-weight:400;color:var(--white-light-grey);padding:0;margin:0}.macos-content{padding:0}.macos-content video{display:block;width:100%;height:auto}.macos-modal-enter-active,.macos-modal-leave-active{transition:opacity .3s ease}.macos-modal-enter-from,.macos-modal-leave-to{opacity:0}.macos-modal-enter-active .macos-modal-window,.macos-modal-leave-active .macos-modal-window{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.macos-modal-enter-from .macos-modal-window,.macos-modal-leave-to .macos-modal-window{transform:scale(.95)}@media screen and (max-width: 525px){.macos-content{width:321px;height:164px}.macos-content source{width:321px;height:164px}.macos-modal-window{position:fixed;transform:translate(-50%,-25%);width:321px;height:204px}}.theme_switch__bg{position:absolute;right:3%;top:4%;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;background-color:var(--white-grey);border-radius:20px;border:1px solid var(--light-grey);box-shadow:0 0 2px 2px var(--black-transparent-low);width:110px;height:45px;z-index:2000}.sun_icon{width:28px;height:28px;filter:invert(var(--img))}.moon_icon{opacity:0;position:absolute;width:30px;height:30px;filter:invert(var(--img))}.sun_on{animation:.3s sun_left_animation;transform:translate(0);opacity:1}.sun_off{transform:translate(30px);opacity:0}.moon_on{animation:.3s moon_left_animation;transform:translate(-32px);opacity:1}.moon_off{transform:translate(30px);opacity:0}@keyframes sun_left_animation{0%{transform:translate(30px);opacity:0}30%{opacity:0}to{transform:translate(0);opacity:1}}@keyframes moon_left_animation{0%{transform:translate(0);opacity:0}30%{opacity:0}to{transform:translate(-32px);opacity:1}}.language_switch__bg{position:absolute;left:3%;top:88%;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;background-color:var(--white-grey);border-radius:20px;border:1px solid var(--light-grey);box-shadow:0 0 2px 2px var(--black-transparent-low);width:110px;height:45px;z-index:2000}.switcher{width:56px;height:34px;background-color:var(--dark-blue);border-radius:25px;cursor:pointer}.switcher__round{position:relative;left:29px;top:5px;transform:translate(0)}.ru_lang{font-size:23px;font-family:Rubik;color:var(--black);width:28px;height:28px;display:flex;align-items:center;justify-content:center}.en_lang{font-size:23px;font-family:Rubik;color:var(--black);opacity:0;position:absolute;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.switch_animate_on{animation:.3s switcher;transform:translate(-26px)}.switch_animate_off{animation:.3s switcher_reverse;transform:translate(0)}.ru_on{animation:.3s ru_left_animation;transform:translate(0);opacity:1}.ru_off{transform:translate(30px);opacity:0}.en_on{animation:.3s en_left_animation;transform:translate(-32px);opacity:1}.en_off{transform:translate(30px);opacity:0}.sticky{animation:1s fade}.notSticky{animation:.2s fade_out;opacity:0}@keyframes switcher{0%{transform:translate(0)}to{transform:translate(-26px)}}@keyframes switcher_reverse{0%{transform:translate(-26px)}to{transform:translate(0)}}@keyframes ru_left_animation{0%{transform:translate(30px);opacity:0}30%{opacity:0}to{transform:translate(0);opacity:1}}@keyframes en_left_animation{0%{transform:translate(0);opacity:0}30%{opacity:0}to{transform:translate(-32px);opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade_out{0%{opacity:1}to{opacity:0}}: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);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-slide,.swiper-3d .swiper-cube-shadow{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-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.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{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{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.AutoSwiper{width:800px;height:398px;aspect-ratio:16/10;border-radius:8px;overflow:hidden;font-family:Rubik;--swiper-navigation-color: var(--dark-blue);margin:0}.AutoSwiperSlide{height:100%}.AutoSwiperItem{position:relative;width:100%;height:100%;min-height:100%;overflow:hidden}.AutoSwiperImage{display:block;width:100%;height:100%}.AutoSwiperCaption{position:absolute;left:16px;bottom:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:8px;color:#fff;background:#00000062;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.AutoSwiperTitle{margin:0;font-size:1.25rem;font-weight:500;line-height:1.2}.AutoSwiperText{margin:4px 0 0;line-height:1.4;opacity:.82}.AutoSwiperLink{flex:0 0 auto;color:inherit}.AutoSwiper .swiper-button-prev,.AutoSwiper .swiper-button-next{width:42px;height:42px;border-radius:50%;color:var(--dark-blue)!important}.AutoSwiper .swiper-button-prev:after,.AutoSwiper .swiper-button-next:after{font-size:1.125rem;font-weight:700;color:var(--dark-blue)!important}.AutoSwiper .swiper-pagination-bullet{width:8px;height:8px;background:transparent;opacity:.42}.AutoSwiper .swiper-pagination-bullet-active{opacity:1}@media (max-width: 700px){.AutoSwiper{aspect-ratio:4/5;width:370px;height:184px}.AutoSwiperCaption{left:6px;bottom:6px;align-items:flex-start;flex-direction:column;gap:8px;padding:12px}.AutoSwiperCaption .AutoSwiperTitle{font-size:.9rem}.AutoSwiperCaption .AutoSwiperText{font-size:.7rem}.AutoSwiper .swiper-button-prev,.AutoSwiper .swiper-button-next{display:none}}@font-face{font-family:Zvezda;src:url(/assets/Zvezda%20NHZDN%20Bold%20Italic-CJgOxnS0.ttf)}@font-face{font-family:Rubik;src:url(/assets/Rubik-VariableFont_wght-DAFAXoY0.ttf)}@font-face{font-family:Raleway;src:url(/assets/Raleway-VariableFont_wght-CdkF85Lz.ttf)}@font-face{font-family:Rubik_Puddles;src:url(/assets/RubikPuddles-Regular-DvnyBhkq.ttf)}:root{--white: #f1f0f7;--white-grey: #f4f4f4;--white-blue-grey: #e9ecef;--white-light-grey: #f8f9fa;--light-grey: #ddd;--pre-grey: #cccccc;--grey: #555;--dark-grey: #3e3e3e;--black: #090909;--black-transparent-hight: rgba(61, 57, 81, .7);--black-transparent-medium: rgba(61, 57, 81, .24);--black-transparent-pre-low: rgba(61, 57, 81, .19);--black-transparent-low: rgba(61, 57, 81, .08);--coral: #ff4444;--light-coral: #ff5f56;--emerald: #42b983;--dark-emerald: #3aa876;--dark-blue: #57577f;--light-blue: #464667;--img: 0;--img-reverse: 1;--img-opacity: 1;--white-no-switch: #ffffff;--reset-btn-bg: #e8eaeb}html{width:100%;height:100%;font-size:16px}body{z-index:-2;margin:0;width:100%;height:100%;background-color:var(--white-grey)}a{all:unset}#app{width:100%;height:100%}.header{display:flex;width:100%;height:5%}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;background-color:var(--dark-grey)}.main{display:flex;flex-direction:column;width:100%;height:auto}.main-first{position:relative;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;height:100vh;color:var(--black);contain:layout paint}.main-first__text-block{display:flex;justify-content:center;align-items:center;width:65%;height:90%}.main-first__card-block{padding:10px 0;display:flex;justify-content:center;align-items:center;width:25%;height:90%;perspective:1000px}.main-second{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;height:100vh;color:var(--black)}.main-third{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:100vh}.main-third__stack-block{position:relative;display:flex;justify-content:center;align-items:center;width:40%;height:90%}.main-third__stack-block .arrow{position:absolute;left:25%;top:36%;width:50px;height:61px}.main-third__stack-block p{position:absolute;left:20%;top:30%;font-family:Raleway;font-weight:800}.main-third__stack-block .home-screen{position:absolute;left:8%;top:43%}.main-third__text_block{display:flex;flex-direction:column;justify-content:center;align-items:start;width:40%;height:90%;color:var(--black)}.main-fourth{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;height:100vh}.main-fourth__img{display:flex;justify-content:center;align-items:center;width:50%;height:90%}.main-fourth__text_block{display:flex;flex-direction:column;justify-content:center;align-items:start;width:25%;height:90%;color:var(--black)}.main-five{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:100vh}.main-five__img{display:flex;justify-content:center;align-items:center;width:40%;height:90%}.main-five__img img{border-radius:11px;width:400px;height:516px;scale:1.2}.main-five__text_block{display:flex;flex-direction:column;justify-content:center;align-items:start;width:40%;height:90%;color:var(--black)}.card{position:absolute;backface-visibility:hidden;padding:10px 0 0;display:flex;flex-direction:column;align-items:center;width:260px;height:390px;border-radius:10px;background-color:var(--white-grey);box-shadow:0 0 8px 0 var(--black-transparent-medium);color:var(--black)}.card-img{position:absolute;z-index:2;margin:0 0 10px;width:240px;height:280px;border-radius:10px;-o-object-fit:cover;object-fit:cover;transform:scale(1.5);transition:transform .5s ease-out;will-change:transform}.card-img-upper{position:absolute;z-index:3;margin:0 0 10px;width:240px;height:280px;border-radius:10px;-o-object-fit:cover;object-fit:cover;transform:translate(-100px,50px) scale(1.25);transition:transform .5s ease-out;will-change:transform}.card-img-block{position:relative;margin:0 0 10px;width:240px;height:280px;border-radius:10px;overflow:hidden}.card-text{all:unset;padding:0 0 4px 10px;width:90%;display:flex;align-items:center;justify-content:start;font-family:Rubik;font-weight:600;font-size:20px}.card-text-p{all:unset;width:86%;display:flex;justify-content:start;align-items:center;padding:0 0 2px;font-family:Rubik;font-weight:300;font-size:16px}.card-text-p-img{padding:0 4px 0 0;width:14px;height:14px;filter:invert(var(--img))}.card-back{position:absolute;z-index:4;backface-visibility:hidden;padding:5px 0;display:flex;align-items:center;justify-content:center;width:260px;height:390px;border-radius:10px;background-color:var(--white-grey);box-shadow:0 0 8px 0 var(--black-transparent-medium);transform:rotateY(180deg)}.card-back-img{width:250px;height:380px;filter:invert(var(--img))}.card-container{position:relative;transform-style:preserve-3d;transition:transform .6s;width:260px;height:390px}.main-first__card-block.flipped .card-container{transform:rotateY(180deg)}.stacks{position:relative;width:300px;height:300px}.stack_center{top:50%;left:50%}.stack_left_up{top:5%;left:5%}.stack_left_down{top:95%;left:5%}.stack_right_up{top:5%;left:95%}.stack_right_down{top:95%;left:95%}.tilt-img{position:absolute;width:40px;height:40px;transition:transform .1s ease-out,box-shadow .1s ease-out;transform-style:preserve-3d;border-radius:20px}.page{width:100%;height:100%}.toggle-container{position:absolute;top:5%;left:5%;width:90%;height:90%}.bg{position:absolute;width:90%;height:90%;z-index:-1;clip-path:url(#customShape);overflow:hidden;border-radius:8px}.bg-layer{position:absolute;width:300px;height:300px;background-size:cover;background-position:center;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.bg-layer.first{background-image:url(/assets/shape5_v2-CQnf4v20.webp);left:40%;top:40%;width:300px;height:300px;z-index:-5}.bg-layer.second{background-image:url(/assets/shape4_v2-BnAYUDgL.webp);left:60%;top:0%;width:300px;height:300px;z-index:-4}.bg-layer.third{background-image:url(/assets/shape3_v2-nUUAkLLQ.webp);left:20%;top:10%;width:300px;height:300px;z-index:-3}.bg-layer.fourth{background-image:url(/assets/shape2_v2-DZHwkLW2.webp);left:-5%;top:2%;width:300px;height:300px;z-index:-2}.bg-layer.fifth{background-image:url(/assets/shape1_v2-C91KrmQN.webp);left:85%;top:13%;width:300px;height:300px;z-index:-1}.bg-layer.zero{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC7gAAAu4AQMAAABL22c6AAAACXBIWXMAAE4gAABOIAEWfZneAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAABHVJREFUeNrswQEBAAAAgJD+r+4ICgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIDZgwMBAAAAACD/10ZQVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWkPDgQAAAAABPlbLzBCBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPACNz8AAUJm+eMAAAAASUVORK5CYII=);z-index:-6;box-shadow:inset 0 0 12px 2px var(--black-transparent-pre-low);background-color:var(--white-grey);width:100%;height:100%}.copy-block{z-index:1;position:absolute;display:none}.text-gradient{background-image:linear-gradient(to right,#172310,#062b06);-webkit-background-clip:text;background-clip:text;color:transparent}.pointer{cursor:pointer}.a-nav{font-family:Rubik;font-size:.75rem;font-weight:500}.a-nav:hover,.a-nav-active{font-size:.875rem}.a-nav-img-uncheck{display:block}.a-nav-img-check{display:none}.rubic{font-family:Rubik}.raleway{font-family:Raleway}.h1{font-size:8rem;font-family:Rubik;font-weight:500}.h2{font-style:italic;font-size:4.875rem;font-family:Rubik;font-weight:400}.h2 img{width:110px;height:70px;filter:invert(var(--img-reverse))}.h3{font-size:2.25rem;font-family:Rubik;font-weight:300;margin:0 0 20px}.p{font-size:1.5rem;font-family:Raleway;font-weight:200;margin:0 0 35px}.a{font-size:1.5rem;font-family:Raleway;font-weight:400;margin:0 0 35px;color:var(--light-blue);cursor:pointer}.h1-y2k{margin:0 0 24px;font-family:Zvezda;font-size:2.625rem}.h1-img{width:96px;height:46px}.h3-header{margin:0 0 12px;font-family:Rubik;font-size:1rem}.p-read{font-family:Raleway;font-size:.75rem}.p-footer{font-family:Raleway;font-size:.625rem}.icon:nth-child(2n){animation:keyframes1 .3s infinite;transform-origin:50% 10%}.icon:nth-child(2n-1){animation:keyframes2 .3s infinite alternate;transform-origin:30% 5%}@keyframes keyframes1{0%{transform:rotate(-1.1deg);animation-timing-function:ease-in}50%{transform:rotate(1.6deg);animation-timing-function:ease-out}}@keyframes keyframes2{0%{transform:rotate(1.1deg);animation-timing-function:ease-in}50%{transform:rotate(-1.6deg);animation-timing-function:ease-out}}.home-screen{display:flex;flex-wrap:wrap;gap:20px;padding:20px;max-width:400px}.home-screen img{width:60px;height:60px;border-radius:10px}.app-item{width:60px;height:60px;background:var(--white);border-radius:15px;display:flex;justify-content:center;align-items:center;cursor:move;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;will-change:transform}.app-item.drop-target{transform:scale(1.1);animation:none}.app-item.dragging{opacity:1;transform:scale(.9);animation:none}.drag-preview{position:fixed;pointer-events:none;z-index:1000;width:60px;height:60px;display:flex;flex-direction:column;align-items:center;will-change:left,top}.app-icon{width:60px;height:60px;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 3px 2px var(--black-transparent-pre-low);pointer-events:none}input{all:unset}.input_text{position:relative;top:10px;left:16px;font-size:.75rem;font-family:Raleway;font-weight:400;color:var(--white-no-switch);margin:0}.input_div{background-color:transparent;border-radius:10px;width:450px;height:56px}.input_img{position:relative;width:24px;height:24px;top:2px;left:25px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input{position:relative;width:420px;height:40px;margin:0 0 50px}.input__s{width:300px}.input__label{position:absolute;left:10px;top:12px;padding:0;white-space:nowrap;transform:translate(0);transform-origin:0 0;transition:transform .12s ease-in;font-size:1rem;font-family:Raleway;font-weight:400;color:var(--white-no-switch);margin:0;cursor:pointer}.input__img{position:relative;width:24px;height:24px;top:-32px;left:384px;cursor:pointer;filter:invert(var(--img))}.input__img:hover{animation:.3s close_anim}.input__field{position:relative;top:0;left:0;display:block;width:100%;border:1px solid var(--white-no-switch);padding:0 12px 0 14px;color:var(--white-no-switch);background:transparent;border-radius:1px;width:388px;height:40px;font-size:1rem;font-family:Raleway;font-weight:400;cursor:pointer}.input__field__textarea{padding:12px 12px 0 14px}.input__field__s{width:300px}.input__field:focus{cursor:text}.input__field:not(:-moz-placeholder)+.input__label{transform:translate(-.3rem,-145%) scale(.8);color:var(--white-no-switch)}.input__field:focus+.input__label,.input__field:not(:placeholder-shown)+.input__label{transform:translate(-.3rem,-145%) scale(.8);color:var(--white-no-switch)}.input__textarea{height:30vh}.input__date{width:362px}.input:last-child{margin:0 0 60px}.input textarea{height:30vh}.input textarea:focus{outline:none}.request-form-container{display:flex;flex-direction:column;align-items:start;height:98%}.request-form-container h2{font-weight:400;color:var(--white-no-switch);margin:30px 0}.form{display:flex;flex-direction:column;align-items:center;height:100%}.error{display:block;margin-top:.25rem;color:var(--coral);font-size:.85rem;font-weight:500}.invalid{border-color:var(--coral)}.send{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:420px}.submit-btn{position:relative;overflow:hidden;width:160px;padding:.75rem;background-color:var(--emerald);color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.submit-btn span{position:relative;z-index:1}.submit-btn:disabled{background-color:var(--pre-grey);cursor:not-allowed}.submit-btn:disabled:before{display:none}.submit-btn:hover{transform:translateY(-2px)}.submit-btn:before{content:"";position:absolute;top:-2px;left:-2px;width:calc(100% + 6px);height:calc(100% + 6px);z-index:0;border-radius:inherit;background:radial-gradient(circle at 50% 100%,var(--dark-blue) 0%);transform:translateY(calc(100% + 6px)) scaleX(.28);transform-origin:50% 100%;transition:transform .8s cubic-bezier(.19,1,.22,1)}.submit-btn:hover:before{transform:translateY(0) scaleX(1)}.reset-btn{padding:.5rem 1rem;background-color:var(--reset-btn-bg);border:1px solid var(--light-grey);border-radius:4px;cursor:pointer;transition:all .3s}.reset-btn:hover{background-color:var(--white-blue-grey)}.success-message{color:var(--emerald);text-align:center}.success-message p{margin-bottom:1rem}.message-block{width:420px;height:80px}@media screen and (min-width: 1800px){html{font-size:18px}.input_field{height:46px}.bg-layer.first,.bg-layer.second,.bg-layer.third,.bg-layer.fourth,.bg-layer.fifth{width:400px;height:400px}.bg-layer.zero{box-shadow:inset 0 0 12px 3px var(--black-transparent-pre-low)}}@media screen and (min-width: 2100px){html{font-size:19px}.input_field{height:48px}.bg-layer.first,.bg-layer.second,.bg-layer.third,.bg-layer.fourth,.bg-layer.fifth{width:500px;height:500px}.bg-layer.zero{box-shadow:inset 0 0 12px 4px var(--black-transparent-pre-low)}.card{padding:10px 0 0;width:360px;height:520px}.card-img,.card-img-upper,.card-img-block{margin:0 0 10px;width:340px;height:380px}.card-text{padding:0 0 4px 10px;font-weight:600;font-size:26px}.card-text-p{padding:0 0 2px;font-weight:300;font-size:20px}.card-text-p-img{padding:0 4px 0 0;width:20px;height:20px}.card-back{padding:5px 0;width:360px;height:520px}.card-back-img{width:350px;height:510px}.card-container{width:360px;height:520px}.main-five__img img{border-radius:11px;width:500px;height:645px;scale:1.2}}@media screen and (min-width: 2700px){.bg-layer.first,.bg-layer.second,.bg-layer.third,.bg-layer.fourth,.bg-layer.fifth{width:600px;height:600px}.bg-layer.zero{box-shadow:inset 0 0 12px 6px var(--black-transparent-pre-low)}.main-five__img img{border-radius:11px;width:600px;height:774px;scale:1.2}}@media screen and (max-width: 1400px){.h1{font-size:100px;font-family:Rubik;font-weight:500}.h2{font-size:52px}.h3{font-size:28px}.p{font-size:18px}.card p{font-size:14px}}@media screen and (max-width: 525px){.main{display:flex;flex-direction:column;width:100%;height:auto}.main-first{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:90vh}.main-first__text-block{display:flex;justify-content:center;align-items:end;width:100%;height:20%}.main-first__card-block{padding:10px 0;display:flex;justify-content:center;align-items:center;width:100%;height:45%;perspective:1000px}.main-second{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:120vh}.main-second__text_block{width:95%;height:50%}.main-third{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100vh}.main-third__stack-block{display:flex;justify-content:center;align-items:center;width:95%;height:40%}.main-third__stack-block .arrow{position:absolute;left:40%;top:24%;width:50px;height:61px}.main-third__stack-block p{position:absolute;left:30%;top:12%;font-family:Raleway;font-weight:800}.main-third__text_block{width:95%;height:60%}.main-fourth{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:110vh}.main-fourth__img{display:flex;justify-content:center;align-items:center;width:95%;height:50%}.main-fourth__text_block{display:flex;justify-content:center;align-items:start;width:95%;height:50%;color:var(--black)}.main-five{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:110vh}.main-five__img{display:flex;justify-content:center;align-items:center;width:95%;height:60%}.main-five__img img{border-radius:11px;width:300px;height:387px}.main-five__text_block{width:95%;height:40%;color:var(--black)}.card p{font-size:16px}.bg-layer{position:absolute;width:300px;height:300px;background-size:cover;background-position:center;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.bg-layer.first{background-image:url(/assets/shape5_v2-CQnf4v20.webp);left:40%;top:40%;width:200px;height:200px;z-index:-5}.bg-layer.second{background-image:url(/assets/shape4_v2-BnAYUDgL.webp);left:60%;top:0%;width:200px;height:200px;z-index:-4}.bg-layer.third{background-image:url(/assets/shape3_v2-nUUAkLLQ.webp);left:20%;top:10%;width:200px;height:200px;z-index:-3}.bg-layer.fourth{background-image:url(/assets/shape2_v2-DZHwkLW2.webp);left:-5%;top:2%;width:200px;height:200px;z-index:-2}.bg-layer.fifth{background-image:url(/assets/shape1_v2-C91KrmQN.webp);left:85%;top:13%;width:200px;height:200px;z-index:-1}.stacks{position:relative;width:150px;height:150px}.stack_center{top:45%;left:35%}.stack_left_up{top:0%;left:-10%}.stack_left_down{top:90%;left:-10%}.stack_right_up{top:0%;left:80%}.stack_right_down{top:90%;left:80%}.h1{font-size:41px;font-family:Rubik;font-weight:500}.h2{font-size:35px;font-family:Rubik;font-weight:400}.h3{font-size:23px;font-family:Rubik;font-weight:300}.p{font-size:17px;font-family:Raleway;font-weight:200}.a{font-size:17px;font-family:Raleway;font-weight:400}.input{width:286px}.input__s{width:300px}.input__field{width:270px}.input__field__s{width:300px}.input__date{width:362px}.request-form-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90%;height:98%}.request-form-container h2{font-weight:400;color:var(--white-no-switch);margin:60px 0 30px}.form{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:100%;width:90%}.error{display:block;margin-top:.25rem;color:var(--coral);font-size:.85rem}.invalid{border-color:var(--coral)}.send{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:300px;height:100px}.submit-btn{position:relative;overflow:hidden;width:160px;padding:.75rem;background-color:var(--dark-blue);color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.submit-btn span{position:relative;z-index:1}.submit-btn:disabled{background-color:var(--pre-grey);cursor:not-allowed}.submit-btn:disabled:before{display:none}.submit-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;background:radial-gradient(circle,var(--light-blue) 0%,var(--dark-blue) 52%,var(--black-transparent-hight) 100%);transform:translate(-50%) scale(0);transform-origin:50% 100%;transition:transform 1.35s cubic-bezier(.19,1,.22,1)}.submit-btn:hover:before{transform:translate(-50%,-70%) scale(1.42)}.reset-btn{padding:.5rem 1rem;background-color:var(--reset-btn-bg);border:1px solid var(--light-grey);border-radius:4px;cursor:pointer;transition:all .3s}.reset-btn-block{height:50px}.reset-btn:hover{background-color:var(--white-blue-grey)}.success-message{color:var(--emerald);text-align:center}.success-message p{margin-bottom:1rem}.message-block{width:95%;height:80px}}@media screen and (max-width: 385px){.main-first{height:95vh}.main-first__text-block{height:20%}.main-first__card-block{height:45%}.main-second{height:145vh}.main-second__text_block{height:45%}.main-third{height:105vh}.main-third__stack-block{height:40%}.main-third__stack-block .arrow{height:61px}.main-third__text_block{height:60%}.main-fourth{height:135vh}.main-fourth__text_block{height:40%}.main-five{height:135vh}.main-five__img{height:60%}.main-five__img img{height:388px}.main-five__text_block{height:40%}}
