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

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

@font-face {
    font-family: "wpff0fb2b";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/a35e9f/fonts/lora-700.woff2) format("woff2");
}
:root {
    --c7os: #3F5C78;
    --hdph: #2C4256;
    --b03a: #D98B3F;
    --btm9: #F6F8FA;
    --vuyn: #FFFFFF;
    --uf5o: #1D2A36;
    --jras: #65788A;
    --xd2s: #DDE5EC;
    --ww5q: #FFFFFF;
    --r6e3: #111111;
    --xv1z: #E8EBEF;
    --k0q9: #FAF1E8;
    --d3ce: "wpf58b388", Verdana, "DejaVu Sans", sans-serif;
    --kh61: "wpff0fb2b", "Book Antiqua", Palatino, Georgia, serif;
    --w4je: 700;
    --mjej: -0.02em;
    --fo4g: 4px;
    --hduc: 10px;
    --iram: 16px;
    --yjx9: 22px;
    --jbi7: #FFFFFF;
    --ejaa: rgba(255, 255, 255, .74);
    --g416: rgba(255, 255, 255, .16);
    --m999: 0 1px 2px rgba(16, 24, 32, .05);
    --zwy5: 0 10px 30px rgba(16, 24, 32, .09);
    --poaf: 0 26px 60px rgba(16, 24, 32, .16);
    --kda3: 26px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    font-family: var(--d3ce);
    font-weight: var(--w4je);
    letter-spacing: var(--mjej);
    line-height: 1.2;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

i {
    font-style: normal;
}

[hidden] {
    display: none !important;
}

.qt-page {
    margin: 0;
    background: var(--btm9);
    color: var(--uf5o);
    font-family: var(--kh61);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.qt-main {
    display: block;
}

/* сітка */

.qt-case {
    width: 100%;
    padding: 0 24px;
    max-width: 1160px;
    margin: 0 auto;
}

.qt-case-narrow {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.qt-zone {
    padding: 74px 0;
}

.qt-zone-soft {
    background: var(--vuyn);
    border-top: 1px solid var(--xd2s);
    border-bottom: 1px solid var(--xd2s);
}

.qt-zone-tight {
    padding: 34px 0 54px;
}

.qt-zone-upper {
    max-width: 620px;
    margin-bottom: 40px;
}

.qt-zone-upper-wide {
    max-width: 760px;
}

.qt-zone-upper-side {
    margin-bottom: 0;
}

.qt-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--c7os);
    font-family: var(--d3ce);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.qt-eyebrow::before {
    width: 26px;
    flex: none;
    display: block;
    content: "";
    background: var(--c7os);
    height: 2px;
}

.qt-zone-title {
    font-size: 32px;
}

.qt-zone-lead {
    margin-top: 16px;
    font-size: 17px;
    color: var(--jras);
}

/* кнопки */

.qt-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: var(--hduc);
    font-family: var(--d3ce);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.qt-act-solid {
    background: var(--c7os);
    color: var(--ww5q);
}

.qt-act-solid:hover {
    background: var(--hdph);
}

.qt-act-lg {
    padding: 15px 32px;
    font-size: 17px;
}

/* поява секцій; клас ready ставить скрипт, тому без JS усе лишається видимим */

.qt-ready .qt-reveal {
    transform: translateY(16px);
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
}

.qt-ready .qt-reveal-on {
    opacity: 1;
    transform: none;
}

/* шапка */

.qt-top {
    border-bottom: 1px solid var(--xd2s);
    background: var(--vuyn);
}

.qt-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 74px;
    padding-top: 14px;
    padding-bottom: 14px;
}

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

.qt-top-badge {
    display: inline-flex;
    align-items: center;
    color: var(--c7os);
}

.qt-top-name {
    font-family: var(--d3ce);
    font-size: 19px;
    font-weight: var(--w4je);
    letter-spacing: var(--mjej);
}

.qt-top-nav {
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    display: flex;
}

.qt-top-anchor {
    color: var(--jras);
    font-size: 15px;
    transition: color .15s ease, background-color .15s ease;
    border-radius: var(--fo4g);
    padding: 9px 12px;
}

.qt-top-anchor:hover {
    color: var(--uf5o);
    background: var(--btm9);
}

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

/* шапка, варіант із рядком-нотаткою і нижнім рядом посилань */

.qt-top-strip {
    background: var(--uf5o);
    color: var(--jbi7);
}

.qt-top-strip-copy {
    letter-spacing: .01em;
    opacity: .88;
    font-size: 13px;
    padding: 8px 0;
    display: inline-block;
}

.qt-top-stack .qt-top-inner {
    padding-bottom: 10px;
    min-height: 0;
    align-items: flex-end;
}

.qt-top-stack .qt-top-name {
    font-size: 23px;
}

.qt-top-nav-strip {
    border-top: 1px solid var(--xd2s);
}

.qt-top-nav-strip .qt-top-nav {
    padding: 4px 0;
    gap: 2px;
}

.qt-top-nav-strip .qt-top-anchor {
    margin-right: 14px;
    padding: 10px 14px 10px 0;
    border-radius: 0;
}

/* екран знайомства */

.qt-lead {
    overflow: hidden;
    padding: 78px 0 76px;
    background: linear-gradient(155deg, var(--uf5o) 0%, var(--hdph) 68%, var(--c7os) 168%);
    position: relative;
    color: var(--jbi7);
}

.qt-lead::after {
    right: -12%;
    top: -30%;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    pointer-events: none;
    width: 52%;
    height: 140%;
    position: absolute;
}

.qt-lead-layout {
    position: relative;
    gap: 56px;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
}

.qt-lead-copy {
    z-index: 1;
    position: relative;
}

.qt-lead-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    border: 1px solid var(--g416);
    border-radius: 999px;
    color: var(--ejaa);
    font-family: var(--d3ce);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.qt-lead-title {
    line-height: 1.05;
    font-size: 52px;
}

.qt-lead-title-xl {
    font-size: 64px;
}

.qt-lead-promise {
    color: var(--ejaa);
    line-height: 1.55;
    margin-top: 20px;
    max-width: 620px;
    font-size: 19px;
}

.qt-lead-actions {
    margin-top: 30px;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}

.qt-lead .qt-act-solid {
    background: var(--vuyn);
    color: var(--uf5o);
}

.qt-lead .qt-act-solid:hover {
    background: var(--b03a);
    color: var(--r6e3);
}

.qt-lead-small {
    display: block;
    color: var(--ejaa);
    font-size: 14.5px;
}

.qt-lead-center .qt-lead-small {
    margin-top: 14px;
}

.qt-lead-list {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.qt-lead-list-entry {
    line-height: 1.45;
    gap: 11px;
    display: flex;
    font-size: 15.5px;
    align-items: flex-start;
    color: var(--ejaa);
}

.qt-lead-list-sign {
    color: var(--b03a);
    margin-top: 3px;
    display: inline-flex;
}

.qt-lead-list-strip {
    gap: 10px 26px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.qt-lead-list-tight {
    gap: 12px;
    margin-top: 0;
}

.qt-lead-visual {
    z-index: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.qt-lead-visual-under {
    margin-top: 52px;
}

.qt-lead-center {
    text-align: center;
}

.qt-lead-center .qt-lead-copy {
    margin: 0 auto;
    max-width: 760px;
}

.qt-lead-center .qt-lead-promise {
    margin-left: auto;
    margin-right: auto;
}

.qt-lead-center .qt-lead-actions {
    justify-content: center;
}

.qt-lead-center .qt-lead-list-entry {
    text-align: left;
}

.qt-lead-plain {
    padding-bottom: 0;
}

.qt-lead-panel {
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    margin-top: 48px;
    gap: 40px;
    position: relative;
    border-top: 1px solid var(--g416);
    padding: 34px 0 46px;
}

.qt-lead-panel-column {
    display: block;
}

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

.qt-avail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
    padding: 16px 18px;
    border: 1px solid var(--xd2s);
    border-left: 3px solid var(--c7os);
    border-radius: var(--hduc);
    background: var(--xv1z);
}

.qt-avail-sign {
    display: inline-flex;
    color: var(--c7os);
    margin-top: 2px;
    flex: none;
}

.qt-avail-copy {
    line-height: 1.5;
    font-size: 15.5px;
}

.qt-avail-wide {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.qt-lead .qt-avail {
    border-color: var(--g416);
    border-left-color: var(--b03a);
    background: rgba(255, 255, 255, .08);
}

.qt-lead .qt-avail-sign {
    color: var(--b03a);
}

.qt-lead .qt-avail-copy {
    color: var(--jbi7);
}

/* рамка телефона */

.qt-phone {
    max-width: 268px;
    margin: 0 auto;
    width: 100%;
}

.qt-phone-frame {
    position: relative;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 38px;
    background: linear-gradient(158deg, #3B424B 0%, #171B20 46%, #272D34 100%);
    box-shadow: var(--poaf);
}

.qt-phone-island {
    position: absolute;
    height: 19px;
    left: 50%;
    background: #14181D;
    top: 20px;
    margin-left: -37px;
    z-index: 2;
    border-radius: 999px;
    width: 74px;
}

.qt-phone-screen {
    flex-direction: column;
    display: flex;
    min-height: 402px;
    border-radius: 29px;
    background: var(--vuyn);
    overflow: hidden;
}

.qt-phone-bar {
    display: flex;
    color: var(--uf5o);
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px 0;
}

.qt-phone-clock {
    font-family: var(--d3ce);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.qt-phone-icons {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
}

.qt-phone-sig {
    background: var(--uf5o);
    display: block;
    width: 3px;
    border-radius: 1px;
}

.qt-phone-icons .qt-phone-sig:nth-child(1) {
    height: 4px;
}

.qt-phone-icons .qt-phone-sig:nth-child(2) {
    height: 7px;
}

.qt-phone-icons .qt-phone-sig:nth-child(3) {
    height: 10px;
}

.qt-phone-batt {
    position: relative;
    display: block;
    width: 17px;
    height: 9px;
    margin-left: 5px;
    border: 1.4px solid var(--uf5o);
    border-radius: 2px;
    background: linear-gradient(to right, var(--uf5o) 62%, transparent 62%);
}

.qt-phone-batt::after {
    height: 3px;
    right: -3px;
    background: var(--uf5o);
    position: absolute;
    top: 2px;
    border-radius: 0 1px 1px 0;
    content: "";
    width: 2px;
}

.qt-phone-app {
    gap: 14px;
    padding: 22px 18px 20px;
    display: flex;
    flex-direction: column;
}

.qt-phone-app-upper {
    gap: 3px;
    display: flex;
    flex-direction: column;
}

.qt-phone-app-name {
    color: var(--c7os);
    font-family: var(--d3ce);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qt-phone-app-title {
    font-family: var(--d3ce);
    font-size: 20px;
    font-weight: var(--w4je);
    letter-spacing: var(--mjej);
    line-height: 1.15;
}

/* макет: чеклист */

.qt-screen-list {
    display: grid;
    gap: 9px;
}

.qt-screen-strip {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid var(--xd2s);
    border-radius: var(--hduc);
    background: var(--btm9);
}

.qt-screen-strip-on {
    background: var(--xv1z);
    border-color: var(--c7os);
}

.qt-screen-bin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--xd2s);
    border-radius: var(--fo4g);
    background: var(--vuyn);
    color: var(--ww5q);
}

.qt-screen-strip-on .qt-screen-bin {
    border-color: var(--c7os);
    background: var(--c7os);
}

.qt-screen-label {
    font-size: 13px;
    line-height: 1.35;
}

.qt-screen-strip-on .qt-screen-label {
    color: var(--hdph);
}

.qt-screen-bar {
    overflow: hidden;
    background: var(--xd2s);
    height: 6px;
    display: block;
    border-radius: 999px;
}

.qt-screen-bar-fill {
    display: block;
    background: var(--c7os);
    border-radius: 999px;
    height: 100%;
}

/* макет: числа */

.qt-screen-stats {
    display: grid;
    gap: 10px;
}

.qt-screen-stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--xd2s);
    border-radius: var(--hduc);
    background: var(--btm9);
}

.qt-screen-stat-lead {
    border-color: var(--c7os);
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    background: var(--xv1z);
}

.qt-screen-stat-digit {
    color: var(--c7os);
    font-family: var(--d3ce);
    font-size: 22px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.qt-screen-stat-lead .qt-screen-stat-digit {
    font-size: 38px;
}

.qt-screen-stat-label {
    line-height: 1.3;
    color: var(--jras);
    font-size: 12px;
}

.qt-screen-dots {
    justify-content: space-between;
    gap: 5px;
    display: flex;
    align-items: center;
}

.qt-screen-dot {
    display: block;
    flex: 1 1 auto;
    height: 6px;
    background: var(--xd2s);
    border-radius: 999px;
}

.qt-screen-dot-on {
    background: var(--c7os);
}

/* макет: стрічка записів */

.qt-screen-feed {
    display: grid;
    gap: 2px;
}

.qt-screen-entry {
    position: relative;
    align-items: flex-start;
    display: flex;
    padding: 0 0 16px 0;
    gap: 12px;
}

.qt-screen-entry::before {
    background: var(--xd2s);
    width: 1px;
    position: absolute;
    left: 41px;
    top: 6px;
    bottom: 0;
    content: "";
}

.qt-screen-entry::after {
    border-radius: 50%;
    top: 4px;
    position: absolute;
    left: 38px;
    background: var(--c7os);
    height: 7px;
    width: 7px;
    content: "";
}

.qt-screen-entry:last-child {
    padding-bottom: 0;
}

.qt-screen-entry:last-child::before {
    display: none;
}

.qt-screen-time {
    flex: none;
    width: 34px;
    color: var(--jras);
    font-family: var(--d3ce);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.3;
}

.qt-screen-entry-copy {
    line-height: 1.35;
    font-size: 13px;
    padding-left: 14px;
}

/* макет: нагадування */

.qt-screen-panel {
    align-items: center;
    border-radius: var(--hduc);
    background: var(--c7os);
    gap: 10px;
    padding: 14px 16px;
    color: var(--ww5q);
    display: flex;
}

.qt-screen-panel-sign {
    display: inline-flex;
    opacity: .8;
}

.qt-screen-panel-time {
    font-family: var(--d3ce);
    font-size: 24px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.qt-screen-switches {
    display: grid;
    gap: 4px;
}

.qt-screen-switch-strip {
    display: flex;
    border-bottom: 1px solid var(--xd2s);
    gap: 12px;
    padding: 11px 0;
    align-items: center;
    justify-content: space-between;
}

.qt-screen-switch-strip:last-child {
    border-bottom: 0;
}

.qt-screen-switch-label {
    line-height: 1.3;
    font-size: 13px;
}

.qt-screen-switch {
    position: relative;
    display: block;
    border-radius: 999px;
    width: 34px;
    background: var(--xd2s);
    flex: none;
    height: 20px;
}

.qt-screen-knob {
    box-shadow: var(--m999);
    top: 3px;
    left: 3px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: var(--vuyn);
    width: 14px;
    height: 14px;
}

.qt-screen-switch-on {
    background: var(--c7os);
}

.qt-screen-switch-on .qt-screen-knob {
    right: 3px;
    left: auto;
}

/* макет: діаграма */

.qt-screen-chart {
    align-items: flex-end;
    gap: 10px;
    display: flex;
}

.qt-screen-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0;
}

.qt-screen-column-track {
    background: var(--btm9);
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    display: flex;
    height: 128px;
    border-radius: var(--fo4g);
}

.qt-screen-column-bar {
    background: linear-gradient(180deg, var(--c7os), var(--hdph));
    border-radius: var(--fo4g);
    display: block;
    min-height: 8px;
    width: 100%;
}

.qt-screen-column-cap {
    max-width: 100%;
    color: var(--jras);
    font-size: 10.5px;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* секція макетів: ряд телефонів */

.qt-shots {
    scroll-margin-top: 16px;
}

.qt-shots-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(228px, 1fr);
    gap: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.qt-shots-entry {
    scroll-snap-align: start;
    display: block;
    margin: 0;
}

.qt-shots-cap {
    margin-top: 24px;
}

.qt-shots-index {
    display: block;
    margin-bottom: 8px;
    color: var(--c7os);
    font-family: var(--d3ce);
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .12em;
}

.qt-shots-title {
    font-size: 19px;
}

.qt-shots-copy {
    margin-top: 8px;
    color: var(--jras);
    font-size: 15px;
}

/* секція макетів: один телефон і вкладки */

.qt-single-layout {
    align-items: start;
    gap: 46px;
    display: grid;
    grid-template-columns: 300px 1fr;
}

.qt-single-tabs {
    gap: 8px;
    display: grid;
}

.qt-single-tab {
    display: flex;
    align-items: baseline;
    gap: 12px;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid var(--xd2s);
    border-radius: var(--hduc);
    background: var(--btm9);
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.qt-single-tab:hover {
    border-color: var(--c7os);
}

.qt-single-tab-digit {
    flex: none;
    color: var(--jras);
    font-family: var(--d3ce);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
}

.qt-single-tab-label {
    font-family: var(--d3ce);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.qt-single-tab-on {
    background: var(--c7os);
    border-color: var(--c7os);
    color: var(--ww5q);
}

.qt-single-tab-on .qt-single-tab-digit {
    color: var(--ww5q);
    opacity: .75;
}

.qt-single-stage {
    display: block;
}

.qt-single-pane {
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 268px 1fr;
}

.qt-single-pane + .qt-single-pane {
    margin-top: 44px;
}

.qt-single-cap {
    display: block;
}

.qt-single-cap .qt-shots-title {
    font-size: 24px;
}

.qt-single-cap .qt-shots-copy {
    margin-top: 12px;
    font-size: 16px;
}

/* можливості: картки */

.qt-point-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1px;
    background: var(--xd2s);
    border: 1px solid var(--xd2s);
    border-radius: var(--iram);
    overflow: hidden;
}

.qt-point {
    background: var(--vuyn);
    transition: background-color .2s ease;
    display: block;
    padding: var(--kda3);
}

.qt-point:hover {
    background: var(--xv1z);
}

.qt-point-sign {
    color: var(--uf5o);
    background: var(--k0q9);
    justify-content: center;
    align-items: center;
    border-radius: var(--hduc);
    width: 44px;
    display: inline-flex;
    height: 44px;
    margin-bottom: 18px;
}

.qt-point-title {
    font-size: 19px;
}

.qt-point-copy {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--jras);
}

/* можливості: рядки */

.qt-point-rows {
    display: grid;
    gap: 0;
}

.qt-point-strip {
    border-top: 1px solid var(--xd2s);
    align-items: start;
    grid-template-columns: 58px minmax(180px, 1fr) 1.5fr;
    display: grid;
    gap: 24px;
    padding: 26px 0;
}

.qt-point-strip:last-child {
    border-bottom: 1px solid var(--xd2s);
}

.qt-point-strip-digit {
    color: var(--c7os);
    font-family: var(--d3ce);
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
    line-height: 1.6;
}

.qt-point-strip-title {
    font-size: 19px;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.qt-point-strip-sign {
    margin-top: 4px;
    display: inline-flex;
    color: var(--c7os);
}

.qt-point-strip-copy {
    font-size: 15.5px;
    color: var(--jras);
}

/* кроки */

.qt-flow-strip {
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
}

.qt-flow-entry {
    position: relative;
    display: block;
    padding: 28px 24px 26px;
    border: 1px solid var(--xd2s);
    border-top: 3px solid var(--c7os);
    border-radius: 0 0 var(--iram) var(--iram);
    background: var(--vuyn);
}

.qt-flow-digit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: var(--hduc);
    background: var(--uf5o);
    color: var(--vuyn);
    font-family: var(--d3ce);
    font-size: 17px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.qt-flow-digit-sm {
    width: 32px;
    font-size: 15px;
    margin-bottom: 0;
    height: 32px;
}

.qt-flow-title {
    font-size: 19px;
}

.qt-flow-copy {
    margin-top: 10px;
    color: var(--jras);
    font-size: 15.5px;
}

.qt-flow-split {
    gap: 56px;
    display: grid;
    align-items: start;
    grid-template-columns: .78fr 1.22fr;
}

.qt-flow-rule {
    gap: 0;
    display: grid;
}

.qt-flow-rule-entry {
    gap: 20px;
    display: flex;
    padding: 0 0 28px 0;
    position: relative;
    align-items: flex-start;
}

.qt-flow-rule-entry::before {
    top: 40px;
    bottom: 4px;
    width: 2px;
    position: absolute;
    content: "";
    left: 15px;
    background: var(--xd2s);
}

.qt-flow-rule-entry:last-child {
    padding-bottom: 0;
}

.qt-flow-rule-entry:last-child::before {
    display: none;
}

.qt-flow-rule-body {
    flex: 1 1 auto;
}

/* принципи */

.qt-creed-layout {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.qt-creed-entry {
    border-top: 2px solid var(--uf5o);
    display: block;
    padding-top: 22px;
}

.qt-creed-badge {
    color: var(--c7os);
    margin-bottom: 14px;
    display: inline-flex;
}

.qt-creed-title {
    font-size: 18px;
}

.qt-creed-copy {
    font-size: 15.5px;
    color: var(--jras);
    margin-top: 10px;
}

.qt-creed-stack {
    gap: 0;
    display: grid;
}

.qt-creed-block {
    padding: 24px 0 24px 28px;
    display: block;
    border-left: 2px solid var(--xd2s);
}

.qt-creed-block:hover {
    border-left-color: var(--c7os);
}

.qt-creed-index {
    display: block;
    margin-bottom: 8px;
    color: var(--c7os);
    font-family: var(--d3ce);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .16em;
}

.qt-creed-anchor {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--c7os);
    color: var(--c7os);
    font-family: var(--d3ce);
    font-size: 15px;
    font-weight: 600;
}

.qt-creed-anchor:hover {
    color: var(--hdph);
    border-bottom-color: var(--hdph);
}

/* питання */

.qt-ask-list {
    display: grid;
    gap: 0;
}

.qt-ask-entry {
    border-bottom: 1px solid var(--xd2s);
}

.qt-ask-entry:first-child {
    border-top: 1px solid var(--xd2s);
}

.qt-ask-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 4px;
    font-family: var(--d3ce);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.qt-ask-q::-webkit-details-marker {
    display: none;
}

.qt-ask-q:hover {
    color: var(--c7os);
}

.qt-ask-sign {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 28px;
    height: 28px;
    border: 1px solid var(--xd2s);
    border-radius: var(--fo4g);
    color: var(--c7os);
    transition: transform .2s ease, background-color .2s ease;
}

.qt-ask-entry[open] .qt-ask-sign {
    transform: rotate(180deg);
    background: var(--xv1z);
}

.qt-ask-a {
    color: var(--jras);
    font-size: 15.5px;
    padding: 0 4px 22px;
}

.qt-ask-cols {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    gap: 30px 40px;
}

.qt-ask-block {
    display: block;
}

.qt-ask-block-q {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--d3ce);
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.35;
}

.qt-ask-block-sign {
    margin-top: 4px;
    color: var(--c7os);
    display: inline-flex;
}

.qt-ask-block-a {
    color: var(--jras);
    margin: 10px 0 0;
    font-size: 15.5px;
}

/* застереження */

.qt-warn-bin {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid var(--xd2s);
    border-radius: var(--iram);
    background: var(--vuyn);
}

.qt-warn-sign {
    color: var(--jras);
    margin-top: 2px;
    display: inline-flex;
    flex: none;
}

.qt-warn-copy {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--jras);
}

.qt-warn-strip {
    background: var(--uf5o);
    padding: 24px 0;
}

.qt-warn-strip .qt-warn-copy {
    gap: 14px;
    align-items: flex-start;
    color: var(--ejaa);
    display: flex;
}

.qt-warn-strip .qt-warn-sign {
    color: var(--b03a);
}

/* заголовок внутрішньої сторінки */

.qt-cap {
    padding: 56px 0 46px;
    background: var(--uf5o);
    color: var(--jbi7);
}

.qt-cap-inner {
    display: block;
}

.qt-cap-back {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--ejaa);
    font-family: var(--d3ce);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.qt-cap-back:hover {
    color: var(--jbi7);
}

.qt-cap-title {
    font-size: 38px;
}

.qt-cap-sub {
    color: var(--ejaa);
    max-width: 660px;
    margin-top: 14px;
    font-size: 16.5px;
}

.qt-cap-plain {
    border-bottom: 1px solid var(--xd2s);
    color: var(--uf5o);
    background: var(--vuyn);
}

.qt-cap-plain .qt-cap-inner {
    display: grid;
    align-items: end;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.qt-cap-plain .qt-cap-sub {
    color: var(--jras);
}

.qt-cap-plain .qt-cap-back {
    color: var(--c7os);
    margin: 16px 0 0;
}

.qt-cap-column {
    display: block;
}

/* підвал */

.qt-core {
    padding: 48px 0 26px;
    background: var(--vuyn);
    border-top: 1px solid var(--xd2s);
}

.qt-core-inner {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 34px;
}

.qt-core-brand {
    max-width: 400px;
}

.qt-core-name {
    display: block;
    margin-top: 10px;
    font-family: var(--d3ce);
    font-size: 19px;
    font-weight: var(--w4je);
    letter-spacing: var(--mjej);
}

.qt-core-small {
    font-size: 14.5px;
    margin-top: 10px;
    color: var(--jras);
}

.qt-core-nav {
    gap: 8px 22px;
    display: flex;
    flex-wrap: wrap;
}

.qt-core-anchor {
    color: var(--jras);
    font-size: 14.5px;
}

.qt-core-anchor:hover {
    color: var(--c7os);
}

.qt-core-nav-stack {
    flex-direction: column;
    gap: 9px;
}

.qt-core-wide {
    padding-top: 54px;
}

.qt-core-cols {
    gap: 38px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
}

.qt-core-column {
    display: block;
}

.qt-core-column-brand {
    max-width: 440px;
}

.qt-core-column-title {
    display: block;
    margin-bottom: 16px;
    font-family: var(--d3ce);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.qt-core-bottom {
    flex-wrap: wrap;
    margin-top: 36px;
    gap: 14px;
    border-top: 1px solid var(--xd2s);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.qt-core-legal {
    color: var(--jras);
    font-size: 13.5px;
}

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

.qt-doc {
    display: block;
}

.qt-para {
    margin-bottom: 20px;
    font-size: 16.5px;
}

.qt-para:last-child {
    margin-bottom: 0;
}

.qt-panel-layout {
    gap: 32px;
    grid-template-columns: 1.05fr .95fr;
    align-items: start;
    display: grid;
}

.qt-data-l7bvt {
    display: grid;
    gap: 0;
    padding: 8px 26px;
    border: 1px solid var(--xd2s);
    border-radius: var(--iram);
    background: var(--vuyn);
}

.qt-data-dnrbx {
    border-bottom: 1px solid var(--xd2s);
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    display: flex;
}

.qt-data-dnrbx:last-child {
    border-bottom: 0;
}

.qt-data-hb7ff {
    color: var(--c7os);
    flex: none;
    display: inline-flex;
    margin-top: 3px;
}

.qt-data-uvjgv {
    font-size: 16.5px;
    display: block;
}

a.qt-data-uvjgv:hover {
    color: var(--c7os);
}

.qt-data-f1k1v {
    margin-top: 2px;
    color: var(--jras);
    font-size: 14.5px;
    display: block;
}

.qt-data-iicrl {
    display: block;
}

.qt-data-iicrl .qt-avail {
    margin-top: 0;
}

.qt-data-mm419 {
    color: var(--jras);
    margin-top: 20px;
    font-size: 14.5px;
}

/* дата ревізії юридичної сторінки */

.qt-doc-stamp {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--xd2s);
    color: var(--jras);
    font-family: var(--d3ce);
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: .06em;
}

/* джерела: заголовок збоку і список hairline-рядків */

.qt-quote-split {
    display: grid;
    align-items: start;
    gap: 46px;
    grid-template-columns: .82fr 1.18fr;
}

.qt-quote-title {
    font-size: 26px;
}

.qt-quote-list {
    display: grid;
    gap: 0;
}

.qt-quote-entry {
    border-top: 1px solid var(--xd2s);
}

.qt-quote-entry:last-child {
    border-bottom: 1px solid var(--xd2s);
}

.qt-quote-anchor {
    align-items: baseline;
    transition: color .15s ease, padding-left .15s ease;
    gap: 18px;
    display: flex;
    justify-content: space-between;
    padding: 17px 2px;
}

.qt-quote-anchor:hover {
    padding-left: 8px;
    color: var(--c7os);
}

.qt-quote-name {
    font-family: var(--d3ce);
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.35;
}

.qt-quote-host {
    font-size: 13px;
    flex: none;
    letter-spacing: .02em;
    color: var(--jras);
}

/* джерела: темна плита з рядом посилань */

.qt-quote-plate {
    padding: 46px 0 44px;
    color: var(--jbi7);
    background: var(--uf5o);
}

.qt-quote-plate-title {
    font-size: 24px;
}

.qt-quote-plate-small {
    color: var(--ejaa);
    margin-top: 12px;
    max-width: 640px;
    font-size: 15.5px;
}

.qt-quote-strip {
    gap: 12px 14px;
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
}

.qt-quote-strip-entry {
    display: block;
}

.qt-quote-strip-anchor {
    display: inline-block;
    padding: 9px 16px;
    border: 1px solid var(--g416);
    border-radius: 999px;
    color: var(--ejaa);
    font-family: var(--d3ce);
    font-size: 14.5px;
    font-weight: 600;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.qt-quote-strip-anchor:hover {
    background: var(--b03a);
    color: var(--uf5o);
    border-color: var(--b03a);
}

/* сторінка, якої немає */

.qt-gone {
    display: block;
}

.qt-gone-code {
    display: block;
    color: var(--xd2s);
    font-family: var(--d3ce);
    font-size: 78px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: var(--mjej);
    line-height: 1;
}

.qt-gone-copy {
    font-size: 17px;
    max-width: 560px;
    color: var(--jras);
    margin: 22px 0 30px;
}

/* смуга згоди; hidden знімає скрипт, тому без JS банера не видно */

.qt-nod {
    z-index: 40;
    position: fixed;
}

.qt-nod-strip {
    left: 0;
    box-shadow: var(--poaf);
    bottom: 0;
    background: var(--uf5o);
    border-top: 1px solid var(--g416);
    right: 0;
}

.qt-nod-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
}

.qt-nod-copy {
    color: var(--ejaa);
    font-size: 14.5px;
    max-width: 720px;
    align-items: flex-start;
    line-height: 1.55;
    gap: 13px;
    display: flex;
}

.qt-nod-sign {
    display: inline-flex;
    color: var(--b03a);
    flex: none;
    margin-top: 2px;
}

.qt-nod-actions {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 22px;
}

.qt-nod-more {
    color: var(--ejaa);
    font-family: var(--d3ce);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.qt-nod-more:hover {
    color: var(--jbi7);
}

.qt-nod-ok {
    color: var(--uf5o);
    padding: 11px 24px;
    background: var(--vuyn);
}

.qt-nod-ok:hover {
    background: var(--b03a);
    color: var(--r6e3);
}

/* смуга згоди, варіант карткою збоку */

.qt-nod-panel {
    left: 22px;
    bottom: 22px;
    width: calc(100% - 44px);
    max-width: 316px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--yjx9);
    background: linear-gradient(158deg, #3B424B 0%, #171B20 52%, #272D34 100%);
    box-shadow: var(--poaf);
}

.qt-nod-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--b03a);
    font-family: var(--d3ce);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.qt-nod-panel-copy {
    font-size: 14px;
    line-height: 1.55;
    color: var(--ejaa);
}

.qt-nod-ok-wide {
    font-size: 15px;
    margin-top: 20px;
    width: 100%;
    padding: 12px 18px;
}

.qt-nod-more-panel {
    text-align: center;
    display: block;
    margin-top: 14px;
}

/* адаптив */

@media (max-width: 1000px) {
    .qt-lead-layout {
    gap: 44px;
    grid-template-columns: 1fr;
}
    .qt-lead-visual {
    justify-content: flex-start;
}
    .qt-lead-panel {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .qt-single-layout {
    gap: 30px;
    grid-template-columns: 1fr;
}
    .qt-single-tabs {
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    overflow-x: auto;
    padding-bottom: 6px;
}
    .qt-single-pane {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 26px;
}
    .qt-flow-split {
    gap: 32px;
    grid-template-columns: 1fr;
}
    .qt-point-strip {
    grid-template-columns: 44px 1fr;
    gap: 10px 18px;
}
    .qt-point-strip-copy {
    grid-column: 2;
}
    .qt-core-cols {
    grid-template-columns: 1fr 1fr;
}
    .qt-core-column-brand {
    grid-column: 1 / -1;
}
    .qt-cap-plain .qt-cap-inner {
    grid-template-columns: 1fr;
    gap: 16px;
}
    .qt-panel-layout {
    grid-template-columns: 1fr;
}
    .qt-quote-split {
    grid-template-columns: 1fr;
    gap: 28px;
}
}

@media (max-width: 720px) {
    .qt-page {
    font-size: 16px;
}
    .qt-zone {
    padding: 52px 0;
}
    .qt-zone-upper {
    margin-bottom: 30px;
}
    .qt-zone-title {
    font-size: 26px;
}
    .qt-lead {
    padding: 52px 0 50px;
}
    .qt-lead-title {
    font-size: 36px;
}
    .qt-lead-title-xl {
    font-size: 40px;
}
    .qt-lead-promise {
    font-size: 17px;
}
    .qt-lead-actions {
    gap: 14px;
}
    .qt-lead-list-strip {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
    .qt-lead-center {
    text-align: left;
}
    .qt-lead-center .qt-lead-actions {
    justify-content: flex-start;
}
    .qt-act-lg {
    width: 100%;
}
    .qt-top-inner {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
}
    .qt-top-nav {
    width: 100%;
}
    .qt-top-cta {
    margin-left: 0;
}
    .qt-top-nav-strip .qt-top-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
}
    .qt-top-nav-strip .qt-top-anchor {
    white-space: nowrap;
}
    .qt-shots-rail {
    gap: 22px;
}
    .qt-single-cap .qt-shots-title {
    font-size: 20px;
}
    .qt-point-layout {
    grid-template-columns: 1fr;
}
    .qt-creed-block {
    padding-left: 20px;
}
    .qt-cap {
    padding: 40px 0 34px;
}
    .qt-cap-title {
    font-size: 28px;
}
    .qt-core-cols {
    grid-template-columns: 1fr;
    gap: 28px;
}
    .qt-core-inner {
    gap: 26px;
    flex-direction: column;
}
    .qt-data-l7bvt {
    padding: 6px 20px;
}
    .qt-quote-title {
    font-size: 22px;
}
    .qt-quote-anchor {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
    .qt-gone-code {
    font-size: 56px;
}
    .qt-nod-strip-inner {
    gap: 16px;
}
    .qt-nod-actions {
    justify-content: space-between;
    width: 100%;
    gap: 14px;
}
    .qt-nod-panel {
    width: calc(100% - 24px);
    bottom: 12px;
    left: 12px;
    max-width: none;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .qt-ready .qt-reveal {
    transform: none;
    transition: none;
    opacity: 1;
}
}

/* тло блоків

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

.qt-lead {
    background-image: linear-gradient(155deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)),
        linear-gradient(155deg, var(--uf5o) 0%, var(--hdph) 68%, var(--c7os) 168%),
        url(/a35e9f/img/IMG_7205.jpg?v=5cd41);
    background-size: cover;
    background-position: center;
}

.qt-zone-soft {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/a35e9f/img/photo32.jpg?v=5cd41);
    background-size: cover;
    background-position: center;
}

/* знімок */

.qt-shot {
    margin: 0;
}

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

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

.qt-shot-panel {
    border-radius: var(--iram);
    overflow: hidden;
    box-shadow: var(--zwy5);
}

.qt-shot-panel .qt-shot-img {
    height: clamp(220px, 32vw, 420px);
    object-fit: cover;
}

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

.qt-log-list {
    display: grid;
    gap: 10px 24px;
    grid-template-columns: minmax(104px, auto) 1fr;
    margin: 20px 0 0;
}

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

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

.qt-log-rows {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}

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

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

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

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

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

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

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