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

@font-face {
    font-family: "wpf53d7aa";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/0f7e9f/fonts/source-serif-4-400.woff2) format("woff2");
}
:root {
    --d5km:rgb(181,118,28);
    --czp9:rgb(138,88,18);
    --byq4:rgb(47,127,150);
    --o23g:rgb(253,249,242);
    --fe9k:rgb(255,255,255);
    --td10:rgb(58,43,18);
    --pt59:rgb(132,112,87);
    --u3bd:rgb(240,228,207);
    --hlzb:rgb(255,255,255);
    --icgh:rgb(255,255,255);
    --dtn5:rgb(246,239,228);
    --e5mt:rgb(230,240,242);
    --vndg:"wpf53d7aa", "Palatino Linotype", Georgia, serif;
    --qj92:"wpf53d7aa", Georgia, "Times New Roman", serif;
    --r8pz:600;
    --u6vh:-0.01em;
    --ok6f:6px;
    --xz7t:10px;
    --awj9:16px;
    --nods:24px;
    --r3za:0 1px 2px rgba(17, 34, 39, .05);
    --dp3l:0 8px 24px rgba(17, 34, 39, .07);
    --glh4:0 20px 52px rgba(17, 34, 39, .12);
    --oi5l: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(--vndg);
    font-weight:var(--r8pz);
    letter-spacing:var(--u6vh);
    line-height:1.22
}

p {
    margin:0
}

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

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

svg {
    flex:none;
    display:block
}

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

[hidden] {
    display:none !important
}

.ms-page {
    margin:0;
    background:var(--o23g);
    color:var(--td10);
    font-family:var(--qj92);
    font-size:17px;
    line-height:1.62;
    -webkit-font-smoothing:antialiased
}

.ms-main {
    display:block
}

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

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

.ms-section {
    padding:68px 0
}

.ms-section-tint {
    background:var(--dtn5)
}

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

.ms-section-header-left {
    text-align:left;
    margin:0
}

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

.ms-section-caption {
    font-size:30px
}

.ms-section-intro {
    margin-top:14px;
    color:var(--pt59)
}

/* buttons */

.ms-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(--vndg);
    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
}

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

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

.ms-btn-primary {
    color:var(--hlzb);
    box-shadow:var(--dp3l);
    background:var(--d5km)
}

.ms-btn-primary:hover {
    background:var(--czp9)
}

.ms-btn-ghost {
    border-color:var(--u3bd);
    color:var(--d5km);
    background:var(--fe9k)
}

.ms-btn-ghost:hover {
    background:var(--dtn5);
    border-color:var(--d5km)
}

.ms-btn-lg {
    padding:16px 34px;
    font-size:18px
}

/* header */

.ms-hdr {
    border-bottom:1px solid var(--u3bd);
    position:relative;
    z-index:2;
    background:var(--fe9k)
}

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

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

.ms-hdr-flag {
    align-items:center;
    color:var(--d5km);
    display:inline-flex
}

.ms-hdr-words {
    flex-direction:column;
    display:flex
}

.ms-hdr-name {
    font-family:var(--vndg);
    font-size:20px;
    font-weight:var(--r8pz);
    letter-spacing:var(--u6vh);
    color:var(--td10)
}

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

.ms-hdr-links {
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    display:flex
}

.ms-hdr-link {
    padding:8px 12px;
    color:var(--pt59);
    transition:color .15s ease, background-color .15s ease;
    border-radius:var(--ok6f);
    font-size:15px
}

.ms-hdr-link:hover {
    color:var(--d5km);
    background:var(--dtn5)
}

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

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

.ms-hdr-stack .ms-hdr-in {
    flex-direction:column;
    gap:14px;
    padding-top:22px;
    padding-bottom:6px
}

.ms-hdr-stack .ms-hdr-links {
    width:100%;
    border-top:1px solid var(--u3bd);
    padding:6px 0 14px;
    justify-content:center
}

.ms-hdr-stack .ms-hdr-name {
    font-size:24px
}

.ms-hdr-strip {
    background:var(--d5km);
    text-align:center;
    color:var(--hlzb)
}

.ms-hdr-strip-para {
    font-size:13px;
    display:inline-block;
    padding:7px 0;
    opacity:.92
}

/* hero */

.ms-banner {
    padding:76px 0 64px
}

.ms-banner-body {
    display:block
}

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

.ms-banner-caption {
    font-size:44px
}

.ms-banner-sub {
    font-size:19px;
    margin-top:18px;
    color:var(--pt59)
}

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

