.site-footer__credentials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer__facebook {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: #8eb1c5;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__facebook:hover {
  color: #fff;
}

.site-footer__facebook:focus-visible {
  border-radius: 3px;
  outline: 2px solid #ff6a1f;
  outline-offset: 4px;
}

.site-footer__facebook svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer__contacts .site-footer__estimate {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: 10px;
}

@media (max-width: 520px) {
  .site-footer__credentials {
    flex-wrap: wrap;
    gap: 4px 16px;
  }
}
