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

@font-face {
    font-family: "wpfd502e1";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/032ac3/fonts/karla-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpfd502e1";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/032ac3/fonts/karla-700.woff2) format("woff2");
}
:root {
    --ybja: #12798f;
    --plwl: #0c5768;
    --t925: #e78c46;
    --m66b: #f3fafb;
    --zjfz: #ffffff;
    --slny: #0f2c33;
    --x7jy: #55787f;
    --frqn: #d2e8ec;
    --not3: #ffffff;
    --ejcm: #111111;
    --c1kq: #e3eff2;
    --kmzu: #fcf1e9;
    --le8o: "wpf5fc549", "Segoe UI", Roboto, Arial, sans-serif;
    --t9q3: "wpfd502e1", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --aqyg: 700;
    --psl8: -0.03em;
    --cw3a: 6px;
    --irox: 10px;
    --hsmu: 16px;
    --rhm3: 24px;
    --z324: 0 1px 2px rgba(17, 34, 39, .05);
    --od9f: 0 8px 24px rgba(17, 34, 39, .07);
    --dc5p: 0 20px 52px rgba(17, 34, 39, .12);
    --jeaz: 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(--le8o);
    font-weight: var(--aqyg);
    letter-spacing: var(--psl8);
    line-height: 1.22
}

p {
    margin: 0
}

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

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

svg {
    display: block;
    flex: none
}

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

[hidden] {
    display: none !important
}

.cn-page {
    margin: 0;
    background: var(--m66b);
    color: var(--slny);
    font-family: var(--t9q3);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased
}

.cn-main {
    display: block
}

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

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

.cn-section {
    padding: 68px 0
}

.cn-section-tint {
    background: var(--c1kq)
}

.cn-section-head {
    text-align: center;
    margin: 0 auto 38px;
    max-width: 640px
}

.cn-section-head-left {
    text-align: left;
    margin: 0
}

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

.cn-section-label {
    font-size: 30px
}

.cn-section-opening {
    color: var(--x7jy);
    margin-top: 14px
}

/* buttons */

.cn-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(--le8o);
    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
}

.cn-cta:hover {
    transform: translateY(-1px)
}

.cn-cta:active {
    transform: translateY(0)
}

.cn-cta-primary {
    background: var(--ybja);
    color: var(--not3);
    box-shadow: var(--od9f)
}

.cn-cta-primary:hover {
    background: var(--plwl)
}

.cn-cta-ghost {
    color: var(--ybja);
    background: var(--zjfz);
    border-color: var(--frqn)
}

.cn-cta-ghost:hover {
    border-color: var(--ybja);
    background: var(--c1kq)
}

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

/* header */

.cn-head {
    border-bottom: 1px solid var(--frqn);
    position: relative;
    z-index: 2;
    background: var(--zjfz)
}

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

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

.cn-head-flag {
    align-items: center;
    display: inline-flex;
    color: var(--ybja)
}

.cn-head-words {
    display: flex;
    flex-direction: column
}

.cn-head-name {
    font-family: var(--le8o);
    font-size: 20px;
    font-weight: var(--aqyg);
    letter-spacing: var(--psl8);
    color: var(--slny)
}

.cn-head-tag {
    text-overflow: ellipsis;
    max-width: 320px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12.5px;
    color: var(--x7jy);
    line-height: 1.35
}

.cn-head-menu {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 8px
}

.cn-head-jump {
    padding: 8px 12px;
    color: var(--x7jy);
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
    border-radius: var(--cw3a)
}

.cn-head-jump:hover {
    background: var(--c1kq);
    color: var(--ybja)
}

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

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

.cn-head-stack .cn-head-inner {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px
}

.cn-head-stack .cn-head-menu {
    justify-content: center;
    width: 100%;
    border-top: 1px solid var(--frqn);
    padding: 6px 0 14px
}

.cn-head-stack .cn-head-name {
    font-size: 24px
}

.cn-head-strip {
    color: var(--not3);
    background: var(--ybja);
    text-align: center
}

.cn-head-strip-copy {
    padding: 7px 0;
    opacity: .92;
    display: inline-block;
    font-size: 13px
}

