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

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

@font-face {
    font-family: "wpf5d5fd3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/af6e98/fonts/inter-700.woff2) format("woff2");
}
:root {
    --vj6r:#2f7a44;
    --r6y1:#1f5a31;
    --bifk:#e0a33c;
    --j7uj:#f6faf6;
    --fzf8:#ffffff;
    --rzdr:#1b2f20;
    --j3qf:#5f7a64;
    --svcw:#dae9dc;
    --f6yp:#ffffff;
    --chb7:#111111;
    --at6o:#e6efe9;
    --w72x:#fbf4e8;
    --dvj0:"wpf81994f", Charter, Georgia, serif;
    --ri0z:"wpf5d5fd3", "Segoe UI", Roboto, Arial, sans-serif;
    --ggwo:700;
    --xj58:-0.01em;
    --cupp:6px;
    --misl:10px;
    --u096:16px;
    --bi7b:24px;
    --xe67:0 1px 2px rgba(17, 34, 39, .05);
    --tg8h:0 8px 24px rgba(17, 34, 39, .07);
    --tt9a:0 20px 52px rgba(17, 34, 39, .12);
    --v0al:24px
}

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

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

body {
    margin:0
}

h1, h2, h3, h4 {
    margin:0;
    font-family:var(--dvj0);
    font-weight:var(--ggwo);
    letter-spacing:var(--xj58);
    line-height:1.22
}

p {
    margin:0
}

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

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

svg {
    flex:none;
    display:block
}

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

[hidden] {
    display:none !important
}

.du-page {
    margin:0;
    background:var(--j7uj);
    color:var(--rzdr);
    font-family:var(--ri0z);
    font-size:17px;
    line-height:1.62;
    -webkit-font-smoothing:antialiased
}

.du-main {
    display:block
}

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

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

.du-block {
    padding:68px 0
}

.du-block__tint {
    background:var(--at6o)
}

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

.du-block__head-left {
    text-align:left;
    margin:0
}

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

.du-block__title {
    font-size:30px
}

.du-block__start {
    margin-top:14px;
    color:var(--j3qf)
}

/* buttons */

.du-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(--dvj0);
    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
}

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

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

.du-btn__primary {
    color:var(--f6yp);
    box-shadow:var(--tg8h);
    background:var(--vj6r)
}

.du-btn__primary:hover {
    background:var(--r6y1)
}

.du-btn__ghost {
    border-color:var(--svcw);
    background:var(--fzf8);
    color:var(--vj6r)
}

.du-btn__ghost:hover {
    border-color:var(--vj6r);
    background:var(--at6o)
}

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

/* header */

.du-top {
    position:relative;
    border-bottom:1px solid var(--svcw);
    background:var(--fzf8);
    z-index:2
}

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

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

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

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

.du-top__name {
    font-family:var(--dvj0);
    font-size:20px;
    font-weight:var(--ggwo);
    letter-spacing:var(--xj58);
    color:var(--rzdr)
}

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

.du-top__nav {
    flex-wrap:wrap;
    display:flex;
    gap:8px;
    align-items:center
}

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

.du-top__ref:hover {
    color:var(--vj6r);
    background:var(--at6o)
}

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

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

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

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

.du-top__stack .du-top__name {
    font-size:24px
}

.du-top__strip {
    background:var(--vj6r);
    color:var(--f6yp);
    text-align:center
}

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

/* hero */

.du-masthead {
    padding:76px 0 64px
}

.du-masthead__body {
    display:block
}

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

.du-masthead__title {
    font-size:44px
}

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

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

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

.du-masthead__note-icon {
    display:inline-flex;
    color:var(--vj6r)
}

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

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

.du-masthead__bullet-icon {
    display:inline-flex;
    color:var(--vj6r)
}

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

.du-masthead__center {
    text-align:center
}

.du-masthead__center .du-masthead__actions {
    justify-content:center
}

.du-masthead__center .du-masthead__bullets {
    justify-content:center
}

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

