@media screen and (max-width: 1440px) {
  .decor__1 {
    transform: scale(0.7);
    top: 23%;
    left: -170px;
  }
  .decor__2 {
    top: 64%;
    right: -6%;
    transform: scale(0.5);
  }
}

@media screen and (max-width: 735px) {
  .mob {
    display: flex;
  }
  .decs {
    display: none;
  }
  header {
    padding: 59px 10px 10px;
    display: flex;
    justify-content: center;
  }
  .logo__main {
    margin-left: 0;
    width: 168px;
  }
  .hero {
    background-image: url(../img/bg-mobile.png);
    height: 1019px;
    padding: 162px 0px;
  }
  .hero h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    max-width: 192px;
    margin: 0 auto;
    text-wrap: wrap;
  }
  .hero h2 {
    margin: 0 auto;
    font-size: 37px;
    font-style: normal;
    font-weight: 800;
    text-wrap: wrap;
    max-width: 192px;
    line-height: 14.001px;
    margin-top: 9px;
  }
  .hero h2 strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 41.496px;
  }
  .hero__contant {
    padding-top: 0px;
  }
  .hero .container {
    flex-direction: column;
    gap: 244px;
    width: 100%;
  }
  .decor__1.desc {
    display: none;
  }
  .decor__1.mob {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%);
    width: 371.025px;
  }
  .decor__2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 211%);
  }
  .form {
    width: 100%;
    max-width: 700px;
    height: 615px;
  }
  .info {
    margin: 400px 16px 40px;
    position: relative;
    z-index: 10;
  }

  footer {
    padding: 24px 30px 63px;
  }
  .footer__box {
    gap: 20px 35px;

    margin-bottom: 76px;
  }
}
@media screen and (max-width: 379px) {
}
@media screen and (min-width: 1500px) {
}

@media screen and (max-width: 379px) {
}
