/* ===========================
   БАЗА
   =========================== */

.privacy-page {
    padding: 32px 0 64px;
}

.privacy-page__hero-inner,
.privacy-page__section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ===========================
   HERO
   =========================== */

.privacy-page__hero {
    margin-bottom: 28px;
    background: #f7f7f7;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.privacy-page__hero-inner {
    padding-top: 22px;
    padding-bottom: 22px;
}

.privacy-page__eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #777;
}

.privacy-page__title {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
}

.privacy-page__lead {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #4b4b4b;
}

.privacy-page__note {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

/* ===========================
   ОБЩИЕ БЛОКИ
   =========================== */

.privacy-page__section {
    margin: 0 auto 20px;
}

.privacy-page__subtitle {
    position: relative;
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 14px;
}

.privacy-page__subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    bottom: 0.25em;
    width: 3px;
    border-radius: 2px;
    background: #fac207;
}

.privacy-page__text-block {
    font-size: 14px;
    line-height: 1.6;
    color: #4b4b4b;
}

.privacy-page__text-block p {
    margin: 0 0 8px;
}

/* списки */

.privacy-page__list {
    margin: 0 0 8px;
    padding-left: 18px;
}

.privacy-page__list li {
    margin: 0 0 4px;
    padding-left: 2px;
    font-size: 13px;
    line-height: 1.5;
}

.privacy-page__list li:last-child {
    margin-bottom: 0;
}

/* ===========================
   FOOTNOTE
   =========================== */

.privacy-page__section--footnote {
    margin-top: 8px;
}

.privacy-page__footnote {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #888;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f9f9f9;
    border: 1px dashed #d0d0d0;
}

/* ===========================
   АДАПТИВ
   =========================== */

@media (min-width: 768px) {
    .privacy-page {
        padding-top: 40px;
        padding-bottom: 72px;
    }

    .privacy-page__title {
        font-size: 30px;
    }

    .privacy-page__subtitle {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .privacy-page__title {
        font-size: 32px;
    }
}
