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

@font-face {
    font-family: "wpf8a4108";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/e0a2c7/fonts/inter-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf8a4108";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/e0a2c7/fonts/inter-700.woff2) format("woff2");
}
:root {
    --zj33: rgb(154,106,69);
    --a75p: rgb(115,77,49);
    --joja: rgb(59,138,125);
    --u8z7: rgb(251,248,244);
    --a6rb: rgb(255,255,255);
    --r6pq: rgb(56,42,30);
    --dpqu: rgb(132,113,100);
    --ssu9: rgb(235,224,212);
    --zjyp: rgb(255,255,255);
    --l6nw: rgb(255,255,255);
    --mhgb: rgb(243,237,233);
    --cm3r: rgb(231,241,239);
    --kzl6: "wpf43dca8", Tahoma, Verdana, Geneva, sans-serif;
    --hm6j: "wpf8a4108", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    --jcbr: 700;
    --y5te: -0.02em;
    --us9a: 6px;
    --pmov: 10px;
    --dls2: 16px;
    --iuek: 24px;
    --bz8h: 0 1px 2px rgba(17, 34, 39, .05);
    --zt0a: 0 8px 24px rgba(17, 34, 39, .07);
    --tyfm: 0 20px 52px rgba(17, 34, 39, .12);
    --h14a: 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(--kzl6);
    font-weight: var(--jcbr);
    letter-spacing: var(--y5te);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    display: block;
    flex: none;
}

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

[hidden] {
    display: none !important;
}

.fn-page {
    margin: 0;
    background: var(--u8z7);
    color: var(--r6pq);
    font-family: var(--hm6j);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.fn-main {
    display: block;
}

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

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

.fn-area {
    padding: 68px 0;
}

.fn-area__tint {
    background: var(--mhgb);
}

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

.fn-area__crown-left {
    text-align: left;
    margin: 0;
}

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

.fn-area__heading {
    font-size: 30px;
}

.fn-area__intro {
    color: var(--dpqu);
    margin-top: 14px;
}

/* buttons */

.fn-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(--kzl6);
    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;
}

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

.fn-btn:active {
    transform: translateY(0);
}

.fn-btn__primary {
    box-shadow: var(--zt0a);
    background: var(--zj33);
    color: var(--zjyp);
}

.fn-btn__primary:hover {
    background: var(--a75p);
}

.fn-btn__ghost {
    color: var(--zj33);
    background: var(--a6rb);
    border-color: var(--ssu9);
}

.fn-btn__ghost:hover {
    border-color: var(--zj33);
    background: var(--mhgb);
}

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

/* header */

.fn-top {
    border-bottom: 1px solid var(--ssu9);
    z-index: 2;
    position: relative;
    background: var(--a6rb);
}

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

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

.fn-top__chip {
    color: var(--zj33);
    align-items: center;
    display: inline-flex;
}

.fn-top__words {
    flex-direction: column;
    display: flex;
}

.fn-top__name {
    font-family: var(--kzl6);
    font-size: 20px;
    font-weight: var(--jcbr);
    letter-spacing: var(--y5te);
    color: var(--r6pq);
}

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

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

.fn-top__link {
    font-size: 15px;
    border-radius: var(--us9a);
    padding: 8px 12px;
    color: var(--dpqu);
    transition: color .15s ease, background-color .15s ease;
}

.fn-top__link:hover {
    color: var(--zj33);
    background: var(--mhgb);
}

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

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

.fn-top__stack .fn-top__core {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

.fn-top__stack .fn-top__menu {
    border-top: 1px solid var(--ssu9);
    width: 100%;
    padding: 6px 0 14px;
    justify-content: center;
}

.fn-top__stack .fn-top__name {
    font-size: 24px;
}

.fn-top__strip {
    background: var(--zj33);
    text-align: center;
    color: var(--zjyp);
}

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

/* hero */

.fn-hero {
    padding: 76px 0 64px;
}

.fn-hero__body {
    display: block;
}

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

.fn-hero__heading {
    font-size: 44px;
}

.fn-hero__sub {
    margin-top: 18px;
    font-size: 19px;
    color: var(--dpqu);
}

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

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

.fn-hero__aside-icon {
    display: inline-flex;
    color: var(--zj33);
}

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

.fn-hero__bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--ssu9);
    border-radius: 999px;
    background: var(--a6rb);
    box-shadow: var(--bz8h);
    font-size: 14.5px;
}

