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

@font-face {
    font-family: "wpf5b9676";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/7bdcd6/fonts/lora-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf5b9676";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/7bdcd6/fonts/lora-700.woff2) format("woff2");
}
:root {
    --gfz4: rgb(15,138,126);
    --bs77: rgb(10,100,89);
    --lgxh: rgb(242,169,59);
    --p3kg: rgb(245,250,249);
    --f55j: rgb(255,255,255);
    --s26q: rgb(18,49,46);
    --pjee: rgb(92,123,120);
    --f61n: rgb(216,233,230);
    --z0tc: rgb(255,255,255);
    --iy9t: rgb(17,17,17);
    --vgh7: rgb(226,241,240);
    --dzug: rgb(253,245,231);
    --fthm: "wpf08f856", Verdana, "DejaVu Sans", sans-serif;
    --vwmi: "wpf5b9676", Charter, Georgia, serif;
    --nqrz: 700;
    --geiu: -0.03em;
    --kn9a: 4px;
    --lej7: 10px;
    --d5fx: 16px;
    --qq01: 22px;
    --cfiy: rgb(255,255,255);
    --wixr: rgba(255, 255, 255, .74);
    --ryuw: rgba(255, 255, 255, .16);
    --u9hs: 0 1px 2px rgba(16, 24, 32, .05);
    --q4au: 0 10px 30px rgba(16, 24, 32, .09);
    --i5ef: 0 26px 60px rgba(16, 24, 32, .16);
    --hsq0: 26px
}

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

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

body {
    margin: 0
}

h1, h2, h3 {
    margin: 0;
    font-family: var(--fthm);
    font-weight: var(--nqrz);
    letter-spacing: var(--geiu);
    line-height: 1.2
}

p {
    margin: 0
}

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

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

svg {
    flex: none;
    display: block
}

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

i {
    font-style: normal
}

[hidden] {
    display: none !important
}

