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

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

@font-face {
    font-family: "wpf3a1a56";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/f3caa2/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --gapf: #276b60;
    --d60n: #1a4d45;
    --y6uu: #d79340;
    --y5u9: #f5f9f8;
    --gztq: #ffffff;
    --bog0: #152c28;
    --ci2i: #5c7a74;
    --l85k: #d9e8e5;
    --brj2: #ffffff;
    --bloq: #111111;
    --xqkm: #e5edec;
    --ttmf: #faf2e8;
    --wkih: "wpf57e683", "Times New Roman", Times, serif;
    --hjn6: "wpf3a1a56", "Palatino Linotype", Georgia, serif;
    --z116: 700;
    --a2kn: -0.01em;
    --zuyx: 6px;
    --h1ut: 10px;
    --s7ur: 16px;
    --rpep: 24px;
    --ardg: 0 1px 2px rgba(17, 34, 39, .05);
    --hrwa: 0 8px 24px rgba(17, 34, 39, .07);
    --qvi4: 0 20px 52px rgba(17, 34, 39, .12);
    --oq6m: 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(--wkih);
    font-weight: var(--z116);
    letter-spacing: var(--a2kn);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

[hidden] {
    display: none !important;
}

.or-page {
    margin: 0;
    background: var(--y5u9);
    color: var(--bog0);
    font-family: var(--hjn6);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.or-main {
    display: block;
}

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

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

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

.or-section-tint {
    background: var(--xqkm);
}

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

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

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

.or-section-title {
    font-size: 30px;
}

.or-section-intro {
    color: var(--ci2i);
    margin-top: 14px;
}

/* buttons */

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

.or-cta:hover {
    transform: translateY(-1px);
}

.or-cta:active {
    transform: translateY(0);
}

.or-cta-primary {
    box-shadow: var(--hrwa);
    color: var(--brj2);
    background: var(--gapf);
}

.or-cta-primary:hover {
    background: var(--d60n);
}

.or-cta-ghost {
    color: var(--gapf);
    border-color: var(--l85k);
    background: var(--gztq);
}

.or-cta-ghost:hover {
    border-color: var(--gapf);
    background: var(--xqkm);
}

.or-cta-lg {
    font-size: 18px;
    padding: 16px 34px;
}

/* header */

.or-bar {
    background: var(--gztq);
    z-index: 2;
    border-bottom: 1px solid var(--l85k);
    position: relative;
}

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

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

.or-bar-chip {
    align-items: center;
    color: var(--gapf);
    display: inline-flex;
}

.or-bar-words {
    flex-direction: column;
    display: flex;
}

.or-bar-name {
    font-family: var(--wkih);
    font-size: 20px;
    font-weight: var(--z116);
    letter-spacing: var(--a2kn);
    color: var(--bog0);
}

.or-bar-label {
    text-overflow: ellipsis;
    color: var(--ci2i);
    overflow: hidden;
    line-height: 1.35;
    max-width: 320px;
    font-size: 12.5px;
    white-space: nowrap;
}

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

.or-bar-ref {
    color: var(--ci2i);
    font-size: 15px;
    transition: color .15s ease, background-color .15s ease;
    padding: 8px 12px;
    border-radius: var(--zuyx);
}

.or-bar-ref:hover {
    background: var(--xqkm);
    color: var(--gapf);
}

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

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

.or-bar-stack .or-bar-inner {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

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

.or-bar-stack .or-bar-name {
    font-size: 24px;
}

.or-bar-strip {
    text-align: center;
    color: var(--brj2);
    background: var(--gapf);
}

.or-bar-strip-copy {
    opacity: .92;
    font-size: 13px;
    display: inline-block;
    padding: 7px 0;
}

/* hero */

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

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

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

.or-opening-title {
    font-size: 44px;
}

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

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

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

.or-opening-note-icon {
    display: inline-flex;
    color: var(--gapf);
}

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

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

.or-opening-bullet-icon {
    color: var(--gapf);
    display: inline-flex;
}

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

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

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

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

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

.or-opening-split {
    background: linear-gradient(180deg, var(--xqkm) 0%, var(--y5u9) 72%);
}

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

.or-opening-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--l85k);
    border-radius: var(--rpep);
    background: var(--gztq);
    box-shadow: var(--qvi4);
}

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

.or-opening-art-title {
    display: block;
    margin-top: 18px;
    font-family: var(--wkih);
    font-size: 21px;
    font-weight: var(--z116);
    letter-spacing: var(--a2kn);
}

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

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

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

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

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

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

.or-opening-tile {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--l85k);
    border-radius: var(--s7ur);
    background: var(--gztq);
    box-shadow: var(--ardg);
}

