.elementor-43 .elementor-element.elementor-element-8aa70d3{--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-43 .elementor-element.elementor-element-3d34cbc{--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-43 .elementor-element.elementor-element-9844294{--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-43 .elementor-element.elementor-element-8315578{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-43 .elementor-element.elementor-element-5ecc08f{--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;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-43 .elementor-element.elementor-element-219b7f1{--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;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-43 .elementor-element.elementor-element-20526f2{--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-43 .elementor-element.elementor-element-f980279{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7e979c7 *//* Poppins font for whole site */
/* Hero title принудительно белым */
.hero-video-section .hero-overlay .hero-content h1 {
  color: #fff !important;
}
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

/* Hero section styles */
.hero-video-section {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.hero-video {
  position: absolute;
  top: 70%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-left: 8%;
}

.hero-content {
  color: white;
  z-index: 3;
  max-width: 500px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.cta-button {
  background-color: #66bb6a;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(102, 187, 106, 0.3);
  display: inline-block;
}

.cta-button:hover {
  background-color: #57a75c;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(87, 167, 92, 0.4);
}

/* Bottom wave */
.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  z-index: 3;
}

.hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef600b8 */.about-upgraded {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #f6fdf9 100%);
  padding: 120px 20px 80px 20px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* SLOGAN BLOCK */
.slogan-overlay {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.slogan-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  max-width: 80vw;
  opacity: 0.05;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.slogan-badge {
  position: relative;
  display: inline-block;
  background: white;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  z-index: 1;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

/* VIDEO BLOCK */
.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 0 24px rgba(76, 175, 80, 0.3);
  animation: pulse-frame 4s ease-in-out infinite;
  flex: 1 1 60%;
  max-width: 720px;
}

.about-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.video-caption {
  text-align: center;
  background: #f0f0f0;
  padding: 10px 16px;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 14px;
}

/* RIGHT TEXT BLOCK */
.about-glass {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 0 24px rgba(76, 175, 80, 0.2);
  border: 1px solid rgba(180, 220, 200, 0.2);
  max-width: 480px;
  flex: 1 1 35%;
  animation: fade-in 1.5s ease-in-out both;
}

.about-logo {
  width: 180px;
  display: block;
  margin: 0 auto 20px auto;
}

.about-glass h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222;
  text-align: center;
}

.about-glass p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* GLOW EFFECT */
.glow {
  box-shadow: 0 0 18px rgba(76, 175, 80, 0.25), 0 0 60px rgba(76, 175, 80, 0.1);
}

/* ANIMATIONS */
@keyframes pulse-frame {
  0% {
    box-shadow: 0 0 12px rgba(76, 175, 80, 0.2);
  }
  50% {
    box-shadow: 0 0 24px rgba(76, 175, 80, 0.35);
  }
  100% {
    box-shadow: 0 0 12px rgba(76, 175, 80, 0.2);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8315578 */.flower-catalog {
  padding: 100px 20px;
  background: #f6fdf9;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.catalog-container {
  max-width: 1200px;
  margin: 0 auto;
}

.catalog-header {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.catalog-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 2;
}

.catalog-header .catalog-logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  opacity: 0.035;
  z-index: 1;
  pointer-events: none;
}

.flower-grid.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
}

.flower-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.flower-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.flower-image {
  padding: 20px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.flower-image img {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.flower-card:hover .flower-image img {
  transform: scale(1.06);
}

.flower-info {
  padding: 20px 16px 24px;
}

.flower-info h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1f1f1f;
  font-weight: 600;
}

.flower-info p {
  font-size: 14.5px;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .flower-grid.three-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .flower-image img {
    max-height: 180px;
  }
}

@media (max-width: 480px) {
  .flower-grid.three-columns {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2fdc0f */.process-section {
  background: linear-gradient(to bottom, #f5fcf6 0%, #d6e8d9 100%);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.process-header-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.process-bg-logo {
  position: absolute;
  top: -40px;
  width: 220px;
  opacity: 0.05;
  z-index: 1;
}

.process-title-badge {
  position: relative;
  background: white;
  padding: 12px 28px;
  font-size: 30px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.process-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.process-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 35px rgba(120, 200, 140, 0.3);
  width: 260px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 50px rgba(80, 180, 120, 0.4);
}

.process-card img,
.process-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.process-card p {
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

.process-step {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #90d7a5;
  color: white;
  font-weight: 600;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.process-arrow {
  font-size: 32px;
  color: #70a781;
  user-select: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-758b647 */.faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0;
  padding-top: 60px;
  align-items: stretch;
  min-height: 500px;
  background: linear-gradient(to bottom, #d6e8d9 0%, #f5fcf6 100%);
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.faq-section {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 30px;
  max-width: 600px;
  position: relative;
}

.faq-header-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.faq-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  opacity: 0.05;
  z-index: 1;
}

.faq-title-badge {
  position: relative;
  background: white;
  padding: 12px 28px;
  font-size: 26px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 2;
  color: #003b63;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-container details {
  background: #e1f3e7;
  border-radius: 12px;
  padding: 16px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.faq-container details[open] {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.faq-container summary {
  font-weight: 600;
  font-size: 16px;
  color: #2d5940;
  list-style: none;
}

.faq-container summary span::before {
  content: "🌱";
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.faq-container details[open] summary span::before {
  content: "🌼";
}

.faq-container p {
  margin-top: 8px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Фотоблок */
.faq-photo-box {
  position: relative;
  flex: 1 1 48%;
  overflow: hidden;
  border-radius: 20px;
  min-height: 500px;
  box-shadow: 0 10px 30px rgba(100, 150, 100, 0.2);
}

.faq-photo-box img.faq-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease, transform 12s ease;
  opacity: 0;
  transform: scale(1);
  z-index: 0;
}

.faq-photo-box img.faq-photo.active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 1;
}

.photo-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30,120,70,0.3), rgba(0,0,0,0.2));
  z-index: 2;
  pointer-events: none;
  border-radius: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f980279 */.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 80px 20px;
  background: linear-gradient(to bottom, #f5fcf6 0%, #d6e8d9 100%);
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
}

.contact-left, .contact-right {
  flex: 1 1 420px;
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-title {
  font-size: 24px;
  font-weight: 600;
  color: #2b6e47;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-left form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-left input,
.contact-left textarea {
  padding: 14px 18px;
  border: 1px solid #d3e9d3;
  border-radius: 12px;
  font-size: 15px;
  background: #f7fdf8;
  transition: 0.3s ease;
}

.contact-left input:focus,
.contact-left textarea:focus {
  outline: none;
  border-color: #67b585;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(103,181,133,0.2);
}

.contact-left textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-left button {
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #35c96d, #1aab5b);
  color: white;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  width: fit-content;
}

.contact-left button:hover {
  background: linear-gradient(135deg, #2fb25f, #16994f);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.contact-right {
  align-items: center;
  gap: 22px;
  text-align: center;
}

.contact-logo {
  max-width: 200px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.08));
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #e4f7e9;
  color: #23472f;
  text-decoration: none;
  font-weight: 500;
  padding: 16px 22px;
  border-radius: 14px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  justify-content: center;
}

.contact-link i {
  font-size: 18px;
  color: #2a5c36;
}

.contact-link:hover {
  background: #d1efda;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Нижний блок "как футер" */
.footer-block-rounded {
  width: 100%;
  
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.footer-content {
  max-width: 1400px;
  width: 100%;
  text-align: center;
}

.footer-text {
  font-size: 14px;
  color: #444;
  margin: 0;
}

.footer-credit {
  font-size: 14px;
  color: #2b6e47;
  font-weight: 500;
  margin: 6px 0 0;
}

.footer-credit a {
  color: #2b6e47;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-credit a:hover {
  color: #1e7c4e;
  text-shadow: 0 0 8px rgba(30, 124, 78, 0.2);
}

/* Контейнер формы */
.wpforms-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'Poppins', sans-serif;
}

/* Поля ввода */
.wpforms-field input,
.wpforms-field textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d3e9d3;
  border-radius: 12px;
  font-size: 15px;
  background: #f7fdf8;
  transition: 0.3s ease;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
  outline: none;
  border-color: #67b585;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(103,181,133,0.2);
}

/* Текстовое поле */
.wpforms-field textarea {
  min-height: 120px;
  resize: vertical;
}

/* Кнопка */
.wpforms-submit {
  padding: 14px 24px !important;
  border: none !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #35c96d, #1aab5b) !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
  width: fit-content !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.wpforms-submit:hover {
  background: linear-gradient(135deg, #2fb25f, #16994f) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1) !important;
}

/* Лейблы */
.wpforms-field-label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 6px;
  color: #2b6e47;
}

/* Сообщение об ошибке */
.wpforms-error {
  font-size: 13px;
  color: #d9534f;
  margin-top: 4px;
}/* End custom CSS */