.footer-6 {
  position: relative;
}

.footer-6__main {
  background: #2f7580;
  color: #ffffff;
  padding: 68px 0 62px;
}

.footer-6__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.95fr;
  gap: 70px;
  align-items: start;
}

.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: rgba(237, 246, 246, 0.55);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

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

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

.footer-6__column h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 22px;
  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: #eef5f5;
  font-family: var(--font-family);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.footer-6__nav a:hover,
.footer-6__contact a:hover {
  color: #fb876d;
}

.footer-6__bottom {
  background: #edf6f6;
  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: #fb876d;
  font-family: var(--font-family-display);
  font-size: 16px;
  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: #e9755c;
}

.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: #fb876d;
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(33, 43, 54, 0.24);
  max-width: min(320px, calc(100vw - 32px));
}

.footer-6__floating-call:hover {
  background: #ef7c63;
}

.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 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .footer-6__nav a,
  .footer-6__contact p,
  .footer-6__contact a,
  .footer-6__copyright,
  .footer-6__legal a {
    font-size: 15px;
  }

  .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;
  }
}
