/*@media screen and (max-width: 1000px){
	.header-row-info .select-city {
		display: block;
	}
}
@media screen and (min-width: 1000px){
	.header-row-info .select-city {
		display: table-cell;
	}
}*/
.select-city {
	display: block;
}
.header-row .city .drop::after {
	display: none;
}
.line-nav .cityDrop-search {
	display: block;
}
#selectCityModalWindowIdSmall {
	position: relative;
	/*padding: 10px 0;
	overflow-y: auto;
	overflow-x: hidden;*/
}
#selectCityModalWindowIdSmall .cityDrop-search {
	margin-bottom: 0px;
}
#selectCityModalWindowIdSmall .city-list-ajax-search {
	position: absolute;
	background: #fff;
	z-index: 5;
	left: 0;
	right: 0;
}
#selectCityModalWindowIdSmall .cityDrop-findList a:hover:before {
	display: none;
}
#selectCityModalWindowIdSmall .cityDrop-findList a:hover:after {
	display: none;
}
.select-city.hidden {
	display: none;
}
.select-city {
	background-color: #f3f3f3;
}
#selectCityModalWindowId .city-list-ajax {
	overflow: hidden;
}
#selectCityModalWindowId .closed {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: right;
	margin-left: 24px;
	margin-top: 3px;
}
#selectCityModalWindowId .closed:before,
#selectCityModalWindowId .closed:after {
	content: '';
	position: absolute;
	height: 24px;
	margin: -3px 9px;
	border-left: 1px solid #7e7e7e;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#selectCityModalWindowId .closed:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a.city-name.select-city-href {
	color: inherit;
}
a.city-name.select-city-href span {
	color: inherit;
	display: inline;
}
@media screen and (max-width: 767px){
	.select-city {
		position: absolute;
	}
	.all-cities {
		margin-top: 40px;
	}
	.all-cities .select-city {
		position: relative;
		margin-top: 0;
	}
}
@media only screen and (max-width : 320px) {
	.cityDrop-info .help {
		display: none;
	}
	.cityDrop-search .srch-btn::before, .cityDrop-search .srch-btn::after {
		top: 5px;
	}
	.city-columns {
		column-count: 2;
	}
	#selectCityModalWindowId .closed {
		right: 20px;
	}
}