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

@font-face {
    font-family: "wpf4bb190";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/c987d2/fonts/source-serif-4-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf4bb190";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/c987d2/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --wufw: #3f5c78;
    --n7i4: #2c4256;
    --mdre: #d98b3f;
    --vtze: #f6f8fa;
    --q2l0: #ffffff;
    --lsyv: #1d2a36;
    --m6xq: #65788a;
    --e8kp: #dde5ec;
    --iiv4: #ffffff;
    --yn8a: #111111;
    --hxpf: #e8ebef;
    --x3y1: #faf1e8;
    --lcxm: "wpfde39e0", Arial, Helvetica, sans-serif;
    --dmjf: "wpf4bb190", "Times New Roman", Times, serif;
    --v2za: 600;
    --blp7: -0.02em;
    --z14t: 4px;
    --l3qf: 10px;
    --w38z: 16px;
    --mncc: 22px;
    --aina: #ffffff;
    --o9xu: rgba(255, 255, 255, .74);
    --u9ij: rgba(255, 255, 255, .16);
    --c1ol: 0 1px 2px rgba(16, 24, 32, .05);
    --fke7: 0 10px 30px rgba(16, 24, 32, .09);
    --q1gv: 0 26px 60px rgba(16, 24, 32, .16);
    --ivj8: 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(--lcxm);
    font-weight: var(--v2za);
    letter-spacing: var(--blp7);
    line-height: 1.2;
}

p {
    margin: 0;
}

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

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

svg {
    display: block;
    flex: none;
}

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

i {
    font-style: normal;
}

[hidden] {
    display: none !important;
}

.pc-page {
    margin: 0;
    background: var(--vtze);
    color: var(--lsyv);
    font-family: var(--dmjf);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.pc-main {
    display: block;
}

/* сітка */

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

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

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

.pc-ribbon__soft {
    background: var(--q2l0);
    border-top: 1px solid var(--e8kp);
    border-bottom: 1px solid var(--e8kp);
}

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

.pc-ribbon__crown {
    max-width: 620px;
    margin-bottom: 40px;
}

.pc-ribbon__crown-wide {
    max-width: 760px;
}

.pc-ribbon__crown-side {
    margin-bottom: 0;
}

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

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

.pc-ribbon__caption {
    font-size: 32px;
}

.pc-ribbon__top {
    margin-top: 16px;
    color: var(--m6xq);
    font-size: 17px;
}

/* кнопки */

.pc-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: var(--l3qf);
    font-family: var(--lcxm);
    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;
}

.pc-act__solid {
    background: var(--wufw);
    color: var(--iiv4);
}

.pc-act__solid:hover {
    background: var(--n7i4);
}

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

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

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

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

/* шапка */

.pc-top-2 {
    border-bottom: 1px solid var(--e8kp);
    background: var(--q2l0);
}

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

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

.pc-top__chip {
    color: var(--wufw);
    align-items: center;
    display: inline-flex;
}

.pc-top__name {
    font-family: var(--lcxm);
    font-size: 19px;
    font-weight: var(--v2za);
    letter-spacing: var(--blp7);
}

.pc-top__menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

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

.pc-top__jump:hover {
    background: var(--vtze);
    color: var(--lsyv);
}

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

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

.pc-top__strip {
    background: var(--lsyv);
    color: var(--aina);
}

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

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

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

.pc-top__menu-line {
    border-top: 1px solid var(--e8kp);
}

.pc-top__menu-line .pc-top__menu {
    padding: 4px 0;
    gap: 2px;
}

.pc-top__menu-line .pc-top__jump {
    padding: 10px 14px 10px 0;
    margin-right: 14px;
    border-radius: 0;
}

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

.pc-top {
    background: linear-gradient(155deg, var(--lsyv) 0%, var(--n7i4) 68%, var(--wufw) 168%);
    padding: 78px 0 76px;
    position: relative;
    color: var(--aina);
    overflow: hidden;
}

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

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

.pc-top__copy {
    position: relative;
    z-index: 1;
}

.pc-top__kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    border: 1px solid var(--u9ij);
    border-radius: 999px;
    color: var(--o9xu);
    font-family: var(--lcxm);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pc-top__caption {
    font-size: 52px;
    line-height: 1.05;
}

.pc-top__caption-xl {
    font-size: 64px;
}

.pc-top__promise {
    font-size: 19px;
    max-width: 620px;
    margin-top: 20px;
    line-height: 1.55;
    color: var(--o9xu);
}

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

