.ihm-list {
    padding-right: 20px;
    z-index: 1;
    position: relative;
}
.ihm-list ul {
    list-style: none;
    padding: 0;
}
.ihm-list li {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.ihm-list li.active {
/*  background: #527BBB; */
    color: #fff;
}
.ihm-list {
    margin-top: 20px;
}
.ihm-list ul {
    list-style: none;
    padding: 0;
}
.ihm-list li {
    padding: 8px 12px;
    cursor: pointer;
/*  border-bottom: 1px solid #eee; */
}
.ihm-list li.active {
/*  background: #527BBB; */
    color: #fff;
}
.imagepin {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
/*  border-radius: 10px; */
    max-width: 100%;
    margin: 30px auto;
}

.imagepin .pins {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imagepin img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}
.imagepin .pin {
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 100%;
    position: absolute;
    opacity: 1;
/*  background: rgba(82, 123, 187, 0.2); */
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    text-decoration: none;
}
.imagepin .pin span {
    position: absolute;
    bottom: calc(100% + 20px);
    top: auto;
    display: block;
    width: 320px;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    z-index: 10;
    opacity: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.2s all ease-in-out;
    visibility: hidden;
}

.imagepin .pin h4 {
    margin: 0 0 10px 0;
}
.imagepin .pin address {
/*  font-style: normal;
    font-size: 14px;
    line-height: 1.5; */
}
.imagepin .pin:hover {
/*  border-color: #527BBB; */
}

.imagepin .pin:hover:after {
    width: 7px;
    height: 7px;
}

.imagepin .pin:hover span {
    opacity: 1 !important;
    bottom: calc(100% + 5px);
    visibility: visible !important;
}

.imagepin .pin:active {
/*  border-color: #527BBB; */
}

.imagepin .pin:active:after {
    width: 20px;
    height: 20px;
}

.imagepin .pin:after {
    content: "";
    width: 10px;
    height: 10px;
    transition: 0.2s all ease-in-out;
/*  background: #527BBB; */
    position: relative;
    display: block;
    border-radius: 100%;
}

.imagepin .pin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    animation: shockwave 2s 0.5s ease-out infinite;
}

@keyframes shockwave {
    0% {
        transform: scale(1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #b2d0ff;
    }

    95% {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(1.8);
    }
}

.imagepin .pin:nth-of-type(1):before {
    animation-delay: 0.2s;
}
.imagepin .pin:nth-of-type(2):before {
    animation-delay: 0.4s;
}
.imagepin .pin:nth-of-type(3):before {
    animation-delay: 0.6s;
}
.imagepin .pin:nth-of-type(4):before {
    animation-delay: 0.9s;
}
.imagepin .pin:nth-of-type(5):before {
    animation-delay: 1.3s;
}
.imagepin .pin:nth-of-type(6):before {
    animation-delay: 1.6s;
}
.imagepin .pin:nth-of-type(7):before {
    animation-delay: 1.8s;
}
.imagepin .pin:nth-of-type(8):before {
    animation-delay: 2s;
}
.imagepin .pin:nth-of-type(9):before {
    animation-delay: 2.2s;
}


.ihm-btn {
    display: inline-block;
/*     margin-top: 12px; */
/*     padding: 8px 16px;
    background: #527BBB;
    color: #fff; */
/*     border-radius: 6px; */
/*     font-size: 14px; */
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.ihm-btn:hover {
/*     background: #345A96; */
}
