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;
    }
}
.form-set .field-error {
    color: #d33;
    font-size: 13px;
    margin: 4px 0 0;
    line-height: 1.4;
}
button.submit-btn:disabled {
    background: #e5e5e1;
    color: #606060;
    cursor: not-allowed;
}
.grecaptcha-badge {
    visibility: hidden;
}
