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

@font-face {
    font-family: "wpf1d190c";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/633c13/fonts/inter-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf1d190c";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/633c13/fonts/inter-700.woff2) format("woff2");
}
:root {
    --rltl: #B8455F;
    --la09: #8C3148;
    --zips: #3F9A8C;
    --jr6c: #FDF6F7;
    --u9ga: #FFFFFF;
    --g3pp: #3A1D25;
    --xml8: #8A6670;
    --ug8n: #F3DDE2;
    --aqba: #FFFFFF;
    --zf1z: #FFFFFF;
    --g24q: #F6E9EC;
    --v39m: #E8F3F1;
    --h15r: "wpf0e2894", "Book Antiqua", Palatino, Georgia, serif;
    --xi28: "wpf1d190c", "Trebuchet MS", "Segoe UI", sans-serif;
    --t9cn: 700;
    --ywgw: -0.01em;
    --apun: 6px;
    --gbsr: 10px;
    --uk4y: 16px;
    --ps7o: 24px;
    --dbf0: 0 1px 2px rgba(17, 34, 39, .05);
    --fuse: 0 8px 24px rgba(17, 34, 39, .07);
    --h1zd: 0 20px 52px rgba(17, 34, 39, .12);
    --rpxw: 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(--h15r);
    font-weight: var(--t9cn);
    letter-spacing: var(--ywgw);
    line-height: 1.22;
}

p {
    margin: 0;
}

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

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

svg {
    flex: none;
    display: block;
}

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

[hidden] {
    display: none !important;
}

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

.ta-main {
    display: block;
}

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

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

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

.ta-block__tint {
    background: var(--g24q);
}

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

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

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

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

.ta-block__top {
    color: var(--xml8);
    margin-top: 14px;
}

/* 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(--h15r);
    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 {
    background: var(--rltl);
    box-shadow: var(--fuse);
    color: var(--aqba);
}

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

.ta-btn__ghost {
    background: var(--u9ga);
    color: var(--rltl);
    border-color: var(--ug8n);
}

.ta-btn__ghost:hover {
    background: var(--g24q);
    border-color: var(--rltl);
}

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

/* header */

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

.ta-top__in {
    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__flag {
    color: var(--rltl);
    display: inline-flex;
    align-items: center;
}

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

.ta-top__name {
    font-family: var(--h15r);
    font-size: 20px;
    font-weight: var(--t9cn);
    letter-spacing: var(--ywgw);
    color: var(--g3pp);
}

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

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

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

.ta-top__anchor:hover {
    color: var(--rltl);
    background: var(--g24q);
}

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

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

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

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

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

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

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

/* hero */

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

.ta-opening__body {
    display: block;
}

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

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

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

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

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

.ta-opening__aside-pict {
    color: var(--rltl);
    display: inline-flex;
}

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

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

.ta-opening__bullet-pict {
    display: inline-flex;
    color: var(--rltl);
}

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

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

.ta-opening__center .ta-opening__actions {
    justify-content: center;
}

.ta-opening__center .ta-opening__bullets {
    justify-content: center;
}

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

.ta-opening__split {
    background: linear-gradient(180deg, var(--g24q) 0%, var(--jr6c) 72%);
}

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

.ta-opening__art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--ug8n);
    border-radius: var(--ps7o);
    background: var(--u9ga);
    box-shadow: var(--h1zd);
}

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

.ta-opening__art-caption {
    display: block;
    margin-top: 18px;
    font-family: var(--h15r);
    font-size: 21px;
    font-weight: var(--t9cn);
    letter-spacing: var(--ywgw);
}

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

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

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

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

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

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

.ta-opening__tile {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--ug8n);
    border-radius: var(--uk4y);
    background: var(--u9ga);
    box-shadow: var(--dbf0);
}

.ta-opening__tile-pict {
    color: var(--g3pp);
    align-items: center;
    border-radius: var(--gbsr);
    background: var(--v39m);
    justify-content: center;
    display: inline-flex;
    height: 44px;
    width: 44px;
}

.ta-opening__tile-para {
    color: var(--xml8);
    font-size: 15px;
}

.ta-opening__cards .ta-opening__eyebrow {
    margin: 34px 0 0;
    background: none;
    padding: 0;
    color: var(--xml8);
}

/* quiz */

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

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

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

.ta-ask__aside {
    margin-top: 12px;
    color: var(--xml8);
}

.ta-ask__box {
    position: relative;
    padding: 30px;
    border: 1px solid var(--ug8n);
    border-radius: var(--ps7o);
    background: var(--u9ga);
    box-shadow: var(--h1zd);
}

.ta-ask__box-flat {
    box-shadow: var(--fuse);
    border-radius: var(--uk4y);
    padding: 34px 30px 30px;
}

.ta-ask__box-flat .ta-ask__upper {
    margin-bottom: 22px;
}

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

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

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

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

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

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

.ta-ask__dot-on {
    transform: scale(1.15);
    background: var(--rltl);
}

