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

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

@font-face {
    font-family: "wpf122e89";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/30fcbd/fonts/lora-700.woff2) format("woff2");
}
:root {
    --t40v: #12798f;
    --afak: #0c5768;
    --fj84: #e78c46;
    --msj4: #f3fafb;
    --xeni: #ffffff;
    --y9ae: #0f2c33;
    --rx6z: #55787f;
    --zby8: #d2e8ec;
    --pt55: #ffffff;
    --r89l: #111111;
    --u86e: #e3eff2;
    --e14n: #fcf1e9;
    --takh: "wpf23fe3e", Verdana, "DejaVu Sans", sans-serif;
    --dxgn: "wpf122e89", Cambria, Georgia, "Times New Roman", serif;
    --vz0y: 700;
    --xzeb: -0.02em;
    --r590: 6px;
    --mnru: 10px;
    --erfp: 16px;
    --q71i: 24px;
    --cy03: 0 1px 2px rgba(17, 34, 39, .05);
    --mv16: 0 8px 24px rgba(17, 34, 39, .07);
    --v5u2: 0 20px 52px rgba(17, 34, 39, .12);
    --d0gr: 24px;
}

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

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

body {
    margin: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: var(--takh);
    font-weight: var(--vz0y);
    letter-spacing: var(--xzeb);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    display: block;
    flex: none;
}

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

[hidden] {
    display: none !important;
}

.ta-page {
    margin: 0;
    background: var(--msj4);
    color: var(--y9ae);
    font-family: var(--dxgn);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.ta-main {
    display: block;
}

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

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

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

.ta-section__tint {
    background: var(--u86e);
}

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

.ta-section__head-left {
    margin: 0;
    text-align: left;
}

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

.ta-section__heading {
    font-size: 30px;
}

.ta-section__intro {
    margin-top: 14px;
    color: var(--rx6z);
}

/* buttons */

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

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

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

.ta-btn__primary {
    box-shadow: var(--mv16);
    background: var(--t40v);
    color: var(--pt55);
}

.ta-btn__primary:hover {
    background: var(--afak);
}

.ta-btn__ghost {
    background: var(--xeni);
    border-color: var(--zby8);
    color: var(--t40v);
}

.ta-btn__ghost:hover {
    background: var(--u86e);
    border-color: var(--t40v);
}

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

/* header */

.ta-top {
    position: relative;
    z-index: 2;
    background: var(--xeni);
    border-bottom: 1px solid var(--zby8);
}

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

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

.ta-top__badge {
    display: inline-flex;
    color: var(--t40v);
    align-items: center;
}

.ta-top__words {
    flex-direction: column;
    display: flex;
}

.ta-top__name {
    font-family: var(--takh);
    font-size: 20px;
    font-weight: var(--vz0y);
    letter-spacing: var(--xzeb);
    color: var(--y9ae);
}

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

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

.ta-top__ref {
    font-size: 15px;
    color: var(--rx6z);
    border-radius: var(--r590);
    transition: color .15s ease, background-color .15s ease;
    padding: 8px 12px;
}

.ta-top__ref:hover {
    background: var(--u86e);
    color: var(--t40v);
}

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

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

.ta-top__stack .ta-top__inner {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

.ta-top__stack .ta-top__menu {
    width: 100%;
    border-top: 1px solid var(--zby8);
    padding: 6px 0 14px;
    justify-content: center;
}

.ta-top__stack .ta-top__name {
    font-size: 24px;
}

.ta-top__strip {
    text-align: center;
    background: var(--t40v);
    color: var(--pt55);
}

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

/* hero */

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

.ta-masthead__body {
    display: block;
}

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

.ta-masthead__heading {
    font-size: 44px;
}

.ta-masthead__sub {
    color: var(--rx6z);
    margin-top: 18px;
    font-size: 19px;
}

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

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

.ta-masthead__aside-pict {
    color: var(--t40v);
    display: inline-flex;
}

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

.ta-masthead__bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--zby8);
    border-radius: 999px;
    background: var(--xeni);
    box-shadow: var(--cy03);
    font-size: 14.5px;
}

.ta-masthead__bullet-pict {
    display: inline-flex;
    color: var(--t40v);
}

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

.ta-masthead__center {
    text-align: center;
}

.ta-masthead__center .ta-masthead__actions {
    justify-content: center;
}

