/*HEADER*/

body#contact #header {
    min-height: 50vh;
}

body#contact .order__wrapper {
    padding-top: 0;
}

/*CONTAINERS*/

body#contact section#wrapper {
    background: url(../../../img/bg/main_bg.png);
}

body#contact .wrapper__inner {
    position       : relative;
    width          : 100%;
    max-width      : var(--default-container-max-width);
    margin         : 0 auto;
    padding: 3em 0;
}

body#contact #content-wrapper {
    max-width: 88.9%;
    margin: auto;
}

/*CONTENT*/

section#content {
    padding : 0;
    background: white;
    border-radius: 11px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

/*TITLE*/

body#contact .page-header h1 {
    background: transparent;
    color: var(--main-red-color);
    border-bottom: 1px solid var(--main-red-color);
}

/*FORM*/

.contact-form {
    /*background : #fff;*/
    color      : #7a7a7a;
    width      : 100%
}

.contact-form .form-fields {
    width          : 100%;
    display        : flex;
    flex-direction : column;
}

.contact-form .contact-form__form,
.form-footer {
    padding : 0 15px;
}

body#contact .group-span-filestyle .btn-default {
    background: var(--main-red-color);
}

/*FORM FOOTER -- SUBMIT/CAPTCHA */

.form-footer {
    padding-bottom : 15px;
}

footer.form-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.contact-form #gdpr_consent {
    padding-left: 1em;
}

section.contact-form input[type="submit"] {
    margin-bottom: 1em;
}
