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

@font-face {
    font-family: "wpfb49ddd";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/aa6078/fonts/lora-400.woff2) format("woff2");
}
:root {
    --czze: #0f8a7e;
    --m032: #0a6459;
    --bi2y: #f2a93b;
    --rl2e: #f5faf9;
    --kott: #ffffff;
    --fida: #12312e;
    --d1oe: #5c7b78;
    --c9jr: #d8e9e6;
    --bl48: #ffffff;
    --uwmz: #111111;
    --rz0n: #e2f1f0;
    --ffjr: #fdf5e7;
    --epra: "wpfb49ddd", Cambria, Georgia, "Times New Roman", serif;
    --eo4n: "wpfb49ddd", Charter, Georgia, serif;
    --rbll: 700;
    --b3bm: -0.01em;
    --ros0: 6px;
    --ul37: 10px;
    --atjb: 16px;
    --y6z4: 24px;
    --oex5: 0 1px 2px rgba(17, 34, 39, .05);
    --cb8x: 0 8px 24px rgba(17, 34, 39, .07);
    --nzz8: 0 20px 52px rgba(17, 34, 39, .12);
    --b68q: 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(--epra);
    font-weight: var(--rbll);
    letter-spacing: var(--b3bm);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

[hidden] {
    display: none !important;
}

.fa_page {
    margin: 0;
    background: var(--rl2e);
    color: var(--fida);
    font-family: var(--eo4n);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.fa_main {
    display: block;
}

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

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

.fa_block {
    padding: 68px 0;
}

.fa_block-tint {
    background: var(--rz0n);
}

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

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

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

.fa_block-label {
    font-size: 30px;
}

.fa_block-intro {
    margin-top: 14px;
    color: var(--d1oe);
}

/* buttons */

.fa_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(--epra);
    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;
}

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

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

.fa_action-primary {
    box-shadow: var(--cb8x);
    background: var(--czze);
    color: var(--bl48);
}

.fa_action-primary:hover {
    background: var(--m032);
}

.fa_action-ghost {
    background: var(--kott);
    border-color: var(--c9jr);
    color: var(--czze);
}

.fa_action-ghost:hover {
    border-color: var(--czze);
    background: var(--rz0n);
}

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

/* header */

.fa_top {
    background: var(--kott);
    position: relative;
    border-bottom: 1px solid var(--c9jr);
    z-index: 2;
}

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

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

.fa_top-mark {
    display: inline-flex;
    align-items: center;
    color: var(--czze);
}

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

.fa_top-name {
    font-family: var(--epra);
    font-size: 20px;
    font-weight: var(--rbll);
    letter-spacing: var(--b3bm);
    color: var(--fida);
}

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

.fa_top-links {
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.fa_top-anchor {
    padding: 8px 12px;
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
    color: var(--d1oe);
    border-radius: var(--ros0);
}

.fa_top-anchor:hover {
    background: var(--rz0n);
    color: var(--czze);
}

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

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

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

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

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

.fa_top-strip {
    background: var(--czze);
    text-align: center;
    color: var(--bl48);
}

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

/* hero */

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

.fa_opening-body {
    display: block;
}

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

.fa_opening-label {
    font-size: 44px;
}

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

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

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

.fa_opening-hint-sign {
    color: var(--czze);
    display: inline-flex;
}

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

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

.fa_opening-bullet-sign {
    display: inline-flex;
    color: var(--czze);
}

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

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

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

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

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

.fa_opening-split {
    background: linear-gradient(180deg, var(--rz0n) 0%, var(--rl2e) 72%);
}

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

.fa_opening-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--c9jr);
    border-radius: var(--y6z4);
    background: var(--kott);
    box-shadow: var(--nzz8);
}

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

.fa_opening-art-label {
    display: block;
    margin-top: 18px;
    font-family: var(--epra);
    font-size: 21px;
    font-weight: var(--rbll);
    letter-spacing: var(--b3bm);
}

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

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

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

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

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

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

.fa_opening-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--c9jr);
    border-radius: var(--atjb);
    background: var(--kott);
    box-shadow: var(--oex5);
}

.fa_opening-box-sign {
    border-radius: var(--ul37);
    height: 44px;
    align-items: center;
    background: var(--ffjr);
    display: inline-flex;
    width: 44px;
    color: var(--fida);
    justify-content: center;
}

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

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

