@font-face {
    font-family: "wpf415b2b";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/4cbba4/fonts/karla-700.woff2) format("woff2");
}

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

@font-face {
    font-family: "wpf2db3ec";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/4cbba4/fonts/work-sans-700.woff2) format("woff2");
}
:root {
    --gldn: rgb(99,85,156);
    --os0i: rgb(72,61,117);
    --opmr: rgb(221,148,64);
    --qbax: rgb(248,247,252);
    --jb48: rgb(255,255,255);
    --bh36: rgb(38,33,74);
    --fmis: rgb(113,105,143);
    --st9l: rgb(228,224,240);
    --kcb8: rgb(255,255,255);
    --r71c: rgb(17,17,17);
    --yq96: rgb(236,235,243);
    --gphm: rgb(251,242,232);
    --ilux: "wpf415b2b", Tahoma, Verdana, Geneva, sans-serif;
    --b4l4: "wpf2db3ec", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --u3i8: 700;
    --jejc: -0.01em;
    --xttt: 6px;
    --f8mz: 10px;
    --o9se: 16px;
    --a9o6: 24px;
    --kflv: 0 1px 2px rgba(17, 34, 39, .05);
    --cdrk: 0 8px 24px rgba(17, 34, 39, .07);
    --uifd: 0 20px 52px rgba(17, 34, 39, .12);
    --jbxs: 24px
}

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

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

body {
    margin: 0
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: var(--ilux);
    font-weight: var(--u3i8);
    letter-spacing: var(--jejc);
    line-height: 1.22
}

p {
    margin: 0
}

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

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

svg {
    display: block;
    flex: none
}

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

[hidden] {
    display: none !important
}

.pc-page {
    margin: 0;
    background: var(--qbax);
    color: var(--bh36);
    font-family: var(--b4l4);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased
}

.pc-main {
    display: block
}

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

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

.pc-part {
    padding: 68px 0
}

.pc-part__tint {
    background: var(--yq96)
}

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

.pc-part__head-left {
    margin: 0;
    text-align: left
}

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

.pc-part__caption {
    font-size: 30px
}

.pc-part__intro {
    margin-top: 14px;
    color: var(--fmis)
}

/* buttons */

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

.pc-btn:hover {
    transform: translateY(-1px)
}

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

.pc-btn__primary {
    background: var(--gldn);
    color: var(--kcb8);
    box-shadow: var(--cdrk)
}

.pc-btn__primary:hover {
    background: var(--os0i)
}

.pc-btn__ghost {
    background: var(--jb48);
    color: var(--gldn);
    border-color: var(--st9l)
}

.pc-btn__ghost:hover {
    border-color: var(--gldn);
    background: var(--yq96)
}

.pc-btn__lg {
    font-size: 18px;
    padding: 16px 34px
}

/* header */

.pc-head {
    background: var(--jb48);
    z-index: 2;
    position: relative;
    border-bottom: 1px solid var(--st9l)
}

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

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

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

.pc-head__words {
    display: flex;
    flex-direction: column
}

.pc-head__name {
    font-family: var(--ilux);
    font-size: 20px;
    font-weight: var(--u3i8);
    letter-spacing: var(--jejc);
    color: var(--bh36)
}

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

.pc-head__nav {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    gap: 8px
}

.pc-head__jump {
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
    padding: 8px 12px;
    color: var(--fmis);
    border-radius: var(--xttt)
}

.pc-head__jump:hover {
    color: var(--gldn);
    background: var(--yq96)
}

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

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

.pc-head__stack .pc-head__body {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px
}

.pc-head__stack .pc-head__nav {
    border-top: 1px solid var(--st9l);
    width: 100%;
    justify-content: center;
    padding: 6px 0 14px
}

.pc-head__stack .pc-head__name {
    font-size: 24px
}

.pc-head__strip {
    background: var(--gldn);
    color: var(--kcb8);
    text-align: center
}

.pc-head__strip-prose {
    opacity: .92;
    font-size: 13px;
    padding: 7px 0;
    display: inline-block
}

/* hero */

.pc-masthead {
    padding: 76px 0 64px
}

.pc-masthead__body {
    display: block
}

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

.pc-masthead__caption {
    font-size: 44px
}

