@font-face {
    font-family: "wpf830c26";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/14cc4c/fonts/source-serif-4-700.woff2) format("woff2");
}

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

@font-face {
    font-family: "wpf4ea793";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/14cc4c/fonts/karla-700.woff2) format("woff2");
}
:root {
    --ghb5: #12798F;
    --jxev: #0C5768;
    --zvyd: #E78C46;
    --jr7z: #F3FAFB;
    --t4wa: #FFFFFF;
    --vpsp: #0F2C33;
    --iofa: #55787F;
    --surs: #D2E8EC;
    --c4oj: #FFFFFF;
    --bxg3: #111111;
    --yl30: #E3EFF2;
    --mkai: #FCF1E9;
    --rt64: "wpf830c26", Charter, Georgia, serif;
    --ywjs: "wpf4ea793", Arial, Helvetica, sans-serif;
    --n512: 600;
    --vzzk: -0.01em;
    --qliy: 6px;
    --s2nc: 10px;
    --n9uf: 16px;
    --i3rk: 24px;
    --y37a: 0 1px 2px rgba(17, 34, 39, .05);
    --lcdt: 0 8px 24px rgba(17, 34, 39, .07);
    --cdqq: 0 20px 52px rgba(17, 34, 39, .12);
    --c0us: 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(--rt64);
    font-weight: var(--n512);
    letter-spacing: var(--vzzk);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    display: block;
    flex: none;
}

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

[hidden] {
    display: none !important;
}

.br-page {
    margin: 0;
    background: var(--jr7z);
    color: var(--vpsp);
    font-family: var(--ywjs);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.br-main {
    display: block;
}

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

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

.br-area {
    padding: 68px 0;
}

.br-area-tint {
    background: var(--yl30);
}

.br-area-head {
    text-align: center;
    margin: 0 auto 38px;
    max-width: 640px;
}

.br-area-head-left {
    margin: 0;
    text-align: left;
}

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

.br-area-caption {
    font-size: 30px;
}

.br-area-start {
    margin-top: 14px;
    color: var(--iofa);
}

/* buttons */

.br-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(--rt64);
    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;
}

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

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

.br-btn-primary {
    color: var(--c4oj);
    background: var(--ghb5);
    box-shadow: var(--lcdt);
}

.br-btn-primary:hover {
    background: var(--jxev);
}

.br-btn-ghost {
    border-color: var(--surs);
    background: var(--t4wa);
    color: var(--ghb5);
}

.br-btn-ghost:hover {
    background: var(--yl30);
    border-color: var(--ghb5);
}

.br-btn-lg {
    font-size: 18px;
    padding: 16px 34px;
}

/* header */

.br-head {
    background: var(--t4wa);
    z-index: 2;
    position: relative;
    border-bottom: 1px solid var(--surs);
}

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

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

.br-head-mark {
    display: inline-flex;
    color: var(--ghb5);
    align-items: center;
}

.br-head-words {
    display: flex;
    flex-direction: column;
}

.br-head-name {
    font-family: var(--rt64);
    font-size: 20px;
    font-weight: var(--n512);
    letter-spacing: var(--vzzk);
    color: var(--vpsp);
}

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

.br-head-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.br-head-jump {
    transition: color .15s ease, background-color .15s ease;
    padding: 8px 12px;
    border-radius: var(--qliy);
    color: var(--iofa);
    font-size: 15px;
}

.br-head-jump:hover {
    color: var(--ghb5);
    background: var(--yl30);
}

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

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