.pb-page {
    margin: 0;
    background: var(--p3kg);
    color: var(--s26q);
    font-family: var(--vwmi);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

.pb-main {
    display: block
}

/* сітка */

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

.pb-wrap-narrow {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    max-width: 780px
}

.pb-band {
    padding: 74px 0
}

.pb-band-soft {
    background: var(--f55j);
    border-top: 1px solid var(--f61n);
    border-bottom: 1px solid var(--f61n)
}

.pb-band-tight {
    padding: 34px 0 54px
}

.pb-band-header {
    max-width: 620px;
    margin-bottom: 40px
}

.pb-band-header-wide {
    max-width: 760px
}

.pb-band-header-side {
    margin-bottom: 0
}

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

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

.pb-band-heading {
    font-size: 32px
}

.pb-band-opening {
    color: var(--pjee);
    font-size: 17px;
    margin-top: 16px
}

/* кнопки */

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

.pb-act-solid {
    background: var(--gfz4);
    color: var(--z0tc)
}

.pb-act-solid:hover {
    background: var(--bs77)
}

.pb-act-lg {
    font-size: 17px;
    padding: 15px 32px
}

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

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

.pb-ready .pb-reveal-on {
    opacity: 1;
    transform: none
}

/* шапка */

.pb-top {
    background: var(--f55j);
    border-bottom: 1px solid var(--f61n)
}

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

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

.pb-top-mark {
    align-items: center;
    color: var(--gfz4);
    display: inline-flex
}

.pb-top-name {
    font-family: var(--fthm);
    font-size: 19px;
    font-weight: var(--nqrz);
    letter-spacing: var(--geiu)
}

.pb-top-nav {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    gap: 4px
}

.pb-top-link {
    font-size: 15px;
    padding: 9px 12px;
    border-radius: var(--kn9a);
    transition: color .15s ease, background-color .15s ease;
    color: var(--pjee)
}

.pb-top-link:hover {
    background: var(--p3kg);
    color: var(--s26q)
}

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

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

.pb-top-strip {
    color: var(--cfiy);
    background: var(--s26q)
}

.pb-top-strip-text {
    opacity: .88;
    letter-spacing: .01em;
    padding: 8px 0;
    display: inline-block;
    font-size: 13px
}

.pb-top-stack .pb-top-body {
    min-height: 0;
    padding-bottom: 10px;
    align-items: flex-end
}

.pb-top-stack .pb-top-name {
    font-size: 23px
}

.pb-top-nav-strip {
    border-top: 1px solid var(--f61n)
}

.pb-top-nav-strip .pb-top-nav {
    gap: 2px;
    padding: 4px 0
}

.pb-top-nav-strip .pb-top-link {
    border-radius: 0;
    padding: 10px 14px 10px 0;
    margin-right: 14px
}

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

.pb-opening {
    background: linear-gradient(155deg, var(--s26q) 0%, var(--bs77) 68%, var(--gfz4) 168%);
    color: var(--cfiy);
    overflow: hidden;
    padding: 78px 0 76px;
    position: relative
}

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

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

.pb-opening-copy {
    z-index: 1;
    position: relative
}

.pb-opening-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    border: 1px solid var(--ryuw);
    border-radius: 999px;
    color: var(--wixr);
    font-family: var(--fthm);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.pb-opening-heading {
    font-size: 52px;
    line-height: 1.05
}

.pb-opening-heading-xl {
    font-size: 64px
}

.pb-opening-promise {
    margin-top: 20px;
    max-width: 620px;
    color: var(--wixr);
    font-size: 19px;
    line-height: 1.55
}

.pb-opening-actions {
    flex-wrap: wrap;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px
}

.pb-opening .pb-act-solid {
    color: var(--s26q);
    background: var(--f55j)
}

.pb-opening .pb-act-solid:hover {
    background: var(--lgxh);
    color: var(--iy9t)
}

.pb-opening-small {
    display: block;
    font-size: 14.5px;
    color: var(--wixr)
}

.pb-opening-center .pb-opening-small {
    margin-top: 14px
}

.pb-opening-series {
    margin-top: 28px;
    display: grid;
    gap: 10px
}

.pb-opening-series-entry {
    display: flex;
    line-height: 1.45;
    color: var(--wixr);
    gap: 11px;
    font-size: 15.5px;
    align-items: flex-start
}

.pb-opening-series-pict {
    color: var(--lgxh);
    margin-top: 3px;
    display: inline-flex
}

.pb-opening-series-strip {
    gap: 10px 26px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex
}

.pb-opening-series-tight {
    gap: 12px;
    margin-top: 0
}

.pb-opening-visual {
    position: relative;
    justify-content: center;
    z-index: 1;
    display: flex
}

.pb-opening-visual-under {
    margin-top: 52px
}

.pb-opening-center {
    text-align: center
}

.pb-opening-center .pb-opening-copy {
    margin: 0 auto;
    max-width: 760px
}

.pb-opening-center .pb-opening-promise {
    margin-left: auto;
    margin-right: auto
}

.pb-opening-center .pb-opening-actions {
    justify-content: center
}

.pb-opening-center .pb-opening-series-entry {
    text-align: left
}

.pb-opening-plain {
    padding-bottom: 0
}

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

.pb-opening-panel-column {
    display: block
}

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

.pb-avail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
    padding: 16px 18px;
    border: 1px solid var(--f61n);
    border-left: 3px solid var(--gfz4);
    border-radius: var(--lej7);
    background: var(--vgh7)
}

.pb-avail-pict {
    margin-top: 2px;
    color: var(--gfz4);
    flex: none;
    display: inline-flex
}

.pb-avail-text {
    font-size: 15.5px;
    line-height: 1.5
}

.pb-avail-wide {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.pb-opening .pb-avail {
    border-color: var(--ryuw);
    border-left-color: var(--lgxh);
    background: rgba(255, 255, 255, .08)
}

.pb-opening .pb-avail-pict {
    color: var(--lgxh)
}

.pb-opening .pb-avail-text {
    color: var(--cfiy)
}

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

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

.pb-phone-frame {
    position: relative;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 38px;
    background: linear-gradient(158deg, rgb(59,66,75) 0%, rgb(23,27,32) 46%, rgb(39,45,52) 100%);
    box-shadow: var(--i5ef)
}

.pb-phone-island {
    top: 20px;
    margin-left: -37px;
    position: absolute;
    height: 19px;
    border-radius: 999px;
    left: 50%;
    background: rgb(20,24,29);
    z-index: 2;
    width: 74px
}

.pb-phone-screen {
    border-radius: 29px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--f55j);
    min-height: 402px
}

.pb-phone-bar {
    padding: 11px 18px 0;
    display: flex;
    color: var(--s26q);
    align-items: center;
    justify-content: space-between
}

