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

.contact-page {
    position: relative;
    padding-bottom: 96px;
    overflow: hidden;
}

.contact-page .light-blue-circles {
    position: absolute;
    top: -500px;
    right: -600px;
    height: auto;
    width: 1200px;
    z-index: 1;
}

.contact-page-blue-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background-color: #F1F6FE;
    z-index: 1;
}

.contact-page-top-hero {
    position: relative;
    padding: 96px 0;
}

.contact-page__title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.contact-page-top-hero-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 96px;
}

.contact-page-top-hero-form-container form {
    max-width: 600px;
    padding: 32px 32px 0 32px;
    background-color: #fff;
    border-radius: 28px;
    position: relative;
    z-index: 2;
    border: 2px solid #2A2243;
}

.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,
select {
    font-family: Urbanist-Regular;
    color: #2A2243;
    border: 2px solid #2A2243;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px !important;
    color: #2A2243;
}
textarea::-webkit-input-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input::-webkit-input-placeholder,
.form-element-short select::-webkit-input-placeholder,
textarea::placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input::-moz-placeholder,
.form-element-short select::-moz-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input:-ms-input-placeholder,
.form-element-short select:-ms-input-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input::-ms-input-placeholder,
.form-element-short select::-ms-input-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input::-webkit-input-placeholder, .form-element-short select::-webkit-input-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input::-moz-placeholder, .form-element-short select::-moz-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input:-ms-input-placeholder, .form-element-short select:-ms-input-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input::-ms-input-placeholder, .form-element-short select::-ms-input-placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.form-element-short input::placeholder,
.form-element-short select::placeholder {
    color: #2A2243;
    font-family: Urbanist-Regular;
}
.upload-form-element-long {
    margin: 24px 0;
    text-align: center;
    color: #2A2243;
}
.upload-form-element-long .label-input {
    cursor: pointer;
    font-family: Urbanist-Regular;
}
.delete-input {
    display: none;
    margin: 12px auto 24px;
    cursor: pointer;
}

.upload-form-element-long .upload-img {
    width: 37px;
    height: auto;
    margin-right: 12px;
}

.wpcf7-not-valid-tip {
    margin: 12px 0 0 0;
    font-family: Urbanist-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: 2px solid #2A2243;
    border-radius: 12px;
}

.wpcf7-list-item-label {
    color: #2A2243;
    font-family: Urbanist-Regular;
}

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

.wpcf7-submit {
    font-family: "Urbanist-Medium";
    border: none;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 28px;
    background: var(--primary-color, #3D6CB9);
    padding: 12px 24px;
    color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 46px;
    position: relative;
    z-index: 990;
    margin: 48px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
}

.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: #2A2243;
    font-family: Urbanist-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: #2A2243;
}

.contact-page__address-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.contact-page__address-item .contact-page-subtitle {
    font-size: 20px;
    line-height: 24px;
    font-family: "Urbanist-SemiBold";
    color: #2A2243;
    margin-bottom: 8px;
}

.contact-page__address-item a {
    color: #4B8AF3;
    font-family: "Urbanist-Regular";
    font-size: 16px;
    text-decoration: none;
}


@media all and (max-width:1360px) {
    .contact-top-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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:1024px) {
    .contact-page-top-hero-form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 32px;
    }

    .contact-page__address-item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

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

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

    .contact-menu__element__link {
        width: auto;
    }
}

@media all and (max-width:660px) {
    .contact-page-top-hero {
            padding: 48px 0;
        }

    .contact-page-top-hero-form-container form {
        width: 100%;
        margin: auto;
        padding: 16px;
    }


    .form-element-short {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

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

    
}