@font-face {
    font-family: "wpf738c2c";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/4b161d/fonts/space-grotesk-700.woff2) format("woff2");
}

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

@font-face {
    font-family: "wpfc3807a";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/4b161d/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --r7wy: rgb(18,121,143);
    --o3dc: rgb(12,87,104);
    --lv2x: rgb(231,140,70);
    --xy74: rgb(243,250,251);
    --gyxz: rgb(255,255,255);
    --hxmp: rgb(15,44,51);
    --au13: rgb(85,120,127);
    --b49y: rgb(210,232,236);
    --j6gb: rgb(255,255,255);
    --zi7j: rgb(17,17,17);
    --a96c: rgb(227,239,242);
    --fau8: rgb(252,241,233);
    --u116: "wpf738c2c", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --nxvi: "wpfc3807a", Georgia, "Times New Roman", serif;
    --r83o: 600;
    --lbu3: -0.03em;
    --m2vq: 6px;
    --wti7: 10px;
    --o6np: 16px;
    --hamz: 24px;
    --gwc7: 0 1px 2px rgba(17, 34, 39, .05);
    --ym1i: 0 8px 24px rgba(17, 34, 39, .07);
    --wp7n: 0 20px 52px rgba(17, 34, 39, .12);
    --xnee: 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(--u116);
    font-weight: var(--r83o);
    letter-spacing: var(--lbu3);
    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 {
    font: inherit;
    background: none;
    margin: 0;
    border: 0;
    color: inherit;
}

[hidden] {
    display: none !important;
}

.qt_page {
    margin: 0;
    background: var(--xy74);
    color: var(--hxmp);
    font-family: var(--nxvi);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.qt_main {
    display: block;
}

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

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

.qt_block {
    padding: 68px 0;
}

.qt_block-tint {
    background: var(--a96c);
}

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

.qt_block-upper-left {
    margin: 0;
    text-align: left;
}

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

.qt_block-heading {
    font-size: 30px;
}

.qt_block-lead {
    color: var(--au13);
    margin-top: 14px;
}

/* buttons */

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

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

.qt_action:active {
    transform: translateY(0);
}

.qt_action-primary {
    box-shadow: var(--ym1i);
    background: var(--r7wy);
    color: var(--j6gb);
}

.qt_action-primary:hover {
    background: var(--o3dc);
}

.qt_action-ghost {
    border-color: var(--b49y);
    background: var(--gyxz);
    color: var(--r7wy);
}

.qt_action-ghost:hover {
    border-color: var(--r7wy);
    background: var(--a96c);
}

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

/* header */

.qt_head {
    background: var(--gyxz);
    position: relative;
    border-bottom: 1px solid var(--b49y);
    z-index: 2;
}

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

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

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

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

.qt_head-name {
    font-family: var(--u116);
    font-size: 20px;
    font-weight: var(--r83o);
    letter-spacing: var(--lbu3);
    color: var(--hxmp);
}

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

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

.qt_head-ref {
    padding: 8px 12px;
    border-radius: var(--m2vq);
    color: var(--au13);
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
}

.qt_head-ref:hover {
    color: var(--r7wy);
    background: var(--a96c);
}

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

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

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

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

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

.qt_head-strip {
    color: var(--j6gb);
    background: var(--r7wy);
    text-align: center;
}

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

/* hero */

.qt_front {
    padding: 76px 0 64px;
}

.qt_front-body {
    display: block;
}

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

.qt_front-heading {
    font-size: 44px;
}

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

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

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

.qt_front-aside-icon {
    display: inline-flex;
    color: var(--r7wy);
}

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

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

.qt_front-bullet-icon {
    color: var(--r7wy);
    display: inline-flex;
}

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

.qt_front-center {
    text-align: center;
}

.qt_front-center .qt_front-actions {
    justify-content: center;
}

.qt_front-center .qt_front-bullets {
    justify-content: center;
}

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

.qt_front-split {
    background: linear-gradient(180deg, var(--a96c) 0%, var(--xy74) 72%);
}

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

.qt_front-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--b49y);
    border-radius: var(--hamz);
    background: var(--gyxz);
    box-shadow: var(--wp7n);
}

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

.qt_front-art-heading {
    display: block;
    margin-top: 18px;
    font-family: var(--u116);
    font-size: 21px;
    font-weight: var(--r83o);
    letter-spacing: var(--lbu3);
}

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

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

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

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

.qt_front-cards {
    text-align: left;
}

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

.qt_front-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--b49y);
    border-radius: var(--o6np);
    background: var(--gyxz);
    box-shadow: var(--gwc7);
}

