#mod_city{
	line-height: normal;
	text-align: left;
    margin-left: 50px;
	position: relative;
}
#mod_city_iner{
	right: 0px;
}
.citychen {
  color: #000;
  font-size: 100%;
}
#jsmcity {
	position: absolute;
	right: 0px;
	z-index: 1000;
	border-radius: 10px;
	border: 1px solid #C8B273;
	background-color: #fff;
}
#jsmcity table {
	margin: 10px;
	border: none !important;
}
#jsmcity td {
	padding: 0 10px;
	white-space: nowrap;
	border: 0;
}
#jsmcity tr {
	border: 0;
}
#citydef{
	white-space: nowrap;
}
#jsmcity a {
	color: #BEFE00;
	font-size: 14px;
}
#jsmcity td a {
	line-height: 150%;
}
.citytxt1 {
	color: #1c2323;
	padding: 20px 0 0 20px;
	font-size: 16px;
}
.citytxt2 {
	color: #1c2323;
	margin: 0 20px;
	font-size: 28px;
	white-space: nowrap;
	border-bottom: 1px dotted #CCCCCC;
}
#jsmcity .citytxt3 a{
	color: #FFF;
	font-size: 16px;
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
#jsmcity .citytxt3 a:hover{
	color: #F33;
}
.cityphone{
	font-size: 21px;
	margin-right: 20px;
	font-weight: bold;
}
.cityright {
	text-align: right;
}
#vm_fcity_field{
	width: 250px;
}

span.fa.fa-car {
  color: #C8B273;
  padding: 0 0.4em 0 0;
}
span.down {
  font-size: 75%;
  color: #C8B273;
}
@media (max-width: 1025px) {
	#mod_city {
		position: absolute;
		margin: 0;
	}
}

.cities_list{width:620px;height:220px;padding:15px 25px;display:flex;flex-direction:column;flex-wrap:wrap;gap:5px 15px}@media (max-width: 1025px){
#mod_city{right:10px;bottom:2px;}}@media (max-width:500px){.cities_list{width:440px;gap:2px 10px;height:320px;padding:15px 10px;}}@media (max-width:450px){.cities_list{width:350px}}@media (max-width:350px){.cities_list{width:290px}}

.overlay {display:none}
.city-select {overflow-y: hidden}
.city-select .overlay {position: fixed; top:0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.7); z-index: 1002;display: block;}
.city-select #jsmcity {position: fixed;display: block !important;right: auto;left: 50%; top: 50%;transform: translate(-50%, -50%);z-index: 1003}
.city-select #jsmcity .citytxt3 a {display: none !important;}