.wrapper__inner {
    position       : relative;
    width          : 100%;
    max-width      : var(--default-container-max-width);
    margin         : 0 auto;

    /*display        : grid;*/
    /*grid-gap       : 20px;*/
    padding-bottom : 20px;
}

#content {
    padding : 0;
}

.contact-form {
    background : #1a1a1a;
    color      : white;
    width      : 100%
}
.page-header h1{
    background : #1a1a1a;
    color: white;
}

label{
    color: white;
}

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

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

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

.group-span-filestyle .btn-default, .btn-primary {
    background: var(--secondary-color);
}
.btn-primary{
    font-weight: 500;
}
.wrapper__inner {
    position  : relative;
    width     : 100%;
    max-width : 768px;

}
.contact-form__form{
    color: #1a1a1a;
}
#wrapper {
    position: relative;
    z-index: 1;
    background: black;
}
.card {
    background: #1a1a1a;
}
#wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../../img/bg/bg-cart.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .35;
    z-index: -1;
}

#gdpr_consent{
    padding-left: 20px;
}

#gdpr_consent .custom-checkbox input[type=checkbox] + span .checkbox-checked {
     color: white;
}

#gdpr_consent .custom-checkbox input[type=checkbox] + span{
    border: 2px solid white;
}

body#contact #content{
    width: 600px;
    max-width: 90%;
    margin: 80px auto 40px;
}

body#contact .contact-form .btn.btn-primary{
    min-width: 120px;
}

.filestyle{
    max-width: 70%;
}
