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

@font-face {
    font-family: "wpf13f196";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/241a24/fonts/source-serif-4-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf13f196";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/241a24/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --hkd0: #2f7a44;
    --s70q: #1f5a31;
    --kq3t: #e0a33c;
    --lhmg: #f6faf6;
    --yxw0: #ffffff;
    --f12i: #1b2f20;
    --rzmt: #5f7a64;
    --trki: #dae9dc;
    --zmzr: #ffffff;
    --n3bl: #111111;
    --lnlx: #e6efe9;
    --ex1b: #fbf4e8;
    --n42r: "wpf55bb57", Cambria, Georgia, "Times New Roman", serif;
    --cdiv: "wpf13f196", Georgia, "Times New Roman", serif;
    --e9fc: 600;
    --tpw1: -0.01em;
    --mflx: 6px;
    --h187: 10px;
    --arwt: 16px;
    --mpsv: 24px;
    --kv2b: 0 1px 2px rgba(17, 34, 39, .05);
    --ibzr: 0 8px 24px rgba(17, 34, 39, .07);
    --fbma: 0 20px 52px rgba(17, 34, 39, .12);
    --lovq: 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(--n42r);
    font-weight: var(--e9fc);
    letter-spacing: var(--tpw1);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

[hidden] {
    display: none !important;
}

.qn-page {
    margin: 0;
    background: var(--lhmg);
    color: var(--f12i);
    font-family: var(--cdiv);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.qn-main {
    display: block;
}

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

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

.qn-block {
    padding: 68px 0;
}

.qn-block-tint {
    background: var(--lnlx);
}

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

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

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

.qn-block-name {
    font-size: 30px;
}

.qn-block-opening {
    color: var(--rzmt);
    margin-top: 14px;
}

/* buttons */

.qn-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(--n42r);
    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;
}

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

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

.qn-btn-primary {
    background: var(--hkd0);
    color: var(--zmzr);
    box-shadow: var(--ibzr);
}

.qn-btn-primary:hover {
    background: var(--s70q);
}

.qn-btn-ghost {
    color: var(--hkd0);
    background: var(--yxw0);
    border-color: var(--trki);
}

.qn-btn-ghost:hover {
    border-color: var(--hkd0);
    background: var(--lnlx);
}

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

/* header */

.qn-bar {
    border-bottom: 1px solid var(--trki);
    position: relative;
    background: var(--yxw0);
    z-index: 2;
}

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

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

.qn-bar-badge {
    display: inline-flex;
    color: var(--hkd0);
    align-items: center;
}

.qn-bar-words {
    flex-direction: column;
    display: flex;
}

.qn-bar-name {
    font-family: var(--n42r);
    font-size: 20px;
    font-weight: var(--e9fc);
    letter-spacing: var(--tpw1);
    color: var(--f12i);
}

.qn-bar-chip {
    font-size: 12.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--rzmt);
    max-width: 320px;
    line-height: 1.35;
}

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

.qn-bar-ref {
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
    color: var(--rzmt);
    padding: 8px 12px;
    border-radius: var(--mflx);
}

.qn-bar-ref:hover {
    background: var(--lnlx);
    color: var(--hkd0);
}

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

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

.qn-bar-stack .qn-bar-in {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

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

.qn-bar-stack .qn-bar-name {
    font-size: 24px;
}

.qn-bar-strip {
    text-align: center;
    background: var(--hkd0);
    color: var(--zmzr);
}

.qn-bar-strip-para {
    font-size: 13px;
    display: inline-block;
    opacity: .92;
    padding: 7px 0;
}

/* hero */

.qn-banner {
    padding: 76px 0 64px;
}

.qn-banner-body {
    display: block;
}

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

.qn-banner-name {
    font-size: 44px;
}

.qn-banner-sub {
    color: var(--rzmt);
    font-size: 19px;
    margin-top: 18px;
}

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

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

.qn-banner-hint-pict {
    color: var(--hkd0);
    display: inline-flex;
}

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

.qn-banner-bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--trki);
    border-radius: 999px;
    background: var(--yxw0);
    box-shadow: var(--kv2b);
    font-size: 14.5px;
}