/* quiz */

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

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

.fa_survey-label {
    font-size: 30px;
}

.fa_survey-hint {
    margin-top: 12px;
    color: var(--d1oe);
}

.fa_survey-box {
    position: relative;
    padding: 30px;
    border: 1px solid var(--c9jr);
    border-radius: var(--y6z4);
    background: var(--kott);
    box-shadow: var(--nzz8);
}

.fa_survey-box-flat {
    border-radius: var(--atjb);
    padding: 34px 30px 30px;
    box-shadow: var(--cb8x);
}

.fa_survey-box-flat .fa_survey-crown {
    margin-bottom: 22px;
}

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

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

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

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

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

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

.fa_survey-dot-on {
    background: var(--czze);
    transform: scale(1.15);
}

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

.fa_survey-stage {
    display: block;
}

.fa_survey-stage-on {
    animation: nmai0u .32s ease both;
}

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

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

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

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

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

.fa_survey-opt:hover {
    background: var(--rz0n);
    border-color: var(--czze);
    transform: translateY(-1px);
}

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

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

.fa_survey-opt-on {
    background: var(--rz0n);
    border-color: var(--czze);
    box-shadow: var(--cb8x);
}

.fa_survey-opt-on .fa_survey-opt-mark {
    color: var(--bl48);
    border-color: var(--czze);
    background: var(--czze);
}

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

.fa_survey-rows {
    gap: 8px;
}

.fa_survey-opt-line {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--ul37);
}

.fa_survey-opt-line .fa_survey-opt-mark {
    border-radius: var(--ros0);
    height: 26px;
    width: 26px;
}

.fa_survey-opt-line .fa_survey-opt-label {
    font-size: 15.5px;
}

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

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

.fa_survey-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--c9jr);
    border-top-color: var(--czze);
    border-radius: 50%;
    animation: xaur8o 1s linear infinite;
}

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

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

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

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

.fa_survey-rule-on {
    opacity: 1;
    color: var(--fida);
}

.fa_survey-rule-on .fa_survey-rule-dot {
    background: var(--czze);
}

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

.fa_survey-result {
    display: block;
    animation: nmai0u .4s ease both;
}

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

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

.fa_survey-result-crown .fa_survey-result-sign {
    height: 48px;
    width: 48px;
    margin-bottom: 0;
}

.fa_survey-result-label {
    font-size: 26px;
}

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

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

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

.fa_survey-tip-sign {
    display: inline-flex;
    color: var(--czze);
    margin-top: 4px;
}

.fa_survey-tips-digit {
    counter-reset: wptip;
}

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

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

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

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

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

/* highlights */

.fa_feats {
    padding-bottom: 58px;
}

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

.fa_point {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--c9jr);
    border-radius: var(--atjb);
    background: var(--kott);
    box-shadow: var(--oex5);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.fa_point-sign {
    display: inline-flex;
    height: 50px;
    border-radius: var(--ul37);
    align-items: center;
    width: 50px;
    justify-content: center;
    margin-bottom: 16px;
    background: var(--rz0n);
    color: var(--czze);
}

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

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

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

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

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

.fa_point-line:hover {
    transform: none;
}

.fa_point-digit {
    flex: none;
    color: var(--czze);
    font-family: var(--epra);
    font-size: 26px;
    font-weight: var(--rbll);
    letter-spacing: var(--b3bm);
    opacity: .55;
}

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

/* steps */

.fa_steps {
    padding-bottom: 58px;
}

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

.fa_stage {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--c9jr);
    border-radius: var(--atjb);
    background: var(--kott);
    box-shadow: var(--oex5);
}

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

.fa_stage-prose {
    font-size: 15.5px;
    color: var(--d1oe);
}

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

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

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

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

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

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

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

/* about-teaser */

.fa_teaser {
    padding-top: 58px;
}

.fa_teaser-box {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--c9jr);
    border-left: 4px solid var(--czze);
    border-radius: var(--atjb);
    background: var(--kott);
    box-shadow: var(--cb8x);
}

.fa_teaser-sign {
    color: var(--fida);
    height: 52px;
    justify-content: center;
    border-radius: 50%;
    width: 52px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    background: var(--ffjr);
}

.fa_teaser-label {
    font-size: 25px;
}