.fn-hero__bullet-icon {
    color: var(--zj33);
    display: inline-flex;
}

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

.fn-hero__center {
    text-align: center;
}

.fn-hero__center .fn-hero__actions {
    justify-content: center;
}

.fn-hero__center .fn-hero__bullets {
    justify-content: center;
}

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

.fn-hero__split-2 {
    background: linear-gradient(180deg, var(--mhgb) 0%, var(--u8z7) 72%);
}

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

.fn-hero__art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--ssu9);
    border-radius: var(--iuek);
    background: var(--a6rb);
    box-shadow: var(--tyfm);
}

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

.fn-hero__art-heading {
    display: block;
    margin-top: 18px;
    font-family: var(--kzl6);
    font-size: 21px;
    font-weight: var(--jcbr);
    letter-spacing: var(--y5te);
}

.fn-hero__art-list {
    margin-top: 18px;
    gap: 12px;
    display: grid;
}

.fn-hero__art-thing {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid var(--ssu9);
    padding-top: 12px;
    color: var(--dpqu);
    font-size: 15px;
    gap: 10px;
}

.fn-hero__art-thing:first-child {
    border-top: 0;
    padding-top: 0;
}

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

.fn-hero__cards {
    text-align: left;
}

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

.fn-hero__panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--ssu9);
    border-radius: var(--dls2);
    background: var(--a6rb);
    box-shadow: var(--bz8h);
}

.fn-hero__panel-icon {
    border-radius: var(--pmov);
    align-items: center;
    height: 44px;
    display: inline-flex;
    width: 44px;
    background: var(--cm3r);
    justify-content: center;
    color: var(--r6pq);
}

.fn-hero__panel-prose {
    color: var(--dpqu);
    font-size: 15px;
}

.fn-hero__cards .fn-hero__eyebrow {
    margin: 34px 0 0;
    background: none;
    color: var(--dpqu);
    padding: 0;
}

/* quiz */

.fn-ask {
    scroll-margin-top: 20px;
}

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

.fn-ask__heading {
    font-size: 30px;
}

.fn-ask__aside {
    margin-top: 12px;
    color: var(--dpqu);
}

.fn-ask__case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--ssu9);
    border-radius: var(--iuek);
    background: var(--a6rb);
    box-shadow: var(--tyfm);
}

.fn-ask__case-flat {
    box-shadow: var(--zt0a);
    padding: 34px 30px 30px;
    border-radius: var(--dls2);
}

.fn-ask__case-flat .fn-ask__crown {
    margin-bottom: 22px;
}

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

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

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

.fn-ask__counter {
    flex: none;
    color: var(--dpqu);
    font-family: var(--kzl6);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.fn-ask__dot-on {
    background: var(--zj33);
    transform: scale(1.15);
}

.fn-ask__plain .fn-ask__bar {
    height: 4px;
    flex: 1 1 auto;
}

.fn-ask__move {
    display: block;
}

.fn-ask__move-on {
    animation: acqu50 .32s ease both;
}

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

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

.fn-ask__q {
    font-size: 24px;
}

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

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

.fn-ask__opt:hover {
    background: var(--mhgb);
    border-color: var(--zj33);
    transform: translateY(-1px);
}

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

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

.fn-ask__opt-on {
    background: var(--mhgb);
    box-shadow: var(--zt0a);
    border-color: var(--zj33);
}

.fn-ask__opt-on .fn-ask__opt-chip {
    background: var(--zj33);
    color: var(--zjyp);
    border-color: var(--zj33);
}

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

.fn-ask__rows {
    gap: 8px;
}

.fn-ask__opt-strip {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--pmov);
}

.fn-ask__opt-strip .fn-ask__opt-chip {
    border-radius: var(--us9a);
    width: 26px;
    height: 26px;
}

.fn-ask__opt-strip .fn-ask__opt-label {
    font-size: 15.5px;
}

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

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

.fn-ask__spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--ssu9);
    border-top-color: var(--zj33);
    border-radius: 50%;
    animation: alle6m 1s linear infinite;
}

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

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

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

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

.fn-ask__rule-on {
    opacity: 1;
    color: var(--r6pq);
}

.fn-ask__rule-on .fn-ask__rule-dot {
    background: var(--zj33);
}

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

.fn-ask__result {
    display: block;
    animation: acqu50 .4s ease both;
}

.fn-ask__result-crown {
    display: flex;
    align-items: center;
    gap: 14px;
}

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