.qn-banner-bullet-pict {
    display: inline-flex;
    color: var(--hkd0);
}

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

.qn-banner-center {
    text-align: center;
}

.qn-banner-center .qn-banner-actions {
    justify-content: center;
}

.qn-banner-center .qn-banner-bullets {
    justify-content: center;
}

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

.qn-banner-split {
    background: linear-gradient(180deg, var(--lnlx) 0%, var(--lhmg) 72%);
}

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

.qn-banner-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--trki);
    border-radius: var(--mpsv);
    background: var(--yxw0);
    box-shadow: var(--fbma);
}

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

.qn-banner-art-name {
    display: block;
    margin-top: 18px;
    font-family: var(--n42r);
    font-size: 21px;
    font-weight: var(--e9fc);
    letter-spacing: var(--tpw1);
}

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

.qn-banner-art-thing {
    padding-top: 12px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: var(--rzmt);
    border-top: 1px solid var(--trki);
    gap: 10px;
}

.qn-banner-art-thing:first-child {
    padding-top: 0;
    border-top: 0;
}

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

.qn-banner-cards {
    text-align: left;
}

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

.qn-banner-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--trki);
    border-radius: var(--arwt);
    background: var(--yxw0);
    box-shadow: var(--kv2b);
}

.qn-banner-panel-pict {
    border-radius: var(--h187);
    align-items: center;
    justify-content: center;
    background: var(--ex1b);
    display: inline-flex;
    color: var(--f12i);
    height: 44px;
    width: 44px;
}

.qn-banner-panel-para {
    color: var(--rzmt);
    font-size: 15px;
}

.qn-banner-cards .qn-banner-eyebrow {
    padding: 0;
    margin: 34px 0 0;
    color: var(--rzmt);
    background: none;
}

/* quiz */

.qn-survey {
    scroll-margin-top: 20px;
}

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

.qn-survey-name {
    font-size: 30px;
}

.qn-survey-hint {
    color: var(--rzmt);
    margin-top: 12px;
}

.qn-survey-case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--trki);
    border-radius: var(--mpsv);
    background: var(--yxw0);
    box-shadow: var(--fbma);
}

.qn-survey-case-flat {
    border-radius: var(--arwt);
    padding: 34px 30px 30px;
    box-shadow: var(--ibzr);
}

.qn-survey-case-flat .qn-survey-crown {
    margin-bottom: 22px;
}

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

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

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

.qn-survey-counter {
    flex: none;
    color: var(--rzmt);
    font-family: var(--n42r);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.qn-survey-dot-on {
    background: var(--hkd0);
    transform: scale(1.15);
}

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

.qn-survey-step {
    display: block;
}

.qn-survey-step-on {
    animation: ia78sh .32s ease both;
}

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

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

.qn-survey-q {
    font-size: 24px;
}

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

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

.qn-survey-opt:hover {
    background: var(--lnlx);
    transform: translateY(-1px);
    border-color: var(--hkd0);
}

.qn-survey-opt-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--trki);
    border-radius: 50%;
    color: var(--rzmt);
    font-family: var(--n42r);
    font-size: 12px;
    font-weight: 700;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

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

.qn-survey-opt-on {
    border-color: var(--hkd0);
    background: var(--lnlx);
    box-shadow: var(--ibzr);
}

.qn-survey-opt-on .qn-survey-opt-badge {
    border-color: var(--hkd0);
    color: var(--zmzr);
    background: var(--hkd0);
}

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

.qn-survey-rows {
    gap: 8px;
}

.qn-survey-opt-bar {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--h187);
}

.qn-survey-opt-bar .qn-survey-opt-badge {
    height: 26px;
    width: 26px;
    border-radius: var(--mflx);
}

.qn-survey-opt-bar .qn-survey-opt-label {
    font-size: 15.5px;
}

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

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

.qn-survey-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--trki);
    border-top-color: var(--hkd0);
    border-radius: 50%;
    animation: d6hu6o 1s linear infinite;
}

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

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

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

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