.fa_teaser-prose {
    color: var(--d1oe);
    margin-top: 14px;
}

.fa_teaser-anchor {
    transition: border-color .15s ease;
    color: var(--czze);
    border-bottom: 2px solid transparent;
}

.fa_teaser-anchor:hover {
    border-bottom-color: var(--czze);
}

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

.fa_teaser-anchor-action:hover {
    background: var(--czze);
    color: var(--bl48);
    border-bottom-color: var(--czze);
}

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

.fa_teaser-side {
    display: block;
}

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

/* faq */

.fa_answers {
    padding-bottom: 58px;
}

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

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

.fa_answers-item {
    border: 1px solid var(--c9jr);
    border-radius: var(--atjb);
    background: var(--kott);
    box-shadow: var(--oex5);
    overflow: hidden;
}

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

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

.fa_answers-q:hover {
    color: var(--czze);
}

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

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

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

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

.fa_answers-block {
    display: block;
}

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

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

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

/* disclaimer */

.fa_disc {
    padding-top: 10px;
}

.fa_disc-body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--c9jr);
    border-radius: var(--atjb);
    background: var(--kott);
}

.fa_disc-sign {
    flex: none;
    color: var(--d1oe);
    display: inline-flex;
}

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

.fa_disc-strip {
    background: var(--kott);
    border-top: 1px solid var(--c9jr);
    padding: 20px 0;
}

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

.fa_disc-strip .fa_disc-sign {
    margin-top: 2px;
}

/* page-head */

.fa_phead {
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--c9jr);
    background: var(--rz0n);
}

.fa_phead-body {
    display: block;
}

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

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

.fa_phead-label {
    font-size: 36px;
}

.fa_phead-sub {
    color: var(--d1oe);
    margin-top: 12px;
}

.fa_phead-plain {
    background: var(--kott);
}

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

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

.fa_phead-width {
    display: block;
}

/* footer */

.fa_footer {
    border-top: 1px solid var(--c9jr);
    margin-top: 20px;
    padding: 46px 0 26px;
    background: var(--kott);
}

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

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

.fa_footer-name {
    display: block;
    margin-top: 10px;
    font-family: var(--epra);
    font-size: 19px;
    font-weight: var(--rbll);
    letter-spacing: var(--b3bm);
}

.fa_footer-hint {
    font-size: 14.5px;
    color: var(--d1oe);
    margin-top: 8px;
}

.fa_footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
}

.fa_footer-anchor {
    color: var(--d1oe);
    font-size: 14.5px;
}

.fa_footer-anchor:hover {
    color: var(--czze);
    text-decoration: underline;
}

.fa_footer-links-stack {
    flex-direction: column;
    gap: 8px;
}

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

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

.fa_footer-width {
    display: block;
}

.fa_footer-width-brand {
    max-width: 420px;
}

.fa_footer-width-label {
    display: block;
    margin-bottom: 14px;
    font-family: var(--epra);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--fida);
}

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

.fa_footer-legal {
    font-size: 13.5px;
    color: var(--d1oe);
}

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

.fa_doc {
    display: block;
}

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

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

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

.fa_contact-box {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--c9jr);
    border-radius: var(--atjb);
    background: var(--kott);
    box-shadow: var(--cb8x);
}

.fa_contact-line {
    border-bottom: 1px solid var(--c9jr);
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
}

.fa_contact-line:last-child {
    border-bottom: 0;
}

.fa_contact-sign {
    color: var(--czze);
    display: inline-flex;
    margin-top: 3px;
    flex: none;
}

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

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

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

.fa_contact-intro {
    font-size: 14.5px;
    color: var(--d1oe);
}

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

.fa_rev {
    border-top: 1px solid var(--c9jr);
    padding-top: 14px;
    color: var(--d1oe);
    font-size: 13.5px;
    margin-top: 30px;
}

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

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

.fa_notice {
    position: fixed;
    box-shadow: var(--nzz8);
    background: var(--kott);
    z-index: 40;
    border: 1px solid var(--c9jr);
}

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

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

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

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

.fa_notice-sign {
    display: inline-flex;
    color: var(--czze);
}

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

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

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

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

.fa_notice-more:hover {
    color: var(--m032);
}

/* джерела */

.fa_source {
    border-top: 1px solid var(--c9jr);
}

