input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
    background: #e5e5e5;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
button {
    background: #e94729;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin: auto;
    max-width: 100%;
    padding: 1em 0;
    padding: 12px 0;
    width: 400px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
@media screen and (max-width: 768px) {
    button {
        max-width: 80%;
        font-size: 18px;
    }
}
span.notice {
    letter-spacing: 0;
    margin: -6px 0 6px;
}
.form-set .field-error {
    color: #d33;
    font-size: 13px;
    margin: 4px 0 0;
    line-height: 1.4;
}
@media screen and (min-width: 769px) {
    .request #requestArea fieldset {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .form-set select,
    .form-set input[type="text"],
    .form-set input[type="number"],
    .form-set input[type="email"],
    .form-set input[type="tel"],
    .form-set textarea {
        width: 63%;
    }
    span.notice {
        margin: -8px 0 6px 37%;
    }
    .request #requestArea fieldset label.field-label {
        margin: 0;
    }
    .form-set .field-error {
        flex-basis: 100%;
        margin-left: 37%;
    }
}

button.submit-btn:disabled {
    background: #e5e5e1;
    color: #606060;
    cursor: not-allowed;
}
.grecaptcha-badge {
  visibility: hidden;
}
