@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 :root{
    
        --font-body:"Fira Sans", serif;
        --normal-font-size: 1rem;
        --small-font-size: .813rem;
        --smaller-font-size:.75rem;
        --header-title--size: 1.4rem;
         
        --font-medium:500;
        --font-semi-bold:600;
        --font-big-bold:700;
       
    
        --text-color:hsl(220,12%,45%);
        --title-color:hsl(220,48%,28%);
        --menu-color:rgb(0,107,129);
        --body-color:hsl(220,100%,99%);
        --body-line-height:(23px);
        --header-height:80px;
        --z-index:9999;
        --bg-color-body:#F3F3F3;
        --font-size-title-medium:32px;
        --font-size-title-big:28px;
        --font-size-title-small:22px;
        --title-color:#36603E;
        
        --mn-color:#558B3C;

     


 }

 * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,body{
  font-size: var(--normal-font-size);
  font-family: var(--font-body);
  color:var(--title-color);
  background-color: var(--bg-color-body)!important;
  line-height: var(--body-line-height);
  height:100%;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

h1{
  font-family:var(--font-body);
  font-size:var(--font-size-title-big);
  color:var(--title-color);
  font-weight: var(--font-big-bold);
  padding: 5px;
  text-align: center;
}

h2,h4,h5{
  font-family:var(--font-body);
  font-size:var(--font-size-title-small);
  color:var(--title-color);
  font-weight: var(--font-big-bold);
}
h3{
  font-family:var(--font-body);
  font-size:var(--font-size-title-small);
  color:var(--title-color);
  font-weight: 400;
}

.main
{
    flex: 1 1 auto;
    /* margin-top:90px;     */
}

li{
    list-style: none;
}

a{
  text-decoration: none;
  color: inherit;
}

.container{
    max-width: 1440px;
    margin:0px auto;
    padding:10px 20px;
    
}

.container_br{
  max-width: 1440px;
    margin:0px auto;
    padding:20px 20px;
    margin-top:20px;
    /* margin-bottom: 20px; */
}

.header{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: var(--z-index);
    /* background-color: var(--body-color); */
    /* box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1); */
    height: var(--header-height);
   
   
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin:0px auto;
    height: 100%;

    border-radius: 0px;
    box-shadow: 0px 1px 10px 0px rgba(86, 86, 86, 0.2);
    background: rgb(245, 250, 255);
    top:10px;
    padding: 0px 40px;
}


/* DS cf */
.company-details {
  flex: 1;
  min-width: 300px;
  /* background: #fff; */
  padding: 40px;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.company-details__footer p
{
  /* margin-bottom: 15px; */
  color: #36603E;
  font-size: 16px;
}


.company-details h2 {
  color:#36603E;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}

.company-details p {
  margin-bottom: 15px;
  color:#36603E;
  font-size: 16px;
}

.company-details .highlight {
  font-weight: 600;
  color: #36603E;
}
.company-details_map
{
  width: 100%;
  /* background-color: red; */
  height: 330px;
}

.contact-form {
  flex: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  border-radius: 15px;
  /* background: #fff; */
  padding: 40px;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.contact-form h2 {
  color: #36603E;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #36603E;
  font-weight: 500;
  font-size: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #3498db;
  outline: none;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  background: rgba(85, 139, 60, 0.5);
  color: rgb(56, 107, 66);
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  /* background-color: #2980b9; */
  color: rgb(33, 145, 55);
}

.container_cf_ds {
  max-width: 1440px;
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  /* gap: 40px; */
  
}
.close__nav__toggle-menu{
    
    opacity: 1;
    transform: rotate(90deg);
  }

  .show_nav__toggle-close{
  
    opacity: 0;
    transform: rotate(90deg);
   
  }

@media (max-width: 768px) {
  .container_cf_ds {
      flex-direction: column;
      gap: 30px;
  }
  
  .company-details,
  .contact-form {
      padding: 30px;
  }
}
/* DS cf close */

.menu__items {
    display: flex;
    column-gap: 1rem;
    height: 100%;
    align-items: center;
}

.link__menu
{
    display: flex;
    padding:2.5rem 1.5rem;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    text-decoration: none;
    color: var(--mn-color);
    font-weight: var(--font-semi-bold);
}

.dropdown__arrow {
    font-size: 1.5rem;
    font-weight: initial;
    transition: transform 0.4s;
    width: 22px;
    height: 22px;
}

/* footer */
.footer{
  position: relative;
  width: 100%;
  min-height: 250px;
  background-color:var(--bg-color-body);
  display: flex;
  justify-items: center;
  align-items: center;
  box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
  background-color: var(--body-color);
  margin-top: 50px;
}
.footer__content{
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
  /* background-color: red; */
  height: 100%;
  padding: 20px 20px;
  gap: 10px;
  width: 100%;
}

.footer__items{
  position: relative;
  flex-basis: 400px;
  /* background-color: blue; */
  display: flex;
  align-items: center;
  padding: 5px 5px;
  
}


.nav__toggle {
    opacity: 0;
    position: relative;
    width: 22px;
    height: 22px;
}

.nav__toggle-menu, .nav__toggle-close {
    font-size: 1.25rem;
    color: var(--title-color);
    position: absolute;
    display: grid;
    place-items: center;
    inset: 0;
    cursor: pointer;
    transition: opacity 0.1s, transform 0.4s;
    width: 22px;
    height: 22px;
  }

.show-icon .nav__toggle-menu {
    opacity: 0;
    transform: rotate(90deg);
  }
  
  .show-icon .nav__toggle-close {
    opacity: 1;
    transform: rotate(90deg);
  }

  .find__items{
    border:solid 1px rgb(245, 250, 255);;
    width: 300px;
    height: 30px;
    border-radius: 50px;
    box-shadow: 0px 1px 10px 0px rgba(86, 86, 86, 0.2);
    background: rgb(245, 250, 255);

    
  }

  /*Карточки первый блок  */
  .card__items{
    display: flex;
    align-items:center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 100px;
    /* background-color: red; */
    padding: 5px;
    gap:10px;
    margin-top:20px;
    }
    .card_item__content
    {
      display: flex;
      flex-basis: 420px;
      min-width: 120px;
      /* background-color: green; */
      min-height: 120px;
    }
 
    .banner{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      height: 630px;
      /* background-color: red; */
      background-image: url(/img/ellipse.png);
      background-repeat: no-repeat;
      background-size: 570px 430px;
      background-position: 20px 20px;
      justify-content: flex-start;
      align-items: center;
      
    }

    .tl h1{
    padding: 15px 10px;
    margin: 7px;
    background-color: red;
    border-radius: 7px;
    font-size: 14px;
  }

  
  .content_view
    {
      opacity:1;
      /* transition: background-color 1s ease-in-out; */
      transition:2s;
    }


    .bnr_sl_lf{
      position: relative;
      display: flex;
      align-items: center;
      justify-items: center;
      min-width: 320px;
      max-width: 670px;
      min-height: 200px;
      /* background-color: green; */
      padding: 5px;
    }
    .bnr_sl_lf h1{
      font-size: 48px;
      text-align: left;
    }

    .bnr_sl_lf p{
      font-size: 28px;
      font-weight: 500;
      
    }

    .bnr_sl_rg
    {
      position: relative;
      left: 10px;
      min-width: 350px;
      max-width: 570px;
      /* background-color: green; */
    }

    .bnr_sl_rg img{
      object-fit: contain;
      width: 570px;
      height: 530px;
    }

    .accordion {
          border-radius: 12px;
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: var(--font-body);
    transition: 0.4s;
    box-shadow: 0px 1px 10px 0px rgba(86, 86, 86, 0.2);
    border-radius: 15px;
}

.active, .accordion:hover {
    background-color: #36603E;
    color: #ffffff;
}

.accordion:after {
    content: '\276E';
    color: #444;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transform: rotate(270deg);
    transition: 0.4s;
}

.active:after {
    content: "\276E";
    transform: rotate(90deg);
    transition: 0.6s;
}

.panel {
    padding: 0 18px;
    /* background-color: white; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* max-height: 152px; */
    transition: 0.4s;
}

.panel p{
  padding: 20px 10px;
}

    .card__wraper
    {
      position: relative;
      max-width: 1440px;
      margin:0 auto;
      /* width: 100%; */
      min-height: 240px;
      /* background-color: red; */
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px 20px;
      justify-content:space-around;
      margin-top: 30px;
    }
    .card__prod{
      position: relative;
      flex-direction: column;
      display: flex;
      min-width: 340px;
      width: 670px;
      max-width: 670px;
      min-height: 340px;
      /* background-color:green; */
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0px 5px 15px 0px rgba(26, 101, 155, 0.12), 0px 0px 5px 0px rgba(26, 101, 155, 0.05);
    }

    .card__prod_des{
      display: flex;
      flex-direction: row;
      width: 100%;
      /* background-color: yellow; */
      height: 235px;
      padding: 20px 0px;
    }

    .card__prod_ds{
      display: flex;
      align-items: flex-start;
      padding: 0px 2px;
      flex-direction: column;
      justify-content: center;
    }
    .card__prod_img{
      width: 230px;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .card__prod_img > img{
      object-fit: contain;
      width: 220px;
      height: 210px;

    }

    .price{
      display: flex;
      justify-content: space-between;      
      align-items: center;
      margin-bottom: 40px;     
    }

    .price__items{
      font-size: 18px;
      font-weight: bold;
      padding: 10px 10px;
    }

    .btn_pr_view_bl
    {
      border-radius: 10px;
      background: rgba(85, 139, 60, 0.5);
      width: 150px;
      height: 40px;
      display: flex;      
      align-items: center;
      margin-right: 45px;
      
      
    }
    .btn_pr_link
    {
      color:rgb(56, 107, 66);
      padding: 0px 20px;      
      width: 150px;
      /* height: 40px; */
      display: flex;
      align-items: center;
      justify-content: center;      
      color: rgb(56, 107, 66);
      font-family: Fira Sans;
      font-size: 15px;
      font-weight: 700;
      line-height: 35px;
      letter-spacing: -1%;
      text-align: center;
    }

    .produc__link{
      text-decoration: none;
    }
    .card__prod:hover{
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      }
     

      .des__option{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
        /* background-color: red; */
        min-height: 200px;
        gap: 15px;
      }

      .des__option_itm{
        min-width: 300px;
        /* background-color: green; */
        width: 650px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .list__option
      {
        display:flex;
        gap:15px;
        flex-direction: column;
      }

      .des__option_img{
        /* width: 650px; */
        height: 600px;
        overflow: hidden;
      }
      .des__option_img img{
        object-fit: contain;
        max-width: 100%;
        height: 600px;
      }

      .block__title{
        display: flex;
        align-items: start;
        justify-content: start;
        padding: 20px 0px;
        margin-bottom: 10px;
      }

      .block__title > h2 {
        font-size: 28px;
      }
      .container_cf
      {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        min-height: 200px;
        background-color: red;
        height: 700px;
        justify-content: space-around;
        align-items: center;        
      }

      .container_ak
      {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        min-height: 400px;
        /* background-color: red; */
        /* height: 700px; */
        justify-content: space-around;
        align-items: start;    
        gap:10px;    
      }

      .ak_items{
        width: 550px;
        /* background-color: green; */
        height: 100%;
        display: flex;
        gap:10px;
        flex-direction: column;
      }


      .cf_items{
        width: 550px;
        background-color: green;
        height: 100%;
      }

      .ak__img{
        width: 600px;        
        display: flex;        
        align-items: center;
        justify-content: center;      
        gap: 20px;     
        flex-wrap: wrap;   
      }

      .cf__input
      {
        width: 600px;
        background-color: yellow;
        
      }
      .ak__img_its{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 220px;
        height: 220px;
        /* background-color: green; */
        border-radius: 5px;
      }

      .ak__img_its img{
        max-width:100%;
        height: 220px;
        object-fit: cover;
        border-radius: 10px;
      }


      /* Характеристики грядки */
      .charact{
        width: 100%;
        /* background-color: red; */
        min-height: 300px;
        margin-bottom: 30px;
        display: inline-flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 10px;
        gap:10px;
      }

      .charact_it{
        display: flex;
        gap:15px;
        flex-direction: column;
        align-items: center;
      }
      .charact_lf_bl
      {
        /* background-color: yellow; */
        width: 550px;
        flex-grow: 2;
        min-height: 300px;
        display: flex;
        flex-direction: column;     
        justify-content:center;   
        align-items: center;
      }

      .charact_lf_b{
        padding: 15px;
    border: 1px solid;
    border-radius: 30px;
    width: 150px;
    text-align: center;
      }

      .charact_it_dp{
        font-size: 26px;
        font-weight: 600;


      }

      .charact_lf_bl_img{
        min-width: 350px;
        width: 100%;
        height: 300px;
        /* background-color: green; */
        display: flex;
        align-items: end;
      }
      .charact_lf_bl_img img{
        object-fit: contain;
        width: 100%;
        height: 100%;
      }

      .charact_rg_bl{
        width: 550px;
        /* background-color: blue; */
        flex-grow: 2;
        display: flex;        
        flex-direction: column;
        gap:35px;

      }
      .charact_rg_bl_it{
        min-height:135px;
        /* background-color: lime; */
        background: rgba(85, 139, 60, 0.5);
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 5px;
        border-radius: 15px;
        gap:10px;
      }

      .charact_rg_bl_img{
        width: 135px;
        height: 135px;
      }
      .charact_rg_bl_img img{
        object-fit: contain;
        width: 135px;
        height: 135px;
      }

      /* Характеристики грядки */

      
@media (max-width: 767px) {
   .nav__menu
    {
        position: absolute;
        opacity: 0;
        visibility:hidden;
        top:80px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color:var(--bg-color-body);
        transition: top 0.7s, opacity 0.7s;
    }
    h1{
      font-size: 20px;
    }
    h2{
      font-size: 18px;
    }


    .nav__toggle
    {
        opacity: 1;
        visibility: visible;
    }

    .menu__items{
        flex-direction:column;
        align-items: normal;
    }

    .nav__toggle-close{
      opacity: 0;
    }

    nav {
      padding: 0px 20px;
    }
  .show__menu{
      opacity: 1;
      visibility: visible;
      overflow: auto;
      
    }

  .header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: var(--z-index);
    height: var(--header-height);   
    
  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0px auto;
    height: 100%;
    border-radius: 0px;
    top: 10px;
    padding: 0px 40px;
  }
  .find{
    display: none;
    } 

.main
{
    flex: 1 1 auto;
    margin-top:80px;     
}

 .container{
    max-width: 1440px;
    margin:0px auto;
    padding:20px 20px;
    
}
.footer__content{
  justify-content: space-around;
}

.card__items{
 justify-content: center; 
 /* background-color: red; */
}

.bnr_sl_rg{
  display: none;
}
/* .card__prod{
  background-color: red;
} */

.block__title > h2 {
  font-size: 20px;
}

.price{
      display: flex;
      justify-content: space-between;      
      align-items: center;
      margin-bottom: 10px;     
    }
  
.price__items{
  font-size: 16px;
}

.btn_pr_view_bl{
  margin-right: 0px;
}

.container_cf_ds
{
  padding: 0px 0px;
  flex-direction: column-reverse;
}
  
}




@media (max-width: 480px) {
 .container{
    max-width: 1440px;
    margin:0px auto;
    padding:20px 20px;
    
}
h1{
  font-size: 20px;
 
}

 h2{
      font-size: 18px;
    }

.footer__content{
  justify-content: center;
}

.card__items{
 justify-content: center; 
 /* background-color: red; */
}

.bnr_sl_rg{
  display: none;
}

.card__prod_des {
  display: flex;
  flex-direction: row;
  width: 100%;
  /* background-color: yellow; */
  height: 350px;
  padding: 20px 0px;
  flex-direction: column-reverse;
}

.card__prod_img {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 430px;
  /* background-color: red; */
  background-image: url(/img/ellipse.png);
  background-repeat: no-repeat;
  background-size: 470px 330px;
  background-position: -100px -20px;
  justify-content: flex-start;
  align-items: center;
}

.ak__img_its {
    width: 140px;
    height: 140px;  
}

.ak__img_its img {
  max-width: 100%;
  height: 140px;
  object-fit: cover;
}

.container_ak{
  gap:30px;
}

.container_cf_ds
{
  padding: 0px 0px;
  flex-direction: column-reverse;
}

.link__menu
{
  padding:1.5rem 1.5rem;    
}


 
}

/* Планшеты (портрет) — 768px и выше */
@media (min-width: 768px) {
   .container{
    max-width: 1440px;
    margin:0px auto;
    padding:20px 20px;
    
}
   .footer__content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px 20px;
    gap: 10px;
    width: 100%;
}
.find{
  display: none;
}

.card__items{
 justify-content: space-between;
 /* background-color: red; */
}

.card_item__content
    {
      display: flex;
      flex-basis: 350px;
      min-width: 120px;
      /* background-color: orange; */
      min-height: 120px;
    }

    .bnr_sl_rg{
      display: none;
    }

  .card__prod
  {
    width: 340px;  
  }  
  .card__prod_des{
    flex-direction: column-reverse;
    height: 330px;
  }
  .card__prod_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .container_cf_ds
{
  padding: 0px 0px;
  flex-direction: column-reverse;
  
}

    

   
}

/* Планшеты (альбом) и небольшие ноутбуки — 1024px и выше */
@media (min-width: 1024px) {
  .container{
    
   }
  .footer__content {
     justify-content: space-between;
  }
  .find{
    display: block;
  }

  .card__items{
 justify-content: space-between; 
 /* background-color: blue; */
}

.card_item__content
    {
      display: flex;
      flex-basis: 300px;
      min-width: 120px;
      /* background-color:yellow; */
      min-height: 120px;
    }

    /* .banner{
      height: 450px;
    } */
    .bnr_sl_rg {
      position: relative;
      left: 10px;
      min-width: 380px;
      width: 390px;
      height: 290px;
      /* background-color: silver; */
  }

  .bnr_sl_rg img {
    object-fit: contain;
    width: 380px;
    height: 290px;
}



.card__prod {
  width: 465px;
}

 .container_cf_ds
{
  padding: 0px 0px;
  flex-direction: row;
  
  
}
  
}

    


/* Ноутбуки и десктопы — 1280px и выше */
@media (min-width: 1280px) { 
    .container{
    
   }
   .find{
    display: block;
  }
  .card__items{
 justify-content: space-between; 
}

.card_item__content
    {
      display: flex;
      flex-basis: 350px;
      min-width: 120px;
      /* background-color:yellow; */
      min-height: 120px;
    }

    
  .bnr_sl_rg {
    position: relative;
    width: 480px;
    height: 370px;
    /* background-color: red; */
}
.bnr_sl_rg img {
  object-fit: contain;
  width: 470px;
  height: 370px;
}

.bnr_sl_rg{
  display: block;
}
.card__prod {
  width: 550px;
}
  

   
}

/* Большие мониторы (Full HD и выше) — 1440px и выше */
@media (min-width: 1440px) {
  .container{
    
   }
   .find{
    display: block;
  }
  .card__items{
 justify-content: space-between; 
}
.card_item__content
    {
      display: flex;
      flex-basis: 380px;
      min-width: 120px;
      /* background-color: green; */
      min-height: 120px;
    }

    .bnr_sl_rg {
      position: relative;
      left: 10px;
      width: 470px;
      height: 430px;
      /* background-color: orange; */
  }
  .bnr_sl_rg img {
    object-fit: contain;
    width: 470px;
    height: 430px;
  }

  .bnr_sl_rg{
    display: block;
  }
  .card__prod {
    width: 650px;
    
  }

  .card__prod_des {
    flex-direction: row;
    height: 330px;
    align-items: center;
    
}

   
}


/* Очень большие экраны (2K, 4K) — 1920px и выше */
@media (min-width: 1920px) {
   .container{
    max-width: 1440px;
    margin:0px auto;
    padding:10px 20px;
    
}
.find{
    display: none;
  }

  .card_item__content
  {
    display: flex;
    flex-basis: 420px;
    min-width: 120px;
    /* background-color: green; */
    min-height: 120px;
  }
  .bnr_sl_rg {
    position: relative;
    left: 10px;
    width: 570px;
    min-width: 500px;
    height: 630px;
    /* background-color:lawngreen; */
}
.bnr_sl_rg img {
  object-fit: contain;
  width: 570px;
  height: 530px;
}
.bnr_sl_rg{
  display: block;
}

.card__prod {
  width: 650px;
  
}
.card__prod_des {
  flex-direction: row;
  align-items: center;
 
}

}
 


/* Баннер на всю ширину */
.fullwidth-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Картинка на весь экран */
.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Контейнер для текста - выравнивание по левому краю */
.banner-content {
    position: absolute;
    top: 50%;
    left: 4%; /* Отступ от левого края */
    transform: translateY(-50%); /* Только по вертикали */
    z-index: 2;
    width: auto;
    max-width: 600px;
    text-align: left; /* Текст по левому краю */
}

/* Прямоугольник для заголовка */
.title-box {
    background-color: #F5FAFF;
        padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.title-box h1 {
    color: #36603E;
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
    
    text-align: left;
}

/* Прямоугольник для текста */
.text-box {
    background-color: #36603E;
   padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 15px;
    text-align: left;
}

.text-box p {
    color: #F5FAFF;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .banner-content {
        left: 5%;
        max-width: 500px;
    }
    
    .title-box {
        padding: 25px 40px;
    }
    
    .title-box h1 {
        font-size: 3rem;
    }
    
    .text-box {
        padding: 20px 40px;
    }
    
    .text-box p {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .banner-content {
        left: 20px;
        right: 20px;
        max-width: none;
    }
    
    .title-box {
        padding: 20px 30px;
    }
    
    .title-box h1 {
        font-size: 2.5rem;
    }
    
    .text-box {
        padding: 20px 30px;
    }
    
    .text-box p {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .banner-content {
        left: 15px;
        right: 15px;
    }
    
    .title-box {
        padding: 15px 20px;
    }
    
    .title-box h1 {
        font-size: 2rem;
    }
    
    .text-box {
        padding: 15px 20px;
    }
    
    .text-box p {
        font-size: 1rem;
    }
}


.advantages-section {
    padding: 80px 0;
        padding-bottom: 0px;
   
}

.advantages-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Заголовок по центру */
.advantages-header {
    text-align: center;
    margin-bottom: 60px;
}

.advantages-header h1 {
    color: #36603E;
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.advantages-header h2 {
    color: #4a6741;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.advantages-header p {
    color: #666;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Контент с картинкой и списком */
.advantages-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.advantages-content-wrapper.reverse {
    flex-direction: row-reverse;
}

.advantages-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.advantage-number {
    width: 50px;
    height: 50px;
    background: #36603E;
    color: #F5FAFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(54, 96, 62, 0.3);
}

.advantage-text h3 {
    color: #36603E;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.advantage-text p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.advantages-image {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages-image img {
    max-width: 100%;
    height: auto;
    
}

/* Адаптивность */
@media (max-width: 1024px) {
    .advantages-content-wrapper {
        gap: 40px;
    }
    
    .advantages-header h1 {
        font-size: 2rem;
    }
    
    .advantages-header h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .advantages-content-wrapper {
        flex-direction: column !important; /* На мобильных всегда колонка */
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .advantages-header {
        margin-bottom: 40px;
    }
    
    .advantages-header h1 {
        font-size: 1.8rem;
    }
    
    .advantages-header h2 {
        font-size: 1.3rem;
    }
    
    .advantage-item {
        gap: 15px;
    }
    
    .advantage-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .advantages-section {
        padding: 60px 0;
        padding-bottom: 0px;
    }
    
    .advantages-header h1 {
        font-size: 1.6rem;
    }
    
    .advantages-header h2 {
        font-size: 1.2rem;
    }
    
    .advantages-header p {
        font-size: 1rem;
    }
    
    .advantage-text h3 {
        font-size: 1.1rem;
    }
    
    .advantage-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .advantages-content-wrapper {
        margin-bottom: 40px;
    }
}


.feature-section {
    padding: 10px 0;
    padding-bottom: 0px;
}

.feature-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.feature-header {
    text-align: center;
    margin-bottom: 60px;
}

.feature-header h2 {
    color: #36603E;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #36603E, #4a6741);
    margin: 0 auto;
    border-radius: 2px;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(54, 96, 62, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #36603E;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(54, 96, 62, 0.15);
    background: linear-gradient(135deg, #36603E 0%, #4a6741 100%);
    border-left: 4px solid #F5FAFF;
}

.feature-item:hover .feature-text p {
    color: #F5FAFF;
}

.feature-item:hover .feature-icon {
    background: #F5FAFF;
    color: #36603E;
}

/* Убираем статичный highlight класс */
.feature-item.highlight {
    background: #FFFFFF; /* Обычный фон */
    border-left: 4px solid #36603E;
}

.feature-item.highlight:hover {
    background: linear-gradient(135deg, #36603E 0%, #4a6741 100%);
    border-left: 4px solid #F5FAFF;
}

.feature-item.highlight:hover .feature-text h3 {
    color: #F5FAFF;
}

.feature-item.highlight .feature-text h3 {
    color: #36603E; /* Обычный цвет текста */
}
.feature-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5FAFF;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(54, 96, 62, 0.2);
}

.feature-item.highlight .feature-icon {
    background: #F5FAFF;
    color: #36603E;
}

.feature-text p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

.feature-item.highlight .feature-text h3 {
    color: #F5FAFF;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;
}

.feature-image {
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(54, 96, 62, 0.1) 0%, rgba(245, 250, 255, 0.1) 100%);
}

.feature-cta {
    text-align: center;
}

.cta-button {
    background: linear-gradient(135deg, #36603E 0%, #4a6741 100%);
    color: #F5FAFF;
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(54, 96, 62, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(54, 96, 62, 0.4);
    background: linear-gradient(135deg, #4a6741 0%, #36603E 100%);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .feature-grid {
        gap: 40px;
    }
    
    .feature-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .feature-header {
        margin-bottom: 40px;
    }
    
    .feature-header h2 {
        font-size: 2rem;
    }
    
    .feature-item {
        padding: 20px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .feature-section {
        padding: 60px 0;
         padding-bottom: 0px;
    }
    
    .feature-header h2 {
        font-size: 1.8rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        padding: 0px;
    }
    .feature-item {
    display: flex
;
    align-items: flex-start;
    gap: 20px;
   
    background: #ffffff00;
    border-radius: 0px;
    box-shadow: none;
    transition: all 0.3s ease;
    border-left: 0px ;
}
    .feature-icon {
        margin: 0 auto;
    }
    
    .cta-button {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
}


.products-section {
   
    
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-card {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(54, 96, 62, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #e8f5e8;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(54, 96, 62, 0.15);
}

.product-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #F5FAFF;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.product-badge {
    background: linear-gradient(135deg, #36603E 0%, #4a6741 100%);
    color: #F5FAFF;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-content {
    padding: 25px;
}

.product-title h3 {
    color: #36603E;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.product-features {
    margin-bottom: 20px;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    background: #F5FAFF;
    color: #36603E;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid #e0f0e0;
}

.product-specs {
    margin-bottom: 20px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #666;
    font-size: 0.9rem;
}

.spec-icon {
    font-size: 1rem;
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 20px;
}

.price-main {
    color: #36603E;
    font-size: 1.8rem;
    font-weight: 700;
}

.price-label {
    color: #666;
    font-size: 0.9rem;
}

.product-actions {
    text-align: center;
}

.product-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #36603E 0%, #4a6741 100%);
    color: #F5FAFF;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(54, 96, 62, 0.3);
}

.product-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(54, 96, 62, 0.4);
    background: linear-gradient(135deg, #4a6741 0%, #36603E 100%);
    gap: 15px;
}

.submit-btnnn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #36603E;
    color: #F5FAFF;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(54, 96, 62, 0.3);
    border: none;
    width: 70%;
    margin: 0 auto;
}

.submit-btnnn:hover {
   
    box-shadow: 0 8px 20px rgba(54, 96, 62, 0.4);
    background: #ffffff;
     color: #36603E;
        border: 2px solid #36603E;
}

.btn-icon {
    transition: transform 0.3s ease;
}

.product-btn:hover .btn-icon {
    transform: translateX(5px);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .products-section {
        
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title h3 {
        font-size: 1.1rem;
    }
    
    .price-main {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .products-grid {
        padding: 0 15px;
    }
    
    .product-image {
        height: 200px;
    }
    
    .features-list {
        gap: 6px;
    }
    
    .feature-tag {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
    
    .product-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

     .submit-btnnn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}


/* Грядка в разрезе */
.layered-bed-section {
    padding: 80px 0;
padding-bottom: 0px;
}

.layered-bed-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
}

.layered-bed-header {
    text-align: left;
    margin-bottom: 40px;
}

.layered-bed-header h2 {
    color: #36603E;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #36603E, #4a6741);
    border-radius: 2px;
}

.layered-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.layered-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.layered-feature-item .feature-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5FAFF;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(54, 96, 62, 0.2);
}

.layered-feature-item h3 {
    color: #36603E;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.layered-feature-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.layered-bed-image {
    text-align: center;
}

.layered-bed-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    
}

/* Характеристики грядки */
.specs-section {
    padding: 80px 0;

}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: start;
}

.specs-main-card {
    background: linear-gradient(135deg, #36603E 0%, #4a6741 100%);
    border-radius: 20px;
    padding: 40px;
    color: #F5FAFF;
    text-align: center;
}

.specs-main-item {
    margin-bottom: 30px;
}

.specs-label {
    font-size: 1.2rem;
    margin-bottom: 10px;
    opacity: 0.9;
}

.specs-value {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.specs-badge {
    background: #F5FAFF;
    color: #36603E;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
}

.specs-image {
    text-align: center;
}

.specs-image img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    border-radius: 10px;
}

.specs-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.specs-feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #ffffff;
    border-radius: 15px;
    border-left: 4px solid #36603E;
}

.specs-icon {
    flex-shrink: 0;
}

.specs-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.specs-text h4 {
    color: #36603E;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.specs-text p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Аккордеон с галереей */
.accordion-gallery-section {
    padding: 80px 0;
  
}

.accordion-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.accordion-header {
    text-align: center;
    margin-bottom: 40px;
}

.accordion-header h2 {
    color: #36603E;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(54, 96, 62, 0.1);
    border: 1px solid #e8f5e8;
}

.accordion-button {
    width: 100%;
    padding: 20px 25px;
    background: #F5FAFF;
    border: none;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-button:hover {
    background: #e8f4ff;
}

.accordion-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.accordion-title {
    flex: 1;
    text-align: left;
    color: #36603E;
    font-weight: 600;
    font-size: 1.1rem;
}

.accordion-arrow {
    transition: transform 0.3s ease;
    color: #36603E;
}

.accordion-button.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-panel.active {
    padding: 20px 25px;
    max-height: 200px;
}

.accordion-panel p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.gallery-container {
    display: flex;
    align-items: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .layered-bed-container,
    .specs-grid,
    .accordion-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .layered-bed-image img {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .layered-bed-section,
    .specs-section,
    .accordion-gallery-section {
        padding: 60px 0;
    }
    .specs-section{
      padding-top: 20px;
    }
     .layered-bed-section{
      padding-bottom: 0px;
     }
    .layered-bed-header h2 {
        font-size: 2rem;
    }
    
    .layered-feature-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .specs-main-card {
        padding: 30px;
    }
    
    .specs-value {
        font-size: 2.5rem;
    }
    
    .specs-feature-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .specs-feature-item {
    display: flex
;
    align-items: center;
    gap: 20px;
    
    background: #ffffff00;
    border-radius: 0px;
    border-left: 0px ;
}
    .accordion-button {
        padding: 15px 20px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .specs-text h4{
          font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .layered-bed-header h2 {
        font-size: 1.8rem;
    }
    
    .specs-value {
        font-size: 2rem;
    }
    
    .accordion-title {
        font-size: 1rem;
    }
    
    .gallery-item img {
        height: 150px;
    }
}

