.main_block{
	max-width: 99%;
	background-color: #e6f4ff;
    position: relative;
    margin: auto;
	margin-top:0;
	border-radius: 5px;
}
.news{
	padding:7px;
	border-radius: 5px;
	background-color: #fffcef;
	box-shadow: 0 0.4em 5px rgba(122,122,122,0.5);
}
.news_title{
	font-family: 'Playfair Display SC', serif;
	font-size: 18px;
	color:#002742;
}
.news_title a{
	text-decoration: none;
	font-family: 'Playfair Display SC', serif;
	font-size: 18px;
	color:#002742;
}
.news_title a:hover{
	text-decoration: underline;
}
.map{
	padding:7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.map_title{
	text-decoration: none;
	font-family: 'Playfair Display SC', serif;
	font-size: 18px;
	color:#002742;
}
.map_block{
	padding: 5px;
	width: 22em;
}
.map_block a{
	font-size: 14px;
	text-decoration: underline;
	color: #34373a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.map_block a:hover{
	text-decoration: none;
}
.map_block ul{
	margin-top: .8em;
	list-style-type: none;
	
}
a.important{
	color:#e80d0d;
	background-color: #fff;
	line-height: 2em;
	padding: .5em .5em .5em 0;
}