.fic-contact-wrap {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    box-sizing: border-box;
}

.fic-contact-form {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    box-sizing: border-box;
}

.fic-contact-field {
    margin-bottom: 18px;
}

.fic-contact-field label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.fic-contact-field input,
.fic-contact-field textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 11px 12px;
    font: inherit;
}

.fic-contact-field textarea {
    min-height: 120px;
    height: 120px !important;
    resize: vertical;
}

.fic-contact-submit {
    border: 0;
    border-radius: 5px;
    padding: 6px 10px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    background: #c33e3e;
    color: #fff;
}

.fic-contact-submit:hover,
.fic-contact-submit:focus {
    opacity: .88;
}

.fic-contact-message {
    margin-bottom: 16px;
    border-left: 4px solid;
    padding: 12px 14px;
    background: #fff;
}

.fic-contact-success {
    border-color: #2e8540;
}

.fic-contact-error {
    border-color: #d63638;
}

.fic-contact-hp {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 600px) {
    .fic-contact-form {
        padding: 16px;
    }
}
