.footer {
  background-color: var(--black-color);
  color: var(--white-color);
}
.footer__inset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.footer__links__title {
  font-size: 1.5625rem;
  font-weight: 600;
}
.footer__links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
.footer__links__list li {
  font-size: 1.0625rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer__links__list li:hover {
  color: var(--third-400);
  text-decoration: underline;
}
.footer__info {
  margin-left: auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.footer__info__title {
  font-size: 1.375rem;
  font-weight: 600;
}
.footer__info__text {
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}
.footer__info__text a {
  color: var(--third-400);
  text-decoration: none;
}
.footer__info__text a:hover {
  text-decoration: underline;
}
.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.footer__icons__logo {
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.footer__icons__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.footer__icons__socials img {
  height: 2.8125rem;
}
.footer__bottom {
  text-align: center;
  background-color: #222;
  padding: 0.9375rem 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  font-style: italic;
}
@media screen and (max-width: 1000px) {
  .footer__inset {
    gap: 1.25rem;
  }
  .footer__links__title {
    font-size: 1.375rem;
  }
  .footer__links__list {
    gap: 0.625rem;
  }
  .footer__links__list li {
    font-size: 1rem;
  }
  .footer__info {
    gap: 1rem;
  }
  .footer__info__title {
    font-size: 1.25rem;
  }
  .footer__info__text {
    font-size: 0.9375rem;
  }
  .footer__icons {
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__icons__logo {
    height: 3.75rem;
  }
  .footer__icons__socials {
    gap: 0.9375rem;
  }
  .footer__icons__socials img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 700px) {
  .footer__inset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
  .footer__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__links__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__info {
    text-align: center;
    margin-left: 0;
  }
  .footer__bottom {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 500px) {
  .footer__inset {
    gap: 1.25rem;
  }
  .footer__links__title {
    font-size: 1.1875rem;
  }
  .footer__links__list {
    gap: 0.625rem;
  }
  .footer__links__list li {
    font-size: 0.875rem;
  }
  .footer__info {
    gap: 0.75rem;
  }
  .footer__info__title {
    font-size: 1.0625rem;
  }
  .footer__info__text {
    font-size: 0.8125rem;
  }
  .footer__bottom {
    font-size: 0.8125rem;
  }
}