.fn-ask__result-crown .fn-ask__result-icon {
    margin-bottom: 0;
    height: 48px;
    width: 48px;
}

.fn-ask__result-heading {
    font-size: 26px;
}

.fn-ask__result-sum {
    color: var(--dpqu);
    margin-top: 14px;
}

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

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

.fn-ask__tip-icon {
    color: var(--zj33);
    margin-top: 4px;
    display: inline-flex;
}

.fn-ask__tips-no {
    counter-reset: wptip;
}

.fn-ask__tips-no .fn-ask__tip {
    position: relative;
    padding-left: 38px;
}

.fn-ask__tips-no .fn-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(--cm3r);
    color: var(--r6pq);
    font-family: var(--kzl6);
    font-size: 13px;
    font-weight: 700;
}

.fn-ask__actions {
    margin-top: 26px;
}

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

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

/* highlights */

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

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

.fn-feat {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--ssu9);
    border-radius: var(--dls2);
    background: var(--a6rb);
    box-shadow: var(--bz8h);
    transition: box-shadow .2s ease, transform .2s ease;
}

.fn-feat:hover {
    box-shadow: var(--zt0a);
    transform: translateY(-2px);
}

.fn-feat__icon {
    align-items: center;
    margin-bottom: 16px;
    justify-content: center;
    border-radius: var(--pmov);
    height: 50px;
    width: 50px;
    display: inline-flex;
    color: var(--zj33);
    background: var(--mhgb);
}

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

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

.fn-feat__prose {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--dpqu);
}

.fn-feats__rows {
    gap: 14px;
    display: grid;
}

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

.fn-feat__strip:hover {
    transform: none;
}

.fn-feat__no {
    flex: none;
    color: var(--zj33);
    font-family: var(--kzl6);
    font-size: 26px;
    font-weight: var(--jcbr);
    letter-spacing: var(--y5te);
    opacity: .55;
}

.fn-feat__body {
    flex: 1 1 auto;
}

/* steps */

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

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

.fn-move {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--ssu9);
    border-radius: var(--dls2);
    background: var(--a6rb);
    box-shadow: var(--bz8h);
}

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

.fn-move__prose {
    color: var(--dpqu);
    font-size: 15.5px;
}

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

.fn-steps__rule {
    display: grid;
    gap: 0;
}

.fn-move__rule {
    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;
}

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

.fn-move__rule:last-child {
    padding-bottom: 0;
}

.fn-move__rule:last-child::before {
    display: none;
}

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

/* about-teaser */

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

.fn-teaser__panel {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--ssu9);
    border-left: 4px solid var(--zj33);
    border-radius: var(--dls2);
    background: var(--a6rb);
    box-shadow: var(--zt0a);
}

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

.fn-teaser__heading {
    font-size: 25px;
}

.fn-teaser__prose {
    color: var(--dpqu);
    margin-top: 14px;
}

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

.fn-teaser__link:hover {
    border-bottom-color: var(--zj33);
}

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

.fn-teaser__link-btn:hover {
    color: var(--zjyp);
    background: var(--zj33);
    border-bottom-color: var(--zj33);
}

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

.fn-teaser__side {
    display: block;
}

.fn-teaser__main {
    padding-left: 34px;
    border-left: 1px solid var(--ssu9);
}

/* faq */

.fn-faq {
    padding-bottom: 58px;
}

.fn-faq__plain {
    padding-top: 58px;
}

.fn-faq__list {
    gap: 12px;
    display: grid;
}

.fn-faq__thing {
    border: 1px solid var(--ssu9);
    border-radius: var(--dls2);
    background: var(--a6rb);
    box-shadow: var(--bz8h);
    overflow: hidden;
}

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

.fn-faq__q::-webkit-details-marker {
    display: none;
}

.fn-faq__q:hover {
    color: var(--zj33);
}

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

.fn-faq__thing[open] .fn-faq__sign {
    transform: rotate(180deg);
}

.fn-faq__a {
    padding: 0 22px 20px;
    font-size: 15.5px;
    color: var(--dpqu);
}

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

.fn-faq__block {
    display: block;
}

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

.fn-faq__block-q .fn-faq__sign {
    background: none;
    height: 26px;
    margin-top: 1px;
    width: 26px;
}

.fn-faq__block-a {
    margin-top: 10px;
    color: var(--dpqu);
    font-size: 15.5px;
}

/* disclaimer */

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

