.elementor-162 .elementor-element.elementor-element-c2d35d4{--display:flex;}.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-ab5c4fa */.pure-footer {
  background-color: #f4f4f4;
  padding: 24px 16px;
  font-size: 14px;
  color: #444;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.footer-brand {
  font-size: 14px;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.footer-nav a {
  text-decoration: none;
  color: #444;
  transition: color 0.3s;
  font-size: 14px;
}

.footer-nav a:hover {
  color: #2E7D32;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.footer-socials {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.footer-socials img {
  width: 22px;
  height: 22px;
  filter: grayscale(100%) brightness(0.5);
  transition: filter 0.3s ease;
}

.footer-socials img:hover {
  filter: none;
}

.footer-bottom small {
  color: #888;
  font-size: 12px;
}

/* Адаптивность */
@media screen and (min-width: 600px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }

  .footer-brand {
    flex: 1;
  }

  .footer-nav {
    flex: 2;
    justify-content: center;
  }

  .footer-bottom {
    flex: 1;
    align-items: flex-end;
  }
}/* End custom CSS */