#YMaps{
    clear: both;
    width: 100%;
    height: 300px;
}
#cityModal{
    width: 800px;
    padding: 30px 30px;
    height: 500px;
    -webkit-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -ms-transition: 1s ease-in;
    -o-transition: 1s ease-in;
    transition: 1s ease-in;
}
.city-head{
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
}
.city-block-desc{
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: center;
}
.city-block-desc span{
    font-weight: bold;
    text-transform: uppercase;
}
.city-search-input{
    width: 360px;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.city-container a{
    float: left;
    width: 240px;
    margin-bottom: 20px;
    color:#4f8ae1;
}
.city-item-out{
    display: none;
}