@font-face {
    font-family: "wpf4d13e1";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/0b7990/fonts/rubik-700.woff2) format("woff2");
}

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

@font-face {
    font-family: "wpfd93b06";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/0b7990/fonts/lora-700.woff2) format("woff2");
}
:root {
    --qxuv: #9a6a45;
    --fsjg: #734d31;
    --aauj: #3b8a7d;
    --df7p: #fbf8f4;
    --eiwy: #ffffff;
    --r4dj: #382a1e;
    --smbr: #847164;
    --sxx1: #ebe0d4;
    --ofkr: #ffffff;
    --r4c8: #ffffff;
    --dxsc: #f3ede9;
    --c06z: #e7f1ef;
    --zh3t: "wpf4d13e1", Verdana, "DejaVu Sans", sans-serif;
    --t9za: "wpfd93b06", "Times New Roman", Times, serif;
    --g0h8: 600;
    --w94h: -0.02em;
    --p318: 6px;
    --s01a: 10px;
    --cxz8: 16px;
    --mwmj: 24px;
    --lgt4: 0 1px 2px rgba(17, 34, 39, .05);
    --xw0z: 0 8px 24px rgba(17, 34, 39, .07);
    --w4b1: 0 20px 52px rgba(17, 34, 39, .12);
    --k2oy: 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(--zh3t);
    font-weight: var(--g0h8);
    letter-spacing: var(--w94h);
    line-height: 1.22
}

p {
    margin: 0
}

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

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

svg {
    display: block;
    flex: none
}

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

[hidden] {
    display: none !important
}

.nf_page {
    margin: 0;
    background: var(--df7p);
    color: var(--r4dj);
    font-family: var(--t9za);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased
}

.nf_main {
    display: block
}

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

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

.nf_part {
    padding: 68px 0
}

.nf_part-tint {
    background: var(--dxsc)
}

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

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

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

.nf_part-label {
    font-size: 30px
}

.nf_part-lead {
    margin-top: 14px;
    color: var(--smbr)
}

/* buttons */

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

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

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

.nf_btn-primary {
    color: var(--ofkr);
    background: var(--qxuv);
    box-shadow: var(--xw0z)
}

.nf_btn-primary:hover {
    background: var(--fsjg)
}

.nf_btn-ghost {
    color: var(--qxuv);
    background: var(--eiwy);
    border-color: var(--sxx1)
}

.nf_btn-ghost:hover {
    background: var(--dxsc);
    border-color: var(--qxuv)
}

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

/* header */

.nf_bar {
    background: var(--eiwy);
    z-index: 2;
    border-bottom: 1px solid var(--sxx1);
    position: relative
}

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

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

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

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

.nf_bar-name {
    font-family: var(--zh3t);
    font-size: 20px;
    font-weight: var(--g0h8);
    letter-spacing: var(--w94h);
    color: var(--r4dj)
}

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

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

.nf_bar-anchor {
    font-size: 15px;
    transition: color .15s ease, background-color .15s ease;
    color: var(--smbr);
    border-radius: var(--p318);
    padding: 8px 12px
}

.nf_bar-anchor:hover {
    background: var(--dxsc);
    color: var(--qxuv)
}

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

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

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

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

.nf_bar-stack .nf_bar-name {
    font-size: 24px
}

.nf_bar-strip {
    color: var(--ofkr);
    background: var(--qxuv);
    text-align: center
}

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

/* hero */

.nf_opening {
    padding: 76px 0 64px
}

.nf_opening-body {
    display: block
}

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

.nf_opening-label {
    font-size: 44px
}

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

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

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

.nf_opening-hint-glyph {
    color: var(--qxuv);
    display: inline-flex
}

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

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

.nf_opening-bullet-glyph {
    display: inline-flex;
    color: var(--qxuv)
}

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

.nf_opening-center {
    text-align: center
}

.nf_opening-center .nf_opening-actions {
    justify-content: center
}

