@font-face {
    font-family: "wpf1d4110";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/25261e/fonts/lora-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf6a292b";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/25261e/fonts/rubik-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf6a292b";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/25261e/fonts/rubik-700.woff2) format("woff2");
}
:root {
    --c0yu: #2f7a44;
    --ufbx: #1f5a31;
    --vj0k: #e0a33c;
    --tt75: #f6faf6;
    --hopx: #ffffff;
    --jr6d: #1b2f20;
    --t06a: #5f7a64;
    --x65f: #dae9dc;
    --fjkl: #ffffff;
    --fl33: #111111;
    --z7e3: #e6efe9;
    --v6vv: #fbf4e8;
    --doqi: "wpf1d4110", Charter, Georgia, serif;
    --qthp: "wpf6a292b", "Trebuchet MS", "Segoe UI", sans-serif;
    --qau8: 700;
    --c49p: -0.01em;
    --xbyo: 6px;
    --u22i: 10px;
    --i8ke: 16px;
    --fi1r: 24px;
    --ubwo: 0 1px 2px rgba(17, 34, 39, .05);
    --lqme: 0 8px 24px rgba(17, 34, 39, .07);
    --k5dt: 0 20px 52px rgba(17, 34, 39, .12);
    --pv42: 24px
}

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

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

body {
    margin: 0
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: var(--doqi);
    font-weight: var(--qau8);
    letter-spacing: var(--c49p);
    line-height: 1.22
}

p {
    margin: 0
}

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

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

svg {
    display: block;
    flex: none
}

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

[hidden] {
    display: none !important
}

.nc_page {
    margin: 0;
    background: var(--tt75);
    color: var(--jr6d);
    font-family: var(--qthp);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased
}

.nc_main {
    display: block
}

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

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

.nc_section {
    padding: 68px 0
}

.nc_section__tint {
    background: var(--z7e3)
}

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

.nc_section__head-left {
    text-align: left;
    margin: 0
}

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

.nc_section__caption {
    font-size: 30px
}

.nc_section__start {
    margin-top: 14px;
    color: var(--t06a)
}

/* buttons */

.nc_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(--doqi);
    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
}

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

.nc_cta:active {
    transform: translateY(0)
}

.nc_cta__primary {
    background: var(--c0yu);
    box-shadow: var(--lqme);
    color: var(--fjkl)
}

.nc_cta__primary:hover {
    background: var(--ufbx)
}

.nc_cta__ghost {
    background: var(--hopx);
    border-color: var(--x65f);
    color: var(--c0yu)
}

.nc_cta__ghost:hover {
    border-color: var(--c0yu);
    background: var(--z7e3)
}

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

/* header */

.nc_top {
    border-bottom: 1px solid var(--x65f);
    z-index: 2;
    position: relative;
    background: var(--hopx)
}

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

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

.nc_top__chip {
    color: var(--c0yu);
    display: inline-flex;
    align-items: center
}

.nc_top__words {
    display: flex;
    flex-direction: column
}

.nc_top__name {
    font-family: var(--doqi);
    font-size: 20px;
    font-weight: var(--qau8);
    letter-spacing: var(--c49p);
    color: var(--jr6d)
}

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

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

.nc_top__jump {
    color: var(--t06a);
    font-size: 15px;
    padding: 8px 12px;
    border-radius: var(--xbyo);
    transition: color .15s ease, background-color .15s ease
}

.nc_top__jump:hover {
    color: var(--c0yu);
    background: var(--z7e3)
}

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

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

.nc_top__stack .nc_top__inner {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px
}

.nc_top__stack .nc_top__nav {
    width: 100%;
    padding: 6px 0 14px;
    justify-content: center;
    border-top: 1px solid var(--x65f)
}

.nc_top__stack .nc_top__name {
    font-size: 24px
}

.nc_top__strip {
    color: var(--fjkl);
    background: var(--c0yu);
    text-align: center
}

.nc_top__strip-prose {
    display: inline-block;
    font-size: 13px;
    padding: 7px 0;
    opacity: .92
}

/* hero */

.nc_banner {
    padding: 76px 0 64px
}

.nc_banner__body {
    display: block
}

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

.nc_banner__caption {
    font-size: 44px
}

.nc_banner__sub {
    font-size: 19px;
    color: var(--t06a);
    margin-top: 18px
}

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

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

.nc_banner__sub-sign {
    display: inline-flex;
    color: var(--c0yu)
}

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

.nc_banner__bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--x65f);
    border-radius: 999px;
    background: var(--hopx);
    box-shadow: var(--ubwo);
    font-size: 14.5px
}

