.module_resorts_types  {
	font-size: 18px;
	color: #4c5160;
	margin-bottom: 50px;
}

.module_resorts_types .main_title {
	font-size: 32px;
	text-align: center;
	color: #035573;
	padding-bottom: 44px;
	background: url('../../../images/resorts/woosh-image.png') no-repeat bottom center;
	font-weight: bold;
	margin: 50px 0 50px;
    line-height: 1.1;
}

.module_resorts_types img.big {
	width: 100%;
}

.module_resorts_types .title {
	font-size: 24px;
	font-weight: bold;
	color: #035573;
	margin: 0 0 30px;
    line-height: 1.1;
}

.module_resorts_types .tags {
	font-size: 18px;
	font-weight: bold;
	color: #035573;
    line-height: 1.1;
}

.module_resorts_types .tags img{
	margin: 0 20px 0 30px;
}

.module_resorts_types .tags img:first-child {
	margin-left: 0;
}

.module_resorts_types ul {
	margin: 40px 0;
	list-style: none;
	padding: 0;
}

.module_resorts_types ul li{
	width: 50%;
	float: left;
	min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 20px;
    margin-bottom: 5px;
}

.module_resorts_types ul li span{
	width: 50px;
	text-align: center;
	display: inline-block;
	margin-right: 0px;
}

.module_resorts_types ul.circle li {
	padding-left: 30px;
	background: url('../../../images/resorts/right-arrow-blue-icon.png') no-repeat center left;
}

.module_resorts_types .types {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.module_resorts_types .thin-container {
	max-width: 1000px;
	margin: 0 auto 60px;
}

.module_resorts_types .amenities {
	padding-top: 60px;
	border-top: 1px solid #f2f2f2;
}

@media (max-width: 1024px) {
	.module_resorts_types .title {
		text-align: center;
	}

	.module_resorts_types .tags {
		text-align: center;
		width: 100%;
		display: block;
	}

	.module_resorts_types ul {
		float: left;
		width: 100%;
		padding: 0 20%;
		padding-right: 15%;
	}
}

@media (max-width: 570px) {
	.module_resorts_types ul {
		padding: 0;
		float: none;
	}

	.module_resorts_types .tags {
		font-size: 13px;
	}

}
