@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.page-consult-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.page-consult-wrapper5 {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.page-consult-wrapper6 {
  width: 100%;
  height: 100%;
  background-size: cover;
}

a.btnc {
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  filter: none;
  box-shadow: none;
  color: #fff;
  line-height: 18px;
  padding: 8px 32px;
  display: inline-block;
  background: #020202;
}

.header-feedback .btnc {
  margin-bottom: 10px;
}

.btn_form5 {
    width: 100%;
}

.modal-consult-wrapper, .modal-consult-wrapper5, .modal-consult-wrapper6, .modal-consult-wrapper7, .modal-consult-wrapper8, .modal-consult-wrapper9, .modal-consult-wrapper10, .modal-consult-wrapper11, .modal-consult-wrapper12, .modal-consult-wrapper14 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0 ;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: rgba(40, 40, 40, 0.52);
}

.modal-consult-wrapper.open, .modal-consult-wrapper5.open, .modal-consult-wrapper6.open, .modal-consult-wrapper7.open, .modal-consult-wrapper8.open, .modal-consult-wrapper9.open, .modal-consult-wrapper10.open, .modal-consult-wrapper11.open, .modal-consult-wrapper12.open, .modal-consult-wrapper14.open {
  opacity: 1 !important;
  visibility: visible;
  z-index: 1030;
  overflow-y: scroll;
}

.modal-consult {
  max-width: 600px;
  display: block ;
  margin: 0 auto;
  position: relative;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgb(238, 238, 238);
	padding: 0px 20px;
}

.modal-consult-wrapper.open .modal-consult, .modal-consult-wrapper5.open .modal-consult, .modal-consult-wrapper6.open .modal-consult, .modal-consult-wrapper7.open .modal-consult, .modal-consult-wrapper8.open .modal-consult, .modal-consult-wrapper9.open .modal-consult, .modal-consult-wrapper10.open .modal-consult, .modal-consult-wrapper11.open .modal-consult, .modal-consult-wrapper12.open .modal-consult, .modal-consult-wrapper14.open .modal-consult {
  margin-top: -200px;
  opacity: 1;
}

.head-consult, .head-consult5, .head-consult6, .head-consult7, .head-consult8, .head-consult9, .head-consult10, .head-consult11, .head-consult12, .head-consult14 {
  width: 100%;
  height: 100%;
  margin: 0 0 0px;
  padding: 5px 30px;
  overflow: hidden;
  position: absolute;
}

.btnc-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}
.modal-consult .content-consult {
    padding: padding: 0px 3% 3% 3%;
}

.good-job-consult {
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #e2525c;
}
.good-job-consult .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job-consult h1 {
  font-size: 45px;
}
.form_consult_window{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.modal-consult .content-consult .text{
  color: #fff;
  padding: 10px;
  margin: 20px 0;
}
.modal-consult .content-consult .text h2{
  margin:0;
  font-size: 35px;
}
.modal-consult .content-consult .text p{
  margin:0;
  font-size: 14px;
}
.modal-wrapper-consult {
  margin: 0 0 20px 0;
}

.modal-consult .content-consult form input[type=submit]{
  margin: auto;
  color: #fff;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 0px;
  min-width: 200px;
  box-shadow: none;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 24px;
  margin-top: 13px;
  background: #020202;
}

.modal-consult .content-consult .text {
    color: #020202;
    padding: 10px;
    margin: 20px 0;
    font-family: roboto;
    letter-spacing: 0.5px;
    background: #ffc107;
}

.svgico {
  display: inline-block;
  vertical-align: middle;
}

.svgico__path, .svgico__line, .svgico__g {
  fill: currentColor;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: transparent;
}

.modal-close:focus, .modal-close:hover {
  outline: none;
  color: #eec13c;
}

.modal-close .svgico {
  width: 18px;
  color: rgb(86, 90, 117);
}

 .input-icon::before {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 14px;
      top: 17px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      z-index: 1;
    }

    .content-consult.form.input {
    }

    .modal-consult .content-consult form input {
      color: #000;
      font-size: 15px;
      border: none;
    }

    #erconts-consult {
      margin: 1rem 0rem !important;
    }

    .form1_input-text {
      background: #fff;
      width: 100%;
      border: 1px solid #e1e1e1 !important;
      border-radius: 2px;
      color: #83726e !important;
      padding: 15px 15px 15px 35px;
      height: 48px;
      margin: 5px;
      box-shadow: 0px 1px 3px 1px #e9e9e9;
    }

    .modal-consult .form-police {
      margin-top: 0;
      margin-right: 00%;
      padding: 8px;
      text-align: justify;
    }

    .input-box.input-icon span p {
      text-align: left;
    }

    .form_consult_sub.btn.left {
      float: left !important;
      margin-top: 0px !important;
    }
	
#form4 input, #form4 button {
    max-width: 500px;
    margin: 0 auto;
}

.form-check.form-police {
    color: #393939;
}

input#сheck_form4, input#сheck_form5, input#сheck_form6, input#сheck_form7, input#сheck_form8, input#сheck_form9, input#сheck_form10, input#сheck_form11, input#сheck_form12, input#сheck_form14 {
    background: #565a75;
    border: 1px solid #565a75;
}

input#сheck_form4:checked, input#сheck_form5:checked, input#сheck_form6:checked, input#сheck_form7:checked, input#сheck_form8:checked, input#сheck_form9:checked, input#сheck_form10:checked, input#сheck_form11:checked, input#сheck_form12:checked, input#сheck_form14:checked{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
background-color: #565a75 !important;
    border: 1px solid #565a75;
}

.modal-consult a {
    color: #960000;
}