.br-head-stack .br-head-in {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

.br-head-stack .br-head-links {
    padding: 6px 0 14px;
    width: 100%;
    border-top: 1px solid var(--surs);
    justify-content: center;
}

.br-head-stack .br-head-name {
    font-size: 24px;
}

.br-head-strip {
    background: var(--ghb5);
    text-align: center;
    color: var(--c4oj);
}

.br-head-strip-prose {
    opacity: .92;
    display: inline-block;
    font-size: 13px;
    padding: 7px 0;
}

/* hero */

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

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

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

.br-opening-caption {
    font-size: 44px;
}

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

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

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

.br-opening-small-icon {
    display: inline-flex;
    color: var(--ghb5);
}

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

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

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

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

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

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

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

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

.br-opening-split {
    background: linear-gradient(180deg, var(--yl30) 0%, var(--jr7z) 72%);
}

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

.br-opening-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--surs);
    border-radius: var(--i3rk);
    background: var(--t4wa);
    box-shadow: var(--cdqq);
}

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

.br-opening-art-caption {
    display: block;
    margin-top: 18px;
    font-family: var(--rt64);
    font-size: 21px;
    font-weight: var(--n512);
    letter-spacing: var(--vzzk);
}

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

.br-opening-art-unit {
    font-size: 15px;
    padding-top: 12px;
    display: flex;
    border-top: 1px solid var(--surs);
    align-items: flex-start;
    color: var(--iofa);
    gap: 10px;
}

.br-opening-art-unit:first-child {
    padding-top: 0;
    border-top: 0;
}

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

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

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

.br-opening-tile {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--surs);
    border-radius: var(--n9uf);
    background: var(--t4wa);
    box-shadow: var(--y37a);
}

.br-opening-tile-icon {
    align-items: center;
    color: var(--vpsp);
    height: 44px;
    background: var(--mkai);
    display: inline-flex;
    width: 44px;
    border-radius: var(--s2nc);
    justify-content: center;
}

.br-opening-tile-prose {
    font-size: 15px;
    color: var(--iofa);
}

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

/* quiz */

.br-check {
    scroll-margin-top: 20px;
}

.br-check-head {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 640px;
}

.br-check-caption {
    font-size: 30px;
}

.br-check-small {
    margin-top: 12px;
    color: var(--iofa);
}

.br-check-bin {
    position: relative;
    padding: 30px;
    border: 1px solid var(--surs);
    border-radius: var(--i3rk);
    background: var(--t4wa);
    box-shadow: var(--cdqq);
}

.br-check-bin-flat {
    padding: 34px 30px 30px;
    box-shadow: var(--lcdt);
    border-radius: var(--n9uf);
}

.br-check-bin-flat .br-check-head {
    margin-bottom: 22px;
}

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

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

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

.br-check-counter {
    flex: none;
    color: var(--iofa);
    font-family: var(--rt64);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.br-check-dot-on {
    transform: scale(1.15);
    background: var(--ghb5);
}

.br-check-plain .br-check-bar {
    height: 4px;
    flex: 1 1 auto;
}

.br-check-phase {
    display: block;
}

.br-check-phase-on {
    animation: ltzhhn .32s ease both;
}

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

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

.br-check-q {
    font-size: 24px;
}

.br-check-opts {
    gap: 12px;
    display: grid;
    margin-top: 24px;
}

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

.br-check-opt:hover {
    background: var(--yl30);
    border-color: var(--ghb5);
    transform: translateY(-1px);
}

.br-check-opt-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--surs);
    border-radius: 50%;
    color: var(--iofa);
    font-family: var(--rt64);
    font-size: 12px;
    font-weight: 700;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.br-check-opt-label {
    line-height: 1.45;
    font-size: 16.5px;
}

.br-check-opt-on {
    border-color: var(--ghb5);
    box-shadow: var(--lcdt);
    background: var(--yl30);
}

.br-check-opt-on .br-check-opt-mark {
    border-color: var(--ghb5);
    background: var(--ghb5);
    color: var(--c4oj);
}

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

.br-check-rows {
    gap: 8px;
}

.br-check-opt-row {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--s2nc);
}

.br-check-opt-row .br-check-opt-mark {
    height: 26px;
    width: 26px;
    border-radius: var(--qliy);
}

.br-check-opt-row .br-check-opt-label {
    font-size: 15.5px;
}

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

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

