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

@font-face {
    font-family: "wpf299b80";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/0bcbc4/fonts/rubik-400.woff2) format("woff2");
}
:root {
    --pato: #63559c;
    --szph: #483d75;
    --tk5q: #dd9440;
    --f0bb: #f8f7fc;
    --eym8: #ffffff;
    --v85q: #26214a;
    --md83: #71698f;
    --s29e: #e4e0f0;
    --tix6: #ffffff;
    --g8hd: #111111;
    --b4f5: #ecebf3;
    --er3h: #fbf2e8;
    --gbzm: "wpf299b80", Verdana, "DejaVu Sans", sans-serif;
    --kr95: "wpf299b80", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --haja: 700;
    --rxnw: -0.02em;
    --ef0z: 6px;
    --qic3: 10px;
    --s1ur: 16px;
    --kipq: 24px;
    --mhdp: 0 1px 2px rgba(17, 34, 39, .05);
    --dy1l: 0 8px 24px rgba(17, 34, 39, .07);
    --zq04: 0 20px 52px rgba(17, 34, 39, .12);
    --qap0: 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(--gbzm);
    font-weight: var(--haja);
    letter-spacing: var(--rxnw);
    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 {
    font: inherit;
    background: none;
    border: 0;
    color: inherit;
    margin: 0;
}

[hidden] {
    display: none !important;
}

.qu-page {
    margin: 0;
    background: var(--f0bb);
    color: var(--v85q);
    font-family: var(--kr95);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.qu-main {
    display: block;
}

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

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

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

.qu-block-tint {
    background: var(--b4f5);
}

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

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

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

.qu-block-heading {
    font-size: 30px;
}

.qu-block-lead {
    margin-top: 14px;
    color: var(--md83);
}

/* buttons */

.qu-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(--gbzm);
    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;
}

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

.qu-action:active {
    transform: translateY(0);
}

.qu-action-primary {
    box-shadow: var(--dy1l);
    background: var(--pato);
    color: var(--tix6);
}

.qu-action-primary:hover {
    background: var(--szph);
}

.qu-action-ghost {
    border-color: var(--s29e);
    color: var(--pato);
    background: var(--eym8);
}

.qu-action-ghost:hover {
    background: var(--b4f5);
    border-color: var(--pato);
}

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

/* header */

.qu-top {
    z-index: 2;
    position: relative;
    background: var(--eym8);
    border-bottom: 1px solid var(--s29e);
}

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

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

.qu-top-flag {
    display: inline-flex;
    align-items: center;
    color: var(--pato);
}

.qu-top-words {
    display: flex;
    flex-direction: column;
}

.qu-top-name {
    font-family: var(--gbzm);
    font-size: 20px;
    font-weight: var(--haja);
    letter-spacing: var(--rxnw);
    color: var(--v85q);
}

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

.qu-top-menu {
    gap: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.qu-top-jump {
    border-radius: var(--ef0z);
    padding: 8px 12px;
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
    color: var(--md83);
}

.qu-top-jump:hover {
    background: var(--b4f5);
    color: var(--pato);
}

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

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

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

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

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

.qu-top-strip {
    text-align: center;
    background: var(--pato);
    color: var(--tix6);
}

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

/* hero */

.qu-front {
    padding: 76px 0 64px;
}

.qu-front-body {
    display: block;
}

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

.qu-front-heading {
    font-size: 44px;
}

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

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

.qu-front-sub-2 {
    font-size: 14.5px;
    gap: 8px;
    margin-top: 16px;
    align-items: center;
    display: inline-flex;
    color: var(--md83);
}

.qu-front-sub-pict {
    display: inline-flex;
    color: var(--pato);
}

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

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

.qu-front-bullet-pict {
    color: var(--pato);
    display: inline-flex;
}

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

.qu-front-center {
    text-align: center;
}

.qu-front-center .qu-front-actions {
    justify-content: center;
}

.qu-front-center .qu-front-bullets {
    justify-content: center;
}

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

.qu-front-split {
    background: linear-gradient(180deg, var(--b4f5) 0%, var(--f0bb) 72%);
}

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

.qu-front-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--s29e);
    border-radius: var(--kipq);
    background: var(--eym8);
    box-shadow: var(--zq04);
}

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