.ta-ask__plain .ta-ask__bar {
    height: 4px;
    flex: 1 1 auto;
}

.ta-ask__phase {
    display: block;
}

.ta-ask__phase-on {
    animation: f5ezk8 .32s ease both;
}

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

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

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

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

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

.ta-ask__opt:hover {
    background: var(--g24q);
    transform: translateY(-1px);
    border-color: var(--rltl);
}

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

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

.ta-ask__opt-on {
    background: var(--g24q);
    box-shadow: var(--fuse);
    border-color: var(--rltl);
}

.ta-ask__opt-on .ta-ask__opt-flag {
    color: var(--aqba);
    border-color: var(--rltl);
    background: var(--rltl);
}

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

.ta-ask__rows {
    gap: 8px;
}

.ta-ask__opt-row {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--gbsr);
}

.ta-ask__opt-row .ta-ask__opt-flag {
    height: 26px;
    border-radius: var(--apun);
    width: 26px;
}

.ta-ask__opt-row .ta-ask__opt-label {
    font-size: 15.5px;
}

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

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

.ta-ask__spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--ug8n);
    border-top-color: var(--rltl);
    border-radius: 50%;
    animation: g43tug 1s linear infinite;
}

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

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

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

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

.ta-ask__line-on {
    opacity: 1;
    color: var(--g3pp);
}

.ta-ask__line-on .ta-ask__line-dot {
    background: var(--rltl);
}

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

.ta-ask__result {
    animation: f5ezk8 .4s ease both;
    display: block;
}

.ta-ask__result-upper {
    align-items: center;
    display: flex;
    gap: 14px;
}

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

.ta-ask__result-upper .ta-ask__result-pict {
    width: 48px;
    margin-bottom: 0;
    height: 48px;
}

.ta-ask__result-caption {
    font-size: 26px;
}

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

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

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

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

.ta-ask__tips-digit {
    counter-reset: wptip;
}

.ta-ask__tips-digit .ta-ask__tip {
    padding-left: 38px;
    position: relative;
}

.ta-ask__tips-digit .ta-ask__tip::before {
    counter-increment: wptip;
    content: counter(wptip);
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--v39m);
    color: var(--g3pp);
    font-family: var(--h15r);
    font-size: 13px;
    font-weight: 700;
}

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

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

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

/* highlights */

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

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

.ta-plus {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--ug8n);
    border-radius: var(--uk4y);
    background: var(--u9ga);
    box-shadow: var(--dbf0);
    transition: box-shadow .2s ease, transform .2s ease;
}

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

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

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

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

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

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

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

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

.ta-plus__digit {
    flex: none;
    color: var(--rltl);
    font-family: var(--h15r);
    font-size: 26px;
    font-weight: var(--t9cn);
    letter-spacing: var(--ywgw);
    opacity: .55;
}

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

/* steps */

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

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

.ta-phase {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--ug8n);
    border-radius: var(--uk4y);
    background: var(--u9ga);
    box-shadow: var(--dbf0);
}

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

.ta-phase__para {
    font-size: 15.5px;
    color: var(--xml8);
}

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

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

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

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

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

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

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

/* about-teaser */

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

.ta-teaser__tile {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--ug8n);
    border-left: 4px solid var(--rltl);
    border-radius: var(--uk4y);
    background: var(--u9ga);
    box-shadow: var(--fuse);
}

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

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

.ta-teaser__para {
    margin-top: 14px;
    color: var(--xml8);
}

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

.ta-teaser__anchor:hover {
    border-bottom-color: var(--rltl);
}

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

.ta-teaser__anchor-btn:hover {
    border-bottom-color: var(--rltl);
    background: var(--rltl);
    color: var(--aqba);
}

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

.ta-teaser__side {
    display: block;
}

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

/* faq */

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

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

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

.ta-answers__point {
    border: 1px solid var(--ug8n);
    border-radius: var(--uk4y);
    background: var(--u9ga);
    box-shadow: var(--dbf0);
    overflow: hidden;
}

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

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

.ta-answers__q:hover {
    color: var(--rltl);
}

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

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

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

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

.ta-answers__block {
    display: block;
}

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

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

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

/* disclaimer */

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

.ta-disc__in {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--ug8n);
    border-radius: var(--uk4y);
    background: var(--u9ga);
}

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

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

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

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

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

/* page-head */

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

.ta-phead__in {
    display: block;
}

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

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

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

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

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

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

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

.ta-phead__width {
    display: block;
}

/* footer */

.ta-bottom {
    padding: 46px 0 26px;
    background: var(--u9ga);
    border-top: 1px solid var(--ug8n);
    margin-top: 20px;
}

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

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

.ta-bottom__name {
    display: block;
    margin-top: 10px;
    font-family: var(--h15r);
    font-size: 19px;
    font-weight: var(--t9cn);
    letter-spacing: var(--ywgw);
}

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

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

.ta-bottom__anchor {
    color: var(--xml8);
    font-size: 14.5px;
}

