/*.container {*/
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    /*width: 100%;*/
/*}*/

/*@media only screen and (max-width: 1152px){*/
/*.container {*/
    /*max-width: 900px;*/
    /*width:90%;*/
/*}*/
/*}*/

/*@media only screen and (max-width: 768px){*/
/*.container {*/
    /*max-width: 700px;*/
    /*width:90%;*/
/*}}*/

.ymaps-2-1-68-map {
    width: 100% !important;
}

.ymaps-2-1-68-zoom {
    top: 50px;
}

.city-choose .list, .location .list{
    overflow: auto;
    /*height: 300px;*/
    /*width: 300px;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: -100%;
}

@media only screen and (max-width: 910px) {
    .city-choose .list, .location .list{
        left: -50%;
    }
}

@media only screen and (max-width: 640px) {
    .city-choose .list{
        grid-template-columns: 1fr;
        left: 0;
        height: 300px;
    }
}