.footer {
  background: #000;
  color: #faf4e3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  padding: 48px 28px 28px 28px;
  font-family: "AvenirNextCyr-Thin", Arial, sans-serif;
}
.footer-col {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 160px;
  gap: 16px;
}
.footer-logo {
  align-items: flex-start;
  justify-content: flex-start;
    margin-top: -4rem;
}
.footer-logo-text {
  font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  color: #faf4e3;
}
.footer-links h4, .footer-more h4 {
  font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
  font-size: 1.16em;
  margin: 0 0 8px;
  color: #faf4e3;
  font-weight: 700;
}
.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links li {
  margin-bottom: 4px;
}
.footer-links a,
.footer-more a:not(.btn-footer) {
  color: #faf4e3;
  text-decoration: none;
  transition: color .2s;
  font-weight: 300;
  font-size: 1em;
}
.footer-links a:hover,
.footer-more a:not(.btn-footer):hover {
  text-decoration: underline;
  color: #fff;
}
.reclamo-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.reclamo-box img {
  width: 50px;
  height: auto;
}
.footer-social {
  margin-top: 8px;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #faf4e3;
  border-radius: 50%;
  transition: all 0.2s;
}
.social-icon:hover {
  background: #faf4e3;
}
.social-icon:hover svg {
  stroke: #000;
}
.footer-more .footer-buttons {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.footer-more .btn-footer {
  border: 1px solid #faf4e3;
  color: #faf4e3;
  background: none;
  padding: 7px 18px;
  border-radius: 25px;
  font-size: 0.95em;
  text-decoration: none;
  transition: background .2s, color .2s;
  font-family: "AvenirNextCyr-Thin", Arial, sans-serif;
  font-weight: 300;
}
.footer-more .btn-footer:hover {
  background: #faf4e3;
  color: #000;
}
.footer-bottom {
  text-align: center;
  background: #000;
  color: #bbb;
  padding: 16px 6px 24px 6px;
  font-size: 0.9em;
  font-family: "AvenirNextCyr-Thin", Arial, sans-serif;
}
.footer-bottom p {
  margin: 4px 0;
}
.footer-dev {
  margin-top: 8px;
}
.mesa-logo {
  font-weight: bold;
  color: #faf4e3;
}
@media (max-width: 900px) {
  .footer {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
    padding: 32px 16px;
  }
  .footer-col {
    width: 100%;
    min-width: 0;
    align-items: center;
  }
  .footer-logo {
    align-items: center;
    justify-content: center;
  }
  .footer-logo-text {
    text-align: center;
  }
  .reclamo-box {
    justify-content: center;
  }
  .footer-more .footer-buttons {
    justify-content: center;
  }
}

.takthai {
  color: black;
}