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

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

@font-face {
    font-family: "wpff9c814";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/c08f78/fonts/lora-700.woff2) format("woff2");
}
:root {
    --e4qt: #63559C;
    --nysh: #483D75;
    --zolj: #DD9440;
    --qb48: #F8F7FC;
    --sdlx: #FFFFFF;
    --sf2o: #26214A;
    --mgyo: #71698F;
    --gb3p: #E4E0F0;
    --fzmx: #FFFFFF;
    --hqvl: #111111;
    --q0e6: #ECEBF3;
    --bjhk: #FBF2E8;
    --f4xf: "wpff63ef1", Arial, Helvetica, sans-serif;
    --h4o0: "wpff9c814", Cambria, Georgia, "Times New Roman", serif;
    --sxon: 700;
    --on76: -0.02em;
    --nkjy: 6px;
    --gq2n: 10px;
    --kyv42: 16px;
    --dhh8: 24px;
    --wdei: 0 1px 2px rgba(17, 34, 39, .05);
    --msxu: 0 8px 24px rgba(17, 34, 39, .07);
    --nmge: 0 20px 52px rgba(17, 34, 39, .12);
    --py1g: 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(--f4xf);
    font-weight: var(--sxon);
    letter-spacing: var(--on76);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

[hidden] {
    display: none !important;
}

.ch_page {
    margin: 0;
    background: var(--qb48);
    color: var(--sf2o);
    font-family: var(--h4o0);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.ch_main {
    display: block;
}

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

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

.ch_sec {
    padding: 68px 0;
}

.ch_sec__tint {
    background: var(--q0e6);
}

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

.ch_sec__header-left {
    margin: 0;
    text-align: left;
}

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

.ch_sec__title {
    font-size: 30px;
}

.ch_sec__top {
    color: var(--mgyo);
    margin-top: 14px;
}

/* buttons */

.ch_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(--f4xf);
    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;
}

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

.ch_button:active {
    transform: translateY(0);
}

.ch_button__primary {
    background: var(--e4qt);
    box-shadow: var(--msxu);
    color: var(--fzmx);
}

.ch_button__primary:hover {
    background: var(--nysh);
}

.ch_button__ghost {
    background: var(--sdlx);
    border-color: var(--gb3p);
    color: var(--e4qt);
}

.ch_button__ghost:hover {
    background: var(--q0e6);
    border-color: var(--e4qt);
}

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

/* header */

.ch_head {
    background: var(--sdlx);
    position: relative;
    border-bottom: 1px solid var(--gb3p);
    z-index: 2;
}

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

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

.ch_head__badge {
    display: inline-flex;
    align-items: center;
    color: var(--e4qt);
}

.ch_head__words {
    display: flex;
    flex-direction: column;
}

.ch_head__name {
    font-family: var(--f4xf);
    font-size: 20px;
    font-weight: var(--sxon);
    letter-spacing: var(--on76);
    color: var(--sf2o);
}

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

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

.ch_head__ref {
    border-radius: var(--nkjy);
    font-size: 15px;
    color: var(--mgyo);
    transition: color .15s ease, background-color .15s ease;
    padding: 8px 12px;
}

.ch_head__ref:hover {
    background: var(--q0e6);
    color: var(--e4qt);
}

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

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

.ch_head__stack .ch_head__core {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

.ch_head__stack .ch_head__links {
    width: 100%;
    border-top: 1px solid var(--gb3p);
    justify-content: center;
    padding: 6px 0 14px;
}

.ch_head__stack .ch_head__name {
    font-size: 24px;
}

.ch_head__strip {
    text-align: center;
    background: var(--e4qt);
    color: var(--fzmx);
}

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

/* hero */

.ch_banner {
    padding: 76px 0 64px;
}

.ch_banner__body {
    display: block;
}

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

.ch_banner__title {
    font-size: 44px;
}

.ch_banner__sub {
    margin-top: 18px;
    font-size: 19px;
    color: var(--mgyo);
}

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

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

.ch_banner__sub-icon {
    color: var(--e4qt);
    display: inline-flex;
}

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

.ch_banner__bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--gb3p);
    border-radius: 999px;
    background: var(--sdlx);
    box-shadow: var(--wdei);
    font-size: 14.5px;
}

.ch_banner__bullet-icon {
    display: inline-flex;
    color: var(--e4qt);
}

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

.ch_banner__center {
    text-align: center;
}

