.hphlocations__map-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.hphlocations__map-wrap_inner {
    position: relative
}

.hphlocations__map-wrap+.hphlocations__list_filter,
.hphlocations__map-wrap+.hphlocations__list_wrap {
    margin-top: var(--spaceBetweenWide)
}

.hphlocations__map-wrap svg {
    max-width: 100%;
    max-height: calc(100vh - 100px);
    min-height: 600px;
    width: auto;
    height: auto
}

.hphlocations__map-wrap svg g.hphlocations_pin {
    transform-origin: 50% 100%;
    transform-box: fill-box;
    transition: var(--baseTransition)
}

.hphlocations__map-wrap svg g.hphlocations_pin:hover {
    transform: scale(1.2);
    cursor: pointer
}

.hphlocations__map-wrap .hphlocations__map {
    position: relative;
    display: block;
    width: 100%;
    max-width: var(--hph-map-width, 100%);
    margin: 0 auto;
    line-height: 0
}

.hphlocations__map-wrap .hphlocations__map-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.hphlocations__map-wrap .hphlocations__pin {
    position: absolute;
    z-index: 1;
    width: 5.334%;
    line-height: 0;
    transform: translate(-50%, -100%);
    transform-origin: 50% 100%;
    transition: var(--baseTransition)
}

.hphlocations__map-wrap .hphlocations__pin_icon {
    display: block;
    width: 100%;
    min-height: 0;
    max-height: none;
    height: auto
}

.hphlocations__map-wrap .hphlocations__pin--interactive {
    cursor: pointer
}

.hphlocations__map-wrap .hphlocations__pin--interactive:hover {
    z-index: 2;
    transform: translate(-50%, -100%) scale(1.2)
}

.hphlocations__map-wrap .hphlocations__map-text {
    max-width: 520px;
    width: 40vw;
    padding-left: var(--spaceBetweenWide);
    box-sizing: content-box
}

.hphlocations__map-wrap .hphlocations__map-text_subline:not(:first-child) {
    margin-top: 20px
}

.hphlocations__map-wrap .hphlocations__map-text_text:not(:first-child) {
    margin-top: 50px
}

.hphlocations__map-wrap .hphlocations__map-text hr {
    margin: 50px 0
}

@media all and (max-width: 1200px) {
    .hphlocations__map-wrap {
        flex-direction: column-reverse
    }

    .hphlocations__map-wrap .hphlocations__map-text {
        display: flex;
        max-width: none;
        width: 100%;
        margin: 0px 0 40px;
        padding-left: 0
    }

    .hphlocations__map-wrap .hphlocations__map-text_left+.hphlocations__map-text_right {
        width: calc(40% - 20px);
        min-width: calc(40% - 20px);
        margin-left: auto;
        padding-left: 40px
    }

    .hphlocations__map-wrap .hphlocations__map-text hr {
        display: none
    }
}

@media all and (max-width: 768px) {
    .hphlocations__map-wrap svg {
        min-height: auto
    }

    .hphlocations__map-wrap .hphlocations__pin {
        min-width: 22px
    }
}

@media all and (max-width: 560px) {
    .hphlocations__map-wrap .hphlocations__map-text {
        flex-wrap: wrap
    }

    .hphlocations__map-wrap .hphlocations__map-text_left+.hphlocations__map-text_right {
        width: 100%;
        min-width: auto;
        margin-left: 0;
        padding-left: 0
    }

    .hphlocations__map-wrap .hphlocations__map-text hr {
        display: block;
        margin: 30px 0
    }
}

.hphlocations__list_filter {
    margin-bottom: 40px
}

.hphlocations__list_filter .field-wrap {
    display: flex;
    align-items: center;
    margin: 0 -5px
}

.hphlocations__list_filter .field-input-wrap {
    width: 100%;
    margin: 0 5px
}

.hphlocations__list_filter .field-input-wrap.field-submit-wrap {
    width: auto
}

.hphlocations__list_filter label.hide-label {
    display: none
}

@media all and (max-width: 768px) {
    .hphlocations__list_filter .field-wrap {
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: 0
    }

    .hphlocations__list_filter .field-input-wrap {
        margin: 5px 0
    }
}

.hphlocations__list_location {
    padding: 30px;
    background: var(--contrastColorInverted);
    box-shadow: 0px 0px 25px 0px rgba(var(--contrastColorRGB), 0.1);
    border-radius: var(--borderRadius)
}

