.footer-10 {
  background: #1f2024;
  color: #f6f2ea;
}

.footer-10__main {
  padding-top: 72px;
  padding-bottom: 54px;
}

.footer-10__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.06fr) minmax(220px, 0.92fr) minmax(220px, 0.92fr) minmax(180px, 0.72fr);
  gap: 40px;
  align-items: start;
}

.footer-10__brand img {
  display: block;
  width: min(100%, 310px);
}

.footer-10__heading {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.footer-10__text,
.footer-10__text a,
.footer-10__links a,
.footer-10__legal a,
.footer-10__copyright {
  color: rgba(246, 242, 234, 0.84);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  text-decoration: none;
}

.footer-10__text {
  margin: 0 0 4px;
}

.footer-10__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-10__links a:hover,
.footer-10__text a:hover,
.footer-10__legal a:hover,
.footer-10__social a:hover {
  color: var(--site10-gold);
}

.footer-10__social {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-10__social a {
  color: var(--site10-gold);
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-10__social a:hover {
  transform: translateY(-1px);
}

.footer-10__social svg {
  width: 22px;
  height: 22px;
}

.footer-10__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 72px;
}

.footer-10__copyright,
.footer-10__legal a {
  color: #eed48c;
  font-size: 16px;
  font-weight: 800;
}

.footer-10__copyright {
  margin: 0;
}

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

.footer-10__floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--site10-gold);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(31, 32, 36, 0.18);
}

.footer-10__floating-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.footer-10__floating-call-icon svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1100px) {
  .footer-10__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-10__brand-column {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .footer-10__main {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-10__grid,
  .footer-10__bottom {
    grid-template-columns: 1fr;
  }

  .footer-10__bottom {
    margin-top: 48px;
  }
}

@media (max-width: 640px) {
  .footer-10__text,
  .footer-10__text a,
  .footer-10__links a {
    font-size: 16px;
  }

  .footer-10__copyright,
  .footer-10__legal a {
    font-size: 14px;
  }

  .footer-10__floating-call {
    right: 14px;
    bottom: 14px;
    min-height: 52px;
    padding: 12px 16px;
    font-size: 14px;
  }
}
