@font-face {
    font-family: "wpf5ebe31";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/727cc5/fonts/inter-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf7cb09a";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/727cc5/fonts/rubik-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf7cb09a";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/727cc5/fonts/rubik-700.woff2) format("woff2");
}
:root {
    --cf0c: #12798F;
    --mmp7: #0C5768;
    --ghq2: #E78C46;
    --s60i: #F3FAFB;
    --u2hz: #FFFFFF;
    --bdjh: #0F2C33;
    --f8rq: #55787F;
    --a9hc: #D2E8EC;
    --ria3: #FFFFFF;
    --td9d: #111111;
    --ar00: #E3EFF2;
    --gmsq: #FCF1E9;
    --o3vl: "wpf5ebe31", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    --bfcy: "wpf7cb09a", "Segoe UI", Roboto, Arial, sans-serif;
    --ufyk: 700;
    --ajsr: -0.02em;
    --q3pj: 6px;
    --a0xu: 10px;
    --xxx6: 16px;
    --n8s1: 24px;
    --r908: 0 1px 2px rgba(17, 34, 39, .05);
    --o7v0: 0 8px 24px rgba(17, 34, 39, .07);
    --smj5: 0 20px 52px rgba(17, 34, 39, .12);
    --m6gu: 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(--o3vl);
    font-weight: var(--ufyk);
    letter-spacing: var(--ajsr);
    line-height: 1.22
}

p {
    margin: 0
}

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

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

svg {
    flex: none;
    display: block
}

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

[hidden] {
    display: none !important
}

.qa-page {
    margin: 0;
    background: var(--s60i);
    color: var(--bdjh);
    font-family: var(--bfcy);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased
}

.qa-main {
    display: block
}

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

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

.qa-section {
    padding: 68px 0
}

.qa-section-tint {
    background: var(--ar00)
}

.qa-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 38px
}

.qa-section-header-left {
    margin: 0;
    text-align: left
}

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

.qa-section-label {
    font-size: 30px
}

.qa-section-lead {
    color: var(--f8rq);
    margin-top: 14px
}

/* buttons */

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

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

.qa-cta:active {
    transform: translateY(0)
}

.qa-cta-primary {
    box-shadow: var(--o7v0);
    background: var(--cf0c);
    color: var(--ria3)
}

.qa-cta-primary:hover {
    background: var(--mmp7)
}

.qa-cta-ghost {
    color: var(--cf0c);
    background: var(--u2hz);
    border-color: var(--a9hc)
}

.qa-cta-ghost:hover {
    border-color: var(--cf0c);
    background: var(--ar00)
}

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

/* header */

.qa-head {
    background: var(--u2hz);
    z-index: 2;
    border-bottom: 1px solid var(--a9hc);
    position: relative
}

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

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

.qa-head-flag {
    align-items: center;
    display: inline-flex;
    color: var(--cf0c)
}

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

.qa-head-name {
    font-family: var(--o3vl);
    font-size: 20px;
    font-weight: var(--ufyk);
    letter-spacing: var(--ajsr);
    color: var(--bdjh)
}

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

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

.qa-head-jump {
    border-radius: var(--q3pj);
    font-size: 15px;
    transition: color .15s ease, background-color .15s ease;
    padding: 8px 12px;
    color: var(--f8rq)
}

.qa-head-jump:hover {
    color: var(--cf0c);
    background: var(--ar00)
}

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

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

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

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

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

.qa-head-strip {
    text-align: center;
    background: var(--cf0c);
    color: var(--ria3)
}

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

/* hero */

.qa-front {
    padding: 76px 0 64px
}

.qa-front-body {
    display: block
}

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

.qa-front-label {
    font-size: 44px
}

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

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

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

.qa-front-hint-glyph {
    display: inline-flex;
    color: var(--cf0c)
}

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

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

.qa-front-bullet-glyph {
    color: var(--cf0c);
    display: inline-flex
}

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

.qa-front-center {
    text-align: center
}