.ta-masthead__center .ta-masthead__bullets {
    justify-content: center;
}

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

.ta-masthead__split {
    background: linear-gradient(180deg, var(--u86e) 0%, var(--msj4) 72%);
}

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

.ta-masthead__art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--zby8);
    border-radius: var(--q71i);
    background: var(--xeni);
    box-shadow: var(--v5u2);
}

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

.ta-masthead__art-heading {
    display: block;
    margin-top: 18px;
    font-family: var(--takh);
    font-size: 21px;
    font-weight: var(--vz0y);
    letter-spacing: var(--xzeb);
}

.ta-masthead__art-roll {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.ta-masthead__art-point {
    align-items: flex-start;
    display: flex;
    border-top: 1px solid var(--zby8);
    gap: 10px;
    font-size: 15px;
    padding-top: 12px;
    color: var(--rx6z);
}

.ta-masthead__art-point:first-child {
    border-top: 0;
    padding-top: 0;
}

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

.ta-masthead__cards {
    text-align: left;
}

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

.ta-masthead__card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--zby8);
    border-radius: var(--erfp);
    background: var(--xeni);
    box-shadow: var(--cy03);
}

.ta-masthead__card-pict {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    border-radius: var(--mnru);
    background: var(--e14n);
    justify-content: center;
    color: var(--y9ae);
}

.ta-masthead__card-text {
    color: var(--rx6z);
    font-size: 15px;
}

.ta-masthead__cards .ta-masthead__eyebrow {
    background: none;
    color: var(--rx6z);
    padding: 0;
    margin: 34px 0 0;
}

/* quiz */

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

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

.ta-check__heading {
    font-size: 30px;
}

.ta-check__aside {
    margin-top: 12px;
    color: var(--rx6z);
}

.ta-check__case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--zby8);
    border-radius: var(--q71i);
    background: var(--xeni);
    box-shadow: var(--v5u2);
}

.ta-check__case-flat {
    box-shadow: var(--mv16);
    padding: 34px 30px 30px;
    border-radius: var(--erfp);
}

.ta-check__case-flat .ta-check__head {
    margin-bottom: 22px;
}

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

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

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

.ta-check__counter {
    flex: none;
    color: var(--rx6z);
    font-family: var(--takh);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

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

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

.ta-check__dot-on {
    background: var(--t40v);
    transform: scale(1.15);
}

.ta-check__plain .ta-check__bar {
    height: 4px;
    flex: 1 1 auto;
}

.ta-check__move {
    display: block;
}

.ta-check__move-on {
    animation: v7lagf .32s ease both;
}

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

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

.ta-check__q {
    font-size: 24px;
}

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

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

.ta-check__opt:hover {
    border-color: var(--t40v);
    background: var(--u86e);
    transform: translateY(-1px);
}

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

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

.ta-check__opt-on {
    border-color: var(--t40v);
    background: var(--u86e);
    box-shadow: var(--mv16);
}

.ta-check__opt-on .ta-check__opt-badge {
    color: var(--pt55);
    background: var(--t40v);
    border-color: var(--t40v);
}

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

.ta-check__rows {
    gap: 8px;
}

.ta-check__opt-bar {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--mnru);
}

.ta-check__opt-bar .ta-check__opt-badge {
    width: 26px;
    height: 26px;
    border-radius: var(--r590);
}

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

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

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

.ta-check__spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--zby8);
    border-top-color: var(--t40v);
    border-radius: 50%;
    animation: catvnv 1s linear infinite;
}

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

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

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

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

.ta-check__row-on {
    color: var(--y9ae);
    opacity: 1;
}

.ta-check__row-on .ta-check__row-dot {
    background: var(--t40v);
}

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

.ta-check__result {
    animation: v7lagf .4s ease both;
    display: block;
}

.ta-check__result-head {
    gap: 14px;
    display: flex;
    align-items: center;
}

.ta-check__result-pict {
    margin-bottom: 16px;
    justify-content: center;
    display: inline-flex;
    flex: none;
    border-radius: 50%;
    align-items: center;
    height: 58px;
    background: var(--u86e);
    width: 58px;
    color: var(--t40v);
}

.ta-check__result-head .ta-check__result-pict {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
}

.ta-check__result-heading {
    font-size: 26px;
}

.ta-check__result-sum {
    color: var(--rx6z);
    margin-top: 14px;
}

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

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

