.city-popup:after {
    content: "";
    display: table;
    clear: both;
}

.city-popup{
	width:940px;
	padding:20px;
	box-sizing: border-box;
}
.city-one{
	box-sizing: border-box;
	float:left;
	width:150px;
	padding-bottom:10px;
}
#change-region{
	position: absolute;
    top: 10px;
    right: 10px;
}