.br-check-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--surs);
    border-top-color: var(--ghb5);
    border-radius: 50%;
    animation: v30dk8 1s linear infinite;
}

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

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

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

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

.br-check-row-on {
    color: var(--vpsp);
    opacity: 1;
}

.br-check-row-on .br-check-row-dot {
    background: var(--ghb5);
}

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

.br-check-result {
    display: block;
    animation: ltzhhn .4s ease both;
}

.br-check-result-head {
    gap: 14px;
    align-items: center;
    display: flex;
}

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

.br-check-result-head .br-check-result-icon {
    margin-bottom: 0;
    height: 48px;
    width: 48px;
}

.br-check-result-caption {
    font-size: 26px;
}

.br-check-result-sum {
    margin-top: 14px;
    color: var(--iofa);
}

.br-check-tips {
    border-top: 1px solid var(--surs);
    margin-top: 24px;
    gap: 12px;
    padding-top: 24px;
    display: grid;
}

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

.br-check-tip-icon {
    display: inline-flex;
    margin-top: 4px;
    color: var(--ghb5);
}

.br-check-tips-digit {
    counter-reset: wptip;
}

.br-check-tips-digit .br-check-tip {
    padding-left: 38px;
    position: relative;
}

.br-check-tips-digit .br-check-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(--mkai);
    color: var(--vpsp);
    font-family: var(--rt64);
    font-size: 13px;
    font-weight: 700;
}

.br-check-actions {
    margin-top: 26px;
}

.br-check-restart {
    font-size: 15px;
    padding: 11px 22px;
}

.br-check-foot {
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
    color: var(--iofa);
}

/* highlights */

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

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

.br-feat {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--surs);
    border-radius: var(--n9uf);
    background: var(--t4wa);
    box-shadow: var(--y37a);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.br-feat-icon {
    width: 50px;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: var(--s2nc);
    display: inline-flex;
    background: var(--yl30);
    color: var(--ghb5);
    height: 50px;
    align-items: center;
}

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

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

.br-feat-prose {
    color: var(--iofa);
    font-size: 15.5px;
    margin-top: 10px;
}

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

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

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

.br-feat-digit {
    flex: none;
    color: var(--ghb5);
    font-family: var(--rt64);
    font-size: 26px;
    font-weight: var(--n512);
    letter-spacing: var(--vzzk);
    opacity: .55;
}

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

/* steps */

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

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

.br-phase {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--surs);
    border-radius: var(--n9uf);
    background: var(--t4wa);
    box-shadow: var(--y37a);
}

.br-phase-digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--ghb5);
    color: var(--c4oj);
    font-family: var(--rt64);
    font-size: 18px;
    font-weight: 700;
}

.br-phase-prose {
    color: var(--iofa);
    font-size: 15.5px;
}

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

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

.br-phase-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;
}

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

.br-phase-row:last-child {
    padding-bottom: 0;
}

.br-phase-row:last-child::before {
    display: none;
}

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

/* about-teaser */

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

.br-teaser-tile {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--surs);
    border-left: 4px solid var(--ghb5);
    border-radius: var(--n9uf);
    background: var(--t4wa);
    box-shadow: var(--lcdt);
}

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

.br-teaser-caption {
    font-size: 25px;
}

.br-teaser-prose {
    color: var(--iofa);
    margin-top: 14px;
}

.br-teaser-jump {
    border-bottom: 2px solid transparent;
    transition: border-color .15s ease;
    color: var(--ghb5);
}

.br-teaser-jump:hover {
    border-bottom-color: var(--ghb5);
}

.br-teaser-jump-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--ghb5);
    border-radius: 999px;
    font-family: var(--rt64);
    font-size: 15px;
    font-weight: 600;
}

.br-teaser-jump-btn:hover {
    color: var(--c4oj);
    background: var(--ghb5);
    border-bottom-color: var(--ghb5);
}

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

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

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