.hphlocations__list_location+.hphlocations__list_location {
    margin-top: 30px
}

.hphlocations__list_location .hphlocations__list_inner {
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.hphlocations__list_location ul.hphlocations__list_contact {
    width: calc(60% - 10px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0 20px
}

.hphlocations__list_location ul.hphlocations__list_contact>li {
    padding: 10px 0 10px 42px;
    line-height: 1.3
}

.hphlocations__list_location ul.hphlocations__list_contact>li a::before {
    content: none
}

.hphlocations__list_location .hphlocations__list_address,
.hphlocations__list_location .hphlocations__list_phone,
.hphlocations__list_location .hphlocations__list_fax,
.hphlocations__list_location .hphlocations__list_email,
.hphlocations__list_location .hphlocations__list_website,
.hphlocations__list_location .hphlocations__list_medical-director {
    position: relative
}

.hphlocations__list_location .hphlocations__list_address::before,
.hphlocations__list_location .hphlocations__list_phone::before,
.hphlocations__list_location .hphlocations__list_fax::before,
.hphlocations__list_location .hphlocations__list_email::before,
.hphlocations__list_location .hphlocations__list_website::before,
.hphlocations__list_location .hphlocations__list_medical-director::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 22px;
    height: 22px;
    background: no-repeat center / 22px auto;
    border-radius: 0
}

.hphlocations__list_location .hphlocations__list_address {
    padding-left: 42px;
    font-size: 20px
}

.hphlocations__list_location .hphlocations__list_address::before {
    top: 0;
    background-image: url("../Images/pin.svg")
}

.hphlocations__list_location .hphlocations__list_phone::before {
    background-image: url("../Images/phone.svg")
}

.hphlocations__list_location .hphlocations__list_fax::before {
    background-image: url("../Images/fax.svg")
}

.hphlocations__list_location .hphlocations__list_email::before {
    background-image: url("../Images/mail.svg")
}

.hphlocations__list_location .hphlocations__list_website::before {
    background-image: url("../Images/website.svg")
}

.hphlocations__list_location .hphlocations__list_website a {
    text-decoration: underline
}

.hphlocations__list_location .hphlocations__list_medical-director {
    width: calc(40% - 10px);
    margin-left: 20px;
    padding: 10px 0 10px 42px
}

.hphlocations__list_location .hphlocations__list_medical-director p {
    /* font-size: 15px;
    font-weight: 700; */
    color: var(--mainColor)
}

.hphlocations__list_location .hphlocations__list_medical-director::before {
    transform: none;
    background-image: url("../Images/doctor.svg")
}

.hphlocations__list_location .hphlocations__list_medical-director ul {
    margin-top: 0;
    margin-left: 0
}

.hphlocations__list_location .hphlocations__list_medical-director ul>li {
    padding: 2px 0;
    color: var(--fontColor)
}

.hphlocations__list_location .hphlocations__list_medical-director ul>li::before {
    content: none
}

.hphlocations__list_location .hphlocations__list_description,
.hphlocations__list_location .hphlocations__list_address {
    margin-top: 10px;
    padding-top: 0;
    /* font-size: 15px; */
    line-height: 1.6
}

@media all and (max-width: 1200px) {
    .hphlocations__list_location ul.hphlocations__list_contact {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr))
    }
}

@media all and (max-width: 960px) {
    .hphlocations__list_location .hphlocations__list_inner {
        flex-wrap: wrap
    }

    .hphlocations__list_location ul.hphlocations__list_contact {
        width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
    }

    .hphlocations__list_location .hphlocations__list_medical-director {
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }
}

@media all and (max-width: 768px) {
    .hphlocations__list_location ul.hphlocations__list_contact {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr))
    }
}

@media all and (max-width: 560px) {
    .hphlocations__list_location ul.hphlocations__list_contact {
        grid-template-columns: none
    }
}

.hphlocations__popup {
    position: absolute;
    max-width: 500px;
    width: 100%;
    padding: 50px 60px;
    border-radius: var(--borderRadius);
    background: var(--contrastColorInverted);
    box-shadow: 0px 0px 25px 0px rgba(var(--contrastColorRGB), 0.1);
    z-index: 10;
    font-size: 16px
}

.hphlocations__popup .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.hphlocations__popup .close>span {
    display: none
}