.du-masthead__split {
    background:linear-gradient(180deg, var(--at6o) 0%, var(--j7uj) 72%)
}

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

.du-masthead__art {
    display:block;
    padding:32px 30px;
    border:1px solid var(--svcw);
    border-radius:var(--bi7b);
    background:var(--fzf8);
    box-shadow:var(--tt9a)
}

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

.du-masthead__art-title {
    display:block;
    margin-top:18px;
    font-family:var(--dvj0);
    font-size:21px;
    font-weight:var(--ggwo);
    letter-spacing:var(--xj58)
}

.du-masthead__art-stack {
    display:grid;
    margin-top:18px;
    gap:12px
}

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

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

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

.du-masthead__cards {
    text-align:left
}

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

.du-masthead__panel {
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:22px;
    border:1px solid var(--svcw);
    border-radius:var(--u096);
    background:var(--fzf8);
    box-shadow:var(--xe67)
}

.du-masthead__panel-icon {
    width:44px;
    color:var(--rzdr);
    background:var(--w72x);
    justify-content:center;
    display:inline-flex;
    border-radius:var(--misl);
    height:44px;
    align-items:center
}

.du-masthead__panel-copy {
    font-size:15px;
    color:var(--j3qf)
}

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

/* quiz */

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

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

.du-check__title {
    font-size:30px
}

.du-check__note {
    margin-top:12px;
    color:var(--j3qf)
}

.du-check__bin {
    position:relative;
    padding:30px;
    border:1px solid var(--svcw);
    border-radius:var(--bi7b);
    background:var(--fzf8);
    box-shadow:var(--tt9a)
}

.du-check__bin-flat {
    padding:34px 30px 30px;
    border-radius:var(--u096);
    box-shadow:var(--tg8h)
}

.du-check__bin-flat .du-check__head {
    margin-bottom:22px
}

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

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

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

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

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

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

.du-check__dot-on {
    transform:scale(1.15);
    background:var(--vj6r)
}

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

.du-check__step {
    display:block
}

.du-check__step-on {
    animation:wy0ysn .32s ease both
}

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

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

.du-check__q {
    font-size:24px
}

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

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

.du-check__opt:hover {
    background:var(--at6o);
    transform:translateY(-1px);
    border-color:var(--vj6r)
}

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

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

.du-check__opt-on {
    background:var(--at6o);
    border-color:var(--vj6r);
    box-shadow:var(--tg8h)
}

.du-check__opt-on .du-check__opt-badge {
    border-color:var(--vj6r);
    background:var(--vj6r);
    color:var(--f6yp)
}

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

.du-check__rows {
    gap:8px
}

.du-check__opt-row {
    padding:13px 16px;
    border-width:1px;
    border-radius:var(--misl)
}

.du-check__opt-row .du-check__opt-badge {
    width:26px;
    height:26px;
    border-radius:var(--cupp)
}

.du-check__opt-row .du-check__opt-label {
    font-size:15.5px
}

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

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

.du-check__spin {
    display:block;
    width:44px;
    height:44px;
    border:3px solid var(--svcw);
    border-top-color:var(--vj6r);
    border-radius:50%;
    animation:blsc08 1s linear infinite
}

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

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

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

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

.du-check__line-on {
    opacity:1;
    color:var(--rzdr)
}

.du-check__line-on .du-check__line-dot {
    background:var(--vj6r)
}

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

.du-check__result {
    display:block;
    animation:wy0ysn .4s ease both
}

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

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

.du-check__result-head .du-check__result-icon {
    margin-bottom:0;
    height:48px;
    width:48px
}

.du-check__result-title {
    font-size:26px
}

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

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

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

.du-check__tip-icon {
    display:inline-flex;
    margin-top:4px;
    color:var(--vj6r)
}

.du-check__tips-count {
    counter-reset:wptip
}

.du-check__tips-count .du-check__tip {
    padding-left:38px;
    position:relative
}

