:root {
--extras-input-input-width: 200px;
--extras-radio-normal-color: rgb(56, 56, 56);
}

form {
width: 100%;
}



.data-section--contact-with-me,
.data-section--no-contact-with-me {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}

.data-section--contact-with-me img,
.data-section--no-contact-with-me img {
  margin-bottom: 20px;
}

helix-form-wrapper input[type="text"],
helix-form-wrapper input[type="email"] {
  color: #212529;
  font-size: 18.4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  border: none;
  box-shadow: none;
  background: #f2f2f2;
  max-width: 675px;
  margin: 10px 0;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  width: 48%;
  border-radius: 4px;
}
