.section-order-form-a1__inner {
  padding: 31.25px 0;
  text-align: center;
  border: solid 1px #ccc;
  position: relative;
  transition: 0.25s;
  opacity: 1;
}
.section-order-form-a1_process .section-order-form-a1__inner {
  opacity: 0.5;
  cursor: wait;
}
.section-order-form-a1_process .section-order-form-a1__inner .button {
  cursor: wait;
}
.section-order-form-a1__title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .section-order-form-a1__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-order-form-a1__title {
    font-size: 26px;
  }
}
.section-order-form-a1__body {
  line-height: 1.5;
  margin-bottom: 31.25px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section-order-form-a1__form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-order-form-a1__form input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.section-order-form-a1__name-item {
  margin-bottom: 31.25px;
}
.section-order-form-a1__mixed-form-item {
  margin-bottom: 31.25px;
  display: flex;
  justify-content: space-between;
}
.section-order-form-a1__email-item {
  width: calc(50% - 15.625px);
}
.section-order-form-a1__phone-item {
  width: calc(50% - 15.625px);
}
.section-order-form-a1__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;
}
.section-order-form-a1__actions button:hover {
  background-color: #df1a1f;
}
.section-order-form-a1__actions button:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-order-form-a1__actions button.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-order-form-a1__actions button.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
@media screen and (max-width: 992px) {
  .section-order-form-a1__inner {
    border-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-order-form-a1__mixed-form-item {
    flex-direction: column;
  }
  .section-order-form-a1__email-item {
    width: 100%;
    margin-bottom: 31.25px;
  }
  .section-order-form-a1__phone-item {
    width: 100%;
  }
}

/*# sourceMappingURL=order-form-a1.css.map */