.hphlocations__popup .close::before,
.hphlocations__popup .close::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: var(--mainColor);
    transform: translateY(-50%) rotate(45deg)
}

.hphlocations__popup .close::after {
    transform: translateY(-50%) rotate(-45deg)
}

.hphlocations__popup .close:hover::before,
.hphlocations__popup .close:hover::after {
    background: var(--mainColorLight);
    transition: 0.3s all ease-in-out
}

.hphlocations__popup .hphlocations__popup_inner {
    padding-left: 42px
}

.hphlocations__popup .hphlocations__popup_inner .hphlocations__popup_address a {
    color: var(--fontColor)
}

.hphlocations__popup .hphlocations__popup_inner .hphlocations__popup_address a:hover {
    color: var(--mainColorLight)
}

.hphlocations__popup .hphlocations__popup_inner ul.hphlocations__popup_contact {
    margin-top: 20px
}

.hphlocations__popup .hphlocations__popup_inner ul.hphlocations__popup_contact>li {
    padding: 10px 0;
    line-height: 1.3
}

.hphlocations__popup .hphlocations__popup_inner ul.hphlocations__popup_contact>li a::before {
    content: none
}

.hphlocations__popup .hphlocations__popup_title,
.hphlocations__popup .hphlocations__popup_phone,
.hphlocations__popup .hphlocations__popup_fax,
.hphlocations__popup .hphlocations__popup_email,
.hphlocations__popup .hphlocations__popup_website,
.hphlocations__popup .hphlocations__popup_medical-director {
    position: relative
}

.hphlocations__popup .hphlocations__popup_title::before,
.hphlocations__popup .hphlocations__popup_phone::before,
.hphlocations__popup .hphlocations__popup_fax::before,
.hphlocations__popup .hphlocations__popup_email::before,
.hphlocations__popup .hphlocations__popup_website::before,
.hphlocations__popup .hphlocations__popup_medical-director::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -42px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background: no-repeat center / 22px auto;
    border-radius: 0
}

.hphlocations__popup .hphlocations__popup_title {
    font-size: 20px
}

.hphlocations__popup .hphlocations__popup_title::before {
    background-image: url("../Images/pin.svg")
}

.hphlocations__popup .hphlocations__popup_phone::before {
    background-image: url("../Images/phone.svg")
}

.hphlocations__popup .hphlocations__popup_fax::before {
    background-image: url("../Images/fax.svg")
}

.hphlocations__popup .hphlocations__popup_email::before {
    background-image: url("../Images/mail.svg")
}

.hphlocations__popup .hphlocations__popup_website::before {
    background-image: url("../Images/website.svg")
}

.hphlocations__popup .hphlocations__popup_website a {
    text-decoration: underline
}

.hphlocations__popup .hphlocations__popup_medical-director {
    margin-top: 10px
}

.hphlocations__popup .hphlocations__popup_medical-director p {
    font-size: 15px;
    font-weight: 700;
    color: var(--mainColor)
}

.hphlocations__popup .hphlocations__popup_medical-director::before {
    top: 0;
    transform: none;
    background-image: url("../Images/doctor.svg")
}

.hphlocations__popup .hphlocations__popup_medical-director ul {
    margin-top: 0;
    margin-left: 0
}

.hphlocations__popup .hphlocations__popup_medical-director ul>li {
    padding: 2px 0;
    color: var(--fontColor)
}

.hphlocations__popup .hphlocations__popup_medical-director ul>li::before {
    content: none
}

.hphlocations__popup .hphlocations__popup_description,
.hphlocations__popup .hphlocations__popup_address {
    margin-top: 10px;
    padding-top: 0;
    font-size: 15px;
    line-height: 1.3
}

@media all and (max-width: 560px) {
    .hphlocations__popup {
        padding: 40px 20px
    }

    .hphlocations__popup .close {
        top: 15px;
        right: 15px
    }

    .hphlocations__popup .hphlocations__popup_inner {
        padding-left: 32px
    }

    .hphlocations__popup .hphlocations__popup_title::before,
    .hphlocations__popup .hphlocations__popup_phone::before,
    .hphlocations__popup .hphlocations__popup_fax::before,
    .hphlocations__popup .hphlocations__popup_email::before,
    .hphlocations__popup .hphlocations__popup_website::before,
    .hphlocations__popup .hphlocations__popup_medical-director::before {
        left: -32px
    }
}