.pc-masthead__sub {
    margin-top: 18px;
    font-size: 19px;
    color: var(--fmis)
}

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

.pc-masthead__small {
    align-items: center;
    font-size: 14.5px;
    gap: 8px;
    margin-top: 16px;
    color: var(--fmis);
    display: inline-flex
}

.pc-masthead__small-icon {
    color: var(--gldn);
    display: inline-flex
}

.pc-masthead__bullets {
    margin-top: 34px;
    gap: 12px;
    flex-wrap: wrap;
    display: flex
}

.pc-masthead__bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--st9l);
    border-radius: 999px;
    background: var(--jb48);
    box-shadow: var(--kflv);
    font-size: 14.5px
}

.pc-masthead__bullet-icon {
    color: var(--gldn);
    display: inline-flex
}

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

.pc-masthead__center {
    text-align: center
}

.pc-masthead__center .pc-masthead__actions {
    justify-content: center
}

.pc-masthead__center .pc-masthead__bullets {
    justify-content: center
}

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

.pc-masthead__split {
    background: linear-gradient(180deg, var(--yq96) 0%, var(--qbax) 72%)
}

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

.pc-masthead__art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--st9l);
    border-radius: var(--a9o6);
    background: var(--jb48);
    box-shadow: var(--uifd)
}

.pc-masthead__art-badge {
    align-items: center;
    color: var(--gldn);
    height: 66px;
    justify-content: center;
    background: var(--yq96);
    border-radius: 50%;
    width: 66px;
    display: inline-flex
}

.pc-masthead__art-caption {
    display: block;
    margin-top: 18px;
    font-family: var(--ilux);
    font-size: 21px;
    font-weight: var(--u3i8);
    letter-spacing: var(--jejc)
}

.pc-masthead__art-set {
    gap: 12px;
    display: grid;
    margin-top: 18px
}

.pc-masthead__art-entry {
    align-items: flex-start;
    padding-top: 12px;
    color: var(--fmis);
    border-top: 1px solid var(--st9l);
    font-size: 15px;
    gap: 10px;
    display: flex
}

.pc-masthead__art-entry:first-child {
    padding-top: 0;
    border-top: 0
}

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

.pc-masthead__cards {
    text-align: left
}

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

.pc-masthead__brick {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--st9l);
    border-radius: var(--o9se);
    background: var(--jb48);
    box-shadow: var(--kflv)
}

.pc-masthead__brick-icon {
    color: var(--bh36);
    justify-content: center;
    background: var(--gphm);
    border-radius: var(--f8mz);
    align-items: center;
    height: 44px;
    display: inline-flex;
    width: 44px
}

.pc-masthead__brick-prose {
    font-size: 15px;
    color: var(--fmis)
}

.pc-masthead__cards .pc-masthead__eyebrow {
    background: none;
    color: var(--fmis);
    margin: 34px 0 0;
    padding: 0
}

/* quiz */

.pc-survey {
    scroll-margin-top: 20px
}

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

.pc-survey__caption {
    font-size: 30px
}

.pc-survey__small {
    color: var(--fmis);
    margin-top: 12px
}

.pc-survey__case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--st9l);
    border-radius: var(--a9o6);
    background: var(--jb48);
    box-shadow: var(--uifd)
}

.pc-survey__case-flat {
    padding: 34px 30px 30px;
    border-radius: var(--o9se);
    box-shadow: var(--cdrk)
}

.pc-survey__case-flat .pc-survey__head {
    margin-bottom: 22px
}

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

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

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

.pc-survey__counter {
    flex: none;
    color: var(--fmis);
    font-family: var(--ilux);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em
}

.pc-survey__dots {
    gap: 7px;
    align-items: center;
    flex: none;
    display: flex
}

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

.pc-survey__dot-on {
    background: var(--gldn);
    transform: scale(1.15)
}

.pc-survey__plain .pc-survey__bar {
    height: 4px;
    flex: 1 1 auto
}

.pc-survey__phase {
    display: block
}

.pc-survey__phase-on {
    animation: amyhec .32s ease both
}

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

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

.pc-survey__q {
    font-size: 24px
}

.pc-survey__opts {
    margin-top: 24px;
    gap: 12px;
    display: grid
}

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

