.contacts__img {
  display: block;
  right: 1px;
  top: 5%;
  position: absolute;
  width: 640px;
}

.contacts__title {
  margin-left: -3px;
  padding-bottom: 60px;
  width: 553px;
  font-size: 60px;
  line-height: 60px;
}

.order__form {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 60px;
}

.contacts__input {
  box-sizing: border-box;
  display: block;
  width: 567px;
  height: 60px;
  border-radius: 1000px;
  border: none;
  background: rgb(59, 61, 59);
  font-size: 22px;
  line-height: 60px;
  padding-left: 40px;
  color: rgb(255, 255, 255);
}

.contacts__input:focus {
  outline: none;
  background: rgb(59, 61, 59);
}

.contacts__input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.contacts__btn {
  display: block;
  width: 450px;
  height: 70px;
  border-radius: 10px;
  border: none;
  background: rgb(27, 255, 7);
  font-size: 22px;
  line-height: 70px;
}

@media (max-width: 1199px) {
  .contacts__img {
    width: 470px;
  }

  .contacts__title {
    padding-bottom: 40px;
    width: 373px;
    font-size: 40px;
    line-height: 40.5px;
  }

  .order__form {
    gap: 17px;
    margin-bottom: 40px;
  }

  .contacts__input {
    width: 383px;
    height: 41px;
    border-radius: 675px;
    font-size: 16px;
    line-height: 41px;
    padding-left: 24px;
  }

  .contacts__btn {
    width: 304px;
    height: 47px;
    border-radius: 6.75px;
    font-size: 16px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .contacts__img {
    display: none;
  }

  .contacts__title {
    padding-left: 2px;
    width: 282px;
    font-size: 35px;
    line-height: 37.33px;
  }

  .order__form {
    gap: 15px;
  }

  .contacts__input {
    width: 100%;
    height: 38px;
    border-radius: 622.14px;
    font-size: 15px;
    line-height: 48px;
    padding-left: 21px;
  }

  .contacts__btn {
    width: 100%;
    height: 43px;
    border-radius: 6.22px;
    font-size: 15px;
    line-height: 43px;
  }
}

@media (max-width: 325px) {
  .contacts__title {
    width: 100%;
  }

  .order__form {
    margin-bottom: 10px;
  }
}