.qt_front-box-icon {
    height: 44px;
    justify-content: center;
    width: 44px;
    align-items: center;
    border-radius: var(--wti7);
    color: var(--hxmp);
    display: inline-flex;
    background: var(--fau8);
}

.qt_front-box-prose {
    font-size: 15px;
    color: var(--au13);
}

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

/* quiz */

.qt_check {
    scroll-margin-top: 20px;
}

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

.qt_check-heading {
    font-size: 30px;
}

.qt_check-aside {
    margin-top: 12px;
    color: var(--au13);
}

.qt_check-crate {
    position: relative;
    padding: 30px;
    border: 1px solid var(--b49y);
    border-radius: var(--hamz);
    background: var(--gyxz);
    box-shadow: var(--wp7n);
}

.qt_check-crate-flat {
    padding: 34px 30px 30px;
    box-shadow: var(--ym1i);
    border-radius: var(--o6np);
}

.qt_check-crate-flat .qt_check-upper {
    margin-bottom: 22px;
}

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

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

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

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

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

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

.qt_check-dot-on {
    transform: scale(1.15);
    background: var(--r7wy);
}

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

.qt_check-stage {
    display: block;
}

.qt_check-stage-on {
    animation: objaew .32s ease both;
}

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

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

.qt_check-q {
    font-size: 24px;
}

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

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

.qt_check-opt:hover {
    background: var(--a96c);
    border-color: var(--r7wy);
    transform: translateY(-1px);
}

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

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

.qt_check-opt-on {
    border-color: var(--r7wy);
    box-shadow: var(--ym1i);
    background: var(--a96c);
}

.qt_check-opt-on .qt_check-opt-chip {
    background: var(--r7wy);
    border-color: var(--r7wy);
    color: var(--j6gb);
}

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

.qt_check-rows {
    gap: 8px;
}

.qt_check-opt-row {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--wti7);
}

.qt_check-opt-row .qt_check-opt-chip {
    border-radius: var(--m2vq);
    width: 26px;
    height: 26px;
}

.qt_check-opt-row .qt_check-opt-label {
    font-size: 15.5px;
}

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

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

.qt_check-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--b49y);
    border-top-color: var(--r7wy);
    border-radius: 50%;
    animation: s39457 1s linear infinite;
}

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

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

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

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

.qt_check-rule-on {
    color: var(--hxmp);
    opacity: 1;
}

.qt_check-rule-on .qt_check-rule-dot {
    background: var(--r7wy);
}

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

.qt_check-result {
    animation: objaew .4s ease both;
    display: block;
}

.qt_check-result-upper {
    align-items: center;
    gap: 14px;
    display: flex;
}

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

.qt_check-result-upper .qt_check-result-icon {
    width: 48px;
    margin-bottom: 0;
    height: 48px;
}

.qt_check-result-heading {
    font-size: 26px;
}

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

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

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

.qt_check-tip-icon {
    margin-top: 4px;
    display: inline-flex;
    color: var(--r7wy);
}

.qt_check-tips-num {
    counter-reset: wptip;
}

.qt_check-tips-num .qt_check-tip {
    padding-left: 38px;
    position: relative;
}

.qt_check-tips-num .qt_check-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(--fau8);
    color: var(--hxmp);
    font-family: var(--u116);
    font-size: 13px;
    font-weight: 700;
}

.qt_check-actions {
    margin-top: 26px;
}

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

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

/* highlights */

.qt_feats {
    padding-bottom: 58px;
}

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

.qt_perk {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--b49y);
    border-radius: var(--o6np);
    background: var(--gyxz);
    box-shadow: var(--gwc7);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.qt_perk-icon {
    border-radius: var(--wti7);
    display: inline-flex;
    background: var(--a96c);
    width: 50px;
    align-items: center;
    height: 50px;
    color: var(--r7wy);
    justify-content: center;
    margin-bottom: 16px;
}

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

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

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

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

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

.qt_perk-row:hover {
    transform: none;
}

.qt_perk-num {
    flex: none;
    color: var(--r7wy);
    font-family: var(--u116);
    font-size: 26px;
    font-weight: var(--r83o);
    letter-spacing: var(--lbu3);
    opacity: .55;
}

.qt_perk-body {
    flex: 1 1 auto;
}

/* steps */

.qt_steps {
    padding-bottom: 58px;
}

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

.qt_stage {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--b49y);
    border-radius: var(--o6np);
    background: var(--gyxz);
    box-shadow: var(--gwc7);
}

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

.qt_stage-prose {
    color: var(--au13);
    font-size: 15.5px;
}

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

.qt_steps-rule {
    gap: 0;
    display: grid;
}

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

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

.qt_stage-rule:last-child {
    padding-bottom: 0;
}