.pc-survey__opt:hover {
    background: var(--yq96);
    border-color: var(--gldn);
    transform: translateY(-1px)
}

.pc-survey__opt-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--st9l);
    border-radius: 50%;
    color: var(--fmis);
    font-family: var(--ilux);
    font-size: 12px;
    font-weight: 700;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease
}

.pc-survey__opt-label {
    line-height: 1.45;
    font-size: 16.5px
}

.pc-survey__opt-on {
    background: var(--yq96);
    border-color: var(--gldn);
    box-shadow: var(--cdrk)
}

.pc-survey__opt-on .pc-survey__opt-flag {
    background: var(--gldn);
    color: var(--kcb8);
    border-color: var(--gldn)
}

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

.pc-survey__rows {
    gap: 8px
}

.pc-survey__opt-row {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--f8mz)
}

.pc-survey__opt-row .pc-survey__opt-flag {
    height: 26px;
    border-radius: var(--xttt);
    width: 26px
}

.pc-survey__opt-row .pc-survey__opt-label {
    font-size: 15.5px
}

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

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

.pc-survey__spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--st9l);
    border-top-color: var(--gldn);
    border-radius: 50%;
    animation: hc3ddn 1s linear infinite
}

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

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

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

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

.pc-survey__rule-on {
    color: var(--bh36);
    opacity: 1
}

.pc-survey__rule-on .pc-survey__rule-dot {
    background: var(--gldn)
}

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

.pc-survey__result {
    display: block;
    animation: amyhec .4s ease both
}

.pc-survey__result-head {
    display: flex;
    gap: 14px;
    align-items: center
}

.pc-survey__result-icon {
    margin-bottom: 16px;
    color: var(--gldn);
    display: inline-flex;
    width: 58px;
    align-items: center;
    flex: none;
    justify-content: center;
    border-radius: 50%;
    background: var(--yq96);
    height: 58px
}

.pc-survey__result-head .pc-survey__result-icon {
    margin-bottom: 0;
    width: 48px;
    height: 48px
}

.pc-survey__result-caption {
    font-size: 26px
}

.pc-survey__result-sum {
    margin-top: 14px;
    color: var(--fmis)
}

.pc-survey__tips {
    padding-top: 24px;
    display: grid;
    gap: 12px;
    margin-top: 24px;
    border-top: 1px solid var(--st9l)
}

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

.pc-survey__tip-icon {
    margin-top: 4px;
    display: inline-flex;
    color: var(--gldn)
}

.pc-survey__tips-digit {
    counter-reset: wptip
}

.pc-survey__tips-digit .pc-survey__tip {
    padding-left: 38px;
    position: relative
}

.pc-survey__tips-digit .pc-survey__tip::before {
    counter-increment: wptip;
    content: counter(wptip);
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gphm);
    color: var(--bh36);
    font-family: var(--ilux);
    font-size: 13px;
    font-weight: 700
}

.pc-survey__actions {
    margin-top: 26px
}

.pc-survey__restart {
    font-size: 15px;
    padding: 11px 22px
}

.pc-survey__bottom {
    font-size: 14px;
    color: var(--fmis);
    margin-top: 18px;
    text-align: center
}

/* highlights */

.pc-feats {
    padding-bottom: 58px
}

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

.pc-perk {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--st9l);
    border-radius: var(--o9se);
    background: var(--jb48);
    box-shadow: var(--kflv);
    transition: box-shadow .2s ease, transform .2s ease
}

.pc-perk:hover {
    box-shadow: var(--cdrk);
    transform: translateY(-2px)
}

.pc-perk__icon {
    width: 50px;
    height: 50px;
    background: var(--yq96);
    margin-bottom: 16px;
    border-radius: var(--f8mz);
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: var(--gldn)
}

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

.pc-perk__caption {
    align-items: center;
    display: flex;
    font-size: 20px
}

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

.pc-feats__rows {
    gap: 14px;
    display: grid
}

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

.pc-perk__row:hover {
    transform: none
}

.pc-perk__digit {
    flex: none;
    color: var(--gldn);
    font-family: var(--ilux);
    font-size: 26px;
    font-weight: var(--u3i8);
    letter-spacing: var(--jejc);
    opacity: .55
}

