

/* Start:/local/components/kibercar/form/templates/form/style.css?16450982163593*/
.production__form {
  border: 10px solid #ccced5;
  box-shadow: 0px 2px 32px 0px rgba(51, 51, 102, 0.3);
  background-color: #fff;
  padding: 58px 52px;
  max-width: 860px;
  margin: 0 auto;
}
.production__form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.production__form_field {
  width: 47%;
  margin-bottom: 24px;
}
.production__form .page_form__city {
  width: 100%;
  margin-right: 0;
}
.production__form .page_form__current-uc {
  margin-bottom: 15px;
  width: 100%;
}
.production__form_field label {
  color: #a0a0a0;
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  display: block;
}
.production__form_field input[type='text'] {
  background-color: #fff;
  border: 1px solid #ccced5;
  border-radius: 20px;
  width: 100%;
  padding: 16px 18px;
  font-size: 14px;
  color: grey;
}
.production__form_field input[type='text']::placeholder {
  font-size: 14px;
  color: grey;
}
.production__form .select-box {
  border-radius: 20px;
}
.production__form .select2-container .select2-selection--single {
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  color: grey;
  border: 1px solid #ccced5;
}
.production__form .select-box input[type='text'].city-input-hd {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 16px 18px;
  margin-bottom: 18px;
  font-size: 14px;
  outline: none;
  color: grey;
  border: 1px solid #ccced5;
}
.production__form .select-box.required input[type='text'].city-input-hd {
  border: 1px solid #f02c1c;
}
.production__form .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
  font-size: 14px;
  color: grey;
  font-weight: normal;
}
.production__form .select-box.required {
  border: none !important;
}
.production__form .select-box.required .select2-container .select2-selection--single {
  border: 1px solid #f02c1c;
}

button.production__video_form_btn {
  width: 100%;
}

.select2-results .select2-results__options {
  border-left: 1px solid #ccced5;
  border-right: 1px solid #ccced5;
  border-bottom: 1px solid #ccced5;
}

.production__form {
  position: relative;
}
.production__form.production__form_middle {
  padding-bottom: 110px;
}

.production__form_btn {
  margin-left: auto;
}
.production__form .page_form__uc_item label {
  width: 100%;
}

.production__form .page_form__uc_item label:before {
  background-image: url(/img/header_city_icon_deact2.png);
}
.production__form .page_form__uc_list {
  padding: 0;
}

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .production__form_field {
    width: 100%;
  }
  .production_fly__form .page_form__btn:before {
    right: 25%;
  }
  .production__form_field:nth-child(1) {
    order: 1;
  }
  .production__form_field:nth-child(2) {
    order: 2;
  }
  .production__form_field:nth-child(3) {
    order: 3;
  }
  .production__form_field:nth-child(4) {
    order: 5;
  }
  .production__form_field:nth-child(6) {
    order: 6;
  }
  .page_form__current-uc {
    order: 4;
  }
}
@media (max-width: 635.98px) {
  .production__form {
    padding: 25px;
    border: 5px solid #ccced5;
  }
  .production__form .page_form__uc_item label:before {
    display: none;
  }
  .production__form .page_form__uc_item label {
    padding: 5px 10px 5px 60px;
  }
}
@media (max-width: 420px) {
  .production_fly__form .page_form__btn:before {
    right: 15%;
  }
}

/* End */
/* /local/components/kibercar/form/templates/form/style.css?16450982163593 */
