.footer-6 {
  position: relative;
}

.footer-6__main {
  background: var(--color-background-dark);
  color: var(--color-white);
  padding: 68px 0 62px;
}

.footer-6__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr) minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
}

.footer-6__extras {
  margin-top: 52px;
  padding-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 48px;
  border-top: 1px solid color-mix(in srgb, var(--site6-accent-surface) 35%, transparent);
}

.footer-6__extras :is(.footer-hours__heading, .footer-map__heading) {
  color: var(--color-white);
  font-family: var(--font-family-display);
  font-weight: 800;
}

.footer-6__extras .footer-map__frame {
  border: 1px solid color-mix(in srgb, var(--site6-accent-surface) 35%, transparent);
  border-radius: 0;
}

@media (max-width: 767px) {
  .footer-6__extras {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.footer-6__brand img {
  display: block;
  width: 340px;
  max-width: 100%;
}

.footer-6__social {
  display: flex;
  gap: 22px;
  margin-top: 34px;
}

.footer-6__social a {
  color: color-mix(in srgb, var(--site6-accent-surface) 55%, transparent);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-6__social a:hover {
  color: var(--color-white);
  transform: translateY(-1px);
}

.footer-6__social svg {
  width: 30px;
  height: 30px;
}

.footer-6__column h2,
.footer-6__heading {
  margin: 0 0 24px;
  color: var(--color-white);
  font-family: var(--font-family-display);
  font-size: var(--section-heading-size);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.footer-6__nav,
.footer-6__contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-6__contact-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-6__contact-block--email {
  margin-top: 6px;
}

.footer-6__nav a,
.footer-6__contact p,
.footer-6__contact a {
  margin: 0;
  color: var(--color-text-light);
  font-family: var(--font-family);
  font-size: var(--font-size-body);
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.footer-6__nav a:hover,
.footer-6__contact a:hover {
  color: var(--color-white);
}

.footer-6__bottom {
  background: var(--site6-accent-surface);
  padding: 18px 0;
}

.footer-6__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-6__copyright,
.footer-6__legal a {
  color: var(--color-text-dark);
  font-family: var(--font-family-display);
  font-size: var(--font-size-body);
  font-weight: 700;
  text-decoration: none;
}

.footer-6__copyright {
  margin: 0;
}

.footer-6__legal {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.footer-6__legal a:hover {
  color: var(--color-text-dark);
}

.footer-6__floating-call {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--color-surface-subtle);
  color: var(--color-text-dark);
  font-family: var(--font-family-display);
  font-size: var(--font-size-small);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(var(--color-text-dark-rgb), 0.24);
  max-width: min(320px, calc(100vw - 32px));
}

.footer-6__floating-call:hover {
  background: var(--site6-warm-accent-strong);
}

.footer-6__floating-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-6__floating-call-icon svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1080px) {
  .footer-6__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .footer-6__brand {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .footer-6__brand img {
    margin: 0 auto;
  }

  .footer-6__brand-column,
  .footer-6__column {
    align-items: center;
  }

  .footer-6__social,
  .footer-6__nav,
  .footer-6__contact {
    justify-content: center;
    align-items: center;
  }

  .footer-6__bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-6__main {
    padding: 38px 0 34px;
  }

  .footer-6__brand img {
    width: 260px;
  }

  .footer-6__column h2,
  .footer-6__heading {
    margin-bottom: 18px;
    font-size: var(--section-heading-size);
  }

  .footer-6__nav a,
  .footer-6__contact p,
  .footer-6__contact a,
  .footer-6__copyright,
  .footer-6__legal a {
    font-size: var(--font-size-body);
  }

  .footer-6__legal {
    flex-direction: column;
    gap: 10px;
  }

  .footer-6__social {
    gap: 16px;
    margin-top: 22px;
  }

  .footer-6__floating-call {
    right: 16px;
    bottom: 16px;
    padding: 12px 16px;
    font-size: 13px;
  }
}