.fa_source-line {
    display: flex;
    gap: 10px 28px;
    flex-wrap: wrap;
}

.fa_source-anchor {
    color: var(--czze);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fa_source-anchor:hover {
    color: var(--m032);
}

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

.fa_source-box {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--kott);
    border: 1px solid var(--c9jr);
    border-radius: var(--ul37);
}

.fa_source-box-sign {
    display: inline-flex;
    color: var(--czze);
}

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

.fa_source-box-label:hover {
    color: var(--czze);
    text-decoration: underline;
}

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

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

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

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

.fa_nf-label {
    font-size: 32px;
}

.fa_nf-prose {
    margin-top: 14px;
    color: var(--d1oe);
}

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

/* адаптив */

@media (max-width: 960px) {
    .fa_opening-columns {
    gap: 36px;
    grid-template-columns: 1fr;
}
    .fa_steps-split {
    grid-template-columns: 1fr;
    gap: 28px;
}
    .fa_teaser-split {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .fa_teaser-main {
    border-left: 0;
    padding-left: 0;
}
    .fa_footer-cols {
    grid-template-columns: 1fr 1fr;
}
    .fa_footer-width-brand {
    grid-column: 1 / -1;
}
    .fa_phead-plain .fa_phead-body {
    grid-template-columns: 1fr;
    gap: 14px;
}
}

@media (max-width: 720px) {
    .fa_page {
    font-size: 16px;
}
    .fa_block {
    padding: 48px 0;
}
    .fa_opening {
    padding: 46px 0 40px;
}
    .fa_opening-label {
    font-size: 32px;
}
    .fa_opening-sub {
    font-size: 17px;
}
    .fa_opening-actions {
    gap: 12px;
}
    .fa_action-lg {
    padding: 15px 24px;
    font-size: 17px;
    width: 100%;
}
    .fa_top-body {
    gap: 12px;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
}
    .fa_top-tag {
    display: none;
}
    .fa_top-links {
    width: 100%;
}
    .fa_top-cta {
    margin-left: 0;
}
    .fa_top-stack .fa_top-body {
    align-items: center;
}
    .fa_block-label {
    font-size: 25px;
}
    .fa_survey-label {
    font-size: 25px;
}
    .fa_survey-q {
    font-size: 20px;
}
    .fa_survey-box {
    border-radius: var(--atjb);
    padding: 22px 18px;
}
    .fa_survey-box-flat {
    padding: 24px 18px;
}
    .fa_survey-opt {
    gap: 12px;
    padding: 14px 16px;
}
    .fa_survey-opt-label {
    font-size: 15.5px;
}
    .fa_survey-dots {
    display: none;
}
    .fa_survey-result-label {
    font-size: 22px;
}
    .fa_survey-result-crown {
    gap: 12px;
    align-items: flex-start;
}
    .fa_phead {
    padding: 38px 0 32px;
}
    .fa_phead-label {
    font-size: 28px;
}
    .fa_point-line {
    gap: 14px;
    padding: 20px;
}
    .fa_footer-cols {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .fa_footer-body {
    flex-direction: column;
    gap: 22px;
}
    .fa_contact-box {
    padding: 20px;
}
    .fa_nf {
    padding: 60px 0 68px;
}
    .fa_nf-label {
    font-size: 26px;
}
    .fa_notice-body {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
    .fa_notice-box {
    right: 12px;
    left: 12px;
    max-width: none;
    width: auto;
    bottom: 12px;
}
    .fa_notice-accept {
    width: 100%;
}
    .fa_source-cards {
    grid-template-columns: 1fr;
}
}

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

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

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

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

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

.fa_opening {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--rl2e) 92%),
        url(/aa6078/img/shot12.jpg?v=e7907);
    background-size: cover;
    background-position: center;
}

.fa_block-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/aa6078/img/top.jpg?v=e7907);
    background-size: cover;
    background-position: center;
}

/* знімок */

.fa_shot {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.fa_log-line {
    padding: 14px 0;
    border-top: 1px solid var(--c9jr);
}

.fa_log-rows .fa_log-line:first-child {
    border-top: 0;
}

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

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

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

.shot-pair {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
    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(--epra);
    font-size: 1.15rem;
    font-weight: var(--rbll);
    letter-spacing: var(--b3bm);
    white-space: nowrap;
}
