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

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

@font-face {
    font-family: "wpf5b562d";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/e521db/fonts/rubik-700.woff2) format("woff2");
}
:root {
    --ns9u: #7d4a86;
    --yba6: #5c3363;
    --lb5h: #e8a13f;
    --nid6: #faf6fb;
    --uz5t: #ffffff;
    --vm29: #331f37;
    --iypc: #7c6681;
    --j9oh: #ecdff0;
    --dwsw: #ffffff;
    --aoik: #111111;
    --dz1a: #efe9f0;
    --xk1e: #fcf4e8;
    --qv3b: "wpfbfcd54", "Times New Roman", Times, serif;
    --rh6t: "wpf5b562d", Tahoma, Verdana, Geneva, sans-serif;
    --x5v1: 600;
    --erl6: -0.01em;
    --h685: 6px;
    --a866: 10px;
    --f6yi: 16px;
    --zj8k: 24px;
    --vj90: 0 1px 2px rgba(17, 34, 39, .05);
    --pgs7: 0 8px 24px rgba(17, 34, 39, .07);
    --o87c: 0 20px 52px rgba(17, 34, 39, .12);
    --i4dv: 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(--qv3b);
    font-weight: var(--x5v1);
    letter-spacing: var(--erl6);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    display: block;
    flex: none;
}

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

[hidden] {
    display: none !important;
}

.ga-page {
    margin: 0;
    background: var(--nid6);
    color: var(--vm29);
    font-family: var(--rh6t);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.ga-main {
    display: block;
}

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

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

.ga-block {
    padding: 68px 0;
}

.ga-block-tint {
    background: var(--dz1a);
}

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

.ga-block-upper-left {
    text-align: left;
    margin: 0;
}

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

.ga-block-title {
    font-size: 30px;
}

.ga-block-opening {
    margin-top: 14px;
    color: var(--iypc);
}

/* buttons */

.ga-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(--qv3b);
    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;
}

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

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

.ga-cta-primary {
    background: var(--ns9u);
    color: var(--dwsw);
    box-shadow: var(--pgs7);
}

.ga-cta-primary:hover {
    background: var(--yba6);
}

.ga-cta-ghost {
    border-color: var(--j9oh);
    background: var(--uz5t);
    color: var(--ns9u);
}

.ga-cta-ghost:hover {
    background: var(--dz1a);
    border-color: var(--ns9u);
}

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

/* header */

.ga-head {
    border-bottom: 1px solid var(--j9oh);
    background: var(--uz5t);
    position: relative;
    z-index: 2;
}

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

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

.ga-head-badge {
    display: inline-flex;
    color: var(--ns9u);
    align-items: center;
}

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

.ga-head-name {
    font-family: var(--qv3b);
    font-size: 20px;
    font-weight: var(--x5v1);
    letter-spacing: var(--erl6);
    color: var(--vm29);
}

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

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

.ga-head-anchor {
    transition: color .15s ease, background-color .15s ease;
    border-radius: var(--h685);
    color: var(--iypc);
    font-size: 15px;
    padding: 8px 12px;
}

.ga-head-anchor:hover {
    color: var(--ns9u);
    background: var(--dz1a);
}

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

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

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

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

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

.ga-head-strip {
    color: var(--dwsw);
    background: var(--ns9u);
    text-align: center;
}

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

/* hero */

.ga-masthead {
    padding: 76px 0 64px;
}

.ga-masthead-body {
    display: block;
}

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

.ga-masthead-title {
    font-size: 44px;
}

.ga-masthead-sub {
    margin-top: 18px;
    color: var(--iypc);
    font-size: 19px;
}

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

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

.ga-masthead-small-sign {
    display: inline-flex;
    color: var(--ns9u);
}

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

.ga-masthead-bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--j9oh);
    border-radius: 999px;
    background: var(--uz5t);
    box-shadow: var(--vj90);
    font-size: 14.5px;
}

.ga-masthead-bullet-sign {
    color: var(--ns9u);
    display: inline-flex;
}

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

.ga-masthead-center {
    text-align: center;
}

.ga-masthead-center .ga-masthead-actions {
    justify-content: center;
}

.ga-masthead-center .ga-masthead-bullets {
    justify-content: center;
}

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

.ga-masthead-split {
    background: linear-gradient(180deg, var(--dz1a) 0%, var(--nid6) 72%);
}

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

.ga-masthead-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--j9oh);
    border-radius: var(--zj8k);
    background: var(--uz5t);
    box-shadow: var(--o87c);
}

.ga-masthead-art-badge {
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    color: var(--ns9u);
    justify-content: center;
    height: 66px;
    width: 66px;
    background: var(--dz1a);
}