.qu-front-art-heading {
    display: block;
    margin-top: 18px;
    font-family: var(--gbzm);
    font-size: 21px;
    font-weight: var(--haja);
    letter-spacing: var(--rxnw);
}

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

.qu-front-art-item {
    font-size: 15px;
    align-items: flex-start;
    color: var(--md83);
    border-top: 1px solid var(--s29e);
    display: flex;
    gap: 10px;
    padding-top: 12px;
}

.qu-front-art-item:first-child {
    padding-top: 0;
    border-top: 0;
}

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

.qu-front-cards {
    text-align: left;
}

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

.qu-front-tile {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--s29e);
    border-radius: var(--s1ur);
    background: var(--eym8);
    box-shadow: var(--mhdp);
}

.qu-front-tile-pict {
    display: inline-flex;
    align-items: center;
    width: 44px;
    height: 44px;
    justify-content: center;
    background: var(--er3h);
    border-radius: var(--qic3);
    color: var(--v85q);
}

.qu-front-tile-words {
    font-size: 15px;
    color: var(--md83);
}

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

/* quiz */

.qu-poll {
    scroll-margin-top: 20px;
}

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

.qu-poll-heading {
    font-size: 30px;
}

.qu-poll-sub {
    color: var(--md83);
    margin-top: 12px;
}

.qu-poll-case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--s29e);
    border-radius: var(--kipq);
    background: var(--eym8);
    box-shadow: var(--zq04);
}

.qu-poll-case-flat {
    box-shadow: var(--dy1l);
    border-radius: var(--s1ur);
    padding: 34px 30px 30px;
}

.qu-poll-case-flat .qu-poll-crown {
    margin-bottom: 22px;
}

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

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

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

.qu-poll-counter {
    flex: none;
    color: var(--md83);
    font-family: var(--gbzm);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.qu-poll-dot-on {
    background: var(--pato);
    transform: scale(1.15);
}

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

.qu-poll-step {
    display: block;
}

.qu-poll-step-on {
    animation: bqfu7v .32s ease both;
}

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

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

.qu-poll-q {
    font-size: 24px;
}

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

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

.qu-poll-opt:hover {
    transform: translateY(-1px);
    border-color: var(--pato);
    background: var(--b4f5);
}

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

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

.qu-poll-opt-on {
    border-color: var(--pato);
    box-shadow: var(--dy1l);
    background: var(--b4f5);
}

.qu-poll-opt-on .qu-poll-opt-flag {
    color: var(--tix6);
    border-color: var(--pato);
    background: var(--pato);
}

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

.qu-poll-rows {
    gap: 8px;
}

.qu-poll-opt-row {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--qic3);
}

.qu-poll-opt-row .qu-poll-opt-flag {
    width: 26px;
    height: 26px;
    border-radius: var(--ef0z);
}

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

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

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

.qu-poll-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--s29e);
    border-top-color: var(--pato);
    border-radius: 50%;
    animation: s1ux4a 1s linear infinite;
}

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

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

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

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

.qu-poll-row-on {
    color: var(--v85q);
    opacity: 1;
}

.qu-poll-row-on .qu-poll-row-dot {
    background: var(--pato);
}

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

.qu-poll-result {
    display: block;
    animation: bqfu7v .4s ease both;
}

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

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

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

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

.qu-poll-result-sum {
    color: var(--md83);
    margin-top: 14px;
}

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

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

.qu-poll-tip-pict {
    margin-top: 4px;
    color: var(--pato);
    display: inline-flex;
}

.qu-poll-tips-digit {
    counter-reset: wptip;
}

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

.qu-poll-tips-digit .qu-poll-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(--er3h);
    color: var(--v85q);
    font-family: var(--gbzm);
    font-size: 13px;
    font-weight: 700;
}

.qu-poll-actions {
    margin-top: 26px;
}

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

.qu-poll-bottom {
    font-size: 14px;
    text-align: center;
    margin-top: 18px;
    color: var(--md83);
}

/* highlights */

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

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

.qu-plus {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--s29e);
    border-radius: var(--s1ur);
    background: var(--eym8);
    box-shadow: var(--mhdp);
    transition: box-shadow .2s ease, transform .2s ease;
}

.qu-plus:hover {
    transform: translateY(-2px);
    box-shadow: var(--dy1l);
}

