

/* Start:/contacts/style.css?17429933711301*/
@media (max-width: 480px) {
  .form {
    padding-left: 10px;
  }
}
.form {
  background-color: #ebedec;
  border-radius: 15px;
  text-align: center;
  margin-top: 20px;
  padding: 20px 40px;
}

.form-table {
  width: 100%;
  margin-top: 20px;
}
.form-table th {
  padding: 2px 10px !important;
  text-align: left;
  font-weight: normal;
  padding-top: 15px !important;
}
@media (max-width: 576px) {
  .form-table th {
    display: block;
  }
}
.form-table td {
  padding: 2px 10px !important;
  text-align: left;
}
@media (max-width: 576px) {
  .form-table td {
    display: block;
  }
}
.form-table input, .form-table select {
  width: 100%;
  background: #fff;
  border: 1px solid #ADADAD;
  border-radius: 4px;
  color: #000;
  box-shadow: none;
  display: inline-block;
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  padding: 6px 8px;
  margin-bottom: 3px;
}
.form-table input[type=checkbox] {
  width: auto;
}

.form-btn {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 4px;
  background-color: white;
  border: 1px solid #818281;
  border-radius: 5px;
}
.form-btn:hover {
  cursor: pointer;
  background-color: #1551B3;
  color: white;
  transition: 0.5s;
}

.form-btn.active {
  color: white;
  background-color: #1551B3;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /contacts/style.css?17429933711301 */