/* hero */

.cn-hero {
    padding: 76px 0 64px
}

.cn-hero-body {
    display: block
}

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

.cn-hero-label {
    font-size: 44px
}

.cn-hero-sub {
    margin-top: 18px;
    font-size: 19px;
    color: var(--x7jy)
}

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

.cn-hero-hint {
    display: inline-flex;
    margin-top: 16px;
    gap: 8px;
    font-size: 14.5px;
    color: var(--x7jy);
    align-items: center
}

.cn-hero-hint-glyph {
    display: inline-flex;
    color: var(--ybja)
}

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

.cn-hero-bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--frqn);
    border-radius: 999px;
    background: var(--zjfz);
    box-shadow: var(--z324);
    font-size: 14.5px
}

.cn-hero-bullet-glyph {
    color: var(--ybja);
    display: inline-flex
}

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

.cn-hero-center {
    text-align: center
}

.cn-hero-center .cn-hero-actions {
    justify-content: center
}

.cn-hero-center .cn-hero-bullets {
    justify-content: center
}

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

.cn-hero-split {
    background: linear-gradient(180deg, var(--c1kq) 0%, var(--m66b) 72%)
}

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

.cn-hero-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--frqn);
    border-radius: var(--rhm3);
    background: var(--zjfz);
    box-shadow: var(--dc5p)
}

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

.cn-hero-art-label {
    display: block;
    margin-top: 18px;
    font-family: var(--le8o);
    font-size: 21px;
    font-weight: var(--aqyg);
    letter-spacing: var(--psl8)
}

.cn-hero-art-set {
    margin-top: 18px;
    display: grid;
    gap: 12px
}

.cn-hero-art-point {
    color: var(--x7jy);
    font-size: 15px;
    border-top: 1px solid var(--frqn);
    display: flex;
    padding-top: 12px;
    align-items: flex-start;
    gap: 10px
}

.cn-hero-art-point:first-child {
    border-top: 0;
    padding-top: 0
}

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

.cn-hero-cards {
    text-align: left
}

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

.cn-hero-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--frqn);
    border-radius: var(--hsmu);
    background: var(--zjfz);
    box-shadow: var(--z324)
}

.cn-hero-box-glyph {
    align-items: center;
    display: inline-flex;
    width: 44px;
    color: var(--slny);
    height: 44px;
    background: var(--kmzu);
    justify-content: center;
    border-radius: var(--irox)
}

.cn-hero-box-copy {
    font-size: 15px;
    color: var(--x7jy)
}

.cn-hero-cards .cn-hero-eyebrow {
    background: none;
    margin: 34px 0 0;
    color: var(--x7jy);
    padding: 0
}

/* quiz */

.cn-check {
    scroll-margin-top: 20px
}

.cn-check-head {
    max-width: 640px;
    margin: 0 auto 30px;
    text-align: center
}

.cn-check-label {
    font-size: 30px
}

.cn-check-hint {
    color: var(--x7jy);
    margin-top: 12px
}

.cn-check-case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--frqn);
    border-radius: var(--rhm3);
    background: var(--zjfz);
    box-shadow: var(--dc5p)
}

.cn-check-case-flat {
    padding: 34px 30px 30px;
    border-radius: var(--hsmu);
    box-shadow: var(--od9f)
}

.cn-check-case-flat .cn-check-head {
    margin-bottom: 22px
}

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

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

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

.cn-check-counter {
    flex: none;
    color: var(--x7jy);
    font-family: var(--le8o);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em
}

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

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

.cn-check-dot-on {
    transform: scale(1.15);
    background: var(--ybja)
}

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

.cn-check-move {
    display: block
}

.cn-check-move-on {
    animation: qxqp2g .32s ease both
}

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

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

.cn-check-q {
    font-size: 24px
}

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

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

.cn-check-opt:hover {
    border-color: var(--ybja);
    background: var(--c1kq);
    transform: translateY(-1px)
}

.cn-check-opt-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--frqn);
    border-radius: 50%;
    color: var(--x7jy);
    font-family: var(--le8o);
    font-size: 12px;
    font-weight: 700;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease
}

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

