.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}
.wrapGeoIpReaspekt .linkReaspekt {
	color: #fff;
}

#ReaspektPopupBody {
	padding: 0;
	width: 880px;
	height: 464px;
	background: transparent;
	background: #1d1d1d url(images/choose_city_bg.png) center bottom no-repeat;
}
#ReaspektPopupBody .citylist-wrp {
	border-top: 1px solid #303b50;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 880px;
	height: 464px;
	background: transparent url(images/citylist_bg.png) 0 0 repeat-x;
	top: -1px;
	color: #fff;
	position: relative;
}
#ReaspektPopupBody .citylist-alphabet {
	padding: 0 0 20px 14px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
#ReaspektPopupBody .citylist-alphabet .alphabet-block {
	margin-right: 8px;
}
#ReaspektPopupBody .clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	float: none;
}
#ReaspektPopupBody .citylist-alphabet .alphabet-block span,
#ReaspektPopupBody .citylist-alphabet .alphabet-block a {
	margin: 0 10px 0 0;
	padding: 0 2px;
	border-bottom: 1px dotted #7b7d80;
	height: 24px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	float: left;
	display: block;
	cursor: pointer;
	transition: all .1s ease-in-out;
}
#ReaspektPopupBody .citylist-alphabet .alphabet-block span.active,
#ReaspektPopupBody .citylist-alphabet .alphabet-block span:hover,
#ReaspektPopupBody .citylist-alphabet .alphabet-block a.active,
#ReaspektPopupBody .citylist-alphabet .alphabet-block a:hover {
	color: #ffb500;
}
#ReaspektPopupBody .citylist-title {
	padding: 0 0 15px 14px;
	color: #ffb500;
	font-size: 16px;
	font-weight: bold;
}
#ReaspektPopupBody .citylist-search {
	padding: 0 0 10px 14px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
    position: relative;
    z-index: 2;
}
#ReaspektPopupBody .citylist-wrp .citylist-search input {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border: none;
	margin: 0 22px 0 0;
	padding: 0 110px 0 8px;
	width: 258px;
	height: 25px;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 25px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#ReaspektPopupBody .citylist-wrp .citylist-search .clear-search {
	width: 18px;
	height: 18px;
	background-image: url(images/main_sprite_2.png);
	background-position: center;
	position: absolute;
	top: 4px;
	right: auto;
	bottom: auto;
	left: 355px;
	display: none;
	cursor:pointer;
}
.reaspektGeobaseFind {
	margin: 0;
}
#ReaspektPopupBody .citylist-tabs {
	margin: 0 auto;
	width: 880px;
	height: 31px;
	overflow: hidden;
	z-index: 10;
	position: relative;
}
#ReaspektPopupBody .citylist-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ReaspektPopupBody .citylist-tabs li.active {
	border: 1px solid #303b50;
	border-left: none;
	padding: 0 12px;
	height: 32px;
	color: #fff;
	font-size: 14px;
	line-height: 29px;
	background: #282d39;
	float: left;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #25292f;
	color: #ffb500;
	font-weight: bold;
	background: #25292f;
	border-left: 1px solid #303b50;
}
#ReaspektPopupBody .citylist-tabs .citylist-hide {
	padding: 0 10px 0 0;
	color: #b2b2b2;
	font-size: 12px;
	position: absolute;
	top: 4px;
	right: 7px;
	bottom: auto;
	left: auto;
	cursor: pointer;
}
#ReaspektPopupBody .citylist-tabs .citylist-hide div {
	width: 7px;
	height: 4px;
	background-image: url(images/main_sprite_v4.png);
	background-position: center;
	position: absolute;
	top: 45%;
	right: 0;
	bottom: auto;
	left: auto;
}



#ReaspektPopupBody .citylist-wrp .citylist-cont {
	margin: 0 7px;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}
#ReaspektPopupBody .citylist-wrp .citylist-cont .reaspekt_col-sm-4 {
	margin: 0 1% 0 0;
	width: 19%;
	list-style-type: none;
	list-style-position: inside;
	float: left;
}
#ReaspektPopupBody .citylist-wrp .citylist-cont .reaspekt_col-sm-4 .reaspektGeobaseAct {
	height: 19px;
	font-size: 12px;
	line-height: 19px;
}
#ReaspektPopupBody .citylist-wrp .citylist-cont .reaspekt_col-sm-4 .reaspektGeobaseAct strong,
#ReaspektPopupBody .citylist-wrp .citylist-cont .reaspekt_col-sm-4 .reaspektGeobaseAct a {
	padding: 0 0 0 5px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
}
.reaspektGeobaseCities .reaspektGeobaseAct {
	margin-bottom: 0;
}
.reaspektGeobaseCities .reaspektGeobaseAct a, .reaspektGeobaseCities .reaspektGeobaseAct strong {
	font-size: 12px;
	white-space: nowrap;
	line-height: 19px;
}
#ReaspektPopupBody .citylist-wrp .citylist-cont .reaspekt_col-sm-4 .reaspektGeobaseAct a:hover {
	color: #ffb500;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: 0px;
	top: 2px;
	width: 77px;
	height: 25px;
	cursor: pointer;
	background: transparent !important;
	z-index: 99999;
}
#ReaspektPopupBody .citylist-wrp:before {
	content: '';
	width: 1px;
	height: 236px;
	background-image: url(images/main_sprite.png);
	background-position: -808px -1px;
	position: absolute;
	top: 0;
	left: 0;
}
#ReaspektPopupBody .citylist-wrp:after {
	content: '';
	width: 1px;
	height: 236px;
	background-image: url(images/main_sprite.png);
	background-position: -808px -1px;
	position: absolute;
	top: 0;
	right: 0;
}
#ReaspektPopupBody .mobile_city {
	display: none;
}

.reaspektNotFound{
	color: #ffb500;
}

.reaspektSearchCity strong{
	color: #ffb500;
}

.reaspektGeobaseAct strong{
	color: #ffb500 !important;
}

.alphabet-block .active{
	cursor:default !important;
}

@media (max-width: 1023px) {
	.reaspektGeobaseFind {
		height:auto !important;
	}
	
	#ReaspektPopupBody {
		width: 300px;
		height: initial;
	}
	#ReaspektPopupBody .citylist-tabs {
		width: 300px;
	}
	#ReaspektPopupBody .citylist-wrp {
		width: 300px;
		height: initial;
		padding-bottom:10px;
	}
	#ReaspektPopupBody .citylist-wrp .citylist-search .clear-search,
	.reaspektGeobaseFind span,
	#ReaspektPopupBody .citylist-alphabet,
	#ReaspektPopupBody .citylist-title,
	#ReaspektPopupBody .citylist-wrp .citylist-cont {
		display: none !important;
	}
	#ReaspektPopupBody .citylist-wrp .citylist-search input {
		margin: 0;
		padding: 0 8px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#ReaspektPopupBody .citylist-search {
		padding: 0 14px 10px;
	}

	#ReaspektPopupBody .mobile_city {
		display: block;
		text-align: center;
		font-size: 18px;
	}
}