.ao-geo-ip-current-city-wrapper{
	margin-right: 20px !important;
}

.ao-geo-ip-overlay{
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.9);
	z-index: 1999998;
}

.ao-geo-ip-cities-window-wrapper {
	z-index: 1999999;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
}

.ao-geo-ip-cities-window {
	background: #fff;
	border-radius: 20px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.ao-geo-ip-cities-window__close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 48px;
	text-align: center;
	vertical-align: middle;
	color: #777;
	cursor: pointer;
}
.ao-geo-ip-cities-window__close:hover {
	color: #222;
}

.ao-geo-ip-cities-window__list {
	padding: 30px 0 30px 30px;
}

.ao-geo-ip-cities-window__list section {
	display: inline-block;
	width: 190px;
	margin-right: 30px;
	vertical-align: top;
}

.ao-geo-ip-cities-window__list p {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.ao-geo-ip-cities-window__list ul {
	list-style-type: none;
}


.ao-geo-ip-question{
	width: 340px;
	position: absolute;
	top: 107px;
	right: 60px;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	z-index: 4;
}
.ao-geo-ip-question__answer {
	display: inline-block;
	color: #fff;
	background: #222;
	border-radius: 5px;
	padding: 8px 10px;
	cursor: pointer;
	white-space: nowrap;
}
.ao-geo-ip-question__answer:hover{
	color: #fff;
}
.ao-geo-ip-question__answer_yes{
	background-color: #e01e2f;
	margin-right: 4px;
}



@media (max-width: 575px) {
	.ao-geo-ip-question {
		width: 300px;
		right: 10px;
	}
	.ao-geo-ip-question__answer {
		padding: 15px 10px;
		font-size: 80%;
	}
	.ao-geo-ip-question__answer_yes{
		padding: 15px;
	}
}



@media (max-width: 999px) {
	.ao-geo-ip-cities-window {
		max-height: 100%;
		overflow-y: scroll;
	}
}