.ta-bottom__anchor:hover {
    text-decoration: underline;
    color: var(--rltl);
}

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

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

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

.ta-bottom__width {
    display: block;
}

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

.ta-bottom__width-caption {
    display: block;
    margin-bottom: 14px;
    font-family: var(--h15r);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--g3pp);
}

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

.ta-bottom__legal {
    font-size: 13.5px;
    color: var(--xml8);
}

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

.ta-doc {
    display: block;
}

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

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

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

.ta-contact__tile {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--ug8n);
    border-radius: var(--uk4y);
    background: var(--u9ga);
    box-shadow: var(--fuse);
}

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

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

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

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

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

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

.ta-contact__top {
    color: var(--xml8);
    font-size: 14.5px;
}

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

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

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

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

.ta-consent {
    z-index: 40;
    background: var(--u9ga);
    box-shadow: var(--h1zd);
    position: fixed;
    border: 1px solid var(--ug8n);
}

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

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

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

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

.ta-consent__pict {
    display: inline-flex;
    color: var(--rltl);
}

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

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

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

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

.ta-consent__more:hover {
    color: var(--la09);
}

/* джерела */

.ta-cite {
    border-top: 1px solid var(--ug8n);
}

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

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

.ta-cite__anchor:hover {
    color: var(--la09);
}

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

.ta-cite__tile {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--u9ga);
    border: 1px solid var(--ug8n);
    border-radius: var(--gbsr);
}

.ta-cite__tile-pict {
    display: inline-flex;
    color: var(--rltl);
}

.ta-cite__tile-caption {
    font-family: var(--h15r);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.ta-cite__tile-caption:hover {
    color: var(--rltl);
    text-decoration: underline;
}

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

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

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

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

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

.ta-nf__para {
    margin-top: 14px;
    color: var(--xml8);
}

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

/* адаптив */

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

@media (max-width: 720px) {
    .ta-page {
    font-size: 16px;
}
    .ta-block {
    padding: 48px 0;
}
    .ta-opening {
    padding: 46px 0 40px;
}
    .ta-opening__caption {
    font-size: 32px;
}
    .ta-opening__sub {
    font-size: 17px;
}
    .ta-opening__actions {
    gap: 12px;
}
    .ta-btn__lg {
    width: 100%;
    font-size: 17px;
    padding: 15px 24px;
}
    .ta-top__in {
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    flex-direction: column;
}
    .ta-top__tag {
    display: none;
}
    .ta-top__links {
    width: 100%;
}
    .ta-top__cta {
    margin-left: 0;
}
    .ta-top__stack .ta-top__in {
    align-items: center;
}
    .ta-block__caption {
    font-size: 25px;
}
    .ta-ask__caption {
    font-size: 25px;
}
    .ta-ask__q {
    font-size: 20px;
}
    .ta-ask__box {
    border-radius: var(--uk4y);
    padding: 22px 18px;
}
    .ta-ask__box-flat {
    padding: 24px 18px;
}
    .ta-ask__opt {
    gap: 12px;
    padding: 14px 16px;
}
    .ta-ask__opt-label {
    font-size: 15.5px;
}
    .ta-ask__dots {
    display: none;
}
    .ta-ask__result-caption {
    font-size: 22px;
}
    .ta-ask__result-upper {
    gap: 12px;
    align-items: flex-start;
}
    .ta-phead {
    padding: 38px 0 32px;
}
    .ta-phead__caption {
    font-size: 28px;
}
    .ta-plus__row {
    padding: 20px;
    gap: 14px;
}
    .ta-bottom__cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .ta-bottom__in {
    gap: 22px;
    flex-direction: column;
}
    .ta-contact__tile {
    padding: 20px;
}
    .ta-nf {
    padding: 60px 0 68px;
}
    .ta-nf__caption {
    font-size: 26px;
}
    .ta-consent__in {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
    .ta-consent__tile {
    width: auto;
    right: 12px;
    left: 12px;
    max-width: none;
    bottom: 12px;
}
    .ta-consent__accept {
    width: 100%;
}
    .ta-cite__cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .ta-ask__phase-on,
    .ta-ask__result {
    animation: none;
}
    .ta-ask__spin {
    animation-duration: 3s;
}
    .ta-btn:hover,
    .ta-ask__opt:hover,
    .ta-plus:hover {
    transform: none;
}
}

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

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

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

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

.ta-opening {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--jr6c) 92%),
        url(/633c13/img/quiet-6.jpg?v=df48f);
    background-size: cover;
    background-position: center;
}

.ta-block__tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/633c13/img/hero.jpg?v=df48f);
    background-size: cover;
    background-position: center;
}

/* знімок */

.ta-shot {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .ta-log__roll {
    gap: 3px 0;
    grid-template-columns: 1fr;
}
    .ta-log__aside {
    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(--h15r);
    font-size: 1.15rem;
    font-weight: var(--t9cn);
    letter-spacing: var(--ywgw);
    white-space: nowrap;
}