.ch_banner__center .ch_banner__actions {
    justify-content: center;
}

.ch_banner__center .ch_banner__bullets {
    justify-content: center;
}

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

.ch_banner__split {
    background: linear-gradient(180deg, var(--q0e6) 0%, var(--qb48) 72%);
}

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

.ch_banner__art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--gb3p);
    border-radius: var(--dhh8);
    background: var(--sdlx);
    box-shadow: var(--nmge);
}

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

.ch_banner__art-title {
    display: block;
    margin-top: 18px;
    font-family: var(--f4xf);
    font-size: 21px;
    font-weight: var(--sxon);
    letter-spacing: var(--on76);
}

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

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

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

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

.ch_banner__cards {
    text-align: left;
}

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

.ch_banner__card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--gb3p);
    border-radius: var(--kyv42);
    background: var(--sdlx);
    box-shadow: var(--wdei);
}

.ch_banner__card-icon {
    justify-content: center;
    border-radius: var(--gq2n);
    height: 44px;
    display: inline-flex;
    align-items: center;
    width: 44px;
    background: var(--bjhk);
    color: var(--sf2o);
}

.ch_banner__card-text {
    color: var(--mgyo);
    font-size: 15px;
}

.ch_banner__cards .ch_banner__eyebrow {
    padding: 0;
    background: none;
    margin: 34px 0 0;
    color: var(--mgyo);
}

/* quiz */

.ch_ask {
    scroll-margin-top: 20px;
}

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

.ch_ask__title {
    font-size: 30px;
}

.ch_ask__sub {
    color: var(--mgyo);
    margin-top: 12px;
}

.ch_ask__box {
    position: relative;
    padding: 30px;
    border: 1px solid var(--gb3p);
    border-radius: var(--dhh8);
    background: var(--sdlx);
    box-shadow: var(--nmge);
}

.ch_ask__box-flat {
    padding: 34px 30px 30px;
    border-radius: var(--kyv42);
    box-shadow: var(--msxu);
}

.ch_ask__box-flat .ch_ask__header {
    margin-bottom: 22px;
}

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

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

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

.ch_ask__counter {
    flex: none;
    color: var(--mgyo);
    font-family: var(--f4xf);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.ch_ask__dot-on {
    background: var(--e4qt);
    transform: scale(1.15);
}

.ch_ask__plain .ch_ask__bar {
    flex: 1 1 auto;
    height: 4px;
}

.ch_ask__stage {
    display: block;
}

.ch_ask__stage-on {
    animation: ivil6j .32s ease both;
}

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

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

.ch_ask__q {
    font-size: 24px;
}

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

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

.ch_ask__opt:hover {
    transform: translateY(-1px);
    background: var(--q0e6);
    border-color: var(--e4qt);
}

.ch_ask__opt-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--gb3p);
    border-radius: 50%;
    color: var(--mgyo);
    font-family: var(--f4xf);
    font-size: 12px;
    font-weight: 700;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

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

.ch_ask__opt-on {
    background: var(--q0e6);
    box-shadow: var(--msxu);
    border-color: var(--e4qt);
}

.ch_ask__opt-on .ch_ask__opt-badge {
    color: var(--fzmx);
    border-color: var(--e4qt);
    background: var(--e4qt);
}

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

.ch_ask__rows {
    gap: 8px;
}

.ch_ask__opt-bar {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--gq2n);
}

.ch_ask__opt-bar .ch_ask__opt-badge {
    border-radius: var(--nkjy);
    height: 26px;
    width: 26px;
}

.ch_ask__opt-bar .ch_ask__opt-label {
    font-size: 15.5px;
}

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

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

.ch_ask__spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--gb3p);
    border-top-color: var(--e4qt);
    border-radius: 50%;
    animation: x5lzwg 1s linear infinite;
}

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

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

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

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

.ch_ask__line-on {
    opacity: 1;
    color: var(--sf2o);
}

.ch_ask__line-on .ch_ask__line-dot {
    background: var(--e4qt);
}

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

.ch_ask__result {
    display: block;
    animation: ivil6j .4s ease both;
}

.ch_ask__result-header {
    gap: 14px;
    align-items: center;
    display: flex;
}

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

.ch_ask__result-header .ch_ask__result-icon {
    margin-bottom: 0;
    height: 48px;
    width: 48px;
}

.ch_ask__result-title {
    font-size: 26px;
}

.ch_ask__result-sum {
    color: var(--mgyo);
    margin-top: 14px;
}

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

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