.nf_opening-center .nf_opening-bullets {
    justify-content: center
}

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

.nf_opening-split {
    background: linear-gradient(180deg, var(--dxsc) 0%, var(--df7p) 72%)
}

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

.nf_opening-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--sxx1);
    border-radius: var(--mwmj);
    background: var(--eiwy);
    box-shadow: var(--w4b1)
}

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

.nf_opening-art-label {
    display: block;
    margin-top: 18px;
    font-family: var(--zh3t);
    font-size: 21px;
    font-weight: var(--g0h8);
    letter-spacing: var(--w94h)
}

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

.nf_opening-art-entry {
    color: var(--smbr);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-top: 1px solid var(--sxx1);
    padding-top: 12px;
    font-size: 15px
}

.nf_opening-art-entry:first-child {
    border-top: 0;
    padding-top: 0
}

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

.nf_opening-cards {
    text-align: left
}

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

.nf_opening-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--sxx1);
    border-radius: var(--cxz8);
    background: var(--eiwy);
    box-shadow: var(--lgt4)
}

.nf_opening-panel-glyph {
    justify-content: center;
    align-items: center;
    width: 44px;
    color: var(--r4dj);
    height: 44px;
    background: var(--c06z);
    border-radius: var(--s01a);
    display: inline-flex
}

.nf_opening-panel-prose {
    color: var(--smbr);
    font-size: 15px
}

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

/* quiz */

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

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

.nf_ask-label {
    font-size: 30px
}

.nf_ask-hint {
    margin-top: 12px;
    color: var(--smbr)
}

.nf_ask-bin {
    position: relative;
    padding: 30px;
    border: 1px solid var(--sxx1);
    border-radius: var(--mwmj);
    background: var(--eiwy);
    box-shadow: var(--w4b1)
}

.nf_ask-bin-flat {
    box-shadow: var(--xw0z);
    border-radius: var(--cxz8);
    padding: 34px 30px 30px
}

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

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

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

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

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

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

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

.nf_ask-dot-on {
    transform: scale(1.15);
    background: var(--qxuv)
}

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

.nf_ask-step {
    display: block
}

.nf_ask-step-on {
    animation: kd4d7k .32s ease both
}

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

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

.nf_ask-q {
    font-size: 24px
}

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

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

.nf_ask-opt:hover {
    border-color: var(--qxuv);
    background: var(--dxsc);
    transform: translateY(-1px)
}

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

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

.nf_ask-opt-on {
    background: var(--dxsc);
    box-shadow: var(--xw0z);
    border-color: var(--qxuv)
}

.nf_ask-opt-on .nf_ask-opt-chip {
    color: var(--ofkr);
    border-color: var(--qxuv);
    background: var(--qxuv)
}

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

.nf_ask-rows {
    gap: 8px
}

.nf_ask-opt-strip {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--s01a)
}

.nf_ask-opt-strip .nf_ask-opt-chip {
    width: 26px;
    height: 26px;
    border-radius: var(--p318)
}

.nf_ask-opt-strip .nf_ask-opt-label {
    font-size: 15.5px
}

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

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

.nf_ask-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--sxx1);
    border-top-color: var(--qxuv);
    border-radius: 50%;
    animation: pmur25 1s linear infinite
}

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

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

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

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

.nf_ask-row-on {
    color: var(--r4dj);
    opacity: 1
}

.nf_ask-row-on .nf_ask-row-dot {
    background: var(--qxuv)
}

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

.nf_ask-result {
    display: block;
    animation: kd4d7k .4s ease both
}

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

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

.nf_ask-result-crown .nf_ask-result-glyph {
    width: 48px;
    margin-bottom: 0;
    height: 48px
}

.nf_ask-result-label {
    font-size: 26px
}

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

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

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

.nf_ask-tip-glyph {
    margin-top: 4px;
    color: var(--qxuv);
    display: inline-flex
}

.nf_ask-tips-digit {
    counter-reset: wptip
}

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

