.footer {
  padding: 2rem 30px;
  background-color: #1f2228;
  @media screen and (max-width: 500px) {
    padding: 2rem 10px;
  }
}
.footer__socials .footer__social {
  margin-right: 1.1rem;
  @media screen and (max-width: 400px) {
    margin-right: 10px;
  }
}
.footer__socials .footer__social svg {
  font-size: 2.2rem;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.footer__links ul {
  list-style: none;
  width: 23%;
  @media screen and (max-width: 768px) {
    width: 50%;
  }
}
.footer__links .footer__link {
  flex: 1 0 50%;
  margin-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  .footer__links .footer__link {
    flex: 1 0 25%;
  }
}
.footer-second-part {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.footer-second-part-links {
  display: flex;
  gap: 2rem;
}