.qn-survey-streak-on {
    opacity: 1;
    color: var(--f12i);
}

.qn-survey-streak-on .qn-survey-streak-dot {
    background: var(--hkd0);
}

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

.qn-survey-result {
    display: block;
    animation: ia78sh .4s ease both;
}

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

.qn-survey-result-pict {
    display: inline-flex;
    color: var(--hkd0);
    flex: none;
    justify-content: center;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    align-items: center;
    background: var(--lnlx);
    margin-bottom: 16px;
}

.qn-survey-result-crown .qn-survey-result-pict {
    height: 48px;
    margin-bottom: 0;
    width: 48px;
}

.qn-survey-result-name {
    font-size: 26px;
}

.qn-survey-result-sum {
    color: var(--rzmt);
    margin-top: 14px;
}

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

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

.qn-survey-tip-pict {
    display: inline-flex;
    margin-top: 4px;
    color: var(--hkd0);
}

.qn-survey-tips-digit {
    counter-reset: wptip;
}

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

.qn-survey-tips-digit .qn-survey-tip::before {
    counter-increment: wptip;
    content: counter(wptip);
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ex1b);
    color: var(--f12i);
    font-family: var(--n42r);
    font-size: 13px;
    font-weight: 700;
}

.qn-survey-actions {
    margin-top: 26px;
}

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

.qn-survey-bottom {
    color: var(--rzmt);
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
}

/* highlights */

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

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

.qn-point {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--trki);
    border-radius: var(--arwt);
    background: var(--yxw0);
    box-shadow: var(--kv2b);
    transition: box-shadow .2s ease, transform .2s ease;
}

.qn-point:hover {
    box-shadow: var(--ibzr);
    transform: translateY(-2px);
}

.qn-point-pict {
    justify-content: center;
    border-radius: var(--h187);
    width: 50px;
    align-items: center;
    height: 50px;
    background: var(--lnlx);
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--hkd0);
}

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

.qn-point-name {
    align-items: center;
    font-size: 20px;
    display: flex;
}

.qn-point-para {
    margin-top: 10px;
    font-size: 15.5px;
    color: var(--rzmt);
}

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

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

.qn-point-bar:hover {
    transform: none;
}

.qn-point-digit {
    flex: none;
    color: var(--hkd0);
    font-family: var(--n42r);
    font-size: 26px;
    font-weight: var(--e9fc);
    letter-spacing: var(--tpw1);
    opacity: .55;
}

.qn-point-body {
    flex: 1 1 auto;
}

/* steps */

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

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

.qn-step {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--trki);
    border-radius: var(--arwt);
    background: var(--yxw0);
    box-shadow: var(--kv2b);
}

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

.qn-step-para {
    color: var(--rzmt);
    font-size: 15.5px;
}

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

.qn-steps-streak {
    display: grid;
    gap: 0;
}

.qn-step-streak {
    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;
}

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

.qn-step-streak:last-child {
    padding-bottom: 0;
}

.qn-step-streak:last-child::before {
    display: none;
}

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

/* about-teaser */

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

.qn-teaser-panel {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--trki);
    border-left: 4px solid var(--hkd0);
    border-radius: var(--arwt);
    background: var(--yxw0);
    box-shadow: var(--ibzr);
}

.qn-teaser-pict {
    height: 52px;
    color: var(--f12i);
    border-radius: 50%;
    background: var(--ex1b);
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    width: 52px;
    justify-content: center;
}

.qn-teaser-name {
    font-size: 25px;
}

.qn-teaser-para {
    color: var(--rzmt);
    margin-top: 14px;
}

.qn-teaser-ref {
    color: var(--hkd0);
    border-bottom: 2px solid transparent;
    transition: border-color .15s ease;
}

.qn-teaser-ref:hover {
    border-bottom-color: var(--hkd0);
}

.qn-teaser-ref-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--hkd0);
    border-radius: 999px;
    font-family: var(--n42r);
    font-size: 15px;
    font-weight: 600;
}

