@charset "UTF-8";
/* ----- Список ссылок в футере ----- */
.footer-list {
  color: #fff;
}

.footer-list__links li:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .footer-list__links {
    margin-bottom: 30px;
  }
}
