.popup-window.sity div.h2 {
    color: #2c3e6f;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 20px;
}
.city-search {
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    margin-top: 10px;
}
.city-search input {
    width: 100%;
    height: 40px;
    outline: none;
    background: url(/local/templates/main/images/search-icon.png) no-repeat 93% 11px;
    border: none;
    padding-left: 15px;
    padding-right: 10px;
}
.region-holder .hidden {
    display: none;
}