.or-opening-tile-icon {
    height: 44px;
    border-radius: var(--h1ut);
    color: var(--bog0);
    align-items: center;
    width: 44px;
    justify-content: center;
    background: var(--ttmf);
    display: inline-flex;
}

.or-opening-tile-copy {
    color: var(--ci2i);
    font-size: 15px;
}

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

/* quiz */

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

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

.or-survey-title {
    font-size: 30px;
}

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

.or-survey-case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--l85k);
    border-radius: var(--rpep);
    background: var(--gztq);
    box-shadow: var(--qvi4);
}

.or-survey-case-flat {
    border-radius: var(--s7ur);
    box-shadow: var(--hrwa);
    padding: 34px 30px 30px;
}

.or-survey-case-flat .or-survey-upper {
    margin-bottom: 22px;
}

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

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

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

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

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

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

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

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

.or-survey-stage {
    display: block;
}

.or-survey-stage-on {
    animation: g04xph .32s ease both;
}

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

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

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

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

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

.or-survey-opt:hover {
    background: var(--xqkm);
    border-color: var(--gapf);
    transform: translateY(-1px);
}

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

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

.or-survey-opt-on {
    border-color: var(--gapf);
    box-shadow: var(--hrwa);
    background: var(--xqkm);
}

.or-survey-opt-on .or-survey-opt-chip {
    background: var(--gapf);
    border-color: var(--gapf);
    color: var(--brj2);
}

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

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

.or-survey-opt-row {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--h1ut);
}

.or-survey-opt-row .or-survey-opt-chip {
    width: 26px;
    height: 26px;
    border-radius: var(--zuyx);
}

.or-survey-opt-row .or-survey-opt-label {
    font-size: 15.5px;
}

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

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

.or-survey-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--l85k);
    border-top-color: var(--gapf);
    border-radius: 50%;
    animation: soamod 1s linear infinite;
}

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

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

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

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

.or-survey-row-on {
    color: var(--bog0);
    opacity: 1;
}

.or-survey-row-on .or-survey-row-dot {
    background: var(--gapf);
}

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

.or-survey-result {
    display: block;
    animation: g04xph .4s ease both;
}

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

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

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

.or-survey-result-title {
    font-size: 26px;
}

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

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

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

.or-survey-tip-icon {
    display: inline-flex;
    color: var(--gapf);
    margin-top: 4px;
}

.or-survey-tips-digit {
    counter-reset: wptip;
}

.or-survey-tips-digit .or-survey-tip {
    position: relative;
    padding-left: 38px;
}

.or-survey-tips-digit .or-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(--ttmf);
    color: var(--bog0);
    font-family: var(--wkih);
    font-size: 13px;
    font-weight: 700;
}

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

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

.or-survey-bottom {
    margin-top: 18px;
    color: var(--ci2i);
    font-size: 14px;
    text-align: center;
}

/* highlights */

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

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

.or-feat {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--l85k);
    border-radius: var(--s7ur);
    background: var(--gztq);
    box-shadow: var(--ardg);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.or-feat-icon {
    justify-content: center;
    margin-bottom: 16px;
    width: 50px;
    border-radius: var(--h1ut);
    color: var(--gapf);
    background: var(--xqkm);
    height: 50px;
    display: inline-flex;
    align-items: center;
}

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

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

.or-feat-copy {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--ci2i);
}

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

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

.or-feat-row:hover {
    transform: none;
}

.or-feat-digit {
    flex: none;
    color: var(--gapf);
    font-family: var(--wkih);
    font-size: 26px;
    font-weight: var(--z116);
    letter-spacing: var(--a2kn);
    opacity: .55;
}

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

/* steps */

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

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

.or-stage {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--l85k);
    border-radius: var(--s7ur);
    background: var(--gztq);
    box-shadow: var(--ardg);
}

.or-stage-digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--gapf);
    color: var(--brj2);
    font-family: var(--wkih);
    font-size: 18px;
    font-weight: 700;
}

.or-stage-copy {
    color: var(--ci2i);
    font-size: 15.5px;
}

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

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

.or-stage-row {
    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;
}

.or-stage-row::before {
    top: 34px;
    content: "";
    background: var(--l85k);
    left: 16px;
    position: absolute;
    width: 2px;
    bottom: 0;
}

.or-stage-row:last-child {
    padding-bottom: 0;
}

.or-stage-row:last-child::before {
    display: none;
}

.or-stage-digit-sm {
    margin-bottom: 0;
    font-size: 15px;
    width: 34px;
    height: 34px;
}

/* about-teaser */

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

