.footer {
  height: 380px;
  margin-top: auto;
}
@media screen and (max-width: 999px) {
  .footer {
    height: auto;
  }
}

.footer-links {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 16px 0;
}
@media screen and (max-width: 999px) {
  .footer-links {
    padding: 0;
  }
}
.footer-links a {
  font-weight: 700;
  font-size: 20px;
  color: #bcc1ca;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  line-height: 120%;
}
.footer-links a:hover {
  color: #ffffff;
}

/* korobok custom */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.opd-section {
  padding-top: 160px;
}
.opd-section a {
  color: #244F77 !important;
}

.opd-links {
  display: flex;
  gap: 1.5rem;
}

.opd-link {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #40464E;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 19px;
  transition: all 0.5s ease-in-out;
}
.opd-link:hover {
  color: #34c3ff;
}

.footer__info {
  padding-bottom: 0;
}

@media (max-width: 999px) {
  .footer__info {
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .opd-links {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 400px) {
  .footer__content > p {
    margin-right: 100px;
  }
}

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