.map-hr-location {
    height: 400px;
}

.map-hr-location .leaflet-popup-content-wrapper,
.map-hr-location .leaflet-popup-tip {
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.map-hr-location .leaflet-popup-tip {
    border-radius: 0;
}

.map-hr-location .leaflet-popup-content {
    margin: 0;
}

.map-inner-popup {
    display: flex;
    font-family: 'Roboto', sans-serif;
    color: #2b2b37;
}

.left-side-popup {
    display: block;
}

.right-side-popup {
    padding: 15px 20px;
    width: 100%;
}

.right-side-popup-title {
    font-size: 16px;
    font-family: 'Roboto-Bold', sans-serif ;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 25px;
    max-width: 240px;
    word-break: break-all;
}

.right-side-popup-title:hover {
    cursor: pointer;
    opacity: 0.8;
}

.right-side-popup-address {
    margin-left: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.right-side-popup-address-name {
    font-size: 14px;
    font-style: normal;
    color: #999;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address-phone {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address-mail {
    font-size: 16px;
    font-style: normal;
    color: #3462cb;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address .right-side-popup-address-mail:hover {
    cursor: pointer;
    color: #3462cb;
    text-decoration: none;
}

.right-side-popup-address-days {
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    color: inherit;
    margin-bottom: 0;
    column-count: 2;
}

.right-side-popup-address-name,
.right-side-popup-address-phone,
.right-side-popup-address-mail,
.right-side-popup-address-days {
    position: relative;
}

.right-side-popup-address-name::before,
.right-side-popup-address-phone::before,
.right-side-popup-address-mail::before,
.right-side-popup-address-days::before {
    content: '';
    width: 21px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -30px;
}

.right-side-popup-address-phone {
    display: flex;
    flex-direction: column;
}

.map-hr-location .right-side-popup-address-phone a {
    font-size: 14px;
    color: #2A2A36;
    font-weight: bold;
}

.map-hr-location .right-side-popup-address-phone a:hover {
    text-decoration: underline;
}

.right-side-popup-address-name::before {
    background: url('../assets/images/point.png') no-repeat;
    top: -8px;
    background-size: 75%;
}

.right-side-popup-address-phone::before {
    background: url('../assets/images/phone.png') no-repeat;
    top: -7px;
    background-size: 80%;
}

.right-side-popup-address-days::before {
    background: url('../assets/images/clock.png') no-repeat;
    background-size: 80%;
}

.map-hr-location .map-inner-button {
    font-size: 14px;
    color: #CD0000;
    display: block;
    margin-left: 30px;
}

.map-hr-location .map-inner-button:hover {
    color: #CD0000;
    text-decoration: underline;
    cursor: pointer;
}

.map-hr-location .custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.map-hr-location .custom-map-control-button:hover {
    background: rgb(235, 235, 235);
}

.map-hr-location.leaflet-container a.leaflet-popup-close-button {
    font-size: 25px;
    top: 9px;
    right: 10px;
    color: #999;
}

.map-hr-location .marker-cluster {
    background: rgb(202,101,99);
    background: radial-gradient(circle, rgba(202,101,99,1) 0%, rgba(224,191,191,1) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.map-hr-location .marker-cluster div {
    background-color: #bc271a;
}

.leaflet-pane {
    z-index: 3!important;
}

.leaflet-bottom,
.leaflet-control,
.leaflet-top {
    z-index: 4!important;
}