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

@font-face {
    font-family: "wpfceadd6";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/e696b5/fonts/work-sans-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpfceadd6";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/e696b5/fonts/work-sans-700.woff2) format("woff2");
}
:root {
    --aw1j: #3f5c78;
    --nz6h: #2c4256;
    --owax: #d98b3f;
    --jlox: #f6f8fa;
    --fkcx: #ffffff;
    --vjnt: #1d2a36;
    --masv: #65788a;
    --vhvl: #dde5ec;
    --ceg6: #ffffff;
    --k0ey: #111111;
    --lpjv: #e8ebef;
    --cazh: #faf1e8;
    --ym13: "wpf4a5815", "Palatino Linotype", Georgia, serif;
    --a7kl: "wpfceadd6", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    --z8zm: 700;
    --ysex: -0.01em;
    --k236: 6px;
    --t9nu: 10px;
    --qsym: 16px;
    --sxv0: 24px;
    --imyb: 0 1px 2px rgba(17, 34, 39, .05);
    --frz8: 0 8px 24px rgba(17, 34, 39, .07);
    --u5c3: 0 20px 52px rgba(17, 34, 39, .12);
    --zozm: 24px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: var(--ym13);
    font-weight: var(--z8zm);
    letter-spacing: var(--ysex);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    display: block;
    flex: none;
}

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

[hidden] {
    display: none !important;
}

.as_page {
    margin: 0;
    background: var(--jlox);
    color: var(--vjnt);
    font-family: var(--a7kl);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.as_main {
    display: block;
}

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

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

.as_sec {
    padding: 68px 0;
}

.as_sec-tint {
    background: var(--lpjv);
}

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

.as_sec-head-left {
    margin: 0;
    text-align: left;
}

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

.as_sec-title {
    font-size: 30px;
}

.as_sec-opening {
    color: var(--masv);
    margin-top: 14px;
}

/* buttons */

.as_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(--ym13);
    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;
}

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

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

.as_cta-primary {
    box-shadow: var(--frz8);
    color: var(--ceg6);
    background: var(--aw1j);
}

.as_cta-primary:hover {
    background: var(--nz6h);
}

.as_cta-ghost {
    color: var(--aw1j);
    background: var(--fkcx);
    border-color: var(--vhvl);
}

.as_cta-ghost:hover {
    border-color: var(--aw1j);
    background: var(--lpjv);
}

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

/* header */

.as_head {
    position: relative;
    z-index: 2;
    background: var(--fkcx);
    border-bottom: 1px solid var(--vhvl);
}

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

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

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

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

.as_head-name {
    font-family: var(--ym13);
    font-size: 20px;
    font-weight: var(--z8zm);
    letter-spacing: var(--ysex);
    color: var(--vjnt);
}

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

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

.as_head-jump {
    font-size: 15px;
    color: var(--masv);
    padding: 8px 12px;
    border-radius: var(--k236);
    transition: color .15s ease, background-color .15s ease;
}

.as_head-jump:hover {
    color: var(--aw1j);
    background: var(--lpjv);
}

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

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

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

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

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

.as_head-strip {
    background: var(--aw1j);
    color: var(--ceg6);
    text-align: center;
}

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

/* hero */

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

.as_opening-body {
    display: block;
}

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

.as_opening-title {
    font-size: 44px;
}

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

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

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

.as_opening-sub-glyph {
    color: var(--aw1j);
    display: inline-flex;
}

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

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

.as_opening-bullet-glyph {
    color: var(--aw1j);
    display: inline-flex;
}

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

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

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

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

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

.as_opening-split {
    background: linear-gradient(180deg, var(--lpjv) 0%, var(--jlox) 72%);
}

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

.as_opening-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--vhvl);
    border-radius: var(--sxv0);
    background: var(--fkcx);
    box-shadow: var(--u5c3);
}

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

.as_opening-art-title {
    display: block;
    margin-top: 18px;
    font-family: var(--ym13);
    font-size: 21px;
    font-weight: var(--z8zm);
    letter-spacing: var(--ysex);
}

.as_opening-art-stack {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

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

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

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

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

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

.as_opening-brick {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--vhvl);
    border-radius: var(--qsym);
    background: var(--fkcx);
    box-shadow: var(--imyb);
}

.as_opening-brick-glyph {
    width: 44px;
    background: var(--cazh);
    align-items: center;
    display: inline-flex;
    border-radius: var(--t9nu);
    height: 44px;
    color: var(--vjnt);
    justify-content: center;
}