.pb-phone-clock {
    font-family: var(--fthm);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums
}

.pb-phone-icons {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px
}

.pb-phone-sig {
    border-radius: 1px;
    background: var(--s26q);
    width: 3px;
    display: block
}

.pb-phone-icons .pb-phone-sig:nth-child(1) {
    height: 4px
}

.pb-phone-icons .pb-phone-sig:nth-child(2) {
    height: 7px
}

.pb-phone-icons .pb-phone-sig:nth-child(3) {
    height: 10px
}

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

.pb-phone-batt::after {
    right: -3px;
    border-radius: 0 1px 1px 0;
    content: "";
    background: var(--s26q);
    height: 3px;
    position: absolute;
    top: 2px;
    width: 2px
}

.pb-phone-app {
    padding: 22px 18px 20px;
    display: flex;
    gap: 14px;
    flex-direction: column
}

.pb-phone-app-header {
    flex-direction: column;
    display: flex;
    gap: 3px
}

.pb-phone-app-name {
    color: var(--gfz4);
    font-family: var(--fthm);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pb-phone-app-heading {
    font-family: var(--fthm);
    font-size: 20px;
    font-weight: var(--nqrz);
    letter-spacing: var(--geiu);
    line-height: 1.15
}

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

.pb-screen-series {
    gap: 9px;
    display: grid
}

.pb-screen-strip {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid var(--f61n);
    border-radius: var(--lej7);
    background: var(--p3kg)
}

.pb-screen-strip-on {
    background: var(--vgh7);
    border-color: var(--gfz4)
}

.pb-screen-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--f61n);
    border-radius: var(--kn9a);
    background: var(--f55j);
    color: var(--z0tc)
}

.pb-screen-strip-on .pb-screen-box {
    border-color: var(--gfz4);
    background: var(--gfz4)
}

.pb-screen-label {
    line-height: 1.35;
    font-size: 13px
}

.pb-screen-strip-on .pb-screen-label {
    color: var(--bs77)
}

.pb-screen-bar {
    overflow: hidden;
    border-radius: 999px;
    height: 6px;
    display: block;
    background: var(--f61n)
}

.pb-screen-bar-fill {
    border-radius: 999px;
    background: var(--gfz4);
    display: block;
    height: 100%
}

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

.pb-screen-stats {
    display: grid;
    gap: 10px
}

.pb-screen-stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--f61n);
    border-radius: var(--lej7);
    background: var(--p3kg)
}

.pb-screen-stat-opening {
    flex-direction: column;
    align-items: flex-start;
    border-color: var(--gfz4);
    background: var(--vgh7);
    gap: 2px
}

.pb-screen-stat-num {
    color: var(--gfz4);
    font-family: var(--fthm);
    font-size: 22px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1
}

.pb-screen-stat-opening .pb-screen-stat-num {
    font-size: 38px
}

.pb-screen-stat-label {
    color: var(--pjee);
    font-size: 12px;
    line-height: 1.3
}

.pb-screen-dots {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 5px
}

.pb-screen-dot {
    display: block;
    flex: 1 1 auto;
    height: 6px;
    background: var(--f61n);
    border-radius: 999px
}

.pb-screen-dot-on {
    background: var(--gfz4)
}

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

.pb-screen-feed {
    gap: 2px;
    display: grid
}

.pb-screen-entry {
    position: relative;
    padding: 0 0 16px 0;
    gap: 12px;
    display: flex;
    align-items: flex-start
}

.pb-screen-entry::before {
    content: "";
    width: 1px;
    top: 6px;
    position: absolute;
    left: 41px;
    background: var(--f61n);
    bottom: 0
}

.pb-screen-entry::after {
    content: "";
    width: 7px;
    left: 38px;
    border-radius: 50%;
    height: 7px;
    position: absolute;
    top: 4px;
    background: var(--gfz4)
}

.pb-screen-entry:last-child {
    padding-bottom: 0
}

.pb-screen-entry:last-child::before {
    display: none
}

.pb-screen-time {
    flex: none;
    width: 34px;
    color: var(--pjee);
    font-family: var(--fthm);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.3
}

.pb-screen-entry-text {
    padding-left: 14px;
    font-size: 13px;
    line-height: 1.35
}

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

.pb-screen-box-2 {
    border-radius: var(--lej7);
    background: var(--gfz4);
    gap: 10px;
    align-items: center;
    padding: 14px 16px;
    display: flex;
    color: var(--z0tc)
}

