@font-face {
    font-family: "wpf9e4a3d";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/34c671/fonts/work-sans-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpfe1668a";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/34c671/fonts/karla-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpfe1668a";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/34c671/fonts/karla-700.woff2) format("woff2");
}
:root {
    --lg7g: #B8455F;
    --pckd: #8C3148;
    --rlv2: #3F9A8C;
    --z533: #FDF6F7;
    --loa1: #FFFFFF;
    --ntjk: #3A1D25;
    --wzyn: #8A6670;
    --b3yo: #F3DDE2;
    --f875: #FFFFFF;
    --wu5k: #FFFFFF;
    --mclh: #F6E9EC;
    --p1w8: #E8F3F1;
    --eabh: "wpf9e4a3d", "Trebuchet MS", "Segoe UI", sans-serif;
    --m3i5: "wpfe1668a", "Segoe UI", Roboto, Arial, sans-serif;
    --lddg: 700;
    --rzv3: -0.02em;
    --qv9r: 6px;
    --ts7v: 10px;
    --h2jq: 16px;
    --ww9r: 24px;
    --hlqt: 0 1px 2px rgba(17, 34, 39, .05);
    --ed96: 0 8px 24px rgba(17, 34, 39, .07);
    --x1tc: 0 20px 52px rgba(17, 34, 39, .12);
    --bvaj: 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(--eabh);
    font-weight: var(--lddg);
    letter-spacing: var(--rzv3);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    display: block;
    flex: none;
}

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

[hidden] {
    display: none !important;
}

.pt-page {
    margin: 0;
    background: var(--z533);
    color: var(--ntjk);
    font-family: var(--m3i5);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.pt-main {
    display: block;
}

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

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

.pt-section {
    padding: 68px 0;
}

.pt-section-tint {
    background: var(--mclh);
}

.pt-section-upper {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 38px;
}

.pt-section-upper-left {
    margin: 0;
    text-align: left;
}

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

.pt-section-heading {
    font-size: 30px;
}

.pt-section-opening {
    margin-top: 14px;
    color: var(--wzyn);
}

/* buttons */

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

.pt-button:hover {
    transform: translateY(-1px);
}

.pt-button:active {
    transform: translateY(0);
}

.pt-button-primary {
    color: var(--f875);
    background: var(--lg7g);
    box-shadow: var(--ed96);
}

.pt-button-primary:hover {
    background: var(--pckd);
}

.pt-button-ghost {
    border-color: var(--b3yo);
    background: var(--loa1);
    color: var(--lg7g);
}

.pt-button-ghost:hover {
    background: var(--mclh);
    border-color: var(--lg7g);
}

.pt-button-lg {
    font-size: 18px;
    padding: 16px 34px;
}

/* header */

.pt-top {
    background: var(--loa1);
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--b3yo);
}

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

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

.pt-top-flag {
    display: inline-flex;
    align-items: center;
    color: var(--lg7g);
}

.pt-top-words {
    display: flex;
    flex-direction: column;
}

.pt-top-name {
    font-family: var(--eabh);
    font-size: 20px;
    font-weight: var(--lddg);
    letter-spacing: var(--rzv3);
    color: var(--ntjk);
}

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

.pt-top-bar {
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    display: flex;
}

.pt-top-anchor {
    border-radius: var(--qv9r);
    color: var(--wzyn);
    font-size: 15px;
    padding: 8px 12px;
    transition: color .15s ease, background-color .15s ease;
}

.pt-top-anchor:hover {
    background: var(--mclh);
    color: var(--lg7g);
}

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

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

.pt-top-stack .pt-top-core {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

.pt-top-stack .pt-top-bar {
    border-top: 1px solid var(--b3yo);
    padding: 6px 0 14px;
    width: 100%;
    justify-content: center;
}

.pt-top-stack .pt-top-name {
    font-size: 24px;
}

.pt-top-strip {
    background: var(--lg7g);
    color: var(--f875);
    text-align: center;
}

.pt-top-strip-text {
    font-size: 13px;
    opacity: .92;
    padding: 7px 0;
    display: inline-block;
}

/* hero */

.pt-opening {
    padding: 76px 0 64px;
}

.pt-opening-body {
    display: block;
}

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

.pt-opening-heading {
    font-size: 44px;
}

.pt-opening-sub {
    font-size: 19px;
    margin-top: 18px;
    color: var(--wzyn);
}

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

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

.pt-opening-note-pict {
    display: inline-flex;
    color: var(--lg7g);
}

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

.pt-opening-bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--b3yo);
    border-radius: 999px;
    background: var(--loa1);
    box-shadow: var(--hlqt);
    font-size: 14.5px;
}

