@font-face {
    font-family: "wpf2e9d0d";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/8ff57b/fonts/source-serif-4-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf15a76b";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/8ff57b/fonts/lora-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf15a76b";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/8ff57b/fonts/lora-700.woff2) format("woff2");
}
:root {
    --pkb9: #1D6FA5;
    --otlc: #14527B;
    --aqe6: #F0A04B;
    --dizl: #F4F9FC;
    --xw0z: #FFFFFF;
    --wamv: #12293A;
    --xl6s: #5B7689;
    --tyzo: #D6E6F0;
    --g2fi: #FFFFFF;
    --b6da: #111111;
    --aqw8: #E4EEF4;
    --tvpt: #FDF4E9;
    --mqyb: "wpf2e9d0d", "Palatino Linotype", Georgia, serif;
    --gl4j: "wpf15a76b", "Palatino Linotype", Georgia, serif;
    --pgq2: 700;
    --w8rx: -0.01em;
    --dw74: 6px;
    --jc0n: 10px;
    --bf9h: 16px;
    --qr0v: 24px;
    --ut7n: 0 1px 2px rgba(17, 34, 39, .05);
    --ciut: 0 8px 24px rgba(17, 34, 39, .07);
    --wwsb: 0 20px 52px rgba(17, 34, 39, .12);
    --soia: 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(--mqyb);
    font-weight: var(--pgq2);
    letter-spacing: var(--w8rx);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

[hidden] {
    display: none !important;
}

.nl-page {
    margin: 0;
    background: var(--dizl);
    color: var(--wamv);
    font-family: var(--gl4j);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.nl-main {
    display: block;
}

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

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

.nl-sec {
    padding: 68px 0;
}

.nl-sec-tint {
    background: var(--aqw8);
}

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

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

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

.nl-sec-label {
    font-size: 30px;
}

.nl-sec-opening {
    color: var(--xl6s);
    margin-top: 14px;
}

/* buttons */

.nl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: var(--mqyb);
    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;
}

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

.nl-button:active {
    transform: translateY(0);
}

.nl-button-primary {
    box-shadow: var(--ciut);
    color: var(--g2fi);
    background: var(--pkb9);
}

.nl-button-primary:hover {
    background: var(--otlc);
}

.nl-button-ghost {
    background: var(--xw0z);
    border-color: var(--tyzo);
    color: var(--pkb9);
}

.nl-button-ghost:hover {
    background: var(--aqw8);
    border-color: var(--pkb9);
}

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

/* header */

.nl-head {
    position: relative;
    background: var(--xw0z);
    border-bottom: 1px solid var(--tyzo);
    z-index: 2;
}

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

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

.nl-head-chip {
    align-items: center;
    color: var(--pkb9);
    display: inline-flex;
}

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

.nl-head-name {
    font-family: var(--mqyb);
    font-size: 20px;
    font-weight: var(--pgq2);
    letter-spacing: var(--w8rx);
    color: var(--wamv);
}

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

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

.nl-head-anchor {
    color: var(--xl6s);
    border-radius: var(--dw74);
    transition: color .15s ease, background-color .15s ease;
    padding: 8px 12px;
    font-size: 15px;
}

.nl-head-anchor:hover {
    color: var(--pkb9);
    background: var(--aqw8);
}

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

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

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

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

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

.nl-head-strip {
    background: var(--pkb9);
    text-align: center;
    color: var(--g2fi);
}

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

/* hero */

.nl-front {
    padding: 76px 0 64px;
}

.nl-front-body {
    display: block;
}

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

.nl-front-label {
    font-size: 44px;
}

.nl-front-sub {
    font-size: 19px;
    color: var(--xl6s);
    margin-top: 18px;
}

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

.nl-front-note {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--xl6s);
    font-size: 14.5px;
    margin-top: 16px;
}

.nl-front-note-sign {
    display: inline-flex;
    color: var(--pkb9);
}

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

.nl-front-bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--tyzo);
    border-radius: 999px;
    background: var(--xw0z);
    box-shadow: var(--ut7n);
    font-size: 14.5px;
}