/* faq */

.br-faq {
    padding-bottom: 58px;
}

.br-faq-plain {
    padding-top: 58px;
}

.br-faq-stack {
    gap: 12px;
    display: grid;
}

.br-faq-unit {
    border: 1px solid var(--surs);
    border-radius: var(--n9uf);
    background: var(--t4wa);
    box-shadow: var(--y37a);
    overflow: hidden;
}

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

.br-faq-q::-webkit-details-marker {
    display: none;
}

.br-faq-q:hover {
    color: var(--ghb5);
}

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

.br-faq-unit[open] .br-faq-sign {
    transform: rotate(180deg);
}

.br-faq-a {
    color: var(--iofa);
    padding: 0 22px 20px;
    font-size: 15.5px;
}

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

.br-faq-block {
    display: block;
}

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

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

.br-faq-block-a {
    color: var(--iofa);
    margin-top: 10px;
    font-size: 15.5px;
}

/* disclaimer */

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

.br-disc-in {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--surs);
    border-radius: var(--n9uf);
    background: var(--t4wa);
}

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

.br-disc-prose {
    line-height: 1.6;
    font-size: 14.5px;
    color: var(--iofa);
}

.br-disc-strip {
    padding: 20px 0;
    background: var(--t4wa);
    border-top: 1px solid var(--surs);
}

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

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

/* page-head */

.br-phead {
    border-bottom: 1px solid var(--surs);
    padding: 54px 0 44px;
    background: var(--yl30);
}

.br-phead-in {
    display: block;
}

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

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

.br-phead-caption {
    font-size: 36px;
}

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

.br-phead-plain {
    background: var(--t4wa);
}

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

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

.br-phead-col {
    display: block;
}

/* footer */

.br-foot {
    background: var(--t4wa);
    border-top: 1px solid var(--surs);
    margin-top: 20px;
    padding: 46px 0 26px;
}

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

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

.br-foot-name {
    display: block;
    margin-top: 10px;
    font-family: var(--rt64);
    font-size: 19px;
    font-weight: var(--n512);
    letter-spacing: var(--vzzk);
}

.br-foot-small {
    margin-top: 8px;
    color: var(--iofa);
    font-size: 14.5px;
}

.br-foot-links {
    display: flex;
    gap: 6px 18px;
    flex-wrap: wrap;
}

.br-foot-jump {
    color: var(--iofa);
    font-size: 14.5px;
}

.br-foot-jump:hover {
    text-decoration: underline;
    color: var(--ghb5);
}

.br-foot-links-stack {
    flex-direction: column;
    gap: 8px;
}

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

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

.br-foot-col {
    display: block;
}

.br-foot-col-brand {
    max-width: 420px;
}

.br-foot-col-caption {
    display: block;
    margin-bottom: 14px;
    font-family: var(--rt64);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--vpsp);
}

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

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

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

.br-doc {
    display: block;
}

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

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

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

.br-contact-tile {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--surs);
    border-radius: var(--n9uf);
    background: var(--t4wa);
    box-shadow: var(--lcdt);
}

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

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

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

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

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

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

.br-contact-start {
    color: var(--iofa);
    font-size: 14.5px;
}

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

.br-rev {
    border-top: 1px solid var(--surs);
    font-size: 13.5px;
    color: var(--iofa);
    padding-top: 14px;
    margin-top: 30px;
}

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

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

.br-notice {
    box-shadow: var(--cdqq);
    position: fixed;
    background: var(--t4wa);
    border: 1px solid var(--surs);
    z-index: 40;
}

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