.pc-perk__body {
    flex: 1 1 auto
}

/* steps */

.pc-steps {
    padding-bottom: 58px
}

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

.pc-phase {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--st9l);
    border-radius: var(--o9se);
    background: var(--jb48);
    box-shadow: var(--kflv)
}

.pc-phase__digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--gldn);
    color: var(--kcb8);
    font-family: var(--ilux);
    font-size: 18px;
    font-weight: 700
}

.pc-phase__prose {
    color: var(--fmis);
    font-size: 15.5px
}

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

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

.pc-phase__rule {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0 0 26px 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none
}

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

.pc-phase__rule:last-child {
    padding-bottom: 0
}

.pc-phase__rule:last-child::before {
    display: none
}

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

/* about-teaser */

.pc-teaser {
    padding-top: 58px
}

.pc-teaser__brick {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--st9l);
    border-left: 4px solid var(--gldn);
    border-radius: var(--o9se);
    background: var(--jb48);
    box-shadow: var(--cdrk)
}

.pc-teaser__icon {
    height: 52px;
    border-radius: 50%;
    color: var(--bh36);
    display: inline-flex;
    background: var(--gphm);
    margin-bottom: 16px;
    width: 52px;
    justify-content: center;
    align-items: center
}

.pc-teaser__caption {
    font-size: 25px
}

.pc-teaser__prose {
    margin-top: 14px;
    color: var(--fmis)
}

.pc-teaser__jump {
    transition: border-color .15s ease;
    border-bottom: 2px solid transparent;
    color: var(--gldn)
}

.pc-teaser__jump:hover {
    border-bottom-color: var(--gldn)
}

.pc-teaser__jump-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--gldn);
    border-radius: 999px;
    font-family: var(--ilux);
    font-size: 15px;
    font-weight: 600
}

.pc-teaser__jump-btn:hover {
    background: var(--gldn);
    color: var(--kcb8);
    border-bottom-color: var(--gldn)
}

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

.pc-teaser__side {
    display: block
}

.pc-teaser__main {
    padding-left: 34px;
    border-left: 1px solid var(--st9l)
}

/* faq */

.pc-qa {
    padding-bottom: 58px
}

.pc-qa__plain {
    padding-top: 58px
}

.pc-qa__set {
    display: grid;
    gap: 12px
}

.pc-qa__entry {
    border: 1px solid var(--st9l);
    border-radius: var(--o9se);
    background: var(--jb48);
    box-shadow: var(--kflv);
    overflow: hidden
}

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

.pc-qa__q::-webkit-details-marker {
    display: none
}

.pc-qa__q:hover {
    color: var(--gldn)
}

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

.pc-qa__entry[open] .pc-qa__sign {
    transform: rotate(180deg)
}

.pc-qa__a {
    padding: 0 22px 20px;
    font-size: 15.5px;
    color: var(--fmis)
}

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

.pc-qa__block {
    display: block
}

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

.pc-qa__block-q .pc-qa__sign {
    width: 26px;
    height: 26px;
    margin-top: 1px;
    background: none
}

.pc-qa__block-a {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--fmis)
}

/* disclaimer */

.pc-disc {
    padding-top: 10px
}

.pc-disc__body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--st9l);
    border-radius: var(--o9se);
    background: var(--jb48)
}

.pc-disc__icon {
    color: var(--fmis);
    display: inline-flex;
    flex: none
}

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

.pc-disc__strip {
    padding: 20px 0;
    background: var(--jb48);
    border-top: 1px solid var(--st9l)
}

.pc-disc__strip .pc-disc__prose {
    align-items: flex-start;
    gap: 12px;
    display: flex
}

.pc-disc__strip .pc-disc__icon {
    margin-top: 2px
}

/* page-head */

.pc-phead {
    border-bottom: 1px solid var(--st9l);
    padding: 54px 0 44px;
    background: var(--yq96)
}

.pc-phead__body {
    display: block
}

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

.pc-phead__back:hover {
    text-decoration: underline
}

.pc-phead__caption {
    font-size: 36px
}

.pc-phead__sub {
    margin-top: 12px;
    color: var(--fmis)
}

.pc-phead__plain {
    background: var(--jb48)
}