.qu-plus-pict {
    display: inline-flex;
    width: 50px;
    background: var(--b4f5);
    border-radius: var(--qic3);
    justify-content: center;
    height: 50px;
    margin-bottom: 16px;
    color: var(--pato);
    align-items: center;
}

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

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

.qu-plus-words {
    margin-top: 10px;
    font-size: 15.5px;
    color: var(--md83);
}

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

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

.qu-plus-row:hover {
    transform: none;
}

.qu-plus-digit {
    flex: none;
    color: var(--pato);
    font-family: var(--gbzm);
    font-size: 26px;
    font-weight: var(--haja);
    letter-spacing: var(--rxnw);
    opacity: .55;
}

.qu-plus-body {
    flex: 1 1 auto;
}

/* steps */

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

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

.qu-step {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--s29e);
    border-radius: var(--s1ur);
    background: var(--eym8);
    box-shadow: var(--mhdp);
}

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

.qu-step-words {
    font-size: 15.5px;
    color: var(--md83);
}

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

.qu-steps-row {
    gap: 0;
    display: grid;
}

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

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

.qu-step-row:last-child {
    padding-bottom: 0;
}

.qu-step-row:last-child::before {
    display: none;
}

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

/* about-teaser */

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

.qu-teaser-tile {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--s29e);
    border-left: 4px solid var(--pato);
    border-radius: var(--s1ur);
    background: var(--eym8);
    box-shadow: var(--dy1l);
}

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

.qu-teaser-heading {
    font-size: 25px;
}

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

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

.qu-teaser-jump:hover {
    border-bottom-color: var(--pato);
}

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

.qu-teaser-jump-action:hover {
    border-bottom-color: var(--pato);
    color: var(--tix6);
    background: var(--pato);
}

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

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

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

/* faq */

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

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

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

.qu-faq-item {
    border: 1px solid var(--s29e);
    border-radius: var(--s1ur);
    background: var(--eym8);
    box-shadow: var(--mhdp);
    overflow: hidden;
}

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

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

.qu-faq-q:hover {
    color: var(--pato);
}

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

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

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

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

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

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

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

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

/* disclaimer */

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

.qu-disc-core {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--s29e);
    border-radius: var(--s1ur);
    background: var(--eym8);
}

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

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

.qu-disc-strip {
    background: var(--eym8);
    border-top: 1px solid var(--s29e);
    padding: 20px 0;
}

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

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

/* page-head */

.qu-phead {
    background: var(--b4f5);
    border-bottom: 1px solid var(--s29e);
    padding: 54px 0 44px;
}

.qu-phead-core {
    display: block;
}

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

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

.qu-phead-heading {
    font-size: 36px;
}

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

.qu-phead-plain {
    background: var(--eym8);
}

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

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

.qu-phead-col {
    display: block;
}

/* footer */

.qu-bottom {
    border-top: 1px solid var(--s29e);
    background: var(--eym8);
    margin-top: 20px;
    padding: 46px 0 26px;
}

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

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

.qu-bottom-name {
    display: block;
    margin-top: 10px;
    font-family: var(--gbzm);
    font-size: 19px;
    font-weight: var(--haja);
    letter-spacing: var(--rxnw);
}

.qu-bottom-sub {
    font-size: 14.5px;
    color: var(--md83);
    margin-top: 8px;
}

.qu-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
}

.qu-bottom-jump {
    color: var(--md83);
    font-size: 14.5px;
}

.qu-bottom-jump:hover {
    color: var(--pato);
    text-decoration: underline;
}

.qu-bottom-menu-stack {
    flex-direction: column;
    gap: 8px;
}

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

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

.qu-bottom-col {
    display: block;
}

.qu-bottom-col-brand {
    max-width: 420px;
}

.qu-bottom-col-heading {
    display: block;
    margin-bottom: 14px;
    font-family: var(--gbzm);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--v85q);
}

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

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

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

.qu-doc {
    display: block;
}

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

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

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

.qu-contact-tile {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--s29e);
    border-radius: var(--s1ur);
    background: var(--eym8);
    box-shadow: var(--dy1l);
}

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

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

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

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

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

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

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

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

.qu-rev {
    border-top: 1px solid var(--s29e);
    padding-top: 14px;
    font-size: 13.5px;
    color: var(--md83);
    margin-top: 30px;
}

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

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