.pt-opening-bullet-pict {
    color: var(--lg7g);
    display: inline-flex;
}

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

.pt-opening-center {
    text-align: center;
}

.pt-opening-center .pt-opening-actions {
    justify-content: center;
}

.pt-opening-center .pt-opening-bullets {
    justify-content: center;
}

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

.pt-opening-split {
    background: linear-gradient(180deg, var(--mclh) 0%, var(--z533) 72%);
}

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

.pt-opening-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--b3yo);
    border-radius: var(--ww9r);
    background: var(--loa1);
    box-shadow: var(--x1tc);
}

.pt-opening-art-badge {
    color: var(--lg7g);
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    width: 66px;
    background: var(--mclh);
    height: 66px;
}

.pt-opening-art-heading {
    display: block;
    margin-top: 18px;
    font-family: var(--eabh);
    font-size: 21px;
    font-weight: var(--lddg);
    letter-spacing: var(--rzv3);
}

.pt-opening-art-series {
    display: grid;
    margin-top: 18px;
    gap: 12px;
}

.pt-opening-art-thing {
    border-top: 1px solid var(--b3yo);
    color: var(--wzyn);
    gap: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    padding-top: 12px;
}

.pt-opening-art-thing:first-child {
    padding-top: 0;
    border-top: 0;
}

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

.pt-opening-cards {
    text-align: left;
}

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

.pt-opening-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--b3yo);
    border-radius: var(--h2jq);
    background: var(--loa1);
    box-shadow: var(--hlqt);
}

.pt-opening-card-pict {
    background: var(--p1w8);
    justify-content: center;
    color: var(--ntjk);
    display: inline-flex;
    border-radius: var(--ts7v);
    align-items: center;
    height: 44px;
    width: 44px;
}

.pt-opening-card-text {
    font-size: 15px;
    color: var(--wzyn);
}

.pt-opening-cards .pt-opening-eyebrow {
    background: none;
    padding: 0;
    margin: 34px 0 0;
    color: var(--wzyn);
}

/* quiz */

.pt-survey {
    scroll-margin-top: 20px;
}

.pt-survey-upper {
    margin: 0 auto 30px;
    max-width: 640px;
    text-align: center;
}

.pt-survey-heading {
    font-size: 30px;
}

.pt-survey-note {
    margin-top: 12px;
    color: var(--wzyn);
}

.pt-survey-crate {
    position: relative;
    padding: 30px;
    border: 1px solid var(--b3yo);
    border-radius: var(--ww9r);
    background: var(--loa1);
    box-shadow: var(--x1tc);
}

.pt-survey-crate-flat {
    padding: 34px 30px 30px;
    border-radius: var(--h2jq);
    box-shadow: var(--ed96);
}

.pt-survey-crate-flat .pt-survey-upper {
    margin-bottom: 22px;
}

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

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

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

.pt-survey-counter {
    flex: none;
    color: var(--wzyn);
    font-family: var(--eabh);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.pt-survey-dot-on {
    transform: scale(1.15);
    background: var(--lg7g);
}

.pt-survey-plain .pt-survey-bar {
    flex: 1 1 auto;
    height: 4px;
}

.pt-survey-step {
    display: block;
}

.pt-survey-step-on {
    animation: m4st18 .32s ease both;
}

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

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

.pt-survey-q {
    font-size: 24px;
}

.pt-survey-opts {
    gap: 12px;
    margin-top: 24px;
    display: grid;
}

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

.pt-survey-opt:hover {
    transform: translateY(-1px);
    background: var(--mclh);
    border-color: var(--lg7g);
}

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

.pt-survey-opt-label {
    font-size: 16.5px;
    line-height: 1.45;
}

.pt-survey-opt-on {
    box-shadow: var(--ed96);
    background: var(--mclh);
    border-color: var(--lg7g);
}

.pt-survey-opt-on .pt-survey-opt-flag {
    border-color: var(--lg7g);
    background: var(--lg7g);
    color: var(--f875);
}

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

.pt-survey-rows {
    gap: 8px;
}

.pt-survey-opt-strip {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--ts7v);
}

.pt-survey-opt-strip .pt-survey-opt-flag {
    width: 26px;
    border-radius: var(--qv9r);
    height: 26px;
}

.pt-survey-opt-strip .pt-survey-opt-label {
    font-size: 15.5px;
}

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

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

.pt-survey-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--b3yo);
    border-top-color: var(--lg7g);
    border-radius: 50%;
    animation: cgg921 1s linear infinite;
}

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

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

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

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

