

/* Start:/local/css/kontur/edo-1c-setup.css?178821478634797*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

.e1c_page {
  --e1c-teal: #00bea2;
  --e1c-teal-dark: #008f7b;
  --e1c-teal-soft: #eaf8f5;
  --e1c-navy: #013f54;
  --e1c-navy-2: #075e70;
  --e1c-ink: #102f3a;
  --e1c-muted: #60787f;
  --e1c-line: #d8e7e4;
  --e1c-soft: #f4f8f7;
  color: var(--e1c-ink);
  background: #fff;
  font: 400 16px/1.6 Manrope, Arial, sans-serif;
  overflow: clip;
}
.e1c_page *, .e1c_page *::before, .e1c_page *::after { box-sizing: border-box; }
.e1c_page h1, .e1c_page h2, .e1c_page h3, .e1c_page h4, .e1c_page p { margin-top: 0; }
.e1c_page a { color: inherit; }
.e1c_container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.e1c_section { padding: 108px 0; scroll-margin-top: 72px; }
.e1c_section--mint { background: #eef8f6; }
.e1c_section--soft { background: var(--e1c-soft); }
.e1c_section--navy { color: #fff; background: var(--e1c-navy); }

.e1c_heading { margin-bottom: 58px; }
.e1c_heading h2, .e1c_faq-intro h2, .e1c_flow-copy h2, .e1c_readiness-copy h2 { margin-bottom: 0; font-size: clamp(36px, 4.3vw, 56px); line-height: 1.08; letter-spacing: -.05em; }
.e1c_heading--split { display: grid; grid-template-columns: 1.08fr .72fr; gap: 92px; align-items: end; }
.e1c_heading--split p { margin: 0; color: var(--e1c-muted); font-size: 16px; line-height: 1.75; }
.e1c_heading--center { max-width: 780px; margin-right: auto; margin-left: auto; text-align: center; }
.e1c_heading--center p { max-width: 690px; margin: 20px auto 0; color: var(--e1c-muted); }
.e1c_heading--light p { color: #bad0d5; }

.e1c_btn { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 10px; padding: 0 27px; border: 0; border-radius: 999px; font: 800 14px Manrope, sans-serif; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.e1c_btn:hover { transform: translateY(-2px); }
.e1c_btn--primary { color: #fff !important; background: var(--e1c-teal); box-shadow: 0 14px 30px rgba(0,190,162,.2); }
.e1c_btn--primary:hover { background: #00aa91; box-shadow: 0 17px 35px rgba(0,190,162,.28); }
.e1c_btn--ghost { color: var(--e1c-navy) !important; background: transparent; box-shadow: inset 0 0 0 1px #bfd3d0; }
.e1c_btn--light { color: var(--e1c-navy) !important; background: #fff; }

.e1c_hero { position: relative; min-height: 790px; padding: 30px 0 90px; background: radial-gradient(circle at 76% 33%, rgba(0,190,162,.14), transparent 31%), linear-gradient(155deg, #fff 0%, #f5fbfa 62%, #fff 100%); overflow: hidden; }
.e1c_hero::after { content: ""; position: absolute; width: 530px; height: 530px; right: -310px; top: -310px; border: 1px solid rgba(0,190,162,.19); border-radius: 50%; }
.e1c_breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 74px; color: #789097; font-size: 14px; }
.e1c_breadcrumbs a { text-decoration: none; }
.e1c_breadcrumbs a:hover { color: var(--e1c-teal-dark); }
.e1c_breadcrumbs em { color: var(--e1c-ink); font-style: normal; font-weight: 700; }
.e1c_hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.e1c_hero-copy h1 { max-width: 710px; margin-bottom: 27px; font-size: clamp(48px, 5.8vw, 76px); line-height: .98; letter-spacing: -.065em; }
.e1c_hero-copy h1 span { display: block; color: var(--e1c-teal); }
.e1c_lead { max-width: 675px; margin-bottom: 32px; color: var(--e1c-muted); font-size: 18px; line-height: 1.68; }
.e1c_hero-actions { display: flex; gap: 13px; margin-bottom: 42px; }
.e1c_hero-facts { display: flex; gap: 26px; }
.e1c_hero-facts span { display: flex; align-items: center; gap: 9px; color: var(--e1c-muted); font-size: 14px; font-weight: 700; }
.e1c_hero-facts b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #bdd7d2; border-radius: 50%; color: var(--e1c-teal-dark); font-size: 14px; }

.e1c_hero-visual { position: relative; min-height: 520px; }
.e1c_console { position: absolute; top: 18px; left: 0; width: 100%; border: 1px solid #d8e7e4; border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 34px 80px rgba(13,69,76,.15); overflow: hidden; backdrop-filter: blur(12px); }
.e1c_console-head { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 62px; align-items: center; padding: 0 22px; border-bottom: 1px solid #e1ecea; color: #71898f; font-size: 14px; }
.e1c_console-head > span { display: flex; gap: 6px; }
.e1c_console-head > span i { width: 8px; height: 8px; border-radius: 50%; background: #d7e4e2; }
.e1c_console-head > span i:nth-child(2) { background: #f3c85d; }
.e1c_console-head > span i:nth-child(3) { background: #75ca81; }
.e1c_console-head em { font-style: normal; }
.e1c_console-head b { justify-self: end; color: var(--e1c-teal-dark); }
.e1c_console-body { display: grid; grid-template-columns: 150px 1fr; gap: 26px; align-items: center; padding: 36px; }
.e1c_readiness-orbit { position: relative; display: flex; width: 138px; height: 138px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: conic-gradient(var(--e1c-teal) 0 100%, #e5efed 100%); animation: e1c_orbit_in 1.2s ease both; }
.e1c_readiness-orbit::before { content: ""; position: absolute; inset: 9px; border-radius: inherit; background: #fff; }
.e1c_readiness-orbit span, .e1c_readiness-orbit small { position: relative; z-index: 1; }
.e1c_readiness-orbit span { font-size: 31px; font-weight: 800; letter-spacing: -.05em; }
.e1c_readiness-orbit small { color: var(--e1c-muted); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_console-list { display: grid; }
.e1c_console-list > span { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; min-height: 57px; border-bottom: 1px solid #e6efed; opacity: .42; transform: translateX(12px); animation: e1c_hero_check 7s ease-in-out infinite; }
.e1c_console-list > span:nth-child(2) { animation-delay: .55s; }
.e1c_console-list > span:nth-child(3) { animation-delay: 1.1s; }
.e1c_console-list > span:nth-child(4) { animation-delay: 1.65s; }
.e1c_console-list > span:nth-child(5) { animation-delay: 2.2s; }
.e1c_console-list > span:last-child { border: 0; }
.e1c_console-list i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--e1c-teal); font-size: 14px; font-style: normal; font-weight: 800; transform: scale(0); animation: e1c_hero_tick 7s cubic-bezier(.2,.8,.2,1) infinite; }
.e1c_console-list > span:nth-child(2) i { animation-delay: .55s; }
.e1c_console-list > span:nth-child(3) i { animation-delay: 1.1s; }
.e1c_console-list > span:nth-child(4) i { animation-delay: 1.65s; }
.e1c_console-list > span:nth-child(5) i { animation-delay: 2.2s; }
.e1c_console-list b { font-size: 14px; }
.e1c_console-list em { color: var(--e1c-muted); font-size: 14px; font-style: normal; }
.e1c_float-status { position: absolute; right: -28px; bottom: 18px; display: flex; gap: 12px; align-items: center; padding: 14px 18px; border: 1px solid #d8e7e4; border-radius: 16px; background: #fff; box-shadow: 0 18px 40px rgba(13,69,76,.13); }
.e1c_float-status > i { width: 11px; height: 11px; border-radius: 50%; background: var(--e1c-teal); box-shadow: 0 0 0 6px rgba(0,190,162,.12); }
.e1c_float-status span { display: flex; flex-direction: column; }
.e1c_float-status small { color: var(--e1c-muted); font-size: 14px; text-transform: uppercase; }
.e1c_float-status b { font-size: 14px; }
@keyframes e1c_orbit_in { from { transform: rotate(-50deg); opacity: 0; } to { transform: rotate(0); opacity: 1; } }
@keyframes e1c_pulse { 50% { transform: scale(1.7); box-shadow: 0 0 0 6px rgba(0,190,162,.09); } }
@keyframes e1c_hero_check { 0%,7% { opacity: .42; transform: translateX(12px); } 13%,78% { opacity: 1; transform: translateX(0); } 92%,100% { opacity: .42; transform: translateX(12px); } }
@keyframes e1c_hero_tick { 0%,8% { transform: scale(0); } 14%,80% { transform: scale(1); } 92%,100% { transform: scale(0); } }

.e1c_contents { position: relative; z-index: 5; border-top: 1px solid #e2ecea; border-bottom: 1px solid #e2ecea; background: rgba(255,255,255,.94); }
.e1c_contents-inner { display: flex; min-height: 70px; align-items: center; gap: 32px; overflow-x: auto; }
.e1c_contents span { flex: none; color: var(--e1c-teal-dark); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_contents a { flex: none; color: var(--e1c-muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.e1c_contents a:hover { color: var(--e1c-navy); }

.e1c_choice-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--e1c-line); border-radius: 28px; overflow: hidden; }
.e1c_choice-card { position: relative; padding: 42px; background: #fff; }
.e1c_choice-card + .e1c_choice-card { border-left: 1px solid var(--e1c-line); }
.e1c_choice-card--main { background: linear-gradient(145deg, #f2fbf9, #fff); }
.e1c_choice-top { display: flex; min-height: 25px; align-items: center; justify-content: space-between; margin-bottom: 28px; color: var(--e1c-teal-dark); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_choice-top i { padding: 5px 10px; border-radius: 999px; color: #fff; background: var(--e1c-teal); font-size: 14px; font-style: normal; }
.e1c_choice-card h3 { margin-bottom: 15px; font-size: 27px; letter-spacing: -.035em; }
.e1c_choice-card p { min-height: 86px; margin-bottom: 24px; color: var(--e1c-muted); font-size: 14px; }
.e1c_choice-card ul { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.e1c_choice-card li { position: relative; padding-left: 21px; font-size: 14px; font-weight: 600; }
.e1c_choice-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: var(--e1c-teal); }
.e1c_choice-card > a { color: var(--e1c-navy); font-size: 14px; font-weight: 800; text-decoration: none; }
.e1c_choice-card > a span { margin-left: 6px; color: var(--e1c-teal); }
.e1c_choice-note { display: grid; grid-template-columns: 47px 1fr; gap: 18px; align-items: center; max-width: 970px; margin: 28px auto 0; padding: 19px 23px; border-radius: 18px; background: #f5f8f7; }
.e1c_choice-note > span { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid #c8ddda; border-radius: 50%; color: var(--e1c-teal-dark); font-weight: 800; }
.e1c_choice-note p { margin: 0; color: var(--e1c-muted); font-size: 14px; }
.e1c_choice-note strong { display: block; margin-bottom: 2px; color: var(--e1c-ink); font-size: 14px; }

.e1c_readiness-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.e1c_readiness-copy { position: sticky; top: 30px; }
.e1c_readiness-copy > p { max-width: 480px; margin: 24px 0 30px; color: var(--e1c-muted); }
.e1c_progress-card { display: flex; gap: 20px; align-items: center; max-width: 390px; padding: 20px; border: 1px solid #d4e8e4; border-radius: 22px; background: rgba(255,255,255,.7); }
.e1c_progress-ring { --progress: 0deg; position: relative; display: flex; width: 94px; height: 94px; flex: 0 0 94px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: conic-gradient(var(--e1c-teal) var(--progress), #dcebe8 0); }
.e1c_progress-ring::before { content: ""; position: absolute; inset: 8px; border-radius: inherit; background: #fff; }
.e1c_progress-ring span, .e1c_progress-ring small { position: relative; z-index: 1; }
.e1c_progress-ring span { font-size: 25px; font-weight: 800; }
.e1c_progress-ring small { color: var(--e1c-muted); font-size: 14px; }
.e1c_progress-card strong { font-size: 15px; }
.e1c_progress-card p { margin: 2px 0 5px; color: var(--e1c-muted); font-size: 14px; }
.e1c_progress-card button { padding: 0; border: 0; border-bottom: 1px dashed #8ba4a8; color: var(--e1c-muted); background: none; font: 700 14px Manrope, sans-serif; cursor: pointer; }
.e1c_checklist { overflow: hidden; border: 1px solid #d4e8e4; border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(13,69,76,.07); }
.e1c_checklist label { display: grid; position: relative; grid-template-columns: 34px 1fr; gap: 15px; align-items: center; min-height: 93px; padding: 17px 24px; border-bottom: 1px solid #e3eeec; cursor: pointer; }
.e1c_checklist label:last-child { border: 0; }
.e1c_checklist input { position: absolute; opacity: 0; }
.e1c_checklist label > span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #bad4d0; border-radius: 50%; transition: .2s; }
.e1c_checklist label > span i { color: #fff; font-size: 14px; font-style: normal; opacity: 0; }
.e1c_checklist b { font-size: 15px; }
.e1c_checklist small { display: block; margin-top: 4px; color: var(--e1c-muted); font-size: 14px; font-weight: 500; }
.e1c_checklist input:checked + span { border-color: var(--e1c-teal); background: var(--e1c-teal); }
.e1c_checklist input:checked + span i { opacity: 1; }
.e1c_checklist input:checked ~ b { color: var(--e1c-teal-dark); }

.e1c_steps { max-width: 1040px; margin: 0 auto; }
.e1c_step { display: grid; grid-template-columns: 70px minmax(0,1fr) 270px; gap: 28px; padding: 35px 0; border-bottom: 1px solid var(--e1c-line); }
.e1c_step-num { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #bcd6d1; border-radius: 50%; color: var(--e1c-teal-dark); font-size: 14px; font-weight: 800; }
.e1c_step-copy > span { color: var(--e1c-teal-dark); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_step-copy h3 { margin: 5px 0 10px; font-size: 22px; line-height: 1.3; letter-spacing: -.02em; }
.e1c_step-copy p { margin: 0; color: var(--e1c-muted); font-size: 14px; }
.e1c_step-copy a { display: inline-block; margin-top: 9px; color: var(--e1c-navy-2); font-size: 14px; font-weight: 800; text-decoration: none; }
.e1c_step-result { align-self: center; padding: 18px; border-left: 2px solid #bcd8d3; background: #f6f9f8; }
.e1c_step-result small { display: block; margin-bottom: 5px; color: var(--e1c-muted); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_step-result b { display: block; font-size: 14px; line-height: 1.5; }
.e1c_step-result--done { border-color: var(--e1c-teal); background: #edf9f6; }
.e1c_module-link { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; margin-top: 72px; padding: 46px 50px; border-radius: 28px; color: #fff; background: var(--e1c-navy); overflow: hidden; }
.e1c_module-link > div:first-child { position: relative; z-index: 1; max-width: 650px; }
.e1c_module-link > div > span { color: #71dfcd; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_module-link h3 { margin: 8px 0 10px; font-size: 29px; letter-spacing: -.035em; }
.e1c_module-link p { margin: 0; color: #bed1d5; font-size: 14px; }
.e1c_module-link .e1c_btn { position: relative; z-index: 1; }
.e1c_module-orbits { position: absolute; right: 190px; top: 50%; width: 250px; height: 250px; transform: translateY(-50%); opacity: .18; }
.e1c_module-orbits i { position: absolute; inset: 0; border: 1px solid #72e3d0; border-radius: 50%; }
.e1c_module-orbits i:nth-child(2) { inset: 42px; }
.e1c_module-orbits i:nth-child(3) { inset: 90px; background: #72e3d0; }

.e1c_errors-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--e1c-line); border-radius: 24px; background: var(--e1c-line); overflow: hidden; }
.e1c_errors-grid article { min-height: 250px; padding: 29px; background: #fff; }
.e1c_errors-grid article > span { display: grid; width: 38px; height: 38px; margin-bottom: 30px; place-items: center; border: 1px solid #c5dcd8; border-radius: 50%; color: var(--e1c-teal-dark); font-size: 14px; font-weight: 800; }
.e1c_errors-grid h3 { margin-bottom: 10px; font-size: 18px; }
.e1c_errors-grid p { min-height: 84px; margin-bottom: 18px; color: var(--e1c-muted); font-size: 14px; }
.e1c_errors-grid small { color: var(--e1c-teal-dark); font-size: 14px; font-weight: 800; text-transform: uppercase; }

.e1c_flow-section { background: #fff; }
.e1c_flow-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; align-items: center; }
.e1c_flow-copy > p { max-width: 530px; margin: 24px 0; color: var(--e1c-muted); }
.e1c_flow-copy ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.e1c_flow-copy li { position: relative; padding-left: 22px; font-size: 15px; font-weight: 700; }
.e1c_flow-copy li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--e1c-teal); }
.e1c_flow { position: relative; min-height: 390px; padding: 28px 28px 26px; border-radius: 30px; color: #fff; background: radial-gradient(circle at 84% 12%, rgba(0,190,162,.18), transparent 30%), linear-gradient(145deg, #013f54 0%, #072f40 100%); box-shadow: 0 28px 60px rgba(1,63,84,.2); overflow: hidden; }
.e1c_flow-orbit { position: absolute; border: 1px solid rgba(112,223,204,.13); border-radius: 50%; pointer-events: none; }
.e1c_flow-orbit--outer { width: 340px; height: 340px; right: -150px; top: -200px; animation: e1c_flow_orbit 12s linear infinite; }
.e1c_flow-orbit--inner { width: 170px; height: 170px; right: -62px; top: -95px; border-color: rgba(112,223,204,.2); animation: e1c_flow_orbit 8s linear infinite reverse; }
.e1c_flow-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; }
.e1c_flow-head span { display: flex; align-items: center; gap: 11px; font-weight: 800; }
.e1c_flow-head span i { width: 10px; height: 10px; border-radius: 50%; background: #70dfcc; box-shadow: 0 0 0 6px rgba(112,223,204,.12); animation: e1c_flow_pulse 1.6s ease-in-out infinite; }
.e1c_flow-head b { color: #a9c8ce; font-size: 14px; font-weight: 600; }
.e1c_flow-track { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: start; margin-top: 48px; }
.e1c_flow-line { position: absolute; top: 43px; left: 11%; right: 11%; height: 2px; background: rgba(185,218,219,.2); }
.e1c_flow-line i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,#00bea2,#70dfcc); transform-origin: left; animation: e1c_flow_line 6s cubic-bezier(.55,0,.2,1) infinite; }
.e1c_flow-packet { position: absolute; z-index: 5; top: 24px; left: 9%; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--e1c-navy); background: #fff; box-shadow: 0 0 0 8px rgba(255,255,255,.08), 0 8px 22px rgba(0,0,0,.24); animation: e1c_flow_packet 6s cubic-bezier(.55,0,.2,1) infinite; }
.e1c_flow-packet svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.e1c_flow-node { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.e1c_flow-node > span { display: grid; width: 88px; height: 88px; place-items: center; border: 1px solid rgba(170,213,211,.34); border-radius: 50%; color: #dcebed; background: rgba(255,255,255,.07); font-size: 20px; font-weight: 800; backdrop-filter: blur(6px); animation: e1c_flow_node 6s ease-in-out infinite; }
.e1c_flow-node:nth-child(3) > span { animation-delay: 0s; }
.e1c_flow-node:nth-child(4) > span { animation-delay: 1.35s; }
.e1c_flow-node:nth-child(5) > span { animation-delay: 2.7s; }
.e1c_flow-node:nth-child(6) > span { animation-delay: 4.05s; }
.e1c_flow-node svg { width: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.e1c_flow-node small { color: #b8cfd3; font-size: 14px; font-weight: 700; }
.e1c_flow-card { position: absolute; z-index: 4; left: 28px; right: 28px; bottom: 26px; display: grid; grid-template-columns: 12px 1fr auto; gap: 14px; align-items: center; min-height: 68px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.e1c_flow-card > i { width: 10px; height: 10px; border-radius: 50%; background: #70dfcc; box-shadow: 0 0 0 5px rgba(112,223,204,.11); }
.e1c_flow-card span { display: flex; flex-direction: column; }
.e1c_flow-card small { color: #9dbdc3; font-size: 14px; }
.e1c_flow-card b { white-space: nowrap; font-size: 15px; }
.e1c_flow-card strong { padding: 7px 11px; border-radius: 999px; color: #072f40; background: #70dfcc; font-size: 14px; }
@keyframes e1c_flow_line { 0%,8% { transform: scaleX(0); } 76%,100% { transform: scaleX(1); } }
@keyframes e1c_flow_packet { 0%,8% { left: 9%; opacity: 0; transform: scale(.7); } 14% { opacity: 1; transform: scale(1); } 76%,88% { left: 85%; opacity: 1; transform: scale(1); } 100% { left: 85%; opacity: 0; transform: scale(.7); } }
@keyframes e1c_flow_node { 0%,11%,94%,100% { color: #dcebed; border-color: rgba(170,213,211,.34); background: rgba(255,255,255,.07); box-shadow: none; } 18%,35% { color: #063a4b; border-color: #70dfcc; background: #70dfcc; box-shadow: 0 0 0 8px rgba(112,223,204,.1); } }
@keyframes e1c_flow_pulse { 50% { transform: scale(1.25); box-shadow: 0 0 0 9px rgba(112,223,204,.05); } }
@keyframes e1c_flow_orbit { to { transform: rotate(360deg); } }

.e1c_help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.e1c_help-card { padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.06); }
.e1c_help-card--accent { background: rgba(0,190,162,.12); }
.e1c_help-card > span { color: #72e3d0; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_help-card h3 { margin: 9px 0 25px; font-size: 27px; letter-spacing: -.035em; }
.e1c_help-card ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }
.e1c_help-card li { position: relative; padding-left: 20px; color: #d6e4e6; font-size: 14px; }
.e1c_help-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: #70dfcc; }
.e1c_help-card a { color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.e1c_help-card a i { margin-left: 7px; color: #72e3d0; font-style: normal; }

.e1c_faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.e1c_faq-intro { position: sticky; top: 30px; }
.e1c_faq-intro p { max-width: 380px; margin: 22px 0 0; color: var(--e1c-muted); }
.e1c_faq { border-top: 1px solid var(--e1c-line); }
.e1c_faq details { border-bottom: 1px solid var(--e1c-line); }
.e1c_faq summary { display: grid; grid-template-columns: 1fr 34px; gap: 24px; align-items: center; min-height: 82px; font-size: 14px; font-weight: 800; list-style: none; cursor: pointer; }
.e1c_faq summary::-webkit-details-marker { display: none; }
.e1c_faq summary span { position: relative; width: 34px; height: 34px; border: 1px solid #c6d9d6; border-radius: 50%; }
.e1c_faq summary span::before, .e1c_faq summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 1px; background: var(--e1c-navy); transform: translate(-50%,-50%); }
.e1c_faq summary span::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s; }
.e1c_faq details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.e1c_faq details p { max-width: 650px; margin: -4px 60px 26px 0; color: var(--e1c-muted); font-size: 14px; }

.e1c_contact { position: relative; padding: 112px 0 120px; background: #f1f8f6; overflow: hidden; scroll-margin-top: 72px; }
.e1c_contact::before, .e1c_contact::after { content: ""; position: absolute; border: 1px solid rgba(0,190,162,.19); border-radius: 50%; }
.e1c_contact::before { width: 520px; height: 520px; left: -350px; bottom: -330px; }
.e1c_contact::after { width: 210px; height: 210px; right: -100px; top: -110px; }
.e1c_contact-grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 520px; gap: 92px; align-items: center; }
.e1c_contact-copy h2 { max-width: 620px; margin-bottom: 22px; font-size: clamp(40px,4.5vw,60px); line-height: 1.03; letter-spacing: -.055em; }
.e1c_contact-copy > p { max-width: 600px; margin-bottom: 33px; color: var(--e1c-muted); font-size: 16px; }
.e1c_contact-points { display: grid; gap: 12px; margin-bottom: 36px; }
.e1c_contact-points span { display: flex; align-items: center; gap: 13px; font-size: 14px; font-weight: 700; }
.e1c_contact-points i { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #b9d7d2; border-radius: 50%; color: var(--e1c-teal-dark); background: #fff; font-size: 14px; font-style: normal; }
.e1c_contact-phone { display: inline-grid; grid-template-columns: 50px auto; gap: 14px; align-items: center; padding: 15px 20px 15px 16px; border: 1px solid #d5e5e2; border-radius: 18px; background: rgba(255,255,255,.75); text-decoration: none; }
.e1c_contact-phone > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; color: #fff; background: var(--e1c-navy); }
.e1c_contact-phone svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.e1c_contact-phone b { display: flex; flex-direction: column; color: var(--e1c-navy); font-size: 22px; line-height: 1.25; }
.e1c_contact-phone small, .e1c_contact-phone em { color: var(--e1c-muted); font-size: 14px; font-style: normal; font-weight: 600; }
.e1c_form-shell { padding: 42px; border: 1px solid #dce9e7; border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(13,63,70,.11); }
.e1c_form.kontur_form { gap: 0; }
.e1c_form-heading { margin-bottom: 22px; }
.e1c_form-heading > span { display: block; margin-bottom: 8px; color: var(--e1c-teal-dark); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.e1c_form h3, .e1c_form-success h3 { margin-bottom: 8px; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; }
.e1c_form-heading p { margin: 0; color: var(--e1c-muted); font-size: 14px; line-height: 1.55; }
.e1c_form-note { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; margin-bottom: 24px; padding: 13px 15px; border-radius: 14px; background: #eff8f6; }
.e1c_form-note > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #fff; background: var(--e1c-teal); font-size: 14px; font-weight: 800; }
.e1c_form-note p { margin: 0; color: var(--e1c-muted); font-size: 14px; line-height: 1.45; }
.e1c_form-note strong { display: block; margin-bottom: 2px; color: var(--e1c-ink); font-size: 14px; }
.e1c_form .e1c_field.kontur_form-group { display: block; margin-bottom: 18px; }
.e1c_form .kontur_form-label { display: block; margin-bottom: 8px; color: var(--e1c-ink); font-size: 14px; font-weight: 700; }
.e1c_form .kontur_form-input-wrapper { position: relative; }
.e1c_form .kontur_form-input-icon { position: absolute; z-index: 1; top: 50%; left: 17px; width: 20px; fill: none; stroke: #71898e; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; transform: translateY(-50%); pointer-events: none; }
.e1c_form .kontur_form-input { width: 100%; height: 58px; padding: 0 17px 0 50px; border: 1.5px solid #cbdedb; border-radius: 13px; outline: none; font: 500 15px Manrope, sans-serif; transition: border-color .2s, box-shadow .2s; }
.e1c_form .kontur_form-input:focus { border-color: var(--e1c-teal); box-shadow: 0 0 0 4px rgba(0,190,162,.1); }
.e1c_form .kontur_form-error { display: none; margin-top: 6px; color: #c44a3a; font-size: 14px; }
.e1c_form .error .kontur_form-error, .e1c_form .is-error .kontur_form-error { display: block; }
.e1c_form .e1c_form-checkboxes { display: grid; gap: 13px; margin: 20px 0 22px; }
.e1c_form .kontur_form-checkbox { display: grid; position: relative; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin: 0; color: #61777c; font-size: 14px; line-height: 1.45; cursor: pointer; }
.e1c_form .kontur_form-checkbox input { position: absolute; opacity: 0; }
.e1c_form .kontur_form-checkbox-box { display: grid; width: 22px; height: 22px; place-items: center; border: 1.5px solid #b9cfcb; border-radius: 6px; background: #fff; }
.e1c_form .kontur_form-checkbox-box svg { width: 14px; fill: none; stroke: #fff; stroke-width: 3; opacity: 0; }
.e1c_form .kontur_form-checkbox input:checked + .kontur_form-checkbox-box { border-color: var(--e1c-teal); background: var(--e1c-teal); }
.e1c_form .kontur_form-checkbox input:checked + .kontur_form-checkbox-box svg { opacity: 1; }
.e1c_form .kontur_form-checkbox a { color: var(--e1c-navy-2); }
.e1c_form .kontur_form-checkbox-text, .e1c_form .kontur_form-checkbox-text a { font-size: 14px; }
.e1c_form .e1c_form-submit { width: 100%; min-height: 58px; margin-top: 0; border: 0; font-size: 15px; }
.e1c_form-submit .kontur_form-submit-loader { display: none; width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; }
.e1c_form-submit.loading .kontur_form-submit-loader, .e1c_form-submit.is-loading .kontur_form-submit-loader { display: inline-block; animation: e1c_spin .7s linear infinite; }
@keyframes e1c_spin { to { transform: rotate(360deg); } }
.e1c_form-success { display: none; min-height: 520px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.e1c_form-success.is-visible, .e1c_form-success.active { display: flex; }
.e1c_form-success > div { display: grid; width: 70px; height: 70px; margin-bottom: 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--e1c-teal); font-size: 28px; }
.e1c_form-success p { max-width: 270px; color: var(--e1c-muted); }
.e1c_form-success .kontur_contact-success-btn { font-size: 14px; }
.e1c_mobile-cta { display: none; }

@media (max-width: 1020px) {
  .e1c_hero-grid { grid-template-columns: 1fr; }
  .e1c_hero-visual { width: min(100%,620px); margin: 0 auto; }
  .e1c_heading--split { gap: 55px; }
  .e1c_readiness-grid, .e1c_flow-grid { gap: 55px; }
  .e1c_contact-grid { grid-template-columns: 1fr 430px; gap: 50px; }
  .e1c_form-shell { padding: 34px; }
}

@media (max-width: 760px) {
  .e1c_container { width: min(100% - 32px, 600px); }
  .e1c_section { padding: 76px 0; }
  .e1c_hero { min-height: auto; padding: 26px 0 72px; }
  .e1c_breadcrumbs { margin-bottom: 48px; font-size: 14px; }
  .e1c_breadcrumbs a:nth-of-type(2), .e1c_breadcrumbs span:nth-of-type(2) { display: none; }
  .e1c_hero-grid { gap: 42px; }
  .e1c_hero-copy h1 { font-size: 46px; }
  .e1c_lead { font-size: 16px; }
  .e1c_hero-actions { flex-direction: column; }
  .e1c_hero-actions .e1c_btn { width: 100%; }
  .e1c_hero-facts { display: grid; gap: 11px; }
  .e1c_hero-visual { min-height: 555px; }
  .e1c_console-head { grid-template-columns: 1fr auto; }
  .e1c_console-head em { display: none; }
  .e1c_console-body { grid-template-columns: 1fr; padding: 24px; }
  .e1c_readiness-orbit { width: 100px; height: 100px; margin: 0 auto; }
  .e1c_console-list > span { min-height: 44px; }
  .e1c_console-list em { display: none; }
  .e1c_float-status { right: -4px; bottom: -4px; }
  .e1c_contents-inner { min-height: 62px; gap: 24px; }
  .e1c_contents-inner > span { display: none; }
  .e1c_heading--split, .e1c_readiness-grid, .e1c_flow-grid, .e1c_faq-grid, .e1c_contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .e1c_heading h2, .e1c_faq-intro h2, .e1c_flow-copy h2, .e1c_readiness-copy h2 { font-size: 38px; }
  .e1c_heading { margin-bottom: 40px; }
  .e1c_choice-grid { grid-template-columns: 1fr; }
  .e1c_choice-card { padding: 30px 24px; }
  .e1c_choice-card + .e1c_choice-card { border-top: 1px solid var(--e1c-line); border-left: 0; }
  .e1c_choice-card p { min-height: 0; }
  .e1c_choice-note { grid-template-columns: 38px 1fr; padding: 16px; }
  .e1c_choice-note > span { width: 38px; height: 38px; }
  .e1c_readiness-copy, .e1c_faq-intro { position: static; }
  .e1c_progress-card { max-width: none; }
  .e1c_checklist label { min-height: 88px; padding: 15px 18px; }
  .e1c_step { grid-template-columns: 54px 1fr; gap: 14px; padding: 27px 0; }
  .e1c_step-num { width: 44px; height: 44px; }
  .e1c_step-result { grid-column: 2; }
  .e1c_step-copy h3 { font-size: 19px; }
  .e1c_module-link { grid-template-columns: 1fr; gap: 28px; padding: 34px 25px; }
  .e1c_module-link .e1c_btn { width: 100%; }
  .e1c_module-link h3 { font-size: 25px; }
  .e1c_module-orbits { right: -90px; }
  .e1c_errors-grid { grid-template-columns: 1fr; }
  .e1c_errors-grid article { min-height: 0; }
  .e1c_errors-grid p { min-height: 0; }
  .e1c_flow { min-height: 380px; padding: 22px 18px; }
  .e1c_flow-head { align-items: flex-start; gap: 12px; }
  .e1c_flow-head b { max-width: 132px; text-align: right; }
  .e1c_flow-track { grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 43px; }
  .e1c_flow-line { top: 35px; left: 10%; right: 10%; width: auto; }
  .e1c_flow-packet { top: 18px; width: 34px; height: 34px; }
  .e1c_flow-node > span { width: 70px; height: 70px; font-size: 17px; }
  .e1c_flow-node small { font-size: 14px; text-transform: none; }
  .e1c_flow-card { left: 18px; right: 18px; bottom: 20px; grid-template-columns: 10px 1fr; }
  .e1c_flow-card strong { display: none; }
  .e1c_help-grid { grid-template-columns: 1fr; }
  .e1c_help-card { padding: 30px 24px; }
  .e1c_faq summary { min-height: 76px; font-size: 14px; }
  .e1c_contact { padding: 76px 0 100px; }
  .e1c_contact-copy h2 { font-size: 40px; }
  .e1c_contact-copy > p { font-size: 15px; }
  .e1c_contact-phone { max-width: 100%; }
  .e1c_contact-phone b { font-size: 20px; }
  .e1c_form-shell { padding: 28px 22px; }
  .e1c_form h3 { font-size: 28px; }
  .e1c_mobile-cta { display: block; position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; padding: 10px 16px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--e1c-line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
  .e1c_mobile-cta .e1c_btn { width: 100%; min-height: 49px; }
}

@media (prefers-reduced-motion: reduce) {
  .e1c_page *, .e1c_page *::before, .e1c_page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .e1c_console-list > span { opacity: 1; transform: none; }
  .e1c_console-list i { transform: scale(1); }
  .e1c_flow-line i { transform: scaleX(1); }
  .e1c_flow-packet { display: none; }
}

/* End */
/* /local/css/kontur/edo-1c-setup.css?178821478634797 */