.pc-phead__plain .pc-phead__body {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: end;
    display: grid
}

.pc-phead__plain .pc-phead__back {
    margin: 14px 0 0
}

.pc-phead__column {
    display: block
}

/* footer */

.pc-bottom {
    background: var(--jb48);
    border-top: 1px solid var(--st9l);
    padding: 46px 0 26px;
    margin-top: 20px
}

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

.pc-bottom__brand {
    max-width: 360px
}

.pc-bottom__name {
    display: block;
    margin-top: 10px;
    font-family: var(--ilux);
    font-size: 19px;
    font-weight: var(--u3i8);
    letter-spacing: var(--jejc)
}

.pc-bottom__small {
    color: var(--fmis);
    font-size: 14.5px;
    margin-top: 8px
}

.pc-bottom__nav {
    flex-wrap: wrap;
    display: flex;
    gap: 6px 18px
}

.pc-bottom__jump {
    font-size: 14.5px;
    color: var(--fmis)
}

.pc-bottom__jump:hover {
    text-decoration: underline;
    color: var(--gldn)
}

.pc-bottom__nav-stack {
    flex-direction: column;
    gap: 8px
}

.pc-bottom__wide {
    padding-top: 52px
}

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

.pc-bottom__column {
    display: block
}

.pc-bottom__column-brand {
    max-width: 420px
}

.pc-bottom__column-caption {
    display: block;
    margin-bottom: 14px;
    font-family: var(--ilux);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bh36)
}

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

.pc-bottom__legal {
    color: var(--fmis);
    font-size: 13.5px
}

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

.pc-doc {
    display: block
}

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

.pc-prose:last-child {
    margin-bottom: 0
}

.pc-contact__layout {
    display: grid;
    gap: 26px
}

.pc-contact__brick {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--st9l);
    border-radius: var(--o9se);
    background: var(--jb48);
    box-shadow: var(--cdrk)
}

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

.pc-contact__row:last-child {
    border-bottom: 0
}

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

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

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

a.pc-contact__value:hover {
    color: var(--gldn);
    text-decoration: underline
}

.pc-contact__intro {
    font-size: 14.5px;
    color: var(--fmis)
}

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

.pc-rev {
    border-top: 1px solid var(--st9l);
    padding-top: 14px;
    color: var(--fmis);
    font-size: 13.5px;
    margin-top: 30px
}

.pc-bottom__reg {
    letter-spacing: .02em;
    font-variant-numeric: tabular-nums
}

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

.pc-cookie {
    box-shadow: var(--uifd);
    position: fixed;
    border: 1px solid var(--st9l);
    background: var(--jb48);
    z-index: 40
}

.pc-cookie__bar {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

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

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

.pc-cookie__stack {
    justify-items: start;
    display: grid;
    gap: 12px
}

.pc-cookie__icon {
    color: var(--gldn);
    display: inline-flex
}

.pc-cookie__prose {
    color: var(--fmis);
    font-size: 14.5px;
    max-width: 62ch
}

.pc-cookie__actions {
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    display: flex
}

.pc-cookie__accept {
    padding: 10px 22px;
    font-size: 15px
}

.pc-cookie__more {
    color: var(--gldn);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px
}

.pc-cookie__more:hover {
    color: var(--os0i)
}

/* джерела */

.pc-source {
    border-top: 1px solid var(--st9l)
}

.pc-source__row {
    flex-wrap: wrap;
    gap: 10px 28px;
    display: flex
}

.pc-source__jump {
    color: var(--gldn);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px
}

.pc-source__jump:hover {
    color: var(--os0i)
}

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

.pc-source__brick {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--jb48);
    border: 1px solid var(--st9l);
    border-radius: var(--f8mz)
}

.pc-source__brick-icon {
    display: inline-flex;
    color: var(--gldn)
}

.pc-source__brick-caption {
    font-family: var(--ilux);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35
}

.pc-source__brick-caption:hover {
    text-decoration: underline;
    color: var(--gldn)
}

.pc-source__brick-host {
    color: var(--fmis);
    font-size: 13.5px
}

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

.pc-nf {
    padding: 92px 0 100px
}

.pc-nf__body {
    text-align: center
}

.pc-nf__caption {
    font-size: 32px
}

