.map-scroll-links {
    background: transparent;
    position: fixed;
    bottom: 28px;
    z-index: 1100;
    left: 0;
    max-width: 100%;
    padding-top: 25px;
}

.map-scroll-links:after {
    content: '';
    width: 42px;
    height: 4px;
    background: #486174;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 576px) {
    .map-scroll-links {
        padding-top: 0;
    }

    .map-scroll-links:after {
        display: none;
    }
}

.map-scroll-links_frieze {
    position: absolute;
}

@media (min-width: 1024px) {
    .map-scroll-links {
        display: none;
    }
}
