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

@font-face {
    font-family: "wpfe59f34";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/bd38b9/fonts/inter-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpfe59f34";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/bd38b9/fonts/inter-700.woff2) format("woff2");
}
:root {
    --nqp5: #63559C;
    --p01r: #483D75;
    --qe52: #DD9440;
    --ytvv: #F8F7FC;
    --awap: #FFFFFF;
    --v13y: #26214A;
    --ivpg: #71698F;
    --yaq7: #E4E0F0;
    --t14j: #FFFFFF;
    --d2vp: #111111;
    --jv4w: #ECEBF3;
    --wau7: #FBF2E8;
    --eb2w: "wpfcd58a9", "Palatino Linotype", Georgia, serif;
    --yvh7: "wpfe59f34", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --zekc: 600;
    --tlc6: -0.01em;
    --rjdu: 4px;
    --qejn: 10px;
    --pa44: 16px;
    --hc3a: 22px;
    --mwlf: #FFFFFF;
    --fgls: rgba(255, 255, 255, .74);
    --acyb: rgba(255, 255, 255, .16);
    --i6za: 0 1px 2px rgba(16, 24, 32, .05);
    --i6d9: 0 10px 30px rgba(16, 24, 32, .09);
    --g4wf: 0 26px 60px rgba(16, 24, 32, .16);
    --rd83: 26px;
}

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

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