.pt-survey-line-on {
    color: var(--ntjk);
    opacity: 1;
}

.pt-survey-line-on .pt-survey-line-dot {
    background: var(--lg7g);
}

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

.pt-survey-result {
    display: block;
    animation: m4st18 .4s ease both;
}

.pt-survey-result-upper {
    align-items: center;
    gap: 14px;
    display: flex;
}

.pt-survey-result-pict {
    width: 58px;
    height: 58px;
    background: var(--mclh);
    justify-content: center;
    flex: none;
    border-radius: 50%;
    margin-bottom: 16px;
    color: var(--lg7g);
    display: inline-flex;
    align-items: center;
}

.pt-survey-result-upper .pt-survey-result-pict {
    margin-bottom: 0;
    height: 48px;
    width: 48px;
}

.pt-survey-result-heading {
    font-size: 26px;
}

.pt-survey-result-sum {
    color: var(--wzyn);
    margin-top: 14px;
}

.pt-survey-tips {
    gap: 12px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid var(--b3yo);
    display: grid;
}

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

.pt-survey-tip-pict {
    display: inline-flex;
    color: var(--lg7g);
    margin-top: 4px;
}

.pt-survey-tips-num {
    counter-reset: wptip;
}

.pt-survey-tips-num .pt-survey-tip {
    padding-left: 38px;
    position: relative;
}

.pt-survey-tips-num .pt-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(--p1w8);
    color: var(--ntjk);
    font-family: var(--eabh);
    font-size: 13px;
    font-weight: 700;
}

.pt-survey-actions {
    margin-top: 26px;
}

.pt-survey-restart {
    padding: 11px 22px;
    font-size: 15px;
}

.pt-survey-foot {
    font-size: 14px;
    text-align: center;
    color: var(--wzyn);
    margin-top: 18px;
}

/* highlights */

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

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

.pt-feat {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--b3yo);
    border-radius: var(--h2jq);
    background: var(--loa1);
    box-shadow: var(--hlqt);
    transition: box-shadow .2s ease, transform .2s ease;
}

.pt-feat:hover {
    transform: translateY(-2px);
    box-shadow: var(--ed96);
}

.pt-feat-pict {
    align-items: center;
    justify-content: center;
    border-radius: var(--ts7v);
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    background: var(--mclh);
    color: var(--lg7g);
}

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

.pt-feat-heading {
    display: flex;
    align-items: center;
    font-size: 20px;
}

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

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

.pt-feat-strip {
    align-items: flex-start;
    gap: 20px;
    padding: 22px 24px;
    display: flex;
}

.pt-feat-strip:hover {
    transform: none;
}

.pt-feat-num {
    flex: none;
    color: var(--lg7g);
    font-family: var(--eabh);
    font-size: 26px;
    font-weight: var(--lddg);
    letter-spacing: var(--rzv3);
    opacity: .55;
}

.pt-feat-body {
    flex: 1 1 auto;
}

/* steps */

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

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

.pt-step {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--b3yo);
    border-radius: var(--h2jq);
    background: var(--loa1);
    box-shadow: var(--hlqt);
}

.pt-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--lg7g);
    color: var(--f875);
    font-family: var(--eabh);
    font-size: 18px;
    font-weight: 700;
}

.pt-step-text {
    font-size: 15.5px;
    color: var(--wzyn);
}

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

.pt-steps-line {
    display: grid;
    gap: 0;
}

.pt-step-line {
    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;
}

.pt-step-line::before {
    left: 16px;
    background: var(--b3yo);
    bottom: 0;
    top: 34px;
    width: 2px;
    content: "";
    position: absolute;
}

.pt-step-line:last-child {
    padding-bottom: 0;
}

.pt-step-line:last-child::before {
    display: none;
}

.pt-step-num-sm {
    margin-bottom: 0;
    height: 34px;
    font-size: 15px;
    width: 34px;
}

/* about-teaser */

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

.pt-teaser-card {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--b3yo);
    border-left: 4px solid var(--lg7g);
    border-radius: var(--h2jq);
    background: var(--loa1);
    box-shadow: var(--ed96);
}

.pt-teaser-pict {
    width: 52px;
    color: var(--ntjk);
    display: inline-flex;
    height: 52px;
    margin-bottom: 16px;
    align-items: center;
    background: var(--p1w8);
    border-radius: 50%;
    justify-content: center;
}

.pt-teaser-heading {
    font-size: 25px;
}

.pt-teaser-text {
    margin-top: 14px;
    color: var(--wzyn);
}

.pt-teaser-anchor {
    color: var(--lg7g);
    border-bottom: 2px solid transparent;
    transition: border-color .15s ease;
}