.or-teaser-tile {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--l85k);
    border-left: 4px solid var(--gapf);
    border-radius: var(--s7ur);
    background: var(--gztq);
    box-shadow: var(--hrwa);
}

.or-teaser-icon {
    display: inline-flex;
    background: var(--ttmf);
    border-radius: 50%;
    height: 52px;
    align-items: center;
    color: var(--bog0);
    margin-bottom: 16px;
    width: 52px;
    justify-content: center;
}

.or-teaser-title {
    font-size: 25px;
}

.or-teaser-copy {
    color: var(--ci2i);
    margin-top: 14px;
}

.or-teaser-ref {
    border-bottom: 2px solid transparent;
    color: var(--gapf);
    transition: border-color .15s ease;
}

.or-teaser-ref:hover {
    border-bottom-color: var(--gapf);
}

.or-teaser-ref-cta {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--gapf);
    border-radius: 999px;
    font-family: var(--wkih);
    font-size: 15px;
    font-weight: 600;
}

.or-teaser-ref-cta:hover {
    background: var(--gapf);
    color: var(--brj2);
    border-bottom-color: var(--gapf);
}

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

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

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

/* faq */

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

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

.or-qa-roll {
    gap: 12px;
    display: grid;
}

.or-qa-thing {
    border: 1px solid var(--l85k);
    border-radius: var(--s7ur);
    background: var(--gztq);
    box-shadow: var(--ardg);
    overflow: hidden;
}

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

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

.or-qa-q:hover {
    color: var(--gapf);
}

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

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

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

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

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

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

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

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

/* disclaimer */

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

.or-disc-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--l85k);
    border-radius: var(--s7ur);
    background: var(--gztq);
}

.or-disc-icon {
    display: inline-flex;
    flex: none;
    color: var(--ci2i);
}

.or-disc-copy {
    font-size: 14.5px;
    color: var(--ci2i);
    line-height: 1.6;
}

.or-disc-strip {
    padding: 20px 0;
    background: var(--gztq);
    border-top: 1px solid var(--l85k);
}

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

.or-disc-strip .or-disc-icon {
    margin-top: 2px;
}

/* page-head */

.or-phead {
    background: var(--xqkm);
    border-bottom: 1px solid var(--l85k);
    padding: 54px 0 44px;
}

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

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

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

.or-phead-title {
    font-size: 36px;
}

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

.or-phead-plain {
    background: var(--gztq);
}

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

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

.or-phead-inner-2 {
    display: block;
}

/* footer */

.or-bottom {
    margin-top: 20px;
    background: var(--gztq);
    padding: 46px 0 26px;
    border-top: 1px solid var(--l85k);
}

.or-bottom-inner-2 {
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
}

.or-bottom-brand {
    max-width: 360px;
}

.or-bottom-name {
    display: block;
    margin-top: 10px;
    font-family: var(--wkih);
    font-size: 19px;
    font-weight: var(--z116);
    letter-spacing: var(--a2kn);
}

.or-bottom-note {
    font-size: 14.5px;
    margin-top: 8px;
    color: var(--ci2i);
}

.or-bottom-menu {
    gap: 6px 18px;
    display: flex;
    flex-wrap: wrap;
}

.or-bottom-ref {
    color: var(--ci2i);
    font-size: 14.5px;
}

.or-bottom-ref:hover {
    color: var(--gapf);
    text-decoration: underline;
}

.or-bottom-menu-stack {
    gap: 8px;
    flex-direction: column;
}

.or-bottom-wide {
    padding-top: 52px;
}

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

.or-bottom-inner {
    display: block;
}

.or-bottom-inner-brand {
    max-width: 420px;
}

.or-bottom-inner-title {
    display: block;
    margin-bottom: 14px;
    font-family: var(--wkih);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bog0);
}

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

.or-bottom-legal {
    font-size: 13.5px;
    color: var(--ci2i);
}

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

.or-doc {
    display: block;
}

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

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

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

.or-contact-tile {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--l85k);
    border-radius: var(--s7ur);
    background: var(--gztq);
    box-shadow: var(--hrwa);
}

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

.or-contact-row:last-child {
    border-bottom: 0;
}

.or-contact-icon {
    display: inline-flex;
    color: var(--gapf);
    margin-top: 3px;
    flex: none;
}

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

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

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

.or-contact-intro {
    color: var(--ci2i);
    font-size: 14.5px;
}

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

.or-rev {
    color: var(--ci2i);
    margin-top: 30px;
    border-top: 1px solid var(--l85k);
    font-size: 13.5px;
    padding-top: 14px;
}

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

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