.qa-front-center .qa-front-actions {
    justify-content: center
}

.qa-front-center .qa-front-bullets {
    justify-content: center
}

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

.qa-front-split {
    background: linear-gradient(180deg, var(--ar00) 0%, var(--s60i) 72%)
}

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

.qa-front-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--a9hc);
    border-radius: var(--n8s1);
    background: var(--u2hz);
    box-shadow: var(--smj5)
}

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

.qa-front-art-label {
    display: block;
    margin-top: 18px;
    font-family: var(--o3vl);
    font-size: 21px;
    font-weight: var(--ufyk);
    letter-spacing: var(--ajsr)
}

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

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

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

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

.qa-front-cards {
    text-align: left
}

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

.qa-front-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--a9hc);
    border-radius: var(--xxx6);
    background: var(--u2hz);
    box-shadow: var(--r908)
}

.qa-front-box-glyph {
    align-items: center;
    width: 44px;
    justify-content: center;
    background: var(--gmsq);
    display: inline-flex;
    border-radius: var(--a0xu);
    height: 44px;
    color: var(--bdjh)
}

.qa-front-box-words {
    color: var(--f8rq);
    font-size: 15px
}

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

/* quiz */

.qa-ask {
    scroll-margin-top: 20px
}

.qa-ask-header {
    max-width: 640px;
    margin: 0 auto 30px;
    text-align: center
}

.qa-ask-label {
    font-size: 30px
}

.qa-ask-hint {
    margin-top: 12px;
    color: var(--f8rq)
}

.qa-ask-case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--a9hc);
    border-radius: var(--n8s1);
    background: var(--u2hz);
    box-shadow: var(--smj5)
}

.qa-ask-case-flat {
    padding: 34px 30px 30px;
    border-radius: var(--xxx6);
    box-shadow: var(--o7v0)
}

.qa-ask-case-flat .qa-ask-header {
    margin-bottom: 22px
}

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

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

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

.qa-ask-counter {
    flex: none;
    color: var(--f8rq);
    font-family: var(--o3vl);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em
}

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

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

.qa-ask-dot-on {
    transform: scale(1.15);
    background: var(--cf0c)
}

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

.qa-ask-stage {
    display: block
}

.qa-ask-stage-on {
    animation: a8tvl2 .32s ease both
}

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

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

.qa-ask-q {
    font-size: 24px
}

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

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

.qa-ask-opt:hover {
    border-color: var(--cf0c);
    background: var(--ar00);
    transform: translateY(-1px)
}

.qa-ask-opt-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--a9hc);
    border-radius: 50%;
    color: var(--f8rq);
    font-family: var(--o3vl);
    font-size: 12px;
    font-weight: 700;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease
}

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

.qa-ask-opt-on {
    background: var(--ar00);
    box-shadow: var(--o7v0);
    border-color: var(--cf0c)
}

.qa-ask-opt-on .qa-ask-opt-flag {
    color: var(--ria3);
    border-color: var(--cf0c);
    background: var(--cf0c)
}

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

.qa-ask-rows {
    gap: 8px
}

.qa-ask-opt-strip {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--a0xu)
}

.qa-ask-opt-strip .qa-ask-opt-flag {
    width: 26px;
    height: 26px;
    border-radius: var(--q3pj)
}

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

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

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

.qa-ask-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--a9hc);
    border-top-color: var(--cf0c);
    border-radius: 50%;
    animation: g6y8uf 1s linear infinite
}

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

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

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

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

.qa-ask-line-on {
    color: var(--bdjh);
    opacity: 1
}

.qa-ask-line-on .qa-ask-line-dot {
    background: var(--cf0c)
}

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

.qa-ask-result {
    display: block;
    animation: a8tvl2 .4s ease both
}

.qa-ask-result-header {
    align-items: center;
    display: flex;
    gap: 14px
}

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

.qa-ask-result-header .qa-ask-result-glyph {
    height: 48px;
    width: 48px;
    margin-bottom: 0
}

