.location-item_heading {
    position: relative;
    width: 100%;
    height: 800px;
    max-height: 100vh;
    margin-top: -92px;
    border-radius: 0px 0px 32px 32px;
    overflow: hidden;
}
.location-item_heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}
.location-item_heading img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-item_heading-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}
.location-item_heading-title {
    margin-bottom: 24px;
}
.location-item_heading-subtitle {
    max-width: 460px;
}

.location-item_info {
    display: flex;
    padding-top: 120px;
    padding-bottom: 120px;
}

.location-item_info-left {
    width: 50%;
    padding-top: 80px;
    padding-right: 100px;
}

.location-item_info-title {
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--Neutral-30, #C2C2C2);
}

.location-item_info-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 40px;
}
.location-item_info-tag {
    padding: 8px 12px;
    border-radius: 100px;
    background: var(--color-gray-70);
    text-transform: uppercase;
}

.location-item_info-description {
    margin: 40px 0 60px 0;
    padding-top: 16px;
    border-top: 1px solid var(--color-gray-60);
    color: var(--color-gray-20);
}

.location-item_data {
}
.location-item_data-item {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 16px 0 40px;
    border-top: 1px solid var(--color-gray-60);
}
.location-item_data-left {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.location-item_data-right {
    width: 70%;
    max-width: 320px;
    color: var(--color-gray-20);
}
.location-item_address-more {
    display: block;
    margin-top: 16px;
    padding: 8px 0px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    cursor: pointer;
}

.location-item_address {

}
.location-item_open {

}

.location-item_contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.location-item_contacts-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.12px;
}
.location-item_contacts-item svg {
    height: 16px;
}

.location-item_info-right {
    width: 50%;
}
.location-item_info-right .slider-progress {
    display: none;
}
.location-item_slider-item {
    border-radius: 20px;
    overflow: hidden;
}
.location-item_slider-item img {
    display: block;
}

.location-item_full-map .full_map {
    width: 100%;
    height: 800px;
    background: var(--color-gray-70);
}

/* List */
.location-list_page {
    display: flex;
    justify-content: space-between;
    min-height: 720px;
}
.location-list_left {
    width: 50%;
    max-width: 580px;
    padding-top: 60px;
    padding-right: 32px;
}
.location-list_title {
    margin-bottom: 24px;
}
.location-list_subtitle {
    color: var(--color-gray-20);
    margin-bottom: 40px;
}

.location-list_btns {
    margin-bottom: 40px;
    gap: 8px;
}
.location-list_btns .btn {

}

.location-list_form {
    max-width: 324px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.location-list_form .btn {
    width: 100%;
}

.location-list_right {
    width: 50%;
}
.location-list_right .map {position: absolute !important;width: 50%;left: 50%;height: 720px;border-bottom-left-radius: 20px;}

/* Slider */
.location-slider {
    margin-top: 100px;
}
.location-slider_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.location-slider_title {
    width: 50%;
}
.location-slider_subtitle {
    width: 50%;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-gray-20);
}

.location-slider_container {
    position: relative;
}

.location-slider_slider {
    display: block;
}
.location-slider_slider .owl-stage-outer {
    padding-left: 38px;
}

.location-slider_item {

}
.location-slider_item-img {
    display: block;
    position: relative;
    margin-bottom: 16px;
    border-radius: 20px;
    background: var(--color-gray-50);
    overflow: hidden;
}
.location-slider_item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-slider_item-labels {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    gap: 8px;
}
.location-slider_item-label {
    padding: 8px 12px;
    border-radius: 100px;
    background: var(--color-gray-70);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.location-slider_item-title {
    padding-top: 15px;
    border-top: 1px solid var(--color-gray-30);
}
.location-slider_item-to-map {
    display: block;
    margin-top: 16px;
    padding-top: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-gray-30);
    text-transform: uppercase;
    cursor: pointer;
}
.location-slider_item-data {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 10px 40px;
    color: var(--color-gray-40);
}
.location-slider_item-data div {

}
.location-slider_item-data span {
    color: var(--color-gray-10);
}
.location-slider_item-btn-more {
    margin: 32px 0 8px 0;
    text-transform: uppercase;
    display: inline-flex;
}
.location-slider_item-btn-more:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-gray-0);
    transition: all 0.3s ease;
    z-index: 0;
}

/* Map */
.map-block_title {
    margin-bottom: 40px;
    padding: 0 30px;
    color: #FFF;
    font-size: 53px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
}

.map-block_buttons {
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.map-block_btn {
    margin: 0 10px 15px 10px;
    min-width: 120px;
}

.map-block_map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.map-marker_content {
    max-width: 384px;
    padding: 30px 40px;
    font-size: 16px;
    line-height: 150%;
    color: var(--color-black-90);
}

.map-marker_content-text {
    margin: 0 0 10px 0;
    padding: 0;
}
.gm-style .gm-style-iw-c {
    padding: 0 !important;
    background: var(--color-black-90);
}
.gm-style .gm-style-iw-tc::after {
    background: var(--color-black-90);
}

.gm-style-iw-d {
    overflow: hidden !important;
}
.gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important;
    /* display: none !important; */
}
.gm-ui-hover-effect > span {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}
.gm-style-iw-chr {
    display: none !important;
}

.map-marker_content-text span {
    color: var(--color-gray-40);
}

/* Mapbox */
.mapboxgl-popup {
    max-width: 384px !important;
}
.mapboxgl-popup-content {
    padding: 0 !important;
    border-radius: 10px !important;
}
.mapboxgl-popup-close-button {
    display: none !important;
}

/* Responsive */
@media (max-width: 1400px) {
    .location-item_info-left {
        padding-top: 20px;
        padding-right: 40px;
    }
    .location-item_info-description {
        margin: 32px 0 40px 0;
    }
    .location-item_data-item {
        gap: 32px;
        padding: 16px 0 32px;
    }
}

@media (max-width: 1200px) {
    .location-item_info {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .location-item_info-left {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }
    .location-item_data-right {
        max-width: 650px;
    }

    .location-item_info-right {
        width: 100%;
    }
    .location-item_info-right {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .map-block_title {
        font-size: 32px;
        margin-bottom: 22px;
    }
}

@media (max-width: 768px) {
    .location-list_page {
        flex-wrap: wrap;
    }
    .location-list_subtitle {
        margin-bottom: 32px;
    }
    .location-list_left {
        width: 100%;
        max-width: 100%;
        padding-top: 40px;
        padding-right: 0;
    }
    .location-list_form {
        max-width: 100%;
    }
    .location-list_right {
        width: calc(100% + 32px);
        margin: 80px -16px 0 -16px;
    }
    .location-list_right .map {
        position: relative !important;
        width: 100%;
        left: 0;
        height: 500px;
        border-bottom-left-radius: 0;
    }
    .location-slider {
        margin-top: 80px;
    }
    .location-slider_heading {
        flex-wrap: wrap;
        gap: 24px;
    }
    .location-slider_title {
        width: 100%;
        font-size: 36px;
    }
    .location-slider_subtitle {
        width: 100%;
    }
    .location-slider_item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .location-item_info-right .slider-progress {
        display: flex;
    }
}

@media (max-width: 550px) {
    .location-slider_slider .owl-stage-outer {
        padding-left: 16px;
    }

    .location-item_info-tags {
        margin-bottom: 32px;
    }
    .location-item_info-tag {
        padding: 8px 10px;
        font-size: 10px;
    }
    .location-item_data-left {
        min-width: 110px;
    }
    .location-item_data-item {
        gap: 20px;
    }
    .location-item_data-left {
        min-width: 100px;
        font-size: 16px;
    }
}
