.contact_form .send_button {
  font-family: "bold";
  font-size: 130%;
  line-height: 16px;
  display: flex;
  width: 230px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 56px;
}
@media (max-width: 991px) {
  .contact_form .send_button {
    font-size: 120%;
    line-height: 15px;
    width: 170px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .contact_form .send_button {
    width: 150px;
    height: 40px;
  }
}

.contact_form .send_button {
  color: #ffffff;
  background: #f1621e;
}
.contact_form .send_button:hover {
  background: rgba(241, 98, 30, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.contact_form {
  max-width: 460px;
  margin-top: 45px;
}
.contact_form .field_block {
  position: relative;
  padding-bottom: 25px;
}
.contact_form .field_block input,
.contact_form .field_block textarea {
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 15px;
  font-size: 120%;
  line-height: 25px;
  color: #292929;
  background: rgba(32, 36, 43, 0.04);
}
.contact_form .field_block textarea {
  resize: none;
  height: 210px;
  vertical-align: top;
}
.contact_form .error_hint {
  font-size: 120%;
  line-height: 15px;
  right: 0;
  bottom: 10px;
}
.contact_form ::-webkit-input-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.contact_form :-moz-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.contact_form ::-moz-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.contact_form :-ms-input-placeholder {
  color: rgba(168, 168, 168, 0.7);
}
.contact_form .send_button {
  width: 100%;
  border: none;
}

.consulting_description {
  font-size: 140%;
  line-height: 26px;
  margin-top: 50px;
  font-family: "light";
}
.consulting_description a {
  color: #f1621e;
  font-family: "bold";
}
.consulting_description a:hover {
  color: rgba(241, 98, 30, 0.7);
}

@media (max-width: 991px) {
  .consulting_description {
    margin-top: 30px;
    line-height: 24px;
  }

  .contact_form .field_block input {
    line-height: 16px;
  }
  .contact_form .field_block textarea {
    line-height: 24px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .contact_form .field_block input {
    padding: 12px 15px;
  }
  .contact_form .field_block textarea {
    padding: 12px 15px;
    height: 160px;
  }
}
.consulting_description a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contact_form .send_button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=consulting.css.map */