.qa-ask-result-label {
    font-size: 26px
}

.qa-ask-result-sum {
    margin-top: 14px;
    color: var(--f8rq)
}

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

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

.qa-ask-tip-glyph {
    color: var(--cf0c);
    margin-top: 4px;
    display: inline-flex
}

.qa-ask-tips-count {
    counter-reset: wptip
}

.qa-ask-tips-count .qa-ask-tip {
    padding-left: 38px;
    position: relative
}

.qa-ask-tips-count .qa-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(--gmsq);
    color: var(--bdjh);
    font-family: var(--o3vl);
    font-size: 13px;
    font-weight: 700
}

.qa-ask-actions {
    margin-top: 26px
}

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

.qa-ask-footer {
    font-size: 14px;
    text-align: center;
    color: var(--f8rq);
    margin-top: 18px
}

/* highlights */

.qa-feats {
    padding-bottom: 58px
}

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

.qa-feature {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--a9hc);
    border-radius: var(--xxx6);
    background: var(--u2hz);
    box-shadow: var(--r908);
    transition: box-shadow .2s ease, transform .2s ease
}

.qa-feature:hover {
    box-shadow: var(--o7v0);
    transform: translateY(-2px)
}

.qa-feature-glyph {
    background: var(--ar00);
    border-radius: var(--a0xu);
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    margin-bottom: 16px;
    color: var(--cf0c)
}

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

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

.qa-feature-words {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--f8rq)
}

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

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

.qa-feature-strip:hover {
    transform: none
}

.qa-feature-count {
    flex: none;
    color: var(--cf0c);
    font-family: var(--o3vl);
    font-size: 26px;
    font-weight: var(--ufyk);
    letter-spacing: var(--ajsr);
    opacity: .55
}

.qa-feature-body {
    flex: 1 1 auto
}

/* steps */

.qa-steps {
    padding-bottom: 58px
}

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

.qa-stage {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--a9hc);
    border-radius: var(--xxx6);
    background: var(--u2hz);
    box-shadow: var(--r908)
}

.qa-stage-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--cf0c);
    color: var(--ria3);
    font-family: var(--o3vl);
    font-size: 18px;
    font-weight: 700
}

.qa-stage-words {
    font-size: 15.5px;
    color: var(--f8rq)
}

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

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

.qa-stage-line {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0 0 26px 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none
}

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

.qa-stage-line:last-child {
    padding-bottom: 0
}

.qa-stage-line:last-child::before {
    display: none
}

.qa-stage-count-sm {
    margin-bottom: 0;
    height: 34px;
    width: 34px;
    font-size: 15px
}

/* about-teaser */

.qa-teaser {
    padding-top: 58px
}

.qa-teaser-box {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--a9hc);
    border-left: 4px solid var(--cf0c);
    border-radius: var(--xxx6);
    background: var(--u2hz);
    box-shadow: var(--o7v0)
}

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

.qa-teaser-label {
    font-size: 25px
}

.qa-teaser-words {
    color: var(--f8rq);
    margin-top: 14px
}

.qa-teaser-jump {
    transition: border-color .15s ease;
    border-bottom: 2px solid transparent;
    color: var(--cf0c)
}

.qa-teaser-jump:hover {
    border-bottom-color: var(--cf0c)
}

.qa-teaser-jump-cta {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--cf0c);
    border-radius: 999px;
    font-family: var(--o3vl);
    font-size: 15px;
    font-weight: 600
}

.qa-teaser-jump-cta:hover {
    background: var(--cf0c);
    border-bottom-color: var(--cf0c);
    color: var(--ria3)
}

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

.qa-teaser-side {
    display: block
}

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

/* faq */

.qa-qa {
    padding-bottom: 58px
}

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

.qa-qa-series {
    display: grid;
    gap: 12px
}

