.section-order-form-a12__title {
  margin-bottom: 20px;
}
.section-order-form-a12__place-type-radio {
  display: flex;
  margin-bottom: 20px;
  border: solid 1px #e94347;
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
}
.section-order-form-a12__place-type-radio label {
  margin: 0;
  width: 50%;
  padding: 12.8px;
  text-align: center;
  color: #e94347;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
}
.section-order-form-a12__place-type-radio label:not(:last-child) {
  border-right: solid 1px #e94347;
}
.section-order-form-a12__place-type-radio label:hover {
  background-color: #fee;
}
.section-order-form-a12__place-type-radio input[type=radio]:checked + label {
  background-color: #e94347;
  color: #fff;
}
.section-order-form-a12__place-type-radio input[type=radio].focus-visible + label {
  text-decoration: underline;
}
.section-order-form-a12__place-type-select {
  display: none;
}
.section-order-form-a12__form-columns {
  display: flex;
  justify-content: space-between;
}
.section-order-form-a12__left {
  flex-basis: 50%;
  padding-right: 12.8px;
}
.section-order-form-a12__right {
  flex-basis: 50%;
  padding-left: 12.8px;
}
.section-order-form-a12__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-order-form-a12__form-item {
  margin-bottom: 16px;
}
.section-order-form-a12 select, .section-order-form-a12 input:not([type=radio]) {
  width: 100%;
  box-sizing: border-box;
}
.section-order-form-a12 select {
  padding: 5px 3px;
}
.section-order-form-a12 input {
  padding: 5px 3px;
}
.section-order-form-a12 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;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 6px;
}
.section-order-form-a12 button:hover {
  background-color: #df1a1f;
}
.section-order-form-a12 button:active {
  box-shadow: 1px 1px 5px #f49ea0, -1px 1px 5px #f49ea0;
}
.section-order-form-a12 button.loading {
  background-color: #ee7174;
  cursor: wait;
}
.section-order-form-a12 button.focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px orange;
}
.section-order-form-a12__cost {
  font-weight: bold;
  padding: 0 16px;
  font-size: 18px;
  white-space: nowrap;
}
.section-order-form-a12__media-wrapper {
  flex-basis: 50%;
  height: 100%;
  position: relative;
}
.section-order-form-a12__navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.section-order-form-a12__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-a12__navigation button.tns-nav-active {
  background-color: #e94347;
  color: #fff;
}
.section-order-form-a12__navigation button.focus-visible {
  box-shadow: 0 0 1px 1px #fff;
}
.section-order-form-a12__navigation button.tns-nav-active.focus-visible {
  border-color: #fff;
  box-shadow: 0 0 1px 1px #e94347;
}
@media screen and (max-width: 918px) {
  .section-order-form-a12__place-type-radio {
    display: none;
  }
  .section-order-form-a12__place-type-select {
    display: block;
  }
  .section-order-form-a12__form-columns {
    flex-direction: column;
  }
  .section-order-form-a12__left {
    width: 100%;
  }
  .section-order-form-a12__right {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section-order-form-a12__actions {
    text-align: center;
  }
  .section-order-form-a12__actions button {
    margin-bottom: 12.8px;
  }
}
