.city {
    position: relative;
    box-shadow: 0px 0px 15px 0px #D7D7D7;
    border-radius: 10px;
    padding-bottom: 60px;
    background: #fff;
    padding-top: 45px;
}

#cities-section{
	padding-top: 80px;
	padding-bottom: 80px;
}

#cont_finger {
    position: absolute;
    right: 170px;
    top: -1px;
}

.select-city{
	text-align: center;
}

.select-city span {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
}

.site-search{
	height: 44px;
    padding-left: 23px;
    border: 1px solid #e2e0e0;
    border-radius: 23.5px;
    display: inline-block;
    width: 280px;
    font-size: 14px;
    line-height: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    outline: none;
}

.search-btn {
    border-radius: 23.5px;
    font-weight: 500;
    width: 159px;
    height: 44px; 
    background: #edc02e;
    border: none;
    position: relative;
    display: inline-block;
    margin-left: -50px;
    top: -1px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding-right: 14px;
    outline: none;
    padding: 0;
    color: #232323;
    cursor: pointer;
}

.city table tr {
    float: left;
    width: 260px;
}

.city table{
    width: 960px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    border: 0;
}

.city tr td a {
    font-size: 16px;
    line-height: 44px;
    color: #0371c9;
    font-weight: 300;
}

.city td{
	border: 0;
	padding: 0;
	margin: 0;
}

.city table tr:nth-child(4n) {
    width: 180px;
}

@media (max-width: 1200px){
	.city{
		border-radius: 10px;
    	padding-bottom: 30px;
	}

	#cont_finger {
	    right: 14px;
	    width: 175px;
	}

	#cities-section {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	
	.city table{
		width: 100%;
		margin-right: 0;
	    margin-left: 0;
	    padding-left: 40px;
	    padding-right: 0;
	    display: block;
	    margin-bottom: 0;
	}

	.city tr td a{
		font-size: 14px;
	}

	.city table tr {
	    float: left;
	    width: 170px;
	}

	.city table tr:nth-child(4n) {
	    width: 170px;
	}
}

@media (max-width: 760px){
	#cont_finger{
		display: none;
	}

	.select-city span{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}

	.city{
		padding-top: 25px;
	}

	.site-search {
	    height: 32px;
	    width: 170px;
	    padding: 0 0 0 10px;
	    font-size: 10px;
	    padding-left: 23px;
	    font-size: 10px;
	}

	.search-btn {
	    width: 84px;
	    height: 32px;
	    font-size: 10px;
	    font-weight: 500;
	    top: 0px;
	}

	.city table{
		margin-top: 20px;
		padding-left: 50px;
	}

	.city tr td a {
	    font-size: 13px;
	    line-height: 35px;
	}

	#cities-section {
	    padding-top: 35px;
	    padding-bottom: 45px;
	}
}