.pb-screen-box-pict {
    display: inline-flex;
    opacity: .8
}

.pb-screen-box-time {
    font-family: var(--fthm);
    font-size: 24px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1
}

.pb-screen-switches {
    display: grid;
    gap: 4px
}

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

.pb-screen-switch-strip:last-child {
    border-bottom: 0
}

.pb-screen-switch-label {
    line-height: 1.3;
    font-size: 13px
}

.pb-screen-switch {
    position: relative;
    border-radius: 999px;
    background: var(--f61n);
    height: 20px;
    flex: none;
    display: block;
    width: 34px
}

.pb-screen-knob {
    display: block;
    width: 14px;
    height: 14px;
    top: 3px;
    border-radius: 50%;
    left: 3px;
    box-shadow: var(--u9hs);
    position: absolute;
    background: var(--f55j)
}

.pb-screen-switch-on {
    background: var(--gfz4)
}

.pb-screen-switch-on .pb-screen-knob {
    right: 3px;
    left: auto
}

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

.pb-screen-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px
}

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

.pb-screen-column-track {
    align-items: flex-end;
    border-radius: var(--kn9a);
    background: var(--p3kg);
    display: flex;
    height: 128px;
    justify-content: center;
    width: 100%
}

.pb-screen-column-bar {
    display: block;
    width: 100%;
    min-height: 8px;
    border-radius: var(--kn9a);
    background: linear-gradient(180deg, var(--gfz4), var(--bs77))
}

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

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

.pb-shots {
    scroll-margin-top: 16px
}

.pb-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
}

.pb-shots-entry {
    margin: 0;
    scroll-snap-align: start;
    display: block
}

.pb-shots-cap {
    margin-top: 24px
}

.pb-shots-index {
    display: block;
    margin-bottom: 8px;
    color: var(--gfz4);
    font-family: var(--fthm);
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .12em
}

.pb-shots-heading {
    font-size: 19px
}

.pb-shots-text {
    font-size: 15px;
    color: var(--pjee);
    margin-top: 8px
}

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

.pb-alone-layout {
    gap: 46px;
    align-items: start;
    grid-template-columns: 300px 1fr;
    display: grid
}

.pb-alone-tabs {
    gap: 8px;
    display: grid
}

.pb-alone-tab {
    display: flex;
    align-items: baseline;
    gap: 12px;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid var(--f61n);
    border-radius: var(--lej7);
    background: var(--p3kg);
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease
}

.pb-alone-tab:hover {
    border-color: var(--gfz4)
}

.pb-alone-tab-num {
    flex: none;
    color: var(--pjee);
    font-family: var(--fthm);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em
}

.pb-alone-tab-label {
    font-family: var(--fthm);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3
}

.pb-alone-tab-on {
    border-color: var(--gfz4);
    background: var(--gfz4);
    color: var(--z0tc)
}

.pb-alone-tab-on .pb-alone-tab-num {
    opacity: .75;
    color: var(--z0tc)
}

.pb-alone-stage {
    display: block
}

.pb-alone-pane {
    display: grid;
    align-items: center;
    grid-template-columns: 268px 1fr;
    gap: 40px
}

.pb-alone-pane + .pb-alone-pane {
    margin-top: 44px
}

.pb-alone-cap {
    display: block
}

.pb-alone-cap .pb-shots-heading {
    font-size: 24px
}

.pb-alone-cap .pb-shots-text {
    font-size: 16px;
    margin-top: 12px
}

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

.pb-feat-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1px;
    background: var(--f61n);
    border: 1px solid var(--f61n);
    border-radius: var(--d5fx);
    overflow: hidden
}

.pb-feat {
    padding: var(--hsq0);
    display: block;
    background: var(--f55j);
    transition: background-color .2s ease
}

.pb-feat:hover {
    background: var(--vgh7)
}

.pb-feat-pict {
    color: var(--s26q);
    justify-content: center;
    margin-bottom: 18px;
    width: 44px;
    display: inline-flex;
    height: 44px;
    background: var(--dzug);
    align-items: center;
    border-radius: var(--lej7)
}

.pb-feat-heading {
    font-size: 19px
}

.pb-feat-text {
    font-size: 15.5px;
    color: var(--pjee);
    margin-top: 10px
}

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

.pb-feat-rows {
    display: grid;
    gap: 0
}

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