.nc_banner__bullet-sign {
    display: inline-flex;
    color: var(--c0yu)
}

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

.nc_banner__center {
    text-align: center
}

.nc_banner__center .nc_banner__actions {
    justify-content: center
}

.nc_banner__center .nc_banner__bullets {
    justify-content: center
}

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

.nc_banner__split {
    background: linear-gradient(180deg, var(--z7e3) 0%, var(--tt75) 72%)
}

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

.nc_banner__art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--x65f);
    border-radius: var(--fi1r);
    background: var(--hopx);
    box-shadow: var(--k5dt)
}

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

.nc_banner__art-caption {
    display: block;
    margin-top: 18px;
    font-family: var(--doqi);
    font-size: 21px;
    font-weight: var(--qau8);
    letter-spacing: var(--c49p)
}

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

.nc_banner__art-point {
    font-size: 15px;
    display: flex;
    color: var(--t06a);
    padding-top: 12px;
    border-top: 1px solid var(--x65f);
    align-items: flex-start;
    gap: 10px
}

.nc_banner__art-point:first-child {
    border-top: 0;
    padding-top: 0
}

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

.nc_banner__cards {
    text-align: left
}

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

.nc_banner__card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--x65f);
    border-radius: var(--i8ke);
    background: var(--hopx);
    box-shadow: var(--ubwo)
}

.nc_banner__card-sign {
    display: inline-flex;
    height: 44px;
    background: var(--v6vv);
    justify-content: center;
    align-items: center;
    border-radius: var(--u22i);
    color: var(--jr6d);
    width: 44px
}

.nc_banner__card-prose {
    font-size: 15px;
    color: var(--t06a)
}

.nc_banner__cards .nc_banner__eyebrow {
    background: none;
    margin: 34px 0 0;
    padding: 0;
    color: var(--t06a)
}

/* quiz */

.nc_survey {
    scroll-margin-top: 20px
}

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

.nc_survey__caption {
    font-size: 30px
}

.nc_survey__sub {
    margin-top: 12px;
    color: var(--t06a)
}

.nc_survey__crate {
    position: relative;
    padding: 30px;
    border: 1px solid var(--x65f);
    border-radius: var(--fi1r);
    background: var(--hopx);
    box-shadow: var(--k5dt)
}

.nc_survey__crate-flat {
    border-radius: var(--i8ke);
    padding: 34px 30px 30px;
    box-shadow: var(--lqme)
}

.nc_survey__crate-flat .nc_survey__head {
    margin-bottom: 22px
}

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

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

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

.nc_survey__counter {
    flex: none;
    color: var(--t06a);
    font-family: var(--doqi);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em
}

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

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

.nc_survey__dot-on {
    background: var(--c0yu);
    transform: scale(1.15)
}

.nc_survey__plain .nc_survey__bar {
    height: 4px;
    flex: 1 1 auto
}

.nc_survey__stage {
    display: block
}

.nc_survey__stage-on {
    animation: radov6 .32s ease both
}

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

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

.nc_survey__q {
    font-size: 24px
}

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

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

.nc_survey__opt:hover {
    transform: translateY(-1px);
    border-color: var(--c0yu);
    background: var(--z7e3)
}

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

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

.nc_survey__opt-on {
    box-shadow: var(--lqme);
    background: var(--z7e3);
    border-color: var(--c0yu)
}

.nc_survey__opt-on .nc_survey__opt-chip {
    border-color: var(--c0yu);
    background: var(--c0yu);
    color: var(--fjkl)
}

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

.nc_survey__rows {
    gap: 8px
}

.nc_survey__opt-strip {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--u22i)
}

.nc_survey__opt-strip .nc_survey__opt-chip {
    height: 26px;
    width: 26px;
    border-radius: var(--xbyo)
}

.nc_survey__opt-strip .nc_survey__opt-label {
    font-size: 15.5px
}

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

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

.nc_survey__spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--x65f);
    border-top-color: var(--c0yu);
    border-radius: 50%;
    animation: fzrd8x 1s linear infinite
}

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

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

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

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

.nc_survey__row-on {
    opacity: 1;
    color: var(--jr6d)
}

.nc_survey__row-on .nc_survey__row-dot {
    background: var(--c0yu)
}

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

.nc_survey__result {
    display: block;
    animation: radov6 .4s ease both
}

.nc_survey__result-head {
    align-items: center;
    display: flex;
    gap: 14px
}

.nc_survey__result-sign {
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    margin-bottom: 16px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    background: var(--z7e3);
    color: var(--c0yu);
    flex: none
}