.qa-qa-point {
    border: 1px solid var(--a9hc);
    border-radius: var(--xxx6);
    background: var(--u2hz);
    box-shadow: var(--r908);
    overflow: hidden
}

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

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

.qa-qa-q:hover {
    color: var(--cf0c)
}

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

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

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

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

.qa-qa-block {
    display: block
}

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

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

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

/* disclaimer */

.qa-disc {
    padding-top: 10px
}

.qa-disc-in {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--a9hc);
    border-radius: var(--xxx6);
    background: var(--u2hz)
}

.qa-disc-glyph {
    flex: none;
    display: inline-flex;
    color: var(--f8rq)
}

.qa-disc-words {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--f8rq)
}

.qa-disc-strip {
    border-top: 1px solid var(--a9hc);
    padding: 20px 0;
    background: var(--u2hz)
}

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

.qa-disc-strip .qa-disc-glyph {
    margin-top: 2px
}

/* page-head */

.qa-phead {
    background: var(--ar00);
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--a9hc)
}

.qa-phead-in {
    display: block
}

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

.qa-phead-back:hover {
    text-decoration: underline
}

.qa-phead-label {
    font-size: 36px
}

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

.qa-phead-plain {
    background: var(--u2hz)
}

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

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

.qa-phead-measure {
    display: block
}

/* footer */

.qa-footer {
    margin-top: 20px;
    padding: 46px 0 26px;
    border-top: 1px solid var(--a9hc);
    background: var(--u2hz)
}

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

.qa-footer-brand {
    max-width: 360px
}

.qa-footer-name {
    display: block;
    margin-top: 10px;
    font-family: var(--o3vl);
    font-size: 19px;
    font-weight: var(--ufyk);
    letter-spacing: var(--ajsr)
}

.qa-footer-hint {
    font-size: 14.5px;
    color: var(--f8rq);
    margin-top: 8px
}

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

.qa-footer-jump {
    color: var(--f8rq);
    font-size: 14.5px
}

.qa-footer-jump:hover {
    text-decoration: underline;
    color: var(--cf0c)
}

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

.qa-footer-wide {
    padding-top: 52px
}

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

.qa-footer-measure {
    display: block
}

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

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

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

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

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

.qa-doc {
    display: block
}

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

.qa-prose:last-child {
    margin-bottom: 0
}

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

.qa-contact-box {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--a9hc);
    border-radius: var(--xxx6);
    background: var(--u2hz);
    box-shadow: var(--o7v0)
}

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

.qa-contact-strip:last-child {
    border-bottom: 0
}

.qa-contact-glyph {
    color: var(--cf0c);
    margin-top: 3px;
    display: inline-flex;
    flex: none
}

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

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

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

.qa-contact-lead {
    color: var(--f8rq);
    font-size: 14.5px
}

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

.qa-rev {
    margin-top: 30px;
    font-size: 13.5px;
    padding-top: 14px;
    color: var(--f8rq);
    border-top: 1px solid var(--a9hc)
}

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

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

.qa-bar {
    z-index: 40;
    border: 1px solid var(--a9hc);
    box-shadow: var(--smj5);
    background: var(--u2hz);
    position: fixed
}

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

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

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

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

.qa-bar-glyph {
    color: var(--cf0c);
    display: inline-flex
}

.qa-bar-words {
    max-width: 62ch;
    font-size: 14.5px;
    color: var(--f8rq)
}

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

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

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

.qa-bar-more:hover {
    color: var(--mmp7)
}

/* джерела */

.qa-src {
    border-top: 1px solid var(--a9hc)
}

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

.qa-src-jump {
    color: var(--cf0c);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px
}

.qa-src-jump:hover {
    color: var(--mmp7)
}

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

.qa-src-box {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--u2hz);
    border: 1px solid var(--a9hc);
    border-radius: var(--a0xu)
}

.qa-src-box-glyph {
    color: var(--cf0c);
    display: inline-flex
}

.qa-src-box-label {
    font-family: var(--o3vl);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35
}