.nl-front-bullet-sign {
    display: inline-flex;
    color: var(--pkb9);
}

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

.nl-front-center {
    text-align: center;
}

.nl-front-center .nl-front-actions {
    justify-content: center;
}

.nl-front-center .nl-front-bullets {
    justify-content: center;
}

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

.nl-front-split {
    background: linear-gradient(180deg, var(--aqw8) 0%, var(--dizl) 72%);
}

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

.nl-front-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--tyzo);
    border-radius: var(--qr0v);
    background: var(--xw0z);
    box-shadow: var(--wwsb);
}

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

.nl-front-art-label {
    display: block;
    margin-top: 18px;
    font-family: var(--mqyb);
    font-size: 21px;
    font-weight: var(--pgq2);
    letter-spacing: var(--w8rx);
}

.nl-front-art-list {
    margin-top: 18px;
    gap: 12px;
    display: grid;
}

.nl-front-art-point {
    font-size: 15px;
    gap: 10px;
    color: var(--xl6s);
    display: flex;
    align-items: flex-start;
    border-top: 1px solid var(--tyzo);
    padding-top: 12px;
}

.nl-front-art-point:first-child {
    padding-top: 0;
    border-top: 0;
}

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

.nl-front-cards {
    text-align: left;
}

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

.nl-front-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--tyzo);
    border-radius: var(--bf9h);
    background: var(--xw0z);
    box-shadow: var(--ut7n);
}

.nl-front-panel-sign {
    display: inline-flex;
    align-items: center;
    border-radius: var(--jc0n);
    width: 44px;
    color: var(--wamv);
    height: 44px;
    background: var(--tvpt);
    justify-content: center;
}

.nl-front-panel-copy {
    color: var(--xl6s);
    font-size: 15px;
}

.nl-front-cards .nl-front-eyebrow {
    color: var(--xl6s);
    background: none;
    margin: 34px 0 0;
    padding: 0;
}

/* quiz */

.nl-quiz {
    scroll-margin-top: 20px;
}

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

.nl-quiz-label {
    font-size: 30px;
}

.nl-quiz-note {
    color: var(--xl6s);
    margin-top: 12px;
}

.nl-quiz-crate {
    position: relative;
    padding: 30px;
    border: 1px solid var(--tyzo);
    border-radius: var(--qr0v);
    background: var(--xw0z);
    box-shadow: var(--wwsb);
}

.nl-quiz-crate-flat {
    box-shadow: var(--ciut);
    border-radius: var(--bf9h);
    padding: 34px 30px 30px;
}

.nl-quiz-crate-flat .nl-quiz-crown {
    margin-bottom: 22px;
}

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

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

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

.nl-quiz-counter {
    flex: none;
    color: var(--xl6s);
    font-family: var(--mqyb);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.nl-quiz-dot-on {
    transform: scale(1.15);
    background: var(--pkb9);
}

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

.nl-quiz-step {
    display: block;
}

.nl-quiz-step-on {
    animation: px7i66 .32s ease both;
}

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

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

.nl-quiz-q {
    font-size: 24px;
}

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

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

.nl-quiz-opt:hover {
    transform: translateY(-1px);
    border-color: var(--pkb9);
    background: var(--aqw8);
}

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

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

.nl-quiz-opt-on {
    border-color: var(--pkb9);
    box-shadow: var(--ciut);
    background: var(--aqw8);
}

.nl-quiz-opt-on .nl-quiz-opt-chip {
    border-color: var(--pkb9);
    background: var(--pkb9);
    color: var(--g2fi);
}

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

.nl-quiz-rows {
    gap: 8px;
}

.nl-quiz-opt-bar {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--jc0n);
}

.nl-quiz-opt-bar .nl-quiz-opt-chip {
    width: 26px;
    height: 26px;
    border-radius: var(--dw74);
}

.nl-quiz-opt-bar .nl-quiz-opt-label {
    font-size: 15.5px;
}

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

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

.nl-quiz-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--tyzo);
    border-top-color: var(--pkb9);
    border-radius: 50%;
    animation: igmssi 1s linear infinite;
}

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

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

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

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