.nc_survey__result-head .nc_survey__result-sign {
    height: 48px;
    width: 48px;
    margin-bottom: 0
}

.nc_survey__result-caption {
    font-size: 26px
}

.nc_survey__result-sum {
    margin-top: 14px;
    color: var(--t06a)
}

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

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

.nc_survey__tip-sign {
    margin-top: 4px;
    color: var(--c0yu);
    display: inline-flex
}

.nc_survey__tips-count {
    counter-reset: wptip
}

.nc_survey__tips-count .nc_survey__tip {
    padding-left: 38px;
    position: relative
}

.nc_survey__tips-count .nc_survey__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(--v6vv);
    color: var(--jr6d);
    font-family: var(--doqi);
    font-size: 13px;
    font-weight: 700
}

.nc_survey__actions {
    margin-top: 26px
}

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

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

/* highlights */

.nc_feats {
    padding-bottom: 58px
}

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

.nc_feature {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--x65f);
    border-radius: var(--i8ke);
    background: var(--hopx);
    box-shadow: var(--ubwo);
    transition: box-shadow .2s ease, transform .2s ease
}

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

.nc_feature__sign {
    display: inline-flex;
    width: 50px;
    background: var(--z7e3);
    justify-content: center;
    height: 50px;
    margin-bottom: 16px;
    border-radius: var(--u22i);
    color: var(--c0yu);
    align-items: center
}

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

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

.nc_feature__prose {
    margin-top: 10px;
    color: var(--t06a);
    font-size: 15.5px
}

.nc_feats__rows {
    gap: 14px;
    display: grid
}

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

.nc_feature__strip:hover {
    transform: none
}

.nc_feature__count {
    flex: none;
    color: var(--c0yu);
    font-family: var(--doqi);
    font-size: 26px;
    font-weight: var(--qau8);
    letter-spacing: var(--c49p);
    opacity: .55
}

.nc_feature__body {
    flex: 1 1 auto
}

/* steps */

.nc_steps {
    padding-bottom: 58px
}

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

.nc_stage {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--x65f);
    border-radius: var(--i8ke);
    background: var(--hopx);
    box-shadow: var(--ubwo)
}

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

.nc_stage__prose {
    color: var(--t06a);
    font-size: 15.5px
}

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

.nc_steps__row {
    display: grid;
    gap: 0
}

.nc_stage__row {
    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
}

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

.nc_stage__row:last-child {
    padding-bottom: 0
}

.nc_stage__row:last-child::before {
    display: none
}

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

/* about-teaser */

.nc_teaser {
    padding-top: 58px
}

.nc_teaser__card {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--x65f);
    border-left: 4px solid var(--c0yu);
    border-radius: var(--i8ke);
    background: var(--hopx);
    box-shadow: var(--lqme)
}

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

.nc_teaser__caption {
    font-size: 25px
}

.nc_teaser__prose {
    margin-top: 14px;
    color: var(--t06a)
}

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

.nc_teaser__jump:hover {
    border-bottom-color: var(--c0yu)
}

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

.nc_teaser__jump-cta:hover {
    color: var(--fjkl);
    border-bottom-color: var(--c0yu);
    background: var(--c0yu)
}

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

.nc_teaser__side {
    display: block
}

.nc_teaser__main {
    padding-left: 34px;
    border-left: 1px solid var(--x65f)
}

/* faq */

.nc_qa {
    padding-bottom: 58px
}

.nc_qa__plain {
    padding-top: 58px
}

.nc_qa__stack {
    gap: 12px;
    display: grid
}

.nc_qa__point {
    border: 1px solid var(--x65f);
    border-radius: var(--i8ke);
    background: var(--hopx);
    box-shadow: var(--ubwo);
    overflow: hidden
}

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

.nc_qa__q::-webkit-details-marker {
    display: none
}

.nc_qa__q:hover {
    color: var(--c0yu)
}

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

.nc_qa__point[open] .nc_qa__sign {
    transform: rotate(180deg)
}

.nc_qa__a {
    color: var(--t06a);
    padding: 0 22px 20px;
    font-size: 15.5px
}

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

.nc_qa__block {
    display: block
}

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

.nc_qa__block-q .nc_qa__sign {
    width: 26px;
    height: 26px;
    margin-top: 1px;
    background: none
}

.nc_qa__block-a {
    font-size: 15.5px;
    color: var(--t06a);
    margin-top: 10px
}

/* disclaimer */

.nc_disc {
    padding-top: 10px
}

