@font-face {
    font-family: "wpf0f4ae0";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/517166/fonts/space-grotesk-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf01d6e6";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/517166/fonts/source-serif-4-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf01d6e6";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/517166/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --qk4z:rgb(47,122,68);
    --litz:rgb(31,90,49);
    --n6k7:rgb(224,163,60);
    --zho6:rgb(246,250,246);
    --papu:rgb(255,255,255);
    --h4mw:rgb(27,47,32);
    --r21e:rgb(95,122,100);
    --rmdn:rgb(218,233,220);
    --xfy0:rgb(255,255,255);
    --c2dh:rgb(17,17,17);
    --mzu2:rgb(230,239,233);
    --t9x8:rgb(251,244,232);
    --jz10:"wpf0f4ae0", "Segoe UI", Roboto, Arial, sans-serif;
    --nyqv:"wpf01d6e6", "Book Antiqua", Palatino, Georgia, serif;
    --mlxw:600;
    --asjy:-0.03em;
    --cax8:6px;
    --nscd:10px;
    --tzgz:16px;
    --y17t:24px;
    --n3dl:0 1px 2px rgba(17, 34, 39, .05);
    --io4b:0 8px 24px rgba(17, 34, 39, .07);
    --d2sa:0 20px 52px rgba(17, 34, 39, .12);
    --wnyk:24px;
}

*, *::before, *::after {
    box-sizing:border-box;
}

html {
    -webkit-text-size-adjust:100%;
    scroll-behavior:smooth;
}

body {
    margin:0;
}

h1, h2, h3, h4 {
    margin:0;
    font-family:var(--jz10);
    font-weight:var(--mlxw);
    letter-spacing:var(--asjy);
    line-height:1.22;
}

p {
    margin:0;
}

ul, ol {
    padding:0;
    margin:0;
    list-style:none;
}

a {
    color:inherit;
    text-decoration:none;
}

svg {
    flex:none;
    display:block;
}

button {
    border:0;
    font:inherit;
    background:none;
    margin:0;
    color:inherit;
}

[hidden] {
    display:none !important;
}

.ed_page {
    margin:0;
    background:var(--zho6);
    color:var(--h4mw);
    font-family:var(--nyqv);
    font-size:17px;
    line-height:1.62;
    -webkit-font-smoothing:antialiased;
}

.ed_main {
    display:block;
}

.ed_outer {
    margin:0 auto;
    max-width:1140px;
    padding:0 22px;
    width:100%;
}

.ed_outer-sm {
    margin:0 auto;
    width:100%;
    max-width:800px;
    padding:0 22px;
}

.ed_part {
    padding:68px 0;
}

.ed_part-tint {
    background:var(--mzu2);
}

.ed_part-crown {
    text-align:center;
    max-width:640px;
    margin:0 auto 38px;
}

.ed_part-crown-left {
    text-align:left;
    margin:0;
}