.pb-feat-strip:last-child {
    border-bottom: 1px solid var(--f61n)
}

.pb-feat-strip-num {
    color: var(--gfz4);
    font-family: var(--fthm);
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
    line-height: 1.6
}

.pb-feat-strip-heading {
    display: flex;
    align-items: flex-start;
    font-size: 19px;
    gap: 10px
}

.pb-feat-strip-pict {
    color: var(--gfz4);
    margin-top: 4px;
    display: inline-flex
}

.pb-feat-strip-text {
    font-size: 15.5px;
    color: var(--pjee)
}

/* кроки */

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

.pb-steps-entry {
    position: relative;
    display: block;
    padding: 28px 24px 26px;
    border: 1px solid var(--f61n);
    border-top: 3px solid var(--gfz4);
    border-radius: 0 0 var(--d5fx) var(--d5fx);
    background: var(--f55j)
}

.pb-steps-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: var(--lej7);
    background: var(--s26q);
    color: var(--f55j);
    font-family: var(--fthm);
    font-size: 17px;
    font-weight: 700;
    font-variant-numeric: tabular-nums
}

.pb-steps-num-sm {
    width: 32px;
    font-size: 15px;
    margin-bottom: 0;
    height: 32px
}

.pb-steps-heading {
    font-size: 19px
}

.pb-steps-text {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--pjee)
}

.pb-steps-split {
    align-items: start;
    grid-template-columns: .78fr 1.22fr;
    gap: 56px;
    display: grid
}

.pb-steps-row {
    display: grid;
    gap: 0
}

.pb-steps-row-entry {
    display: flex;
    gap: 20px;
    position: relative;
    padding: 0 0 28px 0;
    align-items: flex-start
}

.pb-steps-row-entry::before {
    bottom: 4px;
    position: absolute;
    width: 2px;
    content: "";
    background: var(--f61n);
    left: 15px;
    top: 40px
}

.pb-steps-row-entry:last-child {
    padding-bottom: 0
}

.pb-steps-row-entry:last-child::before {
    display: none
}

.pb-steps-row-body {
    flex: 1 1 auto
}

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

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

.pb-creed-entry {
    border-top: 2px solid var(--s26q);
    padding-top: 22px;
    display: block
}

.pb-creed-mark {
    margin-bottom: 14px;
    color: var(--gfz4);
    display: inline-flex
}

.pb-creed-heading {
    font-size: 18px
}

.pb-creed-text {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--pjee)
}

.pb-creed-stack {
    gap: 0;
    display: grid
}

.pb-creed-block {
    border-left: 2px solid var(--f61n);
    display: block;
    padding: 24px 0 24px 28px
}

.pb-creed-block:hover {
    border-left-color: var(--gfz4)
}

.pb-creed-index {
    display: block;
    margin-bottom: 8px;
    color: var(--gfz4);
    font-family: var(--fthm);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .16em
}

.pb-creed-link {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--gfz4);
    color: var(--gfz4);
    font-family: var(--fthm);
    font-size: 15px;
    font-weight: 600
}

.pb-creed-link:hover {
    border-bottom-color: var(--bs77);
    color: var(--bs77)
}

/* питання */

.pb-ask-series {
    gap: 0;
    display: grid
}

.pb-ask-entry {
    border-bottom: 1px solid var(--f61n)
}

.pb-ask-entry:first-child {
    border-top: 1px solid var(--f61n)
}

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

.pb-ask-q::-webkit-details-marker {
    display: none
}

.pb-ask-q:hover {
    color: var(--gfz4)
}

.pb-ask-sign {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 28px;
    height: 28px;
    border: 1px solid var(--f61n);
    border-radius: var(--kn9a);
    color: var(--gfz4);
    transition: transform .2s ease, background-color .2s ease
}

.pb-ask-entry[open] .pb-ask-sign {
    transform: rotate(180deg);
    background: var(--vgh7)
}

.pb-ask-a {
    padding: 0 4px 22px;
    color: var(--pjee);
    font-size: 15.5px
}

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

.pb-ask-block {
    display: block
}

.pb-ask-block-q {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--fthm);
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.35
}

.pb-ask-block-pict {
    display: inline-flex;
    color: var(--gfz4);
    margin-top: 4px
}

.pb-ask-block-a {
    font-size: 15.5px;
    color: var(--pjee);
    margin: 10px 0 0
}

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

