.elementor-86 .elementor-element.elementor-element-5bd5c05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b428a7f */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* === FOOTER === */
.site-footer {
  position: relative;
  padding: 40px 0 20px;
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
  background: #E4F3FB; /* нежно-голубой фон */
}

/* === Контент футера === */
.footer-inner,
.footer-bottom {
  position: relative;
  z-index: 2;
  background: none;
}

/* === Контейнер === */
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

/* === Логотип === */
.footer-logo {
  margin-bottom: 24px;
}

.footer-logo img {
  height: 42px;
  width: auto;
  display: inline-block;
}

/* === Меню === */
.footer-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #111;
  transition: color 0.25s ease, font-weight 0.25s ease;
}

.footer-nav a:hover {
  color: #1e4630;
  font-weight: 500;
}

/* === Копирайт === */
.footer-bottom {
  margin-top: 24px;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  font-weight: 400;
  color: #1e4630;
  opacity: 0.8;
}

/* === Адаптив === */
@media (max-width: 768px) {
  .footer-logo img {
    height: 36px;
  }

  .footer-nav {
    gap: 18px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}/* End custom CSS */