@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic');

body, html
{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
/*	background:#f6f6f6; */
/*	background-size: 400px;*/
	background-repeat: round;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.monserrat
{
	font-family: 'Montserrat', sans-serif;
}

a img
{
	border:0px;
}

hr
{
	#CCCCCC;
}

.block p
{
	/*margin:5px;*/
}

.logo
{
	font-size:28px;
	color:#003;
}

.data_news
{
	display:block;
}

.news_headline
{
	text-decoration:none;
	color:#000066;
}

.news_headline_item
{
	text-decoration:none;
	color:#000066;
	font-size:14px;
}

a.return_main
{
	text-decoration:none;
	font-size:12px;
} 

a.return_main:hover
{
	text-decoration:none;
}

a.name_news
{
	font-size:18px;
	color:#006;
}	

.header
{
	background: #f6f6f6; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfe6e7', endColorstr='#f6f6f6'); /* ��� IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#cfe6e7), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #cfe6e7,  #f6f6f6); /* ��� firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #cfe6e7,  #f6f6f6); /* ��� Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cfe6e7,  #f6f6f6); /* ��� IE10+ */
	background: linear-gradient(top,#cfe6e7,#f6f6f6);
}

.headline
{
	font-size:13px;
	font-weight:700;
	color:#FFF;
	border-bottom:#FFF 1px solid;
	box-shadow: 0px 3px 3px #b7b7b7;
	margin-top:10px;
	margin-bottom:5px;
	height:25px;
	padding-left:10px;
	padding-top:5px;
	display:block;
}

.menu
{
	padding-left:0px;
	margin:0px;
}

.block
{
	border-radius: 10px;
	border:#CCC 1px solid;
	width: 350px;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:10px;
}
.nonedecoration
{
	text-decoration: none;
	color: #000000;
}
.mainblock
{
	border-radius: 10px;
	border:#CCC 1px solid;
	width:100%;
	height:100%;
}

.mainblock .headlineM
{
	font-size:18px;
	color:#006;
}

.data
{
	color:#900;
}