.ta-check__tip-pict {
    color: var(--t40v);
    margin-top: 4px;
    display: inline-flex;
}

.ta-check__tips-num {
    counter-reset: wptip;
}

.ta-check__tips-num .ta-check__tip {
    padding-left: 38px;
    position: relative;
}

.ta-check__tips-num .ta-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(--e14n);
    color: var(--y9ae);
    font-family: var(--takh);
    font-size: 13px;
    font-weight: 700;
}

.ta-check__actions {
    margin-top: 26px;
}

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

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

/* highlights */

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

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

.ta-plus {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--zby8);
    border-radius: var(--erfp);
    background: var(--xeni);
    box-shadow: var(--cy03);
    transition: box-shadow .2s ease, transform .2s ease;
}

.ta-plus:hover {
    box-shadow: var(--mv16);
    transform: translateY(-2px);
}

.ta-plus__pict {
    align-items: center;
    height: 50px;
    justify-content: center;
    color: var(--t40v);
    display: inline-flex;
    width: 50px;
    background: var(--u86e);
    border-radius: var(--mnru);
    margin-bottom: 16px;
}

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

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

.ta-plus__text {
    color: var(--rx6z);
    font-size: 15.5px;
    margin-top: 10px;
}

.ta-feats__rows {
    display: grid;
    gap: 14px;
}

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

.ta-plus__bar:hover {
    transform: none;
}

.ta-plus__num {
    flex: none;
    color: var(--t40v);
    font-family: var(--takh);
    font-size: 26px;
    font-weight: var(--vz0y);
    letter-spacing: var(--xzeb);
    opacity: .55;
}

.ta-plus__body {
    flex: 1 1 auto;
}

/* steps */

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

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

.ta-move {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--zby8);
    border-radius: var(--erfp);
    background: var(--xeni);
    box-shadow: var(--cy03);
}

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

.ta-move__text {
    font-size: 15.5px;
    color: var(--rx6z);
}

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

.ta-steps__row {
    display: grid;
    gap: 0;
}

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

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

.ta-move__row:last-child {
    padding-bottom: 0;
}

.ta-move__row:last-child::before {
    display: none;
}

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

/* about-teaser */

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

.ta-teaser__card {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--zby8);
    border-left: 4px solid var(--t40v);
    border-radius: var(--erfp);
    background: var(--xeni);
    box-shadow: var(--mv16);
}

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

.ta-teaser__heading {
    font-size: 25px;
}

.ta-teaser__text {
    margin-top: 14px;
    color: var(--rx6z);
}

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

.ta-teaser__ref:hover {
    border-bottom-color: var(--t40v);
}

.ta-teaser__ref-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--t40v);
    border-radius: 999px;
    font-family: var(--takh);
    font-size: 15px;
    font-weight: 600;
}

.ta-teaser__ref-btn:hover {
    color: var(--pt55);
    border-bottom-color: var(--t40v);
    background: var(--t40v);
}

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

.ta-teaser__side {
    display: block;
}

.ta-teaser__main {
    padding-left: 34px;
    border-left: 1px solid var(--zby8);
}

/* faq */

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

.ta-faq__plain {
    padding-top: 58px;
}

.ta-faq__roll {
    display: grid;
    gap: 12px;
}

.ta-faq__point {
    border: 1px solid var(--zby8);
    border-radius: var(--erfp);
    background: var(--xeni);
    box-shadow: var(--cy03);
    overflow: hidden;
}

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

.ta-faq__q::-webkit-details-marker {
    display: none;
}

.ta-faq__q:hover {
    color: var(--t40v);
}

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

.ta-faq__point[open] .ta-faq__sign {
    transform: rotate(180deg);
}

.ta-faq__a {
    padding: 0 22px 20px;
    font-size: 15.5px;
    color: var(--rx6z);
}

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

.ta-faq__block {
    display: block;
}

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

.ta-faq__block-q .ta-faq__sign {
    height: 26px;
    background: none;
    width: 26px;
    margin-top: 1px;
}

.ta-faq__block-a {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--rx6z);
}

/* disclaimer */

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

.ta-disc__inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--zby8);
    border-radius: var(--erfp);
    background: var(--xeni);
}

.ta-disc__pict {
    display: inline-flex;
    color: var(--rx6z);
    flex: none;
}

.ta-disc__text {
    line-height: 1.6;
    color: var(--rx6z);
    font-size: 14.5px;
}

