.field-nameblock {border-bottom: 3px solid #eaeff2; font-size: 18px; font-weight: bold; background-color: #bb7403; color: #fff; border: 0; margin: 20px 0 15px 0; text-align: center; padding: 7px 20px;}

.warnText {background-color: #bb7403; color: #fff; border: 0; margin-bottom: 20px; text-align: center; padding: 7px 20px;}
.forms .str {margin-bottom: 15px;}
.field-hot-descr {border: 1px #bb7403 dotted; margin-bottom: 20px; text-align: center; padding: 7px 20px;}
.field-hot {margin-bottom: 5px;}
.field-hot span {font-weight: bold; color: #bb7403; border-bottom: 1px #bb7403 dotted;}
.width-100 {width: 100%; font-size: 16px; height: 24px;}
.width-100-text {width: 100%; font-size: 16px; height: 100px;}
.forms select {height: 32px; padding: 3px 0 5px 0;}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
textarea,
select {
  border: 1px solid #bbbcc0;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
select:focus,
input:focus,
textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 5px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #333333;
  margin: 0;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  background: #eeeded;
  padding: 9px 20px;
  height: 2.3em;
}
.btn:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #dbdada;
}
input[type="submit"].btn {
  -webkit-appearance: none;
}