.ed_part-eyebrow {
    display:inline-block;
    margin-bottom:12px;
    color:var(--qk4z);
    font-size:13px;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.ed_part-caption {
    font-size:30px;
}

.ed_part-lead {
    margin-top:14px;
    color:var(--r21e);
}

/* buttons */

.ed_cta {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:12px 22px;
    border:1px solid transparent;
    border-radius:999px;
    font-family:var(--jz10);
    font-size:16px;
    font-weight:600;
    line-height:1.2;
    text-align:center;
    cursor:pointer;
    transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
}

.ed_cta:hover {
    transform:translateY(-1px);
}

.ed_cta:active {
    transform:translateY(0);
}

.ed_cta-primary {
    background:var(--qk4z);
    box-shadow:var(--io4b);
    color:var(--xfy0);
}

.ed_cta-primary:hover {
    background:var(--litz);
}

.ed_cta-ghost {
    border-color:var(--rmdn);
    background:var(--papu);
    color:var(--qk4z);
}

.ed_cta-ghost:hover {
    border-color:var(--qk4z);
    background:var(--mzu2);
}

.ed_cta-lg {
    font-size:18px;
    padding:16px 34px;
}

/* header */

.ed_hdr {
    background:var(--papu);
    z-index:2;
    position:relative;
    border-bottom:1px solid var(--rmdn);
}

.ed_hdr-core {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:78px;
    padding-top:12px;
    padding-bottom:12px;
}

.ed_hdr-brand {
    display:inline-flex;
    align-items:center;
    gap:12px;
}

.ed_hdr-chip {
    display:inline-flex;
    color:var(--qk4z);
    align-items:center;
}

.ed_hdr-words {
    display:flex;
    flex-direction:column;
}

.ed_hdr-name {
    font-family:var(--jz10);
    font-size:20px;
    font-weight:var(--mlxw);
    letter-spacing:var(--asjy);
    color:var(--h4mw);
}

.ed_hdr-label {
    font-size:12.5px;
    white-space:nowrap;
    line-height:1.35;
    max-width:320px;
    overflow:hidden;
    color:var(--r21e);
    text-overflow:ellipsis;
}

.ed_hdr-bar {
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    display:flex;
}

.ed_hdr-ref {
    transition:color .15s ease, background-color .15s ease;
    border-radius:var(--cax8);
    color:var(--r21e);
    padding:8px 12px;
    font-size:15px;
}

.ed_hdr-ref:hover {
    color:var(--qk4z);
    background:var(--mzu2);
}

.ed_hdr-cta {
    font-size:15px;
    margin-left:8px;
    padding:10px 20px;
}

/* header, варіант зі стеком */

.ed_hdr-stack .ed_hdr-core {
    flex-direction:column;
    gap:14px;
    padding-top:22px;
    padding-bottom:6px;
}

.ed_hdr-stack .ed_hdr-bar {
    width:100%;
    padding:6px 0 14px;
    border-top:1px solid var(--rmdn);
    justify-content:center;
}

.ed_hdr-stack .ed_hdr-name {
    font-size:24px;
}

.ed_hdr-strip {
    text-align:center;
    background:var(--qk4z);
    color:var(--xfy0);
}

.ed_hdr-strip-text {
    opacity:.92;
    padding:7px 0;
    font-size:13px;
    display:inline-block;
}

/* hero */

.ed_hero {
    padding:76px 0 64px;
}

.ed_hero-body {
    display:block;
}

.ed_hero-eyebrow {
    display:inline-block;
    margin-bottom:16px;
    padding:6px 14px;
    border-radius:999px;
    background:var(--t9x8);
    color:var(--h4mw);
    font-size:13px;
    font-weight:600;
    letter-spacing:.02em;
}

.ed_hero-caption {
    font-size:44px;
}

.ed_hero-sub {
    margin-top:18px;
    color:var(--r21e);
    font-size:19px;
}

.ed_hero-actions {
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    align-items:center;
    margin-top:30px;
}

.ed_hero-small {
    gap:8px;
    font-size:14.5px;
    display:inline-flex;
    align-items:center;
    margin-top:16px;
    color:var(--r21e);
}

.ed_hero-small-icon {
    display:inline-flex;
    color:var(--qk4z);
}

.ed_hero-bullets {
    gap:12px;
    flex-wrap:wrap;
    margin-top:34px;
    display:flex;
}

.ed_hero-bullet {
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:10px 16px;
    border:1px solid var(--rmdn);
    border-radius:999px;
    background:var(--papu);
    box-shadow:var(--n3dl);
    font-size:14.5px;
}

.ed_hero-bullet-icon {
    display:inline-flex;
    color:var(--qk4z);
}

/* hero - центрований */

.ed_hero-center {
    text-align:center;
}

.ed_hero-center .ed_hero-actions {
    justify-content:center;
}

.ed_hero-center .ed_hero-bullets {
    justify-content:center;
}

/* hero - двоколонковий */

.ed_hero-split {
    background:linear-gradient(180deg, var(--mzu2) 0%, var(--zho6) 72%);
}

.ed_hero-columns {
    gap:52px;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
}

.ed_hero-art {
    display:block;
    padding:32px 30px;
    border:1px solid var(--rmdn);
    border-radius:var(--y17t);
    background:var(--papu);
    box-shadow:var(--d2sa);
}

.ed_hero-art-badge {
    background:var(--mzu2);
    justify-content:center;
    display:inline-flex;
    width:66px;
    border-radius:50%;
    align-items:center;
    height:66px;
    color:var(--qk4z);
}

.ed_hero-art-caption {
    display:block;
    margin-top:18px;
    font-family:var(--jz10);
    font-size:21px;
    font-weight:var(--mlxw);
    letter-spacing:var(--asjy);
}

.ed_hero-art-stack {
    display:grid;
    margin-top:18px;
    gap:12px;
}

.ed_hero-art-item {
    color:var(--r21e);
    display:flex;
    border-top:1px solid var(--rmdn);
    font-size:15px;
    padding-top:12px;
    gap:10px;
    align-items:flex-start;
}

.ed_hero-art-item:first-child {
    border-top:0;
    padding-top:0;
}

/* hero - з картками */

.ed_hero-cards {
    text-align:left;
}

.ed_hero-layout {
    grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));
    margin-top:42px;
    display:grid;
    gap:18px;
}

.ed_hero-tile {
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:22px;
    border:1px solid var(--rmdn);
    border-radius:var(--tzgz);
    background:var(--papu);
    box-shadow:var(--n3dl);
}