.nf_ask-tips-digit .nf_ask-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(--c06z);
    color: var(--r4dj);
    font-family: var(--zh3t);
    font-size: 13px;
    font-weight: 700
}

.nf_ask-actions {
    margin-top: 26px
}

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

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

/* highlights */

.nf_feats {
    padding-bottom: 58px
}

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

.nf_plus {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--sxx1);
    border-radius: var(--cxz8);
    background: var(--eiwy);
    box-shadow: var(--lgt4);
    transition: box-shadow .2s ease, transform .2s ease
}

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

.nf_plus-glyph {
    display: inline-flex;
    color: var(--qxuv);
    background: var(--dxsc);
    border-radius: var(--s01a);
    justify-content: center;
    height: 50px;
    margin-bottom: 16px;
    align-items: center;
    width: 50px
}

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

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

.nf_plus-prose {
    color: var(--smbr);
    font-size: 15.5px;
    margin-top: 10px
}

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

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

.nf_plus-strip:hover {
    transform: none
}

.nf_plus-digit {
    flex: none;
    color: var(--qxuv);
    font-family: var(--zh3t);
    font-size: 26px;
    font-weight: var(--g0h8);
    letter-spacing: var(--w94h);
    opacity: .55
}

.nf_plus-body {
    flex: 1 1 auto
}

/* steps */

.nf_steps {
    padding-bottom: 58px
}

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

.nf_step {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--sxx1);
    border-radius: var(--cxz8);
    background: var(--eiwy);
    box-shadow: var(--lgt4)
}

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

.nf_step-prose {
    font-size: 15.5px;
    color: var(--smbr)
}

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

.nf_steps-row {
    gap: 0;
    display: grid
}

.nf_step-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
}

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

.nf_step-row:last-child {
    padding-bottom: 0
}

.nf_step-row:last-child::before {
    display: none
}

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

/* about-teaser */

.nf_teaser {
    padding-top: 58px
}

.nf_teaser-panel {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--sxx1);
    border-left: 4px solid var(--qxuv);
    border-radius: var(--cxz8);
    background: var(--eiwy);
    box-shadow: var(--xw0z)
}

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

.nf_teaser-label {
    font-size: 25px
}

.nf_teaser-prose {
    margin-top: 14px;
    color: var(--smbr)
}

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

.nf_teaser-anchor:hover {
    border-bottom-color: var(--qxuv)
}

.nf_teaser-anchor-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--qxuv);
    border-radius: 999px;
    font-family: var(--zh3t);
    font-size: 15px;
    font-weight: 600
}

.nf_teaser-anchor-btn:hover {
    border-bottom-color: var(--qxuv);
    background: var(--qxuv);
    color: var(--ofkr)
}

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

.nf_teaser-side {
    display: block
}

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

/* faq */

.nf_asks {
    padding-bottom: 58px
}

.nf_asks-plain {
    padding-top: 58px
}

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

.nf_asks-entry {
    border: 1px solid var(--sxx1);
    border-radius: var(--cxz8);
    background: var(--eiwy);
    box-shadow: var(--lgt4);
    overflow: hidden
}

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

.nf_asks-q::-webkit-details-marker {
    display: none
}

.nf_asks-q:hover {
    color: var(--qxuv)
}

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

.nf_asks-entry[open] .nf_asks-sign {
    transform: rotate(180deg)
}

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

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

.nf_asks-block {
    display: block
}

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

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

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

/* disclaimer */

.nf_disc {
    padding-top: 10px
}

.nf_disc-core {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--sxx1);
    border-radius: var(--cxz8);
    background: var(--eiwy)
}

.nf_disc-glyph {
    display: inline-flex;
    flex: none;
    color: var(--smbr)
}

.nf_disc-prose {
    line-height: 1.6;
    color: var(--smbr);
    font-size: 14.5px
}

.nf_disc-strip {
    padding: 20px 0;
    background: var(--eiwy);
    border-top: 1px solid var(--sxx1)
}

