
body {
 
        margin: 0;
        padding-top: 0px; 
        font-family: 'Manrope', sans-serif;
        color: #333;
        background-color: #fff;
      }
      
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  

  .main-header {
    background: transparent; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
  }
  
  
    .header__container {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        justify-content: space-between;
      }
      
      .nav {
        flex-grow: 1;
        display: flex;
        justify-content: center;
      
      
  }
  
  .logo img {
    height: 80px;
  }
  
  .nav__menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
  }
  
  .nav__menu li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 16px;
  }
  
  .nav__menu li a:hover,
.nav__menu li a.active {
  color: #80C342;
}
  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px; 
  }
  
  .nav__lang a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    font-size: 14px;
  }
  .hero__title {
    font-size: 80px;
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
  }
  .hero__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-bottom: 40; 
  }
  
  .nav__btn {
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
  }
  
  .nav__btn:hover {
    background-color: white;
    color: #13751E;
  }
  
  .btn-icon {
    width: 16px;
    height: 16px;
    filter: invert(1);
  }
  
  .hero {
    display:flex; 
    background: url('../img/hero-bg.webp') no-repeat center center;
    background-size: cover;
    height: 700px;
    position: relative;
    color: white;
  }
  
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  }
  
  .hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .btn {
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
  }

  .btn.primary {
    background-color: #13751E;
    color: white;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap; 
    box-shadow: 0 4px 14px rgba(19, 117, 30, 0.25);
    transition: all 0.3s ease;
  }
  .btn.primary:hover {
    background-color: #0f5f18;
  }
  
      
  .nav__btn {
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
  }
  
  .nav__btn:hover {
    background-color: white;
    color: #2c5e3d;
  }
  
  .btn-icon {
    width: 16px;
    height: 16px;
    filter: invert(1); 
  }
  .curve-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .logo img {
    height: 80px; 
  }
  .center-icon {
    display: flex;
    justify-content: center;
    margin-top: -35px;
    position: relative;
    z-index: 5;
  }
  
  .center-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    padding: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .white-arc {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10; 
    pointer-events: none;
  }
  
  .flower-icon {
    position: absolute;
    left: 50%;
    top: calc(100% - 95px);
    transform: translateX(-50%);
    width: 60px;
    height: auto;
    z-index: 20;
    pointer-events: none;
  }
  body {
    background-color: #fff;
  }
  

  .products {
    background: #fff;
    padding: 60px 20px;
    text-align: center;
  }
  
  .products__title {
    font-size: 32px;
    font-weight: 700;
    color: #13751E;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .products__subtitle {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #333;
    text-align: center;
  }
  
  .products__container {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto; 

  }
  
  .product-card {
    position: relative;
    width: 250px;
    min-height: 140px;
    padding: 30px 20px 20px;
    border-radius: 15px;
    color: #fff;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  }
  
  .product-card.dark {
    background: #1b1f25;
  }
  
  .product-card.green {
    background: #13751E;
  }
  
  .product-card__cut {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 200px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
  }
  
  .product-img {
    position: absolute;
    left: -50px;
    bottom: 0;
    height: 180px;
    z-index: 2;
  }
  
  .product-card__content {
    position: relative;
    z-index: 2;
  }
  
  .product-card__content h3 {
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
  }
  
  .more-link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 3px solid white;
    padding-bottom: 2px;
    transition: opacity 0.3s;
  }
  
  .more-link:hover {
    opacity: 0.7;
  }
  .product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
  }
  
  .product-card:hover {
    transform: translateY(-8px); 
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); 
  }
 
  <style>
  .about {
    background: #fff;
    text-align: center;
    padding: 60px 20px 0;
    position: relative;
  }
  
  .about__text {
    width: 100%;
    padding: 40px 40px;
    box-sizing: border-box;
  }
  
  .about__title {
    font-size: 32px;
    color: #13751E;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .about__description {
    font-size: 16px;
    color: #333;
    text-align: center;
  
    width: 80%;
    max-width: none;
    margin: 0 auto;
    line-height: 1.7;
  }
  .about__image-section {
    position: relative;
  }
  
  .about__bg {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .about__cards {
    position: absolute;
    top: 30%;
    left: 10%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px;
  }
  
  .about__card {
    padding: 20px;
    color: white;
    border-radius: 10px;
    width: 160px;
    text-align: left;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  .card-green { background: #13751E; }
  .card-lightgreen { background: #80C342; }
  .card-darkgreen { background: #0F5A17; }
  .card-deepgreen { background: #075014; }
  
  .about-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
  }
  </style>
  .geo {
    padding: 80px 20px 20px;
    background: #f4f4f4;
    text-align: center;
    padding-bottom: 0
  }
  
  .geo__container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #13751E;
    margin-bottom: 0px;
    text-align: center
  }
  
  .geo__container {
    width: 100%;
    max-width: 1000px;  
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;
    box-sizing: border-box;
  }
  
  .geo__subtitle {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    width: 100%;
    max-width: none;
    line-height: 1.6;
    text-align: center;
  }
  
  .geo__map {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; 
  }
  
  .contact-form {
    background-color: #ffffff;
    padding: 60px 20px;
    margin-top: 0
  }
  
  .contact-form__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .contact-form__title h2 {
  color: #13751E;
  font-size: 28px;
  font-weight: 400; 
  margin: 0;
  line-height: 1.2;
  text-align: left;
}
  .contact-form__fields {
    display: flex;
    flex: 1;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
  }
  
  .form-group label {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
  }
  
  .form-group input {
    padding: 10px 15px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    outline: none;
  }
  
  .submit-btn {
    background-color: #13751E;
    color: white;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
  }
  
  .submit-btn:hover {
    background-color: #0f5f18;
  }

  .footer {
    position: relative;
    background-color: #092810;
    color: white;
    padding-top: 0px; /* под SVG */
    padding-bottom: 30px;
    font-family: 'Manrope', sans-serif;
  }
  
  .footer-arc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .footer-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .footer-col h4 {
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .footer-col p {
    margin: 5px 0;
    font-size: 14px;
    color: #ccc;
  }
  
  .footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #aaa;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
  }
 .footer-col a {
    color: #fff;
    text-decoration: none;
}

.footer-col a:hover {
    color: #80C342; 
}
.product-sections::before {
  content: "";
  position: absolute;
  top: -100;
  left: 40px; 
  width: 2px; 
  height: 100%;
  background-color: #12500f; 
}

.flower-icon {
  position: absolute;
  left: 50%;
  top: calc(100% - 95px);
  transform: translateX(-50%);
  width: 60px;
  height: auto;
  z-index: 20;
  pointer-events: none;

  animation: spin-once 2s linear 1;
  animation-fill-mode: forwards;
  transform-origin: center center;
}
>дуга 
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2; 
  pointer-events: none;
}
/* Бургер по умолчанию скрыт */
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 4px 0;
}

/* Адаптация только для экранов до 768px */
@media (max-width: 768px) {
  .nav__menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999;
  }

  .nav__menu.active {
    display: flex;
  }

  .burger {
    display: flex;
  }

  .header__right {
    display: none;
  }

  .nav__menu li a {
    color: #13751E;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .hero-arc,
  .flower-icon {
    display: none; /* скрываем дугу и цветок */
  }

  .hero__title {
    font-size: 50px;
    text-align: center;
  }

  .hero__subtitle {
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
  }

  .btn.primary {
    font-size: 14px;
    padding: 12px 16px;
    width: auto;
  }

  .burger {
    display: flex;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1001;
  }

  .main-header .logo img {
    width: 140px;
  }

  .hero__content {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 60vh; /* уменьшенная высота */
    padding: 40px 20px;
    justify-content: flex-end; /* опустить контент вниз */
  }

  .hero__title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .hero__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .btn.primary {
    font-size: 13px;
    padding: 10px 16px;
  }
}
@media (max-width: 768px) {
  .white-arc circle {
    display: none;
  }
}
html {
    scroll-behavior: smooth;
}