.ed_hero-tile-icon {
    align-items:center;
    color:var(--h4mw);
    border-radius:var(--nscd);
    height:44px;
    width:44px;
    display:inline-flex;
    justify-content:center;
    background:var(--t9x8);
}

.ed_hero-tile-text {
    color:var(--r21e);
    font-size:15px;
}

.ed_hero-cards .ed_hero-eyebrow {
    color:var(--r21e);
    padding:0;
    background:none;
    margin:34px 0 0;
}

/* quiz */

.ed_poll {
    scroll-margin-top:20px;
}

.ed_poll-crown {
    margin:0 auto 30px;
    max-width:640px;
    text-align:center;
}

.ed_poll-caption {
    font-size:30px;
}

.ed_poll-small {
    color:var(--r21e);
    margin-top:12px;
}

.ed_poll-bin {
    position:relative;
    padding:30px;
    border:1px solid var(--rmdn);
    border-radius:var(--y17t);
    background:var(--papu);
    box-shadow:var(--d2sa);
}

.ed_poll-bin-flat {
    padding:34px 30px 30px;
    box-shadow:var(--io4b);
    border-radius:var(--tzgz);
}

.ed_poll-bin-flat .ed_poll-crown {
    margin-bottom:22px;
}

.ed_poll-top {
    margin-bottom:26px;
    align-items:center;
    gap:14px;
    display:flex;
}

.ed_poll-bar {
    display:block;
    background:var(--rmdn);
    position:relative;
    flex:1 1 auto;
    height:7px;
    overflow:hidden;
    border-radius:999px;
}

.ed_poll-bar-fill {
    border-radius:999px;
    transition:width .35s ease;
    height:100%;
    display:block;
    width:0;
    background:var(--qk4z);
}

.ed_poll-counter {
    flex:none;
    color:var(--r21e);
    font-family:var(--jz10);
    font-size:14px;
    font-variant-numeric:tabular-nums;
    letter-spacing:.04em;
}

.ed_poll-dots {
    flex:none;
    display:flex;
    gap:7px;
    align-items:center;
}

.ed_poll-dot {
    display:block;
    transition:background-color .2s ease, transform .2s ease;
    border-radius:50%;
    background:var(--rmdn);
    width:9px;
    height:9px;
}

.ed_poll-dot-on {
    transform:scale(1.15);
    background:var(--qk4z);
}

.ed_poll-plain .ed_poll-bar {
    height:4px;
    flex:1 1 auto;
}

.ed_poll-step {
    display:block;
}

.ed_poll-step-on {
    animation:ue9f3d .32s ease both;
}

@keyframes ue9f3d {
    from {
    transform:translateY(8px);
    opacity:0;
}
    to {
    transform:translateY(0);
    opacity:1;
}
}

.ed_poll-kicker {
    display:inline-block;
    margin-bottom:10px;
    color:var(--qk4z);
    font-size:13px;
    font-weight:700;
    letter-spacing:.12em;
}

.ed_poll-q {
    font-size:24px;
}

.ed_poll-opts {
    display:grid;
    gap:12px;
    margin-top:24px;
}

