@charset "UTF-8";.header{display:flex;justify-content:space-between;align-items:center;background:#ffffffe6;padding:0 7rem 0 9rem;position:fixed;width:100%;z-index:1000;transform:translateY(-100%);border-bottom:1px solid rgba(255,255,255,.24);animation:animHeader .6s forwards 1 ease-in-out;animation-delay:.2s}.header__logo{position:relative;z-index:30000}.header__burger{border:none;background:none;padding:1rem;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease-in-out}.header__burger span{position:relative;z-index:30000;display:block;width:20px;height:2px;background-color:#000;transition:all .4s ease-in-out;border-radius:.2rem}@keyframes animHeader{0%{opacity:0}to{opacity:1;transform:translateY(0)}}@media (max-width: 90rem){.header{padding:0 0 0 2rem}}@media (max-width: 55.625rem){.header{padding:.5rem 1rem .3rem 2rem}}@media (min-width: 55.626rem){.header__burger{display:none}}@media (max-width: 46.25rem){.header{padding:.5rem 0 .3rem 1rem}}menu{position:relative}.menu__list{display:flex;list-style:none}.menu__list a{display:block;text-decoration:none;color:inherit;position:relative;font-family:Montserrat Base reg,sans-serif;padding:1.5rem 2rem;width:100%;z-index:1}.menu__item{position:relative;font-size:1.1rem;font-weight:400}.menu__item:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:0;width:100%;height:100%;background-color:#858585;opacity:.1;clip-path:circle(0 at center);transition:.3s ease-out}@media (hover: hover){.menu__item:hover:before{clip-path:circle(55px at center)}}.show-menu{animation:anim-menu .2s forwards 1}.hide-menu{animation:anim-menu-close .2s forwards}.show-menu-item{animation:anim-menu-item .6s forwards 1}.hide-menu-item{animation:anim-menu-item-close .1s forwards 1;animation-delay:0s!important}.menu__item:nth-child(2){animation-delay:.06s}.menu__item:nth-child(3){animation-delay:.12s}.menu__item:nth-child(4){animation-delay:.17s}.menu__item:nth-child(5){animation-delay:.22s}.menu__item:nth-child(6){animation-delay:.27s}@keyframes anim-menu{to{top:4.2rem}}@keyframes anim-menu-close{0%{top:4rem}to{top:-20rem}}@keyframes anim-menu-item{to{opacity:1;transform:translateY(0)}}@keyframes anim-menu-item-close{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(3rem)}}@media (max-width: 55.625rem){.menu{position:fixed;top:-20rem;z-index:1000;right:0;width:100%;background:#ffffffe6;padding:2rem;transition:opacity .3s ease,transform .3s ease}.menu__list{flex-direction:column;gap:1.5rem;font-size:1.5rem}.menu__list a{padding:0}.menu__item{opacity:0;padding:0;transform:translateY(2rem);animation-delay:.01s}}.section{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:center}.company{height:100svh;padding-bottom:5rem;display:flex;flex-direction:column;justify-content:center;margin-bottom:5rem;align-items:center}.company__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;top:var(--company-top);max-width:1440px;margin:0 auto}.company__mountain{position:fixed;top:0;z-index:-1}#networkCanvas{display:block;position:absolute;top:30rem;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;background-color:transparent}.company__title{font-size:1.8rem;line-height:2;opacity:0;transform:translateY(1000%);animation:anim-logo .6s forwards 1 ease-out;animation-delay:.2s}.company__title h2{font-weight:300;font-family:Montserrat Base reg,sans-serif}@keyframes gradient-move{0%{background-position:0 50%}to{background-position:100% 50%}}.company__logo{opacity:0;transform:translateY(100%);animation:anim-logo .6s forwards 1 ease-in-out}.hideLogo{animation:anim-logo-hide .6s forwards 1 ease-in-out}@keyframes anim-logo{to{transform:translateY(0);opacity:1}}@keyframes anim-logo-hide{to{opacity:1;filter:blur(0);transform:translate(0)}}@media (max-width: 70.625rem){.company__logo img{width:45rem}.company__title{font-size:1.5rem}}@media (max-width: 62.5rem){.company__wrapper{padding-top:3rem}}@media (max-width: 55.625rem){.company__logo img{width:35rem}.company__title{font-size:1.1rem}}@media (max-width: 40.5rem){.company__wrapper{padding-top:0}.company__logo img{width:30rem}.company__title{font-size:.8rem}}@media (max-width: 34.25rem){.company__logo img{width:20rem}.company__title{font-size:.6rem}.company__title h2{font-weight:500}}.about{height:max(100svh,50rem);padding-inline:2rem;margin-bottom:6rem;background:linear-gradient(to bottom,#2e3034 60%,#fff 60%);opacity:0}.show-bg-about{animation:anim-about-bg 1s forwards 1}@keyframes anim-about-bg{to{opacity:1}}.about__wrapper{display:flex;position:relative;align-items:center;gap:12rem;max-width:1440px;height:130%;margin:0 auto;justify-content:center;padding-block:3rem}.about__title{position:sticky;align-self:start;font-weight:400;top:8rem;font-size:3rem;opacity:0;transform:translateY(100%);padding-block:3rem 5rem;color:#fff0}.about__title:before{content:"Принципы";position:absolute;z-index:-1;font-size:8rem;top:0;color:#fff;font-weight:700;left:-1rem;padding:0;width:100%;border-radius:1rem;height:200%}.about__list{list-style:none;display:flex;flex-direction:column;justify-content:space-between;position:relative;border-radius:2rem;transform:translateY(var(--about-top));z-index:100;scale:0;opacity:0;margin-bottom:6rem;background:#e3e3e3cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 15px #1a1a1a33;transition:top .4s ease-out}.about__item{position:relative;max-width:35rem;display:flex;gap:5rem;border-radius:2rem;padding:2rem;font-size:1.5rem;font-family:MontserratALt reg,serif;font-weight:400;font-style:normal;transition:top .2s ease-out}.about__item span:first-child{align-self:start;padding:.5rem 2rem;background:#ffffff54;color:#525252;border-radius:3rem;font-weight:700}.show{animation:anim-slide-in linear .6s forwards}.showTitle{animation:anim-slide-in-left linear .6s forwards}.show-bg{animation:anim-bg 2s forwards 1}@keyframes anim-slide-in{to{opacity:1;scale:1}}@keyframes anim-slide-in-left{to{opacity:1;transform:translate(0)}}@keyframes anim-bg{to{background-color:var(--color-bg)}}@media (max-width: 70.625rem){.about__wrapper{gap:10rem}.about__item{font-size:1.4rem;gap:3rem;max-width:30rem}.about__title{font-size:3rem}}@media (max-width: 62.5rem){.about__wrapper{gap:5rem}.about__title{font-size:2.5rem}.about__item{font-size:1.2rem}.about__title:before{font-size:6rem}}@media (max-width: 55.625rem){.about__wrapper{gap:1rem}.about__item{font-size:1rem;max-width:25rem}}@media (max-width: 46.25rem){.about{padding-inline:1rem}.about__list{border-radius:1.5rem}.about__wrapper{gap:10rem;flex-direction:column;justify-content:start}.about__title{top:6rem;align-self:center}.about__title:before{font-size:4rem;left:-5rem}.about__item{font-size:1.3rem;max-width:40rem}}@media (max-width: 40.5rem){.about__wrapper{gap:10rem}.about__title{top:10rem;padding-bottom:3rem;font-size:2rem}}@media (max-width: 34.25rem){.about__title{top:7rem;font-size:1.2rem;padding-block:1.5rem}.about__item{font-size:1.1rem;gap:1rem}.about__item span:first-child{padding-inline:1.5rem}.about__wrapper{gap:6rem}.about__title:before{font-size:2.8rem;left:-5rem}}.projects{min-height:100svh;padding:5rem 2rem;position:relative;background-color:#fff}.projects__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10rem;max-width:1440px;margin:0 auto}.projects__title{position:sticky;top:10rem;font-size:8rem;opacity:0;font-weight:700;transform:translateY(5rem);color:#fff}.projects__title:before{content:"";position:absolute;z-index:-1;top:0;width:100%;height:400%;background-color:#b7b7b7;color:#fff}.projects__list{display:flex;flex-direction:column;list-style:none;gap:3rem;flex-wrap:wrap}.projects__item{padding:2rem;border-radius:2rem;background:#f6f6f6cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translate(-2rem);opacity:0;display:flex;gap:5rem;flex-grow:1;box-shadow:0 6px 10px #1a1a1a33;animation-delay:.2s}.projects__img{width:12.5rem;height:12.5rem;background-color:#d2d2d2;border-radius:1rem}.projects__img img{border-radius:1rem;display:block}.projects__text{display:flex;flex-direction:column;gap:1rem;color:#fff}.projects__text-title{font-size:2rem;align-self:start;padding:.5rem 2rem;background:#f6f6f6;border-radius:2rem;margin-bottom:.5rem;color:#000}.projects__text-content{display:flex;flex-direction:column;gap:1rem}.projects__text-desc{font-family:MontserratAlt,sans-serif;font-size:1.2rem;padding-left:2rem;color:#0009}.projects__text-links{display:flex;gap:1rem;padding-left:2rem;align-items:start;justify-content:start;flex-wrap:wrap}.projects__text-links a{display:flex;align-items:center;font-weight:700;justify-content:space-between;text-decoration:none;border-radius:2rem;position:relative;color:#000;min-width:15rem;padding:.5rem 1rem;background-color:#ffffffe6}.projects__text-links a img{color:#fff}.projects__text-links a:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:0;width:100%;height:100%;background-color:#3a3b3de6;opacity:.1;clip-path:circle(0 at center);transition:.2s ease-out}.projects__text-sub-description{font-size:.8rem;color:#727272;font-weight:300;padding-left:2rem;font-family:Montserrat Base reg,sans-serif}@media (hover: hover){.projects__text-links a:hover:before{clip-path:circle(70px at center)}}.show-title-project{animation:anim-scroll-project-title .6s forwards 1}.show-projects{animation:anim-scroll-projects .6s forwards 1;animation-delay:.2s}@keyframes anim-scroll-project-title{to{opacity:1;transform:translateY(0)}}@keyframes anim-scroll-projects{to{opacity:1;transform:translate(0)}}@media (max-width: 62.5rem){.projects__item{align-items:center;max-width:40rem;gap:1rem}.projects__title{font-size:7rem}.projects__img,.projects__img img{width:12rem;height:12rem}.projects__text{gap:2rem}.projects__text-title{font-size:1.5rem}.projects__text-desc{font-size:1rem}}@media (max-width: 46.25rem){.projects{padding-inline:1rem}.projects__item{flex-direction:row;align-items:center;max-width:40rem;border-radius:1.5rem;gap:1rem}.projects__title{font-size:5.5rem;top:6rem}.projects__text-title{font-size:1.1rem}}@media (max-width: 40.5rem){.projects__item{flex-direction:column;max-width:30rem;padding:1rem;gap:.7rem}.projects__text-desc,.projects__text-sub-description,.projects__text-links{padding-left:0}.projects__title{font-size:5rem}.projects__text{align-self:start;width:100%}.projects__text-title{font-size:1.2rem;align-self:center!important;padding-inline:1rem}}@media (max-width: 34.25rem){.projects__title{font-size:3.5rem}.projects__text-title{font-size:.9rem}.projects__text-sub-description{font-size:.6rem}.projects__img,.projects__img img{width:5rem;height:5rem}.projects__text-desc{font-size:.8rem}.projects__text{gap:1rem}.projects__text-links a{font-size:.8rem;padding:.25rem 1rem;min-width:9rem}}.footer{background-color:#000;display:flex;flex-direction:column;padding:2rem 10rem;gap:2rem;color:#fff;position:relative;z-index:100}.footer_wrapper{display:flex;justify-content:space-between}.footer_contacts{display:flex;flex-direction:column;gap:2rem}.footer__logo{display:flex;align-items:center;flex-direction:column;font-family:Montserrat Base reg,sans-serif;gap:.5rem}.footer__links{display:flex;flex-direction:column;gap:1rem}.footer__links a,.footer__links img{color:inherit;opacity:.5;text-decoration:none;font-family:Montserrat Base reg,sans-serif}.footer__links img{width:1rem}.footer__links-item{display:flex;gap:1rem}.footer__copyright{align-self:center;font-family:Montserrat Base reg,sans-serif;opacity:.8;margin-bottom:-1rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;text-align:center}.footer__copyright :last-child{opacity:.5;font-size:.8rem}@media (hover: hover){.footer__links a:hover{text-decoration:underline}}@media (max-width: 90rem){.footer{padding:2rem}}@media (max-width: 40.5rem){.footer__logo img{width:15rem}.footer_wrapper{flex-direction:column;align-items:center;gap:3rem}.footer_contacts{align-items:center}.footer_contacts{gap:1rem}.footer_contacts h2{font-size:1.2rem}.footer__links{font-size:.8rem;align-items:center}.footer__copyright{font-size:.7rem}.footer__copyright :last-child{opacity:.5;font-size:.5rem}}.hero{padding-top:2rem;min-height:max(100svh,62.5rem);z-index:1;position:relative}.hero:before{content:"";position:absolute;z-index:-1;left:50%;transform:translate(-50%,var(--hero-top));width:var(--hero-width);height:150%;border-radius:3rem;transition:all ease-out .6s;background:linear-gradient(to bottom,#202125,#121215)}@keyframes anim-bg-hero{to{width:90%}}.hero__wrapper{padding:10rem 2rem 2rem;max-width:1440px;margin:0 auto;display:flex;justify-content:center;gap:1rem}.hero__content{display:flex;flex-direction:column;gap:3rem}.hero__title{font-size:6rem;position:relative;transform:translateY(var(--hero-top-title));padding:.5rem 2rem;z-index:100;background-color:#d3d3d3;box-shadow:0 8px 10px 2px #2c2c2c47}.hero__text-container{position:relative;overflow:hidden}.hero__text{margin-left:4rem;font-size:1.2rem;font-weight:300;font-family:MontserratALt reg,serif;position:relative;display:flex;flex-direction:column;gap:2rem;color:#fff}.hero__text span:nth-child(1){font-size:2.2rem;color:#b0b0b0}.hero__text span:nth-child(2){font-size:1.7rem}.hero__text span:nth-child(3){font-size:1.5rem}@media (max-width: 76.625rem){.hero:before{border-radius:2rem}.hero__wrapper{gap:1rem;flex-wrap:wrap}.hero__text{margin-left:1rem}}@media (max-width: 46.25rem){.hero__wrapper{padding:5rem 2rem 7rem}.hero:before{border-radius:0}.hero__title{font-size:2rem}.hero__text{font-size:1.3rem;margin-left:0}.hero__text span:nth-child(1){font-size:1.5rem}.hero__text span:nth-child(2){font-size:1.2rem}.hero__text span:nth-child(3){font-size:1rem}}@media (max-width: 34.25rem){.hero__title:before{left:-4rem}.hero__title{font-size:1.5rem}.hero__text{font-size:1rem;margin-left:0}}.stack{min-height:100svh;position:relative;padding-block:8rem 1rem}.stack__wrapper{max-width:1440px;margin:0 auto;display:flex;justify-content:center;flex-direction:column;padding:2rem;gap:4rem}.stack__title{align-self:center;font-size:8rem;font-weight:600;color:#fff;position:relative;border-radius:2rem;opacity:0;transform:translateY(4rem);filter:blur(10px);z-index:1}.show-stack-title{animation:anim-stack-title .6s forwards 1 ease-in-out}@keyframes anim-stack-title{to{opacity:1;filter:blur(0);transform:translateY(0)}}.stack__title:before{content:"";position:absolute;top:-1rem;left:50%;transform:translate(-50%);z-index:-1;width:100%;height:30rem;background:#dcdcdc}.stack__list{display:flex;list-style:none;justify-content:space-around;flex-wrap:wrap;gap:2rem}.stack__item{display:flex;width:100%;flex-direction:column;background:#14171ccc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:2rem;align-items:center;box-shadow:4px 8px 10px 2px #0000004d;border-radius:2rem;position:relative;z-index:100;scale:0;transform:translateY(var(--stack-top))}.stack__item h3{font-size:1.4rem;color:#fff;padding:1rem;border-radius:5rem;margin-bottom:4rem}.show-stack-skills{animation:anim-stack-skills .8s forwards}@keyframes anim-stack-skills{to{scale:1}}.stack__skills{display:flex;list-style:none;gap:2rem;flex-wrap:wrap}.stack__skills-item{background-color:#2e3034;border-radius:1.5rem;padding:1rem;color:#ffffffb5}@media (max-width: 62.5rem){.stack__title{font-size:5rem}}@media (max-width: 46.25rem){.stack__wrapper{padding-inline:1rem}.stack__list{gap:7rem;flex-wrap:wrap}.stack__item{border-radius:1.5rem}.stack__item h3{margin-bottom:2rem}.stack__skills-item{flex-grow:1;font-size:.8rem}}@media (max-width: 40.5rem){.stack__title{font-size:2rem}.stack__title:before{width:100vw;height:20rem}.stack__item h3,.stack__skills-item{font-size:1rem}}@font-face{font-family:MontserratAlt;src:url(/assets/MontserratAlternates-SemiBold-B_hs2Sps.woff) format("woff2"),url(/assets/MontserratAlternates-SemiBold-Qk9cHFjj.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat Base;src:url(/assets/MSBOLD-BdvuqDov.woff) format("woff2"),url(/assets/MSBOLD--3ycQL8U.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat Base reg;src:url(/assets/MSreg-CMFDyd-F.woff) format("woff2"),url(/assets/MSreg-CLqFSDW9.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MontserratALt reg;src:url(/assets/MSaltReg-BUz0eW7b.woff) format("woff2"),url(/assets/MSaltReg-a4scMd8I.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f1f1f1;--color-border: #e5e5e5;--hero-width: 10%;--hero-top: 0;--hero-top-title: 0;--stack-top: 0;--about-top: 0;--company-top: 0}html{scroll-behavior:smooth}body{font-family:Montserrat Base,sans-serif;font-optical-sizing:auto;font-weight:500;overflow-x:hidden;font-style:normal}button,a{-webkit-tap-highlight-color:transparent}