.or-bar-2 {
    box-shadow: var(--qvi4);
    background: var(--gztq);
    position: fixed;
    border: 1px solid var(--l85k);
    z-index: 40;
}

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

.or-bar-inner-2 {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.or-bar-tile {
    width: 330px;
    padding: 20px 22px;
    right: 22px;
    border-radius: var(--s7ur);
    max-width: calc(100vw - 44px);
    bottom: 22px;
}

.or-bar-stack-2 {
    justify-items: start;
    gap: 12px;
    display: grid;
}

.or-bar-icon {
    color: var(--gapf);
    display: inline-flex;
}

.or-bar-copy {
    font-size: 14.5px;
    color: var(--ci2i);
    max-width: 62ch;
}

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

.or-bar-accept {
    padding: 10px 22px;
    font-size: 15px;
}

.or-bar-more {
    color: var(--gapf);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.or-bar-more:hover {
    color: var(--d60n);
}

/* джерела */

.or-cite {
    border-top: 1px solid var(--l85k);
}

.or-cite-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
}

.or-cite-ref {
    color: var(--gapf);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.or-cite-ref:hover {
    color: var(--d60n);
}

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

.or-cite-tile {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--gztq);
    border: 1px solid var(--l85k);
    border-radius: var(--h1ut);
}

.or-cite-tile-icon {
    display: inline-flex;
    color: var(--gapf);
}

.or-cite-tile-title {
    font-family: var(--wkih);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.or-cite-tile-title:hover {
    color: var(--gapf);
    text-decoration: underline;
}

.or-cite-tile-host {
    color: var(--ci2i);
    font-size: 13.5px;
}

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

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

.or-nf-inner {
    text-align: center;
}

.or-nf-title {
    font-size: 32px;
}

.or-nf-copy {
    margin-top: 14px;
    color: var(--ci2i);
}

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

/* адаптив */

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

@media (max-width: 720px) {
    .or-page {
    font-size: 16px;
}
    .or-section {
    padding: 48px 0;
}
    .or-opening {
    padding: 46px 0 40px;
}
    .or-opening-title {
    font-size: 32px;
}
    .or-opening-sub {
    font-size: 17px;
}
    .or-opening-actions {
    gap: 12px;
}
    .or-cta-lg {
    font-size: 17px;
    padding: 15px 24px;
    width: 100%;
}
    .or-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    gap: 12px;
}
    .or-bar-label {
    display: none;
}
    .or-bar-menu {
    width: 100%;
}
    .or-bar-cta {
    margin-left: 0;
}
    .or-bar-stack .or-bar-inner {
    align-items: center;
}
    .or-section-title {
    font-size: 25px;
}
    .or-survey-title {
    font-size: 25px;
}
    .or-survey-q {
    font-size: 20px;
}
    .or-survey-case {
    padding: 22px 18px;
    border-radius: var(--s7ur);
}
    .or-survey-case-flat {
    padding: 24px 18px;
}
    .or-survey-opt {
    padding: 14px 16px;
    gap: 12px;
}
    .or-survey-opt-label {
    font-size: 15.5px;
}
    .or-survey-dots {
    display: none;
}
    .or-survey-result-title {
    font-size: 22px;
}
    .or-survey-result-upper {
    align-items: flex-start;
    gap: 12px;
}
    .or-phead {
    padding: 38px 0 32px;
}
    .or-phead-title {
    font-size: 28px;
}
    .or-feat-row {
    padding: 20px;
    gap: 14px;
}
    .or-bottom-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .or-bottom-inner-2 {
    flex-direction: column;
    gap: 22px;
}
    .or-contact-tile {
    padding: 20px;
}
    .or-nf {
    padding: 60px 0 68px;
}
    .or-nf-title {
    font-size: 26px;
}
    .or-bar-inner-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
    .or-bar-tile {
    bottom: 12px;
    right: 12px;
    left: 12px;
    max-width: none;
    width: auto;
}
    .or-bar-accept {
    width: 100%;
}
    .or-cite-cards {
    grid-template-columns: 1fr;
}
}

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

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

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

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

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

.or-section-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/f3caa2/img/cover.jpg?v=dc641);
    background-size: cover;
    background-position: center;
}

/* знімок */

.or-shot {
    margin: 0;
}

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

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

.or-shot-tile {
    overflow: hidden;
    border-radius: 18px;
}

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

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

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

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

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

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

.or-log-row {
    padding: 14px 0;
    border-top: 1px solid var(--l85k);
}

.or-log-rows .or-log-row:first-child {
    border-top: 0;
}

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

.or-log-copy {
    font-size: 15px;
    margin: 5px 0 0;
}

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

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

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