@font-face{font-family:'DM Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('assets/dm-sans-site.woff2') format('woff2')}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:600 700;font-display:swap;src:url('assets/playfair-display-site.woff2') format('woff2')}:root{--white:#ffffff;--bg:#f8fafc;--bg-warm:#fefcf9;--surface:#ffffff;--border:#e2e8f0;--border-light:#f1f5f9;--text:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--blue:#2563eb;--blue-light:#dbeafe;--blue-dark:#1d4ed8;--gold:#d97706;--gold-light:#fef3c7;--green:#059669;--green-light:#d1fae5;--purple:#7c3aed;--purple-light:#ede9fe;--shadow-sm:0 1px 3px rgba(15,23,42,0.06);--shadow-md:0 4px 16px rgba(15,23,42,0.08);--shadow-lg:0 12px 40px rgba(15,23,42,0.1);--shadow-xl:0 20px 60px rgba(15,23,42,0.12);--radius:12px;--radius-lg:20px;--radius-xl:28px;--font:'DM Sans',system-ui,sans-serif;--font-display:'Playfair Display',Georgia,serif;--header-h:72px;--transition:0.25s cubic-bezier(0.4,0,0.2,1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}html.calculator-scroll-lock{scroll-behavior:auto !important}html.calculator-scroll-lock,html.calculator-scroll-lock body{overflow-anchor:none}body{font-family:var(--font);font-size:16px;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--blue-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--text);margin-bottom:1rem}.section-header{margin-bottom:3rem}.section-header--center{text-align:center}.section-subtitle{max-width:640px;margin:0 auto;color:var(--text-secondary);font-size:1.0625rem}h1,h2,h3,h4,h5{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.badge{display:inline-block;font-size:0.75rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--blue-dark);background:var(--blue-light);padding:0.35rem 0.85rem;border-radius:100px;margin-bottom:1rem}.badge--gold{color:var(--gold);background:var(--gold-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;font-family:var(--font);font-size:0.9375rem;font-weight:600;padding:0.75rem 1.5rem;border-radius:100px;border:2px solid transparent;cursor:pointer;transition:all var(--transition);text-decoration:none}.btn--primary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn--primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--white);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--outline{background:transparent;color:var(--text);border-color:var(--border)}.btn--outline:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.btn--sm{padding:0.5rem 1.25rem;font-size:0.875rem}.btn--lg{padding:0.9rem 2rem;font-size:1rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:rgba(255,255,255,0.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);transition:box-shadow var(--transition)}.header--scrolled{box-shadow:var(--shadow-sm)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{display:flex;align-items:center;text-decoration:none}.logo__image{display:block;width:100px;height:64px;object-fit:cover;border-radius:8px}.logo picture{display:block}.logo--footer .logo__image{width:156px;height:104px;border-radius:12px}.header__actions{display:flex;align-items:center;gap:0.75rem}.header__cta{white-space:nowrap}.lang-switch{display:flex;background:var(--bg);border:1px solid var(--border);border-radius:100px;padding:3px}.lang-switch__btn{font-family:var(--font);font-size:0.75rem;font-weight:600;padding:0.35rem 0.65rem;border:none;background:transparent;color:var(--text-secondary);border-radius:100px;cursor:pointer;transition:all var(--transition)}.lang-switch__btn--active{background:var(--white);color:var(--blue);box-shadow:var(--shadow-sm)}.lang-switch__btn:hover:not(.lang-switch__btn--active){color:var(--text)}.hero{padding:calc(var(--header-h) + 4rem) 0 3rem;background:linear-gradient(180deg,var(--white) 0%,var(--bg) 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,0.06) 0%,transparent 70%);pointer-events:none}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15;color:var(--text);margin-bottom:1.25rem}.hero__lead{font-size:1.125rem;font-weight:500;color:var(--text);margin-bottom:1rem}.hero__actions{display:flex;gap:0.75rem;margin-top:2rem;flex-wrap:wrap}.hero__illustration{position:relative;min-height:440px;display:flex;align-items:center;justify-content:center;isolation:isolate}@keyframes dashboard-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.hero-orbit{container-type:inline-size;position:relative;width:min(100%,610px);margin:0;overflow:hidden;border:1px solid rgba(219,228,241,0.88);border-radius:clamp(14px,2.3vw,25px);background:rgba(255,255,255,0.96);box-shadow:0 24px 52px rgba(30,64,175,0.13),0 3px 12px rgba(15,23,42,0.04);animation:dashboard-float 6s ease-in-out infinite}.hero-orbit::before{content:'';position:absolute;inset:10% 5% 5%;z-index:-1;border-radius:40%;background:radial-gradient(circle,rgba(37,99,235,0.18),transparent 68%);filter:blur(25px)}.hero-orbit__bar,.hero-orbit__footer{position:relative;z-index:5;display:flex;align-items:center;background:rgba(255,255,255,0.9)}.hero-orbit__bar{height:10.5cqw;min-height:49px;padding:0 3.5cqw;justify-content:space-between;border-bottom:1px solid rgba(226,232,240,0.85)}.hero-orbit__bar>picture{display:block;width:13.5cqw;height:9cqw}.hero-orbit__bar>picture>img{display:block;width:100%;height:100%;object-fit:cover;border-radius:6px}.hero-orbit__status{display:flex;align-items:center;gap:1.2cqw;padding:1.15cqw 2cqw;border-radius:100px;background:#eaf9f1;color:#059669;font-size:clamp(5px,1.25cqw,8px);font-weight:700}.hero-orbit__status i{width:1.4cqw;height:1.4cqw;min-width:6px;min-height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 0 0.8cqw rgba(16,185,129,0.12)}.hero-orbit__stage{position:relative;height:68cqw;max-height:415px;overflow:hidden;background:radial-gradient(circle at 50% 48%,rgba(239,246,255,0.75),transparent 32%),linear-gradient(180deg,#fff 0%,#fdfefe 100%)}.hero-orbit__map{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:visible}.hero-orbit__ring{fill:none;stroke:#cbdcf5;stroke-width:1.8;stroke-dasharray:2.5 4;vector-effect:non-scaling-stroke}.hero-orbit__connector{fill:none;stroke:#77aef4;stroke-width:2.6;stroke-linecap:round;stroke-dasharray:2.5 6;vector-effect:non-scaling-stroke}.hero-orbit__connector--2{stroke:#a682ea}.hero-orbit__connector--4,.hero-orbit__connector--6{stroke:#f3b14b}.hero-orbit__connector--5,.hero-orbit__connector--7{stroke:#6acba2}.hero-orbit__arrow,.hero-orbit__arrow-tip{fill:none;stroke:#0b6df0;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.hero-orbit__points .point{stroke:#fff;stroke-width:3;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 2px rgba(37,99,235,0.22))}.hero-orbit__points .point--blue{fill:#0b6df0}.hero-orbit__points .point--green{fill:#5bcf9b}.hero-orbit__points .point--violet{fill:#9254e9}.hero-orbit__points .point--orange{fill:#f59e0b}.hero-orbit__item,.hero-orbit__hub{position:absolute;z-index:3;color:#102044}.hero-orbit__module{display:grid;width:29cqw;min-height:8.8cqw;grid-template-columns:6.6cqw minmax(0,1fr);align-items:center;gap:1.3cqw;padding:1.1cqw 1.25cqw;border:1px solid rgba(230,235,244,0.88);border-radius:2.5cqw;background:rgba(255,255,255,0.95);box-shadow:0 7px 19px rgba(30,64,175,0.08)}.hero-orbit__icon{display:grid;width:6.6cqw;height:6.6cqw;place-items:center;border-radius:2cqw;background:var(--orbit-soft);color:var(--orbit-color)}.hero-orbit__icon svg{width:3.8cqw;height:3.8cqw;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-orbit__module span:last-child{display:block;min-width:0}.hero-orbit__item strong,.hero-orbit__item small{display:block;overflow-wrap:anywhere}.hero-orbit__item strong{overflow-wrap:normal;word-break:normal;font-size:clamp(7px,1.55cqw,10px);font-weight:700;line-height:1.18}.hero-orbit__item small{display:none;margin-top:0.6cqw;color:#74829d;font-size:clamp(4px,0.94cqw,6px);font-weight:500;line-height:1.25}.hero-orbit__item--blue{--orbit-color:#0b6df0;--orbit-soft:#e8f1ff}.hero-orbit__item--violet{--orbit-color:#8b45e5;--orbit-soft:#f1e8ff}.hero-orbit__item--green{--orbit-color:#19ad72;--orbit-soft:#e7f8ef}.hero-orbit__item--orange{--orbit-color:#f59e0b;--orbit-soft:#fff4df}.hero-orbit__clinic{top:40%;left:3.2%;display:grid;width:17.5cqw;min-height:14.5cqw;place-items:center;align-content:center;padding:1.3cqw;border:1px solid rgba(230,235,244,0.88);border-radius:2.8cqw;background:rgba(255,255,255,0.96);box-shadow:0 7px 19px rgba(30,64,175,0.08);text-align:center}.hero-orbit__clinic .hero-orbit__icon{margin-bottom:1cqw}.hero-orbit__module--reporting{top:1.5%;left:50%;width:26cqw;transform:translateX(-50%)}.hero-orbit__module--accounting{top:13%;right:7%;width:27cqw}.hero-orbit__module--procurement{top:41%;right:3%;width:26cqw}.hero-orbit__module--equipment{top:69%;right:8%;width:27cqw}.hero-orbit__module--hr{bottom:2%;left:50%;width:25cqw;transform:translateX(-50%)}.hero-orbit__module--operations{top:69%;left:8%;width:25cqw}.hero-orbit__module--compliance{top:13%;left:8%;width:25cqw}.hero-orbit__hub{top:49%;left:50%;display:grid;justify-items:center;width:25cqw;transform:translate(-50%,-42%);text-align:center}.hero-orbit__core{position:relative;display:grid;width:12.5cqw;height:12.5cqw;margin-bottom:2cqw;place-items:center;border:0.8cqw solid #fff;border-radius:50%;background:linear-gradient(145deg,#1187ff,#0057dd);box-shadow:0 0 0 0.5cqw rgba(37,99,235,0.08),0 6px 18px rgba(0,91,223,0.3)}.hero-orbit__core::before{content:'';position:absolute;inset:-2cqw;z-index:-1;border-radius:50%;background:rgba(37,99,235,0.09)}.hero-orbit__core svg{width:7.2cqw;height:7.2cqw;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.hero-orbit__hub>strong{display:block;font-size:clamp(6px,1.45cqw,9px);line-height:1.15}.hero-orbit__hub>small{display:block;margin-top:0.9cqw;color:#71819d;font-size:clamp(4px,0.92cqw,6px);font-weight:600;line-height:1.35}.hero-orbit__footer{height:8.5cqw;min-height:44px;gap:1.8cqw;padding:0 3.5cqw;border-top:1px solid rgba(226,232,240,0.85);color:#102044}.hero-orbit__footer>strong{font-size:clamp(5px,1.2cqw,8px)}.hero-orbit__sync{display:grid;width:4cqw;height:4cqw;place-items:center;color:#0b6df0;transform-origin:center}.hero-orbit__sync svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.hero-orbit__progress{position:relative;width:35cqw;height:0.8cqw;margin-left:auto;overflow:hidden;border-radius:100px;background:#d9e0eb}.hero-orbit__progress i{position:absolute;inset:0 auto 0 0;display:block;width:48%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0873f9 0%,#2a8cff 72%,#0873f9 100%)}@media (prefers-reduced-motion:no-preference){.hero-orbit__ring{transform-box:fill-box;transform-origin:center;animation:orbit-ring-breathe 2.8s ease-in-out infinite}.hero-orbit__connector{animation:orbit-connector-flow 1.35s linear infinite,orbit-connector-pulse 1.8s ease-in-out infinite}.hero-orbit__connector--2{animation-delay:-0.2s,-0.2s}.hero-orbit__connector--3{animation-delay:-0.4s,-0.4s}.hero-orbit__connector--4{animation-delay:-0.6s,-0.6s}.hero-orbit__connector--5{animation-delay:-0.8s,-0.8s}.hero-orbit__connector--6{animation-delay:-1s,-1s}.hero-orbit__connector--7{animation-delay:-1.2s,-1.2s}.hero-orbit__points .point{transform-box:fill-box;transform-origin:center;animation:orbit-point-pulse 1.8s ease-in-out infinite}.hero-orbit__points .point:nth-child(2){animation-delay:-0.2s}.hero-orbit__points .point:nth-child(3){animation-delay:-0.4s}.hero-orbit__points .point:nth-child(4){animation-delay:-0.6s}.hero-orbit__points .point:nth-child(5){animation-delay:-0.8s}.hero-orbit__points .point:nth-child(6){animation-delay:-1s}.hero-orbit__points .point:nth-child(7){animation-delay:-1.2s}.hero-orbit__sync{animation:hero-sync-spin 1.8s linear infinite}.hero-orbit__progress i{animation:hero-progress-load 2.4s ease-in-out infinite}}@keyframes orbit-connector-flow{to{stroke-dashoffset:-26}}@keyframes orbit-connector-pulse{0%,100%{opacity:0.32;filter:drop-shadow(0 0 0 transparent)}50%{opacity:1;filter:drop-shadow(0 0 3px currentColor)}}@keyframes orbit-point-pulse{0%,100%{transform:scale(0.9);opacity:0.72}50%{transform:scale(1.24);opacity:1}}@keyframes orbit-ring-breathe{0%,100%{opacity:0.7}50%{opacity:1}}@keyframes hero-sync-spin{to{transform:rotate(360deg)}}@keyframes hero-progress-load{0%{transform:translateX(-105%)}52%{transform:translateX(55%)}100%{transform:translateX(210%)}}html[lang="ru"] .hero-orbit__item strong{font-size:clamp(6px,1.3cqw,8.5px)}html[lang="ru"] .hero-orbit__item small{font-size:clamp(3.5px,0.82cqw,5.3px)}@media (prefers-reduced-motion:reduce){.hero-orbit,.hero-orbit__ring,.hero-orbit__connector,.hero-orbit__points .point,.hero-orbit__sync,.hero-orbit__progress i{animation:none}}@keyframes sync-spin{to{transform:rotate(360deg)}}.not-found-page{min-height:100vh;background:linear-gradient(180deg,var(--white),var(--bg))}.not-found{min-height:100vh;display:grid;align-items:center;padding:calc(var(--header-h) + 3rem) 0 3rem}.not-found__inner{position:relative;max-width:760px;text-align:center}.not-found__inner .hero__lead{max-width:580px;margin:0 auto 2rem}.not-found__inner .hero__actions{justify-content:center}.not-found__code{display:block;color:var(--blue-light);font-family:var(--font-display);font-size:clamp(7rem,28vw,15rem);font-weight:700;line-height:0.8;letter-spacing:-0.08em}@media (max-width:560px){.not-found__inner .hero__actions{align-items:stretch}}.problems{padding:4rem 0 5rem;background:radial-gradient(circle at 50% 5%,rgba(239,246,255,0.32),transparent 31%),var(--white)}.problems .container{max-width:1200px}.problems .section-header{margin-bottom:2.5rem}.problems .badge{margin-bottom:1.1rem;padding:0.45rem 1.1rem;font-size:clamp(0.72rem,0.85vw,0.875rem);letter-spacing:0.08em;background:#dceafe}.problems .section-title{margin-bottom:1.3rem;color:#07183d;font-size:clamp(2.4rem,4vw,3.5rem);line-height:1.1;letter-spacing:-0.025em}.problems .section-subtitle{max-width:800px;color:#6b84ad;font-size:clamp(1rem,1.35vw,1.25rem);font-weight:500;line-height:1.45}.problems__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.problem-card{min-height:clamp(360px,28vw,420px);padding:clamp(1.75rem,2.3vw,2.15rem);border:1px solid #e1eaf7;border-bottom:4px solid #2c7df4;border-radius:12px;background:rgba(255,255,255,0.96);box-shadow:0 11px 31px rgba(42,93,169,0.08);transition:box-shadow var(--transition)}.problem-card:hover{box-shadow:0 16px 38px rgba(42,93,169,0.12)}.problem-card__num{font-family:var(--font-display);font-size:clamp(2.4rem,3vw,3rem);font-weight:700;color:#cfe1fd;line-height:1;margin-bottom:clamp(1.9rem,2.5vw,2.5rem)}.problem-card h3{margin-bottom:1.5rem;color:#07183d;font-size:clamp(1.15rem,1.45vw,1.35rem);font-weight:700;line-height:1.25;text-align:left}.problem-card h3::after{content:'';display:block;width:42px;height:2px;margin-top:1rem;border-radius:20px;background:#2b7df4}.module-card h3,.process-step h3,.reason-card h3,.about__card h3,.pricing-faq__title{text-align:center}.problem-card p{color:#405b87;font-size:clamp(0.92rem,1vw,1rem);font-weight:500;line-height:1.7}@media (max-width:1024px){.problems{padding:4.5rem 0}.problems .section-title{font-size:clamp(2.35rem,7vw,3.75rem)}.problem-card{min-height:0}}@media (max-width:560px){.problems .section-header{margin-bottom:2.5rem}.problems .section-title{font-size:clamp(2.15rem,10vw,2.75rem)}.problems .section-subtitle{font-size:1rem}.problem-card{padding:2rem}.problem-card__num{margin-bottom:2rem}}.modules{padding:0 0 5rem;background:var(--white)}.modules .section-header{width:100vw;margin:0 0 4rem calc(50% - 50vw);padding:clamp(3.5rem,5.5vw,5.5rem) max(32px,calc((100vw - 1620px) / 2));background:var(--white)}.modules .section-header>.badge,.modules .section-header>.section-subtitle{display:none}.modules__title{display:block;width:fit-content;max-width:1620px;margin:0 auto;font-size:clamp(2.5rem,4vw,4.5rem);line-height:1.06;letter-spacing:-0.03em;text-align:center}.modules__title-copy,.modules__title-copy>span{display:block}.modules__title-copy{display:grid;gap:0.06em;text-align:center}.modules__title-copy>span{white-space:nowrap}.modules__title-copy mark{padding:0;color:inherit;background:transparent}.modules__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (min-width:1025px){.module-card[data-code="G"]{grid-column:2}}.module-card{background:var(--surface);padding:1.75rem;border-radius:var(--radius-lg);border:1px solid var(--border-light);transition:transform var(--transition),box-shadow var(--transition)}.module-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.module-card__letter{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--blue-light);color:var(--blue);font-weight:700;font-size:0.875rem;border-radius:8px;margin-bottom:1rem}.module-card h3{font-size:1rem;font-weight:700;margin-bottom:0.5rem}.module-card p{font-size:0.875rem;color:var(--text-secondary);line-height:1.6}.modules__cta{text-align:center;margin-top:2.5rem}.process{padding:5rem 0;background:var(--white)}.process__timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.process-step{background:var(--bg);padding:2rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-light);position:relative}.process-step__num{width:40px;height:40px;background:var(--blue);color:var(--white);font-weight:700;font-size:1.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.process-step h3{font-size:1.0625rem;font-weight:700;line-height:1.3}.process-step__heading{display:flex;min-height:2.5rem;flex-direction:column;align-items:center;justify-content:flex-start;gap:0.55rem;margin-bottom:0.35rem;text-align:center}.process-step__timing{display:inline-flex;min-height:28px;align-items:center;justify-content:center;padding:0.28rem 0.7rem;border:1px solid #c8dcff;border-radius:999px;background:#eaf2ff;color:#2865d8;font-size:0.75rem;font-weight:700;line-height:1}.process-step p{font-size:0.875rem;color:var(--text-secondary);line-height:1.65}.proof{padding:5rem 0;background:linear-gradient(135deg,#eff6ff 0%,#fef9ee 100%)}.proof__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:720px;margin:0 auto}.proof-card{background:var(--surface);padding:2rem 1.5rem;border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.proof-card__num{display:block;font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--blue);line-height:1.1;margin-bottom:0.75rem}.proof-card p{font-size:0.875rem;color:var(--text-secondary);line-height:1.5}.cta-banner{padding:5rem 0;background:var(--white)}.cta-banner__inner{text-align:center;max-width:720px;padding:3rem;background:linear-gradient(135deg,#eff6ff 0%,#fef9ee 50%,#f0fdf4 100%);border-radius:var(--radius-xl);border:1px solid var(--border-light)}.cta-banner__inner .section-title{margin-bottom:1rem}.cta-banner__inner p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.0625rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:0.8125rem;font-weight:600;color:var(--text);margin-bottom:0.4rem}.form-group input,.form-group textarea{width:100%;padding:0.75rem 1rem;font-family:var(--font);font-size:0.9375rem;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,0.12);background:var(--white)}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact{padding:clamp(5rem,8vw,8rem) 0;background:radial-gradient(circle at 92% 12%,rgba(37,99,235,0.05),transparent 24%),linear-gradient(180deg,#fbfdff 0%,#f7faff 100%)}.contact>.container{max-width:1320px}.contact__grid{display:grid;grid-template-columns:minmax(340px,0.82fr) minmax(0,1.25fr);gap:clamp(3rem,6vw,5.5rem);align-items:start}.contact__info{position:relative;padding-top:0.35rem}.contact__info::after{content:'';position:absolute;top:0;right:-2.5rem;width:72px;height:110px;opacity:0.6;background-image:radial-gradient(circle,#bfd6ff 2.5px,transparent 3px);background-size:22px 22px;pointer-events:none}.contact__badge{gap:0.4rem;margin-bottom:1.8rem}.contact__badge>span:first-child{color:var(--blue);font-size:0.95rem}.contact__title{margin-bottom:1.45rem;color:var(--text);font-family:var(--font-display);font-size:clamp(3.25rem,5.2vw,5rem);font-weight:700;line-height:0.98;letter-spacing:-0.035em}.contact__title span{display:block}.contact__title span:last-child{margin-top:0.15em;color:var(--blue)}.contact__intro{max-width:470px;margin-bottom:1.75rem;color:var(--text-secondary);font-size:1.08rem;line-height:1.55}.contact__details{display:grid;gap:0.85rem}.contact-card{display:flex;align-items:center;gap:1rem;min-height:76px;padding:0.8rem 1.15rem;border:1px solid var(--border-light);border-radius:17px;background:rgba(255,255,255,0.92);color:var(--text);box-shadow:0 9px 25px rgba(15,23,42,0.07);transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.contact-card[href]:hover{border-color:rgba(37,99,235,0.35);color:var(--text);box-shadow:0 13px 30px rgba(37,99,235,0.12);transform:translateY(-2px)}.contact-card__icon{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#1d74ff,#0756df);color:var(--white);box-shadow:0 8px 18px rgba(37,99,235,0.22);font-family:Arial,sans-serif;font-size:1.25rem;font-weight:700}.contact-card__icon--pin i,.contact-map__pin i{position:relative;display:block;width:15px;height:15px;border-radius:50% 50% 50% 0;background:currentColor;transform:rotate(-45deg)}.contact-card__icon--pin i::after,.contact-map__pin i::after{content:'';position:absolute;top:4px;left:4px;width:7px;height:7px;border-radius:50%;background:var(--blue)}.contact-card small,.contact-card strong{display:block}.contact-card small{color:var(--text-secondary);font-size:0.82rem;line-height:1.2}.contact-card strong{margin-top:0.2rem;color:var(--text);font-size:1rem;line-height:1.35}.contact__form{padding:clamp(2rem,4vw,3.25rem);border:1px solid rgba(222,230,241,0.92);border-radius:30px;background:rgba(255,255,255,0.96);box-shadow:0 22px 60px rgba(29,57,103,0.12)}.contact__form .form-row{gap:1.15rem 1.4rem}.contact__form .form-group{margin-bottom:1.35rem}.contact__form .form-group label{margin-bottom:0.55rem;color:#071943;font-size:0.86rem;font-weight:700}.contact-field__control{position:relative;display:flex;align-items:center;min-height:58px;border:1.5px solid #cfd9e8;border-radius:13px;background:var(--white);transition:border-color var(--transition),box-shadow var(--transition)}.contact-field__control:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px rgba(37,99,235,0.09)}.contact__form .contact-field__control input,.contact__form .contact-field__control textarea,.contact__form .contact-field__control select{width:100%;min-height:56px;padding:0.85rem 1rem;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;color:var(--text);font:inherit}.contact__form .contact-field__control input:focus,.contact__form .contact-field__control textarea:focus,.contact__form .contact-field__control select:focus{border:0;outline:0;background:transparent;box-shadow:none}.contact__form .contact-field__control input::placeholder,.contact__form .contact-field__control textarea::placeholder{color:#7586a5;opacity:1}.contact-field--message .contact-field__control{align-items:flex-start;min-height:158px}.contact__form .contact-field__control textarea{min-height:156px;resize:vertical;line-height:1.55}.contact__form .form-consent{align-items:center;margin:0.2rem 0 1.4rem;color:var(--text-secondary);font-size:0.82rem}.contact__form .form-consent input{width:17px;height:17px;margin:0}.contact__form .form-consent a{color:var(--blue);font-weight:600}.contact__submit{display:flex;align-items:center;justify-content:center;gap:0.75rem;width:100%;min-height:58px;padding:0.9rem 1.25rem;border:0;border-radius:13px;background:linear-gradient(180deg,#1d72ff 0%,#0758e7 100%);color:var(--white);box-shadow:0 12px 24px rgba(13,93,231,0.2);font:700 1.05rem/1.2 var(--font);cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}.contact__submit:hover{box-shadow:0 15px 30px rgba(13,93,231,0.3);transform:translateY(-2px)}.contact__submit:focus-visible{outline:3px solid rgba(37,99,235,0.28);outline-offset:3px}.contact__security{display:flex;align-items:center;justify-content:center;gap:0.55rem;margin-top:1.35rem;color:var(--text-secondary);font-size:0.78rem}.consultation-modal[hidden]{display:none}.consultation-modal{position:fixed;inset:0;z-index:560;display:grid;place-items:center;padding:clamp(16px,4vw,48px);visibility:hidden;opacity:0;transition:visibility 0.25s ease,opacity 0.25s ease}.consultation-modal.is-open{visibility:visible;opacity:1}.consultation-modal__backdrop{position:absolute;inset:0;background:rgba(7,18,42,0.66);backdrop-filter:blur(8px)}.consultation-modal__dialog{position:relative;z-index:1;width:min(760px,100%);max-height:min(88dvh,820px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid rgba(147,180,232,0.7);border-top:4px solid var(--blue);border-radius:26px;background:var(--white);box-shadow:0 32px 90px rgba(3,13,33,0.38);transform:translateY(16px) scale(0.985);transition:transform 0.28s ease}.consultation-modal.is-open .consultation-modal__dialog{transform:translateY(0) scale(1)}.consultation-modal__close{position:absolute;top:16px;right:16px;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:50%;background:var(--blue);color:var(--white);font:500 1.55rem/1 sans-serif;cursor:pointer}.consultation-modal__close:hover{background:var(--blue-dark)}.consultation-modal__header{padding-right:3.5rem}.consultation-modal__header .badge{margin-bottom:0.7rem}.consultation-modal__header h2{color:var(--text);font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.65rem);line-height:1.1}.consultation-modal__header p{max-width:580px;margin-top:0.65rem;color:var(--text-secondary);line-height:1.55}.consultation-modal__selection{display:grid;gap:0.25rem;margin:1.25rem 0;padding:0.85rem 1rem;border:1px solid #bfdbfe;border-radius:13px;background:#eff6ff}.consultation-modal__selection span{color:var(--blue-dark);font-size:0.75rem;font-weight:800;letter-spacing:0.04em;text-transform:uppercase}.consultation-modal__selection strong{color:var(--text);font-size:0.9rem;line-height:1.45}.consultation-modal__form{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.consultation-modal__form .form-group{margin-bottom:1rem}.consultation-modal__chairs{max-width:calc(50% - 0.7rem)}body.consultation-modal-open{overflow:hidden}@media (max-width:700px){.consultation-modal{padding:16px}.consultation-modal__dialog{width:min(92vw,560px);max-height:84dvh;padding:1.25rem;border-radius:20px}.consultation-modal__header{padding-right:2.75rem}.consultation-modal__header h2{font-size:1.7rem}.consultation-modal__header p{font-size:0.9rem}.consultation-modal__selection{margin:1rem 0}.consultation-modal__form .form-row{gap:0}.consultation-modal__chairs{max-width:none}}.footer{position:relative;border-top:1px solid #cfdef2;background:#eaf3ff;color:#53627a;box-shadow:none}.footer__inner{display:grid;width:100%;max-width:1200px;grid-template-columns:1fr;gap:2.25rem;align-items:start;margin:0 auto;padding:3.75rem 24px 2.75rem;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.footer__tagline{margin-top:1rem;color:#5d6d86;font-size:1.075rem;line-height:1.55}.footer__links{display:flex;flex-direction:column;align-items:flex-start;gap:1.05rem}.footer__links a{color:#465772;font-size:1rem;line-height:1.45}.footer__links a:hover{color:var(--blue)}.footer__bottom{border-top:1px solid #cfdef2;background:#e4efff;color:#52647e;padding:1.25rem 0}.footer__bottom p{font-size:0.8125rem;color:inherit;text-align:center}.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(100px);background:var(--text);color:var(--white);padding:0.85rem 1.5rem;border-radius:100px;font-size:0.875rem;font-weight:500;box-shadow:var(--shadow-xl);opacity:0;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);z-index:200;pointer-events:none}.toast--visible{opacity:1;transform:translateX(-50%) translateY(0)}.fade-in{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease,transform 0.6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero__grid,.contact__grid{grid-template-columns:1fr;gap:2.5rem}.problems__grid,.modules__grid{grid-template-columns:1fr}.process__timeline{grid-template-columns:repeat(2,1fr)}.proof__grid{grid-template-columns:repeat(2,1fr)}.footer__inner{grid-template-columns:1fr;gap:2rem}.hero__visual{order:-1}.hero__illustration{min-height:410px}}@media (max-width:760px){.modules .section-header{margin-bottom:3rem;padding:3rem 18px}.modules__title{display:block;width:100%;max-width:100%;font-size:clamp(1.25rem,5.4vw,1.75rem);line-height:1.08;text-align:center}html[lang="ru"] .modules__title{font-size:clamp(1rem,4.25vw,1.4rem)}}@media (max-width:768px){.logo__image{width:88px;height:58px}.form-row{grid-template-columns:1fr}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.hero__illustration{min-height:340px}}.skip-link{position:fixed;top:8px;left:8px;z-index:999;padding:0.65rem 1rem;border-radius:var(--radius);background:var(--text);color:var(--white);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.module-card__link{display:inline-flex;align-items:center;align-self:end;width:fit-content;margin-top:1rem;padding:0;border:0;background:transparent;color:var(--blue);font-family:var(--font);font-size:0.875rem;font-weight:700;line-height:1.4;text-align:left;cursor:pointer}.module-card__link:hover{color:var(--blue-dark)}.module-card__link:focus-visible{outline:3px solid rgba(37,99,235,0.24);outline-offset:4px;border-radius:4px}.module-details,.pricing,.why-us,.about,.faq,.legal{padding:6rem 0}.module-details,.why-us,.faq{background:var(--white)}.module-details{background:#f8fafc}.module-details>.container{padding:2.75rem 32px 2rem;border:1px solid #e5edf8;border-radius:28px;background:var(--white);box-shadow:0 18px 55px rgba(30,64,175,0.08)}.module-details .section-header{margin-bottom:1.2rem}.module-details .section-header .badge{display:none}.module-details .section-title{max-width:760px;margin-right:auto;margin-left:auto}.module-details .section-subtitle{max-width:760px}.pricing,.about,.legal{background:var(--bg)}.service-accordion{display:grid;gap:1rem;max-width:980px;margin:0 auto}.services-intro{max-width:900px;margin:-1rem auto 2rem;color:var(--text-secondary);font-size:1.05rem;line-height:1.75;text-align:center}.faq-item summary::-webkit-details-marker,.legal summary::-webkit-details-marker{display:none}.service-explorer{max-width:1120px;margin:2.5rem auto 0}.service-map--mobile,.module-model-panel--mobile{display:none}.service-map--desktop,.service-map--mobile,.module-model-panel{animation:service-layout-in 0.3s ease both}@keyframes service-layout-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.service-map__canvas{position:relative;height:540px;isolation:isolate}.service-hub{position:absolute;top:180px;left:50%;z-index:3;display:grid;width:210px;height:210px;place-items:center;align-content:center;padding:1.5rem;border:10px solid var(--white);border-radius:50%;background:linear-gradient(145deg,#2563eb 0%,#155eef 48%,#1239a6 100%);color:var(--white);text-align:center;transform:translateX(-50%);box-shadow:0 0 0 1px #bfdbfe,0 0 0 20px rgba(219,234,254,0.58),0 20px 42px rgba(37,99,235,0.28)}.service-hub::before,.service-hub::after{content:'';position:absolute;inset:-34px;z-index:-1;border:1px solid rgba(37,99,235,0.12);border-radius:50%}.service-hub::after{inset:-48px}.service-hub__icon{position:relative;display:block;width:88px;height:74px;margin-bottom:0.65rem;color:var(--white)}.hospital-icon__main{position:absolute;bottom:3px;left:50%;width:42px;height:58px;border:3px solid currentColor;border-radius:4px 4px 1px 1px;transform:translateX(-50%)}.hospital-icon__main::after{content:'';position:absolute;bottom:-3px;left:50%;width:12px;height:18px;border:3px solid currentColor;border-bottom:0;transform:translateX(-50%)}.hospital-icon__cross{position:absolute;top:-12px;left:50%;width:22px;height:22px;border:3px solid currentColor;border-radius:4px;background:#3b82f6;transform:translateX(-50%)}.hospital-icon__cross::before,.hospital-icon__cross::after{content:'';position:absolute;top:50%;left:50%;border-radius:2px;background:currentColor;transform:translate(-50%,-50%)}.hospital-icon__cross::before{width:12px;height:4px}.hospital-icon__cross::after{width:4px;height:12px}.hospital-icon__windows{position:absolute;top:22px;left:7px;width:5px;height:5px;border-radius:1px;background:currentColor;box-shadow:11px 0 currentColor,22px 0 currentColor,0 12px currentColor,22px 12px currentColor}.hospital-icon__wing{position:absolute;bottom:3px;width:23px;height:37px;border:3px solid currentColor;border-radius:3px 3px 1px 1px}.hospital-icon__wing::before{content:'';position:absolute;top:9px;left:50%;width:4px;height:4px;border-radius:1px;background:currentColor;box-shadow:0 10px currentColor;transform:translateX(-50%)}.hospital-icon__wing--left{left:0;border-right:0}.hospital-icon__wing--right{right:0;border-left:0}.service-hub>b{font-size:1.25rem}.service-hub small{max-width:150px;margin-top:0.25rem;color:#dbeafe;font-size:0.75rem;line-height:1.35}.service-module--map{position:absolute;z-index:4;width:clamp(260px,27vw,300px)}.service-module--map.is-open{z-index:20}.service-module--position-1{top:0;left:50%;transform:translateX(-50%)}.service-module--position-2{top:58px;right:0}.service-module--position-3{top:222px;right:0}.service-module--position-4{top:386px;right:3%}.service-module--position-5{top:386px;left:3%}.service-module--position-6{top:222px;left:0}.service-module--position-7{top:58px;left:0}.service-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:0.7rem;width:100%;min-height:132px;padding:0.9rem 3.4rem 0.9rem 0.9rem;border:1px solid var(--border);border-radius:18px;background:var(--white);color:var(--text);font:inherit;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(15,23,42,0.08);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.service-card:hover{border-color:#cbd5e1;box-shadow:0 14px 30px rgba(30,64,175,0.13);transform:translateY(-2px)}.service-card:focus-visible{outline:3px solid rgba(37,99,235,0.28);outline-offset:3px}.service-module.is-open .service-card{border-color:var(--border);box-shadow:var(--shadow-sm)}.service-card__icon{display:grid;width:54px;height:54px;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,0.88),var(--module-soft));color:var(--module-color);font-family:var(--font-display);font-size:1.75rem;font-weight:800}.service-card__copy{min-width:0}.service-card__copy b,.service-card__copy small{display:block}.service-card__copy b{display:block;color:var(--text);font-family:var(--font-display);font-size:0.82rem;line-height:1.28}.service-card__copy small{display:-webkit-box;margin-top:0.4rem;overflow:hidden;color:var(--text-secondary);font-size:0.71rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-card__status{position:absolute;top:0.85rem;right:0.85rem;display:grid;justify-items:center}.service-card__status b{display:grid;width:31px;height:31px;place-items:center;border:0;border-radius:50%;background:var(--blue);color:var(--white);font-size:1.2rem;font-weight:500;line-height:1;box-shadow:0 6px 14px rgba(37,99,235,0.28);transition:transform var(--transition),background var(--transition),box-shadow var(--transition)}.service-card:hover .service-card__status b{transform:scale(1.08);box-shadow:0 9px 22px rgba(37,99,235,0.38)}.service-module.is-open .service-card__status b{background:var(--blue-dark);transform:rotate(45deg);box-shadow:0 9px 22px rgba(37,99,235,0.38)}.service-connectors{position:absolute;inset:0;z-index:1;pointer-events:none}.service-connector{position:absolute;height:2px;border:0;background:repeating-linear-gradient(90deg,rgba(37,99,235,0.92) 0 7px,transparent 7px 13px);background-size:26px 2px;opacity:0.68;transform-origin:left center;animation:service-connector-flow 1.65s linear infinite;transition:filter 0.25s ease,opacity 0.25s ease}.service-connector::after{content:'';position:absolute;top:-5px;right:-5px;width:9px;height:9px;border:2px solid var(--white);border-radius:50%;background:var(--blue);box-shadow:0 0 0 1px var(--blue);animation:service-node-pulse 1.8s ease-in-out infinite}.service-connector.is-active{opacity:1;filter:drop-shadow(0 0 4px rgba(37,99,235,0.55));animation-duration:0.85s}.service-connector--1{top:132px;left:50%;width:48px;transform:rotate(90deg)}.service-connector--2{top:218px;left:59%;width:178px;transform:rotate(-31deg)}.service-connector--3{top:285px;left:59.5%;width:185px}.service-connector--4{top:352px;left:59%;width:178px;transform:rotate(31deg)}.service-connector--5{top:352px;right:59%;width:178px;transform:rotate(-31deg);transform-origin:right center;animation-direction:reverse}.service-connector--5::after,.service-connector--6::after,.service-connector--7::after{right:auto;left:-5px}.service-connector--6{top:285px;right:59.5%;width:185px;animation-direction:reverse}.service-connector--7{top:218px;right:59%;width:178px;transform:rotate(31deg);transform-origin:right center;animation-direction:reverse}@keyframes service-connector-flow{to{background-position:26px 0}}@keyframes service-node-pulse{0%,100%{opacity:0.72;scale:1;box-shadow:0 0 0 1px var(--blue),0 0 0 rgba(37,99,235,0)}50%{opacity:1;scale:1.15;box-shadow:0 0 0 1px var(--blue),0 0 10px rgba(37,99,235,0.5)}}.service-expand{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows 0.42s ease,opacity 0.3s ease,margin 0.42s ease}.service-expand.is-open{grid-template-rows:1fr;margin-top:0.75rem;opacity:1}.service-expand__clip{min-height:0;overflow:hidden}.service-expand__content{padding:clamp(1.1rem,3vw,1.75rem);border:1px solid rgba(37,99,235,0.2);border-radius:18px;background:linear-gradient(135deg,#f8fbff,var(--white));box-shadow:var(--shadow-sm);cursor:pointer}.service-expand__content:focus-visible{outline:3px solid rgba(37,99,235,0.28);outline-offset:3px}.service-expand__heading{display:flex;align-items:center;gap:0.9rem}.service-expand__heading>span{display:grid;width:42px;height:42px;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--blue);color:var(--white);font-weight:800}.service-expand__heading h3{color:var(--text);font-family:var(--font-display);font-size:1.3rem}.service-expand__heading p{margin-top:0.15rem;color:var(--text-secondary)}.service-expand__content h4{margin:1.25rem 0 0.75rem;color:var(--text);font-size:0.92rem}.service-expand__content ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.55rem 1.5rem;padding-left:1.2rem}.service-expand__content li{color:var(--text-secondary);font-size:0.86rem;line-height:1.55}.service-expand__content li::marker{color:var(--blue)}.service-expand__content aside{margin-top:1.25rem;padding:1rem;border-left:3px solid var(--gold);border-radius:0 12px 12px 0;background:var(--gold-light)}.service-expand__content aside h4{margin:0;color:var(--gold);text-transform:uppercase;letter-spacing:0.04em}.service-expand__content aside p{margin-top:0.35rem;color:var(--text-secondary);font-size:0.82rem;line-height:1.55}.service-module--map .service-expand{position:absolute;top:calc(100% + 8px);left:0;z-index:30;width:min(390px,38vw);margin:0;pointer-events:none}.service-module--map .service-expand.is-open{margin:0;pointer-events:auto}.service-module--map .service-expand__content{max-height:390px;overflow:auto;border-color:#cbd5e1;border-top:3px solid var(--blue);background:var(--white);box-shadow:0 22px 50px rgba(15,23,42,0.2)}.service-module--position-1 .service-expand{left:50%;transform:translateX(-50%)}.service-module--position-2 .service-expand,.service-module--position-3 .service-expand,.service-module--position-4 .service-expand{right:0;left:auto}.service-module--position-4 .service-expand,.service-module--position-5 .service-expand{top:auto;bottom:calc(100% + 8px)}.service-modal{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:clamp(24px,4vw,64px);overflow-y:auto;visibility:hidden;opacity:0;transition:visibility 0.28s ease,opacity 0.28s ease}.service-modal.is-open{visibility:visible;opacity:1}.service-modal__backdrop{position:absolute;inset:0;background:rgba(7,18,42,0.68);backdrop-filter:blur(9px)}.service-modal__dialog{position:relative;z-index:1;width:min(1160px,100%);max-height:calc(100dvh - clamp(48px,8vw,128px));overflow:hidden;border:1px solid rgba(147,180,232,0.65);border-top:4px solid var(--blue);border-radius:28px;background:var(--white);box-shadow:0 32px 90px rgba(3,13,33,0.36);cursor:default;transform:translateY(18px) scale(0.985);transition:transform 0.32s ease}.service-modal__dialog>[data-service-modal-content]{max-height:inherit;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-gutter:stable}.service-modal.is-open .service-modal__dialog{transform:translateY(0) scale(1)}.service-modal__dialog:focus-visible{outline:3px solid rgba(96,165,250,0.75);outline-offset:5px}.service-modal__close{position:absolute;top:20px;right:20px;z-index:2;display:grid;width:46px;height:46px;place-items:center;border:0;border-radius:50%;background:var(--blue);color:var(--white);box-shadow:0 9px 24px rgba(37,99,235,0.28);font:500 1.75rem/1 sans-serif;cursor:pointer}.service-modal__close:hover{background:var(--blue-dark);transform:scale(1.05)}.service-modal__layout{display:grid;grid-template-columns:minmax(290px,0.82fr) minmax(0,1.6fr);min-height:420px;max-height:none}.service-modal__intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.35rem;padding:clamp(2rem,4vw,3.5rem);border-right:1px solid var(--border);border-radius:24px 0 0 24px;background:linear-gradient(145deg,#f3f8ff,var(--module-soft))}.service-modal__letter{display:grid;flex:0 0 86px;width:86px;height:86px;place-items:center;border-radius:24px;background:linear-gradient(145deg,var(--module-color),var(--blue));color:var(--white);box-shadow:0 14px 32px rgba(37,99,235,0.24);font-family:var(--font-display);font-size:2.25rem;font-weight:800}.service-modal__intro h3{padding-right:1.5rem;color:var(--text);font-family:var(--font-display);font-size:clamp(1.65rem,2.5vw,2.45rem);line-height:1.13}.service-modal__intro p{margin-top:0.85rem;color:var(--text-secondary);font-size:1.05rem;line-height:1.55}.service-modal__details{min-height:0;overflow:visible;padding:clamp(2.25rem,4vw,3.5rem);padding-right:clamp(4.5rem,7vw,6.5rem)}.service-modal__details>h4{margin-bottom:1.1rem;color:var(--text);font-size:1.05rem}.service-modal__details ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.7rem 2rem;padding-left:1.2rem}.service-modal__details li{color:var(--text-secondary);font-size:0.9rem;line-height:1.48}.service-modal__details li::marker{color:var(--blue)}@media (min-width:1024px){.service-modal__details ul{display:block;column-count:2;column-gap:2rem}.service-modal__details li{break-inside:avoid;margin-bottom:0.7rem}}.service-modal__details aside{grid-column:1 / -1;margin-top:1.35rem;padding:1rem 1.15rem;border-left:3px solid var(--blue);border-radius:0 12px 12px 0;background:var(--blue-light)}.service-modal__details aside h4{margin:0;color:var(--blue-dark);font-size:0.78rem;letter-spacing:0.04em;text-transform:uppercase}.service-modal__details aside p{margin-top:0.35rem;color:var(--text);font-size:0.86rem;font-weight:600;line-height:1.55}body.service-modal-open{overflow:hidden}.module-model-panel{max-width:1120px;margin:2rem auto 0;border:1px solid rgba(37,99,235,0.2);border-radius:22px;background:linear-gradient(135deg,#f8fbff,var(--white));box-shadow:var(--shadow-sm)}.module-model-panel--desktop{display:grid;grid-template-columns:auto minmax(440px,1.35fr) minmax(360px,1fr);align-items:center;gap:1.5rem;padding:1.75rem}.module-model-panel__mark{display:grid;width:64px;height:64px;place-items:center;flex:0 0 auto;border-radius:16px;background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:var(--white);font-size:1.25rem;font-weight:800;box-shadow:0 10px 20px rgba(37,99,235,0.2)}.module-model-panel__copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1.4rem}.module-model-panel__copy h3,.module-model-panel__title{grid-column:1 / -1;margin-bottom:0.45rem;color:var(--text);font-family:var(--font-display);font-size:1.4rem;font-weight:700;line-height:1.2}.module-model-panel__copy p{color:var(--text-secondary);font-size:0.86rem;line-height:1.6}.module-model-panel__copy p + p{margin-top:0.45rem}.module-model-panel--desktop .module-model-panel__copy p{margin-top:0}.module-model-metrics{display:grid;grid-template-columns:repeat(4,1fr)}.module-model-metrics>div{display:grid;justify-items:center;gap:0.3rem;padding:0.5rem 0.8rem;text-align:center}.module-model-metrics>div + div{border-left:1px solid var(--border)}.module-model-metrics span{color:var(--blue);font-size:1.6rem}.module-model-metrics b{color:var(--text);font-size:0.76rem;line-height:1.25}.module-model-metrics small{color:var(--text-secondary);font-size:0.68rem;line-height:1.3}@media (max-width:1023px){.service-map--desktop,.module-model-panel--desktop{display:none}.service-map--mobile,.module-model-panel--mobile{display:block}.service-modal{display:grid;padding:16px}.service-modal__dialog{width:min(720px,100%);max-height:min(78dvh,760px);border-radius:22px}.service-modal__layout{display:block;min-height:0;max-height:none}.service-modal__intro{gap:1rem;padding:2rem 1.5rem 1.5rem;border-right:0;border-bottom:1px solid var(--border);border-radius:18px 18px 0 0}.service-modal__letter{width:64px;height:64px;flex-basis:64px;border-radius:18px;font-size:1.7rem}.service-modal__intro h3{padding-right:2.75rem;font-size:clamp(1.45rem,5vw,2rem)}.service-modal__intro p{font-size:0.95rem}.service-modal__details{overflow:visible;padding:1.5rem}.service-modal__details ul{grid-template-columns:1fr;gap:0.65rem}.service-modal__close{top:14px;right:14px;width:40px;height:40px;font-size:1.45rem}.service-timeline{position:relative;display:grid;gap:0.65rem;padding:0}.service-timeline::before{display:none}.service-module--timeline{position:relative}.service-module--timeline .service-card{min-height:108px}.service-module--timeline .service-expand.is-open{margin-bottom:0.35rem}.service-expand__content ul{grid-template-columns:1fr}.module-model-panel--mobile{grid-template-columns:1fr;gap:1rem;padding:1.2rem}.module-model-panel--mobile .module-model-panel__copy{grid-template-columns:1fr}.module-model-panel--mobile .module-model-panel__copy h3,.module-model-panel--mobile .module-model-panel__title{grid-column:auto}.module-model-panel--mobile .module-model-metrics{grid-template-columns:repeat(4,minmax(0,1fr));padding-top:0.9rem;border-top:1px solid var(--border)}.module-model-panel--mobile .module-model-metrics b{font-size:0.68rem}.module-model-panel--mobile .module-model-metrics small{font-size:0.6rem}}@media (max-width:600px){.module-details>.container{padding:2rem 16px 1.25rem;border-radius:20px}.module-details .section-title{font-size:1.5rem;line-height:1.15}.module-details .section-subtitle{font-size:0.84rem;line-height:1.5}.module-details .section-header{margin-bottom:1rem}.services-intro{margin:0 auto 1.5rem;font-size:0.82rem;line-height:1.55;text-align:center}.service-explorer{margin-top:0.75rem}.service-card{grid-template-columns:auto minmax(0,1fr);min-height:104px;padding:0.7rem 3rem 0.7rem 0.7rem;border-radius:14px}.service-card__icon{width:46px;height:46px;font-size:1.45rem}.service-card__copy{padding-top:0}.service-card__copy b{font-size:0.82rem}.service-card__copy small{font-size:0.68rem}.service-card__status{top:0.7rem;right:0.7rem}.service-card__status b{width:29px;height:29px}.service-expand__heading{align-items:flex-start}.service-expand__heading h3{font-size:1.05rem}.service-expand__heading p{font-size:0.8rem;line-height:1.45}.service-expand__content{padding:1rem}.service-expand__content li{font-size:0.8rem}.service-modal{padding:16px}.service-modal__dialog{width:min(88vw,560px);max-height:70dvh;border-radius:18px}.service-modal__intro{padding:1.4rem 1.1rem 1.2rem}.service-modal__letter{width:52px;height:52px;flex-basis:52px;border-radius:14px;font-size:1.4rem}.service-modal__intro h3{font-size:1.35rem}.service-modal__intro p{font-size:0.86rem;line-height:1.5}.service-modal__details{padding:1.2rem 1.1rem 1.4rem}.service-modal__details li{font-size:0.84rem}.module-model-panel__mark{width:54px;height:54px}.module-model-panel--mobile .module-model-metrics>div{padding:0.4rem 0.25rem}.module-model-panel--mobile .module-model-metrics span{font-size:1.25rem}}.price-block{margin-bottom:2rem}.price-block h3{font-family:var(--font-display);font-size:1.45rem;margin-bottom:1rem}.table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm)}.price-table{width:100%;min-width:720px;border-collapse:collapse}.price-table th,.price-table td{padding:1rem 1.1rem;text-align:right;border-bottom:1px solid var(--border-light);white-space:nowrap}.price-table th:first-child,.price-table td:first-child{text-align:left}.price-table thead th{background:var(--blue-light);color:var(--blue-dark);font-size:0.78rem;text-transform:uppercase;letter-spacing:0.04em}.price-table tbody th{color:var(--text);font-weight:600}.price-table tbody td{color:var(--text-secondary);font-weight:600}.price-table tbody tr:last-child>*{border-bottom:0}.price-table tbody tr:hover{background:var(--bg)}.pilot-offer{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;padding:1.5rem;border:1px solid #fde68a;border-radius:var(--radius-lg);background:var(--gold-light);text-align:center}.pilot-offer .badge{margin:0;white-space:nowrap}.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.reason-card{position:relative;padding:1.75rem;border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm)}.reason-card>span{color:var(--blue);font-size:0.75rem;font-weight:700;letter-spacing:0.08em}.reason-card h3{margin:0.75rem 0 0.5rem;font-size:1.05rem}.reason-card p{color:var(--text-secondary);font-size:0.92rem}.about__grid{display:grid;grid-template-columns:0.7fr 1.5fr;gap:3rem;align-items:center}.about__mission{max-width:520px;color:var(--text-secondary);font-size:1.1rem}.about__card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.about__card h3{font-family:var(--font-display);margin-bottom:1rem}.about__card h3:not(:first-child){margin-top:2rem}.about__card>h3:first-child{display:flex;align-items:center;justify-content:center;gap:1.4rem;margin-bottom:1.75rem;font-size:clamp(1.55rem,3vw,2rem)}.about__card>h3:first-child::before,.about__card>h3:first-child::after{content:'';width:clamp(46px,8vw,74px);height:2px;border-radius:2px;background:#8eb8ff}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.85rem;margin:0;padding:0 0 1.35rem;border-bottom:1px solid var(--border-light);list-style:none}.team-member{display:grid;grid-template-rows:1fr;justify-items:center;min-width:0;min-height:154px;overflow:hidden;padding:1.4rem 0.8rem 1.35rem;border:1px solid #dfe8f5;border-radius:20px;background:var(--white);box-shadow:0 4px 14px rgba(15,23,42,0.035);transition:transform var(--transition),box-shadow var(--transition)}.team-member:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,23,42,0.11)}.team-member__copy{display:grid;align-content:start;justify-items:center;min-width:0;padding:0;text-align:center}.team-member__copy strong{display:block;color:var(--text);font-family:var(--font-display);font-size:clamp(0.92rem,1.45vw,1.08rem);line-height:1.3}.team-member__copy strong::after{content:'';display:block;width:52px;height:2px;margin:1rem auto 0;border-radius:2px;background:var(--blue)}.team-member__copy small{display:block;margin-top:1rem;color:var(--text-secondary);font-size:0.82rem;font-weight:500;line-height:1.35}.team-grid + h3{margin-top:1.35rem !important}.value-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:0.6rem}.value-chips span{padding:0.45rem 0.8rem;border-radius:100px;background:var(--blue-light);color:var(--blue-dark);font-size:0.82rem;font-weight:600}.faq__container{max-width:900px}.faq__list{display:grid;gap:0.8rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);overflow:hidden}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;color:var(--text);font-weight:600;cursor:pointer;list-style:none}.faq-item summary span{color:var(--blue);font-size:1.3rem;transition:transform var(--transition)}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{padding:0 1.25rem 1.2rem;color:var(--text-secondary)}.form-group select{width:100%;min-height:48px;padding:0.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);color:var(--text);font:inherit}.form-group select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.form-consent{display:flex;align-items:flex-start;gap:0.7rem;margin:1rem 0;color:var(--text-secondary);font-size:0.82rem;cursor:pointer}.form-consent input{margin-top:0.25rem;accent-color:var(--blue)}.legal{padding:2rem 0 4rem}.legal details{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);overflow:hidden}.legal summary{padding:1.25rem 1.5rem;color:var(--text);font-weight:700;cursor:pointer;list-style:none}.legal summary::after{content:'+';float:right;color:var(--blue);font-size:1.2rem}.legal details[open] summary::after{content:'−'}.legal-page-layout{min-height:100vh;background:#f7faff}.legal-page{padding-top:var(--header-h)}.legal-page__container{max-width:920px}.legal-page__hero{padding:clamp(4.5rem,8vw,7rem) 0 clamp(2.5rem,5vw,4rem);background:radial-gradient(circle at 80% 10%,rgba(37,99,235,0.1),transparent 30%),var(--white);text-align:center}.legal-page__hero h1{margin:0 auto 1rem;color:var(--text);font-family:var(--font-display);font-size:clamp(2.25rem,5vw,4.25rem);line-height:1.08;letter-spacing:-0.03em}.legal-page__hero p{color:var(--text-secondary);font-size:clamp(1rem,2vw,1.2rem)}.legal-page__content{padding:clamp(3rem,6vw,5.5rem) 0}.legal-page__content .legal-page__container{display:grid;gap:1.25rem}.legal-page__card{scroll-margin-top:calc(var(--header-h) + 1.5rem);padding:clamp(1.5rem,4vw,2.5rem);border:1px solid #dbe5f2;border-radius:22px;background:var(--white);box-shadow:0 12px 34px rgba(29,57,103,0.07)}.legal-page__card h2{margin-bottom:0.85rem;color:var(--text);font-size:clamp(1.2rem,2.5vw,1.55rem);line-height:1.3}.legal-page__card p,.legal-page__card li{color:var(--text-secondary)}.legal-page__card ol{display:grid;gap:0.45rem;margin-left:1.4rem}.legal-page__notice{margin-top:1.1rem;padding:0.9rem 1rem;border-left:3px solid var(--blue);border-radius:0 var(--radius) var(--radius) 0;background:var(--blue-light);color:var(--blue-dark) !important;font-size:0.9rem}.legal-page-layout .footer__links a[aria-current="page"]{color:var(--blue)}.cookie-banner{position:fixed;left:50%;bottom:max(1.5rem,env(safe-area-inset-bottom));z-index:600;display:grid;grid-template-columns:minmax(250px,0.9fr) minmax(300px,1.2fr) auto;grid-template-areas:"heading copy actions" "heading more actions";column-gap:clamp(1.25rem,2.6vw,2.5rem);row-gap:0.55rem;align-items:center;width:min(1120px,calc(100% - 3rem));padding:1.25rem 1.4rem;border:1px solid #d7e2f1;border-radius:20px;background:rgba(255,255,255,0.98);box-shadow:0 22px 70px rgba(15,36,74,0.2),0 3px 12px rgba(15,36,74,0.08);transform:translateX(-50%);backdrop-filter:blur(14px)}.cookie-banner[hidden],.contact-map__embed[hidden],.contact-map__placeholder[hidden]{display:none}.form-honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important}.cookie-banner__heading{grid-area:heading;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:0.85rem}.cookie-banner__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#e7f0ff,#f4f8ff);color:var(--blue)}.cookie-banner__icon svg{width:31px;height:31px}.cookie-banner__eyebrow{display:block;margin-bottom:0.22rem;color:var(--blue);font-size:0.65rem;font-weight:700;letter-spacing:0.045em;text-transform:uppercase}.cookie-banner h2{color:var(--text);font-family:var(--font);font-size:1.05rem;font-weight:700;line-height:1.3}.cookie-banner p{grid-area:copy;margin:0;padding-right:0.75rem;color:var(--text-secondary);font-size:0.8rem;line-height:1.55}.cookie-banner__close{position:absolute;top:0.6rem;right:0.65rem;display:grid;place-items:center;width:29px;height:29px;border:0;border-radius:50%;background:transparent;color:#8390a4;font:1.25rem/1 var(--font);cursor:pointer}.cookie-banner__actions{grid-area:actions;display:flex;align-items:center;gap:0.65rem;padding-right:1.4rem}.cookie-banner__choice{min-height:44px;padding:0.68rem 1rem;border:1px solid #bfd0ea;border-radius:11px;background:var(--white);color:var(--blue-dark);font:600 0.78rem/1.35 var(--font);white-space:nowrap;cursor:pointer}.cookie-banner__choice[data-cookie-choice="maps"]{border-color:var(--blue);background:var(--blue);color:var(--white);box-shadow:0 8px 18px rgba(37,99,235,0.18)}.cookie-banner__choice:hover,.cookie-banner__choice[aria-pressed="true"]{border-color:var(--blue);background:var(--blue-light);color:var(--blue-dark)}.cookie-banner__choice[data-cookie-choice="maps"]:hover,.cookie-banner__choice[data-cookie-choice="maps"][aria-pressed="true"]{background:var(--blue-dark);color:var(--white)}.cookie-banner__more{grid-area:more;width:fit-content;color:var(--blue-dark);font-size:0.73rem;font-weight:600;text-decoration:underline;text-underline-offset:3px}.cookie-banner:focus-visible,.cookie-banner:focus-visible{outline:3px solid #93baff;outline-offset:3px}.cookie-banner__close:hover{color:var(--blue);border-color:var(--blue)}.legal-page__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:0.65rem;margin-top:1.5rem}.legal-page__nav a{padding:0.65rem 1rem;border:1px solid #cfdef5;border-radius:999px;background:var(--white);color:var(--blue-dark);font-size:0.85rem;font-weight:600}.legal-page__nav a:hover{background:var(--blue-light)}.cookie-policy__list{display:grid;gap:1rem;margin:1.4rem 0}.cookie-policy__list>div{padding:1.1rem;border:1px solid #dbe5f2;border-radius:15px;background:#f7faff}.cookie-policy__list dt{margin-bottom:0.45rem;color:var(--text);font-weight:700}.cookie-policy__list dd{margin:0;color:var(--text-secondary);line-height:1.65}.cookie-policy__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.4rem}.cookie-policy__actions>a{color:var(--blue-dark);text-decoration:underline;text-underline-offset:3px;font-size:0.85rem}.contact-map__placeholder{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0.65rem;padding:1.25rem 1.25rem 6.5rem;background:radial-gradient(circle at 85% 10%,#dbeafe,transparent 60%),#f4f8ff;text-align:center}.contact-map__placeholder p{color:var(--text-secondary);font-size:0.83rem;line-height:1.45}.contact-map__placeholder button{position:relative;z-index:1;min-height:40px;padding:0.5rem 0.9rem;border:1px solid #b6cef7;border-radius:10px;background:var(--white);color:var(--blue-dark);font:600 0.8rem/1.4 var(--font);cursor:pointer}@media (max-width:900px){.cookie-banner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"heading heading" "copy copy" "more actions";width:min(620px,calc(100% - 2rem));padding:1.2rem;column-gap:1rem;row-gap:0.75rem}.cookie-banner__actions{padding-right:1.15rem}}@media (max-width:560px){.cookie-banner{bottom:max(0.75rem,env(safe-area-inset-bottom));grid-template-columns:1fr;grid-template-areas:"heading" "copy" "actions" "more";width:calc(100% - 1.5rem);max-height:calc(100dvh - 1.5rem);overflow-y:auto;padding:1.05rem;border-radius:18px}.cookie-banner__heading{grid-template-columns:40px minmax(0,1fr);gap:0.7rem;padding-right:1.4rem}.cookie-banner__icon{width:40px;height:40px;border-radius:12px}.cookie-banner__icon svg{width:27px;height:27px}.cookie-banner h2{font-size:1rem}.cookie-banner p{padding-right:0;font-size:0.77rem}.cookie-banner__actions{display:grid;grid-template-columns:1fr;gap:0.5rem;padding-right:0}.cookie-banner__choice{width:100%;min-height:44px}.legal-page__nav{justify-content:flex-start}}@media (max-width:1024px){.reason-grid{grid-template-columns:repeat(2,1fr)}.about__grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.module-details,.pricing,.why-us,.about,.faq{padding:4.5rem 0}.process{padding-bottom:2.25rem}.faq{padding-top:2.25rem}.services-intro{margin-top:-0.5rem;font-size:0.98rem;text-align:left}.reason-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr;gap:0.85rem}.team-member{grid-template-columns:1fr;grid-template-rows:1fr;min-height:154px}.team-member__copy{align-content:start;justify-items:center;padding:0 0.5rem;text-align:center}.pilot-offer{flex-direction:column}.contact__form{padding:1.25rem}.toast{width:calc(100% - 2rem);text-align:center}.legal-page__hero{text-align:left}.legal-page__hero h1{text-wrap:pretty}.hero__visual{order:0}.hero__title{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}html[lang="ru"] .hero__title{font-size:clamp(1.85rem,9vw,2.35rem)}.table-scroll{overflow:visible;border:0;background:transparent;box-shadow:none}.price-table{min-width:0;border-collapse:separate;border-spacing:0 0.8rem}.price-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.price-table tbody,.price-table tr{display:block}.price-table tr{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm)}.price-table th,.price-table td{display:flex;justify-content:space-between;gap:1rem;padding:0.72rem 1rem;text-align:right;white-space:normal}.price-table tbody th{background:var(--blue-light);color:var(--blue-dark);text-align:left}.price-table tbody td::before{content:attr(data-label);color:var(--text-secondary);font-weight:500;text-align:left}.price-table tbody tr:last-child>*{border-bottom:1px solid var(--border-light)}.price-table tbody tr>*:last-child{border-bottom:0}}@media (max-width:560px){.container{padding:0 16px}.header__inner{padding-left:8px;padding-right:8px}.header .logo__image{width:72px;height:48px}.header__actions{gap:0.35rem}.lang-switch{padding:2px}.lang-switch__btn{padding:0.28rem 0.38rem;font-size:0.68rem}.header__cta{padding:0.42rem 0.58rem;font-size:0.68rem;border-width:1px}.hero{padding-top:calc(var(--header-h) + 2rem)}.hero__title{font-size:clamp(2rem,10vw,2.65rem)}.proof__grid{grid-template-columns:1fr}.about__card{padding:0}.team-member{grid-template-columns:1fr;min-height:154px}.footer__inner{padding-left:16px;padding-right:16px}}@media (max-width:380px){.header .logo__image{width:60px;height:40px}.header__actions{gap:0.2rem}.lang-switch__btn{padding:0.24rem 0.3rem;font-size:0.62rem}.header__cta{padding:0.36rem 0.44rem;font-size:0.6rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}.pricing-calculator{max-width:1080px;margin:0 auto 3rem;overflow:hidden;overflow-anchor:none;border:1px solid var(--border);border-radius:32px;background:linear-gradient(180deg,#f7faff 0%,#eef5ff 100%);box-shadow:var(--shadow-lg)}.calculator__header{padding:2.25rem 2rem 1rem;text-align:center}.calculator__header .badge{margin-bottom:0.75rem}.calculator__header h3{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;color:var(--text)}.calculator__header p{max-width:680px;margin:0.65rem auto 0;color:var(--text-secondary)}.calculator-stepper{display:grid;grid-template-columns:repeat(3,1fr);max-width:600px;margin:1.25rem auto 1.75rem;padding:0 1.5rem}.calculator-step{position:relative;display:grid;justify-items:center;gap:0.45rem;border:0;background:transparent;color:var(--text-secondary);font:inherit;cursor:pointer}.calculator-step::after{content:'';position:absolute;top:17px;left:calc(50% + 22px);width:calc(100% - 44px);height:2px;background:#cbd5e1}.calculator-step:last-child::after{display:none}.calculator-step span{position:relative;z-index:1;display:grid;width:36px;height:36px;place-items:center;border:2px solid #cbd5e1;border-radius:50%;background:var(--white);color:var(--text-secondary);font-size:0.82rem;font-weight:800;transition:all var(--transition)}.calculator-step small{font-size:0.76rem;font-weight:700}.calculator-step--active span,.calculator-step--complete span{border-color:var(--blue);background:var(--blue);color:var(--white);box-shadow:0 0 0 6px rgba(37,99,235,0.1)}.calculator-step--active small,.calculator-step--complete small{color:var(--blue-dark)}.calculator-step--complete::after{background:var(--blue)}.calculator-step:disabled{cursor:default}.calculator-stage{margin:0 1.5rem 1.5rem;padding:clamp(1.35rem,4vw,2.5rem);border:1px solid rgba(37,99,235,0.14);border-radius:24px;background:var(--white);box-shadow:0 18px 45px rgba(30,64,175,0.1);animation:calculator-stage-in 0.32s ease both}@keyframes calculator-stage-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.calculator-stage__header{max-width:720px;margin:0 auto 2rem;text-align:center}.calculator-stage__eyebrow{display:inline-grid;width:34px;height:34px;place-items:center;margin-bottom:0.75rem;border-radius:50%;background:var(--blue-light);color:var(--blue-dark);font-size:0.75rem;font-weight:800}.calculator-stage__header h4,.calculator-stage__title{margin:0;font-family:var(--font-display);font-size:clamp(1.45rem,3vw,2rem);font-weight:700;line-height:1.2;color:var(--text)}.calculator-stage__header p{margin-top:0.45rem;color:var(--text-secondary)}.chair-step{display:grid;justify-items:center}.chair-selector{display:grid;grid-template-columns:72px minmax(150px,230px) 72px;gap:0;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--white);box-shadow:0 12px 30px rgba(30,64,175,0.1)}.chair-selector__button{min-height:78px;border:0;background:#f8fbff;color:var(--blue-dark);font:inherit;font-size:1.85rem;font-weight:600;cursor:pointer;transition:all var(--transition)}.chair-selector__button:first-child{border-right:1px solid var(--border)}.chair-selector__button:last-child{border-left:1px solid var(--border)}.chair-selector__button:hover:not(:disabled){background:var(--blue-light)}.chair-selector__button:disabled{color:#cbd5e1;cursor:not-allowed}.chair-selector__value{display:grid;justify-items:center;align-content:center}.chair-selector__value input{width:100%;border:0;background:transparent;color:var(--text);font:inherit;font-size:2.5rem;font-weight:800;line-height:1;text-align:center;outline:0;appearance:textfield}.chair-selector__value input::-webkit-outer-spin-button,.chair-selector__value input::-webkit-inner-spin-button{margin:0;appearance:none}.chair-selector__value span{margin-top:0.35rem;color:var(--text-secondary);font-size:0.72rem;font-weight:600}.calculator__modules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.85rem}.calculator-module{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:start;gap:0.7rem;min-width:0;min-height:116px;padding:1rem;border:1px solid var(--border);border-radius:14px;background:#fcfdff;cursor:pointer;transition:all var(--transition)}.calculator-module:hover{border-color:rgba(37,99,235,0.5);box-shadow:0 8px 20px rgba(30,64,175,0.08);transform:translateY(-1px)}.calculator-module:has(input:checked){border-color:var(--blue);background:#eff6ff;box-shadow:0 0 0 1px var(--blue)}.calculator-module input{width:19px;height:19px;margin-top:0.15rem;accent-color:var(--blue)}.calculator-module__code{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--blue-light);color:var(--blue-dark);font-weight:800}.calculator-module__text{min-width:0}.calculator-module__text strong,.calculator-module__text small{display:block}.calculator-module__text strong{color:var(--text);font-size:0.9rem;line-height:1.3}.calculator-module__text small{margin-top:0.3rem;color:var(--text-secondary);font-size:0.72rem;line-height:1.4}.calculator-module__price{align-self:end;color:var(--blue-dark);font-size:0.78rem;white-space:nowrap}.calculator__pilot{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:0.75rem;margin-top:1.5rem;padding:1rem;border:1px solid #93c5fd;border-radius:14px;background:#eff6ff;color:var(--text);cursor:pointer}.calculator__pilot input{width:20px;height:20px;margin-top:0.15rem;accent-color:var(--blue)}.calculator__pilot b,.calculator__pilot small{display:block}.calculator__pilot b{color:var(--blue-dark)}.calculator__pilot small{margin-top:0.2rem;color:var(--text-secondary);font-weight:500}.calculator-actions{display:flex;justify-content:space-between;gap:0.75rem;margin-top:2rem}.calculator-actions--single{justify-content:flex-end}.calculator-actions .btn{min-width:180px;min-height:48px}.calculator-actions .btn:disabled{border-color:#cbd5e1;background:#cbd5e1;color:#64748b;cursor:not-allowed;box-shadow:none;transform:none}.calculator-summary-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,0.85fr);gap:1.25rem;align-items:stretch}.calculator-summary-card,.calculator-breakdown{padding:1.5rem;border:1px solid var(--border);border-radius:18px;background:#fbfdff}.calculator-summary__rows{display:grid;gap:0.75rem;margin:0}.calculator-summary__rows>div{display:flex;justify-content:space-between;gap:1rem;padding-bottom:0.75rem;border-bottom:1px solid var(--border-light)}.calculator-summary__rows dt{color:var(--text-secondary)}.calculator-summary__rows dd{margin:0;color:var(--text);font-weight:700}.calculator-summary__rows .calculator-summary__discount dt,.calculator-summary__rows .calculator-summary__discount dd{color:var(--blue-dark)}.calculator-summary__total{display:grid;margin-top:1.25rem;padding-top:1.25rem;border-top:2px solid var(--blue-light)}.calculator-summary__total span{color:var(--text);font-weight:700}.calculator-summary__total strong{margin-top:0.25rem;font-family:var(--font-display);color:var(--blue-dark);font-size:clamp(2.25rem,6vw,3.6rem);line-height:1.05}.calculator-summary__total small{margin-top:0.35rem;color:var(--text-secondary)}.calculator-summary__saving{display:grid;gap:0.25rem;margin-top:1.25rem;padding:0.9rem 1rem;border:1px solid #93c5fd;border-radius:12px;background:#eff6ff}.calculator-summary__saving b{color:var(--blue-dark)}.calculator-summary__saving span{color:var(--text-secondary);font-size:0.82rem}.calculator-breakdown h5{margin-bottom:1rem;color:var(--text);font-family:var(--font);font-size:1rem}.calculator-breakdown ul{display:grid;gap:0.75rem;margin:0;padding:0;list-style:none}.calculator-breakdown li{display:flex;align-items:flex-start;justify-content:space-between;gap:0.75rem;padding-bottom:0.75rem;border-bottom:1px solid var(--border-light);font-size:0.8rem}.calculator-breakdown li>span{display:flex;min-width:0;gap:0.55rem;color:var(--text-secondary);line-height:1.35}.calculator-breakdown li span b{display:grid;width:26px;height:26px;place-items:center;flex:0 0 auto;border-radius:8px;background:var(--blue-light);color:var(--blue-dark)}.calculator-breakdown li>strong{flex:0 0 auto;color:var(--text);white-space:nowrap}.calculator-breakdown__pilot{display:flex;align-items:center;gap:0.75rem;margin-top:1rem;padding:0.85rem;border-radius:12px;background:var(--blue-light)}.calculator-breakdown__pilot span{display:grid;width:44px;height:44px;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--blue);color:var(--white);font-weight:800}.calculator-breakdown__pilot p{color:var(--blue-dark);font-size:0.8rem;line-height:1.4}.calculator-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem;margin-top:1.25rem}.calculator-trust span{padding:0.8rem;border-radius:12px;background:#eff6ff;color:var(--blue-dark);font-size:0.78rem;font-weight:700;text-align:center}.pricing-faq{max-width:900px;margin:4rem auto 0}.pricing-faq .section-header{margin-bottom:1.5rem}.pricing-faq__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem)}.contact-map{position:relative;display:block;min-height:230px;margin-top:1.25rem;overflow:hidden;border:1px solid var(--border-light);border-radius:19px;background:#dce7ee;box-shadow:0 12px 28px rgba(15,23,42,0.08)}.contact-map::after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(180deg,transparent,rgba(10,30,60,0.12));pointer-events:none}.contact-map__embed{position:absolute;inset:0;width:100%;height:100%;border:0}.contact-map__card{position:absolute;left:1.2rem;bottom:1.2rem;z-index:2;display:flex;align-items:center;gap:0.85rem;min-width:185px;padding:0.9rem 1rem;border:1px solid rgba(255,255,255,0.75);border-radius:15px;background:rgba(255,255,255,0.95);box-shadow:0 10px 25px rgba(15,23,42,0.18);transition:transform var(--transition),box-shadow var(--transition)}.contact-map__card:hover{color:inherit;box-shadow:0 14px 30px rgba(15,23,42,0.24);transform:translateY(-2px)}.contact-map__pin{display:grid;width:42px;height:42px;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--blue);color:var(--white)}.contact-map strong,.contact-map small{display:block}.contact-map strong{color:var(--text);font-size:1.05rem;line-height:1.2}.contact-map small{margin-top:0.25rem;color:var(--blue);font-size:0.78rem;font-weight:700}@media (max-width:900px){.calculator-summary-grid{grid-template-columns:1fr}}@media (max-width:720px){.pricing-calculator{border-radius:22px}.calculator__header{padding:1.5rem 1rem 0.75rem}.calculator__header p{font-size:0.9rem;line-height:1.55}.calculator-stepper{margin:1rem auto 1.25rem;padding:0 0.5rem}.calculator-step small{font-size:0.68rem}.calculator-stage{margin:0 0.65rem 0.65rem;padding:1.15rem;border-radius:18px}.calculator-stage__header{margin-bottom:1.35rem}.calculator-stage__header p{font-size:0.88rem;line-height:1.55}.chair-selector{grid-template-columns:58px minmax(120px,1fr) 58px;width:min(100%,350px)}.chair-selector__button{min-height:68px}.chair-selector__value input{font-size:2.1rem}.calculator__modules{grid-template-columns:1fr}.calculator-module{grid-template-columns:auto auto minmax(0,1fr);min-height:0;padding:0.9rem}.calculator-module__price{grid-column:3;justify-self:start;margin-top:-0.15rem}.calculator-summary-card,.calculator-breakdown{padding:1.1rem}.calculator-trust{grid-template-columns:1fr}.calculator-actions,.calculator-actions--single{flex-direction:column-reverse}.calculator-actions .btn{width:100%;min-width:0;min-height:50px}.calculator-actions--single .btn{order:1}}@media (max-width:390px){.calculator-step small{font-size:0.62rem}.calculator-step span{width:32px;height:32px}.calculator-step::after{top:15px;left:calc(50% + 19px);width:calc(100% - 38px)}.chair-selector{grid-template-columns:52px minmax(105px,1fr) 52px}.chair-selector__button{min-height:64px}.calculator-module__code{width:34px;height:34px}.calculator-module__text strong{font-size:0.84rem}.calculator-summary__rows>div{font-size:0.86rem}}@media (max-width:1024px){.contact__grid{max-width:760px}.contact__info::after{right:0}.contact__details{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card{align-items:flex-start;min-width:0;padding:0.9rem}.contact-card__icon{flex-basis:42px;width:42px;height:42px}.contact-card strong{overflow-wrap:anywhere;font-size:0.9rem}}@media (max-width:700px){.contact{padding:4.5rem 0}.contact__grid{gap:2.25rem}.contact__info::after{display:none}.contact__badge{margin-bottom:1.25rem}.contact__title{font-size:clamp(2.8rem,14vw,4rem)}.contact__intro{font-size:0.98rem}.contact__details{grid-template-columns:1fr}.contact-card{align-items:center;min-height:70px}.contact-map{min-height:200px}.contact__form{padding:1.25rem;border-radius:22px}.contact__form .form-row{gap:0}.contact-field__control{min-height:54px}.contact__form .contact-field__control input,.contact__form .contact-field__control select{min-height:52px}.contact-field--message .contact-field__control,.contact__form .contact-field__control textarea{min-height:140px}.contact__submit{min-height:54px}}.service-modal__close,.consultation-modal__close{position:absolute;padding:0;font-size:0;line-height:0}.service-modal__close::before,.service-modal__close::after,.consultation-modal__close::before,.consultation-modal__close::after{content:'';position:absolute;top:50%;left:50%;width:19px;height:2.5px;border-radius:999px;background:currentColor;transform-origin:center}.service-modal__close::before,.consultation-modal__close::before{transform:translate(-50%,-50%) rotate(45deg)}.service-modal__close::after,.consultation-modal__close::after{transform:translate(-50%,-50%) rotate(-45deg)}.service-modal__close:focus-visible,.consultation-modal__close:focus-visible{outline:3px solid rgba(96,165,250,0.7);outline-offset:4px}@media (max-width:760px){.service-modal__close::before,.service-modal__close::after,.consultation-modal__close::before,.consultation-modal__close::after{width:17px;height:2.25px}}@media (max-width:600px){.hero-orbit__item strong{font-size:clamp(8px,1.75cqw,10px);line-height:1.18}.hero-orbit__module--hr{width:29cqw}html[lang="ru"] .hero-orbit__item strong{font-size:clamp(7px,1.55cqw,9px)}.hero-orbit__hub>strong{font-size:clamp(7px,1.6cqw,10px)}.hero-orbit__hub>small,.hero-orbit__footer>strong{font-size:clamp(6px,1.25cqw,8px)}.footer__inner{width:100%;gap:1.85rem;margin:0 auto;padding:2.75rem 16px 2rem;border-radius:0}.footer .logo--footer .logo__image{width:156px;height:104px}.footer__tagline{margin-top:0.85rem;font-size:1rem}.footer__links{gap:1rem}.footer__links a{font-size:1rem}.process-step__heading{min-height:0}}.hero__content,.about__grid>div:first-child{text-align:center}.hero__title,.section-title,.pricing-faq__title,.contact__title,.calculator__header h3,.consultation-modal__header h2,.legal-page__hero h1,.about__card>h3,.module-model-panel--mobile .module-model-panel__copy>h3{text-align:center}.hero__actions{justify-content:center}.about__mission{margin-right:auto;margin-left:auto}.contact__badge{display:flex;width:fit-content;margin-right:auto;margin-left:auto;align-items:center;justify-content:center;text-align:center}.contact__intro{margin-right:auto;margin-left:auto;text-align:center}:root{--site-heading-size:clamp(2rem,5vw,3rem);--site-heading-long-size:clamp(1.85rem,4.4vw,2.65rem)}.hero__title,.section-header .section-title,.pricing-faq__title,.contact__title,.calculator__header h3,.calculator-stage__title,.consultation-modal__header h2,.legal-page__hero h1{font-size:var(--site-heading-size) !important;line-height:1.15;letter-spacing:-0.02em}.problems .section-title,.modules .section-header .modules__title,.module-details .section-title,.pricing .section-title,.about .section-title,.process .section-title,.cta-banner .section-title,.legal-page__hero h1{font-size:var(--site-heading-long-size) !important}@media (max-width:760px){:root{--site-heading-size:clamp(2rem,10vw,2.65rem);--site-heading-long-size:clamp(1.75rem,8vw,2.25rem)}.modules .section-header .modules__title{font-size:clamp(1.5rem,6.4vw,2rem) !important;line-height:1.12}html[lang="ru"] .modules .section-header .modules__title{font-size:clamp(1.2rem,5vw,1.6rem) !important}.cta-banner{padding:4rem 0}.cta-banner__inner{width:calc(100% - 32px);margin-right:auto;margin-left:auto;padding:3rem 1.25rem 3.25rem}}