.contact-form {
  margin-top: 60px;
}
.contact-form .contact-form_title {
  font-size: 20px;
  margin: 0 0 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 1;
  resize: none;
  vertical-align: top;
  color: #262626;
}
.contact-form .am-form .am-g .am-u-md-6 {
  padding: 10px;
}
.contact-form .am-form select {
  width: 100%;
  background: #fcfcfc;
  border: 2px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  resize: none;
  border-radius: 3px;
  vertical-align: top;
  color: #262626;
}
.contact-form .am-form .btn-change {
  position: absolute;
  top: 10px;
  padding: 10px 18px;
  border: 2px solid #34c1e4;
  background: #fff;
  color: #34c1e4;
}
.contact-form .am-form .btn-reguest {
  padding: 10px 18px;
  border: 2px solid #6975a6;
  background: #fff;
  color: #6975a6;
  width: 94px;
  line-height: 15px;
  margin-top: 10px;
}
.contact-form .am-form .btn-reguest:hover {
  background: #6975a6;
  color: #fff;
}
@media (max-width: 640px) {
  .btn-fl {
    float: left !important;
    text-align: left;
  }
}
