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

@font-face {
    font-family: "wpf1b25dc";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/9d4216/fonts/space-grotesk-400.woff2) format("woff2");
}
:root {
    --rscz: rgb(99,85,156);
    --f26e: rgb(72,61,117);
    --k4q2: rgb(221,148,64);
    --cbar: rgb(248,247,252);
    --pxe7: rgb(255,255,255);
    --s6uz: rgb(38,33,74);
    --mtj3: rgb(113,105,143);
    --u93m: rgb(228,224,240);
    --zybu: rgb(255,255,255);
    --rdjq: rgb(17,17,17);
    --fr6w: rgb(236,235,243);
    --ata7: rgb(251,242,232);
    --lhhm: "wpf1b25dc", Tahoma, Verdana, Geneva, sans-serif;
    --ks4g: "wpf1b25dc", Arial, Helvetica, sans-serif;
    --hh2c: 700;
    --wylp: -0.03em;
    --kg25: 6px;
    --ze8a: 10px;
    --oc3x: 16px;
    --fl81: 24px;
    --qru7: 0 1px 2px rgba(17, 34, 39, .05);
    --essl: 0 8px 24px rgba(17, 34, 39, .07);
    --ocu1: 0 20px 52px rgba(17, 34, 39, .12);
    --ec6b: 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(--lhhm);
    font-weight: var(--hh2c);
    letter-spacing: var(--wylp);
    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;
    margin: 0;
    font: inherit;
    border: 0;
    background: none;
}

[hidden] {
    display: none !important;
}

.as-page {
    margin: 0;
    background: var(--cbar);
    color: var(--s6uz);
    font-family: var(--ks4g);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.as-main {
    display: block;
}

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

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

.as-part {
    padding: 68px 0;
}

.as-part-tint {
    background: var(--fr6w);
}

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

.as-part-header-left {
    text-align: left;
    margin: 0;
}

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

.as-part-label {
    font-size: 30px;
}

.as-part-intro {
    color: var(--mtj3);
    margin-top: 14px;
}

/* buttons */

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

.as-btn:active {
    transform: translateY(0);
}

.as-btn-primary {
    color: var(--zybu);
    box-shadow: var(--essl);
    background: var(--rscz);
}

.as-btn-primary:hover {
    background: var(--f26e);
}

.as-btn-ghost {
    color: var(--rscz);
    background: var(--pxe7);
    border-color: var(--u93m);
}

.as-btn-ghost:hover {
    background: var(--fr6w);
    border-color: var(--rscz);
}

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

/* header */

.as-head {
    z-index: 2;
    border-bottom: 1px solid var(--u93m);
    position: relative;
    background: var(--pxe7);
}

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

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

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

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

.as-head-name {
    font-family: var(--lhhm);
    font-size: 20px;
    font-weight: var(--hh2c);
    letter-spacing: var(--wylp);
    color: var(--s6uz);
}

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

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

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

.as-head-jump:hover {
    background: var(--fr6w);
    color: var(--rscz);
}

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

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

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

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

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

.as-head-strip {
    background: var(--rscz);
    text-align: center;
    color: var(--zybu);
}

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

/* hero */

.as-hero {
    padding: 76px 0 64px;
}

.as-hero-body {
    display: block;
}

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

.as-hero-label {
    font-size: 44px;
}

.as-hero-sub {
    margin-top: 18px;
    color: var(--mtj3);
    font-size: 19px;
}

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

.as-hero-note {
    align-items: center;
    margin-top: 16px;
    gap: 8px;
    display: inline-flex;
    color: var(--mtj3);
    font-size: 14.5px;
}

.as-hero-note-sign {
    display: inline-flex;
    color: var(--rscz);
}

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

.as-hero-bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--u93m);
    border-radius: 999px;
    background: var(--pxe7);
    box-shadow: var(--qru7);
    font-size: 14.5px;
}

.as-hero-bullet-sign {
    color: var(--rscz);
    display: inline-flex;
}

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

.as-hero-center {
    text-align: center;
}

.as-hero-center .as-hero-actions {
    justify-content: center;
}

.as-hero-center .as-hero-bullets {
    justify-content: center;
}

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

.as-hero-split {
    background: linear-gradient(180deg, var(--fr6w) 0%, var(--cbar) 72%);
}

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