.nc_disc__inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--x65f);
    border-radius: var(--i8ke);
    background: var(--hopx)
}

.nc_disc__sign {
    flex: none;
    color: var(--t06a);
    display: inline-flex
}

.nc_disc__prose {
    color: var(--t06a);
    line-height: 1.6;
    font-size: 14.5px
}

.nc_disc__strip {
    padding: 20px 0;
    border-top: 1px solid var(--x65f);
    background: var(--hopx)
}

.nc_disc__strip .nc_disc__prose {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.nc_disc__strip .nc_disc__sign {
    margin-top: 2px
}

/* page-head */

.nc_phead {
    border-bottom: 1px solid var(--x65f);
    padding: 54px 0 44px;
    background: var(--z7e3)
}

.nc_phead__inner {
    display: block
}

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

.nc_phead__back:hover {
    text-decoration: underline
}

.nc_phead__caption {
    font-size: 36px
}

.nc_phead__sub {
    margin-top: 12px;
    color: var(--t06a)
}

.nc_phead__plain {
    background: var(--hopx)
}

.nc_phead__plain .nc_phead__inner {
    align-items: end;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.nc_phead__plain .nc_phead__back {
    margin: 14px 0 0
}

.nc_phead__column {
    display: block
}

/* footer */

.nc_bottom {
    padding: 46px 0 26px;
    margin-top: 20px;
    border-top: 1px solid var(--x65f);
    background: var(--hopx)
}

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

.nc_bottom__brand {
    max-width: 360px
}

.nc_bottom__name {
    display: block;
    margin-top: 10px;
    font-family: var(--doqi);
    font-size: 19px;
    font-weight: var(--qau8);
    letter-spacing: var(--c49p)
}

.nc_bottom__sub {
    margin-top: 8px;
    font-size: 14.5px;
    color: var(--t06a)
}

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

.nc_bottom__jump {
    color: var(--t06a);
    font-size: 14.5px
}

.nc_bottom__jump:hover {
    color: var(--c0yu);
    text-decoration: underline
}

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

.nc_bottom__wide {
    padding-top: 52px
}

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

.nc_bottom__column {
    display: block
}

.nc_bottom__column-brand {
    max-width: 420px
}

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

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

.nc_bottom__legal {
    color: var(--t06a);
    font-size: 13.5px
}

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

.nc_doc {
    display: block
}

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

.nc_prose:last-child {
    margin-bottom: 0
}

.nc_contact__grid {
    display: grid;
    gap: 26px
}

.nc_contact__card {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--x65f);
    border-radius: var(--i8ke);
    background: var(--hopx);
    box-shadow: var(--lqme)
}

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

.nc_contact__strip:last-child {
    border-bottom: 0
}

.nc_contact__sign {
    color: var(--c0yu);
    flex: none;
    margin-top: 3px;
    display: inline-flex
}

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

.nc_contact__label {
    color: var(--t06a);
    font-size: 14.5px;
    margin-top: 2px;
    display: block
}

a.nc_contact__value:hover {
    text-decoration: underline;
    color: var(--c0yu)
}

.nc_contact__start {
    font-size: 14.5px;
    color: var(--t06a)
}

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

.nc_rev {
    font-size: 13.5px;
    border-top: 1px solid var(--x65f);
    color: var(--t06a);
    margin-top: 30px;
    padding-top: 14px
}

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

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

.nc_consent {
    border: 1px solid var(--x65f);
    z-index: 40;
    background: var(--hopx);
    position: fixed;
    box-shadow: var(--k5dt)
}

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

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

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

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

.nc_consent__sign {
    color: var(--c0yu);
    display: inline-flex
}

.nc_consent__prose {
    font-size: 14.5px;
    color: var(--t06a);
    max-width: 62ch
}

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

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

.nc_consent__more {
    color: var(--c0yu);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px
}

.nc_consent__more:hover {
    color: var(--ufbx)
}

/* джерела */

.nc_ref {
    border-top: 1px solid var(--x65f)
}

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

.nc_ref__jump {
    color: var(--c0yu);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px
}

.nc_ref__jump:hover {
    color: var(--ufbx)
}

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

.nc_ref__card {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--hopx);
    border: 1px solid var(--x65f);
    border-radius: var(--u22i)
}

.nc_ref__card-sign {
    display: inline-flex;
    color: var(--c0yu)
}

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

.nc_ref__card-caption:hover {
    color: var(--c0yu);
    text-decoration: underline
}

.nc_ref__card-host {
    color: var(--t06a);
    font-size: 13.5px
}

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