.as_opening-brick-words {
    color: var(--masv);
    font-size: 15px;
}

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

/* quiz */

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

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

.as_ask-title {
    font-size: 30px;
}

.as_ask-sub {
    margin-top: 12px;
    color: var(--masv);
}

.as_ask-crate {
    position: relative;
    padding: 30px;
    border: 1px solid var(--vhvl);
    border-radius: var(--sxv0);
    background: var(--fkcx);
    box-shadow: var(--u5c3);
}

.as_ask-crate-flat {
    padding: 34px 30px 30px;
    border-radius: var(--qsym);
    box-shadow: var(--frz8);
}

.as_ask-crate-flat .as_ask-head {
    margin-bottom: 22px;
}

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

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

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

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

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

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

.as_ask-dot-on {
    transform: scale(1.15);
    background: var(--aw1j);
}

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

.as_ask-move {
    display: block;
}

.as_ask-move-on {
    animation: oqzblh .32s ease both;
}

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

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

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

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

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

.as_ask-opt:hover {
    transform: translateY(-1px);
    background: var(--lpjv);
    border-color: var(--aw1j);
}

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

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

.as_ask-opt-on {
    background: var(--lpjv);
    box-shadow: var(--frz8);
    border-color: var(--aw1j);
}

.as_ask-opt-on .as_ask-opt-chip {
    border-color: var(--aw1j);
    background: var(--aw1j);
    color: var(--ceg6);
}

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

.as_ask-rows {
    gap: 8px;
}

.as_ask-opt-bar {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--t9nu);
}

.as_ask-opt-bar .as_ask-opt-chip {
    height: 26px;
    border-radius: var(--k236);
    width: 26px;
}

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

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

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

.as_ask-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--vhvl);
    border-top-color: var(--aw1j);
    border-radius: 50%;
    animation: dhx8ln 1s linear infinite;
}

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

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

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

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

.as_ask-rule-on {
    opacity: 1;
    color: var(--vjnt);
}

.as_ask-rule-on .as_ask-rule-dot {
    background: var(--aw1j);
}

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

.as_ask-result {
    animation: oqzblh .4s ease both;
    display: block;
}

.as_ask-result-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

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

.as_ask-result-head .as_ask-result-glyph {
    height: 48px;
    width: 48px;
    margin-bottom: 0;
}

.as_ask-result-title {
    font-size: 26px;
}

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

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

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

.as_ask-tip-glyph {
    color: var(--aw1j);
    display: inline-flex;
    margin-top: 4px;
}

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

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

.as_ask-tips-digit .as_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(--cazh);
    color: var(--vjnt);
    font-family: var(--ym13);
    font-size: 13px;
    font-weight: 700;
}

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

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

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

/* highlights */

.as_feats {
    padding-bottom: 58px;
}

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

.as_perk {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--vhvl);
    border-radius: var(--qsym);
    background: var(--fkcx);
    box-shadow: var(--imyb);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.as_perk-glyph {
    align-items: center;
    color: var(--aw1j);
    width: 50px;
    display: inline-flex;
    margin-bottom: 16px;
    border-radius: var(--t9nu);
    justify-content: center;
    background: var(--lpjv);
    height: 50px;
}

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

.as_perk-title {
    font-size: 20px;
    align-items: center;
    display: flex;
}

.as_perk-words {
    margin-top: 10px;
    font-size: 15.5px;
    color: var(--masv);
}

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

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

.as_perk-bar:hover {
    transform: none;
}

.as_perk-digit {
    flex: none;
    color: var(--aw1j);
    font-family: var(--ym13);
    font-size: 26px;
    font-weight: var(--z8zm);
    letter-spacing: var(--ysex);
    opacity: .55;
}

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

/* steps */

.as_steps {
    padding-bottom: 58px;
}

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

.as_move {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--vhvl);
    border-radius: var(--qsym);
    background: var(--fkcx);
    box-shadow: var(--imyb);
}

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

.as_move-words {
    font-size: 15.5px;
    color: var(--masv);
}

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

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

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

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

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

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

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

/* about-teaser */

.as_teaser {
    padding-top: 58px;
}

.as_teaser-brick {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--vhvl);
    border-left: 4px solid var(--aw1j);
    border-radius: var(--qsym);
    background: var(--fkcx);
    box-shadow: var(--frz8);
}

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

.as_teaser-title {
    font-size: 25px;
}