.pc-top .pc-act__solid {
    color: var(--lsyv);
    background: var(--q2l0);
}

.pc-top .pc-act__solid:hover {
    background: var(--mdre);
    color: var(--yn8a);
}

.pc-top__hint {
    display: block;
    color: var(--o9xu);
    font-size: 14.5px;
}

.pc-top__center .pc-top__hint {
    margin-top: 14px;
}

.pc-top__list {
    margin-top: 28px;
    gap: 10px;
    display: grid;
}

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

.pc-top__list-pict {
    display: inline-flex;
    color: var(--mdre);
    margin-top: 3px;
}

.pc-top__list-line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 26px;
}

.pc-top__list-tight {
    gap: 12px;
    margin-top: 0;
}

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

.pc-top__visual-under {
    margin-top: 52px;
}

.pc-top__center {
    text-align: center;
}

.pc-top__center .pc-top__copy {
    max-width: 760px;
    margin: 0 auto;
}

.pc-top__center .pc-top__promise {
    margin-left: auto;
    margin-right: auto;
}

.pc-top__center .pc-top__actions {
    justify-content: center;
}

.pc-top__center .pc-top__list-item {
    text-align: left;
}

.pc-top__plain {
    padding-bottom: 0;
}

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

.pc-top__board-col {
    display: block;
}

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

.pc-avail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
    padding: 16px 18px;
    border: 1px solid var(--e8kp);
    border-left: 3px solid var(--wufw);
    border-radius: var(--l3qf);
    background: var(--hxpf);
}

.pc-avail__pict {
    display: inline-flex;
    flex: none;
    margin-top: 2px;
    color: var(--wufw);
}

.pc-avail__copy {
    line-height: 1.5;
    font-size: 15.5px;
}

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

.pc-top .pc-avail {
    border-color: var(--u9ij);
    border-left-color: var(--mdre);
    background: rgba(255, 255, 255, .08);
}

.pc-top .pc-avail__pict {
    color: var(--mdre);
}

.pc-top .pc-avail__copy {
    color: var(--aina);
}

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

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

.pc-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(--q1gv);
}

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

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

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

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

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

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

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

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

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

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

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

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

.pc-phone__app-crown {
    gap: 3px;
    display: flex;
    flex-direction: column;
}

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

.pc-phone__app-caption {
    font-family: var(--lcxm);
    font-size: 20px;
    font-weight: var(--v2za);
    letter-spacing: var(--blp7);
    line-height: 1.15;
}

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

.pc-frame__list {
    gap: 9px;
    display: grid;
}

.pc-frame__line {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid var(--e8kp);
    border-radius: var(--l3qf);
    background: var(--vtze);
}

.pc-frame__line-on {
    border-color: var(--wufw);
    background: var(--hxpf);
}

.pc-frame__case {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--e8kp);
    border-radius: var(--z14t);
    background: var(--q2l0);
    color: var(--iiv4);
}

.pc-frame__line-on .pc-frame__case {
    border-color: var(--wufw);
    background: var(--wufw);
}

.pc-frame__label {
    font-size: 13px;
    line-height: 1.35;
}

.pc-frame__line-on .pc-frame__label {
    color: var(--n7i4);
}

.pc-frame__bar {
    display: block;
    height: 6px;
    border-radius: 999px;
    overflow: hidden;
    background: var(--e8kp);
}

.pc-frame__bar-fill {
    height: 100%;
    display: block;
    border-radius: 999px;
    background: var(--wufw);
}

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

.pc-frame__stats {
    display: grid;
    gap: 10px;
}

.pc-frame__stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--e8kp);
    border-radius: var(--l3qf);
    background: var(--vtze);
}

.pc-frame__stat-top {
    gap: 2px;
    border-color: var(--wufw);
    background: var(--hxpf);
    flex-direction: column;
    align-items: flex-start;
}

