.list-regions-wr{
    margin: 3px;
    padding: 0 10px;
    font: 14px/24px Georgia;
    position: absolute;
    z-index: 100;
    background-color: rgba(255,255,255,0.6);
    max-height: 8em;
    overflow: hidden;
    overflow-y: auto;
}
.list-regions-wr .list-regions-str{
    cursor: pointer;
}

.list-regions-wr .list-regions-str:hover{
    font-weight: bold;
}
