@charset "utf-8";

.wl-footer {
  position: relative;
  width: 100%;
  min-height: 360px;
  margin: 0;
  padding: 0;
  background-image: url("../img/bg/footer-1.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
  overflow: hidden;
}

.wl-footer-overlay {
  min-height: 360px;
  padding: 62px 40px;
  background: rgba(8, 18, 16, 0.78);
}

.wl-footer-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.7fr 1.1fr;
  gap: 40px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.wl-footer-col {
  position: relative;
  min-height: 190px;
  color: rgba(255, 255, 255, 0.93);
}

.wl-footer-col:not(:first-child) {
  border-left: 1px solid rgba(190, 170, 95, 0.58);
  padding-left: 40px;
}

.wl-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-footer-logo img {
  display: block;
  width: 100%;
  max-width: 285px;
  height: auto;
  padding: 0;
}

.wl-footer h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.wl-footer h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 12px;
  background: #b7a45d;
}

.wl-footer p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.65;
}

.wl-footer strong {
  color: #fff;
  font-weight: 700;
}

.wl-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.wl-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.wl-footer-terms ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wl-footer-terms li {
  margin-bottom: 13px;
}

.wl-footer-terms a {
  display: inline-flex;
  align-items: baseline;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.35;
}

.wl-footer-terms a::before {
  content: "+";
  margin-right: 12px;
  color: #b7a45d;
  font-size: 24px;
  line-height: 1;
}

.legal-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: left;
}

.legal-page .project_name {
  margin-bottom: 30px;
  text-align: center;
}

.legal-page__content {
  padding: 35px;
  border-radius: 2px;
  background: #fff;
  color: #222;
  line-height: 1.75;
}

.legal-page__content h3 {
  margin: 26px 0 10px;
  color: #006b3f;
  font-size: 20px;
  font-weight: 700;
}

.legal-page__content p {
  margin: 0 0 12px;
  text-align: justify;
}

@media (max-width: 1199px) {
  .wl-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
  }

  .wl-footer-col:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wl-footer-overlay {
    padding: 42px 24px;
  }

  .wl-footer-container {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .wl-footer-col {
    min-height: auto;
  }

  .wl-footer-col:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(190, 170, 95, 0.44);
    padding: 24px 0 0;
  }

  .wl-footer-logo {
    justify-content: flex-start;
  }

  .wl-footer-logo img {
    max-width: 230px;
  }

  .wl-footer h3 {
    font-size: 23px;
  }

  .wl-footer p,
  .wl-footer-terms a {
    font-size: 16px;
  }

  .legal-page {
    padding: 30px 10px;
  }

  .legal-page__content {
    padding: 20px;
  }
}
