.b-b24-lead-form {
  display: flex;
  justify-content: space-between;
}
.b-b24-lead-form__input {
  width: 100%;
  height: 40px;
  margin-right: 10px;
  font-size: 17px;
}
.b-b24-lead-form__input--required {
  border-color: #ea6363;
  background: #fbd2d2;
}
.b-b24-lead-form__input::-webkit-input-placeholder {
  font-size: inherit;
}
.b-b24-lead-form__input::-moz-placeholder {
  font-size: inherit;
}
.b-b24-lead-form__input:-moz-placeholder {
  font-size: inherit;
}
.b-b24-lead-form__input:-ms-input-placeholder {
  font-size: inherit;
}
.b-b24-lead-form.comment-form [class*=comment-form] input {
  width: 100%;
  height: 40px;
  padding: 10px 0px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .b-b24-lead-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .comment-form--fixPhone {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }

  .comment-form--fixPhone .comment-form-author {
    width: calc(100% - 52px);
  }

  .comment-form--fixPhone .comment-form-email {
    margin: 0 !important;
  }

  .comment-form--fixPhone .form-submit {
    margin-bottom: 0 !important;
  }

  .comment-form--fixPhone p.comment-form-email {
    margin: 0;
    width: calc(100% - 52px) !important;
  }
}

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