.nl-quiz-line-on {
    color: var(--wamv);
    opacity: 1;
}

.nl-quiz-line-on .nl-quiz-line-dot {
    background: var(--pkb9);
}

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

.nl-quiz-result {
    animation: px7i66 .4s ease both;
    display: block;
}

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

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

.nl-quiz-result-crown .nl-quiz-result-sign {
    height: 48px;
    margin-bottom: 0;
    width: 48px;
}

.nl-quiz-result-label {
    font-size: 26px;
}

.nl-quiz-result-sum {
    margin-top: 14px;
    color: var(--xl6s);
}

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

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

.nl-quiz-tip-sign {
    display: inline-flex;
    margin-top: 4px;
    color: var(--pkb9);
}

.nl-quiz-tips-no {
    counter-reset: wptip;
}

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

.nl-quiz-tips-no .nl-quiz-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(--tvpt);
    color: var(--wamv);
    font-family: var(--mqyb);
    font-size: 13px;
    font-weight: 700;
}

.nl-quiz-actions {
    margin-top: 26px;
}

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

.nl-quiz-footer {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    color: var(--xl6s);
}

/* highlights */

.nl-feats {
    padding-bottom: 58px;
}

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

.nl-plus {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--tyzo);
    border-radius: var(--bf9h);
    background: var(--xw0z);
    box-shadow: var(--ut7n);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.nl-plus-sign {
    margin-bottom: 16px;
    align-items: center;
    color: var(--pkb9);
    display: inline-flex;
    background: var(--aqw8);
    justify-content: center;
    height: 50px;
    border-radius: var(--jc0n);
    width: 50px;
}

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

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

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

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

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

.nl-plus-bar:hover {
    transform: none;
}

.nl-plus-no {
    flex: none;
    color: var(--pkb9);
    font-family: var(--mqyb);
    font-size: 26px;
    font-weight: var(--pgq2);
    letter-spacing: var(--w8rx);
    opacity: .55;
}

.nl-plus-body {
    flex: 1 1 auto;
}

/* steps */

.nl-steps {
    padding-bottom: 58px;
}

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

.nl-step {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--tyzo);
    border-radius: var(--bf9h);
    background: var(--xw0z);
    box-shadow: var(--ut7n);
}

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

.nl-step-copy {
    font-size: 15.5px;
    color: var(--xl6s);
}

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

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

.nl-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;
}

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

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

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

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

/* about-teaser */

.nl-teaser {
    padding-top: 58px;
}

.nl-teaser-panel {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--tyzo);
    border-left: 4px solid var(--pkb9);
    border-radius: var(--bf9h);
    background: var(--xw0z);
    box-shadow: var(--ciut);
}

.nl-teaser-sign {
    background: var(--tvpt);
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 52px;
    display: inline-flex;
    color: var(--wamv);
    margin-bottom: 16px;
}

.nl-teaser-label {
    font-size: 25px;
}

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

.nl-teaser-anchor {
    transition: border-color .15s ease;
    border-bottom: 2px solid transparent;
    color: var(--pkb9);
}

.nl-teaser-anchor:hover {
    border-bottom-color: var(--pkb9);
}

.nl-teaser-anchor-button {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--pkb9);
    border-radius: 999px;
    font-family: var(--mqyb);
    font-size: 15px;
    font-weight: 600;
}

.nl-teaser-anchor-button:hover {
    border-bottom-color: var(--pkb9);
    background: var(--pkb9);
    color: var(--g2fi);
}

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

.nl-teaser-side {
    display: block;
}

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

/* faq */

.nl-asks {
    padding-bottom: 58px;
}

.nl-asks-plain {
    padding-top: 58px;
}

.nl-asks-list {
    gap: 12px;
    display: grid;
}

.nl-asks-point {
    border: 1px solid var(--tyzo);
    border-radius: var(--bf9h);
    background: var(--xw0z);
    box-shadow: var(--ut7n);
    overflow: hidden;
}

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

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

.nl-asks-q:hover {
    color: var(--pkb9);
}

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