.as_teaser-words {
    margin-top: 14px;
    color: var(--masv);
}

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

.as_teaser-jump:hover {
    border-bottom-color: var(--aw1j);
}

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

.as_teaser-jump-cta:hover {
    color: var(--ceg6);
    border-bottom-color: var(--aw1j);
    background: var(--aw1j);
}

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

.as_teaser-side {
    display: block;
}

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

/* faq */

.as_answers {
    padding-bottom: 58px;
}

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

.as_answers-stack {
    gap: 12px;
    display: grid;
}

.as_answers-item {
    border: 1px solid var(--vhvl);
    border-radius: var(--qsym);
    background: var(--fkcx);
    box-shadow: var(--imyb);
    overflow: hidden;
}

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

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

.as_answers-q:hover {
    color: var(--aw1j);
}

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

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

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

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

.as_answers-block {
    display: block;
}

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

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

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

/* disclaimer */

.as_disc {
    padding-top: 10px;
}

.as_disc-core {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--vhvl);
    border-radius: var(--qsym);
    background: var(--fkcx);
}

.as_disc-glyph {
    flex: none;
    color: var(--masv);
    display: inline-flex;
}

.as_disc-words {
    line-height: 1.6;
    font-size: 14.5px;
    color: var(--masv);
}

.as_disc-strip {
    border-top: 1px solid var(--vhvl);
    background: var(--fkcx);
    padding: 20px 0;
}

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

.as_disc-strip .as_disc-glyph {
    margin-top: 2px;
}

/* page-head */

.as_phead {
    background: var(--lpjv);
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--vhvl);
}

.as_phead-core {
    display: block;
}

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

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

.as_phead-title {
    font-size: 36px;
}

.as_phead-sub {
    margin-top: 12px;
    color: var(--masv);
}

.as_phead-plain {
    background: var(--fkcx);
}

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

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

.as_phead-inner {
    display: block;
}

/* footer */

.as_footer {
    background: var(--fkcx);
    padding: 46px 0 26px;
    border-top: 1px solid var(--vhvl);
    margin-top: 20px;
}

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

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

.as_footer-name {
    display: block;
    margin-top: 10px;
    font-family: var(--ym13);
    font-size: 19px;
    font-weight: var(--z8zm);
    letter-spacing: var(--ysex);
}

.as_footer-sub {
    color: var(--masv);
    font-size: 14.5px;
    margin-top: 8px;
}

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

.as_footer-jump {
    font-size: 14.5px;
    color: var(--masv);
}

.as_footer-jump:hover {
    color: var(--aw1j);
    text-decoration: underline;
}

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

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

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

.as_footer-inner {
    display: block;
}

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

.as_footer-inner-title {
    display: block;
    margin-bottom: 14px;
    font-family: var(--ym13);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--vjnt);
}

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

.as_footer-legal {
    font-size: 13.5px;
    color: var(--masv);
}

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

.as_doc {
    display: block;
}

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

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

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

.as_contact-brick {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--vhvl);
    border-radius: var(--qsym);
    background: var(--fkcx);
    box-shadow: var(--frz8);
}

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

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

.as_contact-glyph {
    display: inline-flex;
    flex: none;
    color: var(--aw1j);
    margin-top: 3px;
}

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

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

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

.as_contact-opening {
    color: var(--masv);
    font-size: 14.5px;
}

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

.as_rev {
    border-top: 1px solid var(--vhvl);
    color: var(--masv);
    padding-top: 14px;
    margin-top: 30px;
    font-size: 13.5px;
}

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

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

.as_cookie {
    z-index: 40;
    background: var(--fkcx);
    border: 1px solid var(--vhvl);
    box-shadow: var(--u5c3);
    position: fixed;
}

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

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

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

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

.as_cookie-glyph {
    color: var(--aw1j);
    display: inline-flex;
}

.as_cookie-words {
    max-width: 62ch;
    font-size: 14.5px;
    color: var(--masv);
}

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

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

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

.as_cookie-more:hover {
    color: var(--nz6h);
}

/* джерела */

.as_cite {
    border-top: 1px solid var(--vhvl);
}

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

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

.as_cite-jump:hover {
    color: var(--nz6h);
}

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

.as_cite-brick {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--fkcx);
    border: 1px solid var(--vhvl);
    border-radius: var(--t9nu);
}

.as_cite-brick-glyph {
    color: var(--aw1j);
    display: inline-flex;
}