.ms-banner-aside {
    display:inline-flex;
    color:var(--pt59);
    font-size:14.5px;
    align-items:center;
    gap:8px;
    margin-top:16px
}

.ms-banner-aside-sign {
    display:inline-flex;
    color:var(--d5km)
}

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

.ms-banner-bullet {
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:10px 16px;
    border:1px solid var(--u3bd);
    border-radius:999px;
    background:var(--fe9k);
    box-shadow:var(--r3za);
    font-size:14.5px
}

.ms-banner-bullet-sign {
    color:var(--d5km);
    display:inline-flex
}

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

.ms-banner-center {
    text-align:center
}

.ms-banner-center .ms-banner-actions {
    justify-content:center
}

.ms-banner-center .ms-banner-bullets {
    justify-content:center
}

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

.ms-banner-split {
    background:linear-gradient(180deg, var(--dtn5) 0%, var(--o23g) 72%)
}

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

.ms-banner-art {
    display:block;
    padding:32px 30px;
    border:1px solid var(--u3bd);
    border-radius:var(--nods);
    background:var(--fe9k);
    box-shadow:var(--glh4)
}

.ms-banner-art-badge {
    width:66px;
    align-items:center;
    background:var(--dtn5);
    height:66px;
    justify-content:center;
    border-radius:50%;
    color:var(--d5km);
    display:inline-flex
}

.ms-banner-art-caption {
    display:block;
    margin-top:18px;
    font-family:var(--vndg);
    font-size:21px;
    font-weight:var(--r8pz);
    letter-spacing:var(--u6vh)
}

.ms-banner-art-set {
    margin-top:18px;
    display:grid;
    gap:12px
}

.ms-banner-art-item {
    font-size:15px;
    border-top:1px solid var(--u3bd);
    gap:10px;
    padding-top:12px;
    align-items:flex-start;
    color:var(--pt59);
    display:flex
}

.ms-banner-art-item:first-child {
    padding-top:0;
    border-top:0
}

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

.ms-banner-cards {
    text-align:left
}

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

.ms-banner-tile {
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:22px;
    border:1px solid var(--u3bd);
    border-radius:var(--awj9);
    background:var(--fe9k);
    box-shadow:var(--r3za)
}

.ms-banner-tile-sign {
    background:var(--e5mt);
    height:44px;
    align-items:center;
    display:inline-flex;
    justify-content:center;
    border-radius:var(--xz7t);
    width:44px;
    color:var(--td10)
}

.ms-banner-tile-para {
    font-size:15px;
    color:var(--pt59)
}

.ms-banner-cards .ms-banner-eyebrow {
    margin:34px 0 0;
    color:var(--pt59);
    padding:0;
    background:none
}

/* quiz */

.ms-check {
    scroll-margin-top:20px
}

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

.ms-check-caption {
    font-size:30px
}

.ms-check-aside {
    margin-top:12px;
    color:var(--pt59)
}

.ms-check-crate {
    position:relative;
    padding:30px;
    border:1px solid var(--u3bd);
    border-radius:var(--nods);
    background:var(--fe9k);
    box-shadow:var(--glh4)
}

.ms-check-crate-flat {
    padding:34px 30px 30px;
    border-radius:var(--awj9);
    box-shadow:var(--dp3l)
}

.ms-check-crate-flat .ms-check-header {
    margin-bottom:22px
}

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

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

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

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

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

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

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

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

.ms-check-move {
    display:block
}

.ms-check-move-on {
    animation:h0mr8i .32s ease both
}

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

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

.ms-check-q {
    font-size:24px
}

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

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

.ms-check-opt:hover {
    background:var(--dtn5);
    border-color:var(--d5km);
    transform:translateY(-1px)
}

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

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

.ms-check-opt-on {
    border-color:var(--d5km);
    background:var(--dtn5);
    box-shadow:var(--dp3l)
}

.ms-check-opt-on .ms-check-opt-flag {
    color:var(--hlzb);
    background:var(--d5km);
    border-color:var(--d5km)
}

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

.ms-check-rows {
    gap:8px
}

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

.ms-check-opt-line .ms-check-opt-flag {
    width:26px;
    border-radius:var(--ok6f);
    height:26px
}

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

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

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

.ms-check-spin {
    display:block;
    width:44px;
    height:44px;
    border:3px solid var(--u3bd);
    border-top-color:var(--d5km);
    border-radius:50%;
    animation:sjsq2t 1s linear infinite
}

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

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

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

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

.ms-check-row-on {
    opacity:1;
    color:var(--td10)
}

