.custom-marker {
    width: 20px;
    height: 20px;
    background-color: #a90e2a;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 15px;
}

.custom-marker-empty {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
    margin-top: 10px;
}

.mapboxgl-ctrl-attrib-inner {
    display: none !important;
}

.map-container .mapboxgl-popup-content ul {
    margin: 0 20px;
}

.map-container .mapboxgl-popup-content {
    padding: 0 0 20px;
}

.mapboxgl-popup-content h3 {
    color: #000;
    font-family: "FS Albert Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 20px 10px;
}

.mapboxgl-popup-content a {
    color: rgba(0, 0, 0, 0.5);
    font-family: "FS Albert Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
    text-decoration: none;
    outline: none;
}

.mapboxgl-popup-content .mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content img {
    width: 100%;
}

.map-popup-container {
    width: 30%;
    padding: 10px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#custom-mapbox {
    width: 70%;
    height: 600px;
}

.d-flex-map {
    display: flex;
    gap: 10px;
}


@media (min-width: 768px) {
    /*.map-container .mapboxgl-popup-content {*/
    /*    width: 350px;*/
    /*}*/
}

@media (max-width: 991px) {
    .d-flex-map {
        flex-direction: column;
    }

    #custom-mapbox {
        width: 100%;
    }

    .map-popup-container {
        width: 100%;
    }
}
