.elementor-1574 .elementor-element.elementor-element-30f18df{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1574 .elementor-element.elementor-element-30f18df{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1da000d */.lo-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f1e8dc;
  color: #3c312a;
  font-family: inherit;
  border-top: 1px solid rgba(139, 131, 121, 0.16);
}

.lo-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 42px 24px;
}

.lo-footer__top {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
}

.lo-footer__logo {
  display: inline-flex;
  margin-bottom: 18px;
  color: #2f3442 !important;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none !important;
}

.lo-footer__brand p,
.lo-footer__contact p {
  max-width: 360px;
  margin: 0 0 18px;
  color: #6f6258;
  font-size: 15px;
  line-height: 1.55;
}

.lo-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lo-footer__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgba(139, 131, 121, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: #6c5c51;
  font-size: 12px;
  font-weight: 600;
}

.lo-footer h3 {
  margin: 0 0 15px;
  color: #3c312a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.lo-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lo-footer__nav a,
.lo-footer__contact-link {
  width: fit-content;
  color: #6f6258 !important;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.lo-footer__nav a:hover,
.lo-footer__contact-link:hover {
  color: #9b806a !important;
}

.lo-footer__contact {
  display: flex;
  flex-direction: column;
}

.lo-footer__contact-link {
  margin-bottom: 10px;
  font-weight: 600;
}

.lo-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lo-footer__socials a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(139, 131, 121, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  color: #5f5148 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lo-footer__socials a:hover {
  background: #9b806a;
  color: #fffaf5 !important;
}

.lo-footer__middle {
  margin-top: 38px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid rgba(139, 131, 121, 0.14);
  border-bottom: 1px solid rgba(139, 131, 121, 0.14);
}

.lo-footer__service {
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.36);
  color: #6f6258;
  font-size: 14px;
  line-height: 1.35;
}

.lo-footer__service span {
  display: block;
  margin-bottom: 5px;
  color: #3c312a;
  font-size: 14px;
  font-weight: 800;
}

.lo-footer__bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #7b6e64;
}

.lo-footer__bottom p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .lo-footer__top {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .lo-footer__brand,
  .lo-footer__contact {
    grid-column: span 3;
  }
}

@media (max-width: 760px) {
  .lo-footer__inner {
    padding: 42px 18px 22px;
  }

  .lo-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
  }

  .lo-footer__brand,
  .lo-footer__contact {
    grid-column: span 2;
  }

  .lo-footer__logo {
    font-size: 30px;
  }

  .lo-footer__middle {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .lo-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 460px) {
  .lo-footer__inner {
    padding: 36px 14px 20px;
  }

  .lo-footer__top {
    grid-template-columns: 1fr;
  }

  .lo-footer__brand,
  .lo-footer__contact {
    grid-column: auto;
  }
}/* End custom CSS */