.ga-masthead-art-title {
    display: block;
    margin-top: 18px;
    font-family: var(--qv3b);
    font-size: 21px;
    font-weight: var(--x5v1);
    letter-spacing: var(--erl6);
}

.ga-masthead-art-list {
    margin-top: 18px;
    gap: 12px;
    display: grid;
}

.ga-masthead-art-unit {
    padding-top: 12px;
    gap: 10px;
    font-size: 15px;
    align-items: flex-start;
    display: flex;
    border-top: 1px solid var(--j9oh);
    color: var(--iypc);
}

.ga-masthead-art-unit:first-child {
    border-top: 0;
    padding-top: 0;
}

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

.ga-masthead-cards {
    text-align: left;
}

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

.ga-masthead-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--j9oh);
    border-radius: var(--f6yi);
    background: var(--uz5t);
    box-shadow: var(--vj90);
}

.ga-masthead-panel-sign {
    border-radius: var(--a866);
    color: var(--vm29);
    align-items: center;
    height: 44px;
    justify-content: center;
    background: var(--xk1e);
    width: 44px;
    display: inline-flex;
}

.ga-masthead-panel-copy {
    font-size: 15px;
    color: var(--iypc);
}

.ga-masthead-cards .ga-masthead-eyebrow {
    margin: 34px 0 0;
    color: var(--iypc);
    background: none;
    padding: 0;
}

/* quiz */

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

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

.ga-check-title {
    font-size: 30px;
}

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

.ga-check-crate {
    position: relative;
    padding: 30px;
    border: 1px solid var(--j9oh);
    border-radius: var(--zj8k);
    background: var(--uz5t);
    box-shadow: var(--o87c);
}

.ga-check-crate-flat {
    padding: 34px 30px 30px;
    border-radius: var(--f6yi);
    box-shadow: var(--pgs7);
}

.ga-check-crate-flat .ga-check-upper {
    margin-bottom: 22px;
}

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

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

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

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

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

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

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

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

.ga-check-move {
    display: block;
}

.ga-check-move-on {
    animation: j883qj .32s ease both;
}

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

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

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

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

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

.ga-check-opt:hover {
    background: var(--dz1a);
    transform: translateY(-1px);
    border-color: var(--ns9u);
}

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

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

.ga-check-opt-on {
    border-color: var(--ns9u);
    background: var(--dz1a);
    box-shadow: var(--pgs7);
}

.ga-check-opt-on .ga-check-opt-badge {
    background: var(--ns9u);
    color: var(--dwsw);
    border-color: var(--ns9u);
}

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

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

.ga-check-opt-line {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--a866);
}

.ga-check-opt-line .ga-check-opt-badge {
    height: 26px;
    width: 26px;
    border-radius: var(--h685);
}

.ga-check-opt-line .ga-check-opt-label {
    font-size: 15.5px;
}

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

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

.ga-check-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--j9oh);
    border-top-color: var(--ns9u);
    border-radius: 50%;
    animation: jlcz6y 1s linear infinite;
}

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

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

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

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

.ga-check-rule-on {
    color: var(--vm29);
    opacity: 1;
}

.ga-check-rule-on .ga-check-rule-dot {
    background: var(--ns9u);
}

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

.ga-check-result {
    display: block;
    animation: j883qj .4s ease both;
}

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

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

.ga-check-result-upper .ga-check-result-sign {
    width: 48px;
    margin-bottom: 0;
    height: 48px;
}

.ga-check-result-title {
    font-size: 26px;
}

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

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

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

.ga-check-tip-sign {
    color: var(--ns9u);
    display: inline-flex;
    margin-top: 4px;
}

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

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

.ga-check-tips-digit .ga-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(--xk1e);
    color: var(--vm29);
    font-family: var(--qv3b);
    font-size: 13px;
    font-weight: 700;
}

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

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

.ga-check-footer {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: var(--iypc);
}

/* highlights */

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

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

.ga-perk {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--j9oh);
    border-radius: var(--f6yi);
    background: var(--uz5t);
    box-shadow: var(--vj90);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

.ga-perk-sign {
    height: 50px;
    background: var(--dz1a);
    margin-bottom: 16px;
    border-radius: var(--a866);
    color: var(--ns9u);
    justify-content: center;
    display: inline-flex;
    align-items: center;
    width: 50px;
}

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

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

.ga-perk-copy {
    margin-top: 10px;
    color: var(--iypc);
    font-size: 15.5px;
}

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

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

.ga-perk-line:hover {
    transform: none;
}

