.city_search_row
{
    position: relative;
}
#city_search
{
    background-color: #ececec;
    position: absolute;
    z-index: 100;
    width: 100%;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
    display: none;
    max-height: 370px;
    overflow-y: scroll;
}
.city_selct
{
    padding: 10px;
    color: #969696;
}
.city_selct:not(.no_found) span
{
    border-bottom: 1px dashed #969696;
    cursor: pointer;
}
.loader_city_blck
{
    background-image: url("../images/cityloading.gif");
    position: absolute;
    top: 18px;
    right: 18px;
    width: 24px;
    height: 24px;
    z-index: 1000;
    display: none;
}