@charset "UTF-8";

/* LOCATION SECTION CSS */

.section-location {
    position: relative;
    padding: clamp( 40px, 6.875vw, 132px ) 0;
    background-color: #F8F8F8;
    /* overflow: hidden; */
    clear: both;
}

section.section-location .heading h2 {
    color: #3b3b3b;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    margin-bottom: 80px;
}

.section-location .heading h2::after {
    border-color: #6d9f32;
}

.section-location .map-block {
    position: relative;
    display: block;
    max-width: 1920px;
    /* width: 100%; */
    /* float: left; */
    margin: 0 auto;
    overflow: auto;
    padding: 0;
}

.map-block.container.flex {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.section-location .mapWrap {
    overflow: visible;
    text-align: left;
    float: right;
}

.section-location #map {
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    height: 560px;
}

address .row-location a {
    color: #2A2A2C;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: clamp(24px, 1.354vw, 26px);
}

address .row-location a.locTel {
    margin-bottom: 24px;
    display: inline-block;
}

address hr {
    border-color: #FFF;
}

.section-location .address {
    position: relative;
    display: grid;
    /* text-align: center; */
    align-content: center;
    align-items: center;
}

.section-location .map-block .row-tel a.btn.btn-danger {
    margin-left: 0px;
    margin-top: min(1.406vw, 27px);
}

#xs-address {
    display: none;
}

.section-location .address .address-holder {
    /* box-shadow: 0px 10px 25px #0000001A; */
    /* background-color: #f8f8f8; */
    text-align: left;
    border-radius: 0;
    padding: 0 clamp(70px, 7.292vw, 140px);
}

.section-location .address .address-holder .pin {
    padding: 0 8px;
    font-size: 16px;
    color: #2E73AF;
}

.section-location .address .address-holder .inf {
    padding: 0 8px 0 0;
}

.section-location .address address {
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    font-style: normal;
    /* width: clamp(320px, 20.781vw, 399px); */
    overflow: hidden;
    /* margin-bottom: 16px; */
}

.section-location .address .shedule dl {
    color: #2A2A2C;
    margin: 0;
    display: grid;
    grid-template-columns: .3fr 1fr;
    grid-column-gap: 8px;
    width: 100%;
    font-size: clamp(16px, 0.938vw, 18px);
    line-height: clamp(24px, 1.354vw, 26px);
}

.section-location .address .shedule dt {
    font-weight: normal;
    width: 100%;
    text-align: left;
    /* line-height: 24px; */
}

.section-location .address .shedule dd {
    margin: 0;
    text-align: left;
}

.row-location {
    padding: 0;
    font-size: clamp(16px, 0.938vw, 18px);
    line-height: 1.3em;
    font-weight: 300;
    margin: 0;
}

.row-location.row-place .row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    /* align-items: center; */
    margin: 0 0 16px;
    gap: 16px;
}

.row-location.row-tel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    clear: both;
    margin-bottom: 24px;
    gap: 16px;
}

.row-location.row-tel a {
    margin: clamp( 20px, 1.250vw, 24px ) 0;
}

.row-location hr {
    /* display: none; */
    margin: 10px 0;
    width: 65%;
}

.row-location.row-place .place h4 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 29px;
}


.section-location .row-location .place h4::after,
.section-location .row-location .place .h4::after {
    content: '';
    width: 80px;
    display: none;
    margin: 16px 0;
    border-bottom: 4px solid #E2E3B9;
}

.row-location a {
    font-weight: 400;
}

.row-location .place span {
    /* padding: 3px 0; */
    /* display: block; */
    overflow: hidden;
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(24px, 1.354vw, 26px);
}

.row-location.row-place .h4, .row-location.row-place h4 {
    font-family: 'cubano', sans-serif;
    color: #2A2A2C;
    font-weight: 400;
    font-size: clamp(44px, 2.5vw, 48px);
    line-height: clamp( 52px, 2.917vw, 56px );
    letter-spacing: normal;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 32px;
}

.row-location.row-place .place .h4::after,
.row-location.row-place .place h4::after {
    position: relative;
    content: '';
    display: none;
    width: 60px;
    border-bottom: 4px solid #A76F44;
    margin: 8px 0 24px;
}

.lIcon {
    color: #ad940d;
    font-size: 20px;
    padding: 0;
}

.section-location .address .shedule {
    margin: 0;
}

.section-location .address .shedule .row {
    display: flex;
    gap: 16px;
}

.schd-note {
    padding: 30px 0 0;
    font-size: small;
    color: #2A2A2C;
}

.bottom-opener {
    margin-top: 56px;
}

.section-location .btn.btn-orange:hover {
    background-color: #31559F;
    /* outline-color: #f8f8f8; */
    color: #292929;
}

@media ( max-width: 1280px ) {
    .section-location .container {
        width: 100%;
    }
}

@media ( max-width: 1024px ) {
    .section-location {
        background-size: contain;
        padding-bottom: 0;
        padding-top: 0px;
        clear: both;
        /* border-bottom: 2px solid #D1AE76; */
    }

    .section-location::before,
    .section-location::after {
        display: none;
    }

    .map-block.container.flex {
        /* display: block; */
        flex-direction: column-reverse;
    }

    .row-location.row-place .place .h4, .row-location.row-place .place h4 {
        text-align: center;
    }

    .row-location.row-place .place h4::after {
        margin: 24px auto;
    }

    .section-location .address {
        width: 90%;
        float: none;
        text-align: center;
        /* padding: 0 15px; */
    }

    .section-location #xs-address.address {
        position: relative;
        width: 100%;
        top: unset;
        transform: unset;
        left: unset;
        transform: unset;
        padding: 20px;
        display: block;
    }

    .section-location .address address {
        /* text-align: center; */
    }

    address .row-location a {
        font-size: clamp(16px, 0.938vw, 18px);
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
    }

    .section-location #lg-address.address {
        display: none;
    }

    .section-location .address .address-holder .inf {
        padding: 0;
    }

    .section-location .address .address-holder {
        width: 67%;
        padding: 56px 0px 0;
        margin: 0 auto;
        /* text-align: center; */
    }

    .section-location .row-location .place h4::after,
    .section-location .row-location .place .h4::after {
        margin: 24px auto;
    }

    .section-location .address .shedule {
        /* max-width: 348px; */
        margin: 0 auto 55px;
    }

    .section-location .address .shedule dl {
        /* font-size: 18px; */
        /* line-height: 24px; */
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: .1fr 1fr;
        grid-column-gap: 16px;
    }

    .section-location .address .shedule dd {
        margin: 0;
    }

    .section-location .mapWrp {
        width: 90%;
        height: clamp(240px, 54.688vw, 560px);
        clear: both;
        float: none;
        margin: 80px auto 0;
    }

    .section-location #map {
        height: clamp(240px, 54.688vw, 560px);
    }

    .row-location.row-tel .tel a.btn.btn-danger {
        margin: 10px auto;
    }
}

@media ( max-width: 567px ) {
    .section-location .address .address-holder {
        width: 100%;
    }

    .row-location.row-place .h4, .row-location.row-place h4 {
        /* width: 80%; */
    }

    #xs-address .shedule {
        max-width: unset;
        width: 100%;
        margin-bottom: 0;
    }
}

@media ( max-width: 479px ) {
    .section-location .map-block {
        padding: 0;
    }

    .section-location .address .shedule {
        width: 100%;
    }
}