.du-check__tips-count .du-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(--w72x);
    color:var(--rzdr);
    font-family:var(--dvj0);
    font-size:13px;
    font-weight:700
}

.du-check__actions {
    margin-top:26px
}

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

.du-check__foot {
    font-size:14px;
    color:var(--j3qf);
    margin-top:18px;
    text-align:center
}

/* highlights */

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

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

.du-perk {
    display:block;
    padding:26px 24px;
    border:1px solid var(--svcw);
    border-radius:var(--u096);
    background:var(--fzf8);
    box-shadow:var(--xe67);
    transition:box-shadow .2s ease, transform .2s ease
}

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

.du-perk__icon {
    align-items:center;
    display:inline-flex;
    height:50px;
    color:var(--vj6r);
    width:50px;
    margin-bottom:16px;
    border-radius:var(--misl);
    justify-content:center;
    background:var(--at6o)
}

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

.du-perk__title {
    font-size:20px;
    display:flex;
    align-items:center
}

.du-perk__copy {
    font-size:15.5px;
    margin-top:10px;
    color:var(--j3qf)
}

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

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

.du-perk__row:hover {
    transform:none
}

.du-perk__count {
    flex:none;
    color:var(--vj6r);
    font-family:var(--dvj0);
    font-size:26px;
    font-weight:var(--ggwo);
    letter-spacing:var(--xj58);
    opacity:.55
}

.du-perk__body {
    flex:1 1 auto
}

/* steps */

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

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

.du-step {
    display:block;
    padding:26px 22px;
    border:1px solid var(--svcw);
    border-radius:var(--u096);
    background:var(--fzf8);
    box-shadow:var(--xe67)
}

.du-step__count {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-bottom:14px;
    border-radius:50%;
    background:var(--vj6r);
    color:var(--f6yp);
    font-family:var(--dvj0);
    font-size:18px;
    font-weight:700
}

.du-step__copy {
    color:var(--j3qf);
    font-size:15.5px
}

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

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

.du-step__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
}

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

.du-step__line:last-child {
    padding-bottom:0
}

.du-step__line:last-child::before {
    display:none
}

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

/* about-teaser */

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

.du-teaser__panel {
    position:relative;
    padding:34px 32px;
    border:1px solid var(--svcw);
    border-left:4px solid var(--vj6r);
    border-radius:var(--u096);
    background:var(--fzf8);
    box-shadow:var(--tg8h)
}

.du-teaser__icon {
    height:52px;
    background:var(--w72x);
    width:52px;
    border-radius:50%;
    display:inline-flex;
    margin-bottom:16px;
    justify-content:center;
    align-items:center;
    color:var(--rzdr)
}

.du-teaser__title {
    font-size:25px
}

.du-teaser__copy {
    color:var(--j3qf);
    margin-top:14px
}

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

.du-teaser__ref:hover {
    border-bottom-color:var(--vj6r)
}

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

.du-teaser__ref-btn:hover {
    color:var(--f6yp);
    border-bottom-color:var(--vj6r);
    background:var(--vj6r)
}

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

.du-teaser__side {
    display:block
}

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

/* faq */

.du-faq {
    padding-bottom:58px
}

.du-faq__plain {
    padding-top:58px
}

.du-faq__stack {
    gap:12px;
    display:grid
}

.du-faq__point {
    border:1px solid var(--svcw);
    border-radius:var(--u096);
    background:var(--fzf8);
    box-shadow:var(--xe67);
    overflow:hidden
}

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

.du-faq__q::-webkit-details-marker {
    display:none
}

.du-faq__q:hover {
    color:var(--vj6r)
}

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

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

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

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

.du-faq__block {
    display:block
}

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

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

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

/* disclaimer */

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

.du-disc__inner {
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:22px 24px;
    border:1px dashed var(--svcw);
    border-radius:var(--u096);
    background:var(--fzf8)
}