.ch_ask__tip-icon {
    display: inline-flex;
    color: var(--e4qt);
    margin-top: 4px;
}

.ch_ask__tips-count {
    counter-reset: wptip;
}

.ch_ask__tips-count .ch_ask__tip {
    padding-left: 38px;
    position: relative;
}

.ch_ask__tips-count .ch_ask__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(--bjhk);
    color: var(--sf2o);
    font-family: var(--f4xf);
    font-size: 13px;
    font-weight: 700;
}

.ch_ask__actions {
    margin-top: 26px;
}

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

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

/* highlights */

.ch_feats {
    padding-bottom: 58px;
}

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

.ch_feature {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--gb3p);
    border-radius: var(--kyv42);
    background: var(--sdlx);
    box-shadow: var(--wdei);
    transition: box-shadow .2s ease, transform .2s ease;
}

.ch_feature:hover {
    box-shadow: var(--msxu);
    transform: translateY(-2px);
}

.ch_feature__icon {
    width: 50px;
    color: var(--e4qt);
    background: var(--q0e6);
    height: 50px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    border-radius: var(--gq2n);
    justify-content: center;
}

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

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

.ch_feature__text {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--mgyo);
}

.ch_feats__rows {
    gap: 14px;
    display: grid;
}

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

.ch_feature__bar:hover {
    transform: none;
}

.ch_feature__count {
    flex: none;
    color: var(--e4qt);
    font-family: var(--f4xf);
    font-size: 26px;
    font-weight: var(--sxon);
    letter-spacing: var(--on76);
    opacity: .55;
}

.ch_feature__body {
    flex: 1 1 auto;
}

/* steps */

.ch_steps {
    padding-bottom: 58px;
}

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

.ch_stage {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--gb3p);
    border-radius: var(--kyv42);
    background: var(--sdlx);
    box-shadow: var(--wdei);
}

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

.ch_stage__text {
    font-size: 15.5px;
    color: var(--mgyo);
}

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

.ch_steps__line {
    gap: 0;
    display: grid;
}

.ch_stage__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;
}

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

.ch_stage__line:last-child {
    padding-bottom: 0;
}

.ch_stage__line:last-child::before {
    display: none;
}

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

/* about-teaser */

.ch_teaser {
    padding-top: 58px;
}

.ch_teaser__card {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--gb3p);
    border-left: 4px solid var(--e4qt);
    border-radius: var(--kyv42);
    background: var(--sdlx);
    box-shadow: var(--msxu);
}

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

.ch_teaser__title {
    font-size: 25px;
}

.ch_teaser__text {
    color: var(--mgyo);
    margin-top: 14px;
}

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

.ch_teaser__ref:hover {
    border-bottom-color: var(--e4qt);
}

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

.ch_teaser__ref-button:hover {
    border-bottom-color: var(--e4qt);
    background: var(--e4qt);
    color: var(--fzmx);
}

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

.ch_teaser__side {
    display: block;
}

.ch_teaser__main {
    padding-left: 34px;
    border-left: 1px solid var(--gb3p);
}

/* faq */

.ch_qa {
    padding-bottom: 58px;
}

.ch_qa__plain {
    padding-top: 58px;
}

.ch_qa__set {
    gap: 12px;
    display: grid;
}

.ch_qa__entry {
    border: 1px solid var(--gb3p);
    border-radius: var(--kyv42);
    background: var(--sdlx);
    box-shadow: var(--wdei);
    overflow: hidden;
}

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

.ch_qa__q::-webkit-details-marker {
    display: none;
}

.ch_qa__q:hover {
    color: var(--e4qt);
}

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

.ch_qa__entry[open] .ch_qa__sign {
    transform: rotate(180deg);
}

.ch_qa__a {
    color: var(--mgyo);
    padding: 0 22px 20px;
    font-size: 15.5px;
}

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

.ch_qa__block {
    display: block;
}

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

.ch_qa__block-q .ch_qa__sign {
    margin-top: 1px;
    height: 26px;
    background: none;
    width: 26px;
}

.ch_qa__block-a {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--mgyo);
}

/* disclaimer */

.ch_disc {
    padding-top: 10px;
}

.ch_disc__core {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--gb3p);
    border-radius: var(--kyv42);
    background: var(--sdlx);
}

.ch_disc__icon {
    flex: none;
    color: var(--mgyo);
    display: inline-flex;
}