.pb-warn-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid var(--f61n);
    border-radius: var(--d5fx);
    background: var(--f55j)
}

.pb-warn-pict {
    display: inline-flex;
    flex: none;
    color: var(--pjee);
    margin-top: 2px
}

.pb-warn-text {
    font-size: 14.5px;
    color: var(--pjee);
    line-height: 1.6
}

.pb-warn-strip {
    padding: 24px 0;
    background: var(--s26q)
}

.pb-warn-strip .pb-warn-text {
    align-items: flex-start;
    gap: 14px;
    color: var(--wixr);
    display: flex
}

.pb-warn-strip .pb-warn-pict {
    color: var(--lgxh)
}

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

.pb-peak {
    padding: 56px 0 46px;
    background: var(--s26q);
    color: var(--cfiy)
}

.pb-peak-body {
    display: block
}

.pb-peak-back {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--wixr);
    font-family: var(--fthm);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.pb-peak-back:hover {
    color: var(--cfiy)
}

.pb-peak-heading {
    font-size: 38px
}

.pb-peak-sub {
    max-width: 660px;
    margin-top: 14px;
    font-size: 16.5px;
    color: var(--wixr)
}

.pb-peak-plain {
    border-bottom: 1px solid var(--f61n);
    background: var(--f55j);
    color: var(--s26q)
}

.pb-peak-plain .pb-peak-body {
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: end;
    gap: 34px
}

.pb-peak-plain .pb-peak-sub {
    color: var(--pjee)
}

.pb-peak-plain .pb-peak-back {
    color: var(--gfz4);
    margin: 16px 0 0
}

.pb-peak-column {
    display: block
}

/* підвал */

.pb-main-2 {
    border-top: 1px solid var(--f61n);
    background: var(--f55j);
    padding: 48px 0 26px
}

.pb-main-body {
    gap: 34px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex
}

.pb-main-brand {
    max-width: 400px
}

.pb-main-name {
    display: block;
    margin-top: 10px;
    font-family: var(--fthm);
    font-size: 19px;
    font-weight: var(--nqrz);
    letter-spacing: var(--geiu)
}

.pb-main-small {
    font-size: 14.5px;
    color: var(--pjee);
    margin-top: 10px
}

.pb-main-nav {
    display: flex;
    gap: 8px 22px;
    flex-wrap: wrap
}

.pb-main-link {
    font-size: 14.5px;
    color: var(--pjee)
}

.pb-main-link:hover {
    color: var(--gfz4)
}

.pb-main-nav-stack {
    flex-direction: column;
    gap: 9px
}

.pb-main-wide {
    padding-top: 54px
}

.pb-main-cols {
    grid-template-columns: 1.5fr 1fr 1fr;
    display: grid;
    gap: 38px
}

.pb-main-column {
    display: block
}

.pb-main-column-brand {
    max-width: 440px
}

.pb-main-column-heading {
    display: block;
    margin-bottom: 16px;
    font-family: var(--fthm);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.pb-main-bottom {
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
    display: flex;
    border-top: 1px solid var(--f61n);
    justify-content: space-between;
    padding-top: 20px
}

.pb-main-legal {
    font-size: 13.5px;
    color: var(--pjee)
}

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

.pb-doc {
    display: block
}

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

.pb-para:last-child {
    margin-bottom: 0
}

.pb-box-layout {
    align-items: start;
    grid-template-columns: 1.05fr .95fr;
    gap: 32px;
    display: grid
}

.pb-info-box {
    display: grid;
    gap: 0;
    padding: 8px 26px;
    border: 1px solid var(--f61n);
    border-radius: var(--d5fx);
    background: var(--f55j)
}

.pb-info-strip {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    border-bottom: 1px solid var(--f61n);
    padding: 16px 0
}

.pb-info-strip:last-child {
    border-bottom: 0
}

.pb-info-pict {
    color: var(--gfz4);
    display: inline-flex;
    margin-top: 3px;
    flex: none
}

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

a.pb-info-value:hover {
    color: var(--gfz4)
}

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

.pb-info-side {
    display: block
}

.pb-info-side .pb-avail {
    margin-top: 0
}

.pb-info-small {
    font-size: 14.5px;
    color: var(--pjee);
    margin-top: 20px
}

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

.pb-doc-stamp {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--f61n);
    color: var(--pjee);
    font-family: var(--fthm);
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: .06em
}

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

