.lead-form__button {
  height: 50px;
  background: linear-gradient(90deg, #ef4444, #ef4444);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input {
  height: 48px;
  padding: 0 14px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.2s;
  width: 100%;
}

.data_safe {
  display: none;
}
