.section-order-form-a4 {
  max-width: 1327px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.section-order-form-a4__title {
  margin-bottom: 20px;
}
.section-order-form-a4__hall-buttons {
  display: flex;
  margin-bottom: 20px;
  border: solid 1px #e94347;
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
}
.section-order-form-a4__hall-buttons label {
  margin: 0;
  flex-grow: 10;
  flex-basis: 0;
  padding: 12.8px;
  text-align: center;
  color: #e94347;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
}
.section-order-form-a4__hall-buttons label:not(:last-child) {
  border-right: solid 1px #e94347;
}
.section-order-form-a4__hall-buttons label:hover {
  background-color: #fee;
}
.section-order-form-a4__hall-buttons input[type=radio]:checked + label {
  background-color: #e94347;
  color: #fff;
}
.section-order-form-a4__hall-buttons input[type=radio].focus-visible + label {
  text-decoration: underline;
}
.section-order-form-a4__hall-select {
  display: none;
}
.section-order-form-a4__form-columns {
  display: flex;
  justify-content: space-between;
}
.section-order-form-a4__left {
  flex-basis: 50%;
  padding-right: 12.8px;
}
.section-order-form-a4__right {
  flex-basis: 50%;
  padding-left: 12.8px;
}
.section-order-form-a4__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-order-form-a4__form-item {
  margin-bottom: 16px;
}
.section-order-form-a4__form-item .item-notice {
  font-style: italic;
  font-size: 15px;
  text-align: center;
  margin-top: -10px;
  color: #fe0000;
}
.section-order-form-a4 select, .section-order-form-a4 input:not([type=radio]) {
  width: 100%;
  box-sizing: border-box;
}
.section-order-form-a4 select {
  padding: 5px 3px;
}
.section-order-form-a4 input {
  padding: 5px 3px;
}
.section-order-form-a4__actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.section-order-form-a4 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-top: 9px;
  padding-bottom: 9px;
}
.section-order-form-a4 button:hover {
  background-color: #df1a1f;
}
.section-order-form-a4 button:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-order-form-a4 button.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-order-form-a4 button.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
.section-order-form-a4__cost {
  font-weight: bold;
  padding: 0 16px;
  font-size: 18px;
  white-space: nowrap;
}
.section-order-form-a4__media-wrapper {
  flex-basis: 50%;
  height: 100%;
  position: relative;
}
.section-order-form-a4__navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.section-order-form-a4__navigation button {
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  border-radius: 12px;
  color: #e94347;
  border: solid 1px #e94347;
  display: block;
  padding: 0;
  font-size: 18px;
  outline: none;
}
.section-order-form-a4__navigation button.tns-nav-active {
  background-color: #e94347;
  color: #fff;
}
.section-order-form-a4__navigation button.focus-visible {
  box-shadow: 0 0 1px 1px #fff;
}
.section-order-form-a4__navigation button.tns-nav-active.focus-visible {
  border-color: #fff;
  box-shadow: 0 0 1px 1px #e94347;
}
@media screen and (max-width: 992px) {
  .section-order-form-a4__left {
    flex-basis: 33%;
  }
  .section-order-form-a4__right {
    flex-basis: 66%;
  }
}
@media screen and (max-width: 868px) {
  .section-order-form-a4__hall-buttons {
    display: none;
  }
  .section-order-form-a4__hall-select {
    display: block;
  }
  .section-order-form-a4__form-columns {
    flex-direction: column;
  }
  .section-order-form-a4__left {
    width: 100%;
  }
  .section-order-form-a4__right {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section-order-form-a4__actions {
    flex-direction: column;
    margin-bottom: 0;
  }
  .section-order-form-a4__actions button {
    margin-bottom: 12.8px;
  }
}

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