:root {
--ne-bg: #0B0F14;
--ne-bg-alt: #0D1218;
--ne-bg-deep: #080B0F;
--ne-card: #111820;
--ne-line: #1F2A35;
--ne-line-soft: #1A232D;
--ne-line-strong: #2A3643;
--ne-text: #E6EDF3;
--ne-text-strong: #FFFFFF;
--ne-muted: #8B98A5;
--ne-dim: #5F6D7A;
--ne-lead: #AEB9C4;
--ne-accent: #39E58C;
--ne-accent-hover: #7CF2B4;
--ne-accent-ink: #07130C;
--ne-accent-soft: rgba(57, 229, 140, 0.06);
--ne-accent-glow: rgba(57, 229, 140, 0.14);
--ne-grid: rgba(57, 229, 140, 0.06);
--ne-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
--ne-font: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
--ne-display: "Space Grotesk", "Segoe UI", Arial, sans-serif;
--ne-mono: "IBM Plex Mono", Consolas, monospace;
--ne-radius: 10px;
color-scheme: dark;
}
html[data-theme="light"] {
--ne-bg: #F6F7F4;
--ne-bg-alt: #FFFFFF;
--ne-bg-deep: #10201A;
--ne-card: #FFFFFF;
--ne-line: #E1E7E3;
--ne-line-soft: #E8ECE9;
--ne-line-strong: #D0D8D3;
--ne-text: #10201A;
--ne-text-strong: #0B1712;
--ne-muted: #5B6B63;
--ne-dim: #8A978F;
--ne-lead: #4A5A52;
--ne-accent: #0E8A50;
--ne-accent-hover: #0B6B3E;
--ne-accent-ink: #FFFFFF;
--ne-accent-soft: rgba(14, 138, 80, 0.07);
--ne-accent-glow: rgba(14, 138, 80, 0.12);
--ne-grid: rgba(14, 138, 80, 0.07);
--ne-shadow: 0 30px 60px rgba(16, 32, 26, 0.16);
color-scheme: light;
} body.ne-dark {
margin: 0;
background: var(--ne-bg);
color: var(--ne-text);
font-family: var(--ne-font);
font-size: 16px;
line-height: 1.55;
-webkit-font-smoothing: antialiased;
}
body.ne-dark a { color: var(--ne-accent); text-decoration: none; }
body.ne-dark a:hover { color: var(--ne-accent-hover); }
body.ne-dark img { max-width: 100%; height: auto; }
html.ne-noscroll, html.ne-noscroll body { overflow: hidden; }
.ne-skip { position: absolute; left: -9999px; top: 0; background: var(--ne-accent); color: var(--ne-accent-ink); padding: 10px 16px; z-index: 1000; }
.ne-skip:focus { left: 12px; top: 12px; }
.ne-wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.ne-mono { font-family: var(--ne-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ne-accent); margin: 0; }
.ne-mono--dim { color: var(--ne-dim); }
.ne-muted { color: var(--ne-muted); margin: 0; }
.ne-h2, .ne-h3, .ne-hero__h, .ne-titlebar__h, .ne-page__h { font-family: var(--ne-display); margin: 0; letter-spacing: -0.02em; color: var(--ne-text-strong); font-weight: 700; }
.ne-h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; }
.ne-h3 { font-size: 22px; line-height: 1.25; }
.ne-h3--sm { font-size: 19px; }
.ne-link { font-weight: 600; font-size: 14px; margin-top: auto; }
.ne-ico { width: 24px; height: 24px; stroke: var(--ne-accent); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ne-ico--lg { width: 32px; height: 32px; }
.ne-ico--xl { width: 44px; height: 44px; }
.ne-gridbg { background-image: linear-gradient(var(--ne-grid) 1px, transparent 1px), linear-gradient(90deg, var(--ne-grid) 1px, transparent 1px); background-size: 64px 64px; }
.ne-badge { display: inline-block; font-family: var(--ne-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; background: var(--ne-accent); color: var(--ne-accent-ink); padding: 4px 10px; border-radius: 4px; font-weight: 600; } .ne-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 24px; border-radius: 6px; font-family: var(--ne-font); font-weight: 600; font-size: 15px; line-height: 1; white-space: nowrap; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.15s; box-sizing: border-box; }
.ne-btn--sm { height: 44px; padding: 0 18px; }
.ne-btn--primary, body.ne-dark .ne-btn--primary, .ne-design-a .ne-btn--primary { background: var(--ne-accent); color: var(--ne-accent-ink); }
.ne-btn--primary:hover, body.ne-dark .ne-btn--primary:hover, .ne-design-a .ne-btn--primary:hover { background: var(--ne-accent-hover); color: var(--ne-accent-ink); transform: translateY(-1px); }
.ne-btn--primary .ne-ico { stroke: var(--ne-accent-ink); width: 18px; height: 18px; }
.ne-btn--ghost, body.ne-dark .ne-btn--ghost, .ne-design-a .ne-btn--ghost { border-color: var(--ne-line-strong); color: var(--ne-text); background: transparent; }
.ne-btn--ghost:hover, body.ne-dark .ne-btn--ghost:hover, .ne-design-a .ne-btn--ghost:hover { border-color: var(--ne-accent); color: var(--ne-text-strong); }
.ne-btn--ghost .ne-ico { width: 18px; height: 18px; } .ne-card { background: var(--ne-card); border: 1px solid var(--ne-line); border-radius: var(--ne-radius); display: flex; flex-direction: column; gap: 18px; padding: 32px; box-sizing: border-box; }
.ne-card__top { display: flex; justify-content: space-between; align-items: center; }
.ne-card p { font-size: 15px; } .ne-h { position: sticky; top: 0; z-index: 500; background: var(--ne-bg); border-bottom: 1px solid var(--ne-line-soft); font-family: var(--ne-font); transition: box-shadow 0.2s; }
.ne-h.is-scrolled { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35); }
html[data-theme="light"] .ne-h.is-scrolled { box-shadow: 0 8px 30px rgba(16, 32, 26, 0.1); }
.ne-h__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 80px; }
.ne-h__logo { display: flex; align-items: center; line-height: 0; }
.ne-logo { height: 34px; width: auto; }
.ne-logo--dark { display: none; }
html[data-theme="light"] .ne-logo--light { display: none; }
html[data-theme="light"] .ne-logo--dark { display: block; }
.ne-f__logo .ne-logo { height: 30px; }
.ne-nav, .ne-nav__sub, .ne-mobile__list, .ne-mobile__list ul, .ne-clients__list, .ne-steps { list-style: none; margin: 0; padding: 0; }
.ne-nav { display: flex; align-items: center; gap: 4px; }
.ne-nav__item { position: relative; }
.ne-nav__item > a { display: flex; align-items: center; gap: 6px; white-space: nowrap; padding: 10px 14px; border-radius: 6px; color: var(--ne-text); font-size: 15px; font-weight: 500; text-decoration: none; }
.ne-nav__item > a:hover, .ne-nav__item.is-open > a { background: var(--ne-accent-soft); color: var(--ne-text-strong); }
.ne-ico--chev { width: 14px; height: 14px; stroke: var(--ne-muted); transition: transform 0.15s; }
.ne-nav__item.is-open .ne-ico--chev { transform: rotate(180deg); }
.ne-nav__sub { position: absolute; left: 0; top: calc(100% + 8px); min-width: 300px; background: var(--ne-card); border: 1px solid var(--ne-line); border-radius: var(--ne-radius); padding: 8px; box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.15s, transform 0.15s, visibility 0.15s; z-index: 10; }
html[data-theme="light"] .ne-nav__sub { box-shadow: 0 24px 48px rgba(16, 32, 26, 0.14); }
.ne-nav__item:hover .ne-nav__sub, .ne-nav__item.is-open .ne-nav__sub, .ne-nav__item:focus-within .ne-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.ne-nav__sub a { display: block; padding: 10px 12px; border-radius: 6px; color: var(--ne-text); font-size: 14px; text-decoration: none; }
.ne-nav__sub a:hover { background: var(--ne-accent-soft); color: var(--ne-accent); }
.ne-h__cta { display: flex; align-items: center; gap: 14px; }
.ne-h__phone { display: flex; align-items: center; gap: 8px; color: var(--ne-text); font-weight: 600; font-size: 15px; text-decoration: none; white-space: nowrap; }
.ne-h__phone .ne-ico { width: 18px; height: 18px; }
.ne-h__lang { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 10px; border: 1px solid var(--ne-line-strong); border-radius: 6px; color: var(--ne-text); font-family: var(--ne-mono); font-size: 12px; letter-spacing: 0.1em; text-decoration: none; }
.ne-h__lang .ne-ico { width: 16px; height: 16px; stroke: var(--ne-muted); }
.ne-h__lang:hover { border-color: var(--ne-accent); color: var(--ne-text-strong); }
.ne-h__theme { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: none; border: 1px solid var(--ne-line-strong); border-radius: 6px; cursor: pointer; padding: 0; }
.ne-h__theme:hover { border-color: var(--ne-accent); }
.ne-h__theme .ne-ico { width: 18px; height: 18px; stroke: var(--ne-text); }
.ne-ico--sun { display: block; }
.ne-ico--moon { display: none; }
html[data-theme="light"] .ne-ico--sun { display: none; }
html[data-theme="light"] .ne-ico--moon { display: block; }
.ne-h__burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 1px solid var(--ne-line-strong); border-radius: 6px; cursor: pointer; padding: 0; }
.ne-h__burger .ne-ico { width: 22px; height: 22px; stroke: var(--ne-text); }
.ne-ico--close { display: none; }
.ne-h.is-open .ne-ico--menu { display: none; }
.ne-h.is-open .ne-ico--close { display: block; }
.ne-mobile { border-top: 1px solid var(--ne-line-soft); background: var(--ne-bg); max-height: calc(100vh - 64px); overflow: auto; padding: 16px 24px 28px; box-sizing: border-box; }
.ne-mobile[hidden] { display: none; }
.ne-mobile__list > li > a, .ne-mobile__list ul a { display: block; padding: 12px 0; color: var(--ne-text); font-size: 17px; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--ne-line-soft); }
.ne-mobile__group { padding: 12px 0 4px; }
.ne-mobile__group > .ne-mono { display: block; margin-bottom: 4px; }
.ne-mobile__group ul a { font-size: 16px; padding-left: 12px; }
.ne-mobile__contact { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.ne-mobile__lang { display: flex; align-items: center; gap: 8px; padding: 8px 0; color: var(--ne-muted); font-size: 14px; text-decoration: none; }
.ne-mobile__lang .ne-ico { width: 16px; height: 16px; stroke: var(--ne-muted); } .ne-titlebar { background: var(--ne-bg); color: var(--ne-text); padding: 48px 0 44px; border-bottom: 1px solid var(--ne-line-soft); }
.ne-titlebar .ne-wrap { display: flex; flex-direction: column; gap: 12px; }
.ne-titlebar__h { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; } .ne-hero { position: relative; overflow: hidden; }
.ne-hero__glow { position: absolute; left: -120px; top: -200px; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(closest-side, var(--ne-accent-glow), transparent); pointer-events: none; }
.ne-hero__grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; padding-top: 96px; padding-bottom: 88px; }
.ne-hero__text { display: flex; flex-direction: column; gap: 28px; }
.ne-hero__h { font-size: clamp(34px, 4vw, 56px); line-height: 1.06; }
.ne-hero__h span { color: var(--ne-accent); }
.ne-hero__lead { font-size: 19px; color: var(--ne-lead); max-width: 540px; margin: 0; }
.ne-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.ne-hero__stats { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--ne-line); }
.ne-hero__stats div { display: flex; flex-direction: column; gap: 4px; }
.ne-hero__stats strong { font-family: var(--ne-display); font-size: 32px; white-space: nowrap; font-weight: 700; color: var(--ne-text-strong); line-height: 1; }
.ne-hero__stats span { color: var(--ne-muted); font-size: 13px; }
.ne-hero__media { position: relative; }
.ne-hero__fig { position: relative; margin: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--ne-line-strong); box-shadow: var(--ne-shadow); }
.ne-hero__img { display: block; width: 100%; height: 520px; object-fit: cover; }
.ne-hero__fig figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 80px 24px 24px; display: flex; flex-direction: column; gap: 6px; background: linear-gradient(180deg, rgba(11, 15, 20, 0) 0%, rgba(11, 15, 20, 0.85) 100%); }
.ne-hero__fig figcaption .ne-mono { color: #39E58C; }
.ne-hero__cap { font-family: var(--ne-display); font-size: 20px; font-weight: 700; color: #FFFFFF; }
.ne-corner { position: absolute; width: 56px; height: 56px; pointer-events: none; }
.ne-corner--tr { top: -18px; right: -18px; border-top: 2px solid var(--ne-accent); border-right: 2px solid var(--ne-accent); border-radius: 0 12px 0 0; }
.ne-corner--bl { bottom: -18px; left: -18px; border-bottom: 2px solid var(--ne-accent); border-left: 2px solid var(--ne-accent); border-radius: 0 0 0 12px; } .ne-clients { border-top: 1px solid var(--ne-line-soft); border-bottom: 1px solid var(--ne-line-soft); background: var(--ne-bg-alt); }
.ne-clients__row { display: flex; align-items: center; gap: 40px; min-height: 112px; padding-top: 20px; padding-bottom: 20px; }
.ne-clients__row .ne-mono { white-space: nowrap; }
.ne-clients__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 28px; flex-grow: 1; }
.ne-clients__list li { font-family: var(--ne-display); font-weight: 700; font-size: 20px; letter-spacing: 0.04em; color: var(--ne-dim); text-transform: uppercase; white-space: nowrap; } .ne-section { padding: 104px 0; }
.ne-section--alt { background: var(--ne-bg-alt); border-top: 1px solid var(--ne-line-soft); border-bottom: 1px solid var(--ne-line-soft); }
.ne-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.ne-section__head > div { display: flex; flex-direction: column; gap: 14px; }
.ne-section__lead { max-width: 440px; font-size: 17px; }
.ne-section__head--2col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: end; }
.ne-section__head--2col .ne-section__lead { max-width: none; }
.ne-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ne-card--wide { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 28px; background: linear-gradient(90deg, var(--ne-accent-soft), transparent 60%), var(--ne-card); }
.ne-card__wide-ico { width: 84px; height: 84px; border-radius: 12px; border: 1px solid var(--ne-line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ne-card__wide-body { display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.ne-card__wide-body .ne-badge { align-self: flex-start; }
.ne-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ne-case { display: flex; flex-direction: column; background: var(--ne-card); border: 1px solid var(--ne-line); border-radius: var(--ne-radius); overflow: hidden; color: inherit; text-decoration: none; transition: border-color 0.15s, transform 0.2s; }
.ne-case:hover { border-color: var(--ne-accent); transform: translateY(-3px); }
.ne-case__img { display: block; width: 100%; height: 260px; object-fit: cover; }
.ne-case__body { display: flex; flex-direction: column; gap: 10px; padding: 24px; }
.ne-case__body .ne-h3 { font-size: 20px; }
.ne-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--ne-line); border-radius: var(--ne-radius); overflow: hidden; margin-bottom: 24px; }
.ne-steps li { display: flex; flex-direction: column; gap: 12px; padding: 28px; border-right: 1px solid var(--ne-line); box-sizing: border-box; }
.ne-steps li.is-last { border-right: 0; background: var(--ne-accent-soft); }
.ne-steps p { font-size: 14px; }
.ne-phonebar { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 28px 36px; border: 1px solid var(--ne-line); border-radius: var(--ne-radius); background: linear-gradient(90deg, var(--ne-accent-glow), var(--ne-accent-soft)), var(--ne-card); box-sizing: border-box; }
.ne-phonebar > div { display: flex; flex-direction: column; gap: 4px; }
.ne-phonebar__num { font-family: var(--ne-display); font-size: 32px; font-weight: 700; color: var(--ne-text-strong) !important; white-space: nowrap; text-decoration: none; }
.ne-phonebar p { max-width: 440px; font-size: 15px; }
.ne-showroom { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.ne-showroom__fig { margin: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--ne-line-strong); }
.ne-showroom__img { display: block; width: 100%; height: 440px; object-fit: cover; }
.ne-showroom__text { display: flex; flex-direction: column; gap: 22px; }
.ne-showroom__text .ne-muted { font-size: 17px; }
.ne-infobox { display: flex; flex-direction: column; gap: 10px; padding: 20px 24px; border: 1px solid var(--ne-line); border-radius: var(--ne-radius); }
.ne-infobox div { display: flex; gap: 12px; align-items: center; font-size: 15px; }
.ne-infobox .ne-ico { width: 18px; height: 18px; } .ne-page__head { padding: 72px 0 64px; border-bottom: 1px solid var(--ne-line-soft); }
.ne-page__head .ne-wrap { display: flex; flex-direction: column; gap: 16px; }
.ne-page__h { font-size: clamp(32px, 4vw, 52px); line-height: 1.06; max-width: 900px; }
.ne-page__lead { font-size: 19px; color: var(--ne-lead); max-width: 720px; margin: 0; }
.ne-page .ne-section { padding: 72px 0; }
.ne-article { max-width: 860px; font-size: 17px; }
.ne-article > :first-child { margin-top: 0; }
.ne-article h2 { font-family: var(--ne-display); font-size: 30px; line-height: 1.15; letter-spacing: -0.02em; color: var(--ne-text-strong); margin: 48px 0 16px; }
.ne-article h3 { font-family: var(--ne-display); font-size: 21px; line-height: 1.25; color: var(--ne-text-strong); margin: 32px 0 10px; }
.ne-article p { margin: 0 0 16px; color: var(--ne-lead); }
.ne-article ul { margin: 0 0 20px; padding-left: 0; list-style: none; }
.ne-article ul li { position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--ne-lead); }
.ne-article ul li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 12px; height: 2px; background: var(--ne-accent); }
.ne-article strong { color: var(--ne-text-strong); }
.ne-article .ne-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 28px 0 36px; }
.ne-article .ne-steps h3 { margin: 0; font-size: 19px; }
.ne-article .ne-steps p { margin: 0; }
.ne-article .ne-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0; }
.ne-article .ne-card h3 { margin: 0; }
.ne-article .ne-card p { margin: 0; }
.ne-article figure { margin: 28px 0; }
.ne-article figure img { border-radius: var(--ne-radius); border: 1px solid var(--ne-line-strong); }
.ne-article figcaption { font-size: 13px; color: var(--ne-muted); margin-top: 8px; }
.ne-article .ne-note { padding: 20px 24px; border: 1px solid var(--ne-line); border-left: 3px solid var(--ne-accent); border-radius: var(--ne-radius); background: var(--ne-card); margin: 28px 0; }
.ne-article .ne-note p { margin: 0; } .ne-f { background: var(--ne-bg-deep); color: #E6EDF3; border-top: 1px solid var(--ne-line-soft); font-family: var(--ne-font); font-size: 14px; }
html[data-theme="light"] .ne-f { --ne-muted: #A9C4B6; --ne-dim: #7FA08F; --ne-line-soft: rgba(255, 255, 255, 0.1); --ne-accent: #8FE3B5; --ne-accent-hover: #FFFFFF; --ne-text: #E6EDF3; --ne-text-strong: #FFFFFF; }
.ne-f .ne-logo--dark { display: none !important; }
.ne-f .ne-logo--light { display: block !important; }
.ne-f__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; padding-top: 72px; padding-bottom: 48px; }
.ne-f__brand { display: flex; flex-direction: column; gap: 18px; }
.ne-f__brand .ne-muted { max-width: 360px; }
.ne-f__legal { font-size: 13px; color: var(--ne-dim); margin: 0; line-height: 1.6; }
.ne-f__col { display: flex; flex-direction: column; gap: 10px; }
.ne-f__head { color: var(--ne-dim); margin-bottom: 6px; }
.ne-f a { color: var(--ne-muted); text-decoration: none; }
.ne-f a:hover { color: var(--ne-text-strong); }
.ne-f__phone { color: var(--ne-text) !important; font-size: 18px; font-weight: 600; }
.ne-f__bar { border-top: 1px solid var(--ne-line-soft); }
.ne-f__bar-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; min-height: 56px; align-items: center; font-size: 13px; padding-top: 12px; padding-bottom: 12px; } .ne-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease var(--d, 0ms), transform 0.6s ease var(--d, 0ms); }
.ne-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .ne-reveal { opacity: 1; transform: none; transition: none; } } body.ne-design-a:not(.ne-dark) #zak-page { background: #FFFFFF; }
body.ne-design-a:not(.ne-dark) .ne-h { font-family: var(--ne-font); } @media (max-width: 1180px) {
.ne-h__phone span { display: none; }
.ne-nav__item > a { padding: 10px 10px; font-size: 14px; }
}
@media (max-width: 1024px) {
.ne-h__nav, .ne-h__phone, .ne-h__lang { display: none; }
.ne-h__burger { display: inline-flex; }
.ne-h__row { height: 64px; gap: 12px; }
.ne-logo { height: 30px; }
.ne-hero__grid { grid-template-columns: 1fr; gap: 36px; padding-top: 56px; padding-bottom: 48px; }
.ne-hero__img { height: 380px; }
.ne-corner { display: none; }
.ne-section { padding: 72px 0; }
.ne-section__head, .ne-section__head--2col { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 32px; }
.ne-cards, .ne-cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ne-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ne-steps li { border-bottom: 1px solid var(--ne-line); }
.ne-steps li:nth-child(2n) { border-right: 0; }
.ne-steps li:nth-last-child(-n+2) { border-bottom: 0; }
.ne-showroom { grid-template-columns: 1fr; gap: 28px; }
.ne-showroom__img { height: 320px; }
.ne-f__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; padding-top: 48px; }
.ne-f__brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
.ne-wrap { padding: 0 20px; }
.ne-h__cta .ne-btn--sm { height: 40px; padding: 0 14px; font-size: 14px; }
.ne-h__theme { display: none; }
.ne-hero__h { font-size: 34px; }
.ne-hero__lead { font-size: 16px; }
.ne-hero__cta { flex-direction: column; }
.ne-hero__cta .ne-btn { width: 100%; }
.ne-hero__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ne-hero__stats strong { font-size: 28px; }
.ne-hero__stats span { font-size: 12px; }
.ne-hero__img { height: 220px; }
.ne-hero__fig figcaption { padding: 60px 16px 14px; }
.ne-hero__cap { font-size: 15px; }
.ne-clients__row { flex-direction: column; align-items: flex-start; gap: 14px; }
.ne-clients__list { justify-content: flex-start; gap: 10px 22px; }
.ne-clients__list li { font-size: 15px; }
.ne-section { padding: 56px 0; }
.ne-h2 { font-size: 30px; }
.ne-cards, .ne-cases, .ne-steps, .ne-article .ne-steps, .ne-article .ne-cards { grid-template-columns: 1fr; }
.ne-card { padding: 20px; gap: 12px; }
.ne-card--wide { flex-direction: column; align-items: flex-start; }
.ne-card--wide .ne-btn { width: 100%; }
.ne-case__img { height: 190px; }
.ne-steps li { border-right: 0 !important; border-bottom: 1px solid var(--ne-line) !important; padding: 18px; }
.ne-steps li.is-last { border-bottom: 0 !important; }
.ne-phonebar { flex-direction: column; align-items: flex-start; padding: 22px; gap: 14px; }
.ne-phonebar__num { font-size: 28px; }
.ne-phonebar .ne-btn { width: 100%; }
.ne-showroom__img { height: 220px; }
.ne-f__grid { grid-template-columns: 1fr; gap: 28px; }
.ne-titlebar { padding: 32px 0 28px; }
.ne-page__head { padding: 44px 0 40px; }
.ne-article { font-size: 16px; }
} .ne-design-a .ne-h__theme, .ne-design-a .ne-h__burger { background: transparent !important; color: var(--ne-text) !important; box-shadow: none !important; border-radius: 6px !important; padding: 0 !important; }
.ne-design-a .ne-h__theme:hover, .ne-design-a .ne-h__burger:hover { background: var(--ne-accent-soft) !important; }
.ne-article .ne-lead { font-size: 19px; color: var(--ne-lead); margin: 0 0 28px; }
.ne-article .ne-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 28px 0 36px; padding: 0; list-style: none; }
.ne-article .ne-stats li { padding: 22px 24px; border: 1px solid var(--ne-line); border-radius: var(--ne-radius); background: var(--ne-card); display: flex; flex-direction: column; gap: 6px; margin: 0; }
.ne-article .ne-stats li::before { display: none; }
.ne-article .ne-stats strong { font-family: var(--ne-display); font-size: 34px; line-height: 1; color: var(--ne-accent); }
.ne-article .ne-stats span { font-size: 14px; color: var(--ne-muted); }
.ne-article .ne-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; }
.ne-article .ne-chips li { margin: 0; padding: 8px 14px; border: 1px solid var(--ne-line-strong); border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--ne-text); }
.ne-article .ne-chips li::before { display: none; }
.ne-article .ne-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 28px 0 36px; }
.ne-article .ne-gallery figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ne-article .ne-gallery img { display: block; width: 100%; height: 240px; object-fit: cover; border-radius: var(--ne-radius); border: 1px solid var(--ne-line-strong); }
.ne-article .ne-gallery--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ne-article .ne-gallery--2 img { height: 320px; }
.ne-article .ne-two { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; margin: 28px 0 36px; }
.ne-article .ne-two figure { margin: 0; }
.ne-article .ne-two img { display: block; width: 100%; max-height: 440px; object-fit: cover; border-radius: var(--ne-radius); border: 1px solid var(--ne-line-strong); }
.ne-article .ne-two h2, .ne-article .ne-two h3 { margin-top: 0; }
.ne-article .ne-check { list-style: none; padding: 0; }
.ne-article .ne-check li { padding-left: 30px; }
.ne-article .ne-check li::before { content: ""; width: 16px; height: 16px; top: 0.2em; background: none; border-right: 2px solid var(--ne-accent); border-bottom: 2px solid var(--ne-accent); transform: rotate(45deg) scale(0.7); }
.ne-article .ne-faq { border: 1px solid var(--ne-line); border-radius: var(--ne-radius); overflow: hidden; margin: 28px 0 36px; }
.ne-article .ne-faq details { border-bottom: 1px solid var(--ne-line); }
.ne-article .ne-faq details:last-child { border-bottom: 0; }
.ne-article .ne-faq summary { cursor: pointer; list-style: none; padding: 18px 22px; font-family: var(--ne-display); font-size: 18px; font-weight: 700; color: var(--ne-text-strong); display: flex; justify-content: space-between; gap: 16px; }
.ne-article .ne-faq summary::-webkit-details-marker { display: none; }
.ne-article .ne-faq summary::after { content: "+"; color: var(--ne-accent); font-size: 22px; line-height: 1; }
.ne-article .ne-faq details[open] summary::after { content: "\2013"; }
.ne-article .ne-faq details > *:not(summary) { padding: 0 22px; }
.ne-article .ne-faq details > p:last-child { padding-bottom: 18px; }
.ne-article .ne-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.ne-article .ne-cta .ne-btn { text-decoration: none; }
.ne-article .ne-dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 28px 0 36px; }
.ne-article .ne-dl > div { padding: 22px 24px; border: 1px solid var(--ne-line); border-radius: var(--ne-radius); background: var(--ne-card); }
.ne-article .ne-dl h3 { margin: 0 0 8px; font-size: 18px; }
.ne-article .ne-dl p { margin: 0; font-size: 15px; }
.ne-article .ne-mono { display: block; margin-bottom: 6px; }
.ne-article table { width: 100%; border-collapse: collapse; margin: 24px 0 32px; font-size: 15px; }
.ne-article th, .ne-article td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--ne-line); color: var(--ne-lead); vertical-align: top; }
.ne-article th { color: var(--ne-text-strong); font-family: var(--ne-display); } .ne-article form, .ne-article .happyforms-form { --happyforms-color-primary: var(--ne-accent); --happyforms-color-part-title: var(--ne-text); --happyforms-color-part-value: var(--ne-text-strong); --happyforms-color-part-border: var(--ne-line-strong); --happyforms-color-part-border-focus: var(--ne-accent); --happyforms-color-part-placeholder: var(--ne-dim); --happyforms-color-part-background: var(--ne-card); --happyforms-color-submit-background: var(--ne-accent); --happyforms-color-submit-text: var(--ne-accent-ink); }
.ne-article input[type="text"], .ne-article input[type="email"], .ne-article input[type="tel"], .ne-article textarea, .ne-article select { width: 100%; box-sizing: border-box; background: var(--ne-card); color: var(--ne-text-strong); border: 1px solid var(--ne-line-strong); border-radius: 6px; padding: 12px 14px; font-family: var(--ne-font); font-size: 16px; }
.ne-article input:focus, .ne-article textarea:focus { outline: none; border-color: var(--ne-accent); }
.ne-article input[type="submit"], .ne-article button[type="submit"] { background: var(--ne-accent); color: var(--ne-accent-ink); border: 0; border-radius: 6px; height: 52px; padding: 0 26px; font-family: var(--ne-font); font-weight: 600; font-size: 15px; cursor: pointer; }
.ne-article label, .ne-article .happyforms-part__label { color: var(--ne-text); }
.ne-article .happyforms-part__description, .ne-article .happyforms-form p { color: var(--ne-lead); }
.ne-article .happyforms-form { max-width: 760px; }
@media (max-width: 1024px) { .ne-article .ne-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ne-article .ne-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ne-article .ne-dl { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ne-article .ne-two { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 680px) { .ne-article .ne-stats, .ne-article .ne-gallery, .ne-article .ne-gallery--2, .ne-article .ne-dl { grid-template-columns: 1fr; } .ne-article .ne-gallery img, .ne-article .ne-gallery--2 img { height: 220px; } } body.ne-dark .ne-hero__img { height: 520px; }
body.ne-dark .ne-case__img { height: 260px; }
body.ne-dark .ne-showroom__img { height: 440px; }
body.ne-dark .ne-article .ne-gallery img { height: 240px; }
body.ne-dark .ne-article .ne-gallery--2 img { height: 320px; }
body.ne-dark .ne-article .ne-two img { max-height: 440px; height: auto; }
.ne-hero__stats { gap: 24px 36px; }
.ne-hero__stats div { min-width: 120px; }
@media (max-width: 1024px) { body.ne-dark .ne-hero__img { height: 380px; } body.ne-dark .ne-showroom__img { height: 320px; } }
@media (max-width: 680px) { body.ne-dark .ne-hero__img { height: 220px; } body.ne-dark .ne-case__img { height: 190px; } body.ne-dark .ne-showroom__img { height: 220px; } body.ne-dark .ne-article .ne-gallery img, body.ne-dark .ne-article .ne-gallery--2 img { height: 220px; } } @media (max-width: 1024px) {
.ne-h__lang { display: inline-flex; height: 40px; padding: 0 10px; }
.ne-h__phone { display: inline-flex; width: 40px; height: 40px; justify-content: center; border: 1px solid var(--ne-line-strong); border-radius: 6px; }
.ne-h__phone .ne-ico { width: 18px; height: 18px; }
.ne-h__cta { gap: 8px; }
}
@media (max-width: 680px) {
.ne-h__cta .ne-btn--sm { display: none; }
.ne-logo { height: 26px; }
}.nec { position: fixed; right: 20px; bottom: 20px; z-index: 900; font-family: var(--ne-font, "IBM Plex Sans", "Segoe UI", Arial, sans-serif); font-size: 15px; line-height: 1.45; color: var(--ne-text, #E6EDF3); }
.nec *, .nec *::before, .nec *::after { box-sizing: border-box; }
.nec-ico { width: 20px; height: 20px; flex-shrink: 0; }
.nec-fab { position: relative; display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 18px 0 16px; border: 0; border-radius: 999px; background: var(--ne-accent, #39E58C); color: var(--ne-accent-ink, #07130C); font: inherit; font-weight: 700; cursor: pointer; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35); transition: transform 0.15s, box-shadow 0.15s; }
.nec-fab:hover { transform: translateY(-1px); }
.nec-fab .nec-ico { width: 22px; height: 22px; }
.nec-fab.is-open { display: none; }
.nec-badge { position: absolute; top: -6px; right: -4px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: #E5484D; color: #fff; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--ne-bg, #0B0F14); }
.nec-panel { position: absolute; right: 0; bottom: 0; width: 380px; max-width: calc(100vw - 24px); height: 600px; max-height: calc(100vh - 40px); display: flex; flex-direction: column; background: var(--ne-bg, #0B0F14); color: var(--ne-text, #E6EDF3); border: 1px solid var(--ne-line-strong, #2A3643); border-radius: 14px; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5); overflow: hidden; }
.nec-panel[hidden] { display: none; }
.nec-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--ne-line-soft, #1A232D); background: var(--ne-bg-alt, #0D1218); }
.nec-head__t { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.nec-head__t strong { font-family: var(--ne-display, inherit); font-size: 16px; color: var(--ne-text-strong, #fff); }
.nec-head__s { font-size: 12px; color: var(--ne-muted, #8B98A5); }
.nec-head__s::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--ne-accent, #39E58C); margin-right: 6px; vertical-align: middle; }
.nec-head__close { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--ne-line-strong, #2A3643); border-radius: 8px; color: var(--ne-text, #E6EDF3); cursor: pointer; padding: 0; }
.nec-body { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.nec-start, .nec-off { padding: 16px; overflow: auto; display: flex; flex-direction: column; gap: 12px; }
.nec-start[hidden], .nec-conv[hidden], .nec-off[hidden] { display: none; }
.nec-intro { margin: 0 0 4px; color: var(--ne-lead, #AEB9C4); font-size: 14px; }
.nec-f { display: flex; flex-direction: column; gap: 5px; font-size: 13px; color: var(--ne-muted, #8B98A5); }
.nec-f input, .nec-f textarea, .nec-input textarea { width: 100%; background: var(--ne-card, #111820); color: var(--ne-text-strong, #fff); border: 1px solid var(--ne-line-strong, #2A3643); border-radius: 8px; padding: 10px 12px; font: inherit; font-size: 15px; resize: none; }
.nec-f input:focus, .nec-f textarea:focus, .nec-input textarea:focus { outline: none; border-color: var(--ne-accent, #39E58C); }
.nec-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nec-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: var(--ne-muted, #8B98A5); }
.nec-consent input { margin-top: 3px; accent-color: var(--ne-accent, #39E58C); }
.nec-consent a { color: var(--ne-accent, #39E58C); }
.nec-captcha:empty { display: none; }
.nec-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 18px; border: 0; border-radius: 8px; background: var(--ne-accent, #39E58C); color: var(--ne-accent-ink, #07130C); font: inherit; font-weight: 700; cursor: pointer; text-decoration: none; }
.nec-btn:disabled, .is-busy .nec-btn { opacity: 0.6; cursor: wait; }
.nec-link { background: none; border: 0; padding: 0; color: var(--ne-accent, #39E58C); font: inherit; font-size: 13px; cursor: pointer; text-decoration: none; }
.nec-err { padding: 10px 12px; border-radius: 8px; background: rgba(229, 72, 77, 0.12); border: 1px solid rgba(229, 72, 77, 0.4); color: #FF8A8E; font-size: 13px; }
.nec-err[hidden] { display: none; }
.nec-conv { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.nec-msgs { flex: 1; min-height: 0; overflow: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.nec-m { max-width: 85%; padding: 10px 12px; border-radius: 12px; display: flex; flex-direction: column; gap: 3px; }
.nec-m--c { align-self: flex-end; background: var(--ne-accent, #39E58C); color: var(--ne-accent-ink, #07130C); border-bottom-right-radius: 4px; }
.nec-m--a { align-self: flex-start; background: var(--ne-card, #111820); border: 1px solid var(--ne-line, #1F2A35); border-bottom-left-radius: 4px; }
.nec-m__who { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ne-accent, #39E58C); }
.nec-m__t { white-space: pre-wrap; word-break: break-word; }
.nec-m__ts { font-size: 11px; opacity: 0.65; align-self: flex-end; }
.nec-sys { align-self: center; font-size: 12px; color: var(--ne-muted, #8B98A5); text-align: center; padding: 6px 0; }
.nec-input { display: flex; gap: 8px; padding: 12px 16px; border-top: 1px solid var(--ne-line-soft, #1A232D); background: var(--ne-bg-alt, #0D1218); }
.nec-input textarea { max-height: 120px; }
.nec-send { width: 46px; height: 46px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: var(--ne-accent, #39E58C); color: var(--ne-accent-ink, #07130C); cursor: pointer; }
.nec-send:disabled { opacity: 0.5; cursor: default; }
.nec-foot { display: flex; justify-content: flex-end; padding: 6px 16px 10px; background: var(--ne-bg-alt, #0D1218); }
.nec-off p { margin: 0; color: var(--ne-lead, #AEB9C4); }
@media (max-width: 600px) {
.nec { right: 12px; bottom: 12px; }
.nec-panel { position: fixed; inset: auto 0 0 0; width: 100%; max-width: none; height: 85vh; max-height: 85vh; border-radius: 14px 14px 0 0; }
.nec-fab__label { display: none; }
.nec-fab { padding: 0 15px; }
body.nec-open { overflow: hidden; }
}