@media (max-width: 768px) {
	.header-flex {
		display: none;
	}
}
.group {
	font-size: 0;
}
.group .cell {
	font-size: 1rem;
	float: none !important;
	display: inline-block;
	vertical-align: top;
}
.content-modules .results .cell .title,
.content-modules .car-list .popular-car .cell .title, 
.content-place .results .cell .title,
.content-place .car-list .popular-car .cell .title {
	min-height: 3.5 em;
}
.gray-block {
	background: #F8F8F8;
	padding: 1rem 0;
}
.big-icon-title h1 {
	max-width: 1280px;
	margin: 0 auto;
	width: 100;
	font-size: 14px;
}
@media (max-width: 1280px) {
	.big-icon-title h1 {
		/*max-width: 1280px;*/
		/*margin: 0 auto;*/
	}	
}
.header-flex .container {}
.header-flex .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}

.header-texts  {
	line-height: 1.5;
}
.header-texts span {
	font-weight: 700;
	font-size: 16px;
	color: #2e2e2e;
}
.header-texts strong {
	color: #cb1c21;
	font-size: 20px;
}
.footer-texts a {	
	color: #cb1c21;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dotted;
	line-height: 1;
}
.footer-texts {
	line-height: 1.5;
}
.footer-texts img {
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}
.footer-texts span {
	font-weight: 800;
	font-size: 16px;
	color: #2e2e2e;
}
.footer-texts strong {
	color: #cb1c21;
	font-size: 20px;
}

.content-place ul {
	padding-left: 28px;
}
.content-place ul li {
	list-style: disc;
	font-weight: 400;
	padding-left: 0px;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.content-place ol li {
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.content-place p {
	line-height: 1.2;
	text-align:justify
}
@media (max-width: 1280px) {
	.header-flex .container {
		padding-left: 1rem;
		padding-right: 1rem;
		position: relative;
	}
	.header-texts span {
		font-size: 14px;
	}
	.header-texts strong {
		font-size: 16px;
	}
	.header--city span {	
		font-size: 14px;	
	}
	.header--city a {	
		font-size: 16px;
	}
}
@media (max-width: 1100px) {
	.header--logo-place {
		width: 100%;
    	text-align: center;
    	margin-bottom: 1rem;
	}
}
.car-page .car .car-gallery .level-1 {
    height: 7rem; 
    font-size: 1rem;
}