.ga-perk-digit {
    flex: none;
    color: var(--ns9u);
    font-family: var(--qv3b);
    font-size: 26px;
    font-weight: var(--x5v1);
    letter-spacing: var(--erl6);
    opacity: .55;
}

.ga-perk-body {
    flex: 1 1 auto;
}

/* steps */

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

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

.ga-move {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--j9oh);
    border-radius: var(--f6yi);
    background: var(--uz5t);
    box-shadow: var(--vj90);
}

.ga-move-digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--ns9u);
    color: var(--dwsw);
    font-family: var(--qv3b);
    font-size: 18px;
    font-weight: 700;
}

.ga-move-copy {
    color: var(--iypc);
    font-size: 15.5px;
}

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

.ga-steps-rule {
    gap: 0;
    display: grid;
}

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

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

.ga-move-rule:last-child {
    padding-bottom: 0;
}

.ga-move-rule:last-child::before {
    display: none;
}

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

/* about-teaser */

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

.ga-teaser-panel {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--j9oh);
    border-left: 4px solid var(--ns9u);
    border-radius: var(--f6yi);
    background: var(--uz5t);
    box-shadow: var(--pgs7);
}

.ga-teaser-sign {
    justify-content: center;
    border-radius: 50%;
    background: var(--xk1e);
    display: inline-flex;
    height: 52px;
    align-items: center;
    width: 52px;
    margin-bottom: 16px;
    color: var(--vm29);
}

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

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

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

.ga-teaser-anchor:hover {
    border-bottom-color: var(--ns9u);
}

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

.ga-teaser-anchor-cta:hover {
    background: var(--ns9u);
    border-bottom-color: var(--ns9u);
    color: var(--dwsw);
}

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

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

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

/* faq */

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

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

.ga-faq-list {
    gap: 12px;
    display: grid;
}

.ga-faq-unit {
    border: 1px solid var(--j9oh);
    border-radius: var(--f6yi);
    background: var(--uz5t);
    box-shadow: var(--vj90);
    overflow: hidden;
}

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

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

.ga-faq-q:hover {
    color: var(--ns9u);
}

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

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

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

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

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

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

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

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

/* disclaimer */

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

.ga-disc-body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--j9oh);
    border-radius: var(--f6yi);
    background: var(--uz5t);
}

.ga-disc-sign {
    flex: none;
    display: inline-flex;
    color: var(--iypc);
}

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

.ga-disc-strip {
    border-top: 1px solid var(--j9oh);
    padding: 20px 0;
    background: var(--uz5t);
}

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

.ga-disc-strip .ga-disc-sign {
    margin-top: 2px;
}

/* page-head */

.ga-phead {
    padding: 54px 0 44px;
    border-bottom: 1px solid var(--j9oh);
    background: var(--dz1a);
}

.ga-phead-body {
    display: block;
}

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

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

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

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

.ga-phead-plain {
    background: var(--uz5t);
}

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

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

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

/* footer */

.ga-footer {
    margin-top: 20px;
    padding: 46px 0 26px;
    border-top: 1px solid var(--j9oh);
    background: var(--uz5t);
}

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

.ga-footer-brand {
    max-width: 360px;
}

.ga-footer-name {
    display: block;
    margin-top: 10px;
    font-family: var(--qv3b);
    font-size: 19px;
    font-weight: var(--x5v1);
    letter-spacing: var(--erl6);
}

.ga-footer-small {
    margin-top: 8px;
    color: var(--iypc);
    font-size: 14.5px;
}

.ga-footer-bar {
    gap: 6px 18px;
    display: flex;
    flex-wrap: wrap;
}

.ga-footer-anchor {
    font-size: 14.5px;
    color: var(--iypc);
}

.ga-footer-anchor:hover {
    color: var(--ns9u);
    text-decoration: underline;
}

.ga-footer-bar-stack {
    flex-direction: column;
    gap: 8px;
}

.ga-footer-wide {
    padding-top: 52px;
}

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

.ga-footer-inner {
    display: block;
}

.ga-footer-inner-brand {
    max-width: 420px;
}

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

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

.ga-footer-legal {
    font-size: 13.5px;
    color: var(--iypc);
}

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

.ga-doc {
    display: block;
}

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

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

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

.ga-contact-panel {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--j9oh);
    border-radius: var(--f6yi);
    background: var(--uz5t);
    box-shadow: var(--pgs7);
}

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

.ga-contact-line:last-child {
    border-bottom: 0;
}

.ga-contact-sign {
    display: inline-flex;
    color: var(--ns9u);
    margin-top: 3px;
    flex: none;
}

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

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

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

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

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

