:root,[data-theme=light]{--pc-prem-surface:#fff;--pc-prem-surface-2:#f7faf8;--pc-prem-border:rgba(15,23,42,.09);--pc-prem-text:#0f1419;--pc-prem-text-muted:#64748b;--pc-prem-green:#15935c;--pc-prem-green-strong:#0f7a4a;--pc-prem-green-soft:rgba(21,147,92,.1);--pc-prem-info:#2563eb;--pc-prem-info-soft:rgba(37,99,235,.1);--pc-prem-warn:#b45309;--pc-prem-warn-soft:rgba(180,83,9,.1);--pc-prem-danger:#b91c1c;--pc-prem-danger-soft:rgba(185,28,28,.1);--pc-prem-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.07);--pc-prem-shadow-hover:0 2px 6px rgba(15,23,42,.07),0 16px 38px rgba(15,23,42,.1);--pc-prem-radius:18px}[data-theme=dark]{--pc-prem-surface:#0e1a17;--pc-prem-surface-2:#0b1512;--pc-prem-border:hsla(0,0%,100%,.1);--pc-prem-text:#e8f0ec;--pc-prem-text-muted:#9db1a8;--pc-prem-green:#7dddb5;--pc-prem-green-strong:#5fc79b;--pc-prem-green-soft:rgba(125,221,181,.14);--pc-prem-info:#8fb5ff;--pc-prem-info-soft:rgba(143,181,255,.16);--pc-prem-warn:#e8b85a;--pc-prem-warn-soft:rgba(232,184,90,.16);--pc-prem-danger:#f08c90;--pc-prem-danger-soft:rgba(240,140,144,.16);--pc-prem-shadow:0 1px 2px rgba(0,0,0,.4),0 10px 28px rgba(0,0,0,.5);--pc-prem-shadow-hover:0 2px 6px rgba(0,0,0,.45),0 16px 38px rgba(0,0,0,.55)}.pc-prem-hero{display:grid;gap:14px;padding:22px;border-radius:26px;background:radial-gradient(120% 90% at 100% 0,var(--pc-prem-green-soft) 0,transparent 55%),linear-gradient(180deg,var(--pc-prem-surface) 0,var(--pc-prem-surface-2) 100%);border:1px solid var(--pc-prem-border);box-shadow:var(--pc-prem-shadow)}.pc-prem-hero__eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;background:var(--pc-prem-green-soft);color:var(--pc-prem-green-strong);font-size:12px;font-weight:800;letter-spacing:.01em}.pc-prem-hero__title{margin:0;color:var(--pc-prem-text);font-size:clamp(28px,7.5vw,44px);line-height:1.04;letter-spacing:-.035em;font-weight:900}.pc-prem-hero__accent{color:var(--pc-prem-green)}.pc-prem-hero__lead{margin:0;color:var(--pc-prem-text-muted);font-size:15px;line-height:1.58;max-width:720px}.pc-prem-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.pc-prem-kpi{display:grid;gap:6px;padding:14px;border-radius:var(--pc-prem-radius);background:var(--pc-prem-surface);border:1px solid var(--pc-prem-border);box-shadow:var(--pc-prem-shadow);min-width:0}.pc-prem-kpi__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;color:var(--pc-prem-green);background:var(--pc-prem-green-soft)}.pc-prem-kpi[data-tone=info] .pc-prem-kpi__icon{color:var(--pc-prem-info);background:var(--pc-prem-info-soft)}.pc-prem-kpi[data-tone=warning] .pc-prem-kpi__icon{color:var(--pc-prem-warn);background:var(--pc-prem-warn-soft)}.pc-prem-kpi[data-tone=danger] .pc-prem-kpi__icon{color:var(--pc-prem-danger);background:var(--pc-prem-danger-soft)}.pc-prem-kpi__value{color:var(--pc-prem-text);font-size:24px;font-weight:900;line-height:1.05;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pc-prem-kpi__label{color:var(--pc-prem-text-muted);font-size:12px;line-height:1.35;font-weight:600}.pc-prem-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;background:var(--pc-prem-green-soft);color:var(--pc-prem-green-strong)}.pc-prem-pill[data-tone=info]{background:var(--pc-prem-info-soft);color:var(--pc-prem-info)}.pc-prem-pill[data-tone=warning]{background:var(--pc-prem-warn-soft);color:var(--pc-prem-warn)}.pc-prem-pill[data-tone=danger]{background:var(--pc-prem-danger-soft);color:var(--pc-prem-danger)}.pc-prem-pill[data-tone=neutral]{background:var(--pc-prem-surface-2);color:var(--pc-prem-text-muted)}.pc-prem-pill__dot{width:7px;height:7px;border-radius:999px;background:currentColor}.pc-prem-gauge{display:inline-grid;justify-items:center;gap:8px}.pc-prem-gauge__ring{position:relative;display:inline-grid;place-items:center}.pc-prem-gauge__center{position:absolute;inset:0;display:grid;place-items:center;text-align:center;gap:1px}.pc-prem-gauge__value{color:var(--pc-prem-text);font-size:26px;font-weight:900;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pc-prem-gauge__sublabel{color:var(--pc-prem-text-muted);font-size:11px;font-weight:700}.pc-prem-gauge__caption{color:var(--pc-prem-text-muted);font-size:12px;font-weight:700;text-align:center}.pc-prem-spark{display:grid;gap:6px}.pc-prem-spark__row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pc-prem-spark__delta{font-size:12px;font-weight:800;color:var(--pc-prem-green-strong)}.pc-prem-spark__delta[data-tone=danger]{color:var(--pc-prem-danger)}.pc-prem-spark__caption{color:var(--pc-prem-text-muted);font-size:12px}.pc-prem-stepper{display:flex;align-items:flex-start;gap:4px;overflow-x:auto;padding-bottom:2px}.pc-prem-step{display:grid;justify-items:center;gap:6px;min-width:56px;flex:1 0 auto}.pc-prem-step__dot{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;font-size:12px;font-weight:900;border:2px solid var(--pc-prem-border);background:var(--pc-prem-surface);color:var(--pc-prem-text-muted)}.pc-prem-step[data-state=done] .pc-prem-step__dot{background:var(--pc-prem-green);border-color:var(--pc-prem-green);color:#fff}.pc-prem-step[data-state=current] .pc-prem-step__dot{border-color:var(--pc-prem-green);color:var(--pc-prem-green-strong);box-shadow:0 0 0 4px var(--pc-prem-green-soft)}.pc-prem-step__label{font-size:11px;line-height:1.2;text-align:center;color:var(--pc-prem-text-muted);max-width:72px}.pc-prem-step[data-state=current] .pc-prem-step__label,.pc-prem-step[data-state=done] .pc-prem-step__label{color:var(--pc-prem-text);font-weight:700}.pc-prem-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:50px;padding:13px 18px;border:0;border-radius:15px;text-decoration:none;cursor:pointer;font-size:15px;font-weight:800;color:#fff;background:linear-gradient(180deg,var(--pc-prem-green) 0,var(--pc-prem-green-strong) 100%);box-shadow:0 12px 26px var(--pc-prem-green-soft)}[data-theme=dark] .pc-prem-cta{color:#06231a}.pc-prem-cta--ghost{color:var(--pc-prem-text);background:var(--pc-prem-surface);border:1px solid var(--pc-prem-border);box-shadow:var(--pc-prem-shadow)}.pc-prem-cta--danger{color:var(--pc-prem-danger);background:var(--pc-prem-surface);border:1px solid var(--pc-prem-danger-soft);box-shadow:none}.pc-prem-offline{display:flex;align-items:center;gap:11px;padding:11px 14px;border-radius:14px;background:var(--pc-prem-green-soft);border:1px solid color-mix(in srgb,var(--pc-prem-green) 26%,transparent)}.pc-prem-offline__icon{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:9px;color:var(--pc-prem-green);background:var(--pc-prem-surface);flex:0 0 auto}.pc-prem-offline__body{display:grid;gap:1px;min-width:0}.pc-prem-offline__title{color:var(--pc-prem-green-strong);font-size:13px;font-weight:800}.pc-prem-offline__detail{color:var(--pc-prem-text-muted);font-size:12px;line-height:1.4}.pc-prem-offline__count{margin-left:auto;flex:0 0 auto;padding:4px 9px;border-radius:999px;background:var(--pc-prem-surface);color:var(--pc-prem-green-strong);font-size:11px;font-weight:800}@media (prefers-reduced-motion:no-preference){@keyframes pcPremRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pc-prem-hero{animation:pcPremRise .46s cubic-bezier(.22,1,.36,1) both}.pc-prem-kpis>*{animation:pcPremRise .48s cubic-bezier(.22,1,.36,1) both}.pc-prem-kpis>:nth-child(2){animation-delay:70ms}.pc-prem-kpis>:nth-child(3){animation-delay:.14s}.pc-prem-kpis>:nth-child(4){animation-delay:.21s}.pc-prem-kpis>:nth-child(5){animation-delay:.28s}.pc-prem-cta,.pc-prem-hero,.pc-prem-kpi,.pc-prem-pill,.pc-prem-stat{transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease,filter .2s ease}.pc-prem-kpi:hover,.pc-prem-stat:hover{transform:translateY(-3px);box-shadow:var(--pc-prem-shadow-hover)}.pc-prem-cta:hover{transform:translateY(-2px);box-shadow:var(--pc-prem-shadow-hover);filter:brightness(1.03)}.pc-prem-cta:active{transform:translateY(0) scale(.99)}}@media (max-width:640px){html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-top{grid-template-columns:minmax(0,1fr) auto!important}html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-actions>div:has(button[aria-label="Открыть уведомления"]),html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-drawer,html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-search,html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-stage,html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-top>button.pc-v4-iconbtn:first-child{display:none!important}html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-header-inner{width:auto!important;max-width:1440px!important;padding:calc(env(safe-area-inset-top) + 7px) 14px 8px!important}html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-brand{justify-self:start!important;gap:10px!important}html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-brand>span[aria-hidden]{width:42px!important;height:42px!important}html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-title{display:block!important;font-size:16px!important;font-weight:950!important;letter-spacing:-.03em!important;color:#061a16!important}html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-meta,html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-subtitle{display:none!important}html body .pc-shell-root-v4:has(.pc-v7-entry-exact) .pc-v4-main{max-width:1440px!important;margin:0 auto!important;padding:calc(var(--pc-header-offset) + 10px) 0 20px!important;background:#fff!important}}html body .pc-v7-entry-exact{--green:#008b2e;--deep:#061a16;position:relative;overflow:hidden;min-height:calc(100dvh - var(--pc-header-offset,82px));padding:0 18px 42px!important;background:#fff;color:var(--deep);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,system-ui,sans-serif}html body .pc-v7-entry-exact :where(.entry-hero,.entry-roles,.entry-trust,.entry-title,.entry-lead,.entry-primary-action,.entry-auth-buttons,.entry-function-grid,.entry-role-grid-exact,.entry-function-link,.entry-role-tile-exact,.entry-trust-copy){min-width:0;max-width:100%;overflow-wrap:anywhere}html body .pc-v7-entry-exact .entry-soft{position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,hsla(0,0%,100%,.96),hsla(0,0%,100%,.9) 46%,#fff);pointer-events:none}html body .pc-v7-entry-exact .entry-bg-field{position:absolute;z-index:0;top:54px;left:0;right:0;height:310px;opacity:.16;background:linear-gradient(90deg,rgba(0,139,46,.18),transparent 38%),radial-gradient(circle at 82% 24%,rgba(0,139,46,.18),transparent 28%),repeating-linear-gradient(108deg,rgba(0,139,46,.16) 0 8px,rgba(197,150,38,.1) 8px 18px,transparent 18px 34px);filter:blur(.2px)}html body .pc-v7-entry-exact .entry-bg-field:after{content:"";position:absolute;right:14px;top:10px;width:46%;height:190px;opacity:.32;background:linear-gradient(180deg,rgba(15,23,42,.28),rgba(15,23,42,.08));clip-path:polygon(14% 100%,14% 40%,26% 40%,26% 18%,72% 18%,72% 40%,86% 40%,86% 100%)}html body .pc-v7-entry-exact .entry-hero,html body .pc-v7-entry-exact .entry-roles,html body .pc-v7-entry-exact .entry-trust{position:relative;z-index:1;width:min(100%,430px);margin:0 auto}html body .pc-v7-entry-exact .entry-hero{display:grid;gap:14px;padding-top:18px}html body .pc-v7-entry-exact .entry-title{margin:0;display:grid;gap:2px;max-width:370px;font-size:clamp(38px,10vw,46px);line-height:.94;letter-spacing:-.07em;font-weight:950;color:#061a16}html body .pc-v7-entry-exact .entry-title span:last-child{color:var(--green);white-space:normal}html body .pc-v7-entry-exact .entry-lead{margin:0;max-width:370px;color:#5f6874;font-size:clamp(16.5px,4.35vw,18px);line-height:1.48;font-weight:560;letter-spacing:-.022em}html body .pc-v7-entry-exact .entry-primary-action{min-height:62px;width:100%;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 26px;color:#fff;text-decoration:none;background:linear-gradient(180deg,#00a83b,#008b2e);box-shadow:0 18px 36px rgba(0,139,46,.22);font-size:18px;font-weight:900}html body .pc-v7-entry-exact .entry-primary-action b{margin-left:auto;font-size:31px;line-height:1;font-weight:760}html body .pc-v7-entry-exact .entry-auth-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}html body .pc-v7-entry-exact .entry-auth-buttons a{min-height:50px;border-radius:15px;border:1px solid rgba(0,139,46,.24);background:hsla(0,0%,100%,.92);color:var(--green);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:900;box-shadow:0 8px 20px rgba(15,23,42,.045)}html body .pc-v7-entry-exact .entry-function-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}html body .pc-v7-entry-exact .entry-function-link{min-width:0;min-height:78px;border-radius:16px;border:1px solid rgba(15,23,42,.075);background:hsla(0,0%,100%,.94);box-shadow:0 10px 24px rgba(15,23,42,.052);color:#061a16;text-decoration:none;display:grid;justify-items:center;align-content:center;gap:6px;text-align:center}html body .pc-v7-entry-exact .entry-function-link svg{color:var(--green)}html body .pc-v7-entry-exact .entry-function-link strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11.2px;line-height:1.12;font-weight:850;letter-spacing:-.02em}html body .pc-v7-entry-exact .entry-roles{margin-top:20px;display:grid;gap:12px}html body .pc-v7-entry-exact .entry-roles h2{margin:0;font-size:19px;line-height:1.16;font-weight:920;letter-spacing:-.038em;color:#061a16}html body .pc-v7-entry-exact .entry-role-grid-exact{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;width:100%;min-width:0}html body .pc-v7-entry-exact .entry-role-tile-exact{min-width:0;width:100%;min-height:112px;padding:12px 6px 10px;border-radius:16px;border:1px solid rgba(15,23,42,.065);background:hsla(0,0%,100%,.95);box-shadow:0 10px 22px rgba(15,23,42,.055);color:#061a16;text-decoration:none;display:grid!important;grid-template-columns:1fr!important;justify-items:center;align-content:start;gap:6px;text-align:center}html body .pc-v7-entry-exact .entry-role-tile-exact svg{color:var(--green)}html body .pc-v7-entry-exact .entry-role-tile-exact strong{max-width:100%;overflow:visible;text-overflow:clip;white-space:normal;color:#061a16;font-size:12.4px;line-height:1.05;font-weight:920;letter-spacing:-.035em}html body .pc-v7-entry-exact .entry-role-tile-exact span{color:#66717c;font-size:10.1px;line-height:1.2;font-weight:560}html body .pc-v7-entry-exact .entry-trust{margin-top:16px;min-height:90px;display:grid;grid-template-columns:auto minmax(0,1fr) 58px;align-items:center;gap:13px;padding:13px;border-radius:18px;background:linear-gradient(180deg,rgba(241,252,244,.92),hsla(0,0%,100%,.95));border:1px solid rgba(0,139,46,.11);box-shadow:0 10px 24px rgba(15,23,42,.052)}html body .pc-v7-entry-exact .entry-trust-shield{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(180deg,#19b84d,#008b2e);box-shadow:0 9px 20px rgba(0,139,46,.22)}html body .pc-v7-entry-exact .entry-trust-copy{display:grid;gap:3px}html body .pc-v7-entry-exact .entry-trust-copy strong{font-size:14.6px;line-height:1.12;font-weight:920}html body .pc-v7-entry-exact .entry-trust-copy small{color:#5f6874;font-size:12px;line-height:1.34;font-weight:560}html body .pc-v7-entry-exact .entry-trust-chart{width:58px;height:34px;display:flex;align-items:end;gap:5px;opacity:.65}html body .pc-v7-entry-exact .entry-trust-chart i{display:block;width:12px;border-radius:5px 5px 3px 3px;background:var(--green)}html body .pc-v7-entry-exact .entry-trust-chart i:first-child{height:13px;opacity:.35}html body .pc-v7-entry-exact .entry-trust-chart i:nth-child(2){height:22px;opacity:.55}html body .pc-v7-entry-exact .entry-trust-chart i:nth-child(3){height:31px}@media(max-width:389px){html body .pc-v7-entry-exact{padding-left:14px!important;padding-right:14px!important}html body .pc-v7-entry-exact .entry-title{font-size:37px}html body .pc-v7-entry-exact .entry-function-grid,html body .pc-v7-entry-exact .entry-role-grid-exact{gap:8px!important}html body .pc-v7-entry-exact .entry-role-tile-exact{min-height:108px;padding-left:5px!important;padding-right:5px!important}html body .pc-v7-entry-exact .entry-role-tile-exact strong{font-size:11.5px!important}html body .pc-v7-entry-exact .entry-role-tile-exact span{font-size:9.5px!important}html body .pc-v7-entry-exact .entry-trust-chart{display:none}}@media(min-width:641px){html body .pc-v7-entry-exact{padding:24px 42px 42px!important;background:linear-gradient(180deg,#fffcf6,#fff 56%,#fefcf7)}html body .pc-v7-entry-exact .entry-hero,html body .pc-v7-entry-exact .entry-roles,html body .pc-v7-entry-exact .entry-trust{width:auto;max-width:1200px}html body .pc-v7-entry-exact .entry-title{font-size:72px;max-width:760px}html body .pc-v7-entry-exact .entry-lead{font-size:21px;max-width:620px}html body .pc-v7-entry-exact .entry-function-grid{grid-template-columns:repeat(6,minmax(0,1fr));max-width:820px}html body .pc-v7-entry-exact .entry-role-grid-exact{grid-template-columns:repeat(3,minmax(0,1fr))!important}}html body .pc-v4-header{display:block!important;position:fixed!important;inset:0 0 auto 0!important;z-index:520!important;opacity:1!important;visibility:visible!important}html body .pc-v4-bottomnav{display:none!important}html body .pc-v7-role-dock{display:block!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:500!important;opacity:1!important;visibility:visible!important}@media(max-width:767px){html body .pc-v4-actions button[aria-label="Открыть уведомления"],html body .pc-v4-search,html body .pc-v4-theme-toggle{display:none!important}html body .pc-v4-actions{overflow:visible!important}html body .p7-calc-widget{display:inline-flex!important;order:30!important;visibility:visible!important;opacity:1!important}html body .p7-calc-widget .pc-v4-iconbtn{display:inline-flex!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important}body,html{max-inline-size:100%!important;overflow-x:hidden!important}html body .pc-v7-login-single,html body .pc-v7-public-entry{inline-size:100%!important;max-inline-size:100%!important;overflow-x:hidden!important}}@media(max-width:767px){@supports(overflow:clip){html body .pc-v7-login-single,html body .pc-v7-public-entry{overflow-x:clip!important}}html body .pc-v7-public-entry :where(.entry-header,.entry-hero,.entry-section,.entry-trust-strip,.entry-hero-copy,.entry-header-actions,.entry-hero-actions,.entry-control-grid,.entry-process-row,.entry-role-grid){inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important;box-sizing:border-box!important;overflow-x:hidden!important}html body .pc-v7-public-entry .entry-header{position:sticky!important;top:0!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;min-height:64px!important;padding:calc(env(safe-area-inset-top) + 8px) 12px 8px!important}html body .pc-v7-public-entry .entry-brand{min-inline-size:0!important;gap:8px!important;overflow:hidden!important}html body .pc-v7-public-entry .entry-brand-mark{width:38px!important;height:38px!important;min-width:38px!important;border-radius:13px!important}html body .pc-v7-public-entry .entry-brand strong{font-size:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .pc-v7-public-entry .entry-brand small,html body .pc-v7-public-entry .entry-demo,html body .pc-v7-public-entry .entry-desktop-nav,html body .pc-v7-public-entry .entry-menu-button{display:none!important}html body .pc-v7-public-entry .entry-header-actions{display:flex!important;justify-content:flex-end!important;gap:8px!important;width:auto!important;max-width:148px!important;overflow:visible!important}html body .pc-v7-public-entry .entry-login{min-height:42px!important;padding:0 13px!important;border-radius:14px!important;font-size:14px!important;white-space:nowrap!important}html body .pc-v7-public-entry .entry-login svg{display:none!important}html body .pc-v7-public-entry .entry-icon-button{width:42px!important;min-width:42px!important;min-height:42px!important;border-radius:14px!important}html body .pc-v7-public-entry .entry-hero{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-height:0!important;padding:22px 14px 18px!important;overflow:hidden!important}html body .pc-v7-public-entry .entry-hero:before{display:none!important}html body .pc-v7-public-entry .entry-kicker{max-width:100%!important;margin-bottom:10px!important;padding:7px 10px!important;font-size:10px!important;line-height:1.15!important;white-space:normal!important;overflow-wrap:anywhere!important}html body .pc-v7-public-entry .entry-hero h1{max-width:100%!important;font-size:clamp(34px,10.4vw,42px)!important;line-height:1.02!important;letter-spacing:-.055em!important;overflow-wrap:break-word!important}html body .pc-v7-public-entry .entry-hero p{max-width:100%!important;margin-top:14px!important;font-size:16px!important;line-height:1.42!important;overflow-wrap:break-word!important}html body .pc-v7-public-entry .entry-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important}html body .pc-v7-public-entry .entry-primary-cta,html body .pc-v7-public-entry .entry-secondary-cta,html body .pc-v7-public-entry .entry-text-cta{width:100%!important;min-width:0!important;min-height:50px!important;border-radius:15px!important;padding:0 14px!important;font-size:15px!important;text-align:center!important}html body .pc-v7-public-entry .entry-text-cta{justify-content:center!important;color:#071611!important;background:transparent!important}html body .pc-v7-public-entry .entry-status-note{max-width:100%!important;margin-top:14px!important;padding:11px 12px!important;border-radius:14px!important;font-size:11.5px!important;line-height:1.42!important}html body .pc-v7-public-entry .entry-hero-visual{display:none!important}html body .pc-v7-public-entry .entry-section{padding:18px 14px!important}html body .pc-v7-public-entry .entry-section-head{display:grid!important;gap:8px!important;margin-bottom:12px!important}html body .pc-v7-public-entry .entry-section h2{font-size:26px!important;line-height:1.06!important}html body .pc-v7-public-entry .entry-section-head p{font-size:13.5px!important;line-height:1.42!important}html body .pc-v7-public-entry .entry-control-grid,html body .pc-v7-public-entry .entry-role-grid{grid-template-columns:1fr!important;gap:10px!important}html body .pc-v7-public-entry .entry-control-tile,html body .pc-v7-public-entry .entry-role-tile{min-height:0!important;padding:14px!important;border-radius:18px!important}html body .pc-v7-public-entry .entry-process-row{grid-template-columns:1fr!important;gap:10px!important}html body .pc-v7-public-entry .entry-process-tile{min-height:0!important;padding:14px!important;border-radius:18px!important;grid-template-columns:auto minmax(0,1fr)!important;text-align:left!important;justify-items:start!important}html body .pc-v7-public-entry .entry-process-icon{display:none!important}html body .pc-v7-public-entry .entry-process-tile small,html body .pc-v7-public-entry .entry-process-tile strong{grid-column:2!important}html body .pc-v7-public-entry .entry-trust-strip{grid-template-columns:1fr!important;margin:14px 14px 28px!important;border-radius:20px!important}html body .pc-v7-login-single{padding:0 14px 24px!important;background:linear-gradient(180deg,#f8fbf7,#eef5ec 56%,#fff)!important}html body .pc-v7-login-single .login-shell{inline-size:100%!important;max-inline-size:100%!important;margin:0!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;overflow:hidden!important}html body .pc-v7-login-single .login-top{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:64px!important;gap:8px!important;overflow:hidden!important}html body .pc-v7-login-single .login-top a{font-size:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .pc-v7-login-single .login-top span{display:none!important}html body .pc-v7-login-single .login-main{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;min-height:0!important;inline-size:100%!important;max-inline-size:100%!important;padding:16px!important;border-radius:24px!important;overflow:hidden!important}html body .pc-v7-login-single .login-copy{align-self:start!important;max-width:100%!important;gap:12px!important}html body .pc-v7-login-single .login-copy span{padding:7px 10px!important;font-size:10px!important;line-height:1.15!important}html body .pc-v7-login-single .login-copy h1{font-size:clamp(33px,10vw,40px)!important;line-height:1.02!important;letter-spacing:-.055em!important;overflow-wrap:break-word!important}html body .pc-v7-login-single .login-copy p{font-size:15px!important;line-height:1.42!important}html body .pc-v7-login-single .login-form{inline-size:100%!important;max-inline-size:100%!important;padding:14px!important;border-radius:20px!important;gap:12px!important;box-shadow:0 12px 26px rgba(7,22,17,.06)!important}html body .pc-v7-login-single .login-form input,html body .pc-v7-login-single .login-form select{height:48px!important;border-radius:14px!important;font-size:16px!important;min-width:0!important}html body .pc-v7-login-single .login-selected{border-radius:16px!important;padding:12px!important}html body .pc-v7-login-single .login-form button{height:52px!important;border-radius:15px!important;font-size:15px!important}html body .pc-v7-login-single .login-side{display:none!important}}@media(max-width:374px){html body .pc-v7-login-single .login-copy h1,html body .pc-v7-public-entry .entry-hero h1{font-size:32px!important}}html body .pc-v7-public-entry .entry-text-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;border-radius:16px!important;padding:0 18px!important;background:#071611!important;color:#fff!important;border:1px solid rgba(7,22,17,.12)!important;box-shadow:0 14px 30px rgba(7,22,17,.16)!important;font-size:0!important;font-weight:900!important;line-height:1!important;text-align:center!important}html body .pc-v7-public-entry .entry-text-cta:before{content:"Зарегистрироваться";font-size:15px!important;font-weight:900!important;line-height:1.1!important;letter-spacing:-.01em!important}@media(max-width:767px){html body .pc-v7-public-entry .entry-text-cta{width:100%!important;min-height:52px!important;background:#071611!important;color:#fff!important}html body .pc-v7-public-entry .entry-text-cta:before{font-size:15px!important}html body .pc-v7-public-entry .entry-hero-copy{padding:20px 17px 19px!important;border-radius:27px!important}html body .pc-v7-public-entry .entry-hero h1{max-width:350px!important;font-size:clamp(30px,8vw,34px)!important;line-height:1.02!important;letter-spacing:-.043em!important;font-weight:920!important;gap:4px!important;overflow-wrap:normal!important}html body .pc-v7-public-entry .entry-hero h1 span{display:block!important;overflow-wrap:normal!important}html body .pc-v7-public-entry .entry-hero h1 span:last-child{color:#087a3b!important}html body .pc-v7-public-entry .entry-hero p{margin-top:13px!important;font-size:15.2px!important;line-height:1.4!important;font-weight:620!important}}@media(max-width:374px){html body .pc-v7-public-entry .entry-hero h1{font-size:30px!important;max-width:320px!important}}.pc-v7-public-entry,.pc-v7-public-entry *{max-width:100%}.pc-v7-public-entry .entry-process-row{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))!important;overflow:visible!important;min-width:0!important}.pc-v7-public-entry .entry-process-tile{min-width:0!important;max-width:100%!important}.pc-v7-public-entry .entry-control-grid,.pc-v7-public-entry .entry-role-grid,.pc-v7-public-entry .entry-section{min-width:0!important;overflow-x:clip!important}html body .pc-shell-root-v4 .pc-v4-main{padding-bottom:calc(env(safe-area-inset-bottom) + 160px)!important}html body .pc-shell-root-v4 .pc-v7-role-dock{padding-bottom:calc(env(safe-area-inset-bottom) + 14px)!important}html body .pc-shell-root-v4 .pc-v7-role-dock-inner{max-width:min(720px,calc(100vw - 16px))!important}@media (max-width:980px){.pc-v7-public-entry .entry-process-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:0!important;scroll-snap-type:none!important}.pc-v7-public-entry .entry-process-tile{width:100%!important;min-height:auto!important;grid-template-columns:auto auto minmax(0,1fr)!important;justify-items:start!important;align-items:center!important;text-align:left!important}.pc-v7-public-entry .entry-process-tile:after{display:none!important}.pc-v7-public-entry .entry-process-index{grid-column:1!important}.pc-v7-public-entry .entry-process-icon{grid-column:2!important}.pc-v7-public-entry .entry-process-tile small,.pc-v7-public-entry .entry-process-tile strong{grid-column:3!important;overflow-wrap:anywhere!important}}@media (max-width:767px){html body .pc-shell-root-v4 .pc-v4-main{padding-left:12px!important;padding-right:12px!important;padding-bottom:calc(env(safe-area-inset-bottom) + 176px)!important}html body .pc-shell-root-v4 .pc-v4-actions{gap:5px!important;max-width:calc(100vw - 132px)!important}html body .pc-shell-root-v4 .pc-v4-actions .p7-role-support{display:none!important}html body .pc-shell-root-v4 .pc-v7-role-dock-item{min-height:58px!important}.pc-v7-login-single .login-head h1,.pc-v7-public-entry .entry-hero h1,.pc-v7-public-entry .entry-section h2{overflow-wrap:anywhere!important}}@media (max-width:430px){.pc-v7-login-single .login-grid,.pc-v7-public-entry .entry-control-grid,.pc-v7-public-entry .entry-role-grid{grid-template-columns:1fr!important}.pc-v7-login-single{padding-top:max(22px,env(safe-area-inset-top))!important;padding-bottom:84px!important}.pc-v7-login-single .login-card{min-height:auto!important}}html body .pc-shell-root-v4,html body .pc-shell-root-v4 *{min-width:0}html body .pc-shell-root-v4 h1,html body .pc-shell-root-v4 h2,html body .pc-shell-root-v4 h3,html body .pc-shell-root-v4 p,html body .pc-shell-root-v4 small,html body .pc-shell-root-v4 span,html body .pc-shell-root-v4 strong,html body .pc-v7-public-entry h1,html body .pc-v7-public-entry h2,html body .pc-v7-public-entry h3,html body .pc-v7-public-entry p,html body .pc-v7-public-entry small,html body .pc-v7-public-entry span,html body .pc-v7-public-entry strong{word-break:normal!important;overflow-wrap:normal!important;hyphens:manual!important}@media (max-width:980px){html body .entry-process-row,html body .pc-v7-public-entry .entry-process-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}html body .entry-process-tile,html body .pc-v7-public-entry .entry-process-tile{width:100%!important;min-width:0!important;max-width:100%!important;min-height:auto!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important;justify-items:stretch!important;gap:4px 12px!important;padding:14px 16px!important;text-align:left!important}html body .entry-process-icon,html body .entry-process-tile:not(:last-child):after,html body .pc-v7-public-entry .entry-process-icon,html body .pc-v7-public-entry .entry-process-tile:not(:last-child):after{display:none!important}html body .entry-process-index,html body .pc-v7-public-entry .entry-process-index{grid-column:1!important;grid-row:1/span 2!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:rgba(0,122,47,.08)!important;color:#007a2f!important;font-size:12px!important;font-weight:950!important}html body .entry-process-tile strong,html body .pc-v7-public-entry .entry-process-tile strong{grid-column:2!important;color:#071611!important;font-size:17px!important;line-height:1.15!important;letter-spacing:-.02em!important;white-space:normal!important}html body .entry-process-tile small,html body .pc-v7-public-entry .entry-process-tile small{grid-column:2!important;color:#66736e!important;font-size:13px!important;line-height:1.35!important;white-space:normal!important}}@media (max-width:767px){html body .pc-shell-root-v4{--pc-header-offset:112px!important;overflow-x:clip!important}html body .pc-shell-root-v4 .pc-v4-header{min-height:calc(env(safe-area-inset-top) + 78px)!important}html body .pc-shell-root-v4 .pc-v4-header-inner{padding:calc(env(safe-area-inset-top) + 7px) 10px 8px!important}html body .pc-shell-root-v4 .pc-v4-main{padding-top:calc(var(--pc-header-offset) + 18px)!important;padding-left:14px!important;padding-right:14px!important;padding-bottom:calc(env(safe-area-inset-bottom) + 238px)!important;overflow-x:clip!important}html body .pc-shell-root-v4 .pc-v4-pilot-note{margin-bottom:12px!important}html body .pc-shell-root-v4 .pc-v4-bottomnav{padding:8px 10px calc(env(safe-area-inset-bottom) + 14px)!important}html body .pc-shell-root-v4 .pc-v4-bottomnav-inner{gap:6px!important}html body .pc-shell-root-v4 .pc-v4-bn-item{min-height:64px!important;padding:7px 3px!important}html body .pc-shell-root-v4 .pc-v4-bn-label{font-size:10.5px!important;line-height:1.12!important}html body .pc-shell-root-v4 .pc-v7-assistant-widget{right:12px!important;bottom:calc(env(safe-area-inset-bottom) + 116px)!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;justify-content:center!important;padding:0!important;border-radius:18px!important}html body .pc-shell-root-v4 .pc-v7-assistant-widget span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}html body .pc-shell-root-v4 .pc-v7-assistant-widget svg{width:20px!important;height:20px!important}}@media (max-width:430px){html body .pc-v7-public-entry .entry-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .pc-v7-public-entry .entry-role-tile{min-height:136px!important;padding:12px!important;border-radius:18px!important;gap:7px!important}html body .pc-v7-public-entry .entry-role-tile svg{width:24px!important;height:24px!important}html body .pc-v7-public-entry .entry-role-tile strong{font-size:14px!important;line-height:1.08!important}html body .pc-v7-public-entry .entry-role-tile span{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;font-size:10.8px!important;line-height:1.28!important}html body .pc-v7-public-entry .entry-role-tile em{font-size:10.4px!important;line-height:1.15!important}html body .pc-v7-login-single .login-grid,html body .pc-v7-public-entry .entry-control-grid{grid-template-columns:1fr!important}}html body .pc-shell-root-v4 .pc-v4-main>main:not(.pc-v7-public-entry):not(.pc-v7-login-single){width:100%!important;max-width:min(1180px,calc(100vw - 32px))!important;margin-inline:auto!important}html body .pc-shell-root-v4 .pc-v4-main>main:not(.pc-v7-public-entry):not(.pc-v7-login-single)>article,html body .pc-shell-root-v4 .pc-v4-main>main:not(.pc-v7-public-entry):not(.pc-v7-login-single)>section{min-width:0!important;overflow-x:clip!important}html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) a,html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) button{touch-action:manipulation!important}html body .pc-shell-root-v4 .pc-prem-kpis,html body .pc-shell-root-v4 [aria-label*="Ключевые показатели"],html body .pc-shell-root-v4 [aria-label*=\43F\43E\43A\430\437\430\442\435\43B\438]{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(168px,1fr))!important;gap:10px!important}html body .pc-shell-root-v4 .pc-prem-kpis>*,html body .pc-shell-root-v4 [aria-label*="Ключевые показатели"]>*,html body .pc-shell-root-v4 [aria-label*=\43F\43E\43A\430\437\430\442\435\43B\438]>*{min-width:0!important;min-height:112px!important}html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*=grid-template-columns]{min-width:0!important}html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="repeat(auto-fit"]{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))!important}html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="minmax(155px"],html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="minmax(190px"],html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="minmax(210px"]{grid-template-columns:repeat(auto-fit,minmax(min(100%,170px),1fr))!important}html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*=box-shadow]{box-shadow:0 10px 28px rgba(15,23,42,.06)!important}html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="border-radius: 24"],html body .pc-shell-root-v4 main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="border-radius:24"]{border-radius:20px!important}@media (max-width:767px){html body .pc-shell-root-v4 .pc-v4-main>main:not(.pc-v7-public-entry):not(.pc-v7-login-single){max-width:100%!important;display:grid!important;gap:12px!important;padding-top:0!important}html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) h1{font-size:clamp(30px,9.2vw,40px)!important;line-height:1.02!important;letter-spacing:-.055em!important}html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) h2{font-size:clamp(22px,6.6vw,30px)!important;line-height:1.08!important;letter-spacing:-.04em!important}html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) p{font-size:15px!important;line-height:1.42!important}html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) section[id]{scroll-margin-top:calc(var(--pc-header-offset) + 18px)!important}html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="padding: 18"],html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="padding:18"]{padding:14px!important}html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="min-height: 132"],html body .pc-shell-root-v4 .pc-v4-main main:not(.pc-v7-public-entry):not(.pc-v7-login-single) [style*="minHeight: 132"]{min-height:108px!important}html body .pc-shell-root-v4 .pc-prem-kpis,html body .pc-shell-root-v4 [aria-label*="Ключевые показатели"],html body .pc-shell-root-v4 [aria-label*=\43F\43E\43A\430\437\430\442\435\43B\438]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .pc-shell-root-v4 .pc-prem-kpis>*,html body .pc-shell-root-v4 [aria-label*="Ключевые показатели"]>*,html body .pc-shell-root-v4 [aria-label*=\43F\43E\43A\430\437\430\442\435\43B\438]>*{min-height:104px!important;padding:12px!important;border-radius:18px!important}html body .pc-shell-root-v4 [aria-expanded],html body .pc-shell-root-v4 [data-state]{scroll-margin-top:calc(var(--pc-header-offset) + 18px)!important}}@media (max-width:390px){html body .pc-shell-root-v4 .pc-prem-kpis,html body .pc-shell-root-v4 [aria-label*="Ключевые показатели"],html body .pc-shell-root-v4 [aria-label*=\43F\43E\43A\430\437\430\442\435\43B\438]{grid-template-columns:1fr!important}}.pc-shell-root-v4,.pc-shell-root-v4 .pc-v4-header,.pc-shell-root-v4 .pc-v4-main,.pc-shell-root-v4 .pc-v7-role-dock,.pc-v7-public-entry{inline-size:100%!important;max-inline-size:100%!important;overflow-x:hidden!important}.pc-shell-root-v4 *,.pc-v7-public-entry *{box-sizing:border-box!important;min-inline-size:0!important}.pc-shell-root-v4 .pc-v4-main h1,.pc-shell-root-v4 .pc-v4-main h2,.pc-shell-root-v4 .pc-v4-main h3,.pc-shell-root-v4 .pc-v4-main p,.pc-shell-root-v4 .pc-v4-main small,.pc-shell-root-v4 .pc-v4-main span,.pc-shell-root-v4 .pc-v4-main strong,.pc-v7-public-entry h1,.pc-v7-public-entry h2,.pc-v7-public-entry h3,.pc-v7-public-entry p,.pc-v7-public-entry small,.pc-v7-public-entry span,.pc-v7-public-entry strong{max-inline-size:100%!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.pc-shell-root-v4 .pc-v4-header-inner,.pc-shell-root-v4 .pc-v4-main>main,.pc-shell-root-v4 .pc-v4-main>main>article,.pc-shell-root-v4 .pc-v4-main>main>section,.pc-v7-public-entry .entry-header,.pc-v7-public-entry .entry-hero,.pc-v7-public-entry .entry-section,.pc-v7-public-entry .entry-trust-strip{inline-size:100%!important;max-inline-size:100%!important;overflow-x:hidden!important}@media (max-width:767px){.pc-shell-root-v4{inline-size:100vw!important;max-inline-size:100vw!important;overflow-x:hidden!important}.pc-shell-root-v4 .pc-v4-header,.pc-shell-root-v4 .pc-v4-header-inner{inline-size:100vw!important;max-inline-size:100vw!important;margin-inline:0!important;overflow:hidden!important}.pc-shell-root-v4 .pc-v4-header-inner{padding-inline:10px!important}.pc-shell-root-v4 .pc-v4-top{display:grid!important;grid-template-columns:44px 46px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;inline-size:100%!important;max-inline-size:100%!important;overflow:hidden!important}.pc-shell-root-v4 .pc-v4-brand{inline-size:46px!important;max-inline-size:46px!important;justify-content:center!important;overflow:hidden!important}.pc-shell-root-v4 .pc-v4-brand>span:not(.pc-v4-bn-icon){display:none!important}.pc-shell-root-v4 .pc-v4-actions{justify-self:end!important;display:flex!important;flex-wrap:nowrap!important;gap:6px!important;inline-size:auto!important;max-inline-size:calc(100vw - 118px)!important;overflow:hidden!important}.pc-shell-root-v4 .pc-v4-actions>:nth-child(n+5),.pc-shell-root-v4 .pc-v4-search,.pc-shell-root-v4 .pc-v4-stage,.pc-shell-root-v4 .pc-v4-theme-toggle{display:none!important}.pc-shell-root-v4 .pc-v4-actions>a,.pc-shell-root-v4 .pc-v4-actions>button,.pc-shell-root-v4 .pc-v4-iconbtn{flex:0 0 42px!important;inline-size:42px!important;min-inline-size:42px!important;max-inline-size:42px!important;block-size:42px!important;min-block-size:42px!important;padding:0!important}.pc-shell-root-v4 .pc-v4-main{inline-size:100vw!important;max-inline-size:100vw!important;margin:0!important;padding-inline:12px!important;padding-bottom:calc(env(safe-area-inset-bottom) + 238px)!important;overflow-x:hidden!important;background:linear-gradient(180deg,#fbfcf9,#f5f3ec)!important}.pc-shell-root-v4 .pc-v4-main>main{display:grid!important;gap:14px!important;inline-size:100%!important;max-inline-size:100%!important;margin:0!important;overflow:hidden!important;transform:none!important}.pc-shell-root-v4 .pc-v4-main>main>article,.pc-shell-root-v4 .pc-v4-main>main>section{display:grid!important;gap:12px!important;padding:16px!important;border-radius:22px!important;background:hsla(0,0%,100%,.88)!important;border:1px solid rgba(7,22,17,.08)!important;box-shadow:0 18px 42px rgba(7,22,17,.07)!important;overflow:hidden!important}.pc-shell-root-v4 .pc-v4-main .pc-prem-kpis,.pc-shell-root-v4 .pc-v4-main [aria-label*="Ключевые показатели"],.pc-shell-root-v4 .pc-v4-main [aria-label*=\43F\43E\43A\430\437\430\442\435\43B\438],.pc-shell-root-v4 .pc-v4-main main [style*="repeat("],.pc-shell-root-v4 .pc-v4-main main [style*=grid-template-columns]{grid-template-columns:1fr!important;inline-size:100%!important;max-inline-size:100%!important;overflow:hidden!important}.pc-shell-root-v4 .pc-v4-main h1{font-size:clamp(28px,8.6vw,34px)!important;line-height:1.04!important;letter-spacing:-.045em!important}.pc-shell-root-v4 .pc-v4-main h2{font-size:clamp(21px,6.2vw,27px)!important;line-height:1.08!important}.pc-v7-public-entry{inline-size:100vw!important;max-inline-size:100vw!important;overflow-x:hidden!important}.pc-v7-public-entry .entry-header{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding-inline:12px!important}.pc-v7-public-entry .entry-brand,.pc-v7-public-entry .entry-brand>span:last-child{min-inline-size:0!important;overflow:hidden!important}.pc-v7-public-entry .entry-brand strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.pc-v7-public-entry .entry-brand small,.pc-v7-public-entry .entry-demo,.pc-v7-public-entry .entry-icon-button,.pc-v7-public-entry .entry-menu-button{display:none!important}.pc-v7-public-entry .entry-header-actions{justify-self:end!important;max-inline-size:96px!important;overflow:hidden!important}.pc-v7-public-entry .entry-login{min-inline-size:74px!important;padding-inline:12px!important}.pc-v7-public-entry .entry-hero,.pc-v7-public-entry .entry-section,.pc-v7-public-entry .entry-trust-strip{inline-size:100%!important;max-inline-size:100%!important;margin-inline:0!important;padding-inline:14px!important;overflow:hidden!important}.pc-v7-public-entry .entry-hero h1{max-inline-size:100%!important;font-size:clamp(30px,9.8vw,38px)!important;line-height:1.05!important;letter-spacing:-.045em!important}.pc-v7-public-entry .entry-control-grid,.pc-v7-public-entry .entry-process-row,.pc-v7-public-entry .entry-role-grid{grid-template-columns:1fr!important;inline-size:100%!important;max-inline-size:100%!important;overflow:hidden!important}.pc-v7-public-entry .entry-process-tile{grid-template-columns:34px minmax(0,1fr)!important;padding:14px 16px!important;border-radius:22px!important;background:hsla(0,0%,100%,.88)!important;border:1px solid rgba(7,22,17,.08)!important;box-shadow:0 14px 34px rgba(7,22,17,.06)!important;text-align:left!important}.pc-v7-public-entry .entry-process-icon{display:none!important}.pc-v7-public-entry .entry-process-index{grid-column:1!important;grid-row:1/span 2!important;display:grid!important;place-items:center!important;inline-size:32px!important;block-size:32px!important;border-radius:999px!important;background:rgba(0,122,47,.08)!important;color:#007a2f!important}.pc-v7-public-entry .entry-process-tile small,.pc-v7-public-entry .entry-process-tile strong{grid-column:2!important;min-inline-size:0!important;text-align:left!important}}@media (max-width:430px){.pc-shell-root-v4 .pc-v4-actions>:nth-child(n+4){display:none!important}.pc-shell-root-v4 .pc-v4-main{padding-inline:10px!important}.pc-shell-root-v4 .pc-v4-main>main>article,.pc-shell-root-v4 .pc-v4-main>main>section{padding:14px!important;border-radius:20px!important}}@media (max-width:767px){body,html{inline-size:100%!important;max-inline-size:100%!important;overflow-x:hidden!important}html body .pc-shell-root-v4,html body .pc-shell-root-v4 .pc-v4-header,html body .pc-shell-root-v4 .pc-v4-main,html body .pc-shell-root-v4 .pc-v7-role-dock{inline-size:100%!important;max-inline-size:100%!important;width:100%!important;overflow-x:hidden!important}@supports (overflow:clip){html body .pc-shell-root-v4,html body .pc-shell-root-v4 .pc-v4-header,html body .pc-shell-root-v4 .pc-v4-main,html body .pc-shell-root-v4 .pc-v4-main>main,html body .pc-shell-root-v4 .pc-v7-role-dock{overflow-x:clip!important}}html body .pc-shell-root-v4 .pc-v4-header{display:block!important;position:fixed!important;inset:0 0 auto 0!important;z-index:720!important;opacity:1!important;visibility:visible!important;transform:none!important}html body .pc-shell-root-v4 .pc-v4-bottomnav{display:none!important}html body .pc-shell-root-v4 .pc-v7-role-dock{display:block!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:700!important;opacity:1!important;visibility:visible!important;transform:none!important;padding:7px 8px calc(env(safe-area-inset-bottom) + 7px)!important}html body .pc-shell-root-v4 .pc-v4-header-inner{inline-size:100%!important;max-inline-size:100%!important;min-block-size:calc(env(safe-area-inset-top) + 58px)!important;height:auto!important;margin-inline:0!important;padding:calc(env(safe-area-inset-top) + 7px) 10px 7px!important;overflow:visible!important}html body .pc-shell-root-v4 .pc-v4-top{display:grid!important;grid-template-columns:42px 44px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;inline-size:100%!important;max-inline-size:100%!important;overflow:visible!important}html body .pc-shell-root-v4 .pc-v4-brand{inline-size:44px!important;max-inline-size:44px!important;justify-content:center!important;overflow:hidden!important}html body .pc-shell-root-v4 .pc-v4-actions{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-end!important;justify-self:end!important;gap:5px!important;min-inline-size:0!important;max-inline-size:calc(100vw - 104px)!important;overflow:visible!important}html body .pc-shell-root-v4 .pc-v4-actions button[aria-label="Открыть уведомления"],html body .pc-shell-root-v4 .pc-v4-search,html body .pc-shell-root-v4 .pc-v4-stage,html body .pc-shell-root-v4 .pc-v4-theme-toggle{display:none!important}html body .pc-shell-root-v4 .pc-v4-actions>a,html body .pc-shell-root-v4 .pc-v4-actions>button,html body .pc-shell-root-v4 .pc-v4-iconbtn{flex:0 0 40px!important;inline-size:40px!important;min-inline-size:40px!important;max-inline-size:40px!important;block-size:40px!important;min-block-size:40px!important;padding:0!important}html body .pc-shell-root-v4 .pc-v4-main{margin-inline:0!important;padding-top:calc(env(safe-area-inset-top) + 74px)!important;padding-inline:12px!important;padding-bottom:calc(env(safe-area-inset-bottom) + 112px)!important;background:linear-gradient(180deg,#fbfcf9,#f5f3ec)!important}html body .pc-shell-root-v4 .pc-v4-pilot-note{display:none!important}html body .pc-shell-root-v4 .pc-v4-main>main{display:grid!important;gap:14px!important;inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important;margin:0!important;padding:0!important;background:transparent!important;transform:none!important}html body .pc-shell-root-v4 .pc-v4-main>main>header{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;inline-size:100%!important;max-inline-size:100%!important}html body .pc-shell-root-v4 .pc-v4-main>main>header>div{inline-size:100%!important;min-inline-size:0!important;max-inline-size:100%!important}html body .pc-shell-root-v4 .pc-v4-main>main>header h1{font-size:clamp(30px,9vw,36px)!important;line-height:1.03!important;letter-spacing:-.055em!important}html body .pc-shell-root-v4 .pc-v4-main>main>header [data-testid=control-tower-toolbar]{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;min-block-size:0!important;padding:12px!important;border-radius:20px!important}html body .pc-shell-root-v4 [data-testid=control-tower-toolbar]>*{inline-size:100%!important;justify-content:center!important;text-align:center!important}html body .pc-shell-root-v4 .pc-prem-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;inline-size:100%!important;max-inline-size:100%!important}html body .pc-shell-root-v4 .pc-prem-kpi{min-inline-size:0!important;padding:14px 12px!important;border-radius:20px!important}html body .pc-shell-root-v4 .pc-prem-kpi__value{font-size:clamp(24px,8.5vw,32px)!important;letter-spacing:-.04em!important}html body .pc-shell-root-v4 .ct-priority,html body .pc-shell-root-v4 .ct-priority-main,html body .pc-shell-root-v4 .ct-queue,html body .pc-shell-root-v4 .ct-queue-item,html body .pc-shell-root-v4 .ct-summary-grid,html body .pc-shell-root-v4 .ct-two{grid-template-columns:1fr!important;inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important}html body .pc-shell-root-v4 .ct-priority,html body .pc-shell-root-v4 .ct-queue{padding:14px!important;border-radius:22px!important}html body .pc-shell-root-v4 .ct-metric,html body .pc-shell-root-v4 .ct-priority-panel,html body .pc-shell-root-v4 .ct-queue-item{inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important;overflow:hidden!important}html body .pc-shell-root-v4 .ct-queue-actions,html body .pc-shell-root-v4 .ct-row{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;min-inline-size:0!important;max-inline-size:100%!important}html body .pc-shell-root-v4 .ct-queue-actions>a,html body .pc-shell-root-v4 .ct-row>a{flex:1 1 100%!important;text-align:center!important}html body .pc-shell-root-v4 .pc-v7-role-dock-inner{inline-size:100%!important;max-inline-size:720px!important;margin-inline:auto!important;gap:5px!important}html body .pc-shell-root-v4 .pc-v7-role-dock-item{min-inline-size:0!important;min-block-size:52px!important;border-radius:15px!important}}@media (max-width:374px){html body .pc-shell-root-v4 .pc-prem-kpis{grid-template-columns:1fr!important}html body .pc-shell-root-v4 .pc-v4-actions>:nth-child(n+4){display:none!important}}@media (max-width:767px){html body .pc-shell-root-v4 .pc-v4-header,html body .pc-shell-root-v4 .pc-v4-header-inner,html body .pc-shell-root-v4 .pc-v4-top{visibility:visible!important;opacity:1!important;transform:none!important}html body .pc-shell-root-v4 .pc-v4-header-inner{position:relative!important;overflow:visible!important;padding:calc(env(safe-area-inset-top) + 7px) 10px 7px!important}html body .pc-shell-root-v4 .pc-v4-top{display:grid!important;grid-template-columns:42px 48px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;inline-size:100%!important;max-inline-size:100%!important;min-block-size:44px!important;overflow:visible!important}html body .pc-shell-root-v4 .pc-v4-top>button[aria-label="Открыть меню"]{grid-column:1!important;display:inline-flex!important;visibility:visible!important;opacity:1!important}html body .pc-shell-root-v4 .pc-v4-brand{grid-column:2!important;inline-size:48px!important;min-inline-size:48px!important;max-inline-size:48px!important;block-size:44px!important;align-items:center!important;justify-content:center!important}html body .pc-shell-root-v4 .pc-v4-brand,html body .pc-shell-root-v4 .pc-v4-brand>span[aria-hidden]{display:inline-flex!important;overflow:visible!important;visibility:visible!important;opacity:1!important}html body .pc-shell-root-v4 .pc-v4-brand>span[aria-hidden]{inline-size:42px!important;min-inline-size:42px!important;max-inline-size:42px!important;block-size:42px!important;min-block-size:42px!important;max-block-size:42px!important;flex:0 0 42px!important}html body .pc-shell-root-v4 .pc-v4-brand>span[aria-hidden] img{display:block!important;inline-size:100%!important;block-size:100%!important;max-inline-size:none!important;visibility:visible!important;opacity:1!important}html body .pc-shell-root-v4 .pc-v4-brand>span:not([aria-hidden]){display:none!important}html body .pc-shell-root-v4 .pc-v4-actions{grid-column:3!important;position:static!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important;overflow:visible!important;visibility:visible!important;opacity:1!important}html body .pc-shell-root-v4 .p7-role-support,html body .pc-shell-root-v4 .pc-v4-actions button[aria-label="Открыть уведомления"],html body .pc-shell-root-v4 .pc-v4-search,html body .pc-shell-root-v4 .pc-v4-stage{display:none!important}html body .pc-shell-root-v4 .p7-calc-widget,html body .pc-shell-root-v4 .p7-note-widget,html body .pc-shell-root-v4 .pc-v4-theme-toggle,html body .pc-shell-root-v4 .pc-v7-logout-btn,html body .pc-shell-root-v4 .pc-v7-notice-wrap{display:inline-flex!important;flex:0 0 40px!important;inline-size:40px!important;min-inline-size:40px!important;max-inline-size:40px!important;block-size:40px!important;min-block-size:40px!important;visibility:visible!important;opacity:1!important}html body .pc-shell-root-v4 .pc-v4-theme-toggle{order:10!important}html body .pc-shell-root-v4 .p7-note-widget{order:20!important}html body .pc-shell-root-v4 .pc-v7-notice-wrap{order:30!important;position:relative!important}html body .pc-shell-root-v4 .pc-v7-logout-btn{order:40!important}html body .pc-shell-root-v4 .p7-calc-widget{order:50!important}html body .pc-shell-root-v4 .p7-calc-widget .pc-v4-iconbtn,html body .pc-shell-root-v4 .p7-note-widget .pc-v4-iconbtn,html body .pc-shell-root-v4 .pc-v4-theme-toggle,html body .pc-shell-root-v4 .pc-v7-logout-btn,html body .pc-shell-root-v4 .pc-v7-notice-wrap .pc-v4-iconbtn{display:inline-flex!important;inline-size:40px!important;min-inline-size:40px!important;max-inline-size:40px!important;block-size:40px!important;min-block-size:40px!important;border-radius:13px!important;padding:0!important}html body .pc-shell-root-v4 .p7-calc-panel,html body .pc-shell-root-v4 .p7-note-panel,html body .pc-shell-root-v4 .pc-v7-notice-panel{position:fixed!important;left:10px!important;right:10px!important;top:calc(env(safe-area-inset-top) + 58px)!important;width:auto!important;max-width:none!important;z-index:900!important}html body .pc-shell-root-v4 .pc-v7-role-dock{display:block!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:700!important;visibility:visible!important;opacity:1!important;transform:none!important;pointer-events:auto!important}}@media (max-width:374px){html body .pc-shell-root-v4 .pc-v4-top{grid-template-columns:40px 44px minmax(0,1fr)!important;gap:6px!important}html body .pc-shell-root-v4 .p7-calc-widget,html body .pc-shell-root-v4 .p7-calc-widget .pc-v4-iconbtn,html body .pc-shell-root-v4 .p7-note-widget,html body .pc-shell-root-v4 .p7-note-widget .pc-v4-iconbtn,html body .pc-shell-root-v4 .pc-v4-theme-toggle,html body .pc-shell-root-v4 .pc-v7-logout-btn,html body .pc-shell-root-v4 .pc-v7-notice-wrap,html body .pc-shell-root-v4 .pc-v7-notice-wrap .pc-v4-iconbtn{flex-basis:38px!important;inline-size:38px!important;min-inline-size:38px!important;max-inline-size:38px!important;block-size:38px!important;min-block-size:38px!important}}.pc-shell-root-v4:has(.p7-register-page){--pc-header-offset:0px!important;background:#f7faf6!important}.pc-shell-root-v4:has(.p7-register-page) .pc-v4-bottomnav,.pc-shell-root-v4:has(.p7-register-page) .pc-v4-drawer,.pc-shell-root-v4:has(.p7-register-page) .pc-v4-header,.pc-shell-root-v4:has(.p7-register-page) .pc-v4-pilot-note{display:none!important}.pc-shell-root-v4:has(.p7-register-page) .pc-v4-main{max-width:none!important;margin:0!important;padding:0 24px 28px!important;background:#f7faf6!important;min-height:100svh!important}.p7-register-header,.pc-shell-root-v4:has(.p7-register-page) .p7-register-header{position:sticky!important;top:max(8px,env(safe-area-inset-top))!important;z-index:30!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:74px!important;padding:13px 14px!important}.p7-register-brand,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand{flex:1 1 auto!important;min-width:0!important;display:inline-flex!important;align-items:center!important;gap:10px!important;overflow:hidden!important}.p7-register-brand-mark,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand-mark{flex:0 0 auto!important;width:44px!important;height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.p7-register-brand-text,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand-text{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.p7-register-actions,.pc-shell-root-v4:has(.p7-register-page) .p7-register-actions{flex:0 0 auto!important;display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:-moz-max-content!important;min-width:max-content!important;margin:0!important;align-self:center!important}.p7-register-action,.pc-shell-root-v4:has(.p7-register-page) .p7-register-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-width:92px!important;min-height:42px!important}@media (max-width:720px){.pc-shell-root-v4:has(.p7-register-page) .pc-v4-main{padding:0 12px 24px!important}.p7-register-header,.pc-shell-root-v4:has(.p7-register-page) .p7-register-header{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:64px!important;padding:10px 12px!important}.p7-register-brand,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand{flex:1 1 auto!important;gap:8px!important}.p7-register-brand-mark,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand-mark{width:40px!important;height:40px!important}.p7-register-brand-text,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand-text{font-size:16px!important}.p7-register-actions,.pc-shell-root-v4:has(.p7-register-page) .p7-register-actions{flex:0 0 auto!important;gap:6px!important}.p7-register-action,.pc-shell-root-v4:has(.p7-register-page) .p7-register-action{min-width:78px!important;min-height:40px!important;padding:0 9px!important;font-size:12.5px!important}}@media (max-width:374px){.pc-shell-root-v4:has(.p7-register-page) .pc-v4-main{padding:0 10px 22px!important}.p7-register-header,.pc-shell-root-v4:has(.p7-register-page) .p7-register-header{gap:5px!important;min-height:60px!important;padding:9px!important}.p7-register-brand,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand{gap:6px!important}.p7-register-brand-mark,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand-mark{width:34px!important;height:34px!important}.p7-register-brand-text,.pc-shell-root-v4:has(.p7-register-page) .p7-register-brand-text{font-size:13.5px!important}.p7-register-actions,.pc-shell-root-v4:has(.p7-register-page) .p7-register-actions{gap:4px!important}.p7-register-action,.pc-shell-root-v4:has(.p7-register-page) .p7-register-action{min-width:60px!important;min-height:36px!important;padding:0 6px!important;font-size:11px!important}.p7-register-action svg,.pc-shell-root-v4:has(.p7-register-page) .p7-register-action svg{display:none!important}}