.closebt-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.closebt:hover {
  transform: rotate(90deg);
}
.modal-container {
  position: relative;
}
.order-modal {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#0A0707), color-stop(50%, #110C0D), to(#0C090A));
  background-image: linear-gradient(right bottom, #0A0707 0%, #110C0D 50%, #0C090A 100%);
  background-image: url(/img/form-bg-dr.jpg);
}
.order-modal::before {
  /* content: ""; */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: rgba(0, 0, 0, 0.5); */
}
.order-modal h1 {
  text-align: center;
  font-size: 44px;
  max-width: 800px;
  margin: 1em auto 0.8em;
  color: #fff !important;
}
.order-modal h4 {
  text-align: center;
  color: #fff;
  max-width: 800px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.28;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  margin-bottom: 1em;
}
.order-modal h4 span + span {
  margin-top: 6px;
}
.order-form-cost-sign {
  font-size: 0.85em;
}
.modal-order-form {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.order-form-cost {
  font-weight: 600;
}
.order-form-cost-row {
  color: #fff;
  text-align: center;
  margin: 6px auto 22px;
  max-width: 620px;
  font-size: 20px;
}
.modal-order-form .form-control {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  outline: none!important;
  box-shadow: none!important;
  font-size: 22px;
  height: auto;
  padding: 12px 20px;
  height: 56px;
  margin: 8px 5px;
  transition: 0.2s ease-out;
}
.modal-order-form .form-control option {
  color: black;
}
.modal-order-form .form-control option[disabled] {
  opacity: 0.3;
}
.modal-order-form select.form-control[data-chosen="0"] {
  color: rgba(255, 255, 255, 0.8);
}
.modal-order-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.modal-order-form .form-control:hover,
.modal-order-form .form-control:focus,
.modal-order-form .form-control:active {
  border-color: #fff;
}
.modal-order-form .btn-submit {
  font-size: 20px;
  color: #26104d;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 32px;
}
.modal-order-form .btn-submit:focus,
.modal-order-form .btn-submit:hover {
  background: #673AB7;
  color: #fff !important;
}
.modal-order-form .sign {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  max-width: 420px;
  padding: 0 10px;
  margin: 15px auto ;
}
.modal-order-form .sign a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.modal-form-success {
  display: none;
  margin-bottom: 60px;
}
.modal-form-success .success-img {
  width: 400px;
  margin: 10px auto;
}
.modal-form-success .success-img img {
  width: 100%;
}
.promo__text-block {
  display: none;
}
.promo__text-input {
  width: 100%;
  text-align: center;
  font-weight: 200;
  padding: 0 20px;
  margin: 0 0 15px 0;
  height: 45px;
}
.promo__open-text:checked ~ .promo__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.field {
  position: relative;
}
.field_center .field__title-input {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.field_inline {
  display: inline;
  width: auto;
  max-width: none;
}
.field__block {
  position: relative;
  width: 100%;
}
.field__block input {
  width: 100%;
  padding: 0 16px;
  border-radius: 3px;
}
.form-promocode-init {
  color: #ffcac7;
  font-weight: 600;
  font-size: 0.86em;
  margin: 12px 0 12px;
}
.order-form-promo.form-row {
  display: flex;
}
.order-form-promo .field_input {
  text-align: center;
  border-radius: 22px;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 8px 8px;
  font-size: 16px;
  color: black;
  box-sizing: border-box;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.order-form-promo .field_input::placeholder {
  text-transform: none;
}
.order-form-promo .field_input:focus {
  border: 1px solid #f53f2c;
}
.promo-btn-apply {
  background: #ff584b;
  margin-top: 0;
  margin-left: 14px;
  transition: 0.3s;
}
.promo-btn-apply.success {
  background: #0a3373;
}
.promo-btn-apply.error {
  background: #263238;
}
.order-form-promo-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 980px) {
  .order-modal h1 {
    font-size: 34px;
    margin-bottom: 1em;
  }
  .modal-order-form .form-control {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 660px) {
  .order-modal h1 {
    font-size: 24px;
  }
  .order-modal h4 {
    font-size: 14px;
  }
  .modal-order-form .form-control {
    font-size: 18px;
  }
  .order-modal .closebt {
    width: 34px;
    height: 34px;
  }
  .order-form-cost-row {
    font-size: 16px;
  }
  .modal-order-form .btn-submit {
    font-size: 18px;
    margin-top: 26px;
  }
  .modal-order-form .form-control {
    padding: 8px 10px;
    height: 42px;
  }
  .modal-order-form {
    margin-bottom: 36px;
  }
  #hero .btn h3 {
    margin-top: 2px;
  }
  .modal-form-success .success-img {
    width: 200px;
  }
  .modal-form-success .success-img img {
    width: 100%;
  }
  .order-form-promo-row {
    flex-direction: column;
  }
  .promo-btn-apply {
    margin-left: 0;
    margin-top: 12px;
  }
}