.ga-rev {
    padding-top: 14px;
    color: var(--iypc);
    border-top: 1px solid var(--j9oh);
    font-size: 13.5px;
    margin-top: 30px;
}

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

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

.ga-consent {
    border: 1px solid var(--j9oh);
    box-shadow: var(--o87c);
    position: fixed;
    background: var(--uz5t);
    z-index: 40;
}

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

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

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

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

.ga-consent-sign {
    display: inline-flex;
    color: var(--ns9u);
}

.ga-consent-copy {
    color: var(--iypc);
    font-size: 14.5px;
    max-width: 62ch;
}

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

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

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

.ga-consent-more:hover {
    color: var(--yba6);
}

/* джерела */

.ga-source {
    border-top: 1px solid var(--j9oh);
}

.ga-source-line {
    gap: 10px 28px;
    display: flex;
    flex-wrap: wrap;
}

.ga-source-anchor {
    color: var(--ns9u);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ga-source-anchor:hover {
    color: var(--yba6);
}

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

.ga-source-panel {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--uz5t);
    border: 1px solid var(--j9oh);
    border-radius: var(--a866);
}

.ga-source-panel-sign {
    display: inline-flex;
    color: var(--ns9u);
}

.ga-source-panel-title {
    font-family: var(--qv3b);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.ga-source-panel-title:hover {
    text-decoration: underline;
    color: var(--ns9u);
}

.ga-source-panel-host {
    color: var(--iypc);
    font-size: 13.5px;
}

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

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

.ga-nf-body {
    text-align: center;
}

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

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

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

/* адаптив */

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

@media (max-width: 720px) {
    .ga-page {
    font-size: 16px;
}
    .ga-block {
    padding: 48px 0;
}
    .ga-masthead {
    padding: 46px 0 40px;
}
    .ga-masthead-title {
    font-size: 32px;
}
    .ga-masthead-sub {
    font-size: 17px;
}
    .ga-masthead-actions {
    gap: 12px;
}
    .ga-cta-lg {
    padding: 15px 24px;
    font-size: 17px;
    width: 100%;
}
    .ga-head-body {
    gap: 12px;
    align-items: flex-start;
    min-height: 0;
    flex-direction: column;
}
    .ga-head-chip {
    display: none;
}
    .ga-head-bar {
    width: 100%;
}
    .ga-head-cta {
    margin-left: 0;
}
    .ga-head-stack .ga-head-body {
    align-items: center;
}
    .ga-block-title {
    font-size: 25px;
}
    .ga-check-title {
    font-size: 25px;
}
    .ga-check-q {
    font-size: 20px;
}
    .ga-check-crate {
    border-radius: var(--f6yi);
    padding: 22px 18px;
}
    .ga-check-crate-flat {
    padding: 24px 18px;
}
    .ga-check-opt {
    padding: 14px 16px;
    gap: 12px;
}
    .ga-check-opt-label {
    font-size: 15.5px;
}
    .ga-check-dots {
    display: none;
}
    .ga-check-result-title {
    font-size: 22px;
}
    .ga-check-result-upper {
    align-items: flex-start;
    gap: 12px;
}
    .ga-phead {
    padding: 38px 0 32px;
}
    .ga-phead-title {
    font-size: 28px;
}
    .ga-perk-line {
    gap: 14px;
    padding: 20px;
}
    .ga-footer-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .ga-footer-body {
    flex-direction: column;
    gap: 22px;
}
    .ga-contact-panel {
    padding: 20px;
}
    .ga-nf {
    padding: 60px 0 68px;
}
    .ga-nf-title {
    font-size: 26px;
}
    .ga-consent-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
    .ga-consent-panel {
    width: auto;
    max-width: none;
    bottom: 12px;
    right: 12px;
    left: 12px;
}
    .ga-consent-accept {
    width: 100%;
}
    .ga-source-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .ga-check-move-on,
    .ga-check-result {
    animation: none;
}
    .ga-check-spin {
    animation-duration: 3s;
}
    .ga-cta:hover,
    .ga-check-opt:hover,
    .ga-perk:hover {
    transform: none;
}
}

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

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

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

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

.ga-block-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/e521db/img/IMG_5510.jpg?v=2367c);
    background-size: cover;
    background-position: center;
}

/* знімок */

.ga-shot {
    margin: 0;
}

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

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

.ga-shot-panel {
    border-radius: 18px;
    overflow: hidden;
}

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

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

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

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

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

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

.ga-log-line {
    padding: 14px 0;
    border-top: 1px solid var(--j9oh);
}

.ga-log-rows .ga-log-line:first-child {
    border-top: 0;
}

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

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

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

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

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