.qu-bar {
    position: fixed;
    border: 1px solid var(--s29e);
    background: var(--eym8);
    z-index: 40;
    box-shadow: var(--zq04);
}

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

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

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

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

.qu-bar-pict {
    display: inline-flex;
    color: var(--pato);
}

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

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

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

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

.qu-bar-more:hover {
    color: var(--szph);
}

/* джерела */

.qu-src {
    border-top: 1px solid var(--s29e);
}

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

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

.qu-src-jump:hover {
    color: var(--szph);
}

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

.qu-src-tile {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--eym8);
    border: 1px solid var(--s29e);
    border-radius: var(--qic3);
}

.qu-src-tile-pict {
    display: inline-flex;
    color: var(--pato);
}

.qu-src-tile-heading {
    font-family: var(--gbzm);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.qu-src-tile-heading:hover {
    color: var(--pato);
    text-decoration: underline;
}

.qu-src-tile-host {
    color: var(--md83);
    font-size: 13.5px;
}

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

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

.qu-nf-core {
    text-align: center;
}

.qu-nf-heading {
    font-size: 32px;
}

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

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

/* адаптив */

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

@media (max-width: 720px) {
    .qu-page {
    font-size: 16px;
}
    .qu-block {
    padding: 48px 0;
}
    .qu-front {
    padding: 46px 0 40px;
}
    .qu-front-heading {
    font-size: 32px;
}
    .qu-front-sub {
    font-size: 17px;
}
    .qu-front-actions {
    gap: 12px;
}
    .qu-action-lg {
    width: 100%;
    font-size: 17px;
    padding: 15px 24px;
}
    .qu-top-core {
    min-height: 0;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}
    .qu-top-tag {
    display: none;
}
    .qu-top-menu {
    width: 100%;
}
    .qu-top-cta {
    margin-left: 0;
}
    .qu-top-stack .qu-top-core {
    align-items: center;
}
    .qu-block-heading {
    font-size: 25px;
}
    .qu-poll-heading {
    font-size: 25px;
}
    .qu-poll-q {
    font-size: 20px;
}
    .qu-poll-case {
    padding: 22px 18px;
    border-radius: var(--s1ur);
}
    .qu-poll-case-flat {
    padding: 24px 18px;
}
    .qu-poll-opt {
    gap: 12px;
    padding: 14px 16px;
}
    .qu-poll-opt-label {
    font-size: 15.5px;
}
    .qu-poll-dots {
    display: none;
}
    .qu-poll-result-heading {
    font-size: 22px;
}
    .qu-poll-result-crown {
    align-items: flex-start;
    gap: 12px;
}
    .qu-phead {
    padding: 38px 0 32px;
}
    .qu-phead-heading {
    font-size: 28px;
}
    .qu-plus-row {
    padding: 20px;
    gap: 14px;
}
    .qu-bottom-cols {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .qu-bottom-core {
    gap: 22px;
    flex-direction: column;
}
    .qu-contact-tile {
    padding: 20px;
}
    .qu-nf {
    padding: 60px 0 68px;
}
    .qu-nf-heading {
    font-size: 26px;
}
    .qu-bar-core {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}
    .qu-bar-tile {
    right: 12px;
    bottom: 12px;
    max-width: none;
    left: 12px;
    width: auto;
}
    .qu-bar-accept {
    width: 100%;
}
    .qu-src-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .qu-poll-step-on,
    .qu-poll-result {
    animation: none;
}
    .qu-poll-spin {
    animation-duration: 3s;
}
    .qu-action:hover,
    .qu-poll-opt:hover,
    .qu-plus:hover {
    transform: none;
}
}

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

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

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

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

.qu-block-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/0bcbc4/img/still-1.jpg?v=8630b);
    background-size: cover;
    background-position: center;
}

/* знімок */

.qu-shot {
    margin: 0;
}

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

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

.qu-shot-tile {
    border-radius: 18px;
    overflow: hidden;
}

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

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

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

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

.qu-log-sub {
    font-size: 15px;
    margin: 0;
}

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

.qu-log-row {
    border-top: 1px solid var(--s29e);
    padding: 14px 0;
}

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

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

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

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

.shot-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    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(--gbzm);
    font-size: 1.15rem;
    font-weight: var(--haja);
    letter-spacing: var(--rxnw);
    white-space: nowrap;
}