.qt_stage-rule:last-child::before {
    display: none;
}

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

/* about-teaser */

.qt_teaser {
    padding-top: 58px;
}

.qt_teaser-box {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--b49y);
    border-left: 4px solid var(--r7wy);
    border-radius: var(--o6np);
    background: var(--gyxz);
    box-shadow: var(--ym1i);
}

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

.qt_teaser-heading {
    font-size: 25px;
}

.qt_teaser-prose {
    margin-top: 14px;
    color: var(--au13);
}

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

.qt_teaser-ref:hover {
    border-bottom-color: var(--r7wy);
}

.qt_teaser-ref-action {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--r7wy);
    border-radius: 999px;
    font-family: var(--u116);
    font-size: 15px;
    font-weight: 600;
}

.qt_teaser-ref-action:hover {
    border-bottom-color: var(--r7wy);
    color: var(--j6gb);
    background: var(--r7wy);
}

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

.qt_teaser-side {
    display: block;
}

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

/* faq */

.qt_faq {
    padding-bottom: 58px;
}

.qt_faq-plain {
    padding-top: 58px;
}

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

.qt_faq-point {
    border: 1px solid var(--b49y);
    border-radius: var(--o6np);
    background: var(--gyxz);
    box-shadow: var(--gwc7);
    overflow: hidden;
}

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

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

.qt_faq-q:hover {
    color: var(--r7wy);
}

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

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

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

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

.qt_faq-block {
    display: block;
}

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

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

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

/* disclaimer */

.qt_disc {
    padding-top: 10px;
}

.qt_disc-body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--b49y);
    border-radius: var(--o6np);
    background: var(--gyxz);
}

.qt_disc-icon {
    flex: none;
    display: inline-flex;
    color: var(--au13);
}

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

.qt_disc-strip {
    padding: 20px 0;
    background: var(--gyxz);
    border-top: 1px solid var(--b49y);
}

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

.qt_disc-strip .qt_disc-icon {
    margin-top: 2px;
}

/* page-head */

.qt_phead {
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--b49y);
    background: var(--a96c);
}

.qt_phead-body {
    display: block;
}

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

.qt_phead-back:hover {
    text-decoration: underline;
}

.qt_phead-heading {
    font-size: 36px;
}

.qt_phead-sub {
    color: var(--au13);
    margin-top: 12px;
}

.qt_phead-plain {
    background: var(--gyxz);
}

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

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

.qt_phead-inner {
    display: block;
}

/* footer */

.qt_foot {
    border-top: 1px solid var(--b49y);
    background: var(--gyxz);
    margin-top: 20px;
    padding: 46px 0 26px;
}

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

.qt_foot-brand {
    max-width: 360px;
}

.qt_foot-name {
    display: block;
    margin-top: 10px;
    font-family: var(--u116);
    font-size: 19px;
    font-weight: var(--r83o);
    letter-spacing: var(--lbu3);
}

.qt_foot-aside {
    color: var(--au13);
    font-size: 14.5px;
    margin-top: 8px;
}

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

.qt_foot-ref {
    font-size: 14.5px;
    color: var(--au13);
}

.qt_foot-ref:hover {
    text-decoration: underline;
    color: var(--r7wy);
}

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

.qt_foot-wide {
    padding-top: 52px;
}

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

.qt_foot-inner {
    display: block;
}

.qt_foot-inner-brand {
    max-width: 420px;
}

.qt_foot-inner-heading {
    display: block;
    margin-bottom: 14px;
    font-family: var(--u116);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--hxmp);
}

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

.qt_foot-legal {
    color: var(--au13);
    font-size: 13.5px;
}

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

.qt_doc {
    display: block;
}

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

.qt_prose:last-child {
    margin-bottom: 0;
}

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

.qt_contact-box {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--b49y);
    border-radius: var(--o6np);
    background: var(--gyxz);
    box-shadow: var(--ym1i);
}

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

.qt_contact-row:last-child {
    border-bottom: 0;
}

.qt_contact-icon {
    flex: none;
    display: inline-flex;
    margin-top: 3px;
    color: var(--r7wy);
}

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

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

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

.qt_contact-lead {
    color: var(--au13);
    font-size: 14.5px;
}

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

.qt_rev {
    margin-top: 30px;
    color: var(--au13);
    font-size: 13.5px;
    padding-top: 14px;
    border-top: 1px solid var(--b49y);
}

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

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

.qt_cookie {
    box-shadow: var(--wp7n);
    position: fixed;
    z-index: 40;
    background: var(--gyxz);
    border: 1px solid var(--b49y);
}

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

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

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

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

.qt_cookie-icon {
    display: inline-flex;
    color: var(--r7wy);
}

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

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

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

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