.ed_poll-opt {
    display:flex;
    align-items:center;
    gap:14px;
    width:100%;
    padding:18px 20px;
    border:1.5px solid var(--rmdn);
    border-radius:var(--tzgz);
    background:var(--papu);
    text-align:left;
    cursor:pointer;
    transition:border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ed_poll-opt:hover {
    background:var(--mzu2);
    border-color:var(--qk4z);
    transform:translateY(-1px);
}

.ed_poll-opt-chip {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:none;
    width:24px;
    height:24px;
    border:1.5px solid var(--rmdn);
    border-radius:50%;
    color:var(--r21e);
    font-family:var(--jz10);
    font-size:12px;
    font-weight:700;
    transition:border-color .16s ease, background-color .16s ease, color .16s ease;
}

.ed_poll-opt-label {
    line-height:1.45;
    font-size:16.5px;
}

.ed_poll-opt-on {
    background:var(--mzu2);
    box-shadow:var(--io4b);
    border-color:var(--qk4z);
}

.ed_poll-opt-on .ed_poll-opt-chip {
    background:var(--qk4z);
    border-color:var(--qk4z);
    color:var(--xfy0);
}

/* quiz - компактні рядки */

.ed_poll-rows {
    gap:8px;
}

.ed_poll-opt-row {
    padding:13px 16px;
    border-width:1px;
    border-radius:var(--nscd);
}

.ed_poll-opt-row .ed_poll-opt-chip {
    border-radius:var(--cax8);
    height:26px;
    width:26px;
}

.ed_poll-opt-row .ed_poll-opt-label {
    font-size:15.5px;
}

/* quiz - обробка */

.ed_poll-analyzing {
    padding:26px 0 12px;
    flex-direction:column;
    display:flex;
    text-align:center;
    gap:22px;
    align-items:center;
}

.ed_poll-spin {
    display:block;
    width:44px;
    height:44px;
    border:3px solid var(--rmdn);
    border-top-color:var(--qk4z);
    border-radius:50%;
    animation:aqivfx 1s linear infinite;
}

@keyframes aqivfx {
    to {
    transform:rotate(360deg);
}
}

.ed_poll-lines {
    max-width:420px;
    gap:10px;
    width:100%;
    display:grid;
}

.ed_poll-line {
    opacity:.45;
    font-size:15px;
    align-items:center;
    transition:opacity .3s ease, color .3s ease;
    display:flex;
    text-align:left;
    color:var(--r21e);
    gap:10px;
}

.ed_poll-line-dot {
    flex:none;
    border-radius:50%;
    background:var(--rmdn);
    height:8px;
    display:block;
    width:8px;
    transition:background-color .3s ease;
}

.ed_poll-line-on {
    opacity:1;
    color:var(--h4mw);
}

.ed_poll-line-on .ed_poll-line-dot {
    background:var(--qk4z);
}

/* quiz - результат */

.ed_poll-result {
    animation:ue9f3d .4s ease both;
    display:block;
}

.ed_poll-result-crown {
    display:flex;
    align-items:center;
    gap:14px;
}

.ed_poll-result-icon {
    color:var(--qk4z);
    width:58px;
    flex:none;
    border-radius:50%;
    background:var(--mzu2);
    height:58px;
    margin-bottom:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.ed_poll-result-crown .ed_poll-result-icon {
    width:48px;
    margin-bottom:0;
    height:48px;
}

.ed_poll-result-caption {
    font-size:26px;
}

.ed_poll-result-sum {
    color:var(--r21e);
    margin-top:14px;
}

.ed_poll-tips {
    display:grid;
    padding-top:24px;
    margin-top:24px;
    gap:12px;
    border-top:1px solid var(--rmdn);
}

.ed_poll-tip {
    display:flex;
    align-items:flex-start;
    font-size:16px;
    gap:11px;
}

.ed_poll-tip-icon {
    color:var(--qk4z);
    margin-top:4px;
    display:inline-flex;
}

.ed_poll-tips-no {
    counter-reset:wptip;
}

.ed_poll-tips-no .ed_poll-tip {
    position:relative;
    padding-left:38px;
}

.ed_poll-tips-no .ed_poll-tip::before {
    counter-increment:wptip;
    content:counter(wptip);
    position:absolute;
    left:0;
    top:1px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    border-radius:50%;
    background:var(--t9x8);
    color:var(--h4mw);
    font-family:var(--jz10);
    font-size:13px;
    font-weight:700;
}

.ed_poll-actions {
    margin-top:26px;
}

.ed_poll-restart {
    padding:11px 22px;
    font-size:15px;
}

.ed_poll-end {
    margin-top:18px;
    font-size:14px;
    text-align:center;
    color:var(--r21e);
}

/* highlights */

.ed_feats {
    padding-bottom:58px;
}

.ed_feats-layout {
    gap:20px;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    display:grid;
}

.ed_feature {
    display:block;
    padding:26px 24px;
    border:1px solid var(--rmdn);
    border-radius:var(--tzgz);
    background:var(--papu);
    box-shadow:var(--n3dl);
    transition:box-shadow .2s ease, transform .2s ease;
}

.ed_feature:hover {
    box-shadow:var(--io4b);
    transform:translateY(-2px);
}

.ed_feature-icon {
    width:50px;
    background:var(--mzu2);
    margin-bottom:16px;
    align-items:center;
    height:50px;
    display:inline-flex;
    color:var(--qk4z);
    justify-content:center;
    border-radius:var(--nscd);
}

.ed_feature-icon-inline {
    width:auto;
    vertical-align:middle;
    margin:0 8px 0 0;
    height:auto;
    padding:0;
    background:none;
}

.ed_feature-caption {
    align-items:center;
    display:flex;
    font-size:20px;
}

.ed_feature-text {
    font-size:15.5px;
    color:var(--r21e);
    margin-top:10px;
}

.ed_feats-rows {
    display:grid;
    gap:14px;
}

.ed_feature-row {
    padding:22px 24px;
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.ed_feature-row:hover {
    transform:none;
}

.ed_feature-no {
    flex:none;
    color:var(--qk4z);
    font-family:var(--jz10);
    font-size:26px;
    font-weight:var(--mlxw);
    letter-spacing:var(--asjy);
    opacity:.55;
}

.ed_feature-body {
    flex:1 1 auto;
}

/* steps */

.ed_steps {
    padding-bottom:58px;
}

.ed_steps-row {
    grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));
    gap:20px;
    display:grid;
}

.ed_step {
    display:block;
    padding:26px 22px;
    border:1px solid var(--rmdn);
    border-radius:var(--tzgz);
    background:var(--papu);
    box-shadow:var(--n3dl);
}

.ed_step-no {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-bottom:14px;
    border-radius:50%;
    background:var(--qk4z);
    color:var(--xfy0);
    font-family:var(--jz10);
    font-size:18px;
    font-weight:700;
}

.ed_step-text {
    color:var(--r21e);
    font-size:15.5px;
}

.ed_steps-split {
    display:grid;
    gap:52px;
    grid-template-columns:.8fr 1.2fr;
    align-items:start;
}

.ed_steps-line {
    display:grid;
    gap:0;
}

.ed_step-line {
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:0 0 26px 0;
    border:0;
    border-radius:0;
    background:none;
    box-shadow:none;
}

.ed_step-line::before {
    left:16px;
    top:34px;
    width:2px;
    content:"";
    background:var(--rmdn);
    position:absolute;
    bottom:0;
}

.ed_step-line:last-child {
    padding-bottom:0;
}

.ed_step-line:last-child::before {
    display:none;
}

.ed_step-no-sm {
    width:34px;
    margin-bottom:0;
    height:34px;
    font-size:15px;
}

/* about-teaser */

.ed_teaser {
    padding-top:58px;
}

.ed_teaser-tile {
    position:relative;
    padding:34px 32px;
    border:1px solid var(--rmdn);
    border-left:4px solid var(--qk4z);
    border-radius:var(--tzgz);
    background:var(--papu);
    box-shadow:var(--io4b);
}

.ed_teaser-icon {
    justify-content:center;
    background:var(--t9x8);
    align-items:center;
    border-radius:50%;
    width:52px;
    display:inline-flex;
    margin-bottom:16px;
    height:52px;
    color:var(--h4mw);
}

.ed_teaser-caption {
    font-size:25px;
}

.ed_teaser-text {
    color:var(--r21e);
    margin-top:14px;
}

.ed_teaser-ref {
    border-bottom:2px solid transparent;
    transition:border-color .15s ease;
    color:var(--qk4z);
}

.ed_teaser-ref:hover {
    border-bottom-color:var(--qk4z);
}

.ed_teaser-ref-cta {
    display:inline-flex;
    align-items:center;
    margin-top:16px;
    padding:10px 20px;
    border:1px solid var(--qk4z);
    border-radius:999px;
    font-family:var(--jz10);
    font-size:15px;
    font-weight:600;
}

.ed_teaser-ref-cta:hover {
    background:var(--qk4z);
    color:var(--xfy0);
    border-bottom-color:var(--qk4z);
}

.ed_teaser-split {
    grid-template-columns:.85fr 1.15fr;
    display:grid;
    gap:44px;
    align-items:start;
}

.ed_teaser-side {
    display:block;
}

.ed_teaser-main {
    border-left:1px solid var(--rmdn);
    padding-left:34px;
}

/* faq */

.ed_answers {
    padding-bottom:58px;
}

.ed_answers-plain {
    padding-top:58px;
}

.ed_answers-stack {
    gap:12px;
    display:grid;
}

.ed_answers-item {
    border:1px solid var(--rmdn);
    border-radius:var(--tzgz);
    background:var(--papu);
    box-shadow:var(--n3dl);
    overflow:hidden;
}

.ed_answers-q {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:18px 22px;
    font-family:var(--jz10);
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    list-style:none;
}

.ed_answers-q::-webkit-details-marker {
    display:none;
}

.ed_answers-q:hover {
    color:var(--qk4z);
}

.ed_answers-sign {
    align-items:center;
    color:var(--qk4z);
    height:30px;
    display:inline-flex;
    border-radius:50%;
    justify-content:center;
    transition:transform .2s ease;
    flex:none;
    width:30px;
    background:var(--mzu2);
}

.ed_answers-item[open] .ed_answers-sign {
    transform:rotate(180deg);
}

.ed_answers-a {
    padding:0 22px 20px;
    color:var(--r21e);
    font-size:15.5px;
}

.ed_answers-cols {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    gap:28px 34px;
}

.ed_answers-block {
    display:block;
}

.ed_answers-block-q {
    font-size:18px;
    gap:10px;
    display:flex;
    align-items:flex-start;
}

.ed_answers-block-q .ed_answers-sign {
    height:26px;
    margin-top:1px;
    width:26px;
    background:none;
}

.ed_answers-block-a {
    margin-top:10px;
    font-size:15.5px;
    color:var(--r21e);
}

/* disclaimer */

.ed_disc {
    padding-top:10px;
}

.ed_disc-core {
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:22px 24px;
    border:1px dashed var(--rmdn);
    border-radius:var(--tzgz);
    background:var(--papu);
}

.ed_disc-icon {
    flex:none;
    color:var(--r21e);
    display:inline-flex;
}

.ed_disc-text {
    font-size:14.5px;
    line-height:1.6;
    color:var(--r21e);
}

.ed_disc-strip {
    background:var(--papu);
    border-top:1px solid var(--rmdn);
    padding:20px 0;
}

.ed_disc-strip .ed_disc-text {
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.ed_disc-strip .ed_disc-icon {
    margin-top:2px;
}

/* page-head */

.ed_phead {
    padding:54px 0 44px;
    border-bottom:1px solid var(--rmdn);
    background:var(--mzu2);
}

.ed_phead-core {
    display:block;
}

.ed_phead-back {
    display:inline-block;
    margin-bottom:14px;
    color:var(--qk4z);
    font-size:14px;
    font-weight:600;
    letter-spacing:.04em;
}

.ed_phead-back:hover {
    text-decoration:underline;
}

.ed_phead-caption {
    font-size:36px;
}

.ed_phead-sub {
    margin-top:12px;
    color:var(--r21e);
}

.ed_phead-plain {
    background:var(--papu);
}

.ed_phead-plain .ed_phead-core {
    grid-template-columns:1fr 1fr;
    align-items:end;
    gap:30px;
    display:grid;
}

.ed_phead-plain .ed_phead-back {
    margin:14px 0 0;
}

.ed_phead-column {
    display:block;
}

/* footer */

.ed_end {
    padding:46px 0 26px;
    border-top:1px solid var(--rmdn);
    background:var(--papu);
    margin-top:20px;
}

.ed_end-core {
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    display:flex;
    gap:30px;
}

.ed_end-brand {
    max-width:360px;
}

.ed_end-name {
    display:block;
    margin-top:10px;
    font-family:var(--jz10);
    font-size:19px;
    font-weight:var(--mlxw);
    letter-spacing:var(--asjy);
}

.ed_end-small {
    margin-top:8px;
    color:var(--r21e);
    font-size:14.5px;
}

.ed_end-bar {
    display:flex;
    flex-wrap:wrap;
    gap:6px 18px;
}

.ed_end-ref {
    color:var(--r21e);
    font-size:14.5px;
}

.ed_end-ref:hover {
    color:var(--qk4z);
    text-decoration:underline;
}

.ed_end-bar-stack {
    gap:8px;
    flex-direction:column;
}

.ed_end-wide {
    padding-top:52px;
}

.ed_end-cols {
    grid-template-columns:1.4fr 1fr 1fr;
    display:grid;
    gap:34px;
}

.ed_end-column {
    display:block;
}

.ed_end-column-brand {
    max-width:420px;
}

.ed_end-column-caption {
    display:block;
    margin-bottom:14px;
    font-family:var(--jz10);
    font-size:14px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--h4mw);
}

.ed_end-bottom {
    flex-wrap:wrap;
    border-top:1px solid var(--rmdn);
    gap:14px;
    justify-content:space-between;
    display:flex;
    margin-top:34px;
    padding-top:20px;
}

.ed_end-legal {
    font-size:13.5px;
    color:var(--r21e);
}

/* контентні сторінки */

.ed_doc {
    display:block;
}

.ed_prose {
    margin-bottom:18px;
    font-size:16.5px;
    color:var(--h4mw);
}

.ed_prose:last-child {
    margin-bottom:0;
}

.ed_contact-layout {
    display:grid;
    gap:26px;
}

.ed_contact-tile {
    display:grid;
    gap:4px;
    padding:26px 28px;
    border:1px solid var(--rmdn);
    border-radius:var(--tzgz);
    background:var(--papu);
    box-shadow:var(--io4b);
}

.ed_contact-row {
    padding:14px 0;
    align-items:flex-start;
    border-bottom:1px solid var(--rmdn);
    gap:14px;
    display:flex;
}

.ed_contact-row:last-child {
    border-bottom:0;
}

.ed_contact-icon {
    display:inline-flex;
    margin-top:3px;
    color:var(--qk4z);
    flex:none;
}

.ed_contact-value {
    display:block;
    font-size:16.5px;
}

.ed_contact-label {
    font-size:14.5px;
    margin-top:2px;
    display:block;
    color:var(--r21e);
}

a.ed_contact-value:hover {
    text-decoration:underline;
    color:var(--qk4z);
}

.ed_contact-lead {
    font-size:14.5px;
    color:var(--r21e);
}

/* дата ревізії і реквізити */

.ed_rev {
    margin-top:30px;
    color:var(--r21e);
    border-top:1px solid var(--rmdn);
    font-size:13.5px;
    padding-top:14px;
}

.ed_end-reg {
    font-variant-numeric:tabular-nums;
    letter-spacing:.02em;
}

/* cookie-банер: варіант a - смуга, варіант b - картка в кутку */

.ed_cookie {
    box-shadow:var(--d2sa);
    background:var(--papu);
    border:1px solid var(--rmdn);
    z-index:40;
    position:fixed;
}

.ed_cookie-bar {
    left:0;
    right:0;
    bottom:0;
    padding:15px 0;
    border-left:0;
    border-right:0;
    border-bottom:0;
}

.ed_cookie-core {
    align-items:center;
    gap:18px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.ed_cookie-tile {
    right:22px;
    max-width:calc(100vw - 44px);
    border-radius:var(--tzgz);
    width:330px;
    bottom:22px;
    padding:20px 22px;
}

.ed_cookie-stack {
    justify-items:start;
    gap:12px;
    display:grid;
}

.ed_cookie-icon {
    color:var(--qk4z);
    display:inline-flex;
}

.ed_cookie-text {
    max-width:62ch;
    font-size:14.5px;
    color:var(--r21e);
}

.ed_cookie-actions {
    flex-wrap:wrap;
    display:flex;
    gap:18px;
    align-items:center;
}

.ed_cookie-accept {
    padding:10px 22px;
    font-size:15px;
}

.ed_cookie-more {
    color:var(--qk4z);
    font-size:14.5px;
    text-decoration:underline;
    text-underline-offset:3px;
}

.ed_cookie-more:hover {
    color:var(--litz);
}

/* джерела */

.ed_ref {
    border-top:1px solid var(--rmdn);
}

.ed_ref-row {
    gap:10px 28px;
    flex-wrap:wrap;
    display:flex;
}

.ed_ref-ref {
    color:var(--qk4z);
    font-size:15.5px;
    text-decoration:underline;
    text-underline-offset:3px;
}

.ed_ref-ref:hover {
    color:var(--litz);
}

.ed_ref-cards {
    gap:16px;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
}

.ed_ref-tile {
    display:grid;
    gap:8px;
    padding:18px 20px;
    background:var(--papu);
    border:1px solid var(--rmdn);
    border-radius:var(--nscd);
}

.ed_ref-tile-icon {
    display:inline-flex;
    color:var(--qk4z);
}

.ed_ref-tile-caption {
    font-family:var(--jz10);
    font-size:16px;
    font-weight:600;
    line-height:1.35;
}

.ed_ref-tile-caption:hover {
    color:var(--qk4z);
    text-decoration:underline;
}

.ed_ref-tile-host {
    font-size:13.5px;
    color:var(--r21e);
}

/* сторінка 404 */

.ed_nf {
    padding:92px 0 100px;
}

.ed_nf-core {
    text-align:center;
}

.ed_nf-caption {
    font-size:32px;
}

.ed_nf-text {
    color:var(--r21e);
    margin-top:14px;
}

.ed_nf-cta {
    margin-top:28px;
}

/* адаптив */

@media (max-width: 960px) {
    .ed_hero-columns {
    gap:36px;
    grid-template-columns:1fr;
}
    .ed_steps-split {
    gap:28px;
    grid-template-columns:1fr;
}
    .ed_teaser-split {
    gap:26px;
    grid-template-columns:1fr;
}
    .ed_teaser-main {
    border-left:0;
    padding-left:0;
}
    .ed_end-cols {
    grid-template-columns:1fr 1fr;
}
    .ed_end-column-brand {
    grid-column:1 / -1;
}
    .ed_phead-plain .ed_phead-core {
    grid-template-columns:1fr;
    gap:14px;
}
}

@media (max-width: 720px) {
    .ed_page {
    font-size:16px;
}
    .ed_part {
    padding:48px 0;
}
    .ed_hero {
    padding:46px 0 40px;
}
    .ed_hero-caption {
    font-size:32px;
}
    .ed_hero-sub {
    font-size:17px;
}
    .ed_hero-actions {
    gap:12px;
}
    .ed_cta-lg {
    padding:15px 24px;
    width:100%;
    font-size:17px;
}
    .ed_hdr-core {
    align-items:flex-start;
    min-height:0;
    gap:12px;
    flex-direction:column;
}
    .ed_hdr-label {
    display:none;
}
    .ed_hdr-bar {
    width:100%;
}
    .ed_hdr-cta {
    margin-left:0;
}
    .ed_hdr-stack .ed_hdr-core {
    align-items:center;
}
    .ed_part-caption {
    font-size:25px;
}
    .ed_poll-caption {
    font-size:25px;
}
    .ed_poll-q {
    font-size:20px;
}
    .ed_poll-bin {
    border-radius:var(--tzgz);
    padding:22px 18px;
}
    .ed_poll-bin-flat {
    padding:24px 18px;
}
    .ed_poll-opt {
    gap:12px;
    padding:14px 16px;
}
    .ed_poll-opt-label {
    font-size:15.5px;
}
    .ed_poll-dots {
    display:none;
}
    .ed_poll-result-caption {
    font-size:22px;
}
    .ed_poll-result-crown {
    align-items:flex-start;
    gap:12px;
}
    .ed_phead {
    padding:38px 0 32px;
}
    .ed_phead-caption {
    font-size:28px;
}
    .ed_feature-row {
    gap:14px;
    padding:20px;
}
    .ed_end-cols {
    grid-template-columns:1fr;
    gap:26px;
}
    .ed_end-core {
    flex-direction:column;
    gap:22px;
}
    .ed_contact-tile {
    padding:20px;
}
    .ed_nf {
    padding:60px 0 68px;
}
    .ed_nf-caption {
    font-size:26px;
}
    .ed_cookie-core {
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
}
    .ed_cookie-tile {
    max-width:none;
    right:12px;
    width:auto;
    bottom:12px;
    left:12px;
}
    .ed_cookie-accept {
    width:100%;
}
    .ed_ref-cards {
    grid-template-columns:1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior:auto;
}
    .ed_poll-step-on,
    .ed_poll-result {
    animation:none;
}
    .ed_poll-spin {
    animation-duration:3s;
}
    .ed_cta:hover,
    .ed_poll-opt:hover,
    .ed_feature:hover {
    transform:none;
}
}

/* Декоративна смуга. Зображення генерується програмно і вставляється інлайном,
   тому окремих запитів на картинку немає. */
.ed_artband {
    overflow:hidden;
    line-height:0;
}
.ed_artband svg {
    display:block;
    height:clamp(120px, 18vw, 220px);
    width:100%;
}

.ed_artpanel-outer {
    padding:8px 0 4px;
}
.ed_artpanel {
    line-height:0;
    overflow:hidden;
    border-radius:18px;
    border:1px solid var(--rmdn);
}
.ed_artpanel svg {
    display:block;
    height:clamp(150px, 22vw, 280px);
    width:100%;
}

/* тло сторінки і блоків

   Знімки тут не тільки картинками, а й фоном блоків - так роблять живі сайти, і це
   дає сторінці ще один-два запити по зображення. Накладка градієнтом обовʼязкова:
   без неї читабельність тексту залежала б від того, який кадр випав. */

.ed_hero {
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--zho6) 92%),
        url(/517166/img/pic8.jpg?v=d2879);
    background-size:cover;
    background-position:center;
}

