.mobile-city-point{
    display: none;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #989595;
}

.mobile-city-point::after {
    content: "";
    position: relative;
    float: left;
    margin: 2px 15px 0 0;
    width: 17px;
    height: 22px;
    background: url("/mockup/img/point-marker.png") no-repeat;
}

@media screen and (max-width: 1420px){
    .mobile-city-point{
        display: block;
    }
}

@media screen and (max-width: 767px){
    .mobile-city-point{
        font-size: 15px;
    }

    .mobile-city-point::after {
        margin: 2px 10px 0 0;
    }
}