.section-exposer {
  width: 750px;
  padding: 75px 0 45px;
}

form .wrapper:not(.wrapper-bool) {
  display: inline-block;
  margin: 15px 0;
}


form .wrapper:not(.wrapper-bool) label {
  display: block;
  margin-bottom: 15px;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}

form .wrapper:not(.wrapper-bool) input {
  height: 50px;
  line-height: 50px;
  /*width: 360px;*/
  padding: 0 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

form .wrapper:not(.wrapper-bool) textarea {
  height: 150px;
  padding: 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

form .wrapper:not(.wrapper-bool) input:focus, form .wrapper:not(.wrapper-bool) textarea:focus {
  border: 2px solid #484848;
}
form .wrapper:not(.wrapper-bool) .input-error input, form .wrapper:not(.wrapper-bool) .input-error textarea, .input-error .rc-anchor-light {
  border: 1px solid #df5952 !important;
  color: #df5952;
}

form .wrapper:not(.wrapper-bool) .chosen-container {
  margin: 0;
  padding: 0;
  height: 50px !important;
  width: 360px !important;
}

form .wrapper:not(.wrapper-bool) .chosen-single {
  height: 50px;
  line-height: 50px;
  width: 360px;
  padding: 0 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
  background: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  box-shadow: none !important;
  transition: all 0.25s ease-in-out;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff !important;
}

.chosen-container .chosen-single b {
  height: 20px !important;
  margin: 14px 5px 14px 0 !important;
}

form .block-button {
  margin-top: 25px;
}

form .block-button * {
  vertical-align: top;
}

form .block-button p {
  display: inline-block;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
}

form .block-button .wrapper:not(.wrapper-bool) {
  margin: 0;
  float: right;
}

form .wrapper-recaptcha {
  margin: 0;
  width: auto !important;
  float: right;
  margin-top: 10px;
  margin-right: 55px;
  margin-bottom: 15px;
}

form .g-recaptcha {
  transform: scale(1.19);
  transform-origin: 0 0;
}

form .block-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-dialog {
  display: none;
  position: relative;
  height: 250px;
  width: 500px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #484848;
}

.form-dialog h3 {
  margin-bottom: 20px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 32px;
}
.form-dialog h3.success {
  color: #00aa96;
}
.form-dialog h3.error {
  color: #df5952;
}

.form-dialog p {
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

.form-dialog .btn-dialog-close {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 25px;
}

form .wrapper:not(.wrapper-bool), form .wrapper:not(.wrapper-bool) .field, form .wrapper:not(.wrapper-bool) .field input, form .wrapper:not(.wrapper-bool) .field textarea {
  width: 100%;
}

.field-bool .checkbox {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  padding: 0;
  vertical-align: 0;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  text-align: center;
}

.field-bool .checkbox i {
  display: block;
  opacity: 0;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: all 0.25s;
	        transition: all 0.25s;
}

.field-bool input:checked + .checkbox i {
  opacity: 1;
}

.field-bool input {
  height: 1px;
  width: 1px;
  opacity: 0;
  -webkit-appearance: checkbox;
}

.field-bool.input-error .checkbox {
  border: 1px solid #df5952;
}

@media screen and (max-width: 768px) {
  .section-exposer {
    width: 100%;
  }
  form .wrapper:not(.wrapper-bool) .chosen-container {
    width: 100% !important;
  }
  form .wrapper:not(.wrapper-bool) .chosen-single {
    width: auto;
  }
  form .wrapper-recaptcha {
    height: 75px;
  }
  form .g-recaptcha {
    position: absolute;
    left: 50%;
    transform: scale(0.9) translateX(-50%);
    transform-origin: 0 0;
  }
}