.ms-check-row-on .ms-check-row-dot {
    background:var(--d5km)
}

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

.ms-check-result {
    animation:h0mr8i .4s ease both;
    display:block
}

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

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

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

.ms-check-result-caption {
    font-size:26px
}

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

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

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

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

.ms-check-tips-no {
    counter-reset:wptip
}

.ms-check-tips-no .ms-check-tip {
    padding-left:38px;
    position:relative
}

.ms-check-tips-no .ms-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(--e5mt);
    color:var(--td10);
    font-family:var(--vndg);
    font-size:13px;
    font-weight:700
}

.ms-check-actions {
    margin-top:26px
}

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

.ms-check-bottom {
    text-align:center;
    font-size:14px;
    margin-top:18px;
    color:var(--pt59)
}

/* highlights */

.ms-feats {
    padding-bottom:58px
}

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

.ms-feature {
    display:block;
    padding:26px 24px;
    border:1px solid var(--u3bd);
    border-radius:var(--awj9);
    background:var(--fe9k);
    box-shadow:var(--r3za);
    transition:box-shadow .2s ease, transform .2s ease
}

.ms-feature:hover {
    box-shadow:var(--dp3l);
    transform:translateY(-2px)
}

.ms-feature-sign {
    align-items:center;
    justify-content:center;
    background:var(--dtn5);
    width:50px;
    border-radius:var(--xz7t);
    display:inline-flex;
    height:50px;
    margin-bottom:16px;
    color:var(--d5km)
}

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

.ms-feature-caption {
    font-size:20px;
    align-items:center;
    display:flex
}

.ms-feature-para {
    margin-top:10px;
    color:var(--pt59);
    font-size:15.5px
}

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

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

.ms-feature-line:hover {
    transform:none
}

.ms-feature-no {
    flex:none;
    color:var(--d5km);
    font-family:var(--vndg);
    font-size:26px;
    font-weight:var(--r8pz);
    letter-spacing:var(--u6vh);
    opacity:.55
}

.ms-feature-body {
    flex:1 1 auto
}

/* steps */

.ms-steps {
    padding-bottom:58px
}

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

.ms-move {
    display:block;
    padding:26px 22px;
    border:1px solid var(--u3bd);
    border-radius:var(--awj9);
    background:var(--fe9k);
    box-shadow:var(--r3za)
}

.ms-move-no {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-bottom:14px;
    border-radius:50%;
    background:var(--d5km);
    color:var(--hlzb);
    font-family:var(--vndg);
    font-size:18px;
    font-weight:700
}

.ms-move-para {
    font-size:15.5px;
    color:var(--pt59)
}

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

.ms-steps-row {
    gap:0;
    display:grid
}

.ms-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
}

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

.ms-move-row:last-child {
    padding-bottom:0
}

.ms-move-row:last-child::before {
    display:none
}

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

/* about-teaser */

.ms-teaser {
    padding-top:58px
}

.ms-teaser-tile {
    position:relative;
    padding:34px 32px;
    border:1px solid var(--u3bd);
    border-left:4px solid var(--d5km);
    border-radius:var(--awj9);
    background:var(--fe9k);
    box-shadow:var(--dp3l)
}

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

.ms-teaser-caption {
    font-size:25px
}

.ms-teaser-para {
    margin-top:14px;
    color:var(--pt59)
}

.ms-teaser-link {
    color:var(--d5km);
    transition:border-color .15s ease;
    border-bottom:2px solid transparent
}

.ms-teaser-link:hover {
    border-bottom-color:var(--d5km)
}

.ms-teaser-link-btn {
    display:inline-flex;
    align-items:center;
    margin-top:16px;
    padding:10px 20px;
    border:1px solid var(--d5km);
    border-radius:999px;
    font-family:var(--vndg);
    font-size:15px;
    font-weight:600
}

.ms-teaser-link-btn:hover {
    border-bottom-color:var(--d5km);
    background:var(--d5km);
    color:var(--hlzb)
}

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

.ms-teaser-side {
    display:block
}

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

/* faq */

.ms-qa {
    padding-bottom:58px
}

.ms-qa-plain {
    padding-top:58px
}

.ms-qa-set {
    display:grid;
    gap:12px
}

.ms-qa-item {
    border:1px solid var(--u3bd);
    border-radius:var(--awj9);
    background:var(--fe9k);
    box-shadow:var(--r3za);
    overflow:hidden
}

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

.ms-qa-q::-webkit-details-marker {
    display:none
}

