.nastylashy-footer {
  min-height: var(--footer-height);
  background-color: var(--black);
  color: white;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 150px;
  row-gap: 50px;
  padding: 0 160px;
}
@media screen and (max-width: 900px) {
  .nastylashy-footer {
    padding: 0 40px;
    column-gap: 50px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .nastylashy-footer {
    padding: 20px 20px;
  }
}
.nastylashy-footer .footer-links {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
}
.nastylashy-footer .footer-links a {
  color: white;
  text-decoration: none;
}

/*# sourceMappingURL=footer.css.map */