.as-hero-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--u93m);
    border-radius: var(--fl81);
    background: var(--pxe7);
    box-shadow: var(--ocu1);
}

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

.as-hero-art-label {
    display: block;
    margin-top: 18px;
    font-family: var(--lhhm);
    font-size: 21px;
    font-weight: var(--hh2c);
    letter-spacing: var(--wylp);
}

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

.as-hero-art-entry {
    gap: 10px;
    font-size: 15px;
    padding-top: 12px;
    color: var(--mtj3);
    align-items: flex-start;
    display: flex;
    border-top: 1px solid var(--u93m);
}

.as-hero-art-entry:first-child {
    border-top: 0;
    padding-top: 0;
}

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

.as-hero-cards {
    text-align: left;
}

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

.as-hero-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--u93m);
    border-radius: var(--oc3x);
    background: var(--pxe7);
    box-shadow: var(--qru7);
}

.as-hero-card-sign {
    border-radius: var(--ze8a);
    color: var(--s6uz);
    align-items: center;
    width: 44px;
    background: var(--ata7);
    display: inline-flex;
    height: 44px;
    justify-content: center;
}

.as-hero-card-prose {
    color: var(--mtj3);
    font-size: 15px;
}

.as-hero-cards .as-hero-eyebrow {
    padding: 0;
    background: none;
    margin: 34px 0 0;
    color: var(--mtj3);
}

/* quiz */

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

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

.as-poll-label {
    font-size: 30px;
}

.as-poll-note {
    color: var(--mtj3);
    margin-top: 12px;
}

.as-poll-crate {
    position: relative;
    padding: 30px;
    border: 1px solid var(--u93m);
    border-radius: var(--fl81);
    background: var(--pxe7);
    box-shadow: var(--ocu1);
}

.as-poll-crate-flat {
    border-radius: var(--oc3x);
    padding: 34px 30px 30px;
    box-shadow: var(--essl);
}

.as-poll-crate-flat .as-poll-header {
    margin-bottom: 22px;
}

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

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

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

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

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

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

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

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

.as-poll-stage {
    display: block;
}

.as-poll-stage-on {
    animation: qamn5d .32s ease both;
}

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

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

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

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

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

.as-poll-opt:hover {
    background: var(--fr6w);
    border-color: var(--rscz);
    transform: translateY(-1px);
}

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

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

.as-poll-opt-on {
    box-shadow: var(--essl);
    background: var(--fr6w);
    border-color: var(--rscz);
}

.as-poll-opt-on .as-poll-opt-flag {
    background: var(--rscz);
    color: var(--zybu);
    border-color: var(--rscz);
}

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

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

.as-poll-opt-bar {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--ze8a);
}

.as-poll-opt-bar .as-poll-opt-flag {
    width: 26px;
    border-radius: var(--kg25);
    height: 26px;
}

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

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

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

.as-poll-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--u93m);
    border-top-color: var(--rscz);
    border-radius: 50%;
    animation: ng9k35 1s linear infinite;
}

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

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

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

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

.as-poll-rule-on {
    color: var(--s6uz);
    opacity: 1;
}

.as-poll-rule-on .as-poll-rule-dot {
    background: var(--rscz);
}

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

.as-poll-result {
    display: block;
    animation: qamn5d .4s ease both;
}

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

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

.as-poll-result-header .as-poll-result-sign {
    width: 48px;
    margin-bottom: 0;
    height: 48px;
}

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

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

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

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

.as-poll-tip-sign {
    color: var(--rscz);
    display: inline-flex;
    margin-top: 4px;
}

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

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

.as-poll-tips-digit .as-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(--ata7);
    color: var(--s6uz);
    font-family: var(--lhhm);
    font-size: 13px;
    font-weight: 700;
}

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

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

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

/* highlights */

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

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

.as-feature {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--u93m);
    border-radius: var(--oc3x);
    background: var(--pxe7);
    box-shadow: var(--qru7);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.as-feature-sign {
    height: 50px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: center;
    color: var(--rscz);
    background: var(--fr6w);
    border-radius: var(--ze8a);
    width: 50px;
}

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

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

.as-feature-prose {
    color: var(--mtj3);
    margin-top: 10px;
    font-size: 15.5px;
}

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

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

.as-feature-bar:hover {
    transform: none;
}

.as-feature-digit {
    flex: none;
    color: var(--rscz);
    font-family: var(--lhhm);
    font-size: 26px;
    font-weight: var(--hh2c);
    letter-spacing: var(--wylp);
    opacity: .55;
}