.nl-asks-point[open] .nl-asks-sign {
    transform: rotate(180deg);
}

.nl-asks-a {
    padding: 0 22px 20px;
    font-size: 15.5px;
    color: var(--xl6s);
}

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

.nl-asks-block {
    display: block;
}

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

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

.nl-asks-block-a {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--xl6s);
}

/* disclaimer */

.nl-disc {
    padding-top: 10px;
}

.nl-disc-body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--tyzo);
    border-radius: var(--bf9h);
    background: var(--xw0z);
}

.nl-disc-sign {
    display: inline-flex;
    flex: none;
    color: var(--xl6s);
}

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

.nl-disc-strip {
    background: var(--xw0z);
    padding: 20px 0;
    border-top: 1px solid var(--tyzo);
}

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

.nl-disc-strip .nl-disc-sign {
    margin-top: 2px;
}

/* page-head */

.nl-phead {
    background: var(--aqw8);
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--tyzo);
}

.nl-phead-body {
    display: block;
}

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

.nl-phead-back:hover {
    text-decoration: underline;
}

.nl-phead-label {
    font-size: 36px;
}

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

.nl-phead-plain {
    background: var(--xw0z);
}

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

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

.nl-phead-measure {
    display: block;
}

/* footer */

.nl-footer {
    background: var(--xw0z);
    padding: 46px 0 26px;
    border-top: 1px solid var(--tyzo);
    margin-top: 20px;
}

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

.nl-footer-brand {
    max-width: 360px;
}

.nl-footer-name {
    display: block;
    margin-top: 10px;
    font-family: var(--mqyb);
    font-size: 19px;
    font-weight: var(--pgq2);
    letter-spacing: var(--w8rx);
}

.nl-footer-note {
    color: var(--xl6s);
    margin-top: 8px;
    font-size: 14.5px;
}

.nl-footer-menu {
    gap: 6px 18px;
    flex-wrap: wrap;
    display: flex;
}

.nl-footer-anchor {
    font-size: 14.5px;
    color: var(--xl6s);
}

.nl-footer-anchor:hover {
    color: var(--pkb9);
    text-decoration: underline;
}

.nl-footer-menu-stack {
    gap: 8px;
    flex-direction: column;
}

.nl-footer-wide {
    padding-top: 52px;
}

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

.nl-footer-measure {
    display: block;
}

.nl-footer-measure-brand {
    max-width: 420px;
}

.nl-footer-measure-label {
    display: block;
    margin-bottom: 14px;
    font-family: var(--mqyb);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--wamv);
}

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

.nl-footer-legal {
    font-size: 13.5px;
    color: var(--xl6s);
}

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

.nl-doc {
    display: block;
}

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

.nl-prose:last-child {
    margin-bottom: 0;
}

.nl-contact-cols {
    gap: 26px;
    display: grid;
}

.nl-contact-panel {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--tyzo);
    border-radius: var(--bf9h);
    background: var(--xw0z);
    box-shadow: var(--ciut);
}

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

.nl-contact-bar:last-child {
    border-bottom: 0;
}

.nl-contact-sign {
    margin-top: 3px;
    color: var(--pkb9);
    flex: none;
    display: inline-flex;
}

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

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

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

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

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

.nl-rev {
    padding-top: 14px;
    color: var(--xl6s);
    font-size: 13.5px;
    border-top: 1px solid var(--tyzo);
    margin-top: 30px;
}

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

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

.nl-notice {
    background: var(--xw0z);
    border: 1px solid var(--tyzo);
    box-shadow: var(--wwsb);
    position: fixed;
    z-index: 40;
}

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

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

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

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

.nl-notice-sign {
    display: inline-flex;
    color: var(--pkb9);
}

.nl-notice-copy {
    max-width: 62ch;
    font-size: 14.5px;
    color: var(--xl6s);
}

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

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

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

.nl-notice-more:hover {
    color: var(--otlc);
}

/* джерела */

.nl-source {
    border-top: 1px solid var(--tyzo);
}

