@font-face{font-family:DinPro;src:url(/fonts/DINPro-Light.woff)format("woff");font-weight:300;font-display:swap}@font-face{font-family:DinPro;src:url(/fonts/DINPro.woff)format("woff");font-weight:400;font-display:swap}@font-face{font-family:DinPro;src:url(/fonts/DINPro-Medium.woff)format("woff");font-weight:500 600;font-display:swap}@font-face{font-family:DinPro;src:url(/fonts/DINPro-Bold.woff)format("woff");font-weight:700 800;font-display:swap}:root{--accent:#d15259;--ink:#000;--muted:#727270;--paper:#fff;--soft:#f7f7f5;--line:#00000029;--container:1580px}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:var(--accent) #333}body{color:var(--ink);background:var(--paper);margin:0;font-family:DinPro,Arial,sans-serif;font-weight:400;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.35}img{max-width:100%}::selection{color:#fff;background:var(--accent)}::-webkit-scrollbar{background:#333;width:15px;height:15px}::-webkit-scrollbar-track{background:#333}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:30px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(var(--container), 100% - 80px);margin:0 auto}.page{min-height:100vh}.section{padding:140px 0;position:relative}.section--soft{background:var(--soft)}.eyebrow,.index-label{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 24px;font-size:13px;font-weight:500}.eyebrow i{background:var(--accent);width:28px;height:1px;margin:0 12px 4px;display:inline-block}.index-label span{color:var(--ink);margin:0 7px}.section-heading{margin-bottom:30px}.section-heading--row{justify-content:space-between;align-items:flex-end;gap:40px;display:flex}.section-heading h2{color:var(--muted);letter-spacing:-.055em;margin:0;font-size:clamp(46px,5.1vw,78px);font-weight:700;line-height:.98}.section-heading h2 em,.cta-section h2 em,.inner-hero h1 em{color:var(--accent);font-style:normal}.section-heading__aside{max-width:340px}.section-intro{color:var(--muted);margin:0;font-size:17px;line-height:1.3}.fine-print{color:var(--muted);margin:24px 0 0;font-size:12px;line-height:1.35}.lead-text{max-width:560px;margin:0;font-size:clamp(24px,2.1vw,32px);font-weight:300;line-height:1.16}.button{border:1px solid var(--accent);min-height:54px;color:var(--ink);background:var(--accent);letter-spacing:.07em;text-transform:uppercase;justify-content:center;align-items:center;gap:25px;padding:0 24px;font-size:14px;font-weight:500;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.button span{font-size:18px}.button:hover{color:var(--accent);background:var(--ink);border-color:var(--ink);transform:translateY(-3px)}.button--dark{color:#fff;background:var(--ink);border-color:var(--ink)}.button--dark:hover{color:var(--ink);background:var(--paper);border-color:var(--paper)}.text-link{letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:14px;font-size:14px;display:inline-flex}.text-link span{color:var(--accent);font-size:18px}.site-header{z-index:30;width:100%;height:125px;padding:0;position:absolute;top:0;left:0}.site-header__inner{pointer-events:auto;width:100%;max-width:1920px;height:125px;margin:0 auto;position:relative}.site-logo{align-items:center;width:294px;height:90px;display:flex;position:absolute;top:21px;left:calc(50% - 790px)}.site-logo img{object-fit:contain;width:100%;max-height:90px;display:block}.site-nav{align-items:flex-start;gap:18px;min-width:0;display:flex;position:absolute;top:39px;left:calc(50% - 457px)}.site-nav a{color:var(--ink);white-space:nowrap;padding:10px 0;font-size:15px;font-weight:500;line-height:1.55;display:block;position:relative}.site-nav a:first-child{width:233px}.site-nav a:nth-child(2){width:174px}.site-nav a:nth-child(3){width:90px}.site-nav a:nth-child(4){width:60px}.site-nav a:nth-child(5){width:82px}.site-nav a:nth-child(6){width:83px}.site-nav a:after{background:var(--accent);content:"";transform-origin:100%;height:1px;transition:transform .2s;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.site-nav a:hover,.site-nav a.is-active{color:var(--accent)}.site-nav a:hover:after,.site-nav a.is-active:after{transform-origin:0;transform:scaleX(1)}.site-phone{width:152px;min-height:42px;color:var(--ink);white-space:nowrap;align-items:center;gap:8px;padding:0 4px;font-size:14px;display:inline-flex;position:absolute;top:39px;left:calc(50% + 428px)}.site-phone img{object-fit:contain;width:22px;height:22px}.site-phone:hover{color:var(--accent)}.site-apply{border:2px solid var(--accent);width:196px;min-height:42px;color:var(--ink);letter-spacing:.04em;background:0 0;padding:0 18px;font-size:13px;font-weight:500;transition:all .2s;position:absolute;top:39px;left:calc(50% + 594px)}.site-apply:hover{color:var(--ink);background:var(--accent);border-color:var(--ink)}.burger{z-index:70;background:var(--accent);pointer-events:auto;border:0;place-content:center;gap:3px;width:48px;height:48px;padding:0;display:grid;position:fixed;top:15px;right:15px}.burger span:not(.sr-only){background:var(--ink);width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.burger.is-open span:first-child{transform:translateY(5px)rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-5px)rotate(-45deg)}.menu-backdrop{z-index:50;opacity:0;visibility:hidden;background:#0000006b;transition:all .25s;position:fixed;inset:0}.menu-backdrop.is-open{opacity:1;visibility:visible}.mobile-menu{z-index:60;background:var(--accent);flex-direction:column;width:250px;max-width:92vw;height:100%;padding:34px 25px 30px;transition:transform .4s cubic-bezier(.77,0,.18,1);display:flex;position:fixed;top:0;right:0;overflow:auto;transform:translate(105%)}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__close{width:34px;height:34px;color:var(--ink);background:0 0;border:0;align-self:flex-end;font:300 38px/28px Arial,sans-serif}.mobile-menu__logo{width:100px;margin:22px auto 45px;display:inline-flex}.mobile-menu__logo img{object-fit:contain;width:100%;max-height:105px}.mobile-menu nav{flex-direction:column;display:flex}.mobile-menu nav a{border-bottom:1px solid #00000040;padding:14px 0;font-size:18px;font-weight:500;line-height:1.25}.mobile-menu nav a:first-child{border-top:1px solid #00000040}.mobile-menu nav a:hover,.mobile-menu nav a.is-active{color:#fff;padding-left:8px}.mobile-menu__button{width:100%;margin-top:auto}@media (width<=1919px){.site-header__inner{height:105px}.site-logo{width:216px;height:66px;top:19px;left:calc(50% - 580px)}.site-nav{gap:10px;top:33px;left:calc(50% - 325px)}.site-nav a{font-size:11px;line-height:1.55}.site-nav a:first-child{width:173px}.site-nav a:nth-child(2){width:128px}.site-nav a:nth-child(3){width:78px}.site-nav a:nth-child(4){width:44px}.site-nav a:nth-child(5){width:60px}.site-nav a:nth-child(6){width:61px}.site-phone{width:103px;font-size:12px;top:37px;left:calc(50% + 335px)}.site-phone img{width:17px;height:17px}.site-apply{width:128px;min-height:32px;padding:0 8px;font-size:11px;top:37px;left:calc(50% + 452px)}}@media (width<=1199px){.site-nav,.site-phone,.site-apply{display:none}.site-logo{width:216px;left:20px}}@media (width<=959px){.site-logo{width:161px;height:54px;top:18px;left:20px}}@media (width<=639px){.site-logo{width:96px;height:29px;top:21px;left:20px}}@media (width<=479px){.site-logo{width:128px;height:39px;top:5px;left:20px}}.hero{isolation:isolate;min-height:850px;padding:210px 0 250px;position:relative;overflow:hidden}.hero--home,.hero--himteh{background:var(--paper)}.hero:after{z-index:-2;content:"";background:radial-gradient(circle,#d152592e,#0000 68%);border-radius:50%;width:720px;height:720px;position:absolute;top:12%;right:-14%}.hero__grid{z-index:-3;opacity:.36;background-image:linear-gradient(#00000012 1px,#0000 1px),linear-gradient(90deg,#00000012 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 74%);mask-image:linear-gradient(90deg,#000,#0000 74%)}.hero__content{z-index:3;position:relative}.hero h1{max-width:900px;color:var(--muted);letter-spacing:-.06em;margin:0;font-size:clamp(52px,6.1vw,94px);font-weight:700;line-height:.95}.hero h1 em{color:var(--accent);font-style:normal}.hero__subtitle{max-width:690px;margin:38px 0 0;font-size:clamp(19px,1.6vw,26px);font-weight:300;line-height:1.2}.hero__actions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:42px;display:flex}.molecule-graphic{z-index:1;aspect-ratio:1;color:#0000005c;width:min(53vw,700px);position:absolute;top:170px;right:3%}.molecule-graphic svg{width:92%;height:92%;animation:12s ease-in-out infinite float;position:absolute;inset:4%}.molecule-graphic__orbit{border:1px solid #d152596b;border-radius:50%;position:absolute}.molecule-graphic__orbit--one{inset:13% 5% 20% 19%;transform:rotate(-24deg)}.molecule-graphic__orbit--two{inset:4% 21% 13% 5%;transform:rotate(50deg)}.hero-stats{z-index:4;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffe0;border:1px solid #00000024;grid-template-columns:repeat(4,1fr);min-height:170px;display:grid;position:absolute;bottom:44px;left:0;right:0}.hero-stats__item{border-right:1px solid #00000024;padding:24px 28px}.hero-stats__item:last-child{border-right:0}.hero-stats__item strong{color:var(--accent);letter-spacing:-.08em;font-size:clamp(42px,4.6vw,70px);line-height:.9;display:block}.hero-stats__item b{margin:11px 0 17px;font-size:16px;font-weight:500;display:block}.hero-stats__item small{max-width:220px;color:var(--muted);font-size:13px;line-height:1.2;display:block}.program-grid{grid-template-columns:.82fr 1.18fr;gap:90px;display:grid}.fine-print{color:var(--muted)}.info-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.info-card{border:1px solid var(--line);background:var(--paper);min-height:255px;padding:27px 28px;transition:transform .25s,border-color .25s,box-shadow .25s}.info-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:8px 8px #d1525929}.info-card>svg{width:43px;height:43px;color:var(--accent);margin-bottom:25px}.info-card h3{margin:0 0 12px;font-size:24px;font-weight:500}.info-card p{color:var(--muted);margin:0;font-size:15px;line-height:1.42}.himteh-program{position:relative;overflow:hidden}.himteh-program .program-grid{grid-template-columns:minmax(320px,.8fr) minmax(600px,1.2fr);align-items:start;gap:80px;display:grid}.himteh-program__intro{z-index:2;padding-top:10px;position:relative}.himteh-program__intro:before{content:"CHEM / R&D";color:var(--accent);letter-spacing:.18em;margin-bottom:28px;font-size:11px;font-weight:600;display:block}.himteh-program .info-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.himteh-info-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff7a;border:1px solid #00000021;flex-direction:column;justify-content:space-between;min-height:280px;padding:25px 27px;transition:transform .35s,border-color .35s,box-shadow .35s,background .35s;display:flex;position:relative;overflow:hidden}.himteh-info-card:before{content:attr(data-number);color:#00000009;pointer-events:none;font-size:150px;font-weight:700;line-height:1;position:absolute;bottom:-38px;right:-12px}.himteh-info-card__top{justify-content:space-between;align-items:flex-start;display:flex}.himteh-info-card__number{color:var(--accent);letter-spacing:.14em;font-size:27px;font-weight:600}.himteh-info-card__icon{width:54px;height:54px;color:var(--ink);background:#ffffff59;border:1px solid #00000024;justify-content:center;align-items:center;transition:color .35s,background .35s,transform .35s;display:flex}.himteh-info-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.himteh-info-card__content{z-index:1;max-width:330px;position:relative}.himteh-info-card h3{color:var(--ink);letter-spacing:-.03em;margin:0 0 12px;font-size:27px;font-weight:500}.himteh-info-card p{color:var(--muted);margin:0;font-size:15px;line-height:1.42}.himteh-info-card__line{background:var(--accent);width:0;height:3px;transition:width .4s;position:absolute;bottom:0;left:0}.himteh-info-card:hover{background:#ffffffb3;border-color:#d1525980;transform:translateY(-6px);box-shadow:12px 12px #d152591a}.himteh-info-card:hover .himteh-info-card__icon{color:var(--accent);background:#d152590f;transform:translateY(-3px)}.himteh-info-card:hover .himteh-info-card__line{width:100%}.himteh-info-card__icon svg circle,.himteh-info-card__icon svg path,.himteh-info-card__icon svg rect{transition:stroke-width .35s}.himteh-info-card:hover .himteh-info-card__icon svg{animation:.8s himtehIconFloat}@keyframes himtehIconFloat{0%{transform:translateY(0)}40%{transform:translateY(-3px)}to{transform:translateY(0)}}.research-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.research-card{-webkit-backdrop-filter:blur(18px);background:#ffffff73;border:1px solid #00000024;flex-direction:column;min-height:430px;padding:30px;transition:transform .35s,border-color .35s,box-shadow .35s,background .35s;display:flex;position:relative;overflow:hidden}.research-card:before{content:"";background:var(--accent);width:3px;height:0;transition:all .35s;position:absolute;top:0;left:0}.research-card:after{content:"";opacity:0;background:radial-gradient(circle,#d1525929,#0000 70%);border-radius:50%;width:180px;height:180px;transition:all .4s;position:absolute;bottom:-80px;right:-70px}.card-number{z-index:2;color:var(--accent);letter-spacing:.15em;font-size:18px;font-weight:600;position:relative}.research-card{flex-direction:column;display:flex}.research-card__title{align-items:flex-end;height:170px;margin-top:auto;display:flex}.research-card h3{-webkit-line-clamp:5;width:100%;max-width:310px;color:var(--ink);letter-spacing:-.02em;-webkit-box-orient:vertical;margin:0;font-size:22px;font-weight:500;line-height:1.15;display:-webkit-box;overflow:hidden}.research-card__title{align-items:flex-end;min-height:170px}.research-card h3{min-height:115px}.research-card:hover{background:#ffffffb3;border-color:#d1525973;transform:translateY(-8px);box-shadow:0 22px 50px #0000001a}.research-card:hover:before{height:100%}.research-card:hover:after{opacity:1}.research-card:hover .card-arrow{transform:translate(5px,-5px)}#research{position:relative;overflow:hidden}#research:after{content:"";pointer-events:none;background:radial-gradient(circle,#d152591f,#0000 70%);width:700px;height:700px;position:absolute;top:150px;right:-220px}.card-marker{background-color:#d15259;border:1px solid #0000002e;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:28px;right:30px}.card-marker span{background:var(--accent);border-radius:50%;width:8px;height:8px;transition:all .35s}.research-card:hover .card-marker span{transform:scale(2)}.mobile-slider{overflow:hidden}.laboratories-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.laboratory-card{-webkit-backdrop-filter:blur(18px);background:#ffffff80;border:1px solid #00000024;flex-direction:column;min-height:340px;padding:30px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.laboratory-card:before{content:"";background:var(--accent);width:3px;height:0;transition:all .4s;position:absolute;top:0;left:0}.laboratory-card:after{content:"";opacity:0;background:radial-gradient(circle,#d152592e,#0000 70%);width:180px;height:180px;transition:all .4s;position:absolute;bottom:-80px;right:-80px}.laboratory-card:hover{border-color:#d1525973;transform:translateY(-8px);box-shadow:0 25px 55px #0000001a}.laboratory-card:hover:before{height:100%}.laboratory-card:hover:after{opacity:1}.laboratory-card__top{z-index:2;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.card-number{color:var(--accent);letter-spacing:.15em;font-size:14px;font-weight:600}.laboratory-card__top svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:46px;height:46px;color:var(--accent)}.laboratory-card:hover .laboratory-card__top svg{transform:scale(1.12)}.laboratory-card h3{z-index:2;letter-spacing:-.02em;max-width:280px;margin-top:auto;margin-bottom:18px;font-size:23px;font-weight:500;line-height:1.15;position:relative}.laboratory-card p{z-index:2;color:var(--muted);margin:0;font-size:15px;line-height:1.45;position:relative}.slider-controls{gap:8px;margin-top:26px;display:flex}.slider-controls button,.slider__controls button{border:1px solid var(--ink);width:48px;height:48px;color:var(--ink);background:0 0;place-content:center;font-size:22px;display:grid}.slider-controls button:hover:not(:disabled),.slider__controls button:hover:not(:disabled){color:#fff;background:var(--accent);border-color:var(--accent)}.partners-slider{position:relative}.partners-slider .slider__viewport{overflow:hidden}.partners-slider .slider__track{gap:20px}.partners-slider .slider__track>*{flex:0 0 calc((var(--container) - 60px) / 4)}.partner-card{-webkit-backdrop-filter:blur(18px);background:#ffffffa6;border:1px solid #00000024;flex-direction:column;justify-content:space-between;min-height:260px;padding:32px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.partner-card:before{content:"";background:var(--accent);width:3px;height:0;transition:all .35s;position:absolute;top:0;left:0}.partner-card:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#d1525914,#0000 70%);border-radius:50%;width:200px;height:200px;transition:all .4s;position:absolute;bottom:-90px;right:-90px}.partner-card span,.partner-card h3,.partner-card p{z-index:2;position:relative}.partner-card span{letter-spacing:.18em;color:var(--accent);font-size:13px;font-weight:600}.partner-card__content{margin-top:auto}.partner-card h3{letter-spacing:-.04em;max-width:300px;margin:0 0 12px;font-size:32px;font-weight:600;line-height:1}.partner-card p{max-width:320px;color:var(--muted);margin:0;font-size:15px;line-height:1.4}.partner-card:hover{border-color:#d1525959;transform:translateY(-8px);box-shadow:0 25px 55px #00000014}.partner-card:hover:before{height:45%}.partner-card:hover:after{opacity:1}.partners-slider .slider__controls{gap:10px;margin-top:28px;display:flex}.partners-slider .slider__controls button{width:48px;height:48px;color:var(--ink);background:0 0;border:1px solid #0003;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .3s;display:flex}.partners-slider .slider__controls button:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.kpi-card{-webkit-backdrop-filter:blur(18px);background:#ffffff8c;border:1px solid #00000024;flex-direction:column;min-height:320px;padding:30px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden}.kpi-card:before{content:"";background:var(--accent);width:3px;height:0;transition:all .35s;position:absolute;top:0;left:0}.kpi-card:after{content:"";opacity:0;background:radial-gradient(circle,#d152592e,#0000 70%);border-radius:50%;width:220px;height:220px;transition:all .4s;position:absolute;bottom:-80px;right:-80px}.kpi-card:hover{border-color:#d1525966;transform:translateY(-8px);box-shadow:0 25px 60px #0000001f}.kpi-card:hover:before{height:100%}.kpi-card:hover:after{opacity:1}.kpi-card__index{z-index:2;letter-spacing:.18em;color:var(--muted);margin-bottom:35px;font-size:11px;position:relative}.kpi-card strong{z-index:2;color:var(--accent);letter-spacing:-.08em;font-size:clamp(54px,5vw,82px);font-weight:600;line-height:.9;display:block;position:relative}.kpi-card b{z-index:2;margin-top:14px;margin-bottom:auto;font-size:18px;font-weight:500;position:relative}.kpi-card__description{z-index:2;max-width:230px;color:var(--muted);font-size:14px;line-height:1.45;position:relative}.kpi-card__line{background:#0000001f;height:1px;position:absolute;bottom:24px;left:30px;right:30px}.slider{position:relative}.slider__viewport{overflow:hidden}.slider__track{gap:16px;width:max-content;display:flex}.slider__track>*{flex:0 0 calc((var(--container) - 32px) / 3)}.slider__controls{gap:8px;margin-top:25px;display:flex}.leader-card{background:var(--paper);grid-template-columns:.75fr 1.25fr;min-height:470px;display:grid}.leader-card__portrait{background:var(--accent);place-items:center;display:grid;position:relative;overflow:hidden}.leader-card__portrait:before,.leader-card__portrait:after{content:"";border:1px solid #0000004d;border-radius:50%;position:absolute}.leader-card__portrait:before{width:420px;height:420px;transform:rotate(32deg)}.leader-card__portrait:after{width:290px;height:520px;transform:rotate(-48deg)}.leader-card__portrait span{z-index:1;letter-spacing:-.08em;border:1px solid #00000073;border-radius:50%;place-items:center;width:180px;height:180px;font-size:58px;font-weight:700;display:grid;position:relative}.leader-card__body{flex-direction:column;justify-content:center;padding:60px 72px;display:flex}.leader-card__body h3{max-width:700px;color:var(--muted);letter-spacing:-.06em;margin:0;font-size:clamp(42px,4.4vw,70px);font-weight:700;line-height:.96}.leader-card__role{max-width:520px;margin:32px 0 44px;font-size:21px;font-weight:300;line-height:1.2}.leader-card__contacts{flex-wrap:wrap;gap:24px;display:flex}.leader-card__contacts a{border-bottom:1px solid var(--accent);padding-bottom:5px}.cta-section{background:var(--accent);min-height:600px;padding:150px 0;position:relative;overflow:hidden}.cta-section:before,.cta-section:after{content:"";border:1px solid #0003;border-radius:50%;position:absolute;right:-10%}.cta-section:before{width:760px;height:760px;top:-45%}.cta-section:after{width:540px;height:540px;top:-25%;right:4%}.cta-section h2{z-index:1;letter-spacing:-.07em;max-width:720px;margin:0 0 60px;font-size:clamp(54px,7vw,106px);font-weight:700;line-height:.9;position:relative}.cta-section>.container>p:not(.index-label){z-index:1;max-width:440px;margin:40px 0 30px;font-size:21px;font-weight:300;line-height:1.2;position:relative}.cta-section__contacts{z-index:1;gap:30px;margin-top:50px;display:flex;position:relative}.cta-section__contacts a{border-bottom:1px solid var(--ink);padding-bottom:4px}.inner-hero{background:var(--paper);min-height:820px;padding:203px 0 180px;position:relative;overflow:hidden}.inner-hero h1{z-index:2;max-width:800px;color:var(--muted);letter-spacing:-.07em;margin:0;font-size:clamp(58px,7vw,108px);font-weight:700;line-height:.9;position:relative}.inner-hero p:not(.eyebrow){max-width:1200px;margin:38px 0 0;font-size:22px;font-weight:300}.inner-hero--reverse{min-height:820px;padding-top:300px;padding-bottom:180px}.service-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-card{border:1px solid var(--line);background:var(--paper);min-height:260px;padding:28px;transition:all .3s;position:relative;overflow:hidden}.service-card:hover{color:#fff;background:var(--accent);transform:translateY(-6px)}.service-card span{color:var(--accent);font-size:24px;font-weight:600}.service-card:hover span{color:#fff}.service-card h3{clear:both;margin:90px 0 0;font-size:24px;font-weight:500}.process-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.process-step{-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #00000024;flex-direction:column;justify-content:space-between;min-height:190px;padding:28px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.process-step:before{content:"";background:var(--accent);width:3px;height:0;transition:height .35s;position:absolute;top:0;left:0}.process-step:hover{border-color:#00000059;transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.process-step:hover:before{height:100%}.process-step span{color:var(--accent);letter-spacing:.12em;font-size:21px;font-weight:600}.process-step strong{max-width:260px;color:var(--ink);letter-spacing:-.02em;margin-top:45px;font-size:22px;font-weight:500;line-height:1.1;display:block}.reverse-process-section{position:relative;overflow:hidden}.process-watermark{z-index:0;color:#0000000d;letter-spacing:-.08em;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:260px;font-weight:700;position:absolute}.process-watermark--left{top:250px;left:-40px}.process-watermark--right{top:675px;right:-50px}.reverse-process-section .container{z-index:1;position:relative}@media (width<=1000px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.process-grid{grid-template-columns:1fr}}.project-placeholder{border:1px solid var(--accent);background:var(--soft);padding:70px}.project-placeholder h3{max-width:650px;color:var(--muted);letter-spacing:-.05em;margin:35px 0;font-size:52px;line-height:.95}.empty-state{max-width:800px;min-height:440px;padding:40px 0}.empty-state h2{color:var(--muted);letter-spacing:-.07em;font-size:clamp(50px,7vw,100px);line-height:.9}.empty-state em{color:var(--accent);font-style:normal}.empty-state p:not(.index-label){max-width:500px;color:var(--muted);font-size:20px}.privacy-copy{max-width:850px;color:var(--muted);font-size:18px;line-height:1.5}.privacy-copy h2{color:var(--ink);margin-top:55px;font-size:32px}.privacy-copy a{color:var(--accent)}.site-footer{background:var(--paper);padding-top:35px}.site-footer__panel{background:var(--accent);grid-template-rows:auto auto 1fr;grid-template-columns:250px minmax(0,1fr) 225px;gap:24px 30px;width:100%;min-height:265px;margin:0;padding:0 max(20px,50% - 790px) 25px;display:grid}.site-footer__logo{background:#fff;justify-content:center;align-items:center;width:234px;height:90px;margin-left:0;padding:12px 18px;display:flex}.site-footer__logo img{object-fit:contain;max-height:64px}.site-footer__nav{flex-wrap:wrap;gap:10px 16px;padding-top:14px;display:flex}.site-footer__nav a{border:1px solid var(--ink);padding:7px 10px;font-size:12px;font-weight:500}.site-footer__nav a:hover{color:var(--accent);background:var(--ink)}.site-footer__contacts{flex-direction:column;align-items:flex-end;gap:9px;padding-top:14px;display:flex}.site-footer__contacts a{border-bottom:1px solid var(--ink)}.site-footer__button{border:2px solid var(--ink);min-height:42px;color:var(--ink);background:0 0;justify-self:end;padding:0 18px;font-size:12px}.site-footer__copyright{text-align:center;grid-column:1/-1;align-self:end;margin:18px 0 0;font-size:12px}.modal-layer{z-index:100;background:#0000007a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.contact-modal{background:#fff;width:min(700px,100%);max-height:calc(100vh - 48px);padding:52px 58px;position:relative;overflow:auto}.contact-modal__close{color:var(--ink);background:0 0;border:0;font:300 34px/1 Arial,sans-serif;position:absolute;top:16px;right:18px}.contact-modal h2{color:var(--muted);letter-spacing:-.06em;margin:0 0 30px;font-size:clamp(42px,5vw,70px);line-height:.92}.contact-modal h2 em{color:var(--accent);font-style:normal}.contact-modal form{gap:18px;display:grid}.contact-modal label:not(.checkbox) span{color:var(--muted);margin-bottom:6px;font-size:13px;display:block}.contact-modal input:not([type=checkbox]),.contact-modal textarea{border:0;border-bottom:1px solid var(--ink);width:100%;color:var(--ink);background:#fff;border-radius:0;outline:0;padding:10px 0}.contact-modal input:focus,.contact-modal textarea:focus{border-color:var(--accent)}.checkbox{color:var(--muted);align-items:flex-start;gap:10px;font-size:13px;display:flex}.checkbox input{accent-color:var(--accent);margin-top:3px}.checkbox a{color:var(--accent)}.form-error{color:#b00020;margin:0;font-size:13px}.contact-modal__success h2{margin-bottom:35px}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(2deg)}}@media (width<=1100px){.site-nav,.site-apply{display:none}.container{width:min(var(--container), 100% - 48px)}.research-grid{grid-template-columns:repeat(2,1fr)}.lab-grid{grid-auto-columns:calc(33.3333% - 10.6667px)}.slider__track>*{flex-basis:calc((var(--container) - 32px) / 3)}.site-footer__panel{grid-template-columns:170px 1fr}.site-footer__contacts{grid-area:2/2;align-items:flex-end}.site-footer__button{grid-area:1/2}}@media (width<=760px){.mobile-menu{padding:24px 28px 30px}.section{padding:94px 0}.container{width:calc(100% - 36px)}.section-heading--row{display:block}.section-heading h2{font-size:clamp(43px,13vw,68px)}.section-heading__aside{max-width:none;margin-top:26px}.hero{min-height:820px;padding:150px 0 250px}.hero h1{max-width:540px;font-size:clamp(46px,13vw,74px)}.hero__subtitle{font-size:20px}.molecule-graphic{opacity:.4;width:95vw;top:auto;bottom:2%;right:-27%}.hero-stats{grid-template-columns:repeat(2,1fr);min-height:190px;bottom:24px}.hero-stats__item{border-bottom:1px solid var(--line);padding:18px}.hero-stats__item:nth-child(2){border-right:0}.hero-stats__item strong{font-size:42px}.hero-stats__item b{margin:8px 0 10px;font-size:14px}.hero-stats__item small{font-size:11px}.program-grid{display:block}.info-grid{margin-top:42px}.research-grid{grid-template-columns:1fr}.research-card{min-height:320px}.lab-grid{grid-auto-columns:80vw}.slider__track>*{flex-basis:80vw}.lab-card{min-height:330px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.kpi-card{border-bottom:1px solid var(--ink);min-height:230px;padding:24px 18px}.kpi-card:nth-child(2){border-right:0}.kpi-card strong{font-size:52px}.leader-card{grid-template-columns:1fr}.leader-card__portrait{min-height:280px}.leader-card__body{padding:40px 28px 44px}.leader-card__body h3{font-size:47px}.cta-section{min-height:590px;padding:100px 0}.cta-section h2{font-size:clamp(50px,14vw,76px)}.inner-hero{min-height:650px;padding:150px 0 90px}.inner-hero h1{font-size:clamp(52px,14vw,80px)}.service-grid,.process-grid{grid-template-columns:1fr}.process-step{border-right:0}.project-placeholder{padding:30px 22px}.project-placeholder h3{font-size:42px}.site-footer__panel{flex-direction:column;gap:22px;width:100%;min-height:0;padding:0 18px 26px;display:flex}.site-footer__logo{margin-left:0}.site-footer__nav{padding-top:0}.site-footer__contacts{align-items:flex-start;padding-top:0}.site-footer__button{align-self:flex-start}.site-footer__copyright{text-align:left;margin-top:4px}.contact-modal{padding:42px 24px 30px}}@media (width<=420px){.info-grid{grid-template-columns:1fr}.kpi-card{min-height:250px}.kpi-card strong{font-size:45px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal{opacity:1;transform:none}}.home-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-card{border:1px solid var(--line);background:var(--paper);min-height:330px;padding:28px;transition:transform .25s,background .25s,color .25s}.home-card:hover{color:var(--ink);background:var(--accent);transform:translateY(-6px)}.home-card--accent{border-color:var(--accent)}.home-card>span{color:var(--accent);letter-spacing:.12em;font-size:28px}.home-card h3{margin:70px 0 14px;font-size:28px;font-weight:500;line-height:1.05}.home-card p{color:var(--muted);margin:0 0 22px;font-size:15px;line-height:1.35}.home-card b{border-bottom:1px solid var(--accent);letter-spacing:.07em;text-transform:uppercase;font-size:13px;font-weight:500}.process-step p{max-width:280px;color:var(--muted);margin:18px 0 0;font-size:14px;line-height:1.35}.advantages-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.advantage{background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);border:1px solid #0000000f;border-radius:28px;flex-direction:column;min-height:340px;padding:34px 28px;transition:transform .4s,box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.advantage span{color:#d15259;pointer-events:none;font-size:90px;font-weight:800;line-height:1;position:absolute;top:15px;right:25px}.advantage img{z-index:1;object-fit:contain;background:linear-gradient(135deg,#00308714,#0066cc26);border-radius:18px;width:120px;height:120px;margin-top:10px;margin-bottom:38px;padding:4px;transition:all .35s;position:relative}.advantage p{z-index:1;color:var(--ink);margin:auto 0 0;font-size:18px;line-height:1.35;position:relative}.advantage:hover{border-color:#0066cc59;transform:translateY(-12px);box-shadow:0 30px 70px #0030871f}.advantage:hover img{transform:scale(1.08)rotate(-3deg)}@media (width<=1200px){.advantages-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.advantages-grid{grid-template-columns:1fr}}.project-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.project-card{border:1px solid var(--line);background:var(--paper)}.project-card img{aspect-ratio:4/3;object-fit:cover;background:var(--soft);width:100%;display:block}.project-card>div{padding:25px}.project-card h3{margin:0 0 14px;font-size:25px;font-weight:500;line-height:1.05}.project-card p{min-height:76px;color:var(--muted);margin:0 0 22px;font-size:14px;line-height:1.35}.project-card button{border:0;border-top:1px solid var(--accent);width:100%;color:var(--accent);letter-spacing:.07em;text-transform:uppercase;text-align:left;background:0 0;justify-content:space-between;padding:12px 0 0;font-size:13px;display:flex}.service-columns{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.service-columns>div{border:1px solid var(--line);min-height:260px;padding:28px}.service-columns h3{color:var(--muted);margin:45px 0 14px;font-size:32px;font-weight:500;line-height:1}.service-columns p:not(.index-label){color:var(--muted);margin:0;font-size:16px;line-height:1.35}.ctt-description{border-left:5px solid var(--accent);background:linear-gradient(135deg,#00000008,#00000003);max-width:1100px;margin-top:90px;padding:55px 70px}.ctt-description p{color:var(--ink);letter-spacing:-.02em;margin:0 0 25px;font-size:24px;font-weight:400;line-height:1.55}.ctt-description p:last-child{margin-bottom:0}.ctt-gallery{padding:100px 0;position:relative;overflow:hidden}.ctt-gallery__viewport{overflow:hidden}.ctt-gallery__track{gap:30px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex}.ctt-gallery__slide{opacity:.45;cursor:pointer;flex:0 0 1000px;height:562px;transition:all .5s;transform:scale(.85)}.ctt-gallery__slide.active{opacity:1;transform:scale(1)}.ctt-gallery__slide img{object-fit:cover;width:100%;height:100%}.ctt-gallery__arrow{z-index:5;background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:32px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ctt-gallery__arrow:hover{background:var(--accent-dark,#b80000);transform:translateY(-50%)scale(1.1)}.ctt-gallery__arrow--left{left:40px}.ctt-gallery__arrow--right{right:40px}.tag-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.tag-card{-webkit-backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #0000001f;flex-direction:column;justify-content:space-between;min-height:180px;padding:28px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.tag-card:before{content:"";background:var(--accent);width:3px;height:0;transition:height .35s;position:absolute;top:0;left:0}.tag-card:hover{border-color:#00000059;transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.tag-card:hover:before{height:100%}.tag-card span{color:var(--accent);letter-spacing:.08em;font-size:21px;font-weight:600}.tag-card h3{max-width:240px;color:var(--ink);letter-spacing:-.02em;margin:40px 0 0;font-size:21px;font-weight:500;line-height:1.1}.industries-section{position:relative;overflow:hidden}.industries-bg{object-fit:contain;opacity:.18;pointer-events:none;width:1200px;height:1200px;position:absolute;top:600px;right:-150px;transform:translateY(-50%)}.home-leaders{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-leader{border:1px solid var(--line);background:var(--paper);grid-template-columns:92px 1fr;gap:18px;min-height:180px;padding:18px;display:grid}.home-leader--accent{border-color:var(--accent)}.home-leader__avatar{width:92px;height:92px;color:var(--ink);background:var(--accent);place-items:center;font-size:28px;font-weight:700;display:grid}.home-leader .eyebrow{margin:0 0 8px;font-size:10px}.home-leader h3{color:var(--muted);margin:0 0 10px;font-size:22px;font-weight:500;line-height:1}.home-leader p:not(.eyebrow){color:var(--muted);margin:0;font-size:14px}@media (width<=1100px){.home-cards,.project-grid{grid-template-columns:repeat(2,1fr)}.advantages-grid{grid-template-columns:repeat(3,1fr)}.advantage:nth-child(3){border-right:0}.home-leaders{grid-template-columns:1fr}.tag-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.home-cards,.project-grid,.service-columns,.tag-grid{grid-template-columns:1fr}.home-card{min-height:260px}.home-card h3{margin-top:52px}.advantages-grid{grid-template-columns:repeat(2,1fr)}.advantage:nth-child(3){border-right:1px solid var(--ink)}.advantage:nth-child(2n){border-right:0}.advantage p{margin-top:45px;font-size:16px}.project-card p{min-height:0}.home-leader{grid-template-columns:72px 1fr}.home-leader__avatar{width:72px;height:72px;font-size:22px}.home-leader h3{font-size:21px}}@media (width<=420px){.advantages-grid{grid-template-columns:1fr}.advantage{border-right:0}}.stats-strip{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:70px;display:grid}.stats-strip__item{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #ffffff8c;border-radius:22px;flex-direction:column;justify-content:center;min-height:170px;padding:32px 28px;transition:all .35s;display:flex;box-shadow:0 12px 35px #00000014}.stats-strip__item:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000024}.stats-strip__item strong{color:var(--accent);letter-spacing:-.05em;font-size:clamp(44px,4vw,64px);font-weight:800;line-height:.9;display:block}.stats-strip__item span{color:var(--muted);margin-top:18px;font-size:15px;line-height:1.45}@media (width<=992px){.stats-strip{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.stats-strip{grid-template-columns:1fr;gap:18px}.stats-strip__item{min-height:140px;padding:24px}}.trust-intro{justify-content:space-between;align-items:flex-end;margin-bottom:80px;display:flex}.trust-number{align-items:center;gap:30px;display:flex}.trust-number strong{color:var(--accent);letter-spacing:-.09em;font-size:clamp(90px,8vw,140px);line-height:.8}.trust-number span{color:var(--muted);font-size:18px;line-height:1.2}.trust-intro p{max-width:340px;color:var(--muted);font-size:18px;line-height:1.35}.trust-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(5,1fr);display:grid}.trust-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;justify-content:center;align-items:center;min-height:150px;padding:30px;transition:all .35s;display:flex}.trust-card img{object-fit:contain;filter:grayscale();opacity:.55;max-width:85%;max-height:60px;transition:all .35s}.trust-card:hover{background:#fafafa}.tasks-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(4,1fr);display:grid}.task-card{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);min-height:180px;padding:24px}.task-card span{color:var(--accent);font-size:13px}.task-card h3{color:var(--muted);margin:55px 0 0;font-size:24px;font-weight:500;line-height:1}@media (width<=760px){.stats-strip{grid-template-columns:repeat(2,1fr);margin-top:50px}.stats-strip__item:nth-child(2){border-right:0}.stats-strip__item{border-bottom:1px solid var(--ink)}.stats-strip__item:nth-child(3),.stats-strip__item:nth-child(4){border-bottom:0}.trust-grid,.tasks-grid{grid-template-columns:repeat(2,1fr)}.task-card h3{font-size:20px}}@media (width<=420px){.trust-grid,.tasks-grid{grid-template-columns:1fr}}.service-card{position:relative;overflow:hidden}.service-card>img{object-fit:contain;opacity:.75;filter:grayscale();width:85px;height:85px;transition:all .3s;position:absolute;top:25px;right:25px}.service-card:hover>img{opacity:1;filter:none}.service-card h3{max-width:240px;margin:0;font-size:24px;font-weight:500;line-height:1.15;position:absolute;bottom:28px;left:28px}.site-logo .tn-atom{align-items:center;width:100%;height:100%;display:flex}.site-phone .tn-atom{width:100%;min-height:42px;color:var(--ink);align-items:center;gap:8px;display:inline-flex}.site-apply .tn-atom{border:2px solid var(--accent);width:100%;min-height:42px;color:var(--ink);letter-spacing:.04em;background:0 0;justify-content:center;align-items:center;font-size:13px;font-weight:500;display:flex}.site-apply .tn-atom:hover{color:var(--ink);background:var(--accent);border-color:var(--ink)}.site-header__burger-content{z-index:70;width:48px;height:48px;position:fixed;top:15px;right:15px}.site-header__burger-content .t450__burger_container{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.site-header__burger-content .t450__burger_bg{background:var(--accent);position:absolute;inset:0}.site-header__burger-content .burger{position:relative;top:auto;right:auto}@media (width<=1919px){.site-phone .tn-atom,.site-apply .tn-atom{min-height:32px;font-size:12px}}.source-visual{color:#0000;display:block}.source-visual__primary,.source-visual__secondary{object-fit:contain;max-width:none;display:block;position:absolute}.source-visual--home .source-visual__primary{z-index:2;width:58%;height:82%;top:3%;right:8%}.source-visual--home .source-visual__secondary{z-index:1;opacity:.9;width:57%;height:76%;bottom:2%;right:-2%}.source-visual--reverse .source-visual__primary{width:94%;height:100%;top:-3%;right:3%}.source-visual--himteh .source-visual__primary{opacity:.48;mix-blend-mode:multiply;width:94%;height:100%;top:0;right:2%}@media (width<=760px){.source-visual--home .source-visual__primary{width:78%;height:72%;top:4%;right:-4%}.source-visual--home .source-visual__secondary{width:74%;height:63%;bottom:0;right:-12%}.source-visual--reverse .source-visual__primary{width:105%;height:90%;top:2%;right:-16%}.source-visual--himteh .source-visual__primary{opacity:.35;width:125%;height:95%;top:0;right:-20%}}.home-leader__avatar img{object-fit:cover;width:100%;height:100%;display:block}.leader-card__portrait img{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:relative}.process-main-grid{border-top:1px solid var(--ink);border-left:1px solid var(--ink);grid-template-columns:repeat(6,1fr);gap:0;display:grid}.process-main-card{border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper);min-height:280px;padding:22px;position:relative}.process-main-card__number{color:var(--accent);font-size:21px;position:absolute;top:22px;right:22px}.process-main-card img{object-fit:contain;width:60px;height:60px;margin-top:35px}.process-main-card h3{color:var(--muted);margin:45px 0 14px;font-size:21px;font-weight:500;line-height:1}.process-main-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.3}.process-tasks{margin-top:0}.process-tasks__title{color:var(--muted);letter-spacing:-.055em;margin:0 0 30px;font-size:clamp(34px,4vw,58px);font-weight:700;line-height:.95}.process-task-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.process-task-card{background:var(--paper);border:1px solid;min-height:210px;position:relative;overflow:hidden}.process-task-card img{object-fit:contain;opacity:.28;width:115px;height:115px;position:absolute;bottom:10px;right:12px}.process-task-card div{z-index:1;padding:22px;position:relative}.process-task-card span{width:42px;height:42px;color:var(--accent);border:1px solid #000;flex-shrink:0;justify-content:center;align-items:center;font-size:19px;font-weight:600;display:flex}.process-task-card h4{max-width:210px;color:var(--muted);margin:65px 0 0;font-size:19px;font-weight:500;line-height:1.05}.process-task-card:hover{border-color:var(--accent)}@media (width<=1100px){.process-main-grid{grid-template-columns:repeat(3,1fr)}.process-task-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.process-main-grid{grid-template-columns:repeat(2,1fr)}.process-main-card{min-height:280px;padding:18px}.process-main-card h3{margin-top:36px;font-size:18px}.process-task-grid{grid-template-columns:1fr}.process-task-card{min-height:160px}.process-task-card h4{margin-top:35px}}@media (width<=420px){.process-main-grid{grid-template-columns:1fr}}.model-section{background:var(--paper)}.model-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.model-card{border:1px solid var(--line);background:var(--soft);min-height:300px;padding:28px}.model-card--wide{grid-column:1/-1;min-height:260px}.model-card h3{color:var(--muted);letter-spacing:-.04em;margin:55px 0 26px;font-size:34px;font-weight:500;line-height:.98}.model-card h3 em{color:var(--accent);font-style:normal}.model-card ul{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.model-card li{border:1px solid var(--line);color:var(--muted);background:var(--paper);padding:9px 12px;font-size:14px;line-height:1.15}.model-card--wide ul{grid-template-columns:repeat(2,1fr);gap:10px 12px;display:grid}@media (width<=760px){.model-grid{grid-template-columns:1fr}.model-card--wide{grid-column:auto}.model-card h3{font-size:30px}.model-card--wide ul{grid-template-columns:1fr}}.team-stack{flex-direction:column;gap:16px;display:flex}.team-row{border:1px solid var(--line);background:var(--paper);grid-template-columns:360px minmax(0,1fr);min-height:330px;display:grid}.team-row--reverse{grid-template-columns:minmax(0,1fr) 360px}.team-row--reverse .team-row__media{order:2}.team-row__media{background:var(--accent);place-items:center;display:grid;position:relative;overflow:hidden}.team-row__media:before,.team-row__media:after{content:"";border:1px solid #00000047;border-radius:50%;position:absolute}.team-row__media:before{width:330px;height:330px;transform:rotate(32deg)}.team-row__media:after{width:240px;height:390px;transform:rotate(-45deg)}.team-row__media img{z-index:1;object-fit:cover;width:100%;height:100%;position:relative}.team-row__media span{z-index:1;border:1px solid #0006;border-radius:50%;place-items:center;width:150px;height:150px;font-size:50px;font-weight:700;display:grid;position:relative}.team-row__body{flex-direction:column;justify-content:center;padding:46px 66px;display:flex}.team-row__body .eyebrow{margin-bottom:18px}.team-row__role{color:var(--muted);margin:0 0 12px;font-size:20px;font-weight:300}.team-row__body h3{max-width:800px;color:var(--muted);letter-spacing:-.06em;margin:0;font-size:clamp(38px,4vw,64px);font-weight:700;line-height:.96}.team-row__contacts{flex-wrap:wrap;gap:24px;margin-top:32px;display:flex}.team-row__contacts a{border-bottom:1px solid var(--accent);padding-bottom:4px;font-size:15px}.team-row__contacts a:hover{color:var(--accent)}@media (width<=900px){.team-row,.team-row--reverse{grid-template-columns:260px minmax(0,1fr)}.team-row__body{padding:34px}.team-row__body h3{font-size:42px}}@media (width<=760px){.team-row,.team-row--reverse{grid-template-columns:1fr}.team-row--reverse .team-row__media{order:0}.team-row__media{min-height:240px}.team-row__body{padding:32px 24px 36px}.team-row__body h3{font-size:42px}.team-row__role{font-size:18px}}.projects-slider .slider__track>.project-card{flex-basis:calc((var(--container) - 16px) / 2)}@media (width<=1100px){.projects-slider .slider__track>.project-card{flex-basis:calc((var(--container) - 16px) / 2)}}@media (width<=760px){.projects-slider .slider__track>.project-card{flex-basis:86vw}}.advantage>img{object-fit:contain;opacity:.8;width:52px;height:52px;margin-top:24px;display:block}.advantage p{margin-top:34px}@media (width<=760px){.advantage p{margin-top:28px}}.about-units__cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid;position:relative}.about-units__cards .home-card{z-index:1;position:relative}.about-units__connectors{z-index:0;opacity:.8;pointer-events:none;width:142px;height:314px;position:absolute;top:50%;left:calc(33.333% - 8px);transform:translateY(-50%)}.about-units__connectors svg{width:100%;height:100%;display:block}@media (width<=1100px){.about-units__cards{grid-template-columns:1fr}.about-units__connectors{display:none}}.cookie-notice{z-index:95;background:#fff;border:1px solid #0000002e;grid-template-columns:minmax(0,1fr) auto;gap:16px 22px;width:min(620px,100% - 40px);padding:22px 24px;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 30px #00000029}.cookie-notice p{grid-column:1/-1;margin:0;font-size:14px;font-weight:300;line-height:1.35}.cookie-notice__button{color:#fff;background:var(--accent);letter-spacing:.08em;border:0;justify-self:start;min-height:38px;padding:0 20px;font-size:12px;font-weight:500}.cookie-notice__button:hover{color:#fff;background:var(--ink)}.cookie-notice__close{color:var(--ink);background:0 0;border:0;font-size:24px;line-height:1;position:absolute;top:8px;right:10px}@media (width<=760px){.cookie-notice{width:calc(100% - 20px);padding:18px;bottom:10px;right:10px}.cookie-notice p{font-size:12px}}.tilda-home-hero{isolation:isolate;background:#fff;min-height:850px;position:relative;overflow:hidden}.tilda-home-hero .t396__artboard{width:100%;height:850px;position:relative;overflow:hidden}.tilda-home-hero .t396__carrier{background:#fff;position:absolute;inset:0}.tilda-home-hero .t396__filter{pointer-events:none;background:linear-gradient(#fff0,#ffffffb3);position:absolute;inset:0}.tilda-home-hero .t396__elem,.tilda-home-hero .t396__group{position:absolute}.home-hero__pattern{z-index:2;pointer-events:none;width:52%;position:absolute;top:0;bottom:0;right:0;overflow:hidden}.home-hero__pattern img{object-fit:contain;width:600px;max-width:none;height:auto;position:absolute;bottom:-100px;right:0}.home-hero__transmission{z-index:3;width:615px;height:615px;top:98px;left:calc(50% + 72px)}.home-hero__transmission img{object-fit:contain;width:100%;height:100%;display:block}.home-hero__title{z-index:6;width:771px;top:238px;left:calc(50% - 787px)}.home-hero__title .tn-atom{color:#727270;letter-spacing:-.06em;font-family:DinPro,Arial,sans-serif;font-size:100px;font-weight:700;line-height:1.02}.home-hero__title span{color:var(--accent)}.home-hero__stats{z-index:7;width:1580px;height:187px;top:663px;left:calc(50% - 790px)}.home-hero__stats .tn-molecule{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #00000024;grid-template-columns:repeat(4,1fr);width:100%;height:100%;display:grid;position:relative}.home-hero__stats-bg{z-index:0;width:100%;height:100%;inset:0;position:absolute!important}.home-hero__stats-bg .tn-atom{width:100%;height:100%}.home-hero__stat{z-index:1;border-right:1px solid #00000026;padding:25px 28px;position:relative}.home-hero__stat:last-child{border-right:0}.home-hero__stat strong{color:var(--accent);letter-spacing:-.08em;font-family:DinPro,Arial,sans-serif;font-size:60px;font-weight:700;line-height:1;display:block}.home-hero__stat span{max-width:260px;color:var(--ink);margin-top:14px;font-family:DinPro,Arial,sans-serif;font-size:18px;line-height:1.2;display:block}.home-hero__action{z-index:8;position:absolute;top:45px;left:calc(50% + 594px)}.home-hero__action .button{min-height:42px;font-size:13px}@media (width<=1919px){.tilda-home-hero,.tilda-home-hero .t396__artboard{height:670px;min-height:670px}.home-hero__pattern{width:416px;height:460px;top:89px;left:calc(50% + 220px)}.home-hero__transmission{width:428px;height:428px;top:89px;left:calc(50% + 92px)}.home-hero__title{width:680px;top:165px;left:calc(50% - 580px)}.home-hero__title .tn-atom{font-size:80px}.home-hero__stats{width:1100px;height:187px;top:474px;left:calc(50% - 550px)}.home-hero__stat strong{font-size:52px}.home-hero__stat span{font-size:14px}.home-hero__action{display:none}}@media (width<=1199px){.tilda-home-hero,.tilda-home-hero .t396__artboard{height:530px;min-height:530px}.home-hero__pattern{width:350px;height:350px;top:76px;left:calc(50% + 130px)}.home-hero__transmission{width:328px;height:328px;top:67px;left:calc(50% - 50px)}.home-hero__title{width:580px;top:133px;left:calc(50% - 460px)}.home-hero__title .tn-atom{font-size:55px}.home-hero__stats{width:940px;height:125px;top:395px;left:calc(50% - 430px)}.home-hero__stat{padding:16px 18px}.home-hero__stat strong{font-size:40px}.home-hero__stat span{font-size:11px}}@media (width<=959px){.tilda-home-hero,.tilda-home-hero .t396__artboard{height:620px;min-height:620px}.home-hero__pattern{opacity:.7;width:270px;height:300px;top:60px;left:calc(50% + 20px)}.home-hero__transmission{opacity:.85;width:245px;height:245px;top:52px;left:calc(50% - 30px)}.home-hero__title{width:600px;top:86px;left:calc(50% - 299px)}.home-hero__title .tn-atom{font-size:45px}.home-hero__stats{width:638px;height:160px;top:390px;left:calc(50% - 318px)}.home-hero__stat{padding:15px}.home-hero__stat strong{font-size:32px}.home-hero__stat span{font-size:10px}}@media (width<=639px){.tilda-home-hero,.tilda-home-hero .t396__artboard{height:760px;min-height:760px}.home-hero__pattern{opacity:.45;width:190px;height:260px;top:55px;left:calc(50% + 20px)}.home-hero__transmission{width:190px;height:190px;top:55px;left:calc(50% - 25px)}.home-hero__title{width:440px;top:270px;left:calc(50% - 220px)}.home-hero__title .tn-atom{font-size:33px}.home-hero__stats{grid-template-columns:repeat(2,1fr);width:440px;height:210px;top:505px;left:calc(50% - 220px)}.home-hero__stats .tn-molecule{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}.home-hero__stat{border-bottom:1px solid #00000026;padding:17px 14px}.home-hero__stat:nth-child(3){border-right:0}.home-hero__stat:nth-child(4),.home-hero__stat:nth-child(5){border-bottom:0}.home-hero__stat strong{font-size:31px}.home-hero__stat span{font-size:10px}}@media (width<=479px){.tilda-home-hero,.tilda-home-hero .t396__artboard{height:800px;min-height:800px}.home-hero__pattern{width:170px;height:230px;top:70px;left:calc(50% - 40px)}.home-hero__transmission{width:190px;height:190px;top:67px;left:calc(50% - 70px)}.home-hero__title{width:280px;top:310px;left:calc(50% - 140px)}.home-hero__title .tn-atom{font-size:29px}.home-hero__stats{width:280px;height:220px;top:535px;left:calc(50% - 140px)}}.inner-hero__visual{z-index:1;opacity:.82;width:730px;height:403px;position:absolute;top:80px;right:calc(50% - 880px)}.inner-hero__visual img{object-fit:contain;width:100%;height:100%;display:block}.inner-hero--ctt .inner-hero__visual{opacity:.95;pointer-events:none;width:1200px;height:700px;position:absolute;top:70px;right:100px}.inner-hero--ctt .inner-hero__visual img{object-fit:contain;width:100%;height:100%}.inner-hero .container{z-index:2;position:relative}.inner-hero--reverse .inner-hero__visual{opacity:.95;pointer-events:none;width:1300px;height:700px;position:absolute;top:70px;right:50px}.inner-hero--reverse .inner-hero__visual img{object-fit:contain;width:100%;height:100%}.inner-hero--himteh{background:radial-gradient(circle at 85% 35%, #d1525924, transparent 38%), var(--paper)}.inner-hero--himteh .inner-hero__visual{opacity:.95;pointer-events:none;width:1250px;height:750px;position:absolute;top:40px;right:-100px}.inner-hero--himteh .inner-hero__visual img{object-fit:contain;width:100%;height:100%}.himteh-visual{pointer-events:none;width:900px;height:700px;position:relative}.himteh-visual__svg{width:100%;height:100%;display:block;overflow:visible}.himteh-visual__molecule{transform-box:fill-box;transform-origin:50%;animation:8s ease-in-out infinite moleculeFloat}@keyframes moleculeFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-10px)}}.himteh-visual__glow{transform-box:fill-box;transform-origin:50%;animation:4s ease-in-out infinite glowPulse}@keyframes glowPulse{0%,to{opacity:.18;transform:scale(.92)}50%{opacity:.32;transform:scale(1.08)}}.himteh-visual__orbit{transform-box:fill-box;transform-origin:50%;animation:18s linear infinite orbitRotate}.himteh-visual__orbit--slow{animation-duration:28s}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.himteh-visual__atom{transform-box:fill-box;transform-origin:50%;animation:3.5s ease-in-out infinite atomPulse}.himteh-visual__atom:nth-child(2){animation-delay:.4s}.himteh-visual__atom:nth-child(3){animation-delay:.8s}.himteh-visual__atom:nth-child(4){animation-delay:1.2s}.himteh-visual__atom:nth-child(5){animation-delay:1.6s}.himteh-visual__atom:nth-child(6){animation-delay:2s}.himteh-visual__atom:nth-child(7){animation-delay:2.4s}@keyframes atomPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.himteh-visual__accent{transform-box:fill-box;transform-origin:50%;animation:2.2s ease-in-out infinite accentPulse}.himteh-visual__accent:nth-child(2){animation-delay:.7s}.himteh-visual__accent:nth-child(3){animation-delay:1.4s}@keyframes accentPulse{0%,to{opacity:.65;transform:scale(.8)}50%{opacity:1;transform:scale(1.35)}}.himteh-visual__energy{fill:var(--accent);filter:drop-shadow(0 0 6px #d1525973);animation:5s linear infinite energyMove}@keyframes energyMove{0%{opacity:0}10%{opacity:1}50%{opacity:1}90%{opacity:1}to{opacity:0}}.himteh-visual__particle{transform-box:fill-box;transform-origin:50%;animation:6s ease-in-out infinite particleFloat}.himteh-visual__particle:nth-child(2){animation-delay:-2s}.himteh-visual__particle:nth-child(3){animation-delay:-4s}.himteh-visual__particle:nth-child(4){animation-delay:-1s}@keyframes particleFloat{0%,to{opacity:.25;transform:translate(0)}50%{opacity:.75;transform:translate(8px,-14px)}}.himteh-visual__tech-line{stroke-dasharray:4 10;animation:5s linear infinite techLineMove}@keyframes techLineMove{to{stroke-dashoffset:-40px}}.himteh-visual__scan{animation:4s ease-in-out infinite scanPulse}@keyframes scanPulse{0%,to{opacity:.05}50%{opacity:.45}}.himteh-visual__orbits{transform-origin:560px 350px;animation:12s ease-in-out infinite himtehOrbitSystem}.himteh-visual__orbit{fill:none;stroke-width:1px;opacity:.28;transform-box:fill-box;transform-origin:50%;stroke-dasharray:5 10}.himteh-visual__orbit--1{stroke:#000;animation:18s linear infinite himtehOrbitDash}.himteh-visual__orbit--2{stroke:#d15259;opacity:.4;stroke-dasharray:3 9;animation:14s linear infinite himtehOrbitDashReverse}.himteh-visual__orbit--3{stroke:#000;opacity:.22;stroke-dasharray:2 8;animation:10s linear infinite himtehOrbitDash}.himteh-visual__electron{fill:#d15259;filter:drop-shadow(0 0 5px #d1525973);transform-box:fill-box;transform-origin:50%;animation:2.4s ease-in-out infinite himtehElectronPulse}@keyframes himtehOrbitSystem{0%,to{transform:rotate(-8deg)scaleY(.88)}50%{transform:rotate(8deg)scaleY(.98)}}@keyframes himtehOrbitDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-120px}}@keyframes himtehOrbitDashReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:100px}}@keyframes himtehElectronPulse{0%,to{opacity:.55;transform:scale(.8)}50%{opacity:1;transform:scale(1.35)}}@media (prefers-reduced-motion:reduce){.himteh-visual *,.himteh-visual{animation:none!important}}@media (width<=1400px){.inner-hero--reverse .inner-hero__visual{width:820px;height:470px;right:-100px}}@media (width<=1200px){.inner-hero--reverse .inner-hero__visual{width:680px;height:390px;right:-100px}}@media (width<=960px){.inner-hero--reverse .inner-hero__visual{opacity:.45;width:520px;height:300px;right:-150px}}@media (width<=640px){.inner-hero--reverse .inner-hero__visual{opacity:.25;width:340px;height:220px;top:80px;right:-120px}}@media (width<=1400px){.inner-hero--ctt .inner-hero__visual{width:820px;height:470px;right:-80px}}@media (width<=1200px){.inner-hero--ctt .inner-hero__visual{width:680px;height:390px;right:-70px}}@media (width<=960px){.inner-hero--ctt .inner-hero__visual{opacity:.45;width:520px;height:300px;right:-120px}}@media (width<=640px){.inner-hero--ctt .inner-hero__visual{opacity:.25;width:340px;height:220px;top:80px;right:-120px}}.source-icon{object-fit:contain;display:block}.info-card>.source-icon{width:43px;height:43px;margin-bottom:25px}.lab-card__top>.source-icon{width:58px;height:58px}.icon-arrow{color:var(--accent);font-size:42px;line-height:.7;display:block}.about-units__connectors{gap:18px;width:302px;height:314px;display:flex}.about-units__connector{flex:0 0 142px;width:142px!important;height:314px!important}.preloader{z-index:200;background:var(--accent);justify-content:center;align-items:center;animation:.55s 1.05s forwards preloader-out;display:flex;position:fixed;inset:0;overflow:hidden}.preloader__curve{background:var(--accent);border-radius:50% 50% 0 0;height:70%;animation:1.35s cubic-bezier(.77,0,.18,1) forwards preloader-curve;position:absolute;bottom:-30%;left:-10%;right:-10%;transform:translateY(0)}.preloader h1{z-index:1;color:var(--ink);letter-spacing:.04em;margin:0;font-size:clamp(24px,3vw,42px);font-weight:700;animation:1.2s cubic-bezier(.77,0,.18,1) forwards preloader-text;position:relative}@keyframes preloader-curve{0%{transform:translateY(0)scaleY(1)}60%{transform:translateY(-18%)scaleY(1.18)}to{transform:translateY(-125%)scaleY(1.18)}}@keyframes preloader-text{0%{opacity:0;transform:translateY(100px)}25%{opacity:1;transform:translateY(0)}75%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}@keyframes preloader-out{to{visibility:hidden;opacity:0;pointer-events:none}}@media (prefers-reduced-motion:reduce){.preloader{animation-duration:.01ms;animation-delay:.01ms}.preloader__curve,.preloader h1{animation-duration:.01ms}}.back-to-top{z-index:80;color:#fff;background:var(--accent);opacity:0;visibility:hidden;border:0;place-items:center;width:50px;height:50px;padding:0;transition:all .2s;display:grid;position:fixed;bottom:20px;right:20px;transform:translateY(10px)}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.back-to-top span{font-size:30px;line-height:1;transform:translateY(3px)}.back-to-top:hover{color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset;background:#fff}@media (width<=760px){.back-to-top{width:44px;height:44px;bottom:14px;right:14px}}.site-footer__phone{align-items:center;gap:8px;display:inline-flex}.site-footer__phone img{object-fit:contain;width:25px;height:25px}.trust-card{min-height:150px;transition:transform .2s,border-color .2s,background .2s}.trust-card img{transition:filter .2s,opacity .2s,transform .2s}.trust-card:hover{border-color:var(--accent);background:var(--soft);transform:translateY(-3px)}.trust-card:hover img{filter:none;opacity:1;transform:scale(1.04)}@media (width<=760px){.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-card{min-height:125px;padding:16px}}.process-task-card{flex-direction:column;justify-content:space-between;padding:0;display:flex}.process-task-card>div{order:1;align-items:baseline;gap:12px;padding:22px 22px 0;display:flex}.process-task-card>div span{flex:none}.process-task-card h4{max-width:none;margin:0}.process-task-card img{object-fit:contain;opacity:1;order:2;align-self:center;width:150px;height:120px;margin:12px auto 18px;position:static}.process-task-card:hover img{opacity:1}@media (width<=760px){.process-task-card img{width:170px;height:125px;margin-top:8px}.process-task-card>div{padding:18px 18px 0}}@media (width>=1101px){.site-footer__logo{grid-area:1/1/span 2;align-self:start;margin-left:-20px}.site-footer__nav{grid-area:1/2}.site-footer__contacts{grid-area:1/3}.site-footer__button{grid-area:2/3;place-self:start end}.site-footer__copyright{grid-area:3/1/auto/-1}}@media (width<=1100px) and (width>=761px){.site-footer__logo{grid-area:1/1/span 2;align-self:start;margin-left:-20px}.site-footer__nav{grid-area:1/2}.site-footer__contacts{grid-area:2/2}.site-footer__button{grid-area:1/2;justify-self:end}}@media (width<=760px){.site-footer__logo{margin-left:-18px}}.site-apply{background:0 0;border:0;padding:0}.site-apply .tn-atom{min-height:42px}.site-phone{top:39px}.site-phone .tn-atom{min-height:34px}@media (width<=1919px){.site-phone{top:33px}.site-apply .tn-atom{min-height:32px}}.trust-grid{grid-template-columns:repeat(5,1fr);gap:0}.trust-card{background:#fff;border:1px solid #00000014;border-top:0;border-left:0;min-height:155px}.trust-card:nth-child(5n){border-right:0}.trust-card:nth-child(11) img{transform:scale(1.35)}.trust-card:nth-child(11):hover img{transform:scale(1.48)}@media (width<=1100px){.trust-grid{grid-template-columns:repeat(4,1fr)}.trust-card:nth-child(5n){border-right:1px solid #00000014}.trust-card:nth-child(4n){border-right:0}}@media (width<=760px){.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-card:nth-child(4n){border-right:1px solid #00000014}.trust-card:nth-child(2n){border-right:0}}@media (width>=1101px){.site-footer__panel{min-height:190px;padding-left:0;padding-right:0}.site-footer__logo{margin-left:0}}@media (width<=1100px) and (width>=761px){.site-footer__panel{min-height:190px;padding-left:0}.site-footer__logo{margin-left:0}}@media (width<=760px){.site-footer__panel{min-height:0}.site-footer__logo{margin-left:-18px}}.slider__item{flex:0 0 calc((var(--container) - 48px) / 4);min-width:0}.slider__item>*{width:100%;height:100%}.projects-slider .slider__item{flex-basis:calc((var(--container) - 16px) / 2)}@media (width<=1100px){.slider__item{flex-basis:calc((var(--container) - 32px) / 3)}.projects-slider .slider__item{flex-basis:calc((var(--container) - 16px) / 2)}}@media (width<=760px){.slider__item,.projects-slider .slider__item{flex-basis:86vw}}.home-card--accent{background:var(--paper);border-color:var(--line)!important}.project-card img{background:#fff!important}@media (width>=1101px){.site-footer__panel{min-height:190px;padding-left:0;padding-right:clamp(80px,50vw - 600px,170px)}.site-footer__logo{margin-left:0}.site-footer__button{grid-area:2/3;justify-self:end}}@media (width<=1100px) and (width>=761px){.site-footer__panel{min-height:190px;padding-left:0;padding-right:80px}.site-footer__logo{margin-left:0}}@media (width<=760px){.site-footer__panel{min-height:0;padding:0 18px 26px}.site-footer__logo{margin-left:-18px}}.trust-card{border:1px solid #0000;transform:none}.trust-card:hover{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:#fff;transform:none}@media (width>=1101px){.site-footer__panel{padding-right:clamp(80px,50vw - 600px,170px)}}@media (width<=1100px) and (width>=761px){.site-footer__panel{padding-right:80px}}@media (width>=1101px){.site-footer__panel{grid-template-columns:300px minmax(0,1fr) 270px;min-height:230px;padding-top:0;padding-bottom:24px}.site-footer__logo{width:280px;height:104px;padding:15px 22px}.site-footer__logo img{max-height:76px}.site-footer__nav{gap:12px 18px;padding-top:18px}.site-footer__nav a{border:2px solid var(--accent);padding:9px 12px;font-size:14px;line-height:1.2}.site-footer__nav a:hover{color:var(--ink);background:var(--accent);border-color:var(--ink)}.site-footer__contacts{gap:10px;padding-top:18px}.site-footer__contacts a{border:2px solid var(--accent);padding:8px 12px;font-size:16px;line-height:1.2}.site-footer__contacts a:hover{color:var(--ink);background:var(--accent);border-color:var(--ink)}.site-footer__button{border:2px solid var(--accent);min-height:48px;color:var(--ink);letter-spacing:.06em;background:0 0;padding:0 22px;font-size:14px}.site-footer__button:hover{color:var(--ink);background:var(--accent);border-color:var(--ink)}.site-footer__copyright{font-size:13px}}@media (width<=1100px) and (width>=761px){.site-footer__panel{grid-template-columns:240px 1fr;min-height:220px}.site-footer__logo{width:240px;height:96px}.site-footer__nav a,.site-footer__contacts a{font-size:14px}.site-footer__button{min-height:46px;font-size:13px}}@media (width<=760px){.site-footer__panel{min-height:0;padding:0 18px 28px}.site-footer__logo{width:220px;height:88px;margin-left:-18px;padding:12px 18px}.site-footer__logo img{max-height:66px}.site-footer__nav{gap:10px 12px}.site-footer__nav a{border:2px solid var(--accent);padding:8px 10px;font-size:12px}.site-footer__contacts{gap:8px}.site-footer__contacts a{border:2px solid var(--accent);padding:7px 10px;font-size:14px}.site-footer__button{border:2px solid var(--accent);min-height:44px;padding:0 16px;font-size:12px}}.site-footer__nav a,.site-footer__contacts a,.site-footer__button{color:#fff!important;background:#000!important;border:2px solid #000!important}.site-footer__nav a:hover,.site-footer__contacts a:hover,.site-footer__button:hover{color:#fff!important;background:var(--accent)!important;border-color:#000!important}@media (width>=1101px){.site-footer__panel{min-height:185px;padding-bottom:14px}.site-footer__logo{width:270px;height:94px}.site-footer__nav{gap:10px 14px;padding-top:15px}.site-footer__nav a{padding:9px 12px;font-size:14px}.site-footer__contacts{gap:8px;padding-top:15px}.site-footer__contacts a{padding:8px 12px;font-size:15px}.site-footer__button{min-height:44px;padding:0 20px;font-size:13px}.site-footer__copyright{font-size:12px}}@media (width<=1100px) and (width>=761px){.site-footer__panel{min-height:180px;padding-bottom:14px}.site-footer__nav a,.site-footer__contacts a{font-size:13px}}@media (width<=760px){.site-footer__panel{min-height:0;padding-bottom:20px}.site-footer__nav a{padding:8px 10px;font-size:12px}.site-footer__contacts a{padding:7px 10px;font-size:14px}.site-footer__button{min-height:42px;font-size:12px}}.process-section{position:relative;overflow:hidden}.process-section>.container{z-index:1;position:relative}.process-main-card,.process-task-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff94}.process-main-card:hover,.process-task-card:hover{background:#ffffffc7}.process-task-card{border-color:#000}@media (width<=760px){.process-section:after{opacity:.08;width:420px;height:620px;top:850px;right:-180px}}.process-section .process-tasks,.process-section .process-main{z-index:2;position:relative}.process-section .process-tasks{margin-bottom:110px}.process-task-card,.process-main-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff80}@media (width<=760px){.process-section:after{opacity:1;width:430px;height:700px;top:520px;left:-160px}.process-section .process-tasks{margin-bottom:80px}}.process-heading-card{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff6b;border:1px solid #000;margin-bottom:30px;padding:24px 28px;position:relative}.process-heading-card h3{color:var(--muted);letter-spacing:-.055em;margin:0;font-size:clamp(36px,4vw,58px);font-weight:700;line-height:.95}.process-heading-card--main{max-width:1050px;margin-top:110px}.process-heading-card--main .section-heading{margin:0}.process-heading-card--main .index-label:empty{display:none}.process-heading-card--main h2{font-size:clamp(42px,4.4vw,70px)}.process-section:after{content:"";z-index:0;opacity:.3;filter:none;pointer-events:none;background:url(/images/tild3361-3337-4537-b661-653761356639__photo.png) 0/contain no-repeat;width:1100px;height:1600px;position:absolute;top:-150px;left:-420px}@media (width<=760px){.process-heading-card{padding:20px 18px}.process-heading-card--main{margin-top:70px}.process-heading-card--main h2{font-size:36px}.process-section:after{width:760px;height:1100px;top:430px;left:-300px}}.process-heading-card{width:max-content;max-width:100%;display:table}.process-heading-card h3{white-space:nowrap}.process-heading-card--main{width:100%;max-width:none;display:block}@media (width<=760px){.process-heading-card{width:100%}.process-heading-card h3{white-space:normal}}.trust-section{z-index:3;padding-bottom:80px;position:relative;box-shadow:0 34px 58px -22px #0000009e}.process-section{margin-top:-54px;padding-top:190px}@media (width<=760px){.trust-section{padding-bottom:60px;box-shadow:0 24px 40px -18px #0000008c}.process-section{margin-top:-28px;padding-top:135px}.process-section:after{width:760px;height:1100px;top:30px;left:-300px}}.trust-section{box-shadow:0 30px 54px -26px #000000b8}.process-section{margin-top:-92px;padding-top:140px;overflow:visible}.process-section .container{z-index:2;position:relative}@media (width<=760px){.trust-section{box-shadow:0 22px 38px -20px #000000a3}.process-section{margin-top:-58px;padding-top:170px}.process-section:after{width:760px;height:1100px;top:-95px;left:-300px}}.process-section{z-index:1;margin-top:0;overflow:hidden}@media (width<=760px){.process-section{margin-top:0}.process-section:after{top:0}}.footer{color:#fff;background:#1d1d1d;padding:60px 0}.footer__top{grid-template-columns:1.3fr 1fr 1fr;gap:60px;display:grid}.footer__nav{flex-direction:column;gap:14px;display:flex}.footer__contacts{flex-direction:column;gap:12px;display:flex}.footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:50px;padding-top:30px;display:flex}@media (width<=900px){.footer__top{text-align:center;grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:24px}}
