.section-order-form-a8 {
  padding: 0;
  color: #000000;
  max-width: 400px;
  max-height: 100vh;
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  z-index: 100;
  background-color: #fff;
}
.section-order-form-a8__inner {
  padding: 20px;
  text-align: center;
  position: relative;
  transition: 0.25s;
  opacity: 1;
}
.section-order-form-a8__title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-order-form-a8__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .section-order-form-a8__title {
    font-size: 26px;
  }
}
.section-order-form-a8__body {
  text-align: left;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.section-order-form-a8__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.section-order-form-a8__form label {
  color: #555;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
.section-order-form-a8__form input, .section-order-form-a8__form select {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.section-order-form-a8__form-item {
  margin-bottom: 10px;
  width: 100%;
}
.section-order-form-a8__area-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-order-form-a8__area-min-item, .section-order-form-a8__area-max-item {
  width: calc(50% - 15.625px);
}
.section-order-form-a8__actions {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.section-order-form-a8__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;
  margin-top: 2px;
}
.section-order-form-a8__actions button:hover {
  background-color: #df1a1f;
}
.section-order-form-a8__actions button:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-order-form-a8__actions button.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-order-form-a8__actions button.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
@media screen and (max-width: 768px) {
  .section-order-form-a8__inner {
    border: none;
    padding: 0;
  }
  .section-order-form-a8__form-item {
    width: 100%;
  }
}
