.contact .agree .wpcf7-list-item {
  margin: 0;
}
.contact .agree label input[type=checkbox] {
  display: none;
}
.contact .agree label input[type=checkbox] + .wpcf7-list-item-label {
  font-size: 15px;
  background-image: url(../images/contact/check_off.svg);
  background-size: auto 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 1px 29px;
  cursor: pointer;
  display: inline-block;
}
.contact .agree label input[type=checkbox]:checked + .wpcf7-list-item-label {
  background-image: url(../images/contact/check_on.svg);
}
.contact_submit .wpcf7-spinner {
  display: none;
}