.fn-disc__core {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--ssu9);
    border-radius: var(--dls2);
    background: var(--a6rb);
}

.fn-disc__icon {
    display: inline-flex;
    flex: none;
    color: var(--dpqu);
}

.fn-disc__prose {
    line-height: 1.6;
    color: var(--dpqu);
    font-size: 14.5px;
}

.fn-disc__strip {
    border-top: 1px solid var(--ssu9);
    padding: 20px 0;
    background: var(--a6rb);
}

.fn-disc__strip .fn-disc__prose {
    gap: 12px;
    display: flex;
    align-items: flex-start;
}

.fn-disc__strip .fn-disc__icon {
    margin-top: 2px;
}

/* page-head */

.fn-phead {
    padding: 54px 0 44px;
    background: var(--mhgb);
    border-bottom: 1px solid var(--ssu9);
}

.fn-phead__core {
    display: block;
}

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

.fn-phead__back:hover {
    text-decoration: underline;
}

.fn-phead__heading {
    font-size: 36px;
}

.fn-phead__sub {
    color: var(--dpqu);
    margin-top: 12px;
}

.fn-phead__plain {
    background: var(--a6rb);
}

.fn-phead__plain .fn-phead__core {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 30px;
    display: grid;
}

.fn-phead__plain .fn-phead__back {
    margin: 14px 0 0;
}

.fn-phead__measure {
    display: block;
}

/* footer */

.fn-end {
    background: var(--a6rb);
    border-top: 1px solid var(--ssu9);
    padding: 46px 0 26px;
    margin-top: 20px;
}

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

.fn-end__brand {
    max-width: 360px;
}

.fn-end__name {
    display: block;
    margin-top: 10px;
    font-family: var(--kzl6);
    font-size: 19px;
    font-weight: var(--jcbr);
    letter-spacing: var(--y5te);
}

.fn-end__aside {
    font-size: 14.5px;
    margin-top: 8px;
    color: var(--dpqu);
}

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

.fn-end__link {
    color: var(--dpqu);
    font-size: 14.5px;
}

.fn-end__link:hover {
    text-decoration: underline;
    color: var(--zj33);
}

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

.fn-end__wide {
    padding-top: 52px;
}

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

.fn-end__measure {
    display: block;
}

.fn-end__measure-brand {
    max-width: 420px;
}

.fn-end__measure-heading {
    display: block;
    margin-bottom: 14px;
    font-family: var(--kzl6);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--r6pq);
}

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

.fn-end__legal {
    font-size: 13.5px;
    color: var(--dpqu);
}

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

.fn-doc {
    display: block;
}

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

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

.fn-contact__split {
    gap: 26px;
    display: grid;
}

.fn-contact__panel {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--ssu9);
    border-radius: var(--dls2);
    background: var(--a6rb);
    box-shadow: var(--zt0a);
}

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

.fn-contact__strip:last-child {
    border-bottom: 0;
}

.fn-contact__icon {
    margin-top: 3px;
    color: var(--zj33);
    display: inline-flex;
    flex: none;
}

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

.fn-contact__label {
    margin-top: 2px;
    display: block;
    color: var(--dpqu);
    font-size: 14.5px;
}

a.fn-contact__value:hover {
    color: var(--zj33);
    text-decoration: underline;
}

.fn-contact__intro {
    color: var(--dpqu);
    font-size: 14.5px;
}

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

.fn-rev {
    font-size: 13.5px;
    color: var(--dpqu);
    margin-top: 30px;
    border-top: 1px solid var(--ssu9);
    padding-top: 14px;
}

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

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

.fn-consent {
    z-index: 40;
    box-shadow: var(--tyfm);
    border: 1px solid var(--ssu9);
    background: var(--a6rb);
    position: fixed;
}

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

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

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

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

.fn-consent__icon {
    display: inline-flex;
    color: var(--zj33);
}

.fn-consent__prose {
    max-width: 62ch;
    font-size: 14.5px;
    color: var(--dpqu);
}

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

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

