.order-form__holder {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.order-form__holder input[type=checkbox] {
  display: none;
}

.order-form__holder.active {
  opacity: 1;
  visibility: visible;
  z-index: 9 !important;
}

.order-form__loader-holder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.order-form__loader-holder.active {
  visibility: visible;
  opacity: 1;
  z-index: 25;
}

.order-form__loader-holder img {
  width: 150px;
  max-width: 50%;
}

.order-form__top-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.order-form__top_text {
  margin-bottom: 20px;
}

.order-form__name-inputs {
  margin-bottom: 20px;
}

.order-form__product-check {
  position: relative;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1px;
}
.order-form__product-check svg path {
  fill: #fff;
}

.order-form__products-holder {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  margin-bottom: 20px;
}

.order-form__product {
  display: contents;
}
.order-form__product label {
  display: grid;
  grid-row: 2/3;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.order-form__product-check > svg {
  display: none;
}

.order-form__product-check > input:checked ~ svg {
  display: inline-block;
}

.order-form__order-header {
  font-size: 18px;
  margin-bottom: 10px;
}

.order-form__product-price {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  grid-row: 1/3;
  align-self: end;
}

.order-form__delivery-holder {
  position: relative;
  z-index: 3;
}

.order-form__payment-holder {
  margin-top: 10px;
}

.order-form__moneyBack {
  margin: 15px 0;
  font-size: 10px;
}
.order-form__moneyBack ul {
  margin: 0;
  padding-left: 15px;
}

.order-form__prize {
  background: -webkit-gradient(linear, left top, right top, from(rgb(94, 96, 102)), to(rgb(232, 232, 232)));
  background: linear-gradient(90deg, rgb(94, 96, 102), rgb(232, 232, 232) 100%);
  border: 1px solid #fff;
  padding: 10px 15px;
  color: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
.order-form__prize p {
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
}
.order-form__prize img {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}

.order-form__send-btn {
  padding: 12px;
  width: 100%;
  font-family: "RoadRadio", serif;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .order-form__top-title {
    font-size: 30px;
  }
  .order-form__top_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .order-form__name-inputs {
    margin-bottom: 30px;
  }
  .order-form__name-inputs .input_label input {
    font-size: 16px;
  }
  .order-form__products-holder {
    grid-template-columns: auto auto -webkit-max-content;
    grid-template-columns: auto auto max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .order-form__order-header {
    font-size: 24px;
    margin-bottom: 0;
  }
  .order-form__product label {
    grid-row: auto;
  }
  .order-form__product-price {
    grid-row: auto;
  }
  .order-form__moneyBack {
    width: 385px;
  }
  .order-form__prize {
    width: 440px;
    margin-bottom: 15px;
  }
  .order-form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-form__bottom p {
    font-size: 16px;
    text-align: left;
  }
  .order-form__send-btn {
    width: 220px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.certificate_popup > div {
  padding: 0;
  border: none !important;
}

.order-form__delivery-inputs {
  position: relative;
  z-index: 2;
}

.order-form__delivery-inputs > div {
  margin-top: 5px;
}

.order-form-select {
  position: relative;
  width: 100%;
  font-weight: 400;
  z-index: 1;
}

.order-form-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 10px;
  cursor: pointer;
  position: relative;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  background: url("https://cloud.devtome.top/domains/eauto.in.ua/home/select_arrow.svg");
  top: 50%;
  right: 10px;
  width: 12px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.order-form-select-selected.error {
  border: 1px solid #d60000;
  -webkit-animation: error_shake 0.5s both;
          animation: error_shake 0.5s both;
  color: #c60000;
}

.order-form-select-selected.error:after {
  background: url("https://cloud.devtome.top/domains/eauto.in.ua/home/select_arrow_red.svg");
  top: 50%;
  right: 10px;
  width: 12px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}

/*style the items (options), including the selected item:*/
/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #323d41;
}

.select-items div {
  padding: 8px 12px;
  font-size: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: -1px;
  margin-right: -1px;
}

.select-items div:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(255, 255, 255, 0.2);
}

.--pn-hide {
  display: none;
}

.-pn-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.-pn-container input,
.order-form__delivery-cour-input {
  width: 100%;
  padding: 8px 25px 8px 8px;
  font-size: 10px;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  z-index: 3;
  position: relative;
  opacity: 1 !important;
  text-overflow: ellipsis;
}

.-pn-container input::-webkit-input-placeholder, .order-form__delivery-cour-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.-pn-container input::-moz-placeholder, .order-form__delivery-cour-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.-pn-container input:-ms-input-placeholder, .order-form__delivery-cour-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.-pn-container input::-ms-input-placeholder, .order-form__delivery-cour-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.-pn-container input::placeholder,
.order-form__delivery-cour-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.-pn-cancel-button {
  position: absolute;
  right: 9px;
  top: 9px;
  font-size: 10px;
  cursor: pointer;
  -webkit-transform: scale(1.5, 1);
          transform: scale(1.5, 1);
  z-index: 4;
  color: #fff;
}

.-pn-container > div {
  position: relative;
}

.-pn-container ul {
  position: relative;
  top: 0;
  width: 100%;
  overflow: auto;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #323d41;
  max-height: 200px;
}

.-pn-container ul::-webkit-scrollbar {
  width: 4px;
}

.-pn-container ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 16px;
}

.-pn-container ul li {
  font-size: 10px;
  padding: 8px;
  border: 1px solid white;
}

.-pn-container ul li:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.-pn-container ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.-pn-city_ul-holder,
.-pn-post_ul-holder,
.-pn-street_ul-holder,
.ji-city_ul-holder,
.ji-depart_ul-holder {
  position: absolute;
  max-height: 200px;
  width: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 2;
  background: transparent;
}

.-pn-container .--pn-choosen input {
  color: #fff;
}

.-pn-streetsData_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  grid-column: -1/1;
}

.-pn-cities_container {
  z-index: 5;
  position: relative;
}

.-pn-streets_container {
  z-index: 4;
  position: relative;
}

.-pn-posts_container {
  position: relative;
}

@media (min-width: 992px) {
  .select-selected {
    padding: 18px 15px;
    font-size: 12px;
  }
  .select-items div {
    font-size: 12px;
    padding: 18px 15px;
  }
  .-pn-container input,
  .order-form__delivery-cour-input {
    padding: 13px 25px 13px 15px;
    font-size: 11px;
  }
  .-pn-container ul li {
    font-size: 11px;
    padding: 13px 15px;
  }
  .-pn-cancel-button {
    font-size: 12px;
    top: 13px;
  }
  .order-form__delivery-inputs > div {
    margin-top: 10px;
  }
}