.as-feature-body {
    flex: 1 1 auto;
}

/* steps */

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

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

.as-stage {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--u93m);
    border-radius: var(--oc3x);
    background: var(--pxe7);
    box-shadow: var(--qru7);
}

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

.as-stage-prose {
    font-size: 15.5px;
    color: var(--mtj3);
}

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

.as-steps-rule {
    display: grid;
    gap: 0;
}

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

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

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

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

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

/* about-teaser */

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

.as-teaser-card {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--u93m);
    border-left: 4px solid var(--rscz);
    border-radius: var(--oc3x);
    background: var(--pxe7);
    box-shadow: var(--essl);
}

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

.as-teaser-label {
    font-size: 25px;
}

.as-teaser-prose {
    margin-top: 14px;
    color: var(--mtj3);
}

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

.as-teaser-jump:hover {
    border-bottom-color: var(--rscz);
}

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

.as-teaser-jump-btn:hover {
    background: var(--rscz);
    border-bottom-color: var(--rscz);
    color: var(--zybu);
}

.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(--u93m);
    padding-left: 34px;
}

/* faq */

.as-asks {
    padding-bottom: 58px;
}

.as-asks-plain {
    padding-top: 58px;
}

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

.as-asks-entry {
    border: 1px solid var(--u93m);
    border-radius: var(--oc3x);
    background: var(--pxe7);
    box-shadow: var(--qru7);
    overflow: hidden;
}

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

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

.as-asks-q:hover {
    color: var(--rscz);
}

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

.as-asks-entry[open] .as-asks-sign {
    transform: rotate(180deg);
}

.as-asks-a {
    font-size: 15.5px;
    color: var(--mtj3);
    padding: 0 22px 20px;
}

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

.as-asks-block {
    display: block;
}

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

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

.as-asks-block-a {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--mtj3);
}

/* disclaimer */

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

.as-disc-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--u93m);
    border-radius: var(--oc3x);
    background: var(--pxe7);
}

.as-disc-sign {
    flex: none;
    color: var(--mtj3);
    display: inline-flex;
}

.as-disc-prose {
    color: var(--mtj3);
    line-height: 1.6;
    font-size: 14.5px;
}

.as-disc-strip {
    padding: 20px 0;
    border-top: 1px solid var(--u93m);
    background: var(--pxe7);
}

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

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

/* page-head */

.as-phead {
    border-bottom: 1px solid var(--u93m);
    padding: 54px 0 44px;
    background: var(--fr6w);
}

.as-phead-inner {
    display: block;
}

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

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

.as-phead-label {
    font-size: 36px;
}

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

.as-phead-plain {
    background: var(--pxe7);
}

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

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

.as-phead-inner-2 {
    display: block;
}

/* footer */

.as-bottom {
    border-top: 1px solid var(--u93m);
    margin-top: 20px;
    background: var(--pxe7);
    padding: 46px 0 26px;
}

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

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

.as-bottom-name {
    display: block;
    margin-top: 10px;
    font-family: var(--lhhm);
    font-size: 19px;
    font-weight: var(--hh2c);
    letter-spacing: var(--wylp);
}

.as-bottom-note {
    color: var(--mtj3);
    margin-top: 8px;
    font-size: 14.5px;
}

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

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

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

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

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

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

.as-bottom-inner-2 {
    display: block;
}

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

.as-bottom-inner-label {
    display: block;
    margin-bottom: 14px;
    font-family: var(--lhhm);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--s6uz);
}

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

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

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

.as-doc {
    display: block;
}

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

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

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

.as-contact-card {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--u93m);
    border-radius: var(--oc3x);
    background: var(--pxe7);
    box-shadow: var(--essl);
}

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

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

.as-contact-sign {
    margin-top: 3px;
    display: inline-flex;
    flex: none;
    color: var(--rscz);
}

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

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

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

.as-contact-intro {
    color: var(--mtj3);
    font-size: 14.5px;
}

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

.as-rev {
    font-size: 13.5px;
    padding-top: 14px;
    color: var(--mtj3);
    border-top: 1px solid var(--u93m);
    margin-top: 30px;
}

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

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

.as-bar {
    border: 1px solid var(--u93m);
    position: fixed;
    z-index: 40;
    box-shadow: var(--ocu1);
    background: var(--pxe7);
}

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

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

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

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