.nc_nf {
    padding: 92px 0 100px
}

.nc_nf__inner {
    text-align: center
}

.nc_nf__caption {
    font-size: 32px
}

.nc_nf__prose {
    margin-top: 14px;
    color: var(--t06a)
}

.nc_nf__cta {
    margin-top: 28px
}

/* адаптив */

@media (max-width: 960px) {
    .nc_banner__columns {
    grid-template-columns: 1fr;
    gap: 36px
}
    .nc_steps__split {
    grid-template-columns: 1fr;
    gap: 28px
}
    .nc_teaser__split {
    gap: 26px;
    grid-template-columns: 1fr
}
    .nc_teaser__main {
    padding-left: 0;
    border-left: 0
}
    .nc_bottom__cols {
    grid-template-columns: 1fr 1fr
}
    .nc_bottom__column-brand {
    grid-column: 1 / -1
}
    .nc_phead__plain .nc_phead__inner {
    gap: 14px;
    grid-template-columns: 1fr
}
}

@media (max-width: 720px) {
    .nc_page {
    font-size: 16px
}
    .nc_section {
    padding: 48px 0
}
    .nc_banner {
    padding: 46px 0 40px
}
    .nc_banner__caption {
    font-size: 32px
}
    .nc_banner__sub {
    font-size: 17px
}
    .nc_banner__actions {
    gap: 12px
}
    .nc_cta__lg {
    font-size: 17px;
    padding: 15px 24px;
    width: 100%
}
    .nc_top__inner {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    min-height: 0
}
    .nc_top__chip-2 {
    display: none
}
    .nc_top__nav {
    width: 100%
}
    .nc_top__cta {
    margin-left: 0
}
    .nc_top__stack .nc_top__inner {
    align-items: center
}
    .nc_section__caption {
    font-size: 25px
}
    .nc_survey__caption {
    font-size: 25px
}
    .nc_survey__q {
    font-size: 20px
}
    .nc_survey__crate {
    padding: 22px 18px;
    border-radius: var(--i8ke)
}
    .nc_survey__crate-flat {
    padding: 24px 18px
}
    .nc_survey__opt {
    padding: 14px 16px;
    gap: 12px
}
    .nc_survey__opt-label {
    font-size: 15.5px
}
    .nc_survey__dots {
    display: none
}
    .nc_survey__result-caption {
    font-size: 22px
}
    .nc_survey__result-head {
    align-items: flex-start;
    gap: 12px
}
    .nc_phead {
    padding: 38px 0 32px
}
    .nc_phead__caption {
    font-size: 28px
}
    .nc_feature__strip {
    padding: 20px;
    gap: 14px
}
    .nc_bottom__cols {
    gap: 26px;
    grid-template-columns: 1fr
}
    .nc_bottom__inner {
    flex-direction: column;
    gap: 22px
}
    .nc_contact__card {
    padding: 20px
}
    .nc_nf {
    padding: 60px 0 68px
}
    .nc_nf__caption {
    font-size: 26px
}
    .nc_consent__inner {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start
}
    .nc_consent__card {
    bottom: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none
}
    .nc_consent__accept {
    width: 100%
}
    .nc_ref__cards {
    grid-template-columns: 1fr
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto
}
    .nc_survey__stage-on,
    .nc_survey__result {
    animation: none
}
    .nc_survey__spin {
    animation-duration: 3s
}
    .nc_cta:hover,
    .nc_survey__opt:hover,
    .nc_feature:hover {
    transform: none
}
}

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

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

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

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

.nc_section__tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/25261e/img/pic11.jpg?v=dad47);
    background-size: cover;
    background-position: center
}

/* знімок */

.nc_shot {
    margin: 0
}

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

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

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

.nc_shot__card .nc_shot__img {
    object-fit: cover;
    height: clamp(200px, 30vw, 380px)
}

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

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

.nc_log__date {
    letter-spacing: 0.04em;
    color: var(--t06a);
    font-size: 13px
}

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

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

.nc_log__strip {
    border-top: 1px solid var(--x65f);
    padding: 14px 0
}

.nc_log__rows .nc_log__strip:first-child {
    border-top: 0
}

.nc_log__stamp {
    display: block;
    font-size: 13px;
    color: var(--t06a)
}

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

@media (max-width: 640px) {
    .nc_log__stack {
    grid-template-columns: 1fr;
    gap: 3px 0
}
    .nc_log__sub {
    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(--doqi);
    font-size: 1.15rem;
    font-weight: var(--qau8);
    letter-spacing: var(--c49p);
    white-space: nowrap
}