.du-disc__icon {
    flex:none;
    display:inline-flex;
    color:var(--j3qf)
}

.du-disc__copy {
    line-height:1.6;
    color:var(--j3qf);
    font-size:14.5px
}

.du-disc__strip {
    border-top:1px solid var(--svcw);
    background:var(--fzf8);
    padding:20px 0
}

.du-disc__strip .du-disc__copy {
    display:flex;
    gap:12px;
    align-items:flex-start
}

.du-disc__strip .du-disc__icon {
    margin-top:2px
}

/* page-head */

.du-phead {
    background:var(--at6o);
    padding:54px 0 44px;
    border-bottom:1px solid var(--svcw)
}

.du-phead__inner {
    display:block
}

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

.du-phead__back:hover {
    text-decoration:underline
}

.du-phead__title {
    font-size:36px
}

.du-phead__sub {
    margin-top:12px;
    color:var(--j3qf)
}

.du-phead__plain {
    background:var(--fzf8)
}

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

.du-phead__plain .du-phead__back {
    margin:14px 0 0
}

.du-phead__inner-2 {
    display:block
}

/* footer */

.du-foot {
    background:var(--fzf8);
    border-top:1px solid var(--svcw);
    padding:46px 0 26px;
    margin-top:20px
}

.du-foot__inner-2 {
    flex-wrap:wrap;
    align-items:flex-start;
    display:flex;
    justify-content:space-between;
    gap:30px
}

.du-foot__brand {
    max-width:360px
}

.du-foot__name {
    display:block;
    margin-top:10px;
    font-family:var(--dvj0);
    font-size:19px;
    font-weight:var(--ggwo);
    letter-spacing:var(--xj58)
}

.du-foot__note {
    margin-top:8px;
    font-size:14.5px;
    color:var(--j3qf)
}

.du-foot__nav {
    display:flex;
    gap:6px 18px;
    flex-wrap:wrap
}

.du-foot__ref {
    font-size:14.5px;
    color:var(--j3qf)
}

.du-foot__ref:hover {
    text-decoration:underline;
    color:var(--vj6r)
}

.du-foot__nav-stack {
    gap:8px;
    flex-direction:column
}

.du-foot__wide {
    padding-top:52px
}

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

.du-foot__inner {
    display:block
}

.du-foot__inner-brand {
    max-width:420px
}

.du-foot__inner-title {
    display:block;
    margin-bottom:14px;
    font-family:var(--dvj0);
    font-size:14px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--rzdr)
}

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

.du-foot__legal {
    color:var(--j3qf);
    font-size:13.5px
}

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

.du-doc {
    display:block
}

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

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

.du-contact__grid {
    gap:26px;
    display:grid
}

.du-contact__panel {
    display:grid;
    gap:4px;
    padding:26px 28px;
    border:1px solid var(--svcw);
    border-radius:var(--u096);
    background:var(--fzf8);
    box-shadow:var(--tg8h)
}

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

.du-contact__row:last-child {
    border-bottom:0
}

.du-contact__icon {
    color:var(--vj6r);
    display:inline-flex;
    flex:none;
    margin-top:3px
}

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

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

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

.du-contact__start {
    color:var(--j3qf);
    font-size:14.5px
}

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

.du-rev {
    padding-top:14px;
    font-size:13.5px;
    margin-top:30px;
    border-top:1px solid var(--svcw);
    color:var(--j3qf)
}

.du-foot__reg {
    font-variant-numeric:tabular-nums;
    letter-spacing:.02em
}

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

.du-notice {
    position:fixed;
    box-shadow:var(--tt9a);
    border:1px solid var(--svcw);
    z-index:40;
    background:var(--fzf8)
}

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

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

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

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

.du-notice__icon {
    color:var(--vj6r);
    display:inline-flex
}

.du-notice__copy {
    font-size:14.5px;
    max-width:62ch;
    color:var(--j3qf)
}

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

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

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

.du-notice__more:hover {
    color:var(--r6y1)
}

