/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 14px;
}

.contact-form .form-group textarea.form-control {
    height: 140px;
}

.contact-form .form-group .form-control.error {
    border: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: normal;
    text-transform: none;
    position: relative;
}

.contact-form .form-group.contact-form__note {
    color: #757376;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57143em;
    margin-top: 6px;
    margin-bottom: 20px;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 630px;
    margin-right: auto;
}

.blk-contact-form .bloc-text,
.blk-contact-form .sect-title .sub-title {
    margin-bottom: 20px;
}