/*==================     Subscribe Form     ======================*/
.site-form {
  position: relative;
  display: block;
}
.site-form .fields{}
.site-form .success-msg{display: none;}

.site-form form.submited .fields{display: none;}
.site-form form.submited .success-msg{display: block;}

.site-form label {
  display: inline-block;
  position: relative;
  margin-bottom: 9px;

}

.big-form label {
  /*display: block;*/
  width: 50%;
}
.big-form h5.question {margin: 10px 0;}
/*.big-form input[type=checkbox]+label{display: inline-block;}*/
.subscribe-form label{
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-form label.name {
  width: 86%;
}
.site-form input[type=text], .site-form input[type=password], .site-form textarea {
  outline: none;
  width: 100%;
  padding: 9px 10px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #6d7482;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  margin: 0;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  border-radius: 7px;
}
/*.site-form textarea{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  height: 31px;
}*/

.site-form a[data-type="submit"] {
  display: inline-block;
  padding: 10px 27px 10px 27px;
  text-align: center;
  background: #e4012e;
  color: #FFF;
}
.site-form a[data-type="submit"]:hover {
  background: #1e283a;
}
.site-form span.error,
.site-form span.success {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
  z-index: 50;
}
.site-form span.error {
  color: #f00;
  overflow: hidden;
  /*height: 0;*/
  height: 21px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/*.site-form label.invalid .error {
}*/
.site-form span.success {
  display: none;
  color: #0f0;
}
@media (max-width: 979px) {
  .site-form label.name,
  .site-form label.email {
    display: block;
    width: 100%;
  }
  .site-form * + label,
  .site-form * + a[data-type='submit'] {
    margin-top: 10px;
  }
}
form label + .btn2 {
  margin-left: 2px;
}
@media (max-width: 1199px) {
  .btn2 {
    margin-top: 20px;
  }
}
.site-form label.name__,
.site-form label.email__,
.site-form label.phone {
  width: 100%;
}
.contact_form input{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  height: 31px;
  /*text-indent: 10px;*/
}
.contact_form label + label {
  margin-top: 19px;
}
textarea {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  height: 120px;
  width: 100%;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label + .btn_right {
  margin-top: 25px;
}
