﻿
/* Contact Item Info START */


.contactInfo_row {
    display: flex;
    min-height: 320px;
    padding: 15px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #010425;
    margin-bottom: 20px;
}

.contactInfo_info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.contactInfo_FirstRaw {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.contactInfo_title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contactInfo_company {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.14px;
}

.contactInfo_address {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.14px;
}

.contactInfo_openinghours {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.14px;
}

.contactInfo_phonetitle {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 138.462% */
    letter-spacing: 0.26px;
}

.contactInfo_phonetext {
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.28px;
}

.contactInfo_phoneArea, .contactInfo_infoArea, .contactInfo_reservationsArea {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contactInfo_phoneTextArea, .contactInfo_infoTextArea, .contactInfo_reservationsTextArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.contactInfo_TitleText {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 138.462% */
    letter-spacing: 0.26px;
}

.contact_phone_icon {
    background-image: url('../../images/contact/contact-phone-icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: flex;
}


.contact_email_icon {
    background-image: url('../../images/contact/contact-email-icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: flex;
}

.contactMap {
    width: 286px;
    height: 288px;
}

/* Contact Item Info END */

@media (max-width: 991px) {
    
    /* Contact Item Info START */
    .contactInfo_row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contactMapContainerMobile {
        width: 100%;
    }

    .contactMap {
        width: 100%;
        height: 264px;
    }

    /* Contact Item Info END */
}