.pt-teaser-anchor:hover {
    border-bottom-color: var(--lg7g);
}

.pt-teaser-anchor-button {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--lg7g);
    border-radius: 999px;
    font-family: var(--eabh);
    font-size: 15px;
    font-weight: 600;
}

.pt-teaser-anchor-button:hover {
    color: var(--f875);
    border-bottom-color: var(--lg7g);
    background: var(--lg7g);
}

.pt-teaser-split {
    grid-template-columns: .85fr 1.15fr;
    display: grid;
    align-items: start;
    gap: 44px;
}

.pt-teaser-side {
    display: block;
}

.pt-teaser-main {
    padding-left: 34px;
    border-left: 1px solid var(--b3yo);
}

/* faq */

.pt-qa {
    padding-bottom: 58px;
}

.pt-qa-plain {
    padding-top: 58px;
}

.pt-qa-series {
    display: grid;
    gap: 12px;
}

.pt-qa-thing {
    border: 1px solid var(--b3yo);
    border-radius: var(--h2jq);
    background: var(--loa1);
    box-shadow: var(--hlqt);
    overflow: hidden;
}

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

.pt-qa-q::-webkit-details-marker {
    display: none;
}

.pt-qa-q:hover {
    color: var(--lg7g);
}

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

.pt-qa-thing[open] .pt-qa-sign {
    transform: rotate(180deg);
}

.pt-qa-a {
    font-size: 15.5px;
    padding: 0 22px 20px;
    color: var(--wzyn);
}

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

.pt-qa-block {
    display: block;
}

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

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

.pt-qa-block-a {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--wzyn);
}

/* disclaimer */

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

.pt-disc-core {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--b3yo);
    border-radius: var(--h2jq);
    background: var(--loa1);
}

.pt-disc-pict {
    display: inline-flex;
    flex: none;
    color: var(--wzyn);
}

.pt-disc-text {
    line-height: 1.6;
    font-size: 14.5px;
    color: var(--wzyn);
}

.pt-disc-strip {
    background: var(--loa1);
    border-top: 1px solid var(--b3yo);
    padding: 20px 0;
}

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

.pt-disc-strip .pt-disc-pict {
    margin-top: 2px;
}

/* page-head */

.pt-phead {
    border-bottom: 1px solid var(--b3yo);
    padding: 54px 0 44px;
    background: var(--mclh);
}

.pt-phead-core {
    display: block;
}

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

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

.pt-phead-heading {
    font-size: 36px;
}

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

.pt-phead-plain {
    background: var(--loa1);
}

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

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

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

/* footer */

.pt-foot {
    border-top: 1px solid var(--b3yo);
    margin-top: 20px;
    padding: 46px 0 26px;
    background: var(--loa1);
}

.pt-foot-core {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.pt-foot-brand {
    max-width: 360px;
}

.pt-foot-name {
    display: block;
    margin-top: 10px;
    font-family: var(--eabh);
    font-size: 19px;
    font-weight: var(--lddg);
    letter-spacing: var(--rzv3);
}

.pt-foot-note {
    color: var(--wzyn);
    font-size: 14.5px;
    margin-top: 8px;
}

.pt-foot-bar {
    gap: 6px 18px;
    display: flex;
    flex-wrap: wrap;
}

.pt-foot-anchor {
    color: var(--wzyn);
    font-size: 14.5px;
}

.pt-foot-anchor:hover {
    text-decoration: underline;
    color: var(--lg7g);
}

.pt-foot-bar-stack {
    gap: 8px;
    flex-direction: column;
}

.pt-foot-wide {
    padding-top: 52px;
}

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

.pt-foot-inner {
    display: block;
}

.pt-foot-inner-brand {
    max-width: 420px;
}

.pt-foot-inner-heading {
    display: block;
    margin-bottom: 14px;
    font-family: var(--eabh);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ntjk);
}

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

.pt-foot-legal {
    color: var(--wzyn);
    font-size: 13.5px;
}

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

.pt-doc {
    display: block;
}

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

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

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

.pt-contact-card {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--b3yo);
    border-radius: var(--h2jq);
    background: var(--loa1);
    box-shadow: var(--ed96);
}

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

.pt-contact-strip:last-child {
    border-bottom: 0;
}

.pt-contact-pict {
    color: var(--lg7g);
    display: inline-flex;
    margin-top: 3px;
    flex: none;
}

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

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

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

.pt-contact-opening {
    color: var(--wzyn);
    font-size: 14.5px;
}

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

.pt-rev {
    border-top: 1px solid var(--b3yo);
    padding-top: 14px;
    font-size: 13.5px;
    color: var(--wzyn);
    margin-top: 30px;
}

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

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

