  /*----------------------________________HOME-New-product________________----------------------*/
.category-header{
    width: 100vw;
    height: 239px;
    background-color: rgba(14, 14, 14, 1);
    margin-bottom: 120px;
}
.category-header-conteiner h3 {
    margin-top: 98px;
color:rgba(255, 255, 255, 1);
}

@media(max-width: 768px) and (min-width: 375px){

  .presentation,
  .features,
  .gallery{
      margin-bottom: 120px;
  }
  
  .presentation_conteiner.even {
      flex-direction: column;
      gap:52px;
      
  }
  
  .presentation_conteiner,
  .presentation_conteiner .even {
      flex-direction: column;
      gap:52px;
      
  }
  .presentation-photo_product {
      width: 689px;
      height: 352px;
   }
  
   .shadow-big  {
      background-size: 165px;
      background-position: center;
      bottom: 0;
  }
  
  .presentation-photo_product img {
      width: auto;
      height: 225px;
  }
  .presentation-text_product {
      width: 572px;
      height: auto;
      align-items: center;
  }
  
  .presentation-text_product h3{
  width: 380px;
  text-align: center;
  letter-spacing: 1.43px;
  }
  
  .presentation-text_product p{
      text-align: center;
      margin-bottom: 24px;
  }
  
  .advertising-conteiner{
      margin: 0 0 200px 0;
  }
  }

@media(max-width: 376px) and (min-width: 150px){

.header-line {
 display: none;
}

.category-header {
    width: 100vw;
    height: 134px;
    background-color: rgba(14, 14, 14, 1);
    margin-bottom: 64px;
}

.category-header-conteiner h3 {
    margin-top: 32px;
} 
.presentation_conteiner.even {
    gap:32px;
    
}

.presentation_conteiner,
.presentation_conteiner .even {
    gap:32px;
    
}
.presentation-photo_product {
    width: 327px;
 }
 .presentation-text_product {
    width: 327px;
    align-items: center;
}

}