.as_cite-brick-title {
    font-family: var(--ym13);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.as_cite-brick-title:hover {
    text-decoration: underline;
    color: var(--aw1j);
}

.as_cite-brick-host {
    font-size: 13.5px;
    color: var(--masv);
}

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

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

.as_nf-core {
    text-align: center;
}

.as_nf-title {
    font-size: 32px;
}

.as_nf-words {
    margin-top: 14px;
    color: var(--masv);
}

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

/* адаптив */

@media (max-width: 960px) {
    .as_opening-columns {
    grid-template-columns: 1fr;
    gap: 36px;
}
    .as_steps-split {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .as_teaser-split {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .as_teaser-main {
    border-left: 0;
    padding-left: 0;
}
    .as_footer-cols {
    grid-template-columns: 1fr 1fr;
}
    .as_footer-inner-brand {
    grid-column: 1 / -1;
}
    .as_phead-plain .as_phead-core {
    gap: 14px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
    .as_page {
    font-size: 16px;
}
    .as_sec {
    padding: 48px 0;
}
    .as_opening {
    padding: 46px 0 40px;
}
    .as_opening-title {
    font-size: 32px;
}
    .as_opening-sub {
    font-size: 17px;
}
    .as_opening-actions {
    gap: 12px;
}
    .as_cta-lg {
    font-size: 17px;
    width: 100%;
    padding: 15px 24px;
}
    .as_head-core {
    flex-direction: column;
    min-height: 0;
    align-items: flex-start;
    gap: 12px;
}
    .as_head-label {
    display: none;
}
    .as_head-bar {
    width: 100%;
}
    .as_head-cta {
    margin-left: 0;
}
    .as_head-stack .as_head-core {
    align-items: center;
}
    .as_sec-title {
    font-size: 25px;
}
    .as_ask-title {
    font-size: 25px;
}
    .as_ask-q {
    font-size: 20px;
}
    .as_ask-crate {
    padding: 22px 18px;
    border-radius: var(--qsym);
}
    .as_ask-crate-flat {
    padding: 24px 18px;
}
    .as_ask-opt {
    padding: 14px 16px;
    gap: 12px;
}
    .as_ask-opt-label {
    font-size: 15.5px;
}
    .as_ask-dots {
    display: none;
}
    .as_ask-result-title {
    font-size: 22px;
}
    .as_ask-result-head {
    gap: 12px;
    align-items: flex-start;
}
    .as_phead {
    padding: 38px 0 32px;
}
    .as_phead-title {
    font-size: 28px;
}
    .as_perk-bar {
    gap: 14px;
    padding: 20px;
}
    .as_footer-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .as_footer-core {
    gap: 22px;
    flex-direction: column;
}
    .as_contact-brick {
    padding: 20px;
}
    .as_nf {
    padding: 60px 0 68px;
}
    .as_nf-title {
    font-size: 26px;
}
    .as_cookie-core {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}
    .as_cookie-brick {
    bottom: 12px;
    left: 12px;
    right: 12px;
    max-width: none;
    width: auto;
}
    .as_cookie-accept {
    width: 100%;
}
    .as_cite-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .as_ask-move-on,
    .as_ask-result {
    animation: none;
}
    .as_ask-spin {
    animation-duration: 3s;
}
    .as_cta:hover,
    .as_ask-opt:hover,
    .as_perk:hover {
    transform: none;
}
}

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

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

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

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

.as_opening {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--jlox) 92%),
        url(/e696b5/img/lead.jpg?v=3fbe0);
    background-size: cover;
    background-position: center;
}

.as_sec-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/e696b5/img/shot28.jpg?v=3fbe0);
    background-size: cover;
    background-position: center;
}

/* знімок */

.as_shot {
    margin: 0;
}

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

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

.as_shot-brick {
    overflow: hidden;
    border-radius: 18px;
}

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

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

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

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

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

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

.as_log-bar {
    border-top: 1px solid var(--vhvl);
    padding: 14px 0;
}

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

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

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

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

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

.shot-pair .shot-img {
    object-fit: cover;
    height: clamp(160px, 22vw, 260px);
}

@media (max-width: 560px) {
    .shot-pair {
    grid-template-columns: 1fr;
}
}

/* назва бренду поруч зі знаком: коли логотип це знак від моделі, тексту в ньому
   немає принципово, тому назву друкує рендерер */

.logo-name {
    font-family: var(--ym13);
    font-size: 1.15rem;
    font-weight: var(--z8zm);
    letter-spacing: var(--ysex);
    white-space: nowrap;
}