.ch_disc__text {
    color: var(--mgyo);
    line-height: 1.6;
    font-size: 14.5px;
}

.ch_disc__strip {
    padding: 20px 0;
    background: var(--sdlx);
    border-top: 1px solid var(--gb3p);
}

.ch_disc__strip .ch_disc__text {
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.ch_disc__strip .ch_disc__icon {
    margin-top: 2px;
}

/* page-head */

.ch_phead {
    border-bottom: 1px solid var(--gb3p);
    padding: 54px 0 44px;
    background: var(--q0e6);
}

.ch_phead__core {
    display: block;
}

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

.ch_phead__back:hover {
    text-decoration: underline;
}

.ch_phead__title {
    font-size: 36px;
}

.ch_phead__sub {
    margin-top: 12px;
    color: var(--mgyo);
}

.ch_phead__plain {
    background: var(--sdlx);
}

.ch_phead__plain .ch_phead__core {
    align-items: end;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.ch_phead__plain .ch_phead__back {
    margin: 14px 0 0;
}

.ch_phead__column {
    display: block;
}

/* footer */

.ch_foot {
    margin-top: 20px;
    background: var(--sdlx);
    padding: 46px 0 26px;
    border-top: 1px solid var(--gb3p);
}

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

.ch_foot__brand {
    max-width: 360px;
}

.ch_foot__name {
    display: block;
    margin-top: 10px;
    font-family: var(--f4xf);
    font-size: 19px;
    font-weight: var(--sxon);
    letter-spacing: var(--on76);
}

.ch_foot__sub {
    font-size: 14.5px;
    color: var(--mgyo);
    margin-top: 8px;
}

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

.ch_foot__ref {
    color: var(--mgyo);
    font-size: 14.5px;
}

.ch_foot__ref:hover {
    color: var(--e4qt);
    text-decoration: underline;
}

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

.ch_foot__wide {
    padding-top: 52px;
}

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

.ch_foot__column {
    display: block;
}

.ch_foot__column-brand {
    max-width: 420px;
}

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

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

.ch_foot__legal {
    font-size: 13.5px;
    color: var(--mgyo);
}

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

.ch_doc {
    display: block;
}

.ch_prose {
    color: var(--sf2o);
    margin-bottom: 18px;
    font-size: 16.5px;
}

.ch_prose:last-child {
    margin-bottom: 0;
}

.ch_contact__grid {
    display: grid;
    gap: 26px;
}

.ch_contact__card {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--gb3p);
    border-radius: var(--kyv42);
    background: var(--sdlx);
    box-shadow: var(--msxu);
}

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

.ch_contact__bar:last-child {
    border-bottom: 0;
}

.ch_contact__icon {
    color: var(--e4qt);
    display: inline-flex;
    margin-top: 3px;
    flex: none;
}

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

.ch_contact__label {
    display: block;
    font-size: 14.5px;
    color: var(--mgyo);
    margin-top: 2px;
}

a.ch_contact__value:hover {
    text-decoration: underline;
    color: var(--e4qt);
}

.ch_contact__top {
    font-size: 14.5px;
    color: var(--mgyo);
}

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

.ch_rev {
    padding-top: 14px;
    margin-top: 30px;
    border-top: 1px solid var(--gb3p);
    font-size: 13.5px;
    color: var(--mgyo);
}

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

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

.ch_bar {
    z-index: 40;
    border: 1px solid var(--gb3p);
    background: var(--sdlx);
    box-shadow: var(--nmge);
    position: fixed;
}

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

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

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

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

.ch_bar__icon {
    display: inline-flex;
    color: var(--e4qt);
}

.ch_bar__text {
    font-size: 14.5px;
    color: var(--mgyo);
    max-width: 62ch;
}

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

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

.ch_bar__more {
    color: var(--e4qt);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ch_bar__more:hover {
    color: var(--nysh);
}

/* джерела */

.ch_source {
    border-top: 1px solid var(--gb3p);
}

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

.ch_source__ref {
    color: var(--e4qt);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ch_source__ref:hover {
    color: var(--nysh);
}

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

.ch_source__card {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--sdlx);
    border: 1px solid var(--gb3p);
    border-radius: var(--gq2n);
}

.ch_source__card-icon {
    color: var(--e4qt);
    display: inline-flex;
}

.ch_source__card-title {
    font-family: var(--f4xf);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.ch_source__card-title:hover {
    text-decoration: underline;
    color: var(--e4qt);
}

.ch_source__card-host {
    color: var(--mgyo);
    font-size: 13.5px;
}

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

.ch_nf {
    padding: 92px 0 100px;
}

.ch_nf__core {
    text-align: center;
}

.ch_nf__title {
    font-size: 32px;
}

.ch_nf__text {
    margin-top: 14px;
    color: var(--mgyo);
}

.ch_nf__cta {
    margin-top: 28px;
}

/* адаптив */

@media (max-width: 960px) {
    .ch_banner__columns {
    gap: 36px;
    grid-template-columns: 1fr;
}
    .ch_steps__split {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .ch_teaser__split {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .ch_teaser__main {
    border-left: 0;
    padding-left: 0;
}
    .ch_foot__cols {
    grid-template-columns: 1fr 1fr;
}
    .ch_foot__column-brand {
    grid-column: 1 / -1;
}
    .ch_phead__plain .ch_phead__core {
    gap: 14px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
    .ch_page {
    font-size: 16px;
}
    .ch_sec {
    padding: 48px 0;
}
    .ch_banner {
    padding: 46px 0 40px;
}
    .ch_banner__title {
    font-size: 32px;
}
    .ch_banner__sub {
    font-size: 17px;
}
    .ch_banner__actions {
    gap: 12px;
}
    .ch_button__lg {
    font-size: 17px;
    width: 100%;
    padding: 15px 24px;
}
    .ch_head__core {
    align-items: flex-start;
    min-height: 0;
    flex-direction: column;
    gap: 12px;
}
    .ch_head__chip {
    display: none;
}
    .ch_head__links {
    width: 100%;
}
    .ch_head__cta {
    margin-left: 0;
}
    .ch_head__stack .ch_head__core {
    align-items: center;
}
    .ch_sec__title {
    font-size: 25px;
}
    .ch_ask__title {
    font-size: 25px;
}
    .ch_ask__q {
    font-size: 20px;
}
    .ch_ask__box {
    padding: 22px 18px;
    border-radius: var(--kyv42);
}
    .ch_ask__box-flat {
    padding: 24px 18px;
}
    .ch_ask__opt {
    padding: 14px 16px;
    gap: 12px;
}
    .ch_ask__opt-label {
    font-size: 15.5px;
}
    .ch_ask__dots {
    display: none;
}
    .ch_ask__result-title {
    font-size: 22px;
}
    .ch_ask__result-header {
    align-items: flex-start;
    gap: 12px;
}
    .ch_phead {
    padding: 38px 0 32px;
}
    .ch_phead__title {
    font-size: 28px;
}
    .ch_feature__bar {
    gap: 14px;
    padding: 20px;
}
    .ch_foot__cols {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .ch_foot__core {
    gap: 22px;
    flex-direction: column;
}
    .ch_contact__card {
    padding: 20px;
}
    .ch_nf {
    padding: 60px 0 68px;
}
    .ch_nf__title {
    font-size: 26px;
}
    .ch_bar__core {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
    .ch_bar__card {
    left: 12px;
    right: 12px;
    max-width: none;
    width: auto;
    bottom: 12px;
}
    .ch_bar__accept {
    width: 100%;
}
    .ch_source__cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .ch_ask__stage-on,
    .ch_ask__result {
    animation: none;
}
    .ch_ask__spin {
    animation-duration: 3s;
}
    .ch_button:hover,
    .ch_ask__opt:hover,
    .ch_feature:hover {
    transform: none;
}
}

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

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

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

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

.ch_sec__tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/c08f78/img/lead.jpg?v=da5ae);
    background-size: cover;
    background-position: center;
}

/* знімок */

.ch_shot {
    margin: 0;
}

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

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

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

.ch_shot__card .ch_shot__img {
    height: clamp(200px, 30vw, 380px);
    object-fit: cover;
}

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

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

.ch_log__date {
    letter-spacing: 0.04em;
    color: var(--mgyo);
    font-size: 13px;
}

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

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

.ch_log__bar {
    border-top: 1px solid var(--gb3p);
    padding: 14px 0;
}

.ch_log__rows .ch_log__bar:first-child {
    border-top: 0;
}

.ch_log__stamp {
    display: block;
    font-size: 13px;
    color: var(--mgyo);
}

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

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

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

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

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

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

.logo-name {
    font-family: var(--f4xf);
    font-size: 1.15rem;
    font-weight: var(--sxon);
    letter-spacing: var(--on76);
    white-space: nowrap;
}
