/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main-content {
    width: 100%;
    padding-bottom: 32px;
}

.contact-top-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid white;
    padding-bottom: 96px;
}

.contact-top-hero__title {
    width: 50%;
    padding-right: 96px;
}

.contact-top-hero__title * {
    font-family: Oswald-Regular;
    line-height: 1.4;
    color: white;
}

.contact-top-hero__form-container {
    width: 50%;
}

.form-element-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-element-short span {
    width: calc(100% - 12px);
    margin-bottom: 12px;
}
.form-element-short span:nth-child(odd) {
    margin-right: 12px;
}
#wpcf7-f361-o1 > form > div:nth-child(3) span {
    margin-bottom: 0;
}
.form-element-short input,
textarea {
    font-family: Oswald-Regular;
    color: white;
    border: 3px solid #FC7D40;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px !important;
    color: white;
    background-color: #282828;
}
textarea::-webkit-input-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input::-webkit-input-placeholder,
.form-element-short select::-webkit-input-placeholder,
textarea::placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input::-moz-placeholder,
.form-element-short select::-moz-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input:-ms-input-placeholder,
.form-element-short select:-ms-input-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input::-ms-input-placeholder,
.form-element-short select::-ms-input-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input::-webkit-input-placeholder, .form-element-short select::-webkit-input-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input::-moz-placeholder, .form-element-short select::-moz-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input:-ms-input-placeholder, .form-element-short select:-ms-input-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input::-ms-input-placeholder, .form-element-short select::-ms-input-placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.form-element-short input::placeholder,
.form-element-short select::placeholder {
    color: white;
    font-family: Oswald-Regular;
}
.upload-form-element-long {
    margin: 24px 0;
    text-align: center;
    color: white;
}
.upload-form-element-long .label-input {
    cursor: pointer;
    font-family: Oswald-Regular;
}
.delete-input {
    display: none;
    margin: 12px auto 24px;
    cursor: pointer;
}

.upload-form-element-long .upload-img {
    width: 37px;
    height: auto;
    margin-right: 12px;
}
.apply-section__form .wpcf7-submit {
    margin: auto;
    height: 46px;
    padding: 0 32px;
}
.wpcf7-not-valid-tip {
    margin: 12px 0 0 0;
    font-family: Oswald-Regular;
}
.wpcf7-response-output {
    padding: 8px;
    border-radius: 12px;
}

.check-element-long {
    margin-top: 16px;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-list-item input[type=checkbox] {
    border: 3px solid #FC7D40;
    border-radius: 12px;
}

.wpcf7-list-item-label {
    color: white;
    font-family: Oswald-Regular;
}

.contact-top-hero__form-container form {
    padding: 32px 32px 0 32px;
    border-radius: 12px;
    background-color: #282828;
    border: 3px solid white;
}

.wpcf7-submit {
    background-color: #282828;
    color: #FC7D40;
    border: 3px solid #FC7D40;
    margin: 48px auto 0;
}

.contact-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 0;
}

.contact-menu__element__link {
    color: white;
    font-family: Oswald-Regular;
    width: 100%;
    line-height: 1.6;
}

.contact-menu__element:first-of-type {
    padding-left: 0;
}

.contact-menu__element:last-of-type {
    padding-right: 0;
}

.contact-menu__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 32px;
}

.contact-map {
    width: 100%;
}
.wpcf7-response-output {
    margin-left: 0 !important;
        margin-right: 0 !important;
        font-family: Oswald-Light;
            padding: 16px !important;
    color: white;
}
@media all and (max-width:1360px) {
    .contact-top-hero {
        flex-direction: column;
        align-items: center;
    }

    .contact-top-hero__title {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 32px;
    }

    .contact-top-hero__form-container {
        width: 100%;
    }

    .contact-top-hero__form-container form {
        width: 600px;
        margin: auto;
    }
}


@media all and (max-width:960px) {
    .contact-infos {
        flex-direction: column;
        align-items: center;
    }

    .contact-menu__element {
        margin: 16px 0;
        padding: 0;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .contact-menu__element__link {
        width: auto;
    }
}

@media all and (max-width:660px) {


    .contact-top-hero__form-container form {
        width: 100%;
        margin: auto;
    }


    .form-element-short {
        flex-direction: column;
    }

    .form-element-short span {
        margin-right: 0 !important;
        width: 100%;
    }
}