.cn-check-opt-on {
    border-color: var(--ybja);
    background: var(--c1kq);
    box-shadow: var(--od9f)
}

.cn-check-opt-on .cn-check-opt-flag {
    background: var(--ybja);
    border-color: var(--ybja);
    color: var(--not3)
}

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

.cn-check-rows {
    gap: 8px
}

.cn-check-opt-line {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--irox)
}

.cn-check-opt-line .cn-check-opt-flag {
    width: 26px;
    height: 26px;
    border-radius: var(--cw3a)
}

.cn-check-opt-line .cn-check-opt-label {
    font-size: 15.5px
}

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

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

.cn-check-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--frqn);
    border-top-color: var(--ybja);
    border-radius: 50%;
    animation: luq9qe 1s linear infinite
}

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

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

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

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

.cn-check-line-on {
    opacity: 1;
    color: var(--slny)
}

.cn-check-line-on .cn-check-line-dot {
    background: var(--ybja)
}

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

.cn-check-result {
    animation: qxqp2g .4s ease both;
    display: block
}

.cn-check-result-head {
    gap: 14px;
    display: flex;
    align-items: center
}

.cn-check-result-glyph {
    width: 58px;
    background: var(--c1kq);
    color: var(--ybja);
    margin-bottom: 16px;
    height: 58px;
    align-items: center;
    flex: none;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%
}

.cn-check-result-head .cn-check-result-glyph {
    height: 48px;
    margin-bottom: 0;
    width: 48px
}

.cn-check-result-label {
    font-size: 26px
}

.cn-check-result-sum {
    color: var(--x7jy);
    margin-top: 14px
}

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

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

.cn-check-tip-glyph {
    margin-top: 4px;
    display: inline-flex;
    color: var(--ybja)
}

.cn-check-tips-digit {
    counter-reset: wptip
}

.cn-check-tips-digit .cn-check-tip {
    padding-left: 38px;
    position: relative
}

.cn-check-tips-digit .cn-check-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(--kmzu);
    color: var(--slny);
    font-family: var(--le8o);
    font-size: 13px;
    font-weight: 700
}

.cn-check-actions {
    margin-top: 26px
}

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

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

/* highlights */

.cn-feats {
    padding-bottom: 58px
}

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

.cn-plus {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--frqn);
    border-radius: var(--hsmu);
    background: var(--zjfz);
    box-shadow: var(--z324);
    transition: box-shadow .2s ease, transform .2s ease
}

.cn-plus:hover {
    transform: translateY(-2px);
    box-shadow: var(--od9f)
}

.cn-plus-glyph {
    width: 50px;
    background: var(--c1kq);
    align-items: center;
    justify-content: center;
    border-radius: var(--irox);
    height: 50px;
    margin-bottom: 16px;
    color: var(--ybja);
    display: inline-flex
}

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

.cn-plus-label {
    font-size: 20px;
    align-items: center;
    display: flex
}

.cn-plus-copy {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--x7jy)
}

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

.cn-plus-line {
    padding: 22px 24px;
    align-items: flex-start;
    display: flex;
    gap: 20px
}

.cn-plus-line:hover {
    transform: none
}

.cn-plus-digit {
    flex: none;
    color: var(--ybja);
    font-family: var(--le8o);
    font-size: 26px;
    font-weight: var(--aqyg);
    letter-spacing: var(--psl8);
    opacity: .55
}

.cn-plus-body {
    flex: 1 1 auto
}

/* steps */

.cn-steps {
    padding-bottom: 58px
}

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

.cn-move {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--frqn);
    border-radius: var(--hsmu);
    background: var(--zjfz);
    box-shadow: var(--z324)
}

.cn-move-digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--ybja);
    color: var(--not3);
    font-family: var(--le8o);
    font-size: 18px;
    font-weight: 700
}

.cn-move-copy {
    color: var(--x7jy);
    font-size: 15.5px
}

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

.cn-steps-line-2 {
    display: grid;
    gap: 0
}

.cn-move-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
}

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

.cn-move-line:last-child {
    padding-bottom: 0
}

.cn-move-line:last-child::before {
    display: none
}

