#podbor-datchikov-form {
  border-radius: 10px;
  background: #F6D311;
  padding: 0 0 0 1.875rem;
}

#podbor-datchikov-form input[id^="edit-submit"] {
  border-radius: 5px;
  border: 2px solid #F6D311;
  background: #F8F8F8;
  width: 100%;
  text-align: center;
  padding: 1.125rem 1.5625rem;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
}

#podbor-datchikov-form input[id^="edit-submit"]:hover
{
  background: #222;
  color: #F8F8F8;
}

#podbor-datchikov-form .form-item input {
  color: rgba(34, 34, 34, 0.40);
  font-size: 1rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.20);
}

#podbor-datchikov-form textarea {
  padding-bottom: 1.5rem;
  margin-bottom: -2px;
}

@media screen and (max-width: 576px) {

  #podbor-datchikov-form {
    padding: 0 1.875rem;
  }

  #podbor-datchikov-form .form-item input,
  #podbor-datchikov-form .form-item .form-control {
    font-size: .7rem;
    padding: 0.6rem;
  }

  #podbor-datchikov-form textarea {
    margin-bottom: 0;
    min-height: 5.8rem;
  }

  #podbor-datchikov-form input[id^="edit-submit"]
  {
    font-size: .7rem;
    padding: 0.651rem;
    border: unset;
  }

}
