#selectCity {
	display: none;
	padding: 27px 20px 20px 100px;
	width: 180px;
	background: url(select-city-bg.png)/*tpa=http://www.videosupport24.com/images/select-city-bg.png*/ no-repeat 50% 50%;
	border-radius: 7px;
}

#modalOrder {
	display: none;
	padding: 20px 30px 20px 100px;
	width: 180px;
	background: url(modal-order-bg.png)/*tpa=http://www.videosupport24.com/images/modal-order-bg.png*/ no-repeat 50% 50%;
	border-radius: 7px;
}
#modalOrder input {
    font-size: 14px;
    text-align: center;
    width: 120px;
    padding: 4px 0;
    position: relative;
    top: 1px;
}
#modalOrder button {
    width: 124px;
    height: 31px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(callback-button.png)/*tpa=http://www.videosupport24.com/images/callback-button.png*/ 0 0 no-repeat;
    border: 0;
    cursor: pointer;
}

#selectCity cite {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}

#selectCity ul {
	margin-top: 5px;
	margin-bottom: 15px;
}

#selectCity ul li {
	color: #666;
	list-style-type: square;
	margin: 0 10px 2px 15px;
}

#modalOrder .button,
#selectCity .button {
	background-color: #ccc;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none
}

#modalOrder .button:hover,
#selectCity .button:hover {
	background-color: #d75e14
}

#modalOrder .button>span,
#selectCity .button>span {
	font-size: 90%
}

#modalOrder .button.b-close,
#selectCity .button.b-close,.button.bClose {
	box-shadow: none;
	font: bold 111% sans-serif;
	padding: 0 5px 3px;
	position: absolute;
	right: 6px;
	top: 21px;
}
#modalOrder .button.b-close {
    top: 7px;
}

@media screen and (max-width: 414px){
	#selectCity {
		height: 220px;
		background: #fff;
		padding-left: 40px;
		width: 80%;
		box-sizing: border-box;
	}
	#selectCity cite {
		font-weight: bold;
		font-size: 20px;
		line-height: 1.4;
	}
	#selectCity ul li{
		font-size: 16px;
	}
	#selectCity ul li {
		font-size: 16px;
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 320px){
	#selectCity cite {
		font-size: 18px;
	}
	#selectCity {
		height: 280px;
	}
	#selectCity ul li {
		font-size: 16px;
		margin-bottom: 4%;
	}
}