.pb-cite-split {
    gap: 46px;
    display: grid;
    align-items: start;
    grid-template-columns: .82fr 1.18fr
}

.pb-cite-heading {
    font-size: 26px
}

.pb-cite-series {
    gap: 0;
    display: grid
}

.pb-cite-entry {
    border-top: 1px solid var(--f61n)
}

.pb-cite-entry:last-child {
    border-bottom: 1px solid var(--f61n)
}

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

.pb-cite-link:hover {
    padding-left: 8px;
    color: var(--gfz4)
}

.pb-cite-name {
    font-family: var(--fthm);
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.35
}

.pb-cite-host {
    font-size: 13px;
    letter-spacing: .02em;
    flex: none;
    color: var(--pjee)
}

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

.pb-cite-plate {
    padding: 46px 0 44px;
    color: var(--cfiy);
    background: var(--s26q)
}

.pb-cite-plate-heading {
    font-size: 24px
}

.pb-cite-plate-small {
    color: var(--wixr);
    font-size: 15.5px;
    margin-top: 12px;
    max-width: 640px
}

.pb-cite-strip {
    margin-top: 26px;
    display: flex;
    gap: 12px 14px;
    flex-wrap: wrap
}

.pb-cite-strip-entry {
    display: block
}

.pb-cite-strip-link {
    display: inline-block;
    padding: 9px 16px;
    border: 1px solid var(--ryuw);
    border-radius: 999px;
    color: var(--wixr);
    font-family: var(--fthm);
    font-size: 14.5px;
    font-weight: 600;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease
}

.pb-cite-strip-link:hover {
    border-color: var(--lgxh);
    color: var(--s26q);
    background: var(--lgxh)
}

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

.pb-gone {
    display: block
}

.pb-gone-code {
    display: block;
    color: var(--f61n);
    font-family: var(--fthm);
    font-size: 78px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: var(--geiu);
    line-height: 1
}

.pb-gone-text {
    margin: 22px 0 30px;
    max-width: 560px;
    font-size: 17px;
    color: var(--pjee)
}

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

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

.pb-nod-strip {
    left: 0;
    border-top: 1px solid var(--ryuw);
    background: var(--s26q);
    right: 0;
    box-shadow: var(--i5ef);
    bottom: 0
}

.pb-nod-strip-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px
}

.pb-nod-text {
    max-width: 720px;
    line-height: 1.55;
    font-size: 14.5px;
    gap: 13px;
    display: flex;
    color: var(--wixr);
    align-items: flex-start
}

.pb-nod-pict {
    flex: none;
    margin-top: 2px;
    display: inline-flex;
    color: var(--lgxh)
}

.pb-nod-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px
}

.pb-nod-more {
    color: var(--wixr);
    font-family: var(--fthm);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px
}

.pb-nod-more:hover {
    color: var(--cfiy)
}

.pb-nod-ok {
    padding: 11px 24px;
    color: var(--s26q);
    background: var(--f55j)
}

.pb-nod-ok:hover {
    color: var(--iy9t);
    background: var(--lgxh)
}

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

.pb-nod-box {
    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(--qq01);
    background: linear-gradient(158deg, rgb(59,66,75) 0%, rgb(23,27,32) 52%, rgb(39,45,52) 100%);
    box-shadow: var(--i5ef)
}

.pb-nod-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--lgxh);
    font-family: var(--fthm);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase
}

.pb-nod-box-text {
    line-height: 1.55;
    font-size: 14px;
    color: var(--wixr)
}

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

.pb-nod-more-box {
    display: block;
    text-align: center;
    margin-top: 14px
}

/* адаптив */

@media (max-width: 1000px) {
    .pb-opening-layout {
    gap: 44px;
    grid-template-columns: 1fr
}
    .pb-opening-visual {
    justify-content: flex-start
}
    .pb-opening-panel {
    grid-template-columns: 1fr;
    gap: 26px
}
    .pb-alone-layout {
    grid-template-columns: 1fr;
    gap: 30px
}
    .pb-alone-tabs {
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    overflow-x: auto;
    padding-bottom: 6px
}
    .pb-alone-pane {
    grid-template-columns: 1fr;
    gap: 26px;
    justify-items: center;
    text-align: center
}
    .pb-steps-split {
    gap: 32px;
    grid-template-columns: 1fr
}
    .pb-feat-strip {
    grid-template-columns: 44px 1fr;
    gap: 10px 18px
}
    .pb-feat-strip-text {
    grid-column: 2
}
    .pb-main-cols {
    grid-template-columns: 1fr 1fr
}
    .pb-main-column-brand {
    grid-column: 1 / -1
}
    .pb-peak-plain .pb-peak-body {
    gap: 16px;
    grid-template-columns: 1fr
}
    .pb-box-layout {
    grid-template-columns: 1fr
}
    .pb-cite-split {
    grid-template-columns: 1fr;
    gap: 28px
}
}

