form {
  margin: 0px;
}

input, select, textarea {
  color: #1e1e1e; 
  background-color: #f6f6f6;
  /*background: linear-gradient(to bottom, rgba(255,255,255), rgba(10,21,46,0.8));
  background: linear-gradient(to bottom, #ffffff, #f5f5f5);*/
  height: 30px;
  font-size: 14px; 
  font-family: 'Lato', sans-serif;
  text-align: left;
  border: 1px solid #ececec;
    border-radius: 1px;
    padding: 0px 5px 0px 15px;
  line-height: 28px;
}

select {
  padding-right: 0px;
  line-height: 30px;
}

textarea {
  padding: 7px 10px 3px 10px;
  height: 130px;
  /*width: 650px;*/
    resize: vertical;
}

input.chk, .popup input.chk {
  padding: 0px;
  width: auto;
  height: auto;
}
.block-trial input, .block-trial select {
  background-color: #ffffff;
  width: 270px;
}
.block-trial input.chk {
  width: auto;
}
.popup input {
  width: 100%;
}

.btn, .btn-mdl {
  background: none;
  background-color: #30D365;
  width: auto;
  height: 38px;
  line-height: 38px;
  border-width: 0px;
  padding: 0px 25px;
  cursor: pointer;
  text-align: center;
  
    display: inline-block;
  font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
  border-radius: 6px;
  letter-spacing: 0.05em;
    text-transform: uppercase;
  text-decoration: none;

}
input.btn, button.btn {
  line-height: 32px;
}
header .about .btn {
  background-color: #4E96DA;
  color: #ffffff;
}

/*.btn-mdl {
  height: 41px;
  line-height: 38px;
  padding: 0px 20px;
    font-size: 16px;
    border-radius: 5px;
}
input.btn-mdl, button.btn-mdl {
  line-height: 34px;
}
.popup .btn, .popup .btn-mdl {
  width: auto;
}*/

.btn:hover, .btn-mdl:hover, .row-community .item .img:hover .btn-mdl {
  text-decoration: none;
  background-color: #35E36E;
}
header .about .btn:hover {
    opacity: 0.8;
  background-color: #4E96DA;
}
.btn.disabled, .btn.disabled:hover {
  background-color: #d2d2d2;
}

.el-err, .err-el {
  background-color: #ff7d7d !important;
  border: 1px solid #ff7d7d !important;
  color: #ffffff !important;
}