.ms-qa-q:hover {
    color:var(--d5km)
}

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

.ms-qa-item[open] .ms-qa-sign {
    transform:rotate(180deg)
}

.ms-qa-a {
    color:var(--pt59);
    font-size:15.5px;
    padding:0 22px 20px
}

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

.ms-qa-block {
    display:block
}

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

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

.ms-qa-block-a {
    color:var(--pt59);
    margin-top:10px;
    font-size:15.5px
}

/* disclaimer */

.ms-disc {
    padding-top:10px
}

.ms-disc-in {
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:22px 24px;
    border:1px dashed var(--u3bd);
    border-radius:var(--awj9);
    background:var(--fe9k)
}

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

.ms-disc-para {
    font-size:14.5px;
    color:var(--pt59);
    line-height:1.6
}

.ms-disc-strip {
    background:var(--fe9k);
    padding:20px 0;
    border-top:1px solid var(--u3bd)
}

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

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

/* page-head */

.ms-phead {
    background:var(--dtn5);
    border-bottom:1px solid var(--u3bd);
    padding:54px 0 44px
}

.ms-phead-in {
    display:block
}

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

.ms-phead-back:hover {
    text-decoration:underline
}

.ms-phead-caption {
    font-size:36px
}

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

.ms-phead-plain {
    background:var(--fe9k)
}

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

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

.ms-phead-inner {
    display:block
}

/* footer */

.ms-bottom {
    background:var(--fe9k);
    margin-top:20px;
    border-top:1px solid var(--u3bd);
    padding:46px 0 26px
}

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

.ms-bottom-brand {
    max-width:360px
}

.ms-bottom-name {
    display:block;
    margin-top:10px;
    font-family:var(--vndg);
    font-size:19px;
    font-weight:var(--r8pz);
    letter-spacing:var(--u6vh)
}

.ms-bottom-aside {
    color:var(--pt59);
    font-size:14.5px;
    margin-top:8px
}

.ms-bottom-links {
    flex-wrap:wrap;
    display:flex;
    gap:6px 18px
}

.ms-bottom-link {
    font-size:14.5px;
    color:var(--pt59)
}

.ms-bottom-link:hover {
    text-decoration:underline;
    color:var(--d5km)
}

.ms-bottom-links-stack {
    flex-direction:column;
    gap:8px
}

.ms-bottom-wide {
    padding-top:52px
}

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

.ms-bottom-inner {
    display:block
}

.ms-bottom-inner-brand {
    max-width:420px
}

.ms-bottom-inner-caption {
    display:block;
    margin-bottom:14px;
    font-family:var(--vndg);
    font-size:14px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--td10)
}

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

.ms-bottom-legal {
    color:var(--pt59);
    font-size:13.5px
}

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

.ms-doc {
    display:block
}

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

.ms-prose:last-child {
    margin-bottom:0
}

.ms-contact-layout {
    gap:26px;
    display:grid
}

.ms-contact-tile {
    display:grid;
    gap:4px;
    padding:26px 28px;
    border:1px solid var(--u3bd);
    border-radius:var(--awj9);
    background:var(--fe9k);
    box-shadow:var(--dp3l)
}

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

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

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

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

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

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

.ms-contact-intro {
    font-size:14.5px;
    color:var(--pt59)
}

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

.ms-rev {
    margin-top:30px;
    padding-top:14px;
    font-size:13.5px;
    border-top:1px solid var(--u3bd);
    color:var(--pt59)
}

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

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

.ms-cookie {
    box-shadow:var(--glh4);
    border:1px solid var(--u3bd);
    z-index:40;
    background:var(--fe9k);
    position:fixed
}

.ms-cookie-bar {
    left:0;
    right:0;
    bottom:0;
    padding:15px 0;
    border-left:0;
    border-right:0;
    border-bottom:0
}

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

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

.ms-cookie-stack {
    gap:12px;
    display:grid;
    justify-items:start
}

.ms-cookie-sign {
    color:var(--d5km);
    display:inline-flex
}

.ms-cookie-para {
    color:var(--pt59);
    max-width:62ch;
    font-size:14.5px
}

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

.ms-cookie-accept {
    font-size:15px;
    padding:10px 22px
}

.ms-cookie-more {
    color:var(--d5km);
    font-size:14.5px;
    text-decoration:underline;
    text-underline-offset:3px
}

.ms-cookie-more:hover {
    color:var(--czp9)
}

/* джерела */

.ms-cite {
    border-top:1px solid var(--u3bd)
}

