/* Тёмная Марга: симметричная сетка подвала главной страницы. */

.home-page .site-footer {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 32px !important;
  padding: 28px !important;
}

.home-page .site-footer .footer-brand {
  justify-self: start !important;
}

.home-page .site-footer .footer-nav {
  width: 100% !important;
  justify-self: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  text-align: center !important;
}

.home-page .site-footer .footer-copy {
  justify-self: end !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 4px !important;
  text-align: right !important;
}

.home-page .site-footer .email-protected {
  margin-top: 0 !important;
}

@media (max-width: 899px) {
  .home-page .site-footer {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 14px !important;
    padding: 22px 16px 24px !important;
  }

  .home-page .site-footer .footer-brand,
  .home-page .site-footer .footer-nav,
  .home-page .site-footer .footer-copy {
    justify-self: start !important;
  }

  .home-page .site-footer .footer-nav {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    text-align: left !important;
  }

  .home-page .site-footer .footer-copy {
    align-items: flex-start !important;
    text-align: left !important;
  }
}
