footer #close_menu {
  display: none;
}

.footer {
  background-color: #010302;
  color: #ffffff;
  padding: 6em 0;
  margin-top: 10em;
}
.footer .disclaimer {
  font-family: "Brygada 1918";
  font-size: max(12px, 1.4em);
  color: #ffffff;
  margin: 3em auto 0 auto;
  font-weight: 400;
  max-width: 860px;
  text-align: center;
}
.footer .logo {
  width: 15em;
}
.footer .logo img {
  width: 100%;
  height: auto;
}

.footer-top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6em;
  justify-content: space-between;
}

.footer-middle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10em;
  margin-bottom: 30px;
}

.element {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
}
.element ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.element ul li {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.element ul a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.element ul a:hover {
  color: #ffffff;
}

.footer-col {
  display: flex;
  justify-content: space-between;
  gap: 8em;
  align-items: flex-start;
  font-size: max(16px, 1.4em);
}
.footer-col h4 {
  color: #9e701b;
  font-size: 1.6em;
  padding-bottom: 5px;
  font-weight: 700;
}

.social-links a {
  margin-right: 10px;
  font-size: 1.35rem;
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s;
}
.social-links a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 0.9rem;
  color: #aaa;
}

@media (max-width: 1440px) {
  .footer .footer-col {
    flex-direction: column;
    gap: 2em;
  }
  .footer .footer-middle {
    display: grid;
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=footer.css.map */