@font-face{font-family:Onest;src:url('../fonts/onest-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Onest;src:url('../fonts/onest-medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Onest;src:url('../fonts/onest-semibold.woff2') format('woff2');font-weight:600 800;font-style:normal;font-display:swap}
@font-face{font-family:Geologica;src:url('../fonts/geologica-medium.woff2') format('woff2');font-weight:500 800;font-style:normal;font-display:swap}

:root{
  --green:#319249;--green-dark:#26783a;--ink:#222428;--muted:#686c72;--line:#e2e3e5;
  --soft:#f5f6f8;--dark:#1d1f1f;--panel:#2c2d2d;--white:#fff;
  --page:1500px;--gutter:32px;--radius:20px;--shadow:0 8px 24px rgba(0,0,0,.12)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font:400 18px/1.55 Onest,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body.is-locked{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:hover{color:var(--green)}
button,input,textarea{font:inherit}
button{color:inherit}
h1,h2,h3,h4{margin:0 0 20px;font-family:Geologica,Onest,sans-serif;font-weight:500;line-height:1.18;letter-spacing:-.02em}
h1{font-size:48px}h2{font-size:40px}h3{font-size:24px}
p{margin:0 0 20px}
ul{padding-left:22px}
.container,.page-shell{width:100%;max-width:var(--page);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}
[hidden]{display:none!important}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid rgba(49,146,73,.42);outline-offset:3px}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:50px;font-weight:600;font-size:16px;cursor:pointer;transition:.2s ease;text-align:center}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--green);color:#fff}.btn--primary:hover{background:var(--green-dark);color:#fff}
.btn--white{background:#fff;color:var(--green-dark)}.btn--white:hover{background:#f6faf7;color:var(--green-dark)}
.btn--outline{background:transparent;border:1px solid #b9cbbd;color:var(--green-dark)}
.btn--block{width:100%}
.plain-link{font-size:16px;color:var(--muted);white-space:nowrap}.plain-link span{font-size:28px;vertical-align:-2px;margin-left:10px}

/* Header */
.site-header{position:sticky;top:0;z-index:100;padding:32px 32px 0;transition:.25s ease}
.home-page .site-header{position:absolute;left:0;right:0;top:0}
.site-header__inner{position:relative;display:flex;align-items:center;min-height:80px;max-width:1436px;margin:0 auto;padding:0 32px;border-radius:44px;background:var(--dark);color:#fff;box-shadow:0 8px 26px rgba(0,0,0,.16);transition:.25s ease}
.site-header__burger,.site-header__icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}
.site-header svg{width:18px;height:18px;fill:currentColor;stroke:none}
.site-header__burger svg{width:16px;height:14px}
.site-header__nav + .site-header__icon svg{width:14px;height:18px}
.site-header__search svg{width:18px;height:18px}
.site-header__logo{display:block;width:160px;margin-left:8px;flex:0 0 160px}.site-header__logo-lockup{position:relative;display:block;width:160px;height:49px}.site-header__logo img{width:160px;height:49px}.site-header__logo-text-dark{display:none;position:absolute;inset:0;filter:brightness(0);clip-path:inset(0 0 0 29%)}
.site-header__nav{margin-left:30px}.site-header__nav ul{display:flex;gap:12px;align-items:center;list-style:none;margin:0;padding:0}.site-header__nav a{display:flex;align-items:center;height:80px;padding:8px;color:#fff;font-size:16px;line-height:28px;font-weight:500;white-space:nowrap}.site-header__nav a:hover,.site-header__nav a[aria-current=page]{color:#83cf92}
.site-header__nav + .site-header__icon{margin-left:auto}.site-header__search{margin-left:10px}
.site-header__cta{min-height:40px;margin-left:18px;padding:1px 16px;border:0;border-radius:50px;background:var(--green);color:#fff;font-size:15px;line-height:15px;font-weight:600;cursor:pointer}
.site-header.is-scrolled{position:fixed;left:0;right:0;padding:0;background:rgba(255,255,255,.92);box-shadow:0 4px 18px rgba(0,0,0,.1);backdrop-filter:blur(14px)}
.site-header.is-scrolled .site-header__inner{min-height:64px;max-width:none;padding:0 32px;border-radius:0;background:transparent;color:var(--ink);box-shadow:none}
.site-header.is-scrolled .site-header__nav a{color:var(--ink)}
.site-header.is-scrolled .site-header__logo-image{filter:none!important;opacity:1}
@media (min-width:768px){.site-header.is-scrolled .site-header__logo-text-dark{display:block}}

.site-search{position:fixed;z-index:220;top:0;left:0;right:0;height:96px;background:#fff;box-shadow:0 12px 34px rgba(18,24,28,.16)}.site-search form{position:relative;display:flex;align-items:center;width:100%;max-width:1436px;height:100%;margin:0 auto;padding:0 96px 0 32px}.site-search input{width:100%;height:58px;padding:0 18px;border:1px solid #d9dcdf;border-radius:12px;outline:0;background:#fff;color:var(--ink);font-family:Onest,sans-serif;font-size:22px}.site-search input::placeholder{color:#9ca0a6}.site-search input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(49,146,73,.12)}.site-search__submit,.site-search__close{position:absolute;top:50%;display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;background:transparent;color:#555a61;transform:translateY(-50%);cursor:pointer}.site-search__submit{right:80px}.site-search__close{right:28px;font-size:30px;font-weight:300}.site-search svg{width:19px;height:19px;fill:currentColor}.site-search-backdrop{position:fixed;z-index:210;inset:0;background:rgba(13,20,28,.62);backdrop-filter:blur(3px)}

.contact-popover{position:fixed;z-index:130;top:98px;right:32px;width:280px;padding:32px;border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 18px 50px rgba(0,0,0,.22)}
.contact-popover>*{display:block;margin-bottom:16px}.contact-popover__phone{font-family:Geologica;font-size:23px}.contact-popover p{font-size:14px;color:var(--muted)}
.panel-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#555}
.social-links{display:flex;gap:10px}.social-links a{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;overflow:hidden;font-size:0;background:#f4f6f8}
.social-links a::before{content:"";width:20px;height:20px;background-image:url('../img/brand/social-sprite.svg');background-repeat:no-repeat;background-size:860px 68px}
.social-links a:first-child::before{background-position:-168px -48px}
.social-links a:last-child::before{background-position:-192px -48px}

.drawer-backdrop{position:fixed;z-index:140;inset:0;background:rgba(20,23,24,.72);backdrop-filter:blur(4px)}
.mobile-drawer{position:fixed;z-index:150;inset:0 auto 0 0;width:300px;padding:24px 32px;background:#fff;color:var(--ink);box-shadow:20px 0 60px rgba(0,0,0,.15)}
.mobile-drawer__logo{display:block;width:182px;margin-bottom:24px}.mobile-drawer__logo img{filter:brightness(0);width:182px}
.mobile-drawer nav{display:grid}.mobile-drawer nav a{padding:10px 0;font-size:18px}
.mobile-drawer__cta{width:100%;height:42px;margin:20px 0 24px;border:1px solid #b9cbbd;border-radius:24px;background:#fff;color:var(--green);font-weight:600;cursor:pointer}
.mobile-drawer__contacts{display:grid;gap:10px;padding-top:20px;border-top:1px solid var(--line)}.mobile-drawer__contacts a:first-child{font-size:19px}
.mobile-drawer .social-links{margin-top:24px}

.request-modal{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:20px}
.request-modal__backdrop{position:absolute;inset:0;background:rgba(18,22,23,.72);backdrop-filter:blur(4px)}
.request-modal__panel{position:relative;width:min(650px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:10px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.request-modal__panel .form-card{border:0}

/* Home */
.home-hero{min-height:830px;position:relative;display:flex;align-items:center;color:#fff;background:url('../img/brand/hero.png') center/cover no-repeat}
.home-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.02) 65%)}
.home-hero__content{position:relative;z-index:1;padding-top:86px;transform:translateY(14px)}
.home-hero__eyebrow{width:605px;margin:0;color:#fff;font-size:16px;line-height:26px}
.home-hero h1{width:605px;max-width:605px;margin:0;color:#fff;font-size:65.55px;line-height:75.55px;letter-spacing:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.home-hero__lead{width:605px;max-width:605px;margin:20px 0 0;font-size:20px;line-height:30px}
.home-hero__lead+.btn{min-height:56px;margin-top:32px;padding:0 25px;color:#00863c;font-size:18px;line-height:18px}

.proof-wall{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}
.proof-wall__item{position:relative;min-height:310px;background-position:center;background-size:cover}
.proof-wall__item::after,.visual-card::after,.project-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.78) 100%)}
.proof-wall__item>div{position:absolute;z-index:1;left:32px;right:28px;bottom:30px;color:#fff}.proof-wall small,.project-tile small{display:block;margin-bottom:4px;color:rgba(255,255,255,.68);font-size:15px}.proof-wall strong{display:block;font-family:Geologica;font-size:24px;line-height:1.25}
.home-section{padding:130px 0;border-bottom:1px solid var(--line)}
.home-section__heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:48px}.home-section__heading>div{max-width:940px}.home-section__heading h2{margin-bottom:16px}.home-section__heading h2 a:hover{color:inherit}.home-section__heading h2 span{display:inline-block;margin-left:10px;font-size:54px;line-height:.6;vertical-align:-5px}.home-section__heading p{margin:0;color:var(--muted);font-size:18px}
.home-services__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:900px}
.visual-card{position:relative;min-height:300px;border-radius:20px;overflow:hidden;background-position:center;background-size:cover;color:#fff}
.visual-card span{position:absolute;z-index:1;left:32px;right:28px;bottom:30px;font-family:Geologica;font-size:24px;line-height:1.25}.visual-card:hover{color:#fff}
.home-projects{background:var(--soft)}.home-projects__heading>div{max-width:1050px}.home-section__eyebrow{margin-bottom:16px!important;color:var(--muted)}
.home-projects__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.project-tile{position:relative;min-height:512px;border-radius:20px;overflow:hidden;background-position:center;background-size:cover;color:#fff}.project-tile>span{position:absolute;z-index:1;left:32px;right:28px;bottom:30px}.project-tile strong{display:block;font-family:Geologica;font-size:24px;line-height:1.25}.project-tile:hover{color:#fff}
.benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.benefit-card{min-height:360px;padding:32px;border:1px solid var(--line);border-radius:20px}.benefit-card img{width:82px;height:82px;margin-bottom:22px}.benefit-card h3{margin-bottom:6px;font-size:18px}.benefit-card p{margin:0;color:#5f6267;font-size:16px;line-height:1.55}
.company-key__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.company-key__grid>div{padding-right:45px}.company-key li{margin-bottom:6px;color:#666;list-style-type:"–  "}.company-key img{width:100%;height:410px;object-fit:cover;border-radius:20px}
.home-contacts{background:var(--soft)}.home-contacts .home-section__heading>div{max-width:1100px}.contact-map{position:relative;min-height:512px;border-radius:20px;overflow:hidden;background:#eef0f2}.contact-map>iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.contact-map__card{position:relative;z-index:1;width:455px;min-height:512px;padding:32px;background:#fff}.contact-map__card h3{font-size:27px}.contact-map dl{display:grid;grid-template-columns:1fr 1fr;gap:26px 30px;margin:34px 0}.contact-map dl div{min-width:0}.contact-map dt{color:#9a9da2;font-size:14px}.contact-map dd{margin:3px 0 0;font-size:16px}
.home-form-section{border:0}.home-form-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.home-form-section__grid>img{width:100%;height:500px;object-fit:cover;border-radius:20px}.home-form-section__content h2{font-size:40px}.home-form-section__content>p{color:#5f6267;line-height:1.55}

/* Forms */
.form-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:16px;color:var(--ink)}
.form-card--bare{padding:8px 0 0;border:0;border-radius:0;background:transparent}
.form-card__title{margin:0 0 5px;font-family:Geologica;font-size:28px;line-height:1.25}.form-card__note{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.45}
.form-card form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.field{margin:0}.field--full{grid-column:1/-1}.field__label{display:block;margin-bottom:6px;font-size:14px}.field__req{color:#c9342f}.field__control{width:100%;height:48px;padding:10px 13px;border:1px solid #dedfe1;border-radius:6px;background:#fff;color:var(--ink);font-size:16px}.field__control:focus{border-color:var(--green);outline:0;box-shadow:0 0 0 3px rgba(49,146,73,.12)}.field__error{display:none;margin-top:3px;color:#b3261e;font-size:12px}.field--invalid .field__control{border-color:#b3261e}.field--invalid .field__error{display:block}.consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;margin:4px 0;font-size:14px}.consent input{flex:0 0 20px;width:20px;height:20px;margin:1px 0}.consent a{color:var(--green)}.form-card .btn{grid-column:1/-1;justify-self:start;min-height:48px}.form-card [data-form-status]{grid-column:1/-1}.hp{position:absolute!important;left:-9999px!important;height:0!important;overflow:hidden!important}

/* Breadcrumbs and inner pages */
.breadcrumbs{padding-top:40px;padding-bottom:12px;color:#9a9da2;font-size:13px;line-height:16.58px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:9px;list-style:none;margin:0;padding:0}.breadcrumbs li:not(:last-child)::after{content:"·";margin-left:9px}.breadcrumbs a:hover{color:var(--green)}
.inner-hero{padding:0 0 36px;background:#fff}.inner-hero h1{margin:0;font-size:43.21px;line-height:55.21px;letter-spacing:normal}.inner-hero p{max-width:850px;color:var(--muted)}
.brand-section,.section{padding:72px 0}.section--soft{background:var(--soft)}
.service-showcase{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-showcase__card{position:relative;display:flex;min-height:351.5px;padding:32px;flex-direction:column;justify-content:flex-end;border-radius:20px;overflow:hidden;background-position:center;background-size:cover;color:#fff}.service-showcase__card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.82))}.service-showcase__card span,.service-showcase__card small{position:relative;z-index:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.service-showcase__card span{margin:0;font-family:Geologica;font-size:24px;line-height:1.25;-webkit-line-clamp:4}.service-showcase__card small{margin-top:10px;color:rgba(255,255,255,.75);font-size:15px;line-height:1.55;-webkit-line-clamp:5}.service-showcase__card:hover{color:#fff}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{padding:28px;border:1px solid var(--line);border-radius:20px}.card__title{font-size:22px}.card__text{color:var(--muted);font-size:16px}.card__footer{margin-top:24px;color:var(--green)}
.service-hero{padding:48px 0 72px}.service-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}.service-hero__grid>img{width:100%;max-height:480px;object-fit:cover;border-radius:20px}.service-hero p{color:var(--muted)}.intro{display:grid;grid-template-columns:1fr 430px;gap:50px}.intro__sro{display:inline-block;padding:10px 16px;border-radius:30px;background:#edf6ef;color:var(--green-dark);font-size:14px}.service-content h2{margin-bottom:35px}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.content-grid article{min-height:180px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.content-grid__number{display:block;margin-bottom:14px;color:var(--green);font-family:Geologica}.content-grid p{margin:0;color:#555}
.service-original{padding:42px 0 90px}.service-original--source{padding-top:82px}.service-original>.container>h2{max-width:1200px;margin-bottom:38px;font-family:Onest,sans-serif;font-size:22px;line-height:32px;font-weight:400;letter-spacing:normal}.service-original>.container>h2::first-line{font-weight:600}.service-original__section{margin-top:65px}.service-original__section>h2{margin-bottom:26px;font-size:30px}.service-original__cta{margin-top:70px;padding:42px;border-left:9px solid var(--green);background:var(--soft)}.service-original__cta h2{max-width:900px}.service-order-panel{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:118px;margin:0 0 42px;padding:32px;border:1px solid #e4e8f3;border-radius:20px;background:#f7f8fb}.service-order-panel p{max-width:820px;margin:0;font-size:16px;line-height:24px}.service-order-panel>div{display:flex;align-items:center;gap:12px;flex:0 0 auto}.service-order-panel .btn{min-width:200px}.service-order-panel__question{display:grid;place-items:center;width:52px;height:52px;border:1px solid #b9cbbd;border-radius:50%;background:transparent;color:var(--green);font-weight:600;cursor:pointer}.service-copy-section{margin-top:38px}.service-copy-section h2{margin-bottom:20px;font-family:Onest,sans-serif;font-size:20px;line-height:30px;font-weight:600;letter-spacing:normal}.service-copy-section ul,.service-copy-section ol{display:grid;gap:14px;margin:0;padding-left:28px}.service-copy-section li{padding-left:2px;font-size:18px;line-height:28px}.service-page-hero--image{min-height:535px;margin-top:-112px;padding-top:330px;background:linear-gradient(rgba(10,14,15,.47),rgba(10,14,15,.47)),url('../img/brand/service-aerofoto-hero.png') center/cover no-repeat;color:#fff}.service-page-hero--image .breadcrumbs{padding:0 0 16px;color:rgba(255,255,255,.82)}.service-page-hero--image .breadcrumbs a{color:rgba(255,255,255,.82)}.service-page-hero--image h1{max-width:920px;margin:0;color:#fff;font-size:43.21px;line-height:55.21px;letter-spacing:normal}
.service-source-page .site-header:not(.is-scrolled){position:absolute;left:0;right:0;top:0}.service-source-hero{position:relative;min-height:535px;overflow:hidden;background:#303536;color:#fff}.service-source-hero__image,.service-source-hero__shade{position:absolute;inset:0;width:100%;height:100%}.service-source-hero__image{object-fit:cover}.service-source-hero__shade{background:rgba(10,14,15,.47)}.service-source-hero__content{position:relative;z-index:1;display:flex;min-height:535px;padding-bottom:44px;flex-direction:column;justify-content:flex-end}.service-source-hero .breadcrumbs{padding:0 0 16px;color:rgba(255,255,255,.82)}.service-source-hero .breadcrumbs a{color:rgba(255,255,255,.82)}.service-source-hero h1{max-width:920px;margin:0;color:#fff;font-size:43.21px;line-height:55.21px;letter-spacing:normal}
.service-landing-hero{padding:18px 0 78px}.service-landing-hero__grid,.scan-hub-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:64px;align-items:center}.service-landing-hero__grid>img,.scan-hub-hero__grid>img{width:100%;height:480px;object-fit:cover;border-radius:20px}.service-landing-hero__eyebrow{margin:0 0 14px;color:var(--green);font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.service-landing-hero h1,.scan-hub-hero h1{font-size:45px}.service-landing-hero__lead,.scan-hub-hero__grid>div>p:not(.service-landing-hero__eyebrow){max-width:720px;color:#62666c;font-size:19px;line-height:1.6}.service-landing-hero__actions{display:flex;gap:12px;margin-top:30px}.service-landing-section{padding:82px 0}.service-landing-section__heading{display:flex;align-items:flex-start;gap:18px;margin-bottom:36px}.service-landing-section__heading>span{padding-top:7px;color:var(--green);font:500 14px/1 Geologica,Onest,sans-serif}.service-landing-section__heading h2{max-width:980px;margin:0;font-size:36px}.service-landing-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-landing-list article,.service-landing-list--ordered li{min-height:180px;padding:26px;border:1px solid #e0e2e4;border-radius:20px;background:#fff;list-style:none}.service-landing-list article>span,.service-landing-list--ordered li>span{display:block;margin-bottom:32px;color:var(--green);font:500 14px/1 Geologica,Onest,sans-serif}.service-landing-list article p,.service-landing-list--ordered li p{margin:0;font-size:17px;line-height:1.5}.service-landing-list--ordered{grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0}.service-landing-list--ordered li{min-height:220px}.service-landing-list--ordered li>span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:42px;border-radius:50%;background:var(--green);color:#fff}.service-landing-visual{padding:0 0 82px}.service-landing-visual img{width:100%;height:460px;object-fit:cover;border-radius:20px}.service-landing-cta{padding:64px 0;background:#2b2d2d;color:#fff}.service-landing-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:48px}.service-landing-cta p{margin:0 0 8px;color:#8ad099;font-size:15px}.service-landing-cta h2{max-width:880px;margin:0;color:#fff;font-size:34px}.service-landing-cta .btn{flex:0 0 auto}
.scan-hub-hero{padding:18px 0 82px}.scan-hub-services{padding-top:82px}.scan-hub-services__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.scan-service-card{position:relative;min-height:360px;border-radius:20px;overflow:hidden;color:#fff}.scan-service-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 28%,rgba(0,0,0,.84) 100%)}.scan-service-card>img{width:100%;height:360px;object-fit:cover}.scan-service-card>span{position:absolute;z-index:1;left:26px;right:24px;bottom:24px}.scan-service-card small{display:block;margin-bottom:7px;color:rgba(255,255,255,.68);font-size:13px}.scan-service-card strong{display:block;font-family:Geologica,Onest,sans-serif;font-size:20px;line-height:1.35}.scan-service-card em{display:block;margin-top:14px;color:#8bd39a;font-size:14px;font-style:normal}.scan-service-card:hover{color:#fff}.scan-hub-technology__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.scan-hub-technology article{display:grid;grid-template-columns:210px 1fr;min-height:340px;overflow:hidden;border-radius:20px;background:#fff}.scan-hub-technology article img{width:100%;height:340px;object-fit:cover}.scan-hub-technology article div{padding:32px}.scan-hub-technology article h3{font-size:23px}.scan-hub-technology article p{color:#64686d;font-size:16px}.scan-hub-results__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:32px;align-items:center}.scan-hub-results__grid>img{width:100%;height:390px;object-fit:cover;border-radius:20px}.scan-hub-results__grid h3{font-size:28px}.scan-hub-results__grid ul{display:grid;gap:12px;padding-left:20px;color:#5f6368}.scan-hub-results__wide{width:100%;height:390px;margin-top:32px;object-fit:cover;border-radius:20px}.scan-hub-workflow>div>img{width:100%;height:380px;margin-bottom:32px;object-fit:cover;border-radius:20px}
.rich-content{min-width:0;color:#46494d}.rich-content h2{margin-top:44px}.rich-content h3{margin-top:32px}.rich-content img{border-radius:20px}.rich-content table{width:100%;border-collapse:collapse}.rich-content th,.rich-content td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:64px;align-items:start}.article-layout aside{position:sticky;top:90px}

/* Catalog */
.catalog-original{padding-top:0;padding-bottom:90px}.catalog-original h1{margin-bottom:44.71px;font-size:43.21px;line-height:55.21px;letter-spacing:normal}.catalog-original__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.catalog-original__card{position:relative;min-height:290.5px;padding:32px;border-radius:20px;overflow:hidden;background-position:center;background-size:cover;color:#fff}.catalog-original__card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.78))}.catalog-original__card span,.catalog-original__card strong{position:absolute;z-index:1;left:32px;right:32px}.catalog-original__card span{bottom:98px;color:rgba(255,255,255,.7);font-size:15px;line-height:24px}.catalog-original__card strong{bottom:32px;font-family:Geologica;font-size:20px;line-height:30px}.catalog-original__card:hover{color:#fff}
.catalog-heading{padding:0 0 36px}.catalog-heading h1{margin:0;font-size:43.21px;line-height:55.21px;letter-spacing:normal}.catalog-heading h1 small{display:inline-block;margin:0 0 6px 15px;padding:1px 7px;border:1px solid rgba(153,153,153,.35);border-radius:6px;color:#999;font-family:Onest;font-size:15px;line-height:24px;vertical-align:middle}.brand-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:44.71px 0 0}.brand-tile{min-width:0;border:0}.brand-tile>div{aspect-ratio:1/1;overflow:hidden;border-radius:20px}.brand-tile img{width:100%;height:100%;object-fit:cover}.brand-tile small,.brand-tile strong{display:block;padding-right:20px}.brand-tile small{margin-top:16px;color:#999;font-size:15px;line-height:24px}.brand-tile strong{font-family:Geologica;font-size:20px;line-height:30px}.catalog-category-intro{margin:32px 0 0;color:#666;font-size:18px;line-height:26px}
.catalog-products{padding:26px 0 90px}.catalog-toolbar{display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 0;color:#777;font-size:14px;border-bottom:1px solid var(--line)}.catalog-toolbar--controls{justify-content:flex-start;gap:8px;margin:0 0 20px;padding:0;border:0}.catalog-toolbar--controls button{height:40px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:14px}.catalog-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.catalog-product{display:flex;flex-direction:column;min-width:0;min-height:354px;padding:24px;border:1px solid var(--line);border-radius:20px;transition:.2s}.catalog-product:hover{box-shadow:var(--shadow)}.catalog-product__media{position:relative;height:185px;margin-bottom:16px}.catalog-product__media img{width:100%;height:100%;object-fit:contain}.catalog-product__media span{display:none}.catalog-product>small{color:#999}.catalog-product h2{margin-bottom:2px;font-size:18px;line-height:1.35;letter-spacing:normal}.catalog-product p{margin-bottom:14px;color:#59b344;font-size:14px}.catalog-product__order{display:flex;align-items:center;justify-content:center;min-height:40px;margin-top:auto;border-radius:24px;background:var(--green);color:#fff;font-weight:600}.catalog-product__order:hover{color:#fff;background:var(--green-dark)}
.catalog-toolbar--controls{margin-bottom:19px}.catalog-toolbar--controls button{height:34px}.catalog-brand .catalog-product__media{height:157px}
.catalog-view-switch{display:flex;margin-left:auto;border:1px solid var(--line);border-radius:8px;overflow:hidden}.catalog-view-switch button{display:grid;place-items:center;width:36px;padding:0;border:0;border-radius:0;color:#9a9da2}.catalog-view-switch button.is-active{color:var(--ink);background:#fff}.catalog-view-switch svg{width:17px;height:17px;fill:currentColor}
.catalog-brand{display:grid;grid-template-columns:270px minmax(0,1fr);gap:40px;padding-top:8.71px;padding-bottom:90px}.catalog-sidebar{position:sticky;top:90px;align-self:start;font-size:16px}.catalog-sidebar>strong{display:block;margin-bottom:10px}.catalog-sidebar__group>a{display:block;padding:10px 12px}.catalog-sidebar__group.is-active>a{border-radius:8px;background:#f5f6f8;font-weight:600}.catalog-sidebar__group>div{display:grid;padding:4px 12px 10px}.catalog-sidebar__group>div a{padding:6px 8px}.catalog-sidebar__group>div a.is-active{width:max-content;border-radius:6px;background:#f5f6f8;font-weight:600}.catalog-brand__main{min-width:0}
.catalog-filter-trigger{display:none;border:0;background:transparent;color:var(--ink);font-weight:600;cursor:pointer}.catalog-filter{position:fixed;z-index:150;inset:0 auto 0 0;width:320px;max-width:84vw;padding:28px 24px;background:#fff;box-shadow:20px 0 60px rgba(0,0,0,.2)}.catalog-filter h2{font-size:18px}.catalog-filter>button:not(.panel-close){display:block;width:100%;padding:18px 0;border:0;border-top:1px solid var(--line);background:#fff;text-align:left;cursor:pointer}
.catalog-source-copy{max-width:1050px;padding-top:72px;padding-bottom:10px}.catalog-source-copy--brand{max-width:none;margin-top:0}.catalog-source-copy h2{margin-bottom:26px;font-size:34px}.catalog-source-copy h3{margin-top:42px;font-size:27px}.catalog-source-copy h4{margin:0 0 18px;font-size:19px}.catalog-source-copy p,.catalog-source-copy li{color:#414449;line-height:1.6}.catalog-source-copy ul{display:grid;gap:14px;margin:0;padding:28px 42px 30px 55px;list-style:none}.catalog-source-copy li{position:relative}.catalog-source-copy li::before{content:"✓";position:absolute;left:-32px;color:var(--green);font-weight:700}.catalog-source-copy__lead{margin:0 0 36px;padding:2px 0 2px 18px;border-left:9px solid var(--green);font-size:20px}.catalog-source-copy__lead p{margin:0}.source-box{margin-top:28px;border:1px solid #aaa}.source-box h3{margin:0;padding:18px 20px;border-bottom:1px solid #aaa;font-size:21px}.source-box ul{gap:16px}.source-box li::before{content:none}.source-rows{border-top:1px solid #aaa}.source-rows>div{display:grid;grid-template-columns:1fr 2fr;border:1px solid #aaa;border-top:0}.source-rows strong,.source-rows p{margin:0;padding:20px}.source-rows strong{position:relative;padding-left:45px;border-right:1px solid #aaa}.source-rows strong::before{content:"✓";position:absolute;left:20px;color:var(--green)}.source-columns{display:grid;grid-template-columns:1fr 1fr;border:1px solid #aaa}.source-columns>div{padding:24px 20px}.source-columns>div+div{border-left:1px solid #aaa}.source-columns ul{padding:0 0 0 36px}.source-columns>p{grid-column:1/-1;margin:0;padding:24px 20px;border-top:1px solid #aaa}
.product-hero{display:grid;grid-template-columns:minmax(0,714fr) minmax(380px,456fr);gap:40px;padding-top:24px;padding-bottom:40px}.product-hero__media{display:grid;place-items:center;min-width:0;min-height:470px;padding:40px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.product-hero__media img{display:block;width:auto;max-width:100%;height:auto;max-height:470px;object-fit:contain;image-rendering:auto}.product-card__media{display:grid;place-items:center;height:250px;margin-bottom:18px;padding:20px;border-radius:16px;background:#fff}.product-card__media img{display:block;width:auto;max-width:100%;height:auto;max-height:210px;object-fit:contain}.product-hero__info{min-width:0}.product-hero__info h1{margin:0;font-size:34px;line-height:44px;letter-spacing:normal}.product-stock{margin:8px 0 20px;color:#59b344;font-size:16px;line-height:24px}.product-action-card{padding:24px;border:1px solid var(--line);border-radius:20px}.product-action-card .btn{min-height:48px;font-size:16px}.product-action-card .btn+.btn{margin-top:8px}.product-action-card p{margin:12px 0 0;color:#666;font-size:14px;line-height:20px}.product-price-note{margin:20px 0 0;color:#a5a5aa;font-size:14px;line-height:22px}.badge{display:inline-block;padding:5px 12px;border-radius:20px;background:#eef6f0;color:var(--green);font-size:14px}.product-tabs{display:flex;gap:36px;margin-bottom:36px;border-bottom:1px solid var(--line)}.product-tabs button{display:block;margin:0;padding:8px 0 18px;border:0;border-bottom:2px solid transparent;background:transparent;font-size:18px;line-height:1.55;cursor:pointer}.product-tabs button[aria-selected=true]{border-bottom-color:var(--green);font-weight:600}.product-payment{max-width:980px}.product-payment p{line-height:1.65}.product-description{padding-top:0;padding-bottom:90px}.product-description__intro{text-align:center;margin:0 0 30px}.product-description__intro h2{margin-bottom:6px;font-size:30px}.product-description__intro strong{font-size:22px}.product-description>h2{margin-top:28px;font-size:30px}.product-description p{line-height:1.65}.specs{overflow-x:auto}.specs table{width:100%;border-collapse:collapse}.specs caption{text-align:left;font-family:Geologica;font-size:32px;margin-bottom:20px}.specs th,.specs td{padding:18px 16px;border:1px solid #aaa;text-align:left}.specs th{width:34%;font-weight:600}.specs thead th{text-align:center;background:#fafafa}.specs__group th{background:#edf6ef;color:var(--ink);font-weight:600}.product-feature-list{margin:0;padding:22px;border:1px solid #aaa;list-style:none}.product-feature-list li{position:relative;margin:0 0 12px;padding-left:30px}.product-feature-list li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.product-specifications{padding:0 0 90px;background:#fff}.product-specifications h3{margin:0 0 26px;font-size:30px;line-height:30px;letter-spacing:normal}.specs--technical th,.specs--technical td{padding:0;border:1px solid #222;font-size:18px;line-height:26px;vertical-align:top}.specs--technical th{width:50%;background:#d6ead8;font-weight:400}.specs--technical td{width:50%;background:#fff}.specs--technical .specs__group th{width:100%;background:#1a4a2e;color:#fff;font-weight:600}

.product-action-card{min-height:202px;padding:44px 26px 20px}.product-feature-list{padding:22px 22px 22px 52px;list-style:disc}.product-feature-list li{padding-left:8px}.product-feature-list li::before{content:none}.product-feature-list li::marker{color:var(--green)}
.product-action-card .btn svg{width:16px;height:16px;margin-right:8px;fill:currentColor}.product-action-card p{display:flex;align-items:flex-start;gap:10px}.product-action-card p svg{flex:0 0 16px;width:16px;height:16px;margin-top:2px;fill:#9a9da2}

/* Bitrix content: one shared presentation layer, with no styles stored in descriptions */
.site-rich-description{color:#344238;font-size:16px;line-height:1.62;overflow-wrap:anywhere}.site-rich-description>*:first-child{margin-top:0}.site-rich-description>*:last-child{margin-bottom:0}.site-rich-description h1,.site-rich-description h2,.site-rich-description h3,.site-rich-description h4{margin:38px 0 18px;color:var(--ink);font-family:Geologica,Onest,sans-serif;letter-spacing:-.02em}.site-rich-description h1{font-size:38px;line-height:1.18}.site-rich-description h2{font-size:30px;line-height:1.24}.site-rich-description h3{font-size:24px;line-height:1.3}.site-rich-description h4{font-size:19px;line-height:1.35}.site-rich-description p{margin:0 0 18px}.site-rich-description ul,.site-rich-description ol{display:grid;gap:10px;margin:0 0 24px;padding-left:27px}.site-rich-description li{padding-left:4px}.site-rich-description li::marker{color:var(--green);font-weight:700}.site-rich-description img{display:block;width:auto;max-width:100%;height:auto;margin:24px auto;object-fit:contain}.site-rich-description table{width:100%;margin:24px 0;border-collapse:collapse;background:#fff}.site-rich-description th,.site-rich-description td{padding:13px 15px;border:1px solid rgba(26,74,46,.18);vertical-align:top;text-align:left}.site-rich-description th{background:#eef7f1;color:#1a4a2e;font-weight:700}.site-rich-description blockquote{margin:28px 0;padding:20px 24px;border-left:6px solid var(--green);background:#eef7f1}.service-rich-description-section{padding:20px 0 82px}.service-rich-description{max-width:1120px}.service-rich-description .item-accordion-wrapper{margin:0 0 14px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.service-rich-description .accordion-head{padding:20px 24px;color:var(--ink);font-weight:600}.service-rich-description .accordion-body{padding:0 24px 22px}.service-rich-description .collapse{display:block!important}.service-rich-description .accordion-preview,.service-rich-description .accordion-close,.service-rich-description .svg{display:none}
.site-rich-description .bitrix-flex{display:flex}.site-rich-description .bitrix-flex-column{flex-direction:column}.site-rich-description .bitrix-flex-wrap{flex-wrap:wrap}.site-rich-description .bitrix-grow{flex:1 1 220px}.site-rich-description .bitrix-grid{display:grid;gap:16px}.site-rich-description .bitrix-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.site-rich-description .bitrix-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.site-rich-description .bitrix-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.site-rich-description .bitrix-bordered{border:1px solid #9b9b9b}.site-rich-description .bitrix-border-top{border-top:1px solid #9b9b9b}.site-rich-description .bitrix-border-right{border-right:1px solid #9b9b9b}.site-rich-description .bitrix-border-bottom{border-bottom:1px solid #9b9b9b}.site-rich-description .bitrix-border-left{border-left:1px solid #9b9b9b}.site-rich-description .bitrix-soft{background:#fafafa}.site-rich-description .bitrix-padded{padding:18px 16px}.site-rich-description .bitrix-semibold{font-weight:600}.site-rich-description .bitrix-center{text-align:center}.site-rich-description .bitrix-items-center{align-items:center}.site-rich-description .bitrix-justify-center{justify-content:center}.site-rich-description .bitrix-col-narrow{flex:0 1 12%;min-width:90px}.site-rich-description .bitrix-col-small{flex:0 1 20%;min-width:150px}.site-rich-description .bitrix-col-medium{flex:0 1 28%;min-width:230px}.site-rich-description .bitrix-col-half{flex:0 1 50%;min-width:280px}.site-rich-description .bitrix-col-wide{flex:1 1 65%;min-width:300px}.site-rich-description img.bitrix-icon{display:inline-block;width:auto;max-width:32px;height:auto;max-height:32px;margin:0 8px 0 0;vertical-align:middle}.site-rich-description img.bitrix-media-wide{width:100%;margin:28px 0}

.sr-equipment-page{--sr-green:#1a4a2e;--sr-green-2:#24623f;--sr-green-3:#2f7a4e;--sr-light:#eef7f1;--sr-light-2:#d6ead8;--sr-text:#1f2933;--sr-muted:#5d6b61;--sr-border:rgba(26,74,46,.16);--sr-shadow:0 14px 40px rgba(26,74,46,.1);max-width:1180px;margin:0 auto;padding:24px 0;color:var(--sr-text);font-family:Onest,Arial,sans-serif;line-height:1.55}.sr-equipment-page *,.sr-equipment-page *::before,.sr-equipment-page *::after{box-sizing:border-box}.sr-equipment-page h1,.sr-equipment-page h2,.sr-equipment-page h3,.sr-equipment-page p{margin-top:0}.sr-equipment-hero{position:relative;overflow:hidden;margin-bottom:28px;padding:34px;border:1px solid var(--sr-border);border-radius:28px;background:radial-gradient(circle at 85% 20%,rgba(214,234,216,.95),transparent 34%),linear-gradient(135deg,#f4fbf6 0%,#fff 58%,#edf7ef 100%);box-shadow:var(--sr-shadow)}.sr-equipment-hero::before{content:"";position:absolute;right:-80px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:rgba(26,74,46,.08)}.sr-equipment-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:rgba(26,74,46,.1);color:var(--sr-green);font-size:14px;font-weight:800}.sr-equipment-title{position:relative;z-index:1;margin-bottom:16px;color:var(--sr-green);font-family:Geologica,Onest,sans-serif;font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.12;letter-spacing:-.02em}.sr-equipment-lead{position:relative;z-index:1;max-width:850px;margin-bottom:0;color:#2f3f35;font-size:18px}.sr-equipment-section{margin:28px 0;padding:28px;border:1px solid var(--sr-border);border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(26,74,46,.06)}.sr-equipment-section-title{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--sr-green);font-family:Geologica,Onest,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.18}.sr-equipment-section-title::before{content:"";flex:0 0 auto;width:9px;height:34px;border-radius:20px;background:linear-gradient(180deg,var(--sr-green),#77a982)}.sr-equipment-text{margin-bottom:0;color:#344238;font-size:16px}.sr-equipment-advantages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.sr-equipment-adv-card{position:relative;overflow:hidden;min-height:142px;padding:18px;border:1px solid var(--sr-border);border-radius:18px;background:linear-gradient(180deg,#f7fbf8 0%,#fff 100%);box-shadow:0 8px 22px rgba(26,74,46,.055)}.sr-equipment-adv-card::after{content:"";position:absolute;right:-28px;top:-28px;width:82px;height:82px;border-radius:50%;background:rgba(26,74,46,.055)}.sr-equipment-adv-title{position:relative;z-index:1;display:inline-flex;align-items:center;width:fit-content;max-width:100%;margin-bottom:10px;padding:6px 10px;border:1px solid rgba(26,74,46,.22);border-radius:999px;background:rgba(26,74,46,.09);color:var(--sr-green);font-size:15px;font-weight:900;line-height:1.25}.sr-equipment-adv-text{position:relative;z-index:1;display:block;color:#3b4a41;font-size:14px}.sr-equipment-adv-text b{color:var(--sr-green);font-weight:900}.sr-equipment-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.sr-equipment-list li{position:relative;padding:13px 16px 13px 42px;border:1px solid var(--sr-border);border-radius:15px;background:var(--sr-light);color:#33443a}.sr-equipment-list li::before{content:"✓";position:absolute;left:15px;top:13px;width:20px;height:20px;border-radius:50%;background:var(--sr-green);color:#fff;font-size:13px;font-weight:800;line-height:20px;text-align:center}.sr-equipment-table-wrap{width:100%;margin-top:16px;overflow-x:auto;border:1px solid var(--sr-border);border-radius:18px;background:#fff}.sr-equipment-table-note{display:none;margin:10px 0 0;color:var(--sr-muted);font-size:13px}.site-rich-description .sr-equipment-spec-table{display:table;width:100%;min-width:720px;margin:0;border-collapse:collapse;background:#fff}.site-rich-description .sr-equipment-spec-table td{padding:13px 15px;border:1px solid rgba(26,74,46,.14);vertical-align:top;text-align:left;font-size:15px}.site-rich-description .sr-equipment-spec-table td:first-child{width:42%;background:var(--sr-light-2);color:var(--sr-green);font-weight:800}.site-rich-description .sr-equipment-spec-table td:last-child{color:#2f3f35}.site-rich-description .sr-equipment-spec-title td{background:var(--sr-green)!important;color:#fff!important;font-size:16px;font-weight:900!important;text-align:left}

/* Projects and pages */
.project-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.project-card{position:relative;height:512px;overflow:hidden;border-radius:20px;background:#252727;color:#fff}.project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.78) 100%)}.project-card img{width:100%;height:512px;object-fit:cover}.project-card>div{position:absolute;z-index:1;left:32px;right:28px;bottom:30px}.project-card small{display:block;margin-bottom:4px;color:rgba(255,255,255,.68);font-size:15px}.project-card h2,.project-card h3{margin:0;color:#fff;font-size:24px;line-height:1.25}.project-card:hover{color:#fff}.project-grid--light .project-card{background:#252727}
.projects-map{height:400px;margin:8.71px 0 72px;border-radius:20px;overflow:hidden;background:#eef1ee}.projects-map iframe{display:block;width:100%;height:100%;border:0}
.project-original{padding-bottom:90px}.project-original h1{margin:0 0 44.71px;font-size:43.21px;line-height:55.21px;letter-spacing:normal}.project-original__image{width:100%;aspect-ratio:1210/800;object-fit:cover;border-radius:20px}.project-original__cta{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:40px;padding:32px;border:1px solid var(--line);border-radius:20px;background:#f8f9fc}.project-original__cta p{max-width:800px;margin:0}.project-original__cta .btn{flex:0 0 auto;min-width:200px}.project-original__body{max-width:none;padding-top:34px}.project-original__body p{line-height:1.55}
.project-detail-map{margin-top:62px}.project-detail-map h2{font-size:30px}.project-detail-map iframe{display:block;width:100%;height:500px;border:0;border-radius:20px;background:#eef1ee}
.company-page{min-height:248px;padding:0 0 78px}.company-page p{margin-top:40px;color:#65686d;font-size:18px;line-height:1.45}.company-about__intro{display:grid;grid-template-columns:1fr 1fr;gap:72px}.company-about small,.company-legal small{display:block;margin-bottom:18px;color:#8b8e94;font-size:15px}.company-about p{color:#65686d}.company-facts__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.company-facts__grid article{display:flex;flex-direction:column;min-height:210px;padding:30px;border-radius:20px;background:#f5f6f8}.company-facts__grid strong{color:var(--green);font-family:Geologica;font-size:42px}.company-facts__grid span{margin-top:auto;color:#65686d}.company-directions__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.company-directions__grid a{display:flex;justify-content:space-between;gap:20px;min-height:130px;padding:28px;border-radius:20px;background:#fff;font-family:Geologica;font-size:22px}.company-directions__grid span{color:var(--green);font-size:34px}.company-legal__grid{display:grid;grid-template-columns:1fr 1fr;gap:72px}.company-legal dl{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:28px 0 0}.company-legal dl div{padding:15px 0;border-top:1px solid var(--line)}.company-legal dt{color:#92959a;font-size:14px}.company-legal dd{margin:3px 0 0}.company-sro{padding:34px;border-radius:20px;background:#f5f6f8}.company-sro p{color:#60646a;font-size:16px}
.contacts-page{padding-bottom:90px}.contacts-page hr{margin:45px 0 34px;border:0;border-top:1px solid var(--line)}.contacts-page h2{font-size:34px}.contacts-page__facts{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:40px;align-items:end;margin:34px 0}.contacts-page__facts div{display:grid;gap:2px}.contacts-page__facts small{color:#a0a2a7}.contacts-page__media{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contacts-page__media img,.contacts-page__media iframe{width:100%;height:550px;border:0;border-radius:20px;object-fit:cover}.contacts-page__note{max-width:960px;margin:46px 0 0;color:#666;font-size:18px;line-height:1.55}

.search-page{padding-top:12px;padding-bottom:100px}.search-page__form{position:relative;display:flex;gap:12px;max-width:900px;margin:38px 0}.search-page__form input{min-width:0;flex:1;height:58px;padding:0 22px;border:1px solid #cfd2d6;border-radius:50px;outline:0}.search-page__form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(49,146,73,.12)}.search-page__count{color:#8b8e94}.search-results{max-width:980px;border-top:1px solid var(--line)}.search-result{padding:26px 0;border-bottom:1px solid var(--line)}.search-result small{color:#8b8e94}.search-result h2{margin:4px 0 8px;font-size:24px}.search-result p{margin:0;color:#666;font-size:16px}

/* Footer */
.original-footer{padding:48px 0 24px;background:#1b1c1c;color:#d5d5d5}.original-footer__inner{display:grid;grid-template-columns:1.75fr 1fr;gap:16px;max-width:var(--page);margin:0 auto;padding:0 32px}.original-footer__panel{border-radius:20px;background:#2b2c2c}.original-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:44px;min-height:480px;padding:32px}.original-footer h2{margin-bottom:18px;color:#fff;font-size:18px}.original-footer h2 a:hover{color:#fff}.original-footer ul{display:grid;gap:12px;list-style:none;margin:0;padding:0}.original-footer li{max-width:210px;font-size:15px;line-height:1.55;color:#bbb}.original-footer__side{display:grid;grid-template-rows:360px 104px;gap:16px}.original-footer__contacts{display:flex;flex-direction:column;align-items:flex-start;padding:32px}.original-footer__contacts h2{font-size:28px}.original-footer__contacts a{margin-bottom:10px}.original-footer__contacts p{max-width:340px;color:#bbb;font-size:15px}.original-footer__phone{font-family:Geologica;font-size:20px;color:#fff}.original-footer__social{display:flex;align-items:center;justify-content:space-between;padding:24px 32px}.original-footer .social-links a{width:24px;height:24px;background:transparent}.original-footer .social-links a::before{background-position-y:-24px;opacity:.55}.original-footer__bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding:22px 0 0;color:#888;font-size:13px}
.scroll-top{position:fixed;z-index:90;right:6%;bottom:24px;width:46px;height:46px;border:0;border-radius:50%;background:var(--green);color:#fff;font-size:24px;cursor:pointer;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s}.scroll-top.is-visible{opacity:1;pointer-events:auto;transform:none}

.service-rich-description{max-width:1200px;color:#555560;font-size:18px;line-height:26px}.service-rich-description p{line-height:30px}.service-rich-description>.bitrix-flex-column{gap:40px}.service-rich-description>.bitrix-flex-column>.bitrix-flex:first-child{align-items:flex-start;gap:17px}.service-rich-description>.bitrix-flex-column>.bitrix-flex:first-child>.bitrix-soft{flex:0 0 9px;width:9px;height:53px;border-radius:2px;background:#00853c}.service-rich-description>.bitrix-flex-column>.bitrix-flex:first-child>p{margin:0;color:#222428;font-size:22px;line-height:30px}.service-rich-description>.bitrix-flex-column>.bitrix-flex:first-child>p>span:last-child{font-size:18px;font-weight:400}.service-rich-description>.bitrix-flex-column>.bitrix-flex-column{gap:20px}.service-rich-description>.bitrix-flex-column>.bitrix-flex-column>p{margin:0}.service-rich-description>.bitrix-flex-column>section.bitrix-flex-column{gap:25px}.service-rich-description>.bitrix-flex-column>section.bitrix-flex-column>h2{margin:0}.service-rich-description>.bitrix-flex-column>section.bitrix-flex-column>.bitrix-flex-column:not(.bitrix-bordered){gap:20px}

.site-search form{padding-right:64px}.site-search input{padding-right:58px}.site-search__submit{right:70px;width:40px;height:40px;border-radius:12px;background:#eef7f1;color:var(--green);transition:background-color .2s ease,color .2s ease}.site-search__submit:hover{background:var(--green);color:#fff}.site-search__close{right:18px;width:36px;height:36px;font-size:28px;line-height:36px}

@media (max-width:1199px){
  .site-header__inner{padding:0 22px}.site-header__logo{width:145px;flex-basis:145px}.site-header__logo-lockup,.site-header__logo img{width:145px}.site-header__nav ul{gap:5px}.site-header__nav{margin-left:12px}.site-header__nav a{padding:5px;font-size:15px}.site-header__search{display:grid;margin-left:5px}.site-header__cta{margin-left:10px;padding-left:13px;padding-right:13px}
  .proof-wall__item>div{left:24px;right:20px}.proof-wall strong{font-size:21px}
  .benefits-grid,.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .service-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:991px){
  :root{--gutter:20px}
  .site-header{padding:16px 20px 0}.site-header__inner{padding:0 20px}.site-header__nav{display:none}.site-header__logo{margin-left:10px}.site-header__nav + .site-header__icon{margin-left:auto}
  .home-hero h1{font-size:62px}.proof-wall{grid-template-columns:repeat(2,1fr)}
  .home-services__grid,.home-projects__grid,.company-key__grid,.home-form-section__grid,.project-detail__hero,.product-hero{grid-template-columns:1fr 1fr}
  .home-projects__grid .project-tile--wide{grid-column:1/-1}.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-layout,.intro{grid-template-columns:1fr}.article-layout aside{position:static}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-hero__info{grid-column:1/-1}.product-hero__media{min-height:400px}.product-hero__media img{max-height:360px}.company-facts__grid{grid-template-columns:repeat(2,1fr)}
  .original-footer__inner{grid-template-columns:1fr}.original-footer__bottom{grid-column:1}.original-footer__side{grid-template-columns:1fr 1fr}
  .service-landing-hero__grid,.scan-hub-hero__grid{grid-template-columns:1fr;gap:34px}.service-landing-hero__grid>img,.scan-hub-hero__grid>img{height:390px}.service-landing-list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-landing-list--ordered{grid-template-columns:repeat(3,minmax(0,1fr))}.scan-hub-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scan-hub-technology article{grid-template-columns:160px 1fr}
  .sr-equipment-advantages-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-equipment-section{padding:22px}
}

@media (max-width:767px){
  :root{--gutter:16px;--radius:16px}
  html,body{overflow-x:hidden}body{font-size:16px}h1{font-size:32px}h2{font-size:28px}h3{font-size:21px}.container{padding-left:16px;padding-right:22px}
  .site-header,.home-page .site-header{position:relative;padding:0;background:#1d1f1f}.home-page .site-header{position:absolute}.site-header__inner{min-height:62px;padding:0 14px;border-radius:0;box-shadow:none}.site-header__burger{flex-basis:28px;width:28px}.site-header__logo{position:static;width:135px;margin:0 0 0 16px;transform:none;flex-basis:135px}.site-header__logo-lockup,.site-header__logo img{width:135px}.site-header__icon{flex:0 0 30px;width:30px}.site-header__nav + .site-header__icon{margin-left:auto}.site-header__search{display:grid;margin-left:7px}.site-header__cta{display:none}.site-header.is-scrolled{position:fixed}.site-header.is-scrolled .site-header__inner{min-height:62px;padding:0 14px;background:#1d1f1f;color:#fff}.site-header.is-scrolled .site-header__logo img{filter:none!important}.contact-popover{top:70px;right:10px;width:calc(100% - 20px)}.site-search{height:78px}.site-search form{padding:0 92px 0 16px}.site-search input{height:48px;padding:0 13px;font-size:17px}.site-search__submit{right:51px}.site-search__close{right:8px}
  .mobile-drawer{width:300px;max-width:80vw}.mobile-drawer>.panel-close{display:none}.mobile-drawer__logo{width:50px;height:50px;overflow:hidden}.mobile-drawer__logo img{width:182px;max-width:none;height:50px;object-fit:contain;object-position:left center}
  .request-modal{padding:10px}.request-modal__panel{max-height:calc(100vh - 20px);padding:4px}.request-modal .form-card{padding:24px 18px}
  .home-hero{min-height:562px;align-items:flex-start;background-color:#67a6d2;background-size:auto 502px;background-position:center bottom}.home-hero::after{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.14))}.home-hero__content{text-align:center;padding-top:223px;transform:none}.home-hero__eyebrow{display:none}.home-hero h1{max-width:330px;margin:0 auto 12px;font-size:20px;line-height:1.35}.home-hero__lead{max-width:320px;margin:0 auto;font-size:15px;line-height:1.55}.home-hero__lead+.btn{margin-top:30px}.home-hero .btn{min-height:42px;padding:0 20px;font-size:14px}
  .proof-wall{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.proof-wall__item{flex:0 0 260px;min-height:300px;scroll-snap-align:start}.proof-wall__item>div{left:24px;bottom:24px}.proof-wall strong{font-size:20px}
  .home-section{padding:72px 0}.home-section__heading{display:block;margin-bottom:30px}.home-section__heading h2{font-size:28px}.home-section__heading h2 span{font-size:38px}.home-section__heading p{font-size:16px}.plain-link{display:inline-block;margin-top:16px}
  .home-services__grid,.home-projects__grid,.benefits-grid{display:flex;gap:16px;margin-right:-16px;overflow-x:auto;scroll-snap-type:x mandatory}.visual-card,.project-tile,.benefit-card{flex:0 0 256px;min-height:300px;scroll-snap-align:start}.visual-card span,.project-tile>span{left:24px;right:20px;bottom:24px;font-size:20px}.home-projects__grid .project-tile--wide{grid-column:auto}.home-projects__heading h2{font-size:27px}.benefit-card{padding:24px}.benefit-card img{width:70px;height:70px}.benefit-card p{font-size:15px}
  .company-key__grid,.home-form-section__grid,.project-detail__hero,.service-hero__grid,.product-hero{grid-template-columns:1fr}.company-key__grid>div{padding:0}.company-key img{height:280px}.contact-map{min-height:600px}.contact-map__card{width:calc(100% - 32px);min-height:auto;margin:260px 16px 16px;padding:24px}.contact-map dl{grid-template-columns:1fr;gap:16px}.home-form-section__grid{gap:28px}.home-form-section__grid>img{height:310px}.home-form-section__content h2{font-size:28px}
  .form-card{padding:22px 18px}.form-card form{grid-template-columns:1fr}.field--half,.field--full{grid-column:1}.form-card .btn{width:100%}.form-card__title{font-size:24px}
  .breadcrumbs{padding-top:40px;padding-bottom:7px;white-space:normal;overflow:visible}.breadcrumbs ol{flex-wrap:wrap}.inner-hero{padding-bottom:24px}.brand-section,.section{padding:48px 0}.service-showcase{display:grid;grid-template-columns:1fr;gap:16px;margin:5px 0 0;overflow:visible}.service-showcase__card{min-height:354px;padding:24px}.service-showcase__card span{font-size:17px;line-height:24px}.service-showcase__card small{display:none}.cards,.content-grid,.catalog-original__grid,.catalog-product-grid,.project-grid{grid-template-columns:1fr}.content-grid{border-left:0}.content-grid article{border-left:1px solid var(--line)}
  .catalog-original{padding-bottom:60px}.catalog-original h1{margin-bottom:44px}.catalog-original__grid{display:grid;grid-template-columns:1fr;gap:16px;margin-right:0;overflow:visible}.catalog-original__card{min-height:343px}.catalog-original__card span,.catalog-original__card strong{left:24px;right:16px}.catalog-original__card span{bottom:57px}.catalog-original__card strong{bottom:24px;font-size:18px;line-height:24px}.catalog-brand{grid-template-columns:1fr;gap:0;padding-top:8px}.catalog-sidebar{display:none}.catalog-toolbar--controls{display:flex;justify-content:space-between;gap:12px}.catalog-toolbar--controls button:nth-child(n+3),.catalog-view-switch{display:none}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.catalog-product{padding:12px;border-radius:0}.catalog-product__media{height:165px}.catalog-product h2{font-size:15px}.catalog-product__order{font-size:14px}.brand-tile{flex-basis:190px}.product-hero{gap:50px;padding-top:66px;padding-bottom:50px}.product-hero__media{min-height:348px;padding:24px}.product-hero__media img{max-height:300px}.product-hero__info h1{font-size:23px;line-height:32px}.specs th,.specs td{padding:12px 8px;font-size:14px}.project-card img{height:300px}
  .catalog-filter-trigger{display:inline-block}.catalog-toolbar span:last-child{display:none}.service-original{padding:42px 0 65px}.service-original__cta{padding:26px 22px}.service-order-panel{align-items:stretch;flex-direction:column;padding:22px}.service-order-panel>div{width:100%}.service-order-panel .btn{flex:1;min-width:0}.service-page-hero--image{min-height:460px;margin-top:-62px;padding-top:245px}.service-page-hero--image h1{font-size:32px;line-height:41px}.projects-map{height:280px;margin-bottom:38px}.project-card{position:relative;height:352px}.project-card img{height:352px}.project-card>div{position:absolute;z-index:1;left:24px;right:24px;bottom:24px;padding:0}.project-card>div small,.project-card>div p{display:none}.project-card>div h2{margin:0;color:#fff;font-size:19px;line-height:24px}.company-page{min-height:140px;padding-bottom:0}.company-page p{display:none}.company-about__intro,.company-legal__grid,.company-directions__grid{grid-template-columns:1fr;gap:28px}.company-facts__grid{grid-template-columns:1fr 1fr}.company-facts__grid article{min-height:160px;padding:20px}.company-facts__grid strong{font-size:30px}.company-directions__grid a{min-height:105px;padding:22px;font-size:18px}.company-legal dl{grid-template-columns:1fr}.company-sro{padding:24px}.contacts-page h2{font-size:27px}.contacts-page__facts,.contacts-page__media{grid-template-columns:1fr}.contacts-page__facts{gap:43px;margin-top:52px}.contacts-page__facts .btn{justify-self:start;margin-top:-8px}.contacts-page__media img{height:236px}.contacts-page__media iframe{height:280px}.home-contacts{display:block}.home-form-section{padding-top:48px;padding-bottom:48px}.home-form-section__grid>img{display:none}.home-benefits{padding-top:48px;padding-bottom:48px}.company-key{padding-top:48px;padding-bottom:48px}.company-key li:last-child{display:none}.company-key img{height:200px}.catalog-source-copy{padding-bottom:64px}.catalog-source-copy h2{font-size:27px}.catalog-source-copy h3{font-size:23px}.source-rows>div,.source-columns{grid-template-columns:1fr}.source-rows strong{border-right:0;border-bottom:1px solid #aaa}.source-columns>div+div{border-left:0;border-top:1px solid #aaa}.source-columns>p{grid-column:1}.catalog-source-copy ul{padding-right:22px}.search-page__form{display:grid}.search-page__form .btn{width:100%}
  .service-landing-hero,.scan-hub-hero{padding-top:8px;padding-bottom:52px}.service-landing-hero h1,.scan-hub-hero h1{font-size:32px}.service-landing-hero__lead,.scan-hub-hero__grid>div>p:not(.service-landing-hero__eyebrow){font-size:16px}.service-landing-hero__actions{align-items:stretch;flex-direction:column}.service-landing-hero__grid>img,.scan-hub-hero__grid>img{height:260px}.service-landing-section{padding:55px 0}.service-landing-section__heading h2{font-size:27px}.service-landing-list,.service-landing-list--ordered{grid-template-columns:1fr}.service-landing-list article,.service-landing-list--ordered li{min-height:0}.service-landing-list--ordered li>span{margin-bottom:22px}.service-landing-visual{padding-bottom:55px}.service-landing-visual img{height:250px}.service-landing-cta{padding:48px 0}.service-landing-cta>.container{align-items:stretch;flex-direction:column}.service-landing-cta h2{font-size:27px}.scan-hub-services__grid{grid-template-columns:1fr}.scan-service-card,.scan-service-card>img{min-height:320px;height:320px}.scan-hub-technology__grid,.scan-hub-results__grid{grid-template-columns:1fr}.scan-hub-technology article{grid-template-columns:120px 1fr;min-height:260px}.scan-hub-technology article img{height:260px}.scan-hub-technology article div{padding:22px}.scan-hub-results__grid>img,.scan-hub-results__wide,.scan-hub-workflow>div>img{height:240px}.project-detail-map iframe{height:300px}
  .site-rich-description h1{font-size:29px}.site-rich-description h2{font-size:25px}.site-rich-description h3{font-size:21px}.site-rich-description table{display:block;overflow-x:auto}.site-rich-description .bitrix-flex-wrap>.bitrix-col-narrow,.site-rich-description .bitrix-flex-wrap>.bitrix-col-small,.site-rich-description .bitrix-flex-wrap>.bitrix-col-medium,.site-rich-description .bitrix-flex-wrap>.bitrix-col-half,.site-rich-description .bitrix-flex-wrap>.bitrix-col-wide{flex:1 1 100%;min-width:0;border-right:0}.site-rich-description .bitrix-grid-2,.site-rich-description .bitrix-grid-3,.site-rich-description .bitrix-grid-4{grid-template-columns:1fr}.service-rich-description-section{padding-bottom:55px}.sr-equipment-page{padding:16px 0}.sr-equipment-hero{padding:24px 18px;border-radius:22px}.sr-equipment-lead{font-size:16px}.sr-equipment-section{padding:18px;border-radius:20px}.sr-equipment-advantages-grid{grid-template-columns:1fr}.sr-equipment-adv-card{min-height:0}.sr-equipment-table-note{display:block}.site-rich-description .sr-equipment-spec-table{display:table}.site-rich-description .sr-equipment-spec-table td{padding:10px 12px;font-size:14px}
  .catalog-filter>.panel-close{display:none}.original-footer{padding-top:34px}.original-footer__inner{padding:0 22px 0 16px}.original-footer__links{grid-template-columns:1fr;gap:24px;min-height:0;padding:60px 24px 29px}.original-footer__links ul{display:none}.original-footer__side{grid-template-columns:1fr;grid-template-rows:auto}.original-footer__bottom{display:none}.scroll-top{right:16px;bottom:16px}
}

@media (max-width:420px){
  .site-header__nav + .site-header__icon{margin-left:auto}.site-header__search{display:grid}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-product__media{height:140px}.original-footer__links{grid-template-columns:1fr}.contact-map__card h3{font-size:22px}
}

@media (max-width:767px){.service-source-hero,.service-source-hero__content{min-height:460px}.service-source-hero__content{padding-bottom:34px}.service-source-hero h1{font-size:32px;line-height:41px}.service-rich-description>.bitrix-flex-column>.bitrix-flex:first-child>p{font-size:18px;line-height:26px}.service-rich-description>.bitrix-flex-column>.bitrix-flex:first-child>p>span:last-child{font-size:16px}.service-rich-description>.bitrix-flex-column>.bitrix-flex:first-child>.bitrix-soft{flex-basis:8px;width:8px;height:46px}}
@media (max-width:767px){.site-search form{padding-right:58px}.site-search input{padding-right:54px}.site-search__submit{right:64px;width:36px;height:36px;border-radius:10px}.site-search__close{right:8px}}

@media print{.site-header,.original-footer,.form-card,.scroll-top{display:none!important}}