/* джерела */

.du-cite {
    border-top:1px solid var(--svcw)
}

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

.du-cite__ref {
    color:var(--vj6r);
    font-size:15.5px;
    text-decoration:underline;
    text-underline-offset:3px
}

.du-cite__ref:hover {
    color:var(--r6y1)
}

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

.du-cite__panel {
    display:grid;
    gap:8px;
    padding:18px 20px;
    background:var(--fzf8);
    border:1px solid var(--svcw);
    border-radius:var(--misl)
}

.du-cite__panel-icon {
    color:var(--vj6r);
    display:inline-flex
}

.du-cite__panel-title {
    font-family:var(--dvj0);
    font-size:16px;
    font-weight:600;
    line-height:1.35
}

.du-cite__panel-title:hover {
    color:var(--vj6r);
    text-decoration:underline
}

.du-cite__panel-host {
    font-size:13.5px;
    color:var(--j3qf)
}

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

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

.du-nf__inner {
    text-align:center
}

.du-nf__title {
    font-size:32px
}

.du-nf__copy {
    margin-top:14px;
    color:var(--j3qf)
}

.du-nf__cta {
    margin-top:28px
}

/* адаптив */

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

@media (max-width: 720px) {
    .du-page {
    font-size:16px
}
    .du-block {
    padding:48px 0
}
    .du-masthead {
    padding:46px 0 40px
}
    .du-masthead__title {
    font-size:32px
}
    .du-masthead__sub {
    font-size:17px
}
    .du-masthead__actions {
    gap:12px
}
    .du-btn__lg {
    padding:15px 24px;
    width:100%;
    font-size:17px
}
    .du-top__inner {
    min-height:0;
    gap:12px;
    flex-direction:column;
    align-items:flex-start
}
    .du-top__chip {
    display:none
}
    .du-top__nav {
    width:100%
}
    .du-top__cta {
    margin-left:0
}
    .du-top__stack .du-top__inner {
    align-items:center
}
    .du-block__title {
    font-size:25px
}
    .du-check__title {
    font-size:25px
}
    .du-check__q {
    font-size:20px
}
    .du-check__bin {
    border-radius:var(--u096);
    padding:22px 18px
}
    .du-check__bin-flat {
    padding:24px 18px
}
    .du-check__opt {
    gap:12px;
    padding:14px 16px
}
    .du-check__opt-label {
    font-size:15.5px
}
    .du-check__dots {
    display:none
}
    .du-check__result-title {
    font-size:22px
}
    .du-check__result-head {
    gap:12px;
    align-items:flex-start
}
    .du-phead {
    padding:38px 0 32px
}
    .du-phead__title {
    font-size:28px
}
    .du-perk__row {
    gap:14px;
    padding:20px
}
    .du-foot__cols {
    gap:26px;
    grid-template-columns:1fr
}
    .du-foot__inner-2 {
    gap:22px;
    flex-direction:column
}
    .du-contact__panel {
    padding:20px
}
    .du-nf {
    padding:60px 0 68px
}
    .du-nf__title {
    font-size:26px
}
    .du-notice__inner {
    align-items:flex-start;
    gap:12px;
    flex-direction:column
}
    .du-notice__panel {
    bottom:12px;
    width:auto;
    max-width:none;
    right:12px;
    left:12px
}
    .du-notice__accept {
    width:100%
}
    .du-cite__cards {
    grid-template-columns:1fr
}
}

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

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

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

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

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

.du-block__tint {
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/af6e98/img/top.jpg?v=2aff5);
    background-size:cover;
    background-position:center
}

/* знімок */

.du-shot {
    margin:0
}

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

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

.du-shot__panel {
    overflow:hidden;
    border-radius:18px
}

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

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

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

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

.du-log__note {
    font-size:15px;
    margin:0
}

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

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

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

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

.du-log__copy {
    margin:5px 0 0;
    font-size:15px
}

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

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

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