.qn-teaser-ref-btn:hover {
    border-bottom-color: var(--hkd0);
    background: var(--hkd0);
    color: var(--zmzr);
}

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

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

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

/* faq */

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

.qn-faq-plain {
    padding-top: 58px;
}

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

.qn-faq-thing {
    border: 1px solid var(--trki);
    border-radius: var(--arwt);
    background: var(--yxw0);
    box-shadow: var(--kv2b);
    overflow: hidden;
}

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

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

.qn-faq-q:hover {
    color: var(--hkd0);
}

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

.qn-faq-thing[open] .qn-faq-sign {
    transform: rotate(180deg);
}

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

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

.qn-faq-block {
    display: block;
}

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

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

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

/* disclaimer */

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

.qn-disc-in {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--trki);
    border-radius: var(--arwt);
    background: var(--yxw0);
}

.qn-disc-pict {
    flex: none;
    color: var(--rzmt);
    display: inline-flex;
}

.qn-disc-para {
    font-size: 14.5px;
    color: var(--rzmt);
    line-height: 1.6;
}

.qn-disc-strip {
    padding: 20px 0;
    background: var(--yxw0);
    border-top: 1px solid var(--trki);
}

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

.qn-disc-strip .qn-disc-pict {
    margin-top: 2px;
}

/* page-head */

.qn-phead {
    border-bottom: 1px solid var(--trki);
    background: var(--lnlx);
    padding: 54px 0 44px;
}

.qn-phead-in {
    display: block;
}

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

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

.qn-phead-name {
    font-size: 36px;
}

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

.qn-phead-plain {
    background: var(--yxw0);
}

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

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

.qn-phead-column {
    display: block;
}

/* footer */

.qn-bottom {
    padding: 46px 0 26px;
    background: var(--yxw0);
    border-top: 1px solid var(--trki);
    margin-top: 20px;
}

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

.qn-bottom-brand {
    max-width: 360px;
}

.qn-bottom-name {
    display: block;
    margin-top: 10px;
    font-family: var(--n42r);
    font-size: 19px;
    font-weight: var(--e9fc);
    letter-spacing: var(--tpw1);
}

.qn-bottom-hint {
    margin-top: 8px;
    font-size: 14.5px;
    color: var(--rzmt);
}

.qn-bottom-bar {
    flex-wrap: wrap;
    gap: 6px 18px;
    display: flex;
}

.qn-bottom-ref {
    color: var(--rzmt);
    font-size: 14.5px;
}

.qn-bottom-ref:hover {
    color: var(--hkd0);
    text-decoration: underline;
}

.qn-bottom-bar-stack {
    gap: 8px;
    flex-direction: column;
}

.qn-bottom-wide {
    padding-top: 52px;
}

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

.qn-bottom-column {
    display: block;
}

.qn-bottom-column-brand {
    max-width: 420px;
}

.qn-bottom-column-name {
    display: block;
    margin-bottom: 14px;
    font-family: var(--n42r);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--f12i);
}

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

.qn-bottom-legal {
    color: var(--rzmt);
    font-size: 13.5px;
}

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

.qn-doc {
    display: block;
}

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

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

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

.qn-contact-panel {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--trki);
    border-radius: var(--arwt);
    background: var(--yxw0);
    box-shadow: var(--ibzr);
}

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

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

.qn-contact-pict {
    color: var(--hkd0);
    margin-top: 3px;
    flex: none;
    display: inline-flex;
}

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

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

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

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

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

.qn-rev {
    margin-top: 30px;
    border-top: 1px solid var(--trki);
    padding-top: 14px;
    font-size: 13.5px;
    color: var(--rzmt);
}

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

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

.qn-consent {
    box-shadow: var(--fbma);
    border: 1px solid var(--trki);
    background: var(--yxw0);
    z-index: 40;
    position: fixed;
}

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

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

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

.qn-consent-stack {
    justify-items: start;
    gap: 12px;
    display: grid;
}

.qn-consent-pict {
    display: inline-flex;
    color: var(--hkd0);
}

