/* ============================================================
   Подвал Киссатена (секция #cont боевого): серт-кнопка, адрес,
   лого сети, Яндекс-карта во всю ширину, реквизиты, политика.
   Фон — сквозной фон страницы (bgr_bases). Значения 1:1 с боевого.
   ============================================================ */
.nbc-footer {
    position: relative;
    z-index: 60;
    padding-top: 60px;
    padding-bottom: 30px;
    background: transparent;
}

/* Центрированный контейнер для текстовых блоков (над и под картой) */
.nbc-footer-box {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Кнопка «Купить сертификат» */
.nbc-footer-cert {
    display: inline-flex; align-items: center; justify-content: center;
    background: #795D63; color: #fff !important;
    font-family: 'Steppe-Bold', 'Montserrat', sans-serif !important;
    font-size: 15px; font-weight: 400; letter-spacing: .2px; line-height: 1.3em;
    border-radius: 90px; padding: 17px 32px 16px 28px;
    text-decoration: none; white-space: nowrap;
    transition: background .2s;
}
.nbc-footer-cert:hover { background: #B97062; color: #fff !important; }

/* Адрес */
.nbc-footer-address {
    font-family: 'Steppe-Regular', 'Montserrat', sans-serif;
    font-size: 14px; font-weight: 400; color: #000;
    margin-top: 11px; line-height: 1.5;
}

/* Лого сети «Провинциалы» */
.nbc-footer-prov { width: 216px; max-width: 216px; height: auto; display: block; margin: 18px auto 0; }

/* Яндекс-карта — во всю ширину */
.nbc-footer-map { width: 100%; margin: 52px 0 22px; line-height: 0; }
.nbc-footer-map iframe,
.nbc-footer-map > ymaps,
.nbc-footer-map > div { width: 100% !important; max-width: 100% !important; display: block; border: 0; }
.nbc-footer-map iframe { height: 457px !important; }

/* Реквизиты */
.nbc-footer-requisites {
    font-family: 'Steppe-Regular', 'Montserrat', sans-serif;
    font-size: 12px; font-weight: 400; letter-spacing: 1px;
    color: #232323; max-width: 517px; line-height: 1.6;
    margin-top: 30px;
}

/* Кнопка «Политика конфиденциальности» */
.nbc-footer-policy {
    display: inline-flex; align-items: center; justify-content: center;
    background: #B97062; color: #fff !important;
    font-family: 'Steppe-Bold', 'Montserrat', sans-serif !important;
    font-size: 15px; font-weight: 400; letter-spacing: .2px; line-height: 1.3em;
    border-radius: 90px; padding: 17px 32px 16px 28px;
    text-decoration: none; text-align: center;
    margin: 14px auto 30px;
    transition: background .2s;
}
.nbc-footer-policy:hover { background: #795D63; color: #fff !important; }

@media (max-width: 768px) {
    .nbc-footer { padding-top: 40px; }
    .nbc-footer-address { font-size: 13px; }
    .nbc-footer-map iframe { height: 320px !important; }
    .nbc-footer-policy, .nbc-footer-cert { font-size: 14px; padding: 15px 26px; }
}