.nf_disc-strip .nf_disc-prose {
    align-items: flex-start;
    display: flex;
    gap: 12px
}

.nf_disc-strip .nf_disc-glyph {
    margin-top: 2px
}

/* page-head */

.nf_phead {
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--sxx1);
    background: var(--dxsc)
}

.nf_phead-core {
    display: block
}

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

.nf_phead-back:hover {
    text-decoration: underline
}

.nf_phead-label {
    font-size: 36px
}

.nf_phead-sub {
    color: var(--smbr);
    margin-top: 12px
}

.nf_phead-plain {
    background: var(--eiwy)
}

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

.nf_phead-plain .nf_phead-back {
    margin: 14px 0 0
}

.nf_phead-col {
    display: block
}

/* footer */

.nf_end {
    margin-top: 20px;
    border-top: 1px solid var(--sxx1);
    padding: 46px 0 26px;
    background: var(--eiwy)
}

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

.nf_end-brand {
    max-width: 360px
}

.nf_end-name {
    display: block;
    margin-top: 10px;
    font-family: var(--zh3t);
    font-size: 19px;
    font-weight: var(--g0h8);
    letter-spacing: var(--w94h)
}

.nf_end-hint {
    margin-top: 8px;
    font-size: 14.5px;
    color: var(--smbr)
}

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

.nf_end-anchor {
    color: var(--smbr);
    font-size: 14.5px
}

.nf_end-anchor:hover {
    text-decoration: underline;
    color: var(--qxuv)
}

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

.nf_end-wide {
    padding-top: 52px
}

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

.nf_end-col {
    display: block
}

.nf_end-col-brand {
    max-width: 420px
}

.nf_end-col-label {
    display: block;
    margin-bottom: 14px;
    font-family: var(--zh3t);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--r4dj)
}

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

.nf_end-legal {
    color: var(--smbr);
    font-size: 13.5px
}

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

.nf_doc {
    display: block
}

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

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

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

.nf_contact-panel {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--sxx1);
    border-radius: var(--cxz8);
    background: var(--eiwy);
    box-shadow: var(--xw0z)
}

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

.nf_contact-strip:last-child {
    border-bottom: 0
}

.nf_contact-glyph {
    flex: none;
    display: inline-flex;
    margin-top: 3px;
    color: var(--qxuv)
}

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

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

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

.nf_contact-lead {
    color: var(--smbr);
    font-size: 14.5px
}

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

.nf_rev {
    font-size: 13.5px;
    color: var(--smbr);
    padding-top: 14px;
    margin-top: 30px;
    border-top: 1px solid var(--sxx1)
}

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

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

.nf_bar-2 {
    box-shadow: var(--w4b1);
    z-index: 40;
    position: fixed;
    background: var(--eiwy);
    border: 1px solid var(--sxx1)
}

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

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

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

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

.nf_bar-glyph {
    color: var(--qxuv);
    display: inline-flex
}

.nf_bar-prose {
    max-width: 62ch;
    font-size: 14.5px;
    color: var(--smbr)
}

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

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

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

.nf_bar-more:hover {
    color: var(--fsjg)
}

/* джерела */

.nf_ref {
    border-top: 1px solid var(--sxx1)
}

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

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

.nf_ref-anchor:hover {
    color: var(--fsjg)
}

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

.nf_ref-panel {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--eiwy);
    border: 1px solid var(--sxx1);
    border-radius: var(--s01a)
}

.nf_ref-panel-glyph {
    color: var(--qxuv);
    display: inline-flex
}

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

.nf_ref-panel-label:hover {
    text-decoration: underline;
    color: var(--qxuv)
}

.nf_ref-panel-host {
    font-size: 13.5px;
    color: var(--smbr)
}

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

.nf_nf {
    padding: 92px 0 100px
}

.nf_nf-core {
    text-align: center
}

.nf_nf-label {
    font-size: 32px
}

.nf_nf-prose {
    margin-top: 14px;
    color: var(--smbr)
}

