@media (min-width: 320px){
  .navigation ul{
    display: none;
  }

  .header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 11px 9px;
  }

  .burger-menu{
    width: 32px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
  }

  .burger-menu span{
    width: 100%;
    height: 4px;
    background-color: #000000;
    order: 1;
  }

  .logo-box a{
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 14px;
   order: 2;
  }

  .web-site{
    color: #FA793C;
    font-weight: 400;
    font-size: 18px;
  }

}

@media (min-width: 375px){
  .web-site{
    order: 1;
  }

  .burger-menu{
    display: none;
  }

  .navigation ul{
    display: inline-flex;
    gap: 15px;
    padding-right: 40px;
    align-items: center;
  }

  .nav a{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }

  .header-wrapper{
    margin: 6px 25px;
  }
}

@media (min-width: 834px){
.header-wrapper{
    margin: 10px 92px;
  }
}

@media (min-width: 320px){
  .background-pic{
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 481px;
    overflow: hidden;
  }

  .background-pic img{
    width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: 15%;
   order: 1;
  }

  .picture-text{
    position: absolute;
    top: 12%;
    left: 5%;
    width: 90%;
    color: #FFFFFF;
    order: 2;
  }

  .title{
    font-weight: 400;
    font-size: 40px;
    padding-bottom: 5px;
  }

  .text{
    font-weight: 400;
    font-size: 14px;
  }

  .title-line{
    width: 300px;
    height: 1px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
  }

  .vectors{
    display: none;
  }



 .section-header{
    font-weight: 500;
    font-size: 24px;
    
  }

  .new-line{
    width: 300px;
    height: 3px;
    background-color: #000000;
   
  }
 
  .sub-title{
    color: #FA793C;
    font-weight: 600;
    font-size: 18px;
    
  }

  .span{
    font-weight: 400;
    font-size: 14px;
  }

  .right-div-wrapper{
    padding: 15px;

  }
}

@media (min-width:375px){
  .background-pic{
    max-width: 100%;
  }

   .picture-text{
    top: 12%;
    left: 15%;
    width: 50%;
   }

   .title .new-line{
    padding-bottom: 15px;
   }

   .right-div{
    display: flex;
    flex-direction: row;
    gap: 10px;
    
   }
}

@media (min-width: 834px){
  .section1{
    position: relative;
    width: 100%;
  }

  .right-div-wrapper{
    position: absolute;
    top: 20%;
    width: 40%;
    height: 60%;
    right: 3%;
    background-color: #FFFFFF;
    
  }

  .right-div{
    flex-direction: column;
    gap: 20px;
  }

  .picture-text{
    top: 20%;
    left: 5%;
    width: 50%;
  }

  .section-header{
    padding-bottom: 10px;
  }

  .new-line{
    margin-bottom: 10px;
  }

  .vectors{
    display: inline-flex;
  }
}

@media (min-width: 320px){
  .right-footer div:nth-child(odd){
    display: none;
  }

  .left-footer img, .footer-item img{
    width: 100%;
    height: 100%;
     object-fit: cover;
   object-position: 15%;
   
  }

  .left-footer, .footer-item{
       position: relative;
    width: 100%;
    max-width: 320px;
    height: 300px;
    overflow: hidden;
    margin: 36px auto;
  }

  .footer-block img{
    width: 100%;
    padding-bottom: 10px;
  }

  .txt{
    top: 45%;
  }
.footer-block{
  width: 320px;
  height: 250px;
  border-radius: 3px;
  border: 1px solid #000000;
  
}

.right-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

}

@media (min-width:375px){
  .left-footer, .footer-item{
    width: 100%;
    max-width: 700px;
  }

  .right-footer div:nth-child(1){
    display: inline;
  }

  .right-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
  }

}

@media (min-width: 834px){
  .footer-box{
    display: flex;
  }

  .right-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  }

  .right-footer div:nth-child(3){
    display: inline;
  }

  .left-footer, .footer-item{
       position: relative;
    width: calc(100% -10%);
    
    height: 400px;
    overflow: hidden;
    margin: 10%;
  }

  .footer-block{
  width: 60%;
  height: 277px;
  margin-left: 30%;
  }
}