.section-order-form-a9__inner {
  padding: 31.25px;
  border: solid 1px #ccc;
}
.section-order-form-a9__title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
}
.section-order-form-a9__body {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .section-order-form-a9__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-order-form-a9__title {
    font-size: 26px;
  }
}
.section-order-form-a9__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.section-order-form-a9__form label {
  color: #555;
  font-weight: normal;
  white-space: nowrap;
}
.section-order-form-a9__form input, .section-order-form-a9__form select {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.section-order-form-a9__form-item {
  margin-bottom: 31.25px;
  width: calc(50% - 15.625px);
}
.section-order-form-a9__area-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-order-form-a9__area-min-item, .section-order-form-a9__area-max-item {
  width: calc(50% - 15.625px);
}
.section-order-form-a9__actions {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.section-order-form-a9__actions button {
  background-color: #e94347;
  padding: 12px 35px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  border: solid 1px #e94347;
  box-shadow: 3px 3px 5px #f9cccd, -3px 3px 5px #f9cccd;
  padding-left: 50px;
  padding-right: 50px;
}
.section-order-form-a9__actions button:hover {
  background-color: #df1a1f;
}
.section-order-form-a9__actions button:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-order-form-a9__actions button.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-order-form-a9__actions button.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
@media screen and (max-width: 768px) {
  .section-order-form-a9__inner {
    border: none;
    padding: 0;
  }
  .section-order-form-a9__form-item {
    width: 100%;
  }
}