.nf_nf-cta {
    margin-top: 28px
}

/* адаптив */

@media (max-width: 960px) {
    .nf_opening-columns {
    grid-template-columns: 1fr;
    gap: 36px
}
    .nf_steps-split {
    gap: 28px;
    grid-template-columns: 1fr
}
    .nf_teaser-split {
    grid-template-columns: 1fr;
    gap: 26px
}
    .nf_teaser-main {
    border-left: 0;
    padding-left: 0
}
    .nf_end-cols {
    grid-template-columns: 1fr 1fr
}
    .nf_end-col-brand {
    grid-column: 1 / -1
}
    .nf_phead-plain .nf_phead-core {
    grid-template-columns: 1fr;
    gap: 14px
}
}

@media (max-width: 720px) {
    .nf_page {
    font-size: 16px
}
    .nf_part {
    padding: 48px 0
}
    .nf_opening {
    padding: 46px 0 40px
}
    .nf_opening-label {
    font-size: 32px
}
    .nf_opening-sub {
    font-size: 17px
}
    .nf_opening-actions {
    gap: 12px
}
    .nf_btn-lg {
    font-size: 17px;
    padding: 15px 24px;
    width: 100%
}
    .nf_bar-core {
    gap: 12px;
    align-items: flex-start;
    min-height: 0;
    flex-direction: column
}
    .nf_bar-label {
    display: none
}
    .nf_bar-links {
    width: 100%
}
    .nf_bar-cta {
    margin-left: 0
}
    .nf_bar-stack .nf_bar-core {
    align-items: center
}
    .nf_part-label {
    font-size: 25px
}
    .nf_ask-label {
    font-size: 25px
}
    .nf_ask-q {
    font-size: 20px
}
    .nf_ask-bin {
    padding: 22px 18px;
    border-radius: var(--cxz8)
}
    .nf_ask-bin-flat {
    padding: 24px 18px
}
    .nf_ask-opt {
    padding: 14px 16px;
    gap: 12px
}
    .nf_ask-opt-label {
    font-size: 15.5px
}
    .nf_ask-dots {
    display: none
}
    .nf_ask-result-label {
    font-size: 22px
}
    .nf_ask-result-crown {
    align-items: flex-start;
    gap: 12px
}
    .nf_phead {
    padding: 38px 0 32px
}
    .nf_phead-label {
    font-size: 28px
}
    .nf_plus-strip {
    gap: 14px;
    padding: 20px
}
    .nf_end-cols {
    grid-template-columns: 1fr;
    gap: 26px
}
    .nf_end-core {
    flex-direction: column;
    gap: 22px
}
    .nf_contact-panel {
    padding: 20px
}
    .nf_nf {
    padding: 60px 0 68px
}
    .nf_nf-label {
    font-size: 26px
}
    .nf_bar-core-2 {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px
}
    .nf_bar-panel {
    bottom: 12px;
    left: 12px;
    max-width: none;
    right: 12px;
    width: auto
}
    .nf_bar-accept {
    width: 100%
}
    .nf_ref-cards {
    grid-template-columns: 1fr
}
}

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

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

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

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

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

.nf_opening {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--df7p) 92%),
        url(/0b7990/img/header.jpg?v=0d13c);
    background-size: cover;
    background-position: center
}

.nf_part-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/0b7990/img/top.jpg?v=0d13c);
    background-size: cover;
    background-position: center
}

/* знімок */

.nf_shot {
    margin: 0
}

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

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

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

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

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

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

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

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

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

.nf_log-strip {
    border-top: 1px solid var(--sxx1);
    padding: 14px 0
}

.nf_log-rows .nf_log-strip:first-child {
    border-top: 0
}

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

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

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

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

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

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

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

.logo-name {
    font-family: var(--zh3t);
    font-size: 1.15rem;
    font-weight: var(--g0h8);
    letter-spacing: var(--w94h);
    white-space: nowrap
}
