.title_page_new{
	padding-top:109px;
}

.container_title{
	display:flex;
	align-items:baseline;
	justify-content:space-between;
}

.container_title .btn-modal{
	width: 222px;
    margin: 0;
}

.breadcrumb_new{
	display: flex;
    align-items: center;
}

.breadcrumb_new a{
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #B2B2B2;
}

.breadcrumb_new p{
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #46B8EA;
}

.breadcrumb_new span{
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #46B8EA;
	padding:0 10px;
}

.container_title .titleSection{
	margin-bottom:40px;
}

.city_section p{
	font-size: 15px;
	line-height: 180%;
	text-align: center;
	color: #000000;
	margin-bottom:30px;
}

.city_section ul{
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	margin-bottom:40px;
	position:relative;
	z-index:1;
}

.city_section ul li{
	font-weight: 600;
    font-size: 18px;
    line-height: 180%;	
}

.city_section ul li:before{
	content:'■';
	color:#F8EE58;
	margin-right:5px;
}

.new_map iframe{
	border:none!important;
	margin-bottom: -8px;
}

.new_map iframe .i4ewOd-pzNkMb-haAclf {
    display: none!important;
}

.new_map iframe .i4ewOd-pzNkMb-haAclf{
	opacity:0!important;
}

.HzV7m-b7CEbf .i4ewOd-pzNkMb-tJHJj{
	display: none!important;
	opacity:0!important;
}

.new_map{
	position:relative;
	margin-top: -60px;
}

.new_map:before{
	content:'';
	position:absolute;
	width:100%;
	height: 61px;
    top: -1px;
    background: #fafafa;
}





/*Photos page*/
.grid_photo{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
	margin-top: 20px;
	margin-bottom:80px;
}

.block_photo img{
	height: 400px;
    width: 100%;
    object-fit: cover;
	margin-bottom:15px;
}

.block_photo p{
	margin:0;
	font-weight: 400;
	font-size: 15px;
	line-height: 180%;
	color: #000000;
}
/*Photos page*/



/*Home page*/
.hp_area_we_serve{
	margin-bottom: 60px;
	padding-top:60px;
}

.hp_area_we_serve a{
	display: flex;
    width: 222px;
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 2;
	margin-top:0;
}

.hp_area_we_serve .new_map {
    position: relative;
    margin-top: -20px;
}

.hp_photos{
	margin-bottom:60px;
}

.hp_photos .grid_photo{
	margin-bottom:40px;
}

.hp_photos a {
    display: flex;
    width: 222px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}



/*Home page*/



@media (max-width: 991px){
	.city_section ul li {
		font-weight: 600;
		font-size: 16px;
		line-height: 160%;
	}
	
	.new_map iframe {
		height: 350px;
	}
/*Photos page*/
	.block_photo img{
		height: 400px;
	}
/*Photos page*/
}


@media (max-width: 768px){
	.container_title .titleSection {
		margin-bottom: 10px;
	}
	
	.city_section ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		margin-bottom: 30px;
	}
	
	.container_title {
		flex-direction: column;
	}
	
	.container_title .btn-modal {
		margin-top: 30px;
	}
	
	.city_section ul li {
		font-size: 14px;
		line-height: 160%;
	}
	
/*Photos page*/
	.grid_photo{
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 30px;
	}
	
	.block_photo img{
		width:100%;
		height: auto;
	}
/*Photos page*/
}


@media (max-width: 560px){
	.city_section ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin-bottom: 30px;
	}
	
	.new_map iframe {
		height: 300px;
	}
	
	.city_section ul li:before{
		font-size:10px;
	}
	
	.container_title {
		align-items: center;
	}
	
	.container_title  .titleSection:after{
		 margin: 0 auto;
	}
	
/*Photos page*/
	.block_photo p{
		font-size: 14px;
    	line-height: 150%;
	}
/*Photos page*/
	
/*Home page*/	
	.hp_area_we_serve a{
		width:50%;
	}
	
	.hp_photos a{
		width:50%;
	}
	
	.hp_area_we_serve .titleSection{
		margin-bottom:40px;
		padding-top:0;
	}
	
	.hp_photos .titleSection{
		margin-bottom:40px;
	}
	
	.hp_photos {
   	 	margin-bottom: 40px;
	}
	
	.hp_area_we_serve{
		margin-bottom: 40px;
	}
/*Home page*/
}
