.menu-overlay[data-v-62601d5f]{position:fixed;inset:0;z-index:100;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center}.menu[data-v-62601d5f]{position:relative;width:100%;max-width:1920px;background:var(--color-white);display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.menu__header[data-v-62601d5f]{display:flex;align-items:center;justify-content:space-between;padding:30px 100px;border-bottom:1px solid rgba(65,75,59,.1)}.menu__header-left[data-v-62601d5f]{display:flex;align-items:center;gap:40px}.menu__close-btn[data-v-62601d5f]{appearance:none;border:0;cursor:pointer;background:var(--color-brand-green-500);color:var(--color-white);border-radius:2px;font-family:var(--font-body);padding:8px 14px;font-size:16px;font-weight:500;transition:background .2s}.menu__close-btn[data-v-62601d5f]:hover{background:var(--color-brand-green-600)}.menu__lang[data-v-62601d5f]{display:flex;align-items:center;gap:10px}.menu__lang-item[data-v-62601d5f]{appearance:none;border:0;background:transparent;padding:0;font-family:var(--font-body);font-size:24px;color:var(--color-brand-green-500);cursor:pointer;transition:color .2s}.menu__lang-item[data-v-62601d5f]:hover{color:var(--color-brand-green-700)}.menu__lang-item--active[data-v-62601d5f]{font-weight:700}.menu__lang-sep[data-v-62601d5f]{color:var(--color-brand-green-500);font-size:24px}.menu__logo[data-v-62601d5f]{font-family:var(--font-body);font-weight:500;letter-spacing:.02em;text-decoration:none;color:var(--color-brand-green-900);font-size:20px;transition:color .2s}.menu__logo[data-v-62601d5f]:hover{color:var(--color-brand-green-700)}.menu__order-btn[data-v-62601d5f]{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;cursor:pointer;background:var(--color-brand-green-500);color:var(--color-white);border-radius:2px;font-family:var(--font-body);padding:8px 14px;font-size:16px;font-weight:500;transition:background .2s}.menu__order-btn[data-v-62601d5f]:hover{background:var(--color-brand-green-600)}.menu__content[data-v-62601d5f]{display:grid;grid-template-columns:1fr 2px 1fr;gap:80px;padding:60px 100px 80px}.menu__nav[data-v-62601d5f]{display:flex;flex-direction:column;align-items:flex-end;gap:40px}.menu__nav-link[data-v-62601d5f]{font-family:var(--font-body);font-size:32px;font-weight:500;color:var(--color-brand-green-900);text-decoration:none;transition:color .2s}.menu__nav-link[data-v-62601d5f]:hover{color:var(--color-brand-green-500)}.menu__divider[data-v-62601d5f]{width:2px;height:100%;background:var(--color-brand-green-500)}.menu__projects[data-v-62601d5f]{display:flex;flex-direction:column;gap:40px}.menu__projects-header[data-v-62601d5f]{font-family:var(--font-body);font-size:20px;font-weight:400;color:var(--color-brand-green-200);text-transform:uppercase;letter-spacing:.05em}.menu__projects-nav[data-v-62601d5f]{display:flex;flex-direction:column;gap:32px}.menu__projects-link[data-v-62601d5f]{font-family:var(--font-body);font-size:28px;font-weight:400;color:var(--color-brand-green-900);text-decoration:none;transition:color .2s}.menu__projects-link[data-v-62601d5f]:hover{color:var(--color-brand-green-500)}.menu-enter-active[data-v-62601d5f],.menu-leave-active[data-v-62601d5f]{transition:opacity .3s ease}.menu-enter-from[data-v-62601d5f],.menu-leave-to[data-v-62601d5f]{opacity:0}.menu-enter-active .menu[data-v-62601d5f],.menu-leave-active .menu[data-v-62601d5f]{transition:transform .4s ease-out}.menu-enter-from .menu[data-v-62601d5f],.menu-leave-to .menu[data-v-62601d5f]{transform:translateY(-100%)}@media(max-width:1200px){.menu__header[data-v-62601d5f]{padding:24px 40px}.menu__content[data-v-62601d5f]{grid-template-columns:1fr;gap:60px;padding:60px 40px}.menu__nav[data-v-62601d5f]{align-items:flex-start}.menu__divider[data-v-62601d5f]{display:none}}@media(max-width:768px){.menu__header[data-v-62601d5f]{padding:20px 16px;flex-wrap:wrap;gap:16px}.menu__header-left[data-v-62601d5f]{gap:20px}.menu__logo[data-v-62601d5f]{order:-1;flex-basis:100%;text-align:center;margin-bottom:8px}.menu__content[data-v-62601d5f]{padding:40px 16px;gap:40px}.menu__nav[data-v-62601d5f]{gap:24px}.menu__nav-link[data-v-62601d5f]{font-size:24px}.menu__projects-nav[data-v-62601d5f]{gap:20px}.menu__projects-link[data-v-62601d5f]{font-size:20px}.menu__lang[data-v-62601d5f]{display:none}}.home{--gutter: 16px;--green-900: var(--color-brand-green-900);--green-700: var(--color-brand-green-700);--green-500: var(--color-brand-green-500);--green-200: var(--color-brand-green-200);min-height:100vh}.home__wrap{width:min(1920px,100%);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.home__header{position:sticky;top:0;z-index:20;background:var(--color-white)}.home__header-wrap{height:80px;display:flex;align-items:center}.home__header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;width:100%}.home__header-left{display:flex;align-items:center;gap:20px}.home__logo{font-family:var(--font-body);font-weight:500;letter-spacing:.02em;text-decoration:none;color:var(--green-900);font-size:20px;text-align:center}.home__header-right{display:flex;align-items:center;justify-content:flex-end;gap:10px}.home__lang{display:flex;align-items:center;gap:10px}.home__lang-item{appearance:none;border:0;background:transparent;padding:0;font-family:var(--font-body);font-size:24px;color:var(--green-500);cursor:pointer}.home__lang-item--active{font-weight:700}.home__lang-sep{color:var(--green-500);font-size:24px}.home__btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;cursor:pointer;background:var(--green-500);color:var(--color-white);border-radius:2px;font-family:var(--font-body)}.home__btn--mini{padding:8px 14px;font-size:16px;font-weight:500}.home__btn--medium{padding:11px 40px;font-size:20px;font-weight:500}.home__btn--big{padding:11px 40px;font-size:28px;font-weight:500}.home__hero{position:relative;width:min(1920px,100%);height:1000px;margin:0 auto;overflow:hidden;background:var(--color-white)}.home__hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.25}.home__hero-text{position:absolute;-webkit-text-stroke:.5px var(--green-700)}.home__hero-text--top{left:150px;top:260px;text-align:left}.home__hero-text--bottom{right:150px;top:578px;text-align:right}.home__hero-deco{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1400px;height:1300px;object-fit:contain;mix-blend-mode:multiply}.home__h0{font-family:var(--font-headings);font-weight:500;font-size:96px;line-height:1.1;color:var(--green-700)}.home__h1{margin:0;font-family:var(--font-headings);font-weight:500;font-size:clamp(34px,3.5vw,68px);line-height:1.1;color:var(--color-black)}.home__h1--tight{line-height:1}.home__h1--white{color:var(--color-white)}.home__h2{margin:0;font-family:var(--font-headings);font-weight:500;font-size:40px;line-height:1.1}.home__text-24{margin:0;font-family:var(--font-body);font-weight:400;font-size:24px;line-height:1.2}.home__text-28{margin:0;font-family:var(--font-body);font-weight:400;font-size:28px;line-height:1.2}.home__text-28--white{color:var(--color-white)}.home__text-16{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.2;color:var(--green-900)}.home__section{padding:100px 0}.home__advantages .home__h1{margin-bottom:40px}.home__adv-grid{display:flex;gap:20px}.home__adv-card{position:relative;width:415px;height:417px;flex-shrink:0;border-radius:4px 100px 4px 4px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;background:var(--color-white);overflow:hidden}.home__adv-card:before{content:"";position:absolute;inset:0;background-image:inherit;background-size:cover;background-position:center;opacity:.5;z-index:0}.home__adv-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0 50%,#fff);z-index:1}.home__adv-card>*{position:relative;z-index:2}.home__about{background:var(--green-500);padding:100px 0}.home__about-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.home__missions{min-height:820px}.home__missions-inner{position:relative}.home__missions-content{position:relative;margin-top:60px;min-height:740px}.home__missions-decos{position:absolute;left:434px;top:0;display:flex;pointer-events:none}.home__missions-deco{width:426px;height:740px;object-fit:contain}.home__missions-deco--filled{opacity:1}.home__missions-deco--outline{opacity:.6}.home__missions-cards{position:absolute;right:100px;top:250px;display:flex;flex-direction:column;gap:24px;max-width:700px}.home__mission-card{background:var(--color-white);border-radius:4px;padding:10px;width:fit-content}.home__datacenter-inner{display:grid;grid-template-columns:780px 1fr;gap:80px}.home__dc-left{display:flex;flex-direction:column;gap:50px}.home__dc-right{display:flex;flex-direction:column}.home__datacenter-lead{max-width:860px}.home__dc-grid{margin-top:40px;display:grid;grid-template-columns:repeat(2,420px);gap:60px 20px}.home__dc-item{display:flex;flex-direction:column;gap:40px}.home__dc-line{height:1px;background:var(--green-500)}.home__dc-body{display:flex;flex-direction:column;gap:12px}.home__dc-icon{width:170px;height:152px;object-fit:contain}.home__dc-btn{margin-top:40px;width:100%}.home__dc-photo{width:780px;height:822px;border-radius:4px 80px 4px 4px;overflow:hidden;background:#0003}.home__dc-photo img{width:100%;height:100%;object-fit:cover;opacity:.8}.home__customers-inner{display:grid;gap:60px}.home__customers-logos{max-width:100%;height:auto}.home__order-inner{display:grid;grid-template-columns:1fr 860px;gap:60px;align-items:start}.home__form{display:grid;gap:20px}.home__fields{display:grid;gap:16px}.home__field{display:grid;gap:8px}.home__field-label{font-family:var(--font-body);font-weight:500;font-size:20px;color:var(--green-200)}.home__input{appearance:none;border:0;border-bottom:1px solid var(--green-500);padding:10px 0;background:transparent;font-family:var(--font-body);font-size:20px;color:var(--green-900)}.home__input:focus{outline:none;border-bottom-color:var(--green-700)}.home__consent{position:relative;display:inline-flex;align-items:center;gap:10px}.home__consent-icon{width:20px;height:20px}.home__consent-input{position:absolute;inset:0;opacity:0;pointer-events:none}.home__form-actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.home__textarea-deco{width:9px;height:9px}.home__contacts-inner{display:grid;gap:40px}.home__contacts-row{display:grid;grid-template-columns:1fr 1fr;gap:40px}.home__contacts-label{font-family:var(--font-body);font-weight:500;font-size:32px;color:var(--green-900)}.home__contacts-value{font-family:var(--font-body);font-weight:400;font-size:32px;color:var(--green-900);text-decoration:none}.home__contacts-value:hover{text-decoration:underline}.home__contacts-photo{width:100%;max-width:1281px;height:531px;border-radius:80px 2px 2px;overflow:hidden;margin-left:auto}.home__contacts-photo img{width:100%;height:100%;object-fit:cover}.home__footer{background:var(--green-500);padding:80px 0 60px;color:var(--color-white)}.home__footer-inner{display:grid;gap:28px;align-items:center}.home__footer-brand{font-family:var(--font-headings);font-weight:400;font-size:48px;letter-spacing:.02em;text-align:center}.home__footer-content{width:100%;display:grid;grid-template-columns:auto 2px 1fr;gap:40px;align-items:center;justify-content:center}.home__footer-left{display:grid;gap:24px;justify-items:end}.home__footer-right{display:grid;gap:24px}.home__footer-divider{width:2px;height:135px;background:var(--color-white)}.home__footer-link{color:var(--color-white);text-decoration:none;font-family:var(--font-body);font-weight:500;font-size:24px}.home__footer-link:hover{text-decoration:underline}.home__footer-kv{display:grid;gap:24px}.home__footer-kv-row{display:inline-flex;align-items:baseline;gap:24px;font-family:var(--font-body);font-size:24px}.home__footer-kv-key{font-weight:500}.home__footer-kv-val{font-weight:400}@media(min-width:1200px){.home{--gutter: 100px}}@media(max-width:1600px){.home__hero{height:auto;min-height:700px;padding:80px 0}.home__hero-text--top{left:100px;top:80px}.home__hero-text--bottom{right:100px;top:auto;bottom:80px}.home__hero-deco{width:1100px;height:1100px}.home__h0{font-size:72px}}@media(max-width:1800px){.home__adv-grid{flex-wrap:wrap}.home__adv-card{width:calc(50% - 10px)}}@media(max-width:1400px){.home__missions-decos{left:200px}.home__missions-deco{width:350px;height:auto}.home__missions-cards{right:50px;max-width:550px}.home__datacenter-inner{grid-template-columns:1fr 1fr;gap:40px}.home__dc-photo{width:100%;height:auto;aspect-ratio:780/822}.home__dc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.home__hero{min-height:600px;padding:60px 0}.home__hero-text--top{left:16px;top:40px}.home__hero-text--bottom{right:16px;bottom:40px}.home__hero-deco{width:800px;height:800px}.home__h0{font-size:48px}.home__adv-grid{flex-wrap:wrap;justify-content:center}.home__adv-card{width:calc(50% - 10px);min-width:300px}.home__missions{min-height:auto}.home__missions-content{min-height:auto;display:flex;flex-direction:column;align-items:center;gap:40px}.home__missions-decos{position:relative;left:auto;top:auto;justify-content:center}.home__missions-deco{width:250px;height:auto}.home__missions-cards{position:relative;right:auto;top:auto;max-width:100%;width:100%}.home__mission-card{width:100%}.home__datacenter-inner{grid-template-columns:1fr;gap:40px}.home__dc-left{order:1}.home__dc-right{order:0}.home__dc-grid{grid-template-columns:repeat(2,1fr)}.home__dc-photo{width:100%;height:auto;aspect-ratio:780/822}.home__order-inner,.home__contacts-row{grid-template-columns:1fr}.home__contacts-photo{height:auto}}@media(max-width:768px){.home__header-inner{grid-template-columns:1fr;gap:12px}.home__header-left{order:1;justify-content:center}.home__logo{order:0}.home__header-right{order:2;justify-content:center}.home__lang{display:none}.home__hero{min-height:500px;padding:40px 0}.home__hero-text--top{position:relative;left:auto;top:auto;padding:0 16px}.home__hero-text--bottom{position:relative;right:auto;bottom:auto;padding:0 16px;margin-top:auto}.home__hero-deco{position:relative;left:auto;top:auto;transform:none;width:600px;height:600px;margin:40px auto}.home__hero{display:flex;flex-direction:column}.home__h0{font-size:36px}.home__adv-card{width:100%;height:320px}.home__missions-decos{flex-direction:column;align-items:center}.home__missions-deco{width:200px}.home__missions-deco--outline{display:none}.home__text-28{font-size:20px}.home__dc-grid{grid-template-columns:1fr;gap:40px}.home__dc-item{gap:24px}.home__h1{font-size:42px}}