.ta-disc__strip {
    background: var(--xeni);
    border-top: 1px solid var(--zby8);
    padding: 20px 0;
}

.ta-disc__strip .ta-disc__text {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.ta-disc__strip .ta-disc__pict {
    margin-top: 2px;
}

/* page-head */

.ta-phead {
    border-bottom: 1px solid var(--zby8);
    background: var(--u86e);
    padding: 54px 0 44px;
}

.ta-phead__inner {
    display: block;
}

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

.ta-phead__back:hover {
    text-decoration: underline;
}

.ta-phead__heading {
    font-size: 36px;
}

.ta-phead__sub {
    margin-top: 12px;
    color: var(--rx6z);
}

.ta-phead__plain {
    background: var(--xeni);
}

.ta-phead__plain .ta-phead__inner {
    display: grid;
    gap: 30px;
    align-items: end;
    grid-template-columns: 1fr 1fr;
}

.ta-phead__plain .ta-phead__back {
    margin: 14px 0 0;
}

.ta-phead__col {
    display: block;
}

/* footer */

.ta-end {
    margin-top: 20px;
    background: var(--xeni);
    padding: 46px 0 26px;
    border-top: 1px solid var(--zby8);
}

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

.ta-end__brand {
    max-width: 360px;
}

.ta-end__name {
    display: block;
    margin-top: 10px;
    font-family: var(--takh);
    font-size: 19px;
    font-weight: var(--vz0y);
    letter-spacing: var(--xzeb);
}

.ta-end__aside {
    color: var(--rx6z);
    font-size: 14.5px;
    margin-top: 8px;
}

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

.ta-end__ref {
    font-size: 14.5px;
    color: var(--rx6z);
}

.ta-end__ref:hover {
    text-decoration: underline;
    color: var(--t40v);
}

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

.ta-end__wide {
    padding-top: 52px;
}

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

.ta-end__col {
    display: block;
}

.ta-end__col-brand {
    max-width: 420px;
}

.ta-end__col-heading {
    display: block;
    margin-bottom: 14px;
    font-family: var(--takh);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--y9ae);
}

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

.ta-end__legal {
    font-size: 13.5px;
    color: var(--rx6z);
}

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

.ta-doc {
    display: block;
}

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

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

.ta-contact__cols {
    gap: 26px;
    display: grid;
}

.ta-contact__card {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--zby8);
    border-radius: var(--erfp);
    background: var(--xeni);
    box-shadow: var(--mv16);
}

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

.ta-contact__bar:last-child {
    border-bottom: 0;
}

.ta-contact__pict {
    color: var(--t40v);
    flex: none;
    margin-top: 3px;
    display: inline-flex;
}

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

.ta-contact__label {
    color: var(--rx6z);
    margin-top: 2px;
    display: block;
    font-size: 14.5px;
}

a.ta-contact__value:hover {
    text-decoration: underline;
    color: var(--t40v);
}

.ta-contact__intro {
    color: var(--rx6z);
    font-size: 14.5px;
}

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

.ta-rev {
    font-size: 13.5px;
    border-top: 1px solid var(--zby8);
    color: var(--rx6z);
    padding-top: 14px;
    margin-top: 30px;
}

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

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

.ta-notice {
    z-index: 40;
    background: var(--xeni);
    box-shadow: var(--v5u2);
    border: 1px solid var(--zby8);
    position: fixed;
}

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

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

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

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

.ta-notice__pict {
    display: inline-flex;
    color: var(--t40v);
}

.ta-notice__text {
    max-width: 62ch;
    font-size: 14.5px;
    color: var(--rx6z);
}

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

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

