.section-order-form-a10 {
  padding: 0;
  color: #000000;
  max-width: 400px;
  max-height: 100vh;
  box-sizing: border-box;
  overflow-y: auto;
  position: relative;
  z-index: 100;
  background-color: #fff;  
}
.section-order-form-a10__inner {
  padding: 25px;
  text-align: center;
  position: relative;
  transition: 0.25s;
  opacity: 1;
}
.section-order-form-a10_process .section-order-form-a10__inner {
  opacity: 0.5;
  cursor: wait;
}
.section-order-form-a10_process .section-order-form-a10__inner .button {
  cursor: wait;
}
.section-order-form-a10__title {
  font-size: 23px;
  font-weight: 600;
  color: #444;
  max-width: 300px;
  line-height: 1;
  margin: 5px auto 15px auto;
}
@media screen and (max-width: 992px) {
  .section-order-form-a10__title {
    font-size: 27px;
  }
  .section-order-form-a10 {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-order-form-a10__title {
    font-size: 26px;
  }
}
.section-order-form-a10__body {
  line-height: 1.5;
  margin-bottom: 18px;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.section-order-form-a10__form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-order-form-a10__form input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.section-order-form-a10__name-item {
  margin-bottom: 20px;
}
.section-order-form-a10__mixed-form-item {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.section-order-form-a10__email-item {
  width: calc(52.7% - 15.625px);
}
.section-order-form-a10__phone-item {
  width: calc(52.7% - 15.625px);
}
.section-order-form-a10__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-a10__actions button:hover {
  background-color: #df1a1f;
}
.section-order-form-a10__actions button:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-order-form-a10__actions button.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-order-form-a10__actions button.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
@media screen and (max-width: 992px) {
  .section-order-form-a10__inner {
    border-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-order-form-a10__mixed-form-item {
    flex-direction: column;
  }
  .section-order-form-a10__email-item {
    width: 100%;
    margin-bottom: 31.25px;
  }
  .section-order-form-a10__phone-item {
    width: 100%;
  }
}
