/* ===== CONTACTS ===== */
.contact-page .h2 {
    margin-bottom: 80px;
}
.contact-part.sl_container {
    padding-top: 100px;
    padding-bottom: 130px;
}
.sl_contact-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    margin: 0 auto;
    justify-content: center;
}
.sl_contact-col {
    width: calc(50% - 20px);
}
.sl_contact-col {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.sl_contact-col p {
    font-size: inherit;
    line-height: normal;
}
.sl_contact-title {
    font-weight: 500;
    text-transform: uppercase;
}
.sl_contact-line {
    margin-top: 28px;
}
.sl_contact-socials {
    margin: 50px 0;
    display: flex;
    gap: 50px;
}
.sl_contact-socials .sl_button {
    height: 46px;
    width: 46px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.sl_contact-socials svg {
    position: absolute;
    width: 30px !important;
    top: 7px;
}
.sl_contact-socials svg * {
    fill: var(--white) !important;
}
.sl_contact-map {
    background: #eee;
    height: 245px;
    z-index: 1;
}
#map {
    width: 100%;
    height: 100%;
}

@media (min-width: 769px) {
    .sl_contact-map {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: calc(100% + 40px);
    }
}
@media (max-width: 768px) {
    .sl_contact-col {
        font-size: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .sl_contact-col p {
        margin: 10px 0 0;
    }
    .sl_contact-line {
        margin-top: 10px;
        text-align: center;
    }
    .sl_contact-socials {
        margin: 25px 0 45px;
        gap: 20px;
    }
    .sl_contact-socials .sl_button {
        height: 32px;
        width: 32px;
    }
    .sl_contact-socials svg {
        width: 20px !important;
        top: 5px;
    }
    .sl_contact-map {
        width: 100vw;
        margin-bottom: 35px;
        position: relative;
        left: -1px;
    }
    .contact-part.sl_container {
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .contact-page .h2 {
        margin-bottom: 40px;
    }
}
@media (max-width: 640px) {
    .sl_contact-map {
        left: 0;
    }
}
@media (max-width: 540px) {
    .sl_contact-col {
        font-size: 16px;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .sl_contact-map::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 38px;
        display: block;
        width: 1px;
        background: var(--blue-1);
    }
}
@media (min-width: 541px) {
    .sl_contact-line br {
        display: none;
    }
}