.pc-nf__prose {
    margin-top: 14px;
    color: var(--fmis)
}

.pc-nf__cta {
    margin-top: 28px
}

/* адаптив */

@media (max-width: 960px) {
    .pc-masthead__columns {
    grid-template-columns: 1fr;
    gap: 36px
}
    .pc-steps__split {
    grid-template-columns: 1fr;
    gap: 28px
}
    .pc-teaser__split {
    gap: 26px;
    grid-template-columns: 1fr
}
    .pc-teaser__main {
    border-left: 0;
    padding-left: 0
}
    .pc-bottom__cols {
    grid-template-columns: 1fr 1fr
}
    .pc-bottom__column-brand {
    grid-column: 1 / -1
}
    .pc-phead__plain .pc-phead__body {
    grid-template-columns: 1fr;
    gap: 14px
}
}

@media (max-width: 720px) {
    .pc-page {
    font-size: 16px
}
    .pc-part {
    padding: 48px 0
}
    .pc-masthead {
    padding: 46px 0 40px
}
    .pc-masthead__caption {
    font-size: 32px
}
    .pc-masthead__sub {
    font-size: 17px
}
    .pc-masthead__actions {
    gap: 12px
}
    .pc-btn__lg {
    padding: 15px 24px;
    width: 100%;
    font-size: 17px
}
    .pc-head__body {
    flex-direction: column;
    min-height: 0;
    gap: 12px;
    align-items: flex-start
}
    .pc-head__pill {
    display: none
}
    .pc-head__nav {
    width: 100%
}
    .pc-head__cta {
    margin-left: 0
}
    .pc-head__stack .pc-head__body {
    align-items: center
}
    .pc-part__caption {
    font-size: 25px
}
    .pc-survey__caption {
    font-size: 25px
}
    .pc-survey__q {
    font-size: 20px
}
    .pc-survey__case {
    border-radius: var(--o9se);
    padding: 22px 18px
}
    .pc-survey__case-flat {
    padding: 24px 18px
}
    .pc-survey__opt {
    padding: 14px 16px;
    gap: 12px
}
    .pc-survey__opt-label {
    font-size: 15.5px
}
    .pc-survey__dots {
    display: none
}
    .pc-survey__result-caption {
    font-size: 22px
}
    .pc-survey__result-head {
    gap: 12px;
    align-items: flex-start
}
    .pc-phead {
    padding: 38px 0 32px
}
    .pc-phead__caption {
    font-size: 28px
}
    .pc-perk__row {
    gap: 14px;
    padding: 20px
}
    .pc-bottom__cols {
    grid-template-columns: 1fr;
    gap: 26px
}
    .pc-bottom__body {
    flex-direction: column;
    gap: 22px
}
    .pc-contact__brick {
    padding: 20px
}
    .pc-nf {
    padding: 60px 0 68px
}
    .pc-nf__caption {
    font-size: 26px
}
    .pc-cookie__body {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start
}
    .pc-cookie__brick {
    width: auto;
    bottom: 12px;
    right: 12px;
    max-width: none;
    left: 12px
}
    .pc-cookie__accept {
    width: 100%
}
    .pc-source__cards {
    grid-template-columns: 1fr
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto
}
    .pc-survey__phase-on,
    .pc-survey__result {
    animation: none
}
    .pc-survey__spin {
    animation-duration: 3s
}
    .pc-btn:hover,
    .pc-survey__opt:hover,
    .pc-perk:hover {
    transform: none
}
}

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

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

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

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

.pc-masthead {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--qbax) 92%),
        url(/4cbba4/img/shot21.jpg?v=9fd8e);
    background-size: cover;
    background-position: center
}

.pc-part__tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/4cbba4/img/photo2.jpg?v=9fd8e);
    background-size: cover;
    background-position: center
}

/* знімок */

.pc-shot {
    margin: 0
}

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

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

.pc-shot__brick {
    overflow: hidden;
    border-radius: 18px
}

.pc-shot__brick .pc-shot__img {
    object-fit: cover;
    height: clamp(200px, 30vw, 380px)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-name {
    font-family: var(--ilux);
    font-size: 1.15rem;
    font-weight: var(--u3i8);
    letter-spacing: var(--jejc);
    white-space: nowrap
}
