@media(max-width: 830px) and (min-width: 150px){
  .menu.burger-adaptive{
    display: none;
  }
  .burger-menu {
    padding-left: 39px;
    display: inline;
    background-image: url(./assets/images/icon/burger_open.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    border: none;
  }
 
 
}

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

  .width {
   width: 689px;
  }

  /* -------------- HEADER-------------- */
  .header-conteiner {
    justify-content: space-between;
  }

  .header-logo {
    display: flex;
    margin-right: 465px;
    align-items: flex-end;
    padding-top: 5px;
  }

  .section-product,
  .category {
    margin-bottom: 96px;
  }

  /*----------------------________________HOME-New-product________________----------------------*/

  .category-box {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  .section-product {
    height: 639px;
    background-image: url(./assets/images/photo/Bitmap.png);
    background-repeat: no-repeat;
    background-position-y: -100px;
    background-position-x: 10px;
  }

  /*----------------------________________HOME-CATEGORY________________----------------------*/

.category {
  margin-bottom: 160px;
}

.category-box {
    gap: 10px;
  }

.category-conteiner {
    width: 223px;
    height: 217px;
  }
.category-bg {
    width: 223px;
    height: 165px;
  }
  .category-image {
    height: 104px;
    width: 103px;
  }

  .category-conteiner img {
    width: auto;
    height: 104px;
  }

  .category-conteiner a {
    font-size: 15px;
    letter-spacing: 1.07px;
    height: 217px;
  }
  .section-product-conteiner{
    flex-direction: column;
  }
  .home-article_product span,
  .home-article_product h1,
  .home-article_product p {
    text-align: center;
  }

  .home-article_product p {
    max-width: 349px;
  }

  .home-photo_product {
    display: none;
  }
  .home-article_product {
    display: flex;
    align-items: center;
  }

  /*----------------------________________HOME-ORANGE________________----------------------*/

.orange-conteiner{
  height: 720px;
  padding: 353px 0 0 0;
  background-image: url(./assets/images/background/circle_orange_tablet.png); 
  background-position-y: -22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  }

  .orange-photo_product {
    position: absolute;
    left: 250px;
    bottom: 450px;

}
.orange-photo_product img{
  width: 197.21px;
  height: auto;
}
.orange-article_product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 349px;
  height: 303px;
}
.orange-article_product h1,
.orange-article_product p{
  text-align: center;
}
/*----------------------________________HOME-grey________________----------------------*/
.grey-photo_product {
  background-size: 761.49px;
  background-position-x: -5px;
  background-position-y: -170px;
}
/*----------------------________________HOME-double________________----------------------*/
.double-photo_product{
  background-size: 459.24px;
  width: 339px;
  height: 320px;
  background-position-x: -50px;
  background-position-y: -150px;

}

.double-bg{
width: 339px;
height: 320px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 41px;
border-radius: 8px;
background-color:rgba(241, 241, 241, 1) ;
}
/*----------------------________________HOME-advertising________________----------------------*/ 
.advertising {
  margin-bottom: 120px;
}
.advertising-conteiner{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap:63px;
  margin:  0 0 0 0;
}
.advertising-photo{
  background-size: 1149px;
  width: 689px;
  height: 300px;
  background-position-x: 0;
  background-position-y: -80px;
}
.advertising-article{
  width: 573px;

}
.advertising-article h3,
.advertising-article p{
  max-width: 573px;
  text-align: center;
}

/* --------------FOOTER-------------- */
footer{
  height: 400px;
}

.footer-conteiner >.footer-conteiner_header{
  flex-direction: column;
  gap:32px;
  align-items: flex-start;

}

.footer-conteiner_header{
  margin-bottom: 32px;

}
.footer-box_social{
  position: absolute;
  bottom: -80px;
  right: 0;
}

.footer-box_text{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px; 
}

/* --------------------------------------------------------------------------------------------------- */


















}