body {
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    font-family: var(--eb2w);
    font-weight: var(--zekc);
    letter-spacing: var(--tlc6);
    line-height: 1.2;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

i {
    font-style: normal;
}

[hidden] {
    display: none !important;
}

.as-page {
    margin: 0;
    background: var(--ytvv);
    color: var(--v13y);
    font-family: var(--yvh7);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.as-main {
    display: block;
}

/* сітка */

.as-shell {
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1160px;
    width: 100%;
}

.as-shell__narrow {
    padding: 0 24px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.as-ribbon {
    padding: 74px 0;
}

.as-ribbon__soft {
    background: var(--awap);
    border-top: 1px solid var(--yaq7);
    border-bottom: 1px solid var(--yaq7);
}

.as-ribbon__tight {
    padding: 34px 0 54px;
}

.as-ribbon__head {
    margin-bottom: 40px;
    max-width: 620px;
}

.as-ribbon__head-wide {
    max-width: 760px;
}

.as-ribbon__head-side {
    margin-bottom: 0;
}

.as-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--nqp5);
    font-family: var(--eb2w);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.as-eyebrow::before {
    display: block;
    height: 2px;
    flex: none;
    content: "";
    background: var(--nqp5);
    width: 26px;
}

.as-ribbon__label {
    font-size: 32px;
}

.as-ribbon__start {
    margin-top: 16px;
    font-size: 17px;
    color: var(--ivpg);
}

/* кнопки */

.as-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: var(--qejn);
    font-family: var(--eb2w);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.as-act__solid {
    color: var(--t14j);
    background: var(--nqp5);
}

.as-act__solid:hover {
    background: var(--p01r);
}

.as-act__lg {
    font-size: 17px;
    padding: 15px 32px;
}

/* поява секцій; клас ready ставить скрипт, тому без JS усе лишається видимим */

.as-ready .as-reveal {
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
    transform: translateY(16px);
}

.as-ready .as-reveal__on {
    transform: none;
    opacity: 1;
}

/* шапка */

.as-top {
    background: var(--awap);
    border-bottom: 1px solid var(--yaq7);
}

.as-top__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 74px;
    padding-top: 14px;
    padding-bottom: 14px;
}

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

.as-top__flag {
    display: inline-flex;
    align-items: center;
    color: var(--nqp5);
}

.as-top__name {
    font-family: var(--eb2w);
    font-size: 19px;
    font-weight: var(--zekc);
    letter-spacing: var(--tlc6);
}

.as-top__nav {
    gap: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.as-top__jump {
    color: var(--ivpg);
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
    padding: 9px 12px;
    border-radius: var(--rjdu);
}

.as-top__jump:hover {
    color: var(--v13y);
    background: var(--ytvv);
}

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

/* шапка, варіант із рядком-нотаткою і нижнім рядом посилань */

.as-top__strip {
    background: var(--v13y);
    color: var(--mwlf);
}

.as-top__strip-words {
    padding: 8px 0;
    display: inline-block;
    opacity: .88;
    letter-spacing: .01em;
    font-size: 13px;
}

.as-top__stack .as-top__in {
    min-height: 0;
    align-items: flex-end;
    padding-bottom: 10px;
}

.as-top__stack .as-top__name {
    font-size: 23px;
}

.as-top__nav-strip {
    border-top: 1px solid var(--yaq7);
}

.as-top__nav-strip .as-top__nav {
    gap: 2px;
    padding: 4px 0;
}

.as-top__nav-strip .as-top__jump {
    padding: 10px 14px 10px 0;
    border-radius: 0;
    margin-right: 14px;
}

/* екран знайомства */

.as-start {
    padding: 78px 0 76px;
    background: linear-gradient(155deg, var(--v13y) 0%, var(--p01r) 68%, var(--nqp5) 168%);
    color: var(--mwlf);
    position: relative;
    overflow: hidden;
}

.as-start::after {
    height: 140%;
    top: -30%;
    right: -12%;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    pointer-events: none;
    position: absolute;
    width: 52%;
}

.as-start__split {
    align-items: center;
    gap: 56px;
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
}

.as-start__copy {
    z-index: 1;
    position: relative;
}

.as-start__kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    border: 1px solid var(--acyb);
    border-radius: 999px;
    color: var(--fgls);
    font-family: var(--eb2w);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.as-start__label {
    font-size: 52px;
    line-height: 1.05;
}

.as-start__label-xl {
    font-size: 64px;
}

.as-start__promise {
    color: var(--fgls);
    margin-top: 20px;
    line-height: 1.55;
    font-size: 19px;
    max-width: 620px;
}

.as-start__actions {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.as-start .as-act__solid {
    color: var(--v13y);
    background: var(--awap);
}

.as-start .as-act__solid:hover {
    color: var(--d2vp);
    background: var(--qe52);
}

.as-start__note {
    font-size: 14.5px;
    color: var(--fgls);
    display: block;
}

.as-start__center .as-start__note {
    margin-top: 14px;
}

.as-start__list {
    display: grid;
    margin-top: 28px;
    gap: 10px;
}

.as-start__list-item {
    font-size: 15.5px;
    display: flex;
    color: var(--fgls);
    gap: 11px;
    line-height: 1.45;
    align-items: flex-start;
}

.as-start__list-glyph {
    display: inline-flex;
    margin-top: 3px;
    color: var(--qe52);
}

.as-start__list-strip {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 10px 26px;
}

.as-start__list-tight {
    margin-top: 0;
    gap: 12px;
}

.as-start__visual {
    position: relative;
    justify-content: center;
    z-index: 1;
    display: flex;
}

.as-start__visual-under {
    margin-top: 52px;
}

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

.as-start__center .as-start__copy {
    margin: 0 auto;
    max-width: 760px;
}

.as-start__center .as-start__promise {
    margin-left: auto;
    margin-right: auto;
}

.as-start__center .as-start__actions {
    justify-content: center;
}

.as-start__center .as-start__list-item {
    text-align: left;
}

.as-start__plain {
    padding-bottom: 0;
}

.as-start__board {
    border-top: 1px solid var(--acyb);
    padding: 34px 0 46px;
    position: relative;
    z-index: 1;
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
}

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

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

.as-avail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
    padding: 16px 18px;
    border: 1px solid var(--yaq7);
    border-left: 3px solid var(--nqp5);
    border-radius: var(--qejn);
    background: var(--jv4w);
}

.as-avail__glyph {
    color: var(--nqp5);
    flex: none;
    display: inline-flex;
    margin-top: 2px;
}

.as-avail__words {
    line-height: 1.5;
    font-size: 15.5px;
}

.as-avail__wide {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.as-start .as-avail {
    border-color: var(--acyb);
    border-left-color: var(--qe52);
    background: rgba(255, 255, 255, .08);
}

.as-start .as-avail__glyph {
    color: var(--qe52);
}

.as-start .as-avail__words {
    color: var(--mwlf);
}

/* рамка телефона */

.as-phone {
    width: 100%;
    max-width: 268px;
    margin: 0 auto;
}

.as-phone__frame {
    position: relative;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 38px;
    background: linear-gradient(158deg, #3B424B 0%, #171B20 46%, #272D34 100%);
    box-shadow: var(--g4wf);
}

.as-phone__island {
    z-index: 2;
    position: absolute;
    background: #14181D;
    border-radius: 999px;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    top: 20px;
    height: 19px;
}

.as-phone__screen {
    min-height: 402px;
    display: flex;
    border-radius: 29px;
    background: var(--awap);
    overflow: hidden;
    flex-direction: column;
}

.as-phone__bar {
    display: flex;
    justify-content: space-between;
    color: var(--v13y);
    align-items: center;
    padding: 11px 18px 0;
}

.as-phone__clock {
    font-family: var(--eb2w);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.as-phone__icons {
    gap: 2px;
    display: inline-flex;
    align-items: flex-end;
}

.as-phone__sig {
    background: var(--v13y);
    display: block;
    border-radius: 1px;
    width: 3px;
}

.as-phone__icons .as-phone__sig:nth-child(1) {
    height: 4px;
}

.as-phone__icons .as-phone__sig:nth-child(2) {
    height: 7px;
}

.as-phone__icons .as-phone__sig:nth-child(3) {
    height: 10px;
}

.as-phone__batt {
    position: relative;
    display: block;
    width: 17px;
    height: 9px;
    margin-left: 5px;
    border: 1.4px solid var(--v13y);
    border-radius: 2px;
    background: linear-gradient(to right, var(--v13y) 62%, transparent 62%);
}

.as-phone__batt::after {
    top: 2px;
    position: absolute;
    right: -3px;
    height: 3px;
    border-radius: 0 1px 1px 0;
    content: "";
    background: var(--v13y);
    width: 2px;
}

.as-phone__app {
    gap: 14px;
    flex-direction: column;
    padding: 22px 18px 20px;
    display: flex;
}

.as-phone__app-head {
    gap: 3px;
    flex-direction: column;
    display: flex;
}

.as-phone__app-name {
    color: var(--nqp5);
    font-family: var(--eb2w);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.as-phone__app-label {
    font-family: var(--eb2w);
    font-size: 20px;
    font-weight: var(--zekc);
    letter-spacing: var(--tlc6);
    line-height: 1.15;
}

/* макет: чеклист */

.as-shot__list {
    display: grid;
    gap: 9px;
}

.as-shot__strip {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid var(--yaq7);
    border-radius: var(--qejn);
    background: var(--ytvv);
}

.as-shot__strip-on {
    background: var(--jv4w);
    border-color: var(--nqp5);
}

.as-shot__crate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--yaq7);
    border-radius: var(--rjdu);
    background: var(--awap);
    color: var(--t14j);
}

.as-shot__strip-on .as-shot__crate {
    border-color: var(--nqp5);
    background: var(--nqp5);
}

.as-shot__label {
    font-size: 13px;
    line-height: 1.35;
}

.as-shot__strip-on .as-shot__label {
    color: var(--p01r);
}

.as-shot__bar {
    overflow: hidden;
    height: 6px;
    background: var(--yaq7);
    border-radius: 999px;
    display: block;
}

.as-shot__bar-fill {
    border-radius: 999px;
    display: block;
    background: var(--nqp5);
    height: 100%;
}

/* макет: числа */

.as-shot__stats {
    display: grid;
    gap: 10px;
}

.as-shot__stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--yaq7);
    border-radius: var(--qejn);
    background: var(--ytvv);
}

.as-shot__stat-start {
    flex-direction: column;
    border-color: var(--nqp5);
    gap: 2px;
    background: var(--jv4w);
    align-items: flex-start;
}

.as-shot__stat-digit {
    color: var(--nqp5);
    font-family: var(--eb2w);
    font-size: 22px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.as-shot__stat-start .as-shot__stat-digit {
    font-size: 38px;
}

.as-shot__stat-label {
    line-height: 1.3;
    font-size: 12px;
    color: var(--ivpg);
}

.as-shot__dots {
    justify-content: space-between;
    gap: 5px;
    display: flex;
    align-items: center;
}

.as-shot__dot {
    flex: 1 1 auto;
    height: 6px;
    display: block;
    border-radius: 999px;
    background: var(--yaq7);
}

.as-shot__dot-on {
    background: var(--nqp5);
}

/* макет: стрічка записів */

.as-shot__feed {
    display: grid;
    gap: 2px;
}

.as-shot__entry {
    position: relative;
    display: flex;
    padding: 0 0 16px 0;
    align-items: flex-start;
    gap: 12px;
}

.as-shot__entry::before {
    top: 6px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 41px;
    width: 1px;
    background: var(--yaq7);
}

.as-shot__entry::after {
    background: var(--nqp5);
    height: 7px;
    top: 4px;
    position: absolute;
    border-radius: 50%;
    content: "";
    left: 38px;
    width: 7px;
}

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

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

.as-shot__time {
    flex: none;
    width: 34px;
    color: var(--ivpg);
    font-family: var(--eb2w);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.3;
}

.as-shot__entry-words {
    padding-left: 14px;
    line-height: 1.35;
    font-size: 13px;
}

/* макет: нагадування */

.as-shot__panel {
    padding: 14px 16px;
    gap: 10px;
    color: var(--t14j);
    border-radius: var(--qejn);
    background: var(--nqp5);
    display: flex;
    align-items: center;
}

.as-shot__panel-glyph {
    display: inline-flex;
    opacity: .8;
}

.as-shot__panel-time {
    font-family: var(--eb2w);
    font-size: 24px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.as-shot__switches {
    gap: 4px;
    display: grid;
}

.as-shot__switch-strip {
    gap: 12px;
    padding: 11px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--yaq7);
}

.as-shot__switch-strip:last-child {
    border-bottom: 0;
}

.as-shot__switch-label {
    font-size: 13px;
    line-height: 1.3;
}

.as-shot__switch {
    height: 20px;
    border-radius: 999px;
    display: block;
    flex: none;
    background: var(--yaq7);
    width: 34px;
    position: relative;
}

.as-shot__knob {
    background: var(--awap);
    display: block;
    left: 3px;
    top: 3px;
    box-shadow: var(--i6za);
    width: 14px;
    border-radius: 50%;
    height: 14px;
    position: absolute;
}

.as-shot__switch-on {
    background: var(--nqp5);
}

.as-shot__switch-on .as-shot__knob {
    right: 3px;
    left: auto;
}

/* макет: діаграма */

.as-shot__chart {
    gap: 10px;
    align-items: flex-end;
    display: flex;
}

.as-shot__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0;
}

.as-shot__inner-track {
    justify-content: center;
    height: 128px;
    display: flex;
    width: 100%;
    border-radius: var(--rjdu);
    align-items: flex-end;
    background: var(--ytvv);
}

.as-shot__inner-bar {
    border-radius: var(--rjdu);
    display: block;
    background: linear-gradient(180deg, var(--nqp5), var(--p01r));
    width: 100%;
    min-height: 8px;
}

.as-shot__inner-cap {
    max-width: 100%;
    color: var(--ivpg);
    font-size: 10.5px;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* секція макетів: ряд телефонів */

.as-shots {
    scroll-margin-top: 16px;
}

.as-shots__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(228px, 1fr);
    gap: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.as-shots__item {
    display: block;
    scroll-snap-align: start;
    margin: 0;
}

.as-shots__cap {
    margin-top: 24px;
}

.as-shots__index {
    display: block;
    margin-bottom: 8px;
    color: var(--nqp5);
    font-family: var(--eb2w);
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .12em;
}

.as-shots__label {
    font-size: 19px;
}

.as-shots__words {
    margin-top: 8px;
    color: var(--ivpg);
    font-size: 15px;
}

/* секція макетів: один телефон і вкладки */

.as-one__split {
    display: grid;
    gap: 46px;
    grid-template-columns: 300px 1fr;
    align-items: start;
}

.as-one__tabs {
    gap: 8px;
    display: grid;
}

.as-one__tab {
    display: flex;
    align-items: baseline;
    gap: 12px;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid var(--yaq7);
    border-radius: var(--qejn);
    background: var(--ytvv);
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.as-one__tab:hover {
    border-color: var(--nqp5);
}

.as-one__tab-digit {
    flex: none;
    color: var(--ivpg);
    font-family: var(--eb2w);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
}

.as-one__tab-label {
    font-family: var(--eb2w);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.as-one__tab-on {
    background: var(--nqp5);
    border-color: var(--nqp5);
    color: var(--t14j);
}

.as-one__tab-on .as-one__tab-digit {
    color: var(--t14j);
    opacity: .75;
}

.as-one__stage {
    display: block;
}

.as-one__pane {
    display: grid;
    align-items: center;
    grid-template-columns: 268px 1fr;
    gap: 40px;
}

.as-one__pane + .as-one__pane {
    margin-top: 44px;
}

.as-one__cap {
    display: block;
}

.as-one__cap .as-shots__label {
    font-size: 24px;
}

.as-one__cap .as-shots__words {
    margin-top: 12px;
    font-size: 16px;
}

/* можливості: картки */

.as-point__split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1px;
    background: var(--yaq7);
    border: 1px solid var(--yaq7);
    border-radius: var(--pa44);
    overflow: hidden;
}

.as-point {
    transition: background-color .2s ease;
    background: var(--awap);
    padding: var(--rd83);
    display: block;
}

.as-point:hover {
    background: var(--jv4w);
}

.as-point__glyph {
    border-radius: var(--qejn);
    background: var(--wau7);
    justify-content: center;
    display: inline-flex;
    height: 44px;
    align-items: center;
    width: 44px;
    margin-bottom: 18px;
    color: var(--v13y);
}

.as-point__label {
    font-size: 19px;
}

.as-point__words {
    color: var(--ivpg);
    font-size: 15.5px;
    margin-top: 10px;
}

/* можливості: рядки */

.as-point__rows {
    gap: 0;
    display: grid;
}

.as-point__strip {
    border-top: 1px solid var(--yaq7);
    gap: 24px;
    align-items: start;
    display: grid;
    grid-template-columns: 58px minmax(180px, 1fr) 1.5fr;
    padding: 26px 0;
}

.as-point__strip:last-child {
    border-bottom: 1px solid var(--yaq7);
}

.as-point__strip-digit {
    color: var(--nqp5);
    font-family: var(--eb2w);
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
    line-height: 1.6;
}

.as-point__strip-label {
    align-items: flex-start;
    gap: 10px;
    font-size: 19px;
    display: flex;
}

.as-point__strip-glyph {
    display: inline-flex;
    margin-top: 4px;
    color: var(--nqp5);
}

.as-point__strip-words {
    font-size: 15.5px;
    color: var(--ivpg);
}

/* кроки */

.as-flow__strip {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
}

.as-flow__item {
    position: relative;
    display: block;
    padding: 28px 24px 26px;
    border: 1px solid var(--yaq7);
    border-top: 3px solid var(--nqp5);
    border-radius: 0 0 var(--pa44) var(--pa44);
    background: var(--awap);
}

.as-flow__digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: var(--qejn);
    background: var(--v13y);
    color: var(--awap);
    font-family: var(--eb2w);
    font-size: 17px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.as-flow__digit-sm {
    margin-bottom: 0;
    height: 32px;
    font-size: 15px;
    width: 32px;
}

.as-flow__label {
    font-size: 19px;
}

.as-flow__words {
    margin-top: 10px;
    color: var(--ivpg);
    font-size: 15.5px;
}

.as-flow__split {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    align-items: start;
    gap: 56px;
}

.as-flow__row {
    gap: 0;
    display: grid;
}

.as-flow__row-item {
    display: flex;
    position: relative;
    gap: 20px;
    align-items: flex-start;
    padding: 0 0 28px 0;
}

.as-flow__row-item::before {
    bottom: 4px;
    width: 2px;
    background: var(--yaq7);
    top: 40px;
    content: "";
    position: absolute;
    left: 15px;
}

.as-flow__row-item:last-child {
    padding-bottom: 0;
}

.as-flow__row-item:last-child::before {
    display: none;
}

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

/* принципи */

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

.as-creed__item {
    display: block;
    border-top: 2px solid var(--v13y);
    padding-top: 22px;
}

.as-creed__flag {
    color: var(--nqp5);
    margin-bottom: 14px;
    display: inline-flex;
}

.as-creed__label {
    font-size: 18px;
}

.as-creed__words {
    margin-top: 10px;
    color: var(--ivpg);
    font-size: 15.5px;
}

.as-creed__stack {
    gap: 0;
    display: grid;
}

.as-creed__block {
    padding: 24px 0 24px 28px;
    display: block;
    border-left: 2px solid var(--yaq7);
}

.as-creed__block:hover {
    border-left-color: var(--nqp5);
}

.as-creed__index {
    display: block;
    margin-bottom: 8px;
    color: var(--nqp5);
    font-family: var(--eb2w);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .16em;
}

.as-creed__jump {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--nqp5);
    color: var(--nqp5);
    font-family: var(--eb2w);
    font-size: 15px;
    font-weight: 600;
}

.as-creed__jump:hover {
    border-bottom-color: var(--p01r);
    color: var(--p01r);
}

/* питання */

.as-ask__list {
    display: grid;
    gap: 0;
}

.as-ask__item {
    border-bottom: 1px solid var(--yaq7);
}

.as-ask__item:first-child {
    border-top: 1px solid var(--yaq7);
}

.as-ask__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 4px;
    font-family: var(--eb2w);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

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

.as-ask__q:hover {
    color: var(--nqp5);
}

.as-ask__sign {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 28px;
    height: 28px;
    border: 1px solid var(--yaq7);
    border-radius: var(--rjdu);
    color: var(--nqp5);
    transition: transform .2s ease, background-color .2s ease;
}

.as-ask__item[open] .as-ask__sign {
    background: var(--jv4w);
    transform: rotate(180deg);
}

.as-ask__a {
    color: var(--ivpg);
    padding: 0 4px 22px;
    font-size: 15.5px;
}

.as-ask__cols {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px 40px;
    display: grid;
}

.as-ask__block {
    display: block;
}

.as-ask__block-q {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--eb2w);
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.35;
}

.as-ask__block-glyph {
    color: var(--nqp5);
    margin-top: 4px;
    display: inline-flex;
}

.as-ask__block-a {
    margin: 10px 0 0;
    font-size: 15.5px;
    color: var(--ivpg);
}

/* застереження */

.as-warn__crate {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid var(--yaq7);
    border-radius: var(--pa44);
    background: var(--awap);
}

.as-warn__glyph {
    color: var(--ivpg);
    flex: none;
    margin-top: 2px;
    display: inline-flex;
}

.as-warn__words {
    color: var(--ivpg);
    line-height: 1.6;
    font-size: 14.5px;
}

.as-warn__strip {
    padding: 24px 0;
    background: var(--v13y);
}

.as-warn__strip .as-warn__words {
    color: var(--fgls);
    align-items: flex-start;
    display: flex;
    gap: 14px;
}

.as-warn__strip .as-warn__glyph {
    color: var(--qe52);
}

/* заголовок внутрішньої сторінки */

.as-cap {
    color: var(--mwlf);
    background: var(--v13y);
    padding: 56px 0 46px;
}

.as-cap__in {
    display: block;
}

.as-cap__back {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--fgls);
    font-family: var(--eb2w);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.as-cap__back:hover {
    color: var(--mwlf);
}

.as-cap__label {
    font-size: 38px;
}

.as-cap__sub {
    max-width: 660px;
    font-size: 16.5px;
    margin-top: 14px;
    color: var(--fgls);
}

.as-cap__plain {
    color: var(--v13y);
    border-bottom: 1px solid var(--yaq7);
    background: var(--awap);
}

.as-cap__plain .as-cap__in {
    display: grid;
    align-items: end;
    gap: 34px;
    grid-template-columns: 1fr 1fr;
}

.as-cap__plain .as-cap__sub {
    color: var(--ivpg);
}

.as-cap__plain .as-cap__back {
    margin: 16px 0 0;
    color: var(--nqp5);
}

.as-cap__inner {
    display: block;
}

/* підвал */

.as-root {
    padding: 48px 0 26px;
    background: var(--awap);
    border-top: 1px solid var(--yaq7);
}

.as-root__in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 34px;
    align-items: flex-start;
}

.as-root__brand {
    max-width: 400px;
}

.as-root__name {
    display: block;
    margin-top: 10px;
    font-family: var(--eb2w);
    font-size: 19px;
    font-weight: var(--zekc);
    letter-spacing: var(--tlc6);
}

.as-root__note {
    color: var(--ivpg);
    margin-top: 10px;
    font-size: 14.5px;
}

.as-root__nav {
    flex-wrap: wrap;
    display: flex;
    gap: 8px 22px;
}

.as-root__jump {
    color: var(--ivpg);
    font-size: 14.5px;
}

.as-root__jump:hover {
    color: var(--nqp5);
}

.as-root__nav-stack {
    flex-direction: column;
    gap: 9px;
}

.as-root__wide {
    padding-top: 54px;
}

.as-root__cols {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 38px;
    display: grid;
}

.as-root__inner {
    display: block;
}

.as-root__inner-brand {
    max-width: 440px;
}

.as-root__inner-label {
    display: block;
    margin-bottom: 16px;
    font-family: var(--eb2w);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

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

.as-root__legal {
    color: var(--ivpg);
    font-size: 13.5px;
}

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

.as-doc {
    display: block;
}

.as-para {
    margin-bottom: 20px;
    font-size: 16.5px;
}

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

.as-panel__split {
    gap: 32px;
    display: grid;
    align-items: start;
    grid-template-columns: 1.05fr .95fr;
}

.as-detail__panel {
    display: grid;
    gap: 0;
    padding: 8px 26px;
    border: 1px solid var(--yaq7);
    border-radius: var(--pa44);
    background: var(--awap);
}

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

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

.as-detail__glyph {
    margin-top: 3px;
    display: inline-flex;
    flex: none;
    color: var(--nqp5);
}

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

a.as-detail__value:hover {
    color: var(--nqp5);
}

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

.as-detail__side {
    display: block;
}

.as-detail__side .as-avail {
    margin-top: 0;
}

.as-detail__note {
    font-size: 14.5px;
    margin-top: 20px;
    color: var(--ivpg);
}

/* дата ревізії юридичної сторінки */

.as-doc__stamp {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--yaq7);
    color: var(--ivpg);
    font-family: var(--eb2w);
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: .06em;
}

/* джерела: заголовок збоку і список hairline-рядків */

.as-cite__split {
    gap: 46px;
    align-items: start;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
}

.as-cite__label {
    font-size: 26px;
}

.as-cite__list {
    gap: 0;
    display: grid;
}

.as-cite__item {
    border-top: 1px solid var(--yaq7);
}

.as-cite__item:last-child {
    border-bottom: 1px solid var(--yaq7);
}

.as-cite__jump {
    align-items: baseline;
    padding: 17px 2px;
    display: flex;
    justify-content: space-between;
    transition: color .15s ease, padding-left .15s ease;
    gap: 18px;
}

.as-cite__jump:hover {
    padding-left: 8px;
    color: var(--nqp5);
}

.as-cite__name {
    font-family: var(--eb2w);
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.35;
}

.as-cite__host {
    font-size: 13px;
    letter-spacing: .02em;
    flex: none;
    color: var(--ivpg);
}

/* джерела: темна плита з рядом посилань */

.as-cite__plate {
    color: var(--mwlf);
    background: var(--v13y);
    padding: 46px 0 44px;
}

.as-cite__plate-label {
    font-size: 24px;
}

.as-cite__plate-note {
    color: var(--fgls);
    margin-top: 12px;
    font-size: 15.5px;
    max-width: 640px;
}

.as-cite__strip {
    display: flex;
    gap: 12px 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.as-cite__strip-item {
    display: block;
}

.as-cite__strip-jump {
    display: inline-block;
    padding: 9px 16px;
    border: 1px solid var(--acyb);
    border-radius: 999px;
    color: var(--fgls);
    font-family: var(--eb2w);
    font-size: 14.5px;
    font-weight: 600;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.as-cite__strip-jump:hover {
    border-color: var(--qe52);
    color: var(--v13y);
    background: var(--qe52);
}

/* сторінка, якої немає */

.as-gone {
    display: block;
}

.as-gone__code {
    display: block;
    color: var(--yaq7);
    font-family: var(--eb2w);
    font-size: 78px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: var(--tlc6);
    line-height: 1;
}

.as-gone__words {
    font-size: 17px;
    color: var(--ivpg);
    margin: 22px 0 30px;
    max-width: 560px;
}

/* смуга згоди; hidden знімає скрипт, тому без JS банера не видно */

.as-nod {
    position: fixed;
    z-index: 40;
}

.as-nod__strip {
    bottom: 0;
    right: 0;
    border-top: 1px solid var(--acyb);
    left: 0;
    background: var(--v13y);
    box-shadow: var(--g4wf);
}

.as-nod__strip-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
}

.as-nod__words {
    color: var(--fgls);
    font-size: 14.5px;
    gap: 13px;
    display: flex;
    align-items: flex-start;
    max-width: 720px;
    line-height: 1.55;
}

.as-nod__glyph {
    flex: none;
    display: inline-flex;
    margin-top: 2px;
    color: var(--qe52);
}

.as-nod__actions {
    gap: 22px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.as-nod__more {
    color: var(--fgls);
    font-family: var(--eb2w);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.as-nod__more:hover {
    color: var(--mwlf);
}

.as-nod__ok {
    color: var(--v13y);
    background: var(--awap);
    padding: 11px 24px;
}

.as-nod__ok:hover {
    background: var(--qe52);
    color: var(--d2vp);
}

/* смуга згоди, варіант карткою збоку */

.as-nod__panel {
    left: 22px;
    bottom: 22px;
    width: calc(100% - 44px);
    max-width: 316px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--hc3a);
    background: linear-gradient(158deg, #3B424B 0%, #171B20 52%, #272D34 100%);
    box-shadow: var(--g4wf);
}

.as-nod__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--qe52);
    font-family: var(--eb2w);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.as-nod__panel-words {
    font-size: 14px;
    color: var(--fgls);
    line-height: 1.55;
}

.as-nod__ok-wide {
    width: 100%;
    margin-top: 20px;
    padding: 12px 18px;
    font-size: 15px;
}

.as-nod__more-panel {
    margin-top: 14px;
    text-align: center;
    display: block;
}

/* адаптив */

@media (max-width: 1000px) {
    .as-start__split {
    gap: 44px;
    grid-template-columns: 1fr;
}
    .as-start__visual {
    justify-content: flex-start;
}
    .as-start__board {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .as-one__split {
    grid-template-columns: 1fr;
    gap: 30px;
}
    .as-one__tabs {
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    overflow-x: auto;
    padding-bottom: 6px;
}
    .as-one__pane {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 26px;
    justify-items: center;
}
    .as-flow__split {
    grid-template-columns: 1fr;
    gap: 32px;
}
    .as-point__strip {
    gap: 10px 18px;
    grid-template-columns: 44px 1fr;
}
    .as-point__strip-words {
    grid-column: 2;
}
    .as-root__cols {
    grid-template-columns: 1fr 1fr;
}
    .as-root__inner-brand {
    grid-column: 1 / -1;
}
    .as-cap__plain .as-cap__in {
    grid-template-columns: 1fr;
    gap: 16px;
}
    .as-panel__split {
    grid-template-columns: 1fr;
}
    .as-cite__split {
    gap: 28px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
    .as-page {
    font-size: 16px;
}
    .as-ribbon {
    padding: 52px 0;
}
    .as-ribbon__head {
    margin-bottom: 30px;
}
    .as-ribbon__label {
    font-size: 26px;
}
    .as-start {
    padding: 52px 0 50px;
}
    .as-start__label {
    font-size: 36px;
}
    .as-start__label-xl {
    font-size: 40px;
}
    .as-start__promise {
    font-size: 17px;
}
    .as-start__actions {
    gap: 14px;
}
    .as-start__list-strip {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
    .as-start__center {
    text-align: left;
}
    .as-start__center .as-start__actions {
    justify-content: flex-start;
}
    .as-act__lg {
    width: 100%;
}
    .as-top__in {
    min-height: 0;
    gap: 14px;
    align-items: flex-start;
    flex-direction: column;
}
    .as-top__nav {
    width: 100%;
}
    .as-top__cta {
    margin-left: 0;
}
    .as-top__nav-strip .as-top__nav {
    overflow-x: auto;
    flex-wrap: nowrap;
}
    .as-top__nav-strip .as-top__jump {
    white-space: nowrap;
}
    .as-shots__rail {
    gap: 22px;
}
    .as-one__cap .as-shots__label {
    font-size: 20px;
}
    .as-point__split {
    grid-template-columns: 1fr;
}
    .as-creed__block {
    padding-left: 20px;
}
    .as-cap {
    padding: 40px 0 34px;
}
    .as-cap__label {
    font-size: 28px;
}
    .as-root__cols {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .as-root__in {
    flex-direction: column;
    gap: 26px;
}
    .as-detail__panel {
    padding: 6px 20px;
}
    .as-cite__label {
    font-size: 22px;
}
    .as-cite__jump {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
    .as-gone__code {
    font-size: 56px;
}
    .as-nod__strip-in {
    gap: 16px;
}
    .as-nod__actions {
    gap: 14px;
    width: 100%;
    justify-content: space-between;
}
    .as-nod__panel {
    max-width: none;
    bottom: 12px;
    width: calc(100% - 24px);
    left: 12px;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .as-ready .as-reveal {
    transition: none;
    transform: none;
    opacity: 1;
}
}

/* тло блоків

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

.as-ribbon__soft {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.96)),
        url(/bd38b9/img/hero.jpg?v=c95e0);
    background-size: cover;
    background-position: center;
}

/* знімок */

.as-shot {
    margin: 0;
}

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

/* Кадр 3:2 на всю ширину займав би півекрана, тому підрізаємо по висоті. */
.as-shot__ribbon .as-shot__img {
    object-fit: cover;
    height: clamp(200px, 28vw, 360px);
}

.as-shot__panel-2 {
    box-shadow: var(--i6d9);
    border-radius: var(--pa44);
    overflow: hidden;
}

.as-shot__panel-2 .as-shot__img {
    object-fit: cover;
    height: clamp(220px, 32vw, 420px);
}

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

.as-log__list {
    display: grid;
    margin: 20px 0 0;
    grid-template-columns: minmax(104px, auto) 1fr;
    gap: 10px 24px;
}

.as-log__date {
    letter-spacing: 0.04em;
    font-size: 13px;
    color: var(--ivpg);
}

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

.as-log__rows {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.as-log__strip {
    border-top: 1px solid var(--yaq7);
    padding: 14px 0;
}

.as-log__rows .as-log__strip:first-child {
    border-top: 0;
}

.as-log__stamp {
    display: block;
    font-size: 13px;
    color: var(--ivpg);
}

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

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

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

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

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

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

.logo-name {
    font-family: var(--eb2w);
    font-size: 1.15rem;
    font-weight: var(--zekc);
    letter-spacing: var(--tlc6);
    white-space: nowrap;
}
