/* CONTACT */

section.vc_section.section-content-header.contact-header h1{
    margin-bottom: 190px;
}

section.vc_section.contact-section {
    padding-top: 0 !important;
    z-index: 2;
}
a.w-btn.maps-btn {
    color: var(--sec-color);
    font-size: 16px;
    padding: 12px 24px;
}

a.w-btn.maps-btn .w-btn-label:before {
    content: '';
    width: 17px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/icons/maps.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1ch;
}

.g-cols.dark {
    background-color: var(--sec-color);
}
section.vc_section.contact-section > .l-section > .l-section-h > .g-cols {
    display: flex;
}

section.vc_section.contact-section h4 {
    color: var(--pri-color);
    margin-bottom: 0;
}

section.vc_section.contact-section .row.interior-heading {
    margin-top: 60px;
}

.text-col .w-image.background-image + .w-btn-wrapper {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.text-col .w-image.background-image {
    margin-bottom: 0;
}

.text-col .w-image.background-image img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: unset;
}

.contact-section .adres-card-wrapper {
    width: unset;
}
.contact-section .adres-card-wrapper .w-image {
    padding: 66px 59px;
}

.contact-section .text-col {
    padding-top: 78px;
}
section.vc_section.contact-section .addres-info .social-btn-wrapper {
    background-color: #ffffff;
    padding: 0;
}

section.vc_section.contact-section .addres-info .social-container {
    display: flex;
    justify-content: space-around;
    padding: 0 4.2vw;
    margin-top: 27px;
    margin-bottom: 50px;
}

section.vc_section.contact-section .addres-info .social-container .w-btn-label {
    color: var(--pri-color);
}

section.vc_section.contact-section .addres-info svg {
    max-width: 100%;
}

section.vc_section .orange-section {
    height: 100%;
    background-color: var(--pri-color);
    position: relative;
}

section.vc_section .orange-section > .full-width {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
}

section.vc_section .orange-section > .full-width .w-btn-wrapper {
    margin-right: unset;
}
section.vc_section.contact-section .addres-info .address-card-container {
    background-color: var(--pri-color);
}

section.vc_section.contact-section .contact-col {
    width: 52.42vw;
    min-width: 52.42vw;
    background-color: #ffffff;
    margin-top: -6.42vw;
    padding: 3.68vw 3.10vw 3.1vw 3.55vw; 
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
    border: 1px solid var(--text-color);
    border-radius: 8px;
    padding: 24px;
    font-family: Fixel Display;
    font-size: 16px;
    text-transform: none;
}

textarea {
    height: 215px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select {
    height: 56px;

}

select {
    padding: 10px 24px;
}
.wpcf7-form-control-wrap.type_select:after {
    content: '';
    width: 24px;
    height: 12px;
    background-image: url(../images/icons/select-angle.svg);
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7-acceptance input[type="checkbox"] {
    visibility: hidden;
    width: 0;
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, 
.wpcf7-checkbox .wpcf7-list-item-label:before { 
    content: '';
    border: 1px solid var(--sec-color);
    height: 29px;
    width: 29px;
    border-radius: 3px;
    background-color: #ffffff;
    opacity: 1;
    top: -50%;
    left: 0;    
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after, 
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after { 
    content: '';
    height: 10px;
    width: 13px;
    border-radius: 3px;
    background-image: url(../images/icons/checkbox-check.svg);
    font: inherit;
    position: absolute;
    top: 50%;
    left: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}
.wpcf7-list-item-label {
    padding-left: 40px;
    font-size: 14px;
    padding-top: 3px;
}
input[type="submit"] {
    background-color: var(--pri-color);
    border-radius: 3em;
    font-size: 22px;
    text-transform: none;
    font-family: Zilla Slab;
    padding: 10px 44px;
    line-height: 1;
    color: #ffffff;
}

.wpcf7-form {
    padding-top: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    color: var(--text-color) !important;
}

.wpcf7-form .row {
    margin:  29px 0;
}

.wpcf7-form .row.d30-70 .wpcf7-form-control-wrap:first-child,
.wpcf7-form .row.d40-60 .wpcf7-form-control-wrap:first-child,
.wpcf7-form .row.d60-40 .wpcf7-form-control-wrap:first-child,
.wpcf7-form .row.d50-50 .wpcf7-form-control-wrap:first-child {
    margin-right: 12px
}

.wpcf7-form .row.d30-70 .wpcf7-form-control-wrap:last-child,
.wpcf7-form .row.d40-60 .wpcf7-form-control-wrap:last-child,
.wpcf7-form .row.d60-40 .wpcf7-form-control-wrap:last-child,
.wpcf7-form .row.d50-50 .wpcf7-form-control-wrap:last-child {
    margin-left: 12px
}
.wpcf7-form .row.d40-60 .wpcf7-form-control-wrap:first-child {
    width: 40%;
}

.wpcf7-form .row.d30-70 .wpcf7-form-control-wrap:first-child {
    width: 30%;
}

.social-container .w-btn-wrapper.align_left {
    margin-right: unset;
}