.cn-move-digit-sm {
    margin-bottom: 0;
    height: 34px;
    font-size: 15px;
    width: 34px
}

/* about-teaser */

.cn-teaser {
    padding-top: 58px
}

.cn-teaser-box {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--frqn);
    border-left: 4px solid var(--ybja);
    border-radius: var(--hsmu);
    background: var(--zjfz);
    box-shadow: var(--od9f)
}

.cn-teaser-glyph {
    border-radius: 50%;
    height: 52px;
    align-items: center;
    display: inline-flex;
    background: var(--kmzu);
    width: 52px;
    color: var(--slny);
    margin-bottom: 16px;
    justify-content: center
}

.cn-teaser-label {
    font-size: 25px
}

.cn-teaser-copy {
    color: var(--x7jy);
    margin-top: 14px
}

.cn-teaser-jump {
    color: var(--ybja);
    border-bottom: 2px solid transparent;
    transition: border-color .15s ease
}

.cn-teaser-jump:hover {
    border-bottom-color: var(--ybja)
}

.cn-teaser-jump-cta {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--ybja);
    border-radius: 999px;
    font-family: var(--le8o);
    font-size: 15px;
    font-weight: 600
}

.cn-teaser-jump-cta:hover {
    color: var(--not3);
    border-bottom-color: var(--ybja);
    background: var(--ybja)
}

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

.cn-teaser-side {
    display: block
}

.cn-teaser-main {
    border-left: 1px solid var(--frqn);
    padding-left: 34px
}

/* faq */

.cn-faq {
    padding-bottom: 58px
}

.cn-faq-plain {
    padding-top: 58px
}

.cn-faq-set {
    gap: 12px;
    display: grid
}

.cn-faq-point {
    border: 1px solid var(--frqn);
    border-radius: var(--hsmu);
    background: var(--zjfz);
    box-shadow: var(--z324);
    overflow: hidden
}

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

.cn-faq-q::-webkit-details-marker {
    display: none
}

.cn-faq-q:hover {
    color: var(--ybja)
}

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

.cn-faq-point[open] .cn-faq-sign {
    transform: rotate(180deg)
}

.cn-faq-a {
    color: var(--x7jy);
    padding: 0 22px 20px;
    font-size: 15.5px
}

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

.cn-faq-block {
    display: block
}

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

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

.cn-faq-block-a {
    color: var(--x7jy);
    margin-top: 10px;
    font-size: 15.5px
}

/* disclaimer */

.cn-disc {
    padding-top: 10px
}

.cn-disc-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--frqn);
    border-radius: var(--hsmu);
    background: var(--zjfz)
}

.cn-disc-glyph {
    display: inline-flex;
    flex: none;
    color: var(--x7jy)
}

.cn-disc-copy {
    line-height: 1.6;
    color: var(--x7jy);
    font-size: 14.5px
}

.cn-disc-strip {
    border-top: 1px solid var(--frqn);
    padding: 20px 0;
    background: var(--zjfz)
}

.cn-disc-strip .cn-disc-copy {
    gap: 12px;
    align-items: flex-start;
    display: flex
}

.cn-disc-strip .cn-disc-glyph {
    margin-top: 2px
}

/* page-head */

.cn-phead {
    background: var(--c1kq);
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--frqn)
}

.cn-phead-inner {
    display: block
}

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

.cn-phead-back:hover {
    text-decoration: underline
}

.cn-phead-label {
    font-size: 36px
}

.cn-phead-sub {
    margin-top: 12px;
    color: var(--x7jy)
}

.cn-phead-plain {
    background: var(--zjfz)
}

.cn-phead-plain .cn-phead-inner {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end
}

.cn-phead-plain .cn-phead-back {
    margin: 14px 0 0
}

.cn-phead-width {
    display: block
}

/* footer */

.cn-end {
    border-top: 1px solid var(--frqn);
    padding: 46px 0 26px;
    background: var(--zjfz);
    margin-top: 20px
}

.cn-end-inner {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    gap: 30px
}

.cn-end-brand {
    max-width: 360px
}

.cn-end-name {
    display: block;
    margin-top: 10px;
    font-family: var(--le8o);
    font-size: 19px;
    font-weight: var(--aqyg);
    letter-spacing: var(--psl8)
}

