.order-form {
  display: flex;
  margin-bottom: -47px;
  margin-top: -43px;
  background: #f0f6ff;
}
.order-form__left {
  border-radius: 56px;
  background: #cfe2fe;
  padding: 52px 85px;
  width: 60%;
  position: relative;
}
.order-form__right {
  width: 40%;
}
.order-form__right img {
  width: 100%;
}
.order-form__header h2 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .order-form__header h2 {
    font-size: 28px;
    text-align: center;
  }
}
.order-form__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-form__body label {
  display: flex;
  flex-direction: column;
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.order-form__body input[type=text],
.order-form__body input[type=tel] {
  border-radius: 10px;
  border: 1px solid #1e3a5e;
  background: #fff;
  padding: 16px 20px;
  font-family: Gilroy;
  margin-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.order-form__bottom {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.order-form__bottom button {
  border-radius: 10px;
  background: #1e3a5e;
  padding: 15px 30px;
  color: #fff;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}
.order-form__bottom button:hover {
  opacity: 1;
}
.order-form__bottom span {
  color: #1e3a5e;
  font-family: Gilroy;
  max-width: 364px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.order-form__information {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  color: #000;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 43px;
}/*# sourceMappingURL=style.css.map */