.elementor-147 .elementor-element.elementor-element-c6e26d0{--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-40be4d5 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@600&display=swap');

.pure-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  z-index: 999;
  font-family: 'Inter', sans-serif;
}

.pure-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pure-logo {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: #222;
}

.pure-nav {
  display: flex;
  gap: 24px;
}

.pure-nav a {
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
}

.pure-nav a:hover {
  color: #4CAF50;
}

.pure-cta {
  background-color: #4CAF50;
  color: white;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.3s;
}

.pure-cta:hover,
.pure-cta-mobile:hover,
.elementor-button:hover {
  background-color: #2E7D32;
  color: white; /* обязательно укажи цвет текста снова */
  font-family: 'Inter', sans-serif; /* дублируем шрифт */
  font-weight: 600; /* дублируем жирность */
}

.pure-burger {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: #222;
  cursor: pointer;
}

.pure-mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  padding: 16px;
}

.pure-mobile-menu a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  color: #444;
  border-bottom: 1px solid #eee;
}

.pure-cta-mobile {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  margin-top: 12px;
  text-align: center;
  border-radius: 25px;
  display: block;
}

/* Адаптивность */
@media screen and (max-width: 768px) {
  .pure-nav {
    display: none;
  }

  .pure-cta {
    display: none;
  }

  .pure-burger {
    display: block;
  }

  .pure-mobile-menu.show {
    display: flex;
  }
}
.pure-logo a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}/* End custom CSS */