.ed_part-tint {
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/517166/img/IMG_8251.jpg?v=d2879);
    background-size:cover;
    background-position:center;
}

/* знімок */

.ed_shot {
    margin:0;
}

/* Пропорція задана атрибутами width і height у розмітці, тому місце під картинку
   тримається до її завантаження і сторінка не стрибає. */
.ed_shot-img {
    display:block;
    height:auto;
    width:100%;
}

/* Кадр 3:2 на всю ширину займав би півекрана, тому підрізаємо по висоті. */
.ed_shot-band .ed_shot-img {
    height:clamp(180px, 26vw, 320px);
    object-fit:cover;
}

.ed_shot-tile {
    border-radius:18px;
    overflow:hidden;
}

.ed_shot-tile .ed_shot-img {
    object-fit:cover;
    height:clamp(200px, 30vw, 380px);
}

/* журнал правок */

.ed_log-stack {
    margin:18px 0 0;
    display:grid;
    grid-template-columns:minmax(6.5rem, auto) 1fr;
    gap:10px 22px;
}

.ed_log-date {
    font-size:13px;
    color:var(--r21e);
    letter-spacing:0.04em;
}

.ed_log-small {
    margin:0;
    font-size:15px;
}

.ed_log-rows {
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.ed_log-row {
    border-top:1px solid var(--rmdn);
    padding:14px 0;
}

.ed_log-rows .ed_log-row:first-child {
    border-top:0;
}

.ed_log-stamp {
    color:var(--r21e);
    font-size:13px;
    display:block;
}

.ed_log-text {
    font-size:15px;
    margin:5px 0 0;
}

@media (max-width: 640px) {
    .ed_log-stack {
    grid-template-columns:1fr;
    gap:3px 0;
}
    .ed_log-small {
    margin-bottom:13px;
}
}

.shot-pair {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.shot-pair .shot-img {
    object-fit:cover;
    height:clamp(160px, 22vw, 260px);
}

@media (max-width: 560px) {
    .shot-pair {
    grid-template-columns:1fr;
}
}

/* назва бренду поруч зі знаком: коли логотип це знак від моделі, тексту в ньому
   немає принципово, тому назву друкує рендерер */

.logo-name {
    font-family:var(--jz10);
    font-size:1.15rem;
    font-weight:var(--mlxw);
    letter-spacing:var(--asjy);
    white-space:nowrap;
}
