.city_autoselect-tab {

}
.city_autoselect-tab._hidden {
    display: none;
}
.city_popup.autoselect {
    display: table;
    width: 570px;
    box-sizing: border-box;
    padding: 60px 45px 0;
    left: 200px;
}

.regions .city_autoselect-selected {
    font-size: 20px;
    margin: 0;
}

.city_autoselect-buttons {
    margin-top: 35px;
    margin-bottom: 53px;
}
.city_popup.autoselect:before {
    left: 395px;
}
.city_popup.autoselect:after {
    left: 395px;
}

.city_autoselect-buttons {
    text-align: center;
}

.city_popup.autoselect .btn {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.city_popup.autoselect .btn.yes {
    background-color: #9eb4e8;
}
.city_popup.autoselect .btn.no {
    background-color: #b3b3b3;
    margin-left: 9px;
}
