.footer {
  color: #fffdfa;
  background-color: var(--color-primary);
}

.footer__container {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer__left {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 50%;
}

.footer__left-text {
  color: #fff;
  line-height: 130%;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  width: 50%;
  font-size: 14px;
}

.footer__contacts {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
}

.footer__contacts-left {
  display: flex;
  align-items: center;
}

.footer__contacts-tel {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.footer__legal {
  display: flex;
  gap: 10px;
}

.footer__legal-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (any-hover: hover) {
  .footer__legal-link:hover {
    text-decoration: underline;
  }
}