.as-bar-sign {
    display: inline-flex;
    color: var(--rscz);
}

.as-bar-prose {
    font-size: 14.5px;
    color: var(--mtj3);
    max-width: 62ch;
}

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

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

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

.as-bar-more:hover {
    color: var(--f26e);
}

/* джерела */

.as-cite {
    border-top: 1px solid var(--u93m);
}

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

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

.as-cite-jump:hover {
    color: var(--f26e);
}

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

.as-cite-card {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--pxe7);
    border: 1px solid var(--u93m);
    border-radius: var(--ze8a);
}

.as-cite-card-sign {
    display: inline-flex;
    color: var(--rscz);
}

.as-cite-card-label {
    font-family: var(--lhhm);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.as-cite-card-label:hover {
    color: var(--rscz);
    text-decoration: underline;
}

.as-cite-card-host {
    color: var(--mtj3);
    font-size: 13.5px;
}

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

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

.as-nf-inner {
    text-align: center;
}

.as-nf-label {
    font-size: 32px;
}

.as-nf-prose {
    margin-top: 14px;
    color: var(--mtj3);
}

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

/* адаптив */

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

@media (max-width: 720px) {
    .as-page {
    font-size: 16px;
}
    .as-part {
    padding: 48px 0;
}
    .as-hero {
    padding: 46px 0 40px;
}
    .as-hero-label {
    font-size: 32px;
}
    .as-hero-sub {
    font-size: 17px;
}
    .as-hero-actions {
    gap: 12px;
}
    .as-btn-lg {
    font-size: 17px;
    width: 100%;
    padding: 15px 24px;
}
    .as-head-inner {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
    .as-head-tag {
    display: none;
}
    .as-head-menu {
    width: 100%;
}
    .as-head-cta {
    margin-left: 0;
}
    .as-head-stack .as-head-inner {
    align-items: center;
}
    .as-part-label {
    font-size: 25px;
}
    .as-poll-label {
    font-size: 25px;
}
    .as-poll-q {
    font-size: 20px;
}
    .as-poll-crate {
    border-radius: var(--oc3x);
    padding: 22px 18px;
}
    .as-poll-crate-flat {
    padding: 24px 18px;
}
    .as-poll-opt {
    padding: 14px 16px;
    gap: 12px;
}
    .as-poll-opt-label {
    font-size: 15.5px;
}
    .as-poll-dots {
    display: none;
}
    .as-poll-result-label {
    font-size: 22px;
}
    .as-poll-result-header {
    align-items: flex-start;
    gap: 12px;
}
    .as-phead {
    padding: 38px 0 32px;
}
    .as-phead-label {
    font-size: 28px;
}
    .as-feature-bar {
    gap: 14px;
    padding: 20px;
}
    .as-bottom-cols {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .as-bottom-inner {
    gap: 22px;
    flex-direction: column;
}
    .as-contact-card {
    padding: 20px;
}
    .as-nf {
    padding: 60px 0 68px;
}
    .as-nf-label {
    font-size: 26px;
}
    .as-bar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}
    .as-bar-card {
    right: 12px;
    bottom: 12px;
    max-width: none;
    width: auto;
    left: 12px;
}
    .as-bar-accept {
    width: 100%;
}
    .as-cite-cards {
    grid-template-columns: 1fr;
}
}

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

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

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

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

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

.as-hero {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--cbar) 92%),
        url(/9d4216/img/lead.jpg?v=453a6);
    background-size: cover;
    background-position: center;
}

.as-part-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/9d4216/img/top.jpg?v=453a6);
    background-size: cover;
    background-position: center;
}

/* знімок */

.as-shot {
    margin: 0;
}

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

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

.as-shot-card {
    border-radius: 18px;
    overflow: hidden;
}

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

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

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

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

.as-log-note {
    margin: 0;
    font-size: 15px;
}

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

.as-log-bar {
    border-top: 1px solid var(--u93m);
    padding: 14px 0;
}

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

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

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

@media (max-width: 640px) {
    .as-log-stack {
    grid-template-columns: 1fr;
    gap: 3px 0;
}
    .as-log-note {
    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(--lhhm);
    font-size: 1.15rem;
    font-weight: var(--hh2c);
    letter-spacing: var(--wylp);
    white-space: nowrap;
}
