.regions_list_vac_block {margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;}
.regions_list_vac_block h3 {    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;}
.regions_list_vac_block .item {    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000; position: relative; padding-left: 15px;}
.regions_list_vac_block .item:before {    content: '';
    width: 4px;
    height: 4px;
    background-color: #ccc;
    position: absolute; 
    left: 2px;
    top: 10px;
    border-radius: 100%;}
.regions_list_vac_block .item:hover {color: #1771ca;}
.regions_list_vac_block .item:hover:before { background-color: #1771ca;}
.regions_list_vac_block .item:last-child {margin-bottom: 0;}