@media (max-width: 1399px){
  .container{
    padding: 0 10px;
}
.form-row p{
  flex-direction: column;
  gap: 0;
}
.form-field{
  width: 100%;
}
}
@media (max-width: 1380px){
  .first-right img{
    max-width: 80%;
  }
  .first-right{
    position: absolute;
    top: 121px;
    right: -148px;
  }
  .use-list-item{
    padding: 15px;
  }
}
@media (max-width: 1200px){
h1{
font-size: 100px;
line-height: 100px;
}
.first-left{
  max-width:600px ;
}
.menu-wrapper .menu {
  gap: 25px;
}
#perevahy, #about-company, #how_to_use, #contact {
  padding: 50px 0;
}
.first-section {
  margin-top: 50px;
}
#about-prep{
  min-height: 722px;
}
h3{
  font-size: 48px;
  line-height: 56px;
}
.section-subtitle {
  margin-top: 10px;
}
.perevahy-list{
  margin-top: 25px;
  gap: 10px;
}
p{
  font-size: 16px;
  line-height: 26px;
}
.perevahy-title{
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}
.perevahy-list-item {
  min-height: 170px;
  padding: 20px 25px;
}

}

@media (max-width: 1100px){
  .row-wrapper {
    flex-direction: column;
  }
  .row-left, .row-right{
    max-width: 100%;
  }
  .row-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 35px;
    object-position: center;
  }

  .order{
    order: 2;
  
  }
}

@media (max-width: 1050px){
    .menu-icon{
        display: block;
    }
    .menu-wrapper{
        display: none;
    }
    .header-left{
        display: flex;
        align-items: center;
    }
    .burger-checkbox {
        position: absolute;
        visibility: hidden;
      }
      .burger {
        position: relative;
        z-index: 3;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;

      }
      .burger::before,
      .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background: #000;
      }
      .burger::before {
        top: 0;
        box-shadow: 0 11px 0 #000;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
      }
      .burger::after {
        bottom: 0;
        transition: bottom .3s .15s, transform .3s;
      }
      .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
      }
      .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom .3s, transform .3s .15s;
      }
      .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        padding: 42px 0;
        margin: 0;
        z-index: 2;
        height: 100%;
        background: #F6F0F0;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 280px;
        padding-top: 100px;
        border-right: 1px solid #0167FF;
      }
      .menu-item a {
        color: #0A0A0A;
      }
      .menu-item {
        display: block;
        padding: 8px;
      }
      .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
      }
      .first-right{
        margin-top: 50px;
        position: inherit;
        top: inherit;
        right: inherit;
      }
      .first-right img{
        margin-bottom: -10px;
      }
      .first-section{
        max-width: 650px;
        margin: 0 auto;
        margin-top: 75px;
      }
      .row-left ul li{
          font-size: 16px;
          line-height: 26px;
          margin-top: 10px;
          gap: 10px;
      }
      .row-left ul li img{
        width: 25px;
      }
      .form-wrapper {
        margin-top: 25px;
    }
    .form-field{
      height: 40px;
    }
    form div {
      margin-bottom: 15px;
  }
}

@media (max-width: 650px){
  .footer-wrap p{
    font-size: 14px;
  }
  h1{
    font-size: 65px;
    line-height: 65px;
    }
    h3{
      font-size: 32px;
      line-height: 38px;
    }
    .perevahy-list, .use-list{
      grid-template-columns: 1fr;
    }
    .first-list {
      margin-top: 15px;
      display: flex;
      gap: 10px;
  }
  .first-right img {
  max-width: 100%;
}
}
@media (max-width: 580px){
	h2{
		font-style:normal;
	}
  .first-list{
    flex-direction: column;
  }
  .footer-wrap{
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 440px){
  h1{
    font-size: 48px;
    line-height: 58px;
  }
  .first-section{
    margin-top: 25px;
  }
  h2{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .first-right {
    margin-top: 25px;
  }
  .first-list{
    margin-top: 10px;
  }
}