.pt-consent {
    z-index: 40;
    position: fixed;
    background: var(--loa1);
    border: 1px solid var(--b3yo);
    box-shadow: var(--x1tc);
}

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

.pt-consent-core {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

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

.pt-consent-stack {
    gap: 12px;
    display: grid;
    justify-items: start;
}

.pt-consent-pict {
    color: var(--lg7g);
    display: inline-flex;
}

.pt-consent-text {
    font-size: 14.5px;
    max-width: 62ch;
    color: var(--wzyn);
}

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

.pt-consent-accept {
    padding: 10px 22px;
    font-size: 15px;
}

.pt-consent-more {
    color: var(--lg7g);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pt-consent-more:hover {
    color: var(--pckd);
}

/* джерела */

.pt-ref {
    border-top: 1px solid var(--b3yo);
}

.pt-ref-strip {
    flex-wrap: wrap;
    gap: 10px 28px;
    display: flex;
}

.pt-ref-anchor {
    color: var(--lg7g);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pt-ref-anchor:hover {
    color: var(--pckd);
}

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

.pt-ref-card {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--loa1);
    border: 1px solid var(--b3yo);
    border-radius: var(--ts7v);
}

.pt-ref-card-pict {
    color: var(--lg7g);
    display: inline-flex;
}

.pt-ref-card-heading {
    font-family: var(--eabh);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.pt-ref-card-heading:hover {
    color: var(--lg7g);
    text-decoration: underline;
}

.pt-ref-card-host {
    color: var(--wzyn);
    font-size: 13.5px;
}

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

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

.pt-nf-core {
    text-align: center;
}

.pt-nf-heading {
    font-size: 32px;
}

.pt-nf-text {
    margin-top: 14px;
    color: var(--wzyn);
}

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

/* адаптив */

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

@media (max-width: 720px) {
    .pt-page {
    font-size: 16px;
}
    .pt-section {
    padding: 48px 0;
}
    .pt-opening {
    padding: 46px 0 40px;
}
    .pt-opening-heading {
    font-size: 32px;
}
    .pt-opening-sub {
    font-size: 17px;
}
    .pt-opening-actions {
    gap: 12px;
}
    .pt-button-lg {
    padding: 15px 24px;
    width: 100%;
    font-size: 17px;
}
    .pt-top-core {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    min-height: 0;
}
    .pt-top-tag {
    display: none;
}
    .pt-top-bar {
    width: 100%;
}
    .pt-top-cta {
    margin-left: 0;
}
    .pt-top-stack .pt-top-core {
    align-items: center;
}
    .pt-section-heading {
    font-size: 25px;
}
    .pt-survey-heading {
    font-size: 25px;
}
    .pt-survey-q {
    font-size: 20px;
}
    .pt-survey-crate {
    padding: 22px 18px;
    border-radius: var(--h2jq);
}
    .pt-survey-crate-flat {
    padding: 24px 18px;
}
    .pt-survey-opt {
    gap: 12px;
    padding: 14px 16px;
}
    .pt-survey-opt-label {
    font-size: 15.5px;
}
    .pt-survey-dots {
    display: none;
}
    .pt-survey-result-heading {
    font-size: 22px;
}
    .pt-survey-result-upper {
    align-items: flex-start;
    gap: 12px;
}
    .pt-phead {
    padding: 38px 0 32px;
}
    .pt-phead-heading {
    font-size: 28px;
}
    .pt-feat-strip {
    gap: 14px;
    padding: 20px;
}
    .pt-foot-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .pt-foot-core {
    flex-direction: column;
    gap: 22px;
}
    .pt-contact-card {
    padding: 20px;
}
    .pt-nf {
    padding: 60px 0 68px;
}
    .pt-nf-heading {
    font-size: 26px;
}
    .pt-consent-core {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}
    .pt-consent-card {
    max-width: none;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
}
    .pt-consent-accept {
    width: 100%;
}
    .pt-ref-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .pt-survey-step-on,
    .pt-survey-result {
    animation: none;
}
    .pt-survey-spin {
    animation-duration: 3s;
}
    .pt-button:hover,
    .pt-survey-opt:hover,
    .pt-feat:hover {
    transform: none;
}
}

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

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

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

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

.pt-opening {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--z533) 92%),
        url(/34c671/img/photo46.jpg?v=583e7);
    background-size: cover;
    background-position: center;
}

.pt-section-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/34c671/img/light-8.jpg?v=583e7);
    background-size: cover;
    background-position: center;
}

/* знімок */

.pt-shot {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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