.cn-end-hint {
    color: var(--x7jy);
    font-size: 14.5px;
    margin-top: 8px
}

.cn-end-menu {
    flex-wrap: wrap;
    gap: 6px 18px;
    display: flex
}

.cn-end-jump {
    color: var(--x7jy);
    font-size: 14.5px
}

.cn-end-jump:hover {
    color: var(--ybja);
    text-decoration: underline
}

.cn-end-menu-stack {
    flex-direction: column;
    gap: 8px
}

.cn-end-wide {
    padding-top: 52px
}

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

.cn-end-width {
    display: block
}

.cn-end-width-brand {
    max-width: 420px
}

.cn-end-width-label {
    display: block;
    margin-bottom: 14px;
    font-family: var(--le8o);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--slny)
}

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

.cn-end-legal {
    color: var(--x7jy);
    font-size: 13.5px
}

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

.cn-doc {
    display: block
}

.cn-prose {
    color: var(--slny);
    margin-bottom: 18px;
    font-size: 16.5px
}

.cn-prose:last-child {
    margin-bottom: 0
}

.cn-contact-split {
    gap: 26px;
    display: grid
}

.cn-contact-box {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--frqn);
    border-radius: var(--hsmu);
    background: var(--zjfz);
    box-shadow: var(--od9f)
}

.cn-contact-line {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    border-bottom: 1px solid var(--frqn);
    padding: 14px 0
}

.cn-contact-line:last-child {
    border-bottom: 0
}

.cn-contact-glyph {
    margin-top: 3px;
    display: inline-flex;
    color: var(--ybja);
    flex: none
}

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

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

a.cn-contact-value:hover {
    color: var(--ybja);
    text-decoration: underline
}

.cn-contact-opening {
    font-size: 14.5px;
    color: var(--x7jy)
}

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

.cn-rev {
    border-top: 1px solid var(--frqn);
    color: var(--x7jy);
    margin-top: 30px;
    padding-top: 14px;
    font-size: 13.5px
}

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

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

.cn-cookie {
    position: fixed;
    z-index: 40;
    background: var(--zjfz);
    box-shadow: var(--dc5p);
    border: 1px solid var(--frqn)
}

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

.cn-cookie-inner {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 18px
}

.cn-cookie-box {
    width: 330px;
    max-width: calc(100vw - 44px);
    padding: 20px 22px;
    border-radius: var(--hsmu);
    bottom: 22px;
    right: 22px
}

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

.cn-cookie-glyph {
    color: var(--ybja);
    display: inline-flex
}

.cn-cookie-copy {
    max-width: 62ch;
    color: var(--x7jy);
    font-size: 14.5px
}

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

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

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

.cn-cookie-more:hover {
    color: var(--plwl)
}

/* джерела */

.cn-ref {
    border-top: 1px solid var(--frqn)
}

.cn-ref-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px
}

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

.cn-ref-jump:hover {
    color: var(--plwl)
}

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

.cn-ref-box {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--zjfz);
    border: 1px solid var(--frqn);
    border-radius: var(--irox)
}

.cn-ref-box-glyph {
    color: var(--ybja);
    display: inline-flex
}

.cn-ref-box-label {
    font-family: var(--le8o);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35
}

.cn-ref-box-label:hover {
    color: var(--ybja);
    text-decoration: underline
}

.cn-ref-box-host {
    color: var(--x7jy);
    font-size: 13.5px
}

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

.cn-nf {
    padding: 92px 0 100px
}

.cn-nf-inner {
    text-align: center
}

.cn-nf-label {
    font-size: 32px
}

.cn-nf-copy {
    color: var(--x7jy);
    margin-top: 14px
}

.cn-nf-cta {
    margin-top: 28px
}

/* адаптив */