.qa-src-box-label:hover {
    text-decoration: underline;
    color: var(--cf0c)
}

.qa-src-box-host {
    font-size: 13.5px;
    color: var(--f8rq)
}

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

.qa-nf {
    padding: 92px 0 100px
}

.qa-nf-in {
    text-align: center
}

.qa-nf-label {
    font-size: 32px
}

.qa-nf-words {
    color: var(--f8rq);
    margin-top: 14px
}

.qa-nf-cta {
    margin-top: 28px
}

/* адаптив */

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

@media (max-width: 720px) {
    .qa-page {
    font-size: 16px
}
    .qa-section {
    padding: 48px 0
}
    .qa-front {
    padding: 46px 0 40px
}
    .qa-front-label {
    font-size: 32px
}
    .qa-front-sub {
    font-size: 17px
}
    .qa-front-actions {
    gap: 12px
}
    .qa-cta-lg {
    padding: 15px 24px;
    font-size: 17px;
    width: 100%
}
    .qa-head-in {
    gap: 12px;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start
}
    .qa-head-tag {
    display: none
}
    .qa-head-nav {
    width: 100%
}
    .qa-head-cta {
    margin-left: 0
}
    .qa-head-stack .qa-head-in {
    align-items: center
}
    .qa-section-label {
    font-size: 25px
}
    .qa-ask-label {
    font-size: 25px
}
    .qa-ask-q {
    font-size: 20px
}
    .qa-ask-case {
    border-radius: var(--xxx6);
    padding: 22px 18px
}
    .qa-ask-case-flat {
    padding: 24px 18px
}
    .qa-ask-opt {
    gap: 12px;
    padding: 14px 16px
}
    .qa-ask-opt-label {
    font-size: 15.5px
}
    .qa-ask-dots {
    display: none
}
    .qa-ask-result-label {
    font-size: 22px
}
    .qa-ask-result-header {
    gap: 12px;
    align-items: flex-start
}
    .qa-phead {
    padding: 38px 0 32px
}
    .qa-phead-label {
    font-size: 28px
}
    .qa-feature-strip {
    padding: 20px;
    gap: 14px
}
    .qa-footer-cols {
    gap: 26px;
    grid-template-columns: 1fr
}
    .qa-footer-in {
    gap: 22px;
    flex-direction: column
}
    .qa-contact-box {
    padding: 20px
}
    .qa-nf {
    padding: 60px 0 68px
}
    .qa-nf-label {
    font-size: 26px
}
    .qa-bar-in {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}
    .qa-bar-box {
    max-width: none;
    bottom: 12px;
    right: 12px;
    left: 12px;
    width: auto
}
    .qa-bar-accept {
    width: 100%
}
    .qa-src-cards {
    grid-template-columns: 1fr
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto
}
    .qa-ask-stage-on,
    .qa-ask-result {
    animation: none
}
    .qa-ask-spin {
    animation-duration: 3s
}
    .qa-cta:hover,
    .qa-ask-opt:hover,
    .qa-feature:hover {
    transform: none
}
}

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

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

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

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

.qa-front {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--s60i) 92%),
        url(/727cc5/img/bg13.jpg?v=95f33);
    background-size: cover;
    background-position: center
}

.qa-section-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/727cc5/img/bg46.jpg?v=95f33);
    background-size: cover;
    background-position: center
}

/* знімок */

.qa-shot {
    margin: 0
}

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

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

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

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

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

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

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

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

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

.qa-log-strip {
    padding: 14px 0;
    border-top: 1px solid var(--a9hc)
}

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

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

.qa-log-words {
    margin: 5px 0 0;
    font-size: 15px
}

@media (max-width: 640px) {
    .qa-log-series {
    gap: 3px 0;
    grid-template-columns: 1fr
}
    .qa-log-hint {
    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(--o3vl);
    font-size: 1.15rem;
    font-weight: var(--ufyk);
    letter-spacing: var(--ajsr);
    white-space: nowrap
}
