  .wr {
    max-width: 1150px;
     padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.map-wr {
    position: relative
}

.map-wr img {
    width: 100%
}

.map-wr .map-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.map-wr .map-track.active path {
    stroke: #F07E1C;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.map-wr .map-track svg {
    opacity: 0;
    -webkit-transition: .6s .6s ease;
    transition: .6s .6s ease
}

.map-wr .points-wr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.map-wr .points-wr .point {
    position: absolute;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    -ms-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F07E1C;
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-animation: pulse 1.5s infinite ease;
    animation: pulse 1.5s infinite ease
}

.map-wr .points-wr .point:hover .popup {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (max-width: 768px) {
.map-wr .points-wr .point .popup {
width: 187px;
 padding: 2rem 1em 2rem 2rem;
}
  }  


.map-wr .points-wr .point .popup {

    pointer-events: none;
    opacity: 0;
    position: absolute;
    bottom: 99%;
    margin: 0 0 1.5rem 0;
    background: #F5F5F5;
    padding: 2rem;
    left: -100px;
    right: -100px;
    padding: 2rem 1em 2rem 2rem;
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.map-wr .points-wr .point .popup:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 21px 0 21px;
    border-color: #f5f5f5 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.map-wr .points-wr .point .popup .title {
    text-transform: uppercase;
    text-align: center;
    color: #4D4D4D;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
    position: relative;
    z-index: 1
}

.map-wr .points-wr .point .popup .title:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 6px;
    background: #F07E1C;
    opacity: .1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.map-wr .points-wr .point .popup p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .5rem 0 0 0
}

.map-wr .points-wr .point .popup p span {
    font-size: .9rem
}

.map-wr .points-wr .point .popup p span:nth-child(1) {
    font-weight: 300
}

.map-wr .points-wr .point .popup p span:nth-child(2) {
    font-weight: 600;
    color: #F07E1C
}

.map-wr .points-wr .item-1 {
    top: 54.5%;
    left: 21%;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.map-wr .points-wr .item-2 {
    top: 41%;
    left: 45%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.map-wr .points-wr .item-3 {
    top: 28%;
    left: 65.5%;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.map-wr .points-wr .item-4 {
    top: 39%;
    left: 82.3%;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.animated-block .map-wr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.animated-block.action .map-wr:before {
    left: 100%
}

.animated-block.action .map-track svg {
    opacity: .8
}

.animated-block.action .points-wr .point {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5)
    }

    30% {
        -webkit-box-shadow: 0 0 20px 0 rgba(255,255,255,0.1);
        box-shadow: 0 0 20px 0 rgba(255,255,255,0.1)
    }

    60% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5)
    }

    30% {
        -webkit-box-shadow: 0 0 20px 0 rgba(255,255,255,0.1);
        box-shadow: 0 0 20px 0 rgba(255,255,255,0.1)
    }

    60% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5)
    }
}
