.site-footer {
  background: #000;
  color: #fff;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.google-map {
  width: 100%;
  border: 0;
  height: 500px;
  display: block;
}

.footer-main {
  background: #000;
  padding: 28px 0 10px;
}

.footer-main__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-col {
  width: 100%;
  padding: 0 15px 30px;
}

.footer-title {
  color: #b20000;
  font-size: 1.25rem;
  line-height: calc(1.75 / 1.25);
  text-transform: uppercase;
  font-weight: 600;
}

.footer-note {
  display: none;
}

.footer-email {
  display: inline-block;
}

.footer-social__icons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.footer-legal {
  background: #0a0a0a;
  padding: 1rem 0;
}

.footer-legal__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.footer-legal__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12.8px;
  opacity: 0.8;
}

.footer-legal__link {
  font-size: 0.75rem;
  line-height: calc(1 / 0.75);
  text-transform: uppercase;
}

.footer-legal__copyright {
  margin: 0;
  font-size: 0.875rem;
  line-height: calc(1.25 / 0.875);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .footer-main {
    padding: 28px 0 30px;
  }

  .footer-main__inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-col {
    width: 33.3333%;
  }

  .footer-note {
    display: block;
  }
}
