.footer {
  width: 100%;
  padding: 3.125rem 0 3.125rem 0;
  text-align: center;
}
.footer .footer_logos {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: center;
  padding: 0 1.875rem 2.8125rem;
}
.footer .footer_logos_row {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
.footer .footer_logos_row a {
  display: inline-flex;
}
@media (max-width: 300px) {
  .footer .footer_logos_row {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer .footer_logos {
    gap: 3.125rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .footer .footer_logos_row {
    flex-direction: row;
    gap: 3.125rem;
  }
}
.footer_links .menu-footer {
  display: flex;
  gap: 0.625rem;
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
  flex-direction: column;
  line-height: 1.5rem;
  justify-content: center;
  width: 100%;
  margin-block-end: 2.8125rem;
  padding-inline-start: 0;
}
@media (min-width: 48rem) {
  .footer_links .menu-footer {
    flex-direction: row;
    gap: 1.875rem;
    line-height: 1.2rem;
    padding: 0 3.125rem;
  }
}
.footer_social-links {
  margin-block-end: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
  gap: 1.25rem;
  justify-content: center;
  padding: 0 2.5rem 0 1.875rem;
}
@media (min-width: 20rem) {
  .footer_social-links {
    gap: 1.875rem;
  }
}
.footer_social-links a:hover {
  text-decoration: none;
}
.footer_social-links .icon svg {
  height: 1.875rem;
  width: 1.875rem;
}
@media (min-width: 320px) {
  .footer_social-links .icon svg {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}
.footer_copyright {
  color: var(--color-grey-1);
  font-size: 0.875rem;
  text-align: center;
}
.footer .separator {
  margin-bottom: 1.875rem;
}
@media (min-width: 48rem) {
  .footer .separator {
    margin-bottom: 3.125rem;
  }
}