.module_city_things_to_do {
	padding: 0 0 50px 0;
    border-bottom: 1px solid #e3e5e9;
}

.module_city_things_to_do .main_title {
	font-size: 26px;
	text-align: center;
	color: #035573;
	padding-bottom: 44px;
	background: url('../../../images/resorts/woosh-image.png') no-repeat bottom center;
	font-weight: bold;
	margin: 60px 0;
	line-height: 1.1;
}

.module_city_things_to_do .main_title strong {
	font-weight: bolder;
}

.module_city_things_to_do .first >.title {
	color: #035573;
	font-size: 24px;
	font-weight: bolder;
}

.module_city_things_to_do .first .item {
	margin: 40px 0 0 0;
}

.module_city_things_to_do .first .item .image {
	margin: 0 0 20px 0;
}

.module_city_things_to_do .first .item .image > * {
	max-width: 75px;
}

.module_city_things_to_do .first .item .title {
	color: #4c5160;
	font-size: 20px;
	font-weight: bolder;
}

.module_city_things_to_do .second .item {
	margin-bottom: 40px;
	padding: 0 30px;
	color: #4c5160;
	font-size: 18px;
}


.module_city_things_to_do .second .item .title{
	color: #4c5160;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media(max-width: 1024px){


	.module_city_things_to_do .first{
		padding: 0 0 40px 0;
		border-bottom: 1px solid #f0f0f0;
		margin-bottom: 40px;
	}
	
	.module_city_things_to_do .first .item{
		display: inline-block;
		width: calc(99% / 3);
	}
	.module_city_things_to_do .top_things{
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #c0c0c0;
	}
	.module_city_things_to_do .second .item .text{
		font-size: 0.85em;
	}
}

@media (max-width: 576px){
	.module_city_things_to_do .first .item{
		width: calc(97% / 3);
	}
	.module_city_map .title .selector{
		left: 24px;
	}
	.module_city_releated_links a.more{
		margin-top: 0;
		margin-bottom: 45px;
	}
	.module_city_things_to_do .first .item .title{
		font-size: 1em;
	}
	.module_city_things_to_do .second .item{
		padding: 0;
		font-size: 1em;
	}
}