.qt_cookie-more:hover {
    color: var(--o3dc);
}

/* джерела */

.qt_src {
    border-top: 1px solid var(--b49y);
}

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

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

.qt_src-ref:hover {
    color: var(--o3dc);
}

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

.qt_src-box {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--gyxz);
    border: 1px solid var(--b49y);
    border-radius: var(--wti7);
}

.qt_src-box-icon {
    display: inline-flex;
    color: var(--r7wy);
}

.qt_src-box-heading {
    font-family: var(--u116);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.qt_src-box-heading:hover {
    text-decoration: underline;
    color: var(--r7wy);
}

.qt_src-box-host {
    color: var(--au13);
    font-size: 13.5px;
}

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

.qt_nf {
    padding: 92px 0 100px;
}

.qt_nf-body {
    text-align: center;
}

.qt_nf-heading {
    font-size: 32px;
}

.qt_nf-prose {
    margin-top: 14px;
    color: var(--au13);
}

.qt_nf-cta {
    margin-top: 28px;
}

/* адаптив */

@media (max-width: 960px) {
    .qt_front-columns {
    gap: 36px;
    grid-template-columns: 1fr;
}
    .qt_steps-split {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .qt_teaser-split {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .qt_teaser-main {
    padding-left: 0;
    border-left: 0;
}
    .qt_foot-cols {
    grid-template-columns: 1fr 1fr;
}
    .qt_foot-inner-brand {
    grid-column: 1 / -1;
}
    .qt_phead-plain .qt_phead-body {
    grid-template-columns: 1fr;
    gap: 14px;
}
}

@media (max-width: 720px) {
    .qt_page {
    font-size: 16px;
}
    .qt_block {
    padding: 48px 0;
}
    .qt_front {
    padding: 46px 0 40px;
}
    .qt_front-heading {
    font-size: 32px;
}
    .qt_front-sub {
    font-size: 17px;
}
    .qt_front-actions {
    gap: 12px;
}
    .qt_action-lg {
    font-size: 17px;
    padding: 15px 24px;
    width: 100%;
}
    .qt_head-body {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
}
    .qt_head-label {
    display: none;
}
    .qt_head-nav {
    width: 100%;
}
    .qt_head-cta {
    margin-left: 0;
}
    .qt_head-stack .qt_head-body {
    align-items: center;
}
    .qt_block-heading {
    font-size: 25px;
}
    .qt_check-heading {
    font-size: 25px;
}
    .qt_check-q {
    font-size: 20px;
}
    .qt_check-crate {
    border-radius: var(--o6np);
    padding: 22px 18px;
}
    .qt_check-crate-flat {
    padding: 24px 18px;
}
    .qt_check-opt {
    padding: 14px 16px;
    gap: 12px;
}
    .qt_check-opt-label {
    font-size: 15.5px;
}
    .qt_check-dots {
    display: none;
}
    .qt_check-result-heading {
    font-size: 22px;
}
    .qt_check-result-upper {
    gap: 12px;
    align-items: flex-start;
}
    .qt_phead {
    padding: 38px 0 32px;
}
    .qt_phead-heading {
    font-size: 28px;
}
    .qt_perk-row {
    gap: 14px;
    padding: 20px;
}
    .qt_foot-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .qt_foot-body {
    flex-direction: column;
    gap: 22px;
}
    .qt_contact-box {
    padding: 20px;
}
    .qt_nf {
    padding: 60px 0 68px;
}
    .qt_nf-heading {
    font-size: 26px;
}
    .qt_cookie-body {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
}
    .qt_cookie-box {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    width: auto;
}
    .qt_cookie-accept {
    width: 100%;
}
    .qt_src-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .qt_check-stage-on,
    .qt_check-result {
    animation: none;
}
    .qt_check-spin {
    animation-duration: 3s;
}
    .qt_action:hover,
    .qt_check-opt:hover,
    .qt_perk:hover {
    transform: none;
}
}

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

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

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

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

.qt_block-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/4b161d/img/hero.jpg?v=be634);
    background-size: cover;
    background-position: center;
}

/* знімок */

.qt_shot {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.qt_log-row {
    border-top: 1px solid var(--b49y);
    padding: 14px 0;
}

.qt_log-rows .qt_log-row:first-child {
    border-top: 0;
}

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

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

@media (max-width: 640px) {
    .qt_log-list {
    grid-template-columns: 1fr;
    gap: 3px 0;
}
    .qt_log-aside {
    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(--u116);
    font-size: 1.15rem;
    font-weight: var(--r83o);
    letter-spacing: var(--lbu3);
    white-space: nowrap;
}