.ms-cite-line {
    flex-wrap:wrap;
    gap:10px 28px;
    display:flex
}

.ms-cite-link {
    color:var(--d5km);
    font-size:15.5px;
    text-decoration:underline;
    text-underline-offset:3px
}

.ms-cite-link:hover {
    color:var(--czp9)
}

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

.ms-cite-tile {
    display:grid;
    gap:8px;
    padding:18px 20px;
    background:var(--fe9k);
    border:1px solid var(--u3bd);
    border-radius:var(--xz7t)
}

.ms-cite-tile-sign {
    color:var(--d5km);
    display:inline-flex
}

.ms-cite-tile-caption {
    font-family:var(--vndg);
    font-size:16px;
    font-weight:600;
    line-height:1.35
}

.ms-cite-tile-caption:hover {
    color:var(--d5km);
    text-decoration:underline
}

.ms-cite-tile-host {
    color:var(--pt59);
    font-size:13.5px
}

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

.ms-nf {
    padding:92px 0 100px
}

.ms-nf-in {
    text-align:center
}

.ms-nf-caption {
    font-size:32px
}

.ms-nf-para {
    margin-top:14px;
    color:var(--pt59)
}

.ms-nf-cta {
    margin-top:28px
}

/* адаптив */

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

@media (max-width: 720px) {
    .ms-page {
    font-size:16px
}
    .ms-section {
    padding:48px 0
}
    .ms-banner {
    padding:46px 0 40px
}
    .ms-banner-caption {
    font-size:32px
}
    .ms-banner-sub {
    font-size:17px
}
    .ms-banner-actions {
    gap:12px
}
    .ms-btn-lg {
    width:100%;
    font-size:17px;
    padding:15px 24px
}
    .ms-hdr-in {
    min-height:0;
    gap:12px;
    align-items:flex-start;
    flex-direction:column
}
    .ms-hdr-tag {
    display:none
}
    .ms-hdr-links {
    width:100%
}
    .ms-hdr-cta {
    margin-left:0
}
    .ms-hdr-stack .ms-hdr-in {
    align-items:center
}
    .ms-section-caption {
    font-size:25px
}
    .ms-check-caption {
    font-size:25px
}
    .ms-check-q {
    font-size:20px
}
    .ms-check-crate {
    padding:22px 18px;
    border-radius:var(--awj9)
}
    .ms-check-crate-flat {
    padding:24px 18px
}
    .ms-check-opt {
    gap:12px;
    padding:14px 16px
}
    .ms-check-opt-label {
    font-size:15.5px
}
    .ms-check-dots {
    display:none
}
    .ms-check-result-caption {
    font-size:22px
}
    .ms-check-result-header {
    align-items:flex-start;
    gap:12px
}
    .ms-phead {
    padding:38px 0 32px
}
    .ms-phead-caption {
    font-size:28px
}
    .ms-feature-line {
    gap:14px;
    padding:20px
}
    .ms-bottom-cols {
    gap:26px;
    grid-template-columns:1fr
}
    .ms-bottom-in {
    flex-direction:column;
    gap:22px
}
    .ms-contact-tile {
    padding:20px
}
    .ms-nf {
    padding:60px 0 68px
}
    .ms-nf-caption {
    font-size:26px
}
    .ms-cookie-in {
    flex-direction:column;
    gap:12px;
    align-items:flex-start
}
    .ms-cookie-tile {
    right:12px;
    left:12px;
    max-width:none;
    bottom:12px;
    width:auto
}
    .ms-cookie-accept {
    width:100%
}
    .ms-cite-cards {
    grid-template-columns:1fr
}
}

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

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

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

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

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

.ms-banner {
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.86), var(--o23g) 92%),
        url(/0f7e9f/img/bg18.jpg?v=a9f67);
    background-size:cover;
    background-position:center
}

.ms-section-tint {
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.96)),
        url(/0f7e9f/img/bg32.jpg?v=a9f67);
    background-size:cover;
    background-position:center
}

/* знімок */

.ms-shot {
    margin:0
}

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

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

.ms-shot-tile {
    border-radius:18px;
    overflow:hidden
}

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

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

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

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

.ms-log-aside {
    margin:0;
    font-size:15px
}

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

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

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

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

.ms-log-para {
    margin:5px 0 0;
    font-size:15px
}

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

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

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

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

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

.logo-name {
    font-family:var(--vndg);
    font-size:1.15rem;
    font-weight:var(--r8pz);
    letter-spacing:var(--u6vh);
    white-space:nowrap
}