.pc-frame__stat-no {
    color: var(--wufw);
    font-family: var(--lcxm);
    font-size: 22px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.pc-frame__stat-top .pc-frame__stat-no {
    font-size: 38px;
}

.pc-frame__stat-label {
    font-size: 12px;
    line-height: 1.3;
    color: var(--m6xq);
}

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

.pc-frame__dot {
    background: var(--e8kp);
    display: block;
    flex: 1 1 auto;
    border-radius: 999px;
    height: 6px;
}

.pc-frame__dot-on {
    background: var(--wufw);
}

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

.pc-frame__feed {
    gap: 2px;
    display: grid;
}

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

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

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

.pc-frame__entry:last-child {
    padding-bottom: 0;
}

.pc-frame__entry:last-child::before {
    display: none;
}

.pc-frame__time {
    flex: none;
    width: 34px;
    color: var(--m6xq);
    font-family: var(--lcxm);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.3;
}

.pc-frame__entry-copy {
    line-height: 1.35;
    font-size: 13px;
    padding-left: 14px;
}

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

.pc-frame__card {
    gap: 10px;
    color: var(--iiv4);
    padding: 14px 16px;
    border-radius: var(--l3qf);
    align-items: center;
    display: flex;
    background: var(--wufw);
}

.pc-frame__card-pict {
    display: inline-flex;
    opacity: .8;
}

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

.pc-frame__switches {
    gap: 4px;
    display: grid;
}

.pc-frame__switch-line {
    border-bottom: 1px solid var(--e8kp);
    gap: 12px;
    align-items: center;
    padding: 11px 0;
    display: flex;
    justify-content: space-between;
}

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

.pc-frame__switch-label {
    font-size: 13px;
    line-height: 1.3;
}

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

.pc-frame__knob {
    position: absolute;
    background: var(--q2l0);
    height: 14px;
    top: 3px;
    left: 3px;
    width: 14px;
    box-shadow: var(--c1ol);
    border-radius: 50%;
    display: block;
}

.pc-frame__switch-on {
    background: var(--wufw);
}

.pc-frame__switch-on .pc-frame__knob {
    left: auto;
    right: 3px;
}

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

.pc-frame__chart {
    gap: 10px;
    align-items: flex-end;
    display: flex;
}

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

.pc-frame__col-track {
    height: 128px;
    align-items: flex-end;
    width: 100%;
    background: var(--vtze);
    display: flex;
    justify-content: center;
    border-radius: var(--z14t);
}

.pc-frame__col-bar {
    min-height: 8px;
    display: block;
    width: 100%;
    border-radius: var(--z14t);
    background: linear-gradient(180deg, var(--wufw), var(--n7i4));
}

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

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

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

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

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

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

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

.pc-shots__caption {
    font-size: 19px;
}

.pc-shots__copy {
    color: var(--m6xq);
    font-size: 15px;
    margin-top: 8px;
}

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

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

.pc-alone__tabs {
    gap: 8px;
    display: grid;
}

.pc-alone__tab {
    display: flex;
    align-items: baseline;
    gap: 12px;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid var(--e8kp);
    border-radius: var(--l3qf);
    background: var(--vtze);
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.pc-alone__tab:hover {
    border-color: var(--wufw);
}

.pc-alone__tab-no {
    flex: none;
    color: var(--m6xq);
    font-family: var(--lcxm);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
}

.pc-alone__tab-label {
    font-family: var(--lcxm);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.pc-alone__tab-on {
    background: var(--wufw);
    color: var(--iiv4);
    border-color: var(--wufw);
}

.pc-alone__tab-on .pc-alone__tab-no {
    color: var(--iiv4);
    opacity: .75;
}

.pc-alone__stage {
    display: block;
}

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

.pc-alone__pane + .pc-alone__pane {
    margin-top: 44px;
}

.pc-alone__cap {
    display: block;
}

.pc-alone__cap .pc-shots__caption {
    font-size: 24px;
}

.pc-alone__cap .pc-shots__copy {
    font-size: 16px;
    margin-top: 12px;
}

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

.pc-plus__layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1px;
    background: var(--e8kp);
    border: 1px solid var(--e8kp);
    border-radius: var(--w38z);
    overflow: hidden;
}

.pc-plus {
    background: var(--q2l0);
    transition: background-color .2s ease;
    display: block;
    padding: var(--ivj8);
}

.pc-plus:hover {
    background: var(--hxpf);
}

.pc-plus__pict {
    color: var(--lsyv);
    justify-content: center;
    height: 44px;
    width: 44px;
    border-radius: var(--l3qf);
    margin-bottom: 18px;
    display: inline-flex;
    background: var(--x3y1);
    align-items: center;
}

.pc-plus__caption {
    font-size: 19px;
}

.pc-plus__copy {
    color: var(--m6xq);
    font-size: 15.5px;
    margin-top: 10px;
}

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

.pc-plus__rows {
    gap: 0;
    display: grid;
}

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

.pc-plus__line:last-child {
    border-bottom: 1px solid var(--e8kp);
}

.pc-plus__line-no {
    color: var(--wufw);
    font-family: var(--lcxm);
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
    line-height: 1.6;
}

.pc-plus__line-caption {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 19px;
}

.pc-plus__line-pict {
    color: var(--wufw);
    display: inline-flex;
    margin-top: 4px;
}

.pc-plus__line-copy {
    color: var(--m6xq);
    font-size: 15.5px;
}

/* кроки */

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

.pc-run__item {
    position: relative;
    display: block;
    padding: 28px 24px 26px;
    border: 1px solid var(--e8kp);
    border-top: 3px solid var(--wufw);
    border-radius: 0 0 var(--w38z) var(--w38z);
    background: var(--q2l0);
}

.pc-run__no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: var(--l3qf);
    background: var(--lsyv);
    color: var(--q2l0);
    font-family: var(--lcxm);
    font-size: 17px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

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

.pc-run__caption {
    font-size: 19px;
}

.pc-run__copy {
    margin-top: 10px;
    font-size: 15.5px;
    color: var(--m6xq);
}

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

.pc-run__streak {
    display: grid;
    gap: 0;
}

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

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

.pc-run__streak-item:last-child {
    padding-bottom: 0;
}

.pc-run__streak-item:last-child::before {
    display: none;
}

.pc-run__streak-body {
    flex: 1 1 auto;
}

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

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

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

.pc-creed__chip {
    color: var(--wufw);
    margin-bottom: 14px;
    display: inline-flex;
}

.pc-creed__caption {
    font-size: 18px;
}

.pc-creed__copy {
    margin-top: 10px;
    color: var(--m6xq);
    font-size: 15.5px;
}

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

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

.pc-creed__block:hover {
    border-left-color: var(--wufw);
}

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

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

.pc-creed__jump:hover {
    border-bottom-color: var(--n7i4);
    color: var(--n7i4);
}

/* питання */

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

.pc-ask__item {
    border-bottom: 1px solid var(--e8kp);
}

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

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

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

.pc-ask__q:hover {
    color: var(--wufw);
}

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

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

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

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

.pc-ask__block {
    display: block;
}

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

.pc-ask__block-pict {
    display: inline-flex;
    color: var(--wufw);
    margin-top: 4px;
}

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

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

.pc-warn__case {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid var(--e8kp);
    border-radius: var(--w38z);
    background: var(--q2l0);
}

.pc-warn__pict {
    flex: none;
    display: inline-flex;
    margin-top: 2px;
    color: var(--m6xq);
}

.pc-warn__copy {
    font-size: 14.5px;
    color: var(--m6xq);
    line-height: 1.6;
}

.pc-warn__strip {
    padding: 24px 0;
    background: var(--lsyv);
}

.pc-warn__strip .pc-warn__copy {
    gap: 14px;
    display: flex;
    align-items: flex-start;
    color: var(--o9xu);
}

.pc-warn__strip .pc-warn__pict {
    color: var(--mdre);
}

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

.pc-peak {
    color: var(--aina);
    padding: 56px 0 46px;
    background: var(--lsyv);
}

.pc-peak__core {
    display: block;
}

.pc-peak__back {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--o9xu);
    font-family: var(--lcxm);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pc-peak__back:hover {
    color: var(--aina);
}

.pc-peak__caption {
    font-size: 38px;
}

.pc-peak__sub {
    max-width: 660px;
    font-size: 16.5px;
    margin-top: 14px;
    color: var(--o9xu);
}

.pc-peak__plain {
    background: var(--q2l0);
    border-bottom: 1px solid var(--e8kp);
    color: var(--lsyv);
}

.pc-peak__plain .pc-peak__core {
    align-items: end;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.pc-peak__plain .pc-peak__sub {
    color: var(--m6xq);
}

.pc-peak__plain .pc-peak__back {
    color: var(--wufw);
    margin: 16px 0 0;
}

.pc-peak__col {
    display: block;
}

/* підвал */

.pc-main-2 {
    background: var(--q2l0);
    border-top: 1px solid var(--e8kp);
    padding: 48px 0 26px;
}

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

.pc-main__brand {
    max-width: 400px;
}

.pc-main__name {
    display: block;
    margin-top: 10px;
    font-family: var(--lcxm);
    font-size: 19px;
    font-weight: var(--v2za);
    letter-spacing: var(--blp7);
}

.pc-main__hint {
    margin-top: 10px;
    color: var(--m6xq);
    font-size: 14.5px;
}

.pc-main__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.pc-main__jump {
    font-size: 14.5px;
    color: var(--m6xq);
}

.pc-main__jump:hover {
    color: var(--wufw);
}

.pc-main__menu-stack {
    gap: 9px;
    flex-direction: column;
}

.pc-main__wide {
    padding-top: 54px;
}

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

.pc-main__col {
    display: block;
}

.pc-main__col-brand {
    max-width: 440px;
}

.pc-main__col-caption {
    display: block;
    margin-bottom: 16px;
    font-family: var(--lcxm);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

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

.pc-main__legal {
    font-size: 13.5px;
    color: var(--m6xq);
}

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

.pc-doc {
    display: block;
}

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

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

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

.pc-data__card {
    display: grid;
    gap: 0;
    padding: 8px 26px;
    border: 1px solid var(--e8kp);
    border-radius: var(--w38z);
    background: var(--q2l0);
}

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

.pc-data__line:last-child {
    border-bottom: 0;
}

.pc-data__pict {
    margin-top: 3px;
    color: var(--wufw);
    flex: none;
    display: inline-flex;
}

.pc-data__value {
    font-size: 16.5px;
    display: block;
}

a.pc-data__value:hover {
    color: var(--wufw);
}

.pc-data__label {
    margin-top: 2px;
    color: var(--m6xq);
    font-size: 14.5px;
    display: block;
}

.pc-data__side {
    display: block;
}

.pc-data__side .pc-avail {
    margin-top: 0;
}

.pc-data__hint {
    margin-top: 20px;
    font-size: 14.5px;
    color: var(--m6xq);
}

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

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

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

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

.pc-ref__caption {
    font-size: 26px;
}

.pc-ref__list {
    display: grid;
    gap: 0;
}

.pc-ref__item {
    border-top: 1px solid var(--e8kp);
}

.pc-ref__item:last-child {
    border-bottom: 1px solid var(--e8kp);
}

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

.pc-ref__jump:hover {
    padding-left: 8px;
    color: var(--wufw);
}

.pc-ref__name {
    font-family: var(--lcxm);
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.35;
}

.pc-ref__host {
    flex: none;
    letter-spacing: .02em;
    font-size: 13px;
    color: var(--m6xq);
}

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

.pc-ref__plate {
    background: var(--lsyv);
    color: var(--aina);
    padding: 46px 0 44px;
}

.pc-ref__plate-caption {
    font-size: 24px;
}

.pc-ref__plate-hint {
    font-size: 15.5px;
    color: var(--o9xu);
    margin-top: 12px;
    max-width: 640px;
}

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

.pc-ref__line-item {
    display: block;
}

.pc-ref__line-jump {
    display: inline-block;
    padding: 9px 16px;
    border: 1px solid var(--u9ij);
    border-radius: 999px;
    color: var(--o9xu);
    font-family: var(--lcxm);
    font-size: 14.5px;
    font-weight: 600;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.pc-ref__line-jump:hover {
    background: var(--mdre);
    border-color: var(--mdre);
    color: var(--lsyv);
}

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

.pc-gone {
    display: block;
}

.pc-gone__code {
    display: block;
    color: var(--e8kp);
    font-family: var(--lcxm);
    font-size: 78px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: var(--blp7);
    line-height: 1;
}

.pc-gone__copy {
    margin: 22px 0 30px;
    font-size: 17px;
    color: var(--m6xq);
    max-width: 560px;
}

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

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

.pc-nod__strip {
    border-top: 1px solid var(--u9ij);
    bottom: 0;
    left: 0;
    box-shadow: var(--q1gv);
    background: var(--lsyv);
    right: 0;
}

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

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

.pc-nod__pict {
    display: inline-flex;
    flex: none;
    margin-top: 2px;
    color: var(--mdre);
}

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

.pc-nod__more {
    color: var(--o9xu);
    font-family: var(--lcxm);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pc-nod__more:hover {
    color: var(--aina);
}

.pc-nod__ok {
    background: var(--q2l0);
    color: var(--lsyv);
    padding: 11px 24px;
}

.pc-nod__ok:hover {
    background: var(--mdre);
    color: var(--yn8a);
}

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

.pc-nod__card {
    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(--mncc);
    background: linear-gradient(158deg, #3b424b 0%, #171b20 52%, #272d34 100%);
    box-shadow: var(--q1gv);
}

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

.pc-nod__card-copy {
    color: var(--o9xu);
    line-height: 1.55;
    font-size: 14px;
}

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

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

/* адаптив */

@media (max-width: 1000px) {
    .pc-top__layout {
    grid-template-columns: 1fr;
    gap: 44px;
}
    .pc-top__visual {
    justify-content: flex-start;
}
    .pc-top__board {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .pc-alone__layout {
    grid-template-columns: 1fr;
    gap: 30px;
}
    .pc-alone__tabs {
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    overflow-x: auto;
    padding-bottom: 6px;
}
    .pc-alone__pane {
    justify-items: center;
    gap: 26px;
    grid-template-columns: 1fr;
    text-align: center;
}
    .pc-run__split {
    grid-template-columns: 1fr;
    gap: 32px;
}
    .pc-plus__line {
    grid-template-columns: 44px 1fr;
    gap: 10px 18px;
}
    .pc-plus__line-copy {
    grid-column: 2;
}
    .pc-main__cols {
    grid-template-columns: 1fr 1fr;
}
    .pc-main__col-brand {
    grid-column: 1 / -1;
}
    .pc-peak__plain .pc-peak__core {
    gap: 16px;
    grid-template-columns: 1fr;
}
    .pc-card__layout {
    grid-template-columns: 1fr;
}
    .pc-ref__split {
    grid-template-columns: 1fr;
    gap: 28px;
}
}

@media (max-width: 720px) {
    .pc-page {
    font-size: 16px;
}
    .pc-ribbon {
    padding: 52px 0;
}
    .pc-ribbon__crown {
    margin-bottom: 30px;
}
    .pc-ribbon__caption {
    font-size: 26px;
}
    .pc-top {
    padding: 52px 0 50px;
}
    .pc-top__caption {
    font-size: 36px;
}
    .pc-top__caption-xl {
    font-size: 40px;
}
    .pc-top__promise {
    font-size: 17px;
}
    .pc-top__actions {
    gap: 14px;
}
    .pc-top__list-line {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
    .pc-top__center {
    text-align: left;
}
    .pc-top__center .pc-top__actions {
    justify-content: flex-start;
}
    .pc-act__lg {
    width: 100%;
}
    .pc-top__core {
    gap: 14px;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
}
    .pc-top__menu {
    width: 100%;
}
    .pc-top__cta {
    margin-left: 0;
}
    .pc-top__menu-line .pc-top__menu {
    overflow-x: auto;
    flex-wrap: nowrap;
}
    .pc-top__menu-line .pc-top__jump {
    white-space: nowrap;
}
    .pc-shots__rail {
    gap: 22px;
}
    .pc-alone__cap .pc-shots__caption {
    font-size: 20px;
}
    .pc-plus__layout {
    grid-template-columns: 1fr;
}
    .pc-creed__block {
    padding-left: 20px;
}
    .pc-peak {
    padding: 40px 0 34px;
}
    .pc-peak__caption {
    font-size: 28px;
}
    .pc-main__cols {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .pc-main__core {
    gap: 26px;
    flex-direction: column;
}
    .pc-data__card {
    padding: 6px 20px;
}
    .pc-ref__caption {
    font-size: 22px;
}
    .pc-ref__jump {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}
    .pc-gone__code {
    font-size: 56px;
}
    .pc-nod__strip-core {
    gap: 16px;
}
    .pc-nod__actions {
    justify-content: space-between;
    gap: 14px;
    width: 100%;
}
    .pc-nod__card {
    left: 12px;
    max-width: none;
    bottom: 12px;
    width: calc(100% - 24px);
}
}

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

/* тло блоків

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

.pc-top {
    background-image: linear-gradient(155deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)),
        linear-gradient(155deg, var(--lsyv) 0%, var(--n7i4) 68%, var(--wufw) 168%),
        url(/c987d2/img/IMG_4587.jpg?v=7b3ef);
    background-size: cover;
    background-position: center;
}

.pc-ribbon__soft {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/c987d2/img/IMG_2182.jpg?v=7b3ef);
    background-size: cover;
    background-position: center;
}

/* знімок */

.pc-shot {
    margin: 0;
}

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

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

.pc-shot__card {
    border-radius: var(--w38z);
    box-shadow: var(--fke7);
    overflow: hidden;
}

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

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

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

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

.pc-log__hint {
    font-size: 15px;
    margin: 0;
}

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

.pc-log__line {
    border-top: 1px solid var(--e8kp);
    padding: 14px 0;
}

.pc-log__rows .pc-log__line:first-child {
    border-top: 0;
}

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

.pc-log__copy {
    margin: 5px 0 0;
    font-size: 15px;
}

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

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

.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(--lcxm);
    font-size: 1.15rem;
    font-weight: var(--v2za);
    letter-spacing: var(--blp7);
    white-space: nowrap;
}