.qn-consent-para {
    max-width: 62ch;
    font-size: 14.5px;
    color: var(--rzmt);
}

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

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

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

.qn-consent-more:hover {
    color: var(--s70q);
}

/* джерела */

.qn-ref {
    border-top: 1px solid var(--trki);
}

.qn-ref-bar {
    flex-wrap: wrap;
    display: flex;
    gap: 10px 28px;
}

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

.qn-ref-ref:hover {
    color: var(--s70q);
}

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

.qn-ref-panel {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--yxw0);
    border: 1px solid var(--trki);
    border-radius: var(--h187);
}

.qn-ref-panel-pict {
    color: var(--hkd0);
    display: inline-flex;
}

.qn-ref-panel-name {
    font-family: var(--n42r);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.qn-ref-panel-name:hover {
    text-decoration: underline;
    color: var(--hkd0);
}

.qn-ref-panel-host {
    color: var(--rzmt);
    font-size: 13.5px;
}

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

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

.qn-nf-in {
    text-align: center;
}

.qn-nf-name {
    font-size: 32px;
}

.qn-nf-para {
    margin-top: 14px;
    color: var(--rzmt);
}

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

/* адаптив */

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

@media (max-width: 720px) {
    .qn-page {
    font-size: 16px;
}
    .qn-block {
    padding: 48px 0;
}
    .qn-banner {
    padding: 46px 0 40px;
}
    .qn-banner-name {
    font-size: 32px;
}
    .qn-banner-sub {
    font-size: 17px;
}
    .qn-banner-actions {
    gap: 12px;
}
    .qn-btn-lg {
    font-size: 17px;
    width: 100%;
    padding: 15px 24px;
}
    .qn-bar-in {
    gap: 12px;
    flex-direction: column;
    min-height: 0;
    align-items: flex-start;
}
    .qn-bar-chip {
    display: none;
}
    .qn-bar-bar {
    width: 100%;
}
    .qn-bar-cta {
    margin-left: 0;
}
    .qn-bar-stack .qn-bar-in {
    align-items: center;
}
    .qn-block-name {
    font-size: 25px;
}
    .qn-survey-name {
    font-size: 25px;
}
    .qn-survey-q {
    font-size: 20px;
}
    .qn-survey-case {
    padding: 22px 18px;
    border-radius: var(--arwt);
}
    .qn-survey-case-flat {
    padding: 24px 18px;
}
    .qn-survey-opt {
    gap: 12px;
    padding: 14px 16px;
}
    .qn-survey-opt-label {
    font-size: 15.5px;
}
    .qn-survey-dots {
    display: none;
}
    .qn-survey-result-name {
    font-size: 22px;
}
    .qn-survey-result-crown {
    gap: 12px;
    align-items: flex-start;
}
    .qn-phead {
    padding: 38px 0 32px;
}
    .qn-phead-name {
    font-size: 28px;
}
    .qn-point-bar {
    gap: 14px;
    padding: 20px;
}
    .qn-bottom-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .qn-bottom-in {
    gap: 22px;
    flex-direction: column;
}
    .qn-contact-panel {
    padding: 20px;
}
    .qn-nf {
    padding: 60px 0 68px;
}
    .qn-nf-name {
    font-size: 26px;
}
    .qn-consent-in {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}
    .qn-consent-panel {
    width: auto;
    left: 12px;
    right: 12px;
    max-width: none;
    bottom: 12px;
}
    .qn-consent-accept {
    width: 100%;
}
    .qn-ref-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .qn-survey-step-on,
    .qn-survey-result {
    animation: none;
}
    .qn-survey-spin {
    animation-duration: 3s;
}
    .qn-btn:hover,
    .qn-survey-opt:hover,
    .qn-point:hover {
    transform: none;
}
}

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

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

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

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

.qn-block-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/241a24/img/IMG_3626.jpg?v=3a99f);
    background-size: cover;
    background-position: center;
}

/* знімок */

.qn-shot {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.qn-log-para {
    font-size: 15px;
    margin: 5px 0 0;
}

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

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

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