.location-map-width-legend {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.location-map-width-legend .map-wraper {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    position: relative;
}

.location-map-width-legend .location-map {
    border-bottom: 1px solid #000000;
}

.location-map-width-legend .map-wraper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.map-key-wraper {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 0 40px 110px;
}

.map-key-wraper .title {
    color: #939291;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; 
    letter-spacing: 1.02px;
    text-transform: uppercase;
    padding: 50px 0;
    font-family: 'FranklinGothicURWDem';
}

.map-area-name {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #000;
    position: relative;
    font-family: 'FranklinGothicURWBoo';
    display: flex;
    align-items: center;
}

/* .map-area-name span:before {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.36px;
    position: absolute;
    left: 0;
    top: 50%;
    font-family: 'Cheltenham FS';
    content: "";
    display: block;
    content: counter(step-counter);
    left: 50%;
    transform: translate(-50%, -45%);
} */
.map-area-name .map-number {
    content: "";
    /* content: counter(step-counter); */
    height: 30px;
    width: 30px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Cheltenham FS';
    margin-right: 7px;
}
.map-area-name .map-name {
    padding: 7px;
}
.map-area {
    /* counter-increment: step-counter; */
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    margin-bottom: 8px;
}

.map-area-list {
    column-count: 4;
    column-gap: 30px;
}
.location-map-width-legend .map-area.active .map-name {
    background: #EBA521;
}
.location-map-width-legend .map-area.active .map-number {
    background: #EBA521;
}

.map-key {
    display: none;
}

@media (max-width: 767px) {
    .map-key {
        display: block;
    }
}

@media only screen and (max-width:1199px){
    .map-key-wraper {
        padding: 0 30px 80px;
    }
    .map-key-wraper .title {
        padding: 40px 0;
    }
    .map-area-list {
        column-gap: 20px;
    }
}
@media only screen and (max-width:991px){
    .map-area-list {
        column-count: 3;
    }
    .map-key-wraper {
        padding: 0 20px 60px;
    }
    .map-area-name {
        font-size: 18px;
        line-height: 30px;
    }
}
@media only screen and (max-width:767px){
    .map-area-list {
        column-count: 2;
    }
    .map-key-wraper {
        padding: 0 15px 40px;
    }
    .map-key-wraper .title {
        padding: 30px 0;
    }
    .map-area:last-child {
        border-bottom: 0;
    }
}

@media only screen and (max-width:575px){
    .map-area-list {
        column-count: 1;
    } 
}
  