.header-city-point{
    cursor: pointer;
}

.header-city-point::after {
    content: "";
    position: relative;
    float: left;
    margin: 2px 5px 0 0;
    width: 17px;
    height: 22px;
    background: url("/local/dev/mockup/img/point-marker.png") no-repeat;
}

@media screen and (max-width: 1420px){
    .header-city-point{
        display: none;
    }
}