.provento-form {
  margin: 40px 0 20px;
}
.provento-form__title {
  font-size: 26px;
  font-family: 'Bender Light', serif;
  display: block;
  margin-bottom: 20px;
}
.provento-form__item {
  display: block;
  margin: 8px 0;
}
.provento-form__label {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  text-align: right;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-family: 'open sans', sans-serif;
  color: #000;
}
.provento-form__input-block {
  width: 60%;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}
.provento-form__input-fuild {
  border: 1px solid #ccc;
  width: 90%;
  height: 30px;
  padding: 0 5px;
}
.provento-form__input-fuild.i-select,
.provento-form__input-fuild.i-phone {
  background: #fff;
  max-width: 250px;
}
.provento-form__input-fuild.i-textarea {
  height: 80px;
  max-height: 80px;
}
.provento-form__input-fuild.i-select {
  font-weight: bold;
}
.provento-form__footer {
  padding-left: 200px;
  margin-left: 12px;
  margin-top: 15px;
}
.provento-form__submit {
  background: #19b5fe;
  border: none;
  font-family: 'Bender', serif;
  padding: 0 28px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
}
.provento-form__submit:hover {
  background: #0d72ac;
}
