/* @group Property Contact
------------------------------------ */
.property-contact {
    position: relative;
    background-color: var(--main-blue);
    border-top: .1rem solid rgba(201, 202, 204, .3);
}
.property-contact::before {
    content: '';
    width: 100%;
    height: .1rem;
    background-color: rgba(201, 202, 204, .3);
    display: inline-block;
    position: absolute;
    left: 0;
}
.property-contact__info h3 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .04em;
    font-size: 1.4em;
    line-height: 1.42em;
    color: #fff;
    margin-bottom: .7rem;
}
.property-contact__info h2 {
    font-weight: 600;
    letter-spacing: -.02em;
    font-size: 5em;
    line-height: 1.16em;
    color: #fff;
    margin-bottom: .5rem;
}
.property-contact__info p {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.33em;
    max-width: 47.2rem;
}
.property-contact__contact-info {
    display: flex;
    border-width: .1rem 0 .1rem 0;
    border-color: rgba(201, 202, 204, .3);
    border-style: solid;
}
.property-contact__contact-info a {
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.42em;
    display: block;
}
.property-contact form span:not(.wpcf7-spinner):last-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.property-contact form span:not(.wpcf7-spinner) {
    display: block;
    margin-bottom: 1rem;
}
.property-contact form select,
.property-contact form textarea {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: .4rem;
    font-size: 1.4em;
    line-height: 1.42em;
    font-weight: 400;
    color: var(--font-black);
}
.property-contact form select {
    height: 5.2rem;
    padding: 0 1.8rem;
    background-image: url('../../img/layout/property/arrow-select.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    cursor: pointer;
}
.property-contact form option {
    padding: 0 1.8rem;
}
.property-contact form textarea {
    padding: 1.5rem 1.8rem;
    height: 8rem;
}
.property-contact form input[type="text"] {
    height: 5.2rem;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: .4rem;
    padding: 0 1.8rem;
    font-size: 1.4em;
    line-height: 1.42em;
    font-weight: 400;
    color: var(--font-black);
}
.property-contact form input[type="submit"] {
    background-color: var(--main-tang);
    color: var(--main-blue);
    text-transform: uppercase;
    color: var(--main-blue);
    width: 15.4rem;
    font-size: 1.4em;
    line-height: 5.2rem;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.55);
    border-radius: .4rem;
    cursor: pointer;
}
.property-contact form legend {
    color: rgba(255, 255, 255, .5);
    letter-spacing: -0.01em;
    font-size: 1.2em;
    line-height: 1.33em;
    position: relative;
    top: -3.5rem;
    right: -100%;
    transform: translateX(-10rem) !important;
    display: inline-block;
    width: 10rem;
}
.property-contact__map .map-container {
    position: relative;
}
.property-contact__card {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: #fff;
}
.property-contact__card .description {
    text-align: left;
}
.property-contact__card h3 {
    color: var(--main-blue);
    font-size: 1.6em;
    line-height: 1.25em;
    margin-bottom: .234rem;
}
.property-contact__card a,
.property-contact__card address {
    color: var(--font-black);
    font-size: 1.2em;
    line-height: 1.33em;
    font-style: normal;
    letter-spacing: -0.01em;
}
.property-contact__card figure img {
    border-radius: .4rem;
    overflow: hidden;
}
.property-contact .wpcf7-not-valid {
    border-bottom: 2px solid rgba(183, 16, 37, 1);
    font-size: 1.2em;
    padding: 0.5rem 0;
}
.property-contact .wpcf7-not-valid::placeholder {
    color: rgba(183, 16, 37, 1);
}
.property-contact .wpcf7-not-valid-tip,
.property-contact .wpcf7-response-output {
    display: none;
}
.property-contact form.sent .wpcf7-response-output {
    display: block;
    border-color: var(--main-white);
    color: var(--main-white);
    font-size: 1.4rem;
    padding: 1.2rem;
    margin: 2rem 0;
    line-height: 1.8rem;
}
.property-contact__map #map {
    width: 100%;
    height: 100%;
}
@media only screen
and (min-width : 961px) { 
    .property-contact {
        padding-bottom: 10.3rem;
    }
    .property-contact::before {
        bottom: 10.3rem;
    }
    .property-contact__info {
        padding: 14.3rem 6.2rem 2rem .55rem;
    }
    .property-contact__info::before {
        content: '';
        width: .1rem;
        height: 100%;
        background-color: rgba(201, 202, 204, .3);
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .property-contact__location {
        margin-top: 3.5rem;
    }
    .property-contact__contact-info {
        margin-top: 3.5rem;
        padding: 2.9rem 0;
    }
    .property-contact form {
        margin-top: 5.4rem;
    }
    .property-contact__contact-info li:not(:last-child) {
        padding-right: 8.5rem;
    }
    .property-contact__map {
        padding: 6rem;
    }
    .property-contact__map .map-container {
        width: 100%;
        max-width: 61rem;
        height: 78rem;
    }
    .property-contact__card {
        width: 21rem;
        padding: 1rem 1rem 1.5rem 1rem;
    }
    .property-contact__card figure {
        height: 20rem;
        margin-bottom: .72rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .property-contact {
        padding-bottom: 6.1rem;
    }
    .property-contact__info {
        padding-top: 3.531rem;
    }
    .property-contact__location {
        margin-top: 4.4rem;
    }
    .property-contact__contact-info {
        margin-top: 3.5rem;
        padding: 2.4rem 0;
    }
    .property-contact__info h2 {
        font-size: 3.6em;
        line-height: 1.16em;
        letter-spacing: normal;
        margin-bottom: 1rem;
    }
    .property-contact form {
        margin-top: 4.5rem;
    }
    .property-contact__contact-info li:not(:last-child) {
        padding-right: 3.7rem;
    }
    .property-contact__map {
        border-bottom: .1rem solid rgba(201, 202, 204, .3);
        order: -1;
        padding: 2rem;
    }
    .property-contact__map .map-container {
        width: 100%;
        height: 41.7rem;
    }
    .property-contact__card {
        display: flex;
        width: 29.5rem;
        padding: 1rem 2.7rem 1rem 1rem;
    }
    .property-contact__card figure {
        flex: 0 1 9.5rem;
        height: 10rem;
        margin-right: 2.2rem;
    }
    .property-contact__card .description {
        flex: 1;
        padding-top: 1rem;
    }
}



.property-contact .property-contact__info h3,
.property-contact .property-contact__info h2,
.property-contact .property-contact__info p, 
.property-contact span:not(.wpcf7-spinner),
.property-contact .property-contact__contact-info, 
.property-contact legend,
.property-contact input[type="submit"] {opacity: 0;}

.property-contact.animateActive .property-contact__info h3,
.property-contact.animateActive .property-contact__info h2,
.property-contact.animateActive .property-contact__info p, 
.property-contact.animateActive span:not(.wpcf7-spinner),
.property-contact.animateActive .property-contact__contact-info, 
.property-contact.animateActive legend,
.property-contact.animateActive input[type="submit"] {animation: fadeLeft 1.8s forwards;}

.property-contact.animateActive .property-contact__info h3 {animation-delay:.3s;}
.property-contact.animateActive .property-contact__info h2 {animation-delay:.3s;}
.property-contact.animateActive .property-contact__info p {animation-delay:.5s;} 
.property-contact.animateActive .property-contact__contact-info {animation-delay:.7s;}
.property-contact.animateActive span:not(.wpcf7-spinner):nth-child(1) {animation-delay:.7s;}
.property-contact.animateActive span:not(.wpcf7-spinner):nth-child(2) {animation-delay:.8s;}
.property-contact.animateActive span:not(.wpcf7-spinner):nth-child(3) {animation-delay:.9s;}
.property-contact.animateActive span:not(.wpcf7-spinner):nth-child(4) {animation-delay:1s;}
.property-contact.animateActive span:not(.wpcf7-spinner):nth-child(5) {animation-delay:1.1s;}
.property-contact.animateActive legend {animation-delay:1.5s;}
.property-contact.animateActive input[type="submit"] {animation-delay:1.5s;}

.property-contact .property-contact__map {opacity: 0;}
.property-contact.animateActive .property-contact__map {animation: fadeRight 1s forwards;}
.property-contact.animateActive .property-contact__map {animation-delay:1s;} 

@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .property-contact.animateActive .property-contact__map {animation-delay:.3s;} 
}

.wpcf7-form-control-wrap {
    position: relative;
    z-index: 2;
}
.select-multiple {
    position: relative;
}
.selected-options {
    width: 100%;
    background-color: #fff;
    border-radius: 0.4rem;
    font-size: 1.4em;
    line-height: 1.42em;
    font-weight: 400;
    color: var(--font-black);
    height: 5.2rem;
    padding: 0 1.8rem;
    background-image: url(../../img/layout/property/arrow-select.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.select-multiple .options-list {
    position: absolute;
    top: 4.2rem;
    left: 0;
    width: 100%;
    background-color: var(--main-white);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    padding-top: 1rem;
}
.active-menu .options-list {
    opacity: 1;
    pointer-events: all;
    border: 0.1rem solid #fff;
}
.select-multiple .options-list li {
    cursor: pointer;
    padding: .75rem 1.8rem;
    color: var(--font-black);
}
.select-multiple .options-list li.selected {
    background-color: var(--main-blue);
    color: var(--main-white);
}