.br-notice-in {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

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

.br-notice-stack {
    gap: 12px;
    display: grid;
    justify-items: start;
}

.br-notice-icon {
    color: var(--ghb5);
    display: inline-flex;
}

.br-notice-prose {
    color: var(--iofa);
    max-width: 62ch;
    font-size: 14.5px;
}

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

.br-notice-accept {
    font-size: 15px;
    padding: 10px 22px;
}

.br-notice-more {
    color: var(--ghb5);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.br-notice-more:hover {
    color: var(--jxev);
}

/* джерела */

.br-cite {
    border-top: 1px solid var(--surs);
}

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

.br-cite-jump {
    color: var(--ghb5);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.br-cite-jump:hover {
    color: var(--jxev);
}

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

.br-cite-tile {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--t4wa);
    border: 1px solid var(--surs);
    border-radius: var(--s2nc);
}

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

.br-cite-tile-caption {
    font-family: var(--rt64);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.br-cite-tile-caption:hover {
    text-decoration: underline;
    color: var(--ghb5);
}

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

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

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

.br-nf-in {
    text-align: center;
}

.br-nf-caption {
    font-size: 32px;
}

.br-nf-prose {
    margin-top: 14px;
    color: var(--iofa);
}

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

/* адаптив */

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

@media (max-width: 720px) {
    .br-page {
    font-size: 16px;
}
    .br-area {
    padding: 48px 0;
}
    .br-opening {
    padding: 46px 0 40px;
}
    .br-opening-caption {
    font-size: 32px;
}
    .br-opening-sub {
    font-size: 17px;
}
    .br-opening-actions {
    gap: 12px;
}
    .br-btn-lg {
    padding: 15px 24px;
    font-size: 17px;
    width: 100%;
}
    .br-head-in {
    align-items: flex-start;
    min-height: 0;
    flex-direction: column;
    gap: 12px;
}
    .br-head-label {
    display: none;
}
    .br-head-links {
    width: 100%;
}
    .br-head-cta {
    margin-left: 0;
}
    .br-head-stack .br-head-in {
    align-items: center;
}
    .br-area-caption {
    font-size: 25px;
}
    .br-check-caption {
    font-size: 25px;
}
    .br-check-q {
    font-size: 20px;
}
    .br-check-bin {
    border-radius: var(--n9uf);
    padding: 22px 18px;
}
    .br-check-bin-flat {
    padding: 24px 18px;
}
    .br-check-opt {
    padding: 14px 16px;
    gap: 12px;
}
    .br-check-opt-label {
    font-size: 15.5px;
}
    .br-check-dots {
    display: none;
}
    .br-check-result-caption {
    font-size: 22px;
}
    .br-check-result-head {
    align-items: flex-start;
    gap: 12px;
}
    .br-phead {
    padding: 38px 0 32px;
}
    .br-phead-caption {
    font-size: 28px;
}
    .br-feat-row {
    padding: 20px;
    gap: 14px;
}
    .br-foot-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .br-foot-in {
    gap: 22px;
    flex-direction: column;
}
    .br-contact-tile {
    padding: 20px;
}
    .br-nf {
    padding: 60px 0 68px;
}
    .br-nf-caption {
    font-size: 26px;
}
    .br-notice-in {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
    .br-notice-tile {
    width: auto;
    right: 12px;
    bottom: 12px;
    max-width: none;
    left: 12px;
}
    .br-notice-accept {
    width: 100%;
}
    .br-cite-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .br-check-phase-on,
    .br-check-result {
    animation: none;
}
    .br-check-spin {
    animation-duration: 3s;
}
    .br-btn:hover,
    .br-check-opt:hover,
    .br-feat:hover {
    transform: none;
}
}

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

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

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

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

.br-area-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/14cc4c/img/hero.jpg?v=5c565);
    background-size: cover;
    background-position: center;
}

/* знімок */

.br-shot {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.br-log-prose {
    font-size: 15px;
    margin: 5px 0 0;
}

@media (max-width: 640px) {
    .br-log-stack {
    grid-template-columns: 1fr;
    gap: 3px 0;
}
    .br-log-small {
    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(--rt64);
    font-size: 1.15rem;
    font-weight: var(--n512);
    letter-spacing: var(--vzzk);
    white-space: nowrap;
}