.fn-consent__more {
    color: var(--zj33);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fn-consent__more:hover {
    color: var(--a75p);
}

/* джерела */

.fn-source {
    border-top: 1px solid var(--ssu9);
}

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

.fn-source__link {
    color: var(--zj33);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fn-source__link:hover {
    color: var(--a75p);
}

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

.fn-source__panel {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--a6rb);
    border: 1px solid var(--ssu9);
    border-radius: var(--pmov);
}

.fn-source__panel-icon {
    display: inline-flex;
    color: var(--zj33);
}

.fn-source__panel-heading {
    font-family: var(--kzl6);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.fn-source__panel-heading:hover {
    color: var(--zj33);
    text-decoration: underline;
}

.fn-source__panel-host {
    color: var(--dpqu);
    font-size: 13.5px;
}

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

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

.fn-nf__core {
    text-align: center;
}

.fn-nf__heading {
    font-size: 32px;
}

.fn-nf__prose {
    margin-top: 14px;
    color: var(--dpqu);
}

.fn-nf__cta {
    margin-top: 28px;
}

/* адаптив */

@media (max-width: 960px) {
    .fn-hero__columns {
    grid-template-columns: 1fr;
    gap: 36px;
}
    .fn-steps__split {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .fn-teaser__split {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .fn-teaser__main {
    border-left: 0;
    padding-left: 0;
}
    .fn-end__cols {
    grid-template-columns: 1fr 1fr;
}
    .fn-end__measure-brand {
    grid-column: 1 / -1;
}
    .fn-phead__plain .fn-phead__core {
    gap: 14px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
    .fn-page {
    font-size: 16px;
}
    .fn-area {
    padding: 48px 0;
}
    .fn-hero {
    padding: 46px 0 40px;
}
    .fn-hero__heading {
    font-size: 32px;
}
    .fn-hero__sub {
    font-size: 17px;
}
    .fn-hero__actions {
    gap: 12px;
}
    .fn-btn__lg {
    font-size: 17px;
    width: 100%;
    padding: 15px 24px;
}
    .fn-top__core {
    min-height: 0;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}
    .fn-top__label {
    display: none;
}
    .fn-top__menu {
    width: 100%;
}
    .fn-top__cta {
    margin-left: 0;
}
    .fn-top__stack .fn-top__core {
    align-items: center;
}
    .fn-area__heading {
    font-size: 25px;
}
    .fn-ask__heading {
    font-size: 25px;
}
    .fn-ask__q {
    font-size: 20px;
}
    .fn-ask__case {
    padding: 22px 18px;
    border-radius: var(--dls2);
}
    .fn-ask__case-flat {
    padding: 24px 18px;
}
    .fn-ask__opt {
    padding: 14px 16px;
    gap: 12px;
}
    .fn-ask__opt-label {
    font-size: 15.5px;
}
    .fn-ask__dots {
    display: none;
}
    .fn-ask__result-heading {
    font-size: 22px;
}
    .fn-ask__result-crown {
    gap: 12px;
    align-items: flex-start;
}
    .fn-phead {
    padding: 38px 0 32px;
}
    .fn-phead__heading {
    font-size: 28px;
}
    .fn-feat__strip {
    gap: 14px;
    padding: 20px;
}
    .fn-end__cols {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .fn-end__core {
    gap: 22px;
    flex-direction: column;
}
    .fn-contact__panel {
    padding: 20px;
}
    .fn-nf {
    padding: 60px 0 68px;
}
    .fn-nf__heading {
    font-size: 26px;
}
    .fn-consent__core {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}
    .fn-consent__panel {
    right: 12px;
    max-width: none;
    left: 12px;
    width: auto;
    bottom: 12px;
}
    .fn-consent__accept {
    width: 100%;
}
    .fn-source__cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .fn-ask__move-on,
    .fn-ask__result {
    animation: none;
}
    .fn-ask__spin {
    animation-duration: 3s;
}
    .fn-btn:hover,
    .fn-ask__opt:hover,
    .fn-feat:hover {
    transform: none;
}
}

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

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

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

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

.fn-area__tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/e0a2c7/img/top.jpg?v=94595);
    background-size: cover;
    background-position: center;
}

/* знімок */

.fn-shot {
    margin: 0;
}

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

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

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

.fn-shot__panel .fn-shot__img {
    object-fit: cover;
    height: clamp(200px, 30vw, 380px);
}

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

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

.fn-log__date {
    color: var(--dpqu);
    font-size: 13px;
    letter-spacing: 0.04em;
}

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

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

.fn-log__strip {
    padding: 14px 0;
    border-top: 1px solid var(--ssu9);
}

.fn-log__rows .fn-log__strip:first-child {
    border-top: 0;
}

.fn-log__stamp {
    font-size: 13px;
    display: block;
    color: var(--dpqu);
}

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

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

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

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