@media (max-width: 960px) {
    .cn-hero-columns {
    gap: 36px;
    grid-template-columns: 1fr
}
    .cn-steps-split {
    grid-template-columns: 1fr;
    gap: 28px
}
    .cn-teaser-split {
    grid-template-columns: 1fr;
    gap: 26px
}
    .cn-teaser-main {
    padding-left: 0;
    border-left: 0
}
    .cn-end-cols {
    grid-template-columns: 1fr 1fr
}
    .cn-end-width-brand {
    grid-column: 1 / -1
}
    .cn-phead-plain .cn-phead-inner {
    grid-template-columns: 1fr;
    gap: 14px
}
}

@media (max-width: 720px) {
    .cn-page {
    font-size: 16px
}
    .cn-section {
    padding: 48px 0
}
    .cn-hero {
    padding: 46px 0 40px
}
    .cn-hero-label {
    font-size: 32px
}
    .cn-hero-sub {
    font-size: 17px
}
    .cn-hero-actions {
    gap: 12px
}
    .cn-cta-lg {
    padding: 15px 24px;
    font-size: 17px;
    width: 100%
}
    .cn-head-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    gap: 12px
}
    .cn-head-tag {
    display: none
}
    .cn-head-menu {
    width: 100%
}
    .cn-head-cta {
    margin-left: 0
}
    .cn-head-stack .cn-head-inner {
    align-items: center
}
    .cn-section-label {
    font-size: 25px
}
    .cn-check-label {
    font-size: 25px
}
    .cn-check-q {
    font-size: 20px
}
    .cn-check-case {
    border-radius: var(--hsmu);
    padding: 22px 18px
}
    .cn-check-case-flat {
    padding: 24px 18px
}
    .cn-check-opt {
    padding: 14px 16px;
    gap: 12px
}
    .cn-check-opt-label {
    font-size: 15.5px
}
    .cn-check-dots {
    display: none
}
    .cn-check-result-label {
    font-size: 22px
}
    .cn-check-result-head {
    gap: 12px;
    align-items: flex-start
}
    .cn-phead {
    padding: 38px 0 32px
}
    .cn-phead-label {
    font-size: 28px
}
    .cn-plus-line {
    gap: 14px;
    padding: 20px
}
    .cn-end-cols {
    gap: 26px;
    grid-template-columns: 1fr
}
    .cn-end-inner {
    gap: 22px;
    flex-direction: column
}
    .cn-contact-box {
    padding: 20px
}
    .cn-nf {
    padding: 60px 0 68px
}
    .cn-nf-label {
    font-size: 26px
}
    .cn-cookie-inner {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}
    .cn-cookie-box {
    bottom: 12px;
    width: auto;
    right: 12px;
    left: 12px;
    max-width: none
}
    .cn-cookie-accept {
    width: 100%
}
    .cn-ref-cards {
    grid-template-columns: 1fr
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto
}
    .cn-check-move-on,
    .cn-check-result {
    animation: none
}
    .cn-check-spin {
    animation-duration: 3s
}
    .cn-cta:hover,
    .cn-check-opt:hover,
    .cn-plus:hover {
    transform: none
}
}

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

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

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

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

.cn-section-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/032ac3/img/photo9.jpg?v=73457);
    background-size: cover;
    background-position: center
}

/* знімок */

.cn-shot {
    margin: 0
}

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

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

.cn-shot-box {
    border-radius: 18px;
    overflow: hidden
}

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

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

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

.cn-log-date {
    letter-spacing: 0.04em;
    color: var(--x7jy);
    font-size: 13px
}

.cn-log-hint {
    font-size: 15px;
    margin: 0
}

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

.cn-log-line {
    padding: 14px 0;
    border-top: 1px solid var(--frqn)
}

.cn-log-rows .cn-log-line:first-child {
    border-top: 0
}

.cn-log-stamp {
    display: block;
    font-size: 13px;
    color: var(--x7jy)
}

.cn-log-copy {
    font-size: 15px;
    margin: 5px 0 0
}

@media (max-width: 640px) {
    .cn-log-set {
    grid-template-columns: 1fr;
    gap: 3px 0
}
    .cn-log-hint {
    margin-bottom: 13px
}
}

.shot-pair {
    grid-template-columns: 1fr 1fr;
    display: grid;
    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(--le8o);
    font-size: 1.15rem;
    font-weight: var(--aqyg);
    letter-spacing: var(--psl8);
    white-space: nowrap
}