.nl-source-bar {
    flex-wrap: wrap;
    display: flex;
    gap: 10px 28px;
}

.nl-source-anchor {
    color: var(--pkb9);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nl-source-anchor:hover {
    color: var(--otlc);
}

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

.nl-source-panel {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--xw0z);
    border: 1px solid var(--tyzo);
    border-radius: var(--jc0n);
}

.nl-source-panel-sign {
    display: inline-flex;
    color: var(--pkb9);
}

.nl-source-panel-label {
    font-family: var(--mqyb);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.nl-source-panel-label:hover {
    text-decoration: underline;
    color: var(--pkb9);
}

.nl-source-panel-host {
    color: var(--xl6s);
    font-size: 13.5px;
}

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

.nl-nf {
    padding: 92px 0 100px;
}

.nl-nf-body {
    text-align: center;
}

.nl-nf-label {
    font-size: 32px;
}

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

.nl-nf-cta {
    margin-top: 28px;
}

/* адаптив */

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

@media (max-width: 720px) {
    .nl-page {
    font-size: 16px;
}
    .nl-sec {
    padding: 48px 0;
}
    .nl-front {
    padding: 46px 0 40px;
}
    .nl-front-label {
    font-size: 32px;
}
    .nl-front-sub {
    font-size: 17px;
}
    .nl-front-actions {
    gap: 12px;
}
    .nl-button-lg {
    font-size: 17px;
    padding: 15px 24px;
    width: 100%;
}
    .nl-head-body {
    min-height: 0;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
}
    .nl-head-pill {
    display: none;
}
    .nl-head-menu {
    width: 100%;
}
    .nl-head-cta {
    margin-left: 0;
}
    .nl-head-stack .nl-head-body {
    align-items: center;
}
    .nl-sec-label {
    font-size: 25px;
}
    .nl-quiz-label {
    font-size: 25px;
}
    .nl-quiz-q {
    font-size: 20px;
}
    .nl-quiz-crate {
    border-radius: var(--bf9h);
    padding: 22px 18px;
}
    .nl-quiz-crate-flat {
    padding: 24px 18px;
}
    .nl-quiz-opt {
    padding: 14px 16px;
    gap: 12px;
}
    .nl-quiz-opt-label {
    font-size: 15.5px;
}
    .nl-quiz-dots {
    display: none;
}
    .nl-quiz-result-label {
    font-size: 22px;
}
    .nl-quiz-result-crown {
    align-items: flex-start;
    gap: 12px;
}
    .nl-phead {
    padding: 38px 0 32px;
}
    .nl-phead-label {
    font-size: 28px;
}
    .nl-plus-bar {
    gap: 14px;
    padding: 20px;
}
    .nl-footer-cols {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .nl-footer-body {
    gap: 22px;
    flex-direction: column;
}
    .nl-contact-panel {
    padding: 20px;
}
    .nl-nf {
    padding: 60px 0 68px;
}
    .nl-nf-label {
    font-size: 26px;
}
    .nl-notice-body {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
    .nl-notice-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
}
    .nl-notice-accept {
    width: 100%;
}
    .nl-source-cards {
    grid-template-columns: 1fr;
}
}

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

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

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

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

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

.nl-front {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--dizl) 92%),
        url(/8ff57b/img/cover.jpg?v=9d58b);
    background-size: cover;
    background-position: center;
}

.nl-sec-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/8ff57b/img/photo19.jpg?v=9d58b);
    background-size: cover;
    background-position: center;
}

/* знімок */

.nl-shot {
    margin: 0;
}

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

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

.nl-shot-panel {
    border-radius: 18px;
    overflow: hidden;
}

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

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

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

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

.nl-log-note {
    font-size: 15px;
    margin: 0;
}

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

.nl-log-bar {
    border-top: 1px solid var(--tyzo);
    padding: 14px 0;
}

.nl-log-rows .nl-log-bar:first-child {
    border-top: 0;
}

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

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

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

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

.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(--mqyb);
    font-size: 1.15rem;
    font-weight: var(--pgq2);
    letter-spacing: var(--w8rx);
    white-space: nowrap;
}