@media (max-width: 720px) {
    .pb-page {
    font-size: 16px
}
    .pb-band {
    padding: 52px 0
}
    .pb-band-header {
    margin-bottom: 30px
}
    .pb-band-heading {
    font-size: 26px
}
    .pb-opening {
    padding: 52px 0 50px
}
    .pb-opening-heading {
    font-size: 36px
}
    .pb-opening-heading-xl {
    font-size: 40px
}
    .pb-opening-promise {
    font-size: 17px
}
    .pb-opening-actions {
    gap: 14px
}
    .pb-opening-series-strip {
    flex-direction: column;
    text-align: left;
    align-items: flex-start
}
    .pb-opening-center {
    text-align: left
}
    .pb-opening-center .pb-opening-actions {
    justify-content: flex-start
}
    .pb-act-lg {
    width: 100%
}
    .pb-top-body {
    min-height: 0;
    gap: 14px;
    align-items: flex-start;
    flex-direction: column
}
    .pb-top-nav {
    width: 100%
}
    .pb-top-cta {
    margin-left: 0
}
    .pb-top-nav-strip .pb-top-nav {
    flex-wrap: nowrap;
    overflow-x: auto
}
    .pb-top-nav-strip .pb-top-link {
    white-space: nowrap
}
    .pb-shots-rail {
    gap: 22px
}
    .pb-alone-cap .pb-shots-heading {
    font-size: 20px
}
    .pb-feat-layout {
    grid-template-columns: 1fr
}
    .pb-creed-block {
    padding-left: 20px
}
    .pb-peak {
    padding: 40px 0 34px
}
    .pb-peak-heading {
    font-size: 28px
}
    .pb-main-cols {
    gap: 28px;
    grid-template-columns: 1fr
}
    .pb-main-body {
    flex-direction: column;
    gap: 26px
}
    .pb-info-box {
    padding: 6px 20px
}
    .pb-cite-heading {
    font-size: 22px
}
    .pb-cite-link {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start
}
    .pb-gone-code {
    font-size: 56px
}
    .pb-nod-strip-body {
    gap: 16px
}
    .pb-nod-actions {
    justify-content: space-between;
    width: 100%;
    gap: 14px
}
    .pb-nod-box {
    width: calc(100% - 24px);
    left: 12px;
    max-width: none;
    bottom: 12px
}
}

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

/* тло блоків

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

.pb-opening {
    background-image: linear-gradient(155deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)),
        linear-gradient(155deg, var(--s26q) 0%, var(--bs77) 68%, var(--gfz4) 168%),
        url(/7bdcd6/img/light-5.jpg?v=409ff);
    background-size: cover;
    background-position: center
}

.pb-band-soft {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/7bdcd6/img/window-8.jpg?v=409ff);
    background-size: cover;
    background-position: center
}

/* знімок */

.pb-shot {
    margin: 0
}

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

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

.pb-shot-box {
    border-radius: var(--d5fx);
    box-shadow: var(--q4au);
    overflow: hidden
}

.pb-shot-box .pb-shot-img {
    object-fit: cover;
    height: clamp(220px, 32vw, 420px)
}

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

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

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

.pb-log-small {
    margin: 0;
    font-size: 15px
}

.pb-log-rows {
    margin: 20px 0 0;
    list-style: none;
    padding: 0
}

.pb-log-strip {
    border-top: 1px solid var(--f61n);
    padding: 14px 0
}

.pb-log-rows .pb-log-strip:first-child {
    border-top: 0
}

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

.pb-log-text {
    margin: 5px 0 0;
    font-size: 15px
}

@media (max-width: 640px) {
    .pb-log-series {
    grid-template-columns: 1fr;
    gap: 3px 0
}
    .pb-log-small {
    margin-bottom: 13px
}
}

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

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