.ta-notice__more {
    color: var(--t40v);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ta-notice__more:hover {
    color: var(--afak);
}

/* джерела */

.ta-source {
    border-top: 1px solid var(--zby8);
}

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

.ta-source__ref {
    color: var(--t40v);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ta-source__ref:hover {
    color: var(--afak);
}

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

.ta-source__card {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--xeni);
    border: 1px solid var(--zby8);
    border-radius: var(--mnru);
}

.ta-source__card-pict {
    color: var(--t40v);
    display: inline-flex;
}

.ta-source__card-heading {
    font-family: var(--takh);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.ta-source__card-heading:hover {
    color: var(--t40v);
    text-decoration: underline;
}

.ta-source__card-host {
    color: var(--rx6z);
    font-size: 13.5px;
}

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

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

.ta-nf__inner {
    text-align: center;
}

.ta-nf__heading {
    font-size: 32px;
}

.ta-nf__text {
    margin-top: 14px;
    color: var(--rx6z);
}

.ta-nf__cta {
    margin-top: 28px;
}

/* адаптив */

@media (max-width: 960px) {
    .ta-masthead__columns {
    grid-template-columns: 1fr;
    gap: 36px;
}
    .ta-steps__split {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .ta-teaser__split {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .ta-teaser__main {
    padding-left: 0;
    border-left: 0;
}
    .ta-end__cols {
    grid-template-columns: 1fr 1fr;
}
    .ta-end__col-brand {
    grid-column: 1 / -1;
}
    .ta-phead__plain .ta-phead__inner {
    gap: 14px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
    .ta-page {
    font-size: 16px;
}
    .ta-section {
    padding: 48px 0;
}
    .ta-masthead {
    padding: 46px 0 40px;
}
    .ta-masthead__heading {
    font-size: 32px;
}
    .ta-masthead__sub {
    font-size: 17px;
}
    .ta-masthead__actions {
    gap: 12px;
}
    .ta-btn__lg {
    font-size: 17px;
    padding: 15px 24px;
    width: 100%;
}
    .ta-top__inner {
    gap: 12px;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
}
    .ta-top__label {
    display: none;
}
    .ta-top__menu {
    width: 100%;
}
    .ta-top__cta {
    margin-left: 0;
}
    .ta-top__stack .ta-top__inner {
    align-items: center;
}
    .ta-section__heading {
    font-size: 25px;
}
    .ta-check__heading {
    font-size: 25px;
}
    .ta-check__q {
    font-size: 20px;
}
    .ta-check__case {
    border-radius: var(--erfp);
    padding: 22px 18px;
}
    .ta-check__case-flat {
    padding: 24px 18px;
}
    .ta-check__opt {
    padding: 14px 16px;
    gap: 12px;
}
    .ta-check__opt-label {
    font-size: 15.5px;
}
    .ta-check__dots {
    display: none;
}
    .ta-check__result-heading {
    font-size: 22px;
}
    .ta-check__result-head {
    gap: 12px;
    align-items: flex-start;
}
    .ta-phead {
    padding: 38px 0 32px;
}
    .ta-phead__heading {
    font-size: 28px;
}
    .ta-plus__bar {
    padding: 20px;
    gap: 14px;
}
    .ta-end__cols {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .ta-end__inner {
    gap: 22px;
    flex-direction: column;
}
    .ta-contact__card {
    padding: 20px;
}
    .ta-nf {
    padding: 60px 0 68px;
}
    .ta-nf__heading {
    font-size: 26px;
}
    .ta-notice__inner {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
    .ta-notice__card {
    bottom: 12px;
    max-width: none;
    left: 12px;
    width: auto;
    right: 12px;
}
    .ta-notice__accept {
    width: 100%;
}
    .ta-source__cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .ta-check__move-on,
    .ta-check__result {
    animation: none;
}
    .ta-check__spin {
    animation-duration: 3s;
}
    .ta-btn:hover,
    .ta-check__opt:hover,
    .ta-plus:hover {
    transform: none;
}
}

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

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

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

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

.ta-masthead {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--msj4) 92%),
        url(/30fcbd/img/header.jpg?v=39c40);
    background-size: cover;
    background-position: center;
}

.ta-section__tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/30fcbd/img/still-4.jpg?v=39c40);
    background-size: cover;
    background-position: center;
}

/* знімок */

.ta-shot {
    margin: 0;
}

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

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

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

.ta-shot__card .ta-shot__img {
    object-fit: cover;
    height: clamp(200px, 30vw, 380px);
}

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

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

.ta-log__date {
    color: var(--rx6z);
    font-size: 13px;
    letter-spacing: 0.04em;
}

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

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

.ta-log__bar {
    padding: 14px 0;
    border-top: 1px solid var(--zby8);
}

.ta-log__rows .ta-log__bar:first-child {
    border-top: 0;
}

.ta-log__stamp {
    display: block;
    color: var(--rx6z);
    font-size: 13px;
}

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

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

.shot-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    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(--takh);
    font-size: 1.15rem;
    font-weight: var(--vz0y);
    letter-spacing: var(--xzeb);
    white-space: nowrap;
}
