@charset "UTF-8";

/* LOCATION SECTION CSS */

.section-location {
    position: relative;
    padding: 0 0 clamp(40px, 9.375vw, 180px);
    background-color: #f8f8f8;
    overflow: visible;
}

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: visible;
    padding: 0;
}

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

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

address .row-location a {
    color: #131313;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 24px;
    margin-bottom: 24px;
    display: block;
}

address hr {
    border-color: #FFF;
}

.section-location .address {
    float: left;
    position: relative;
    top: unset;
    left: unset;
    display: grid;
    text-align: center;
    align-content: center;
    align-items: center;
}

.section-location .address .address-holder {
    box-shadow: none;
    background-color: transparent;
    text-align: left;
    padding: 20px 18px;
}

.section-location .address address {
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    font-style: normal;
    width: 100%;
}

.section-location .address .shedule dl {
    display: grid;
    grid-template-columns: .1fr 1fr;
    column-gap: 16px;
    color: #131313;
    margin: 0;
    width: 100%;
    font-size: clamp(14px, 0.833vw, 18px);
    line-height: clamp(20px, 1.25vw, 24px);
    align-content: center;
    align-items: center;
}

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

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

.row-location {
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    margin: 0 0 3px;
}

.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: 24px 0;
    border-bottom: 4px solid #9bd143;
}

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

.row-location .place span {
    padding: 3px 0;
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    line-height: 24px;
}

.row-location.row-place .place .h4,
.row-location.row-place .place h4 {
    font-family: 'Oswald', sans-serif;
    color: #131313;
    font-weight: 500;
    font-size: clamp(24px, 2.083vw, 40px);
    line-height: clamp(28px, 2.292vw, 48px);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-location .address address::after {
    position: relative;
    content: '';
    display: none;
    width: 72px;
    border-bottom: 4px solid #d7e3ea;
    margin: 24px auto;
}

.section-location .address hr { 
    border-bottom: 1px solid #fff;
    margin: 10px 0;
    width: 100%;
    display: none;
}

.section-location .address .shedule {
    width: 100%;
    margin: 0 0 55px;
}

.schd-note {
    padding: 30px 0 0;
    font-size: small;
}

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

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

@media ( max-width: 1024px ) {
    .section-location {
        background-size: contain;
        padding-bottom: 0;
        clear: both;
    }

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

    .section-location .address {
        width: 100%;
        float: none;
        text-align: center;

        /* padding: 0 15px; */
    }

    .section-location .address .address-holder {
        width: 100%;
        padding: 20px;
        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 .mapWrap {
        clear: both;
    }

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

@media ( max-width: 567px ) {
    #xs-address .shedule {
        max-width: unset;
        width: 100%;
        margin-bottom: 40px;
    }
}

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