#cityFilter, .event-filter-fields { overflow: hidden; }

/* Подзаголовки фильтра оформляются как вторичный уровень текста */
#cityFilter .name,
.event-filter-fields .name,
#pageVerticalBlock #filter .name {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
}

#cityFilter ul { padding: 0 !important; }

#cityFilter li {
    height: 20px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 12px;
}

#cityFilter .search-filter {
    padding: 0 0 0 5px;
    list-style: none;
}

#cityFilter .search-filter li:last-child { margin-top: -5px; }

#cityFilter .checkbox {
    padding-left: 0;
    white-space: nowrap;
}
