/* FOOTER */
.footer {
  background: #fff;
  border-top: 1px solid #e6e9ed;
  padding: 40px 0 30px;
  background-color: #62707c0b;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left; /* ← ВАЖЛИВО */
}

.footer-links {
  display: flex;
  justify-content: flex-start; /* ← ВАЖЛИВО */
  flex-wrap: wrap;
  gap: 26px;
}

.footer-links-top {
  margin-bottom: 46px;
}

.footer-links-bottom {
  margin-bottom: 26px;
}

.footer-links a {
  font-size: 16px;
  color: #0b2d4b;
  text-decoration: underline;
  font-weight: 400;
}

.footer-links-bottom a{
     font-size: 14px;
     color: #62707c;
}

.footer-links a:hover {
  color: #c5531b;
}

.footer-copy {
  font-size: 14px;
  color: #6b7a88;
  line-height: 1.6;
  max-width: 900px; /* як в оригіналі, щоб рядок не був надто довгий */

}
