html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	margin: 0;
	font-family: 'PT Serif', Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	color: #636363;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial;
	text-rendering: optimizelegibility;
color: #383639;
}
h1{
	font-size: 30px;
	font-weight: normal;
line-height: 30px;
}
h2{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
ul{
	list-style-type: square;
	padding-left: 20px;
	margin: 10px 0;
}
a{
	color: #303030;
	text-decoration: underline;
}
a:hover{
	color: #303030;
	text-decoration: none;
}
.blue_title{
	text-transform:uppercase;
	color: #009FC0;
	letter-spacing: 2px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
min-height: 16px;
}
.detail_news_add_block{
	width: 220px;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #636466;
	box-sizing: border-box;
	margin-bottom: 23px;
	margin-top: 17px;
	position: relative;
	top: 3px;
}
.detail_news_add_block.right_float{
	float: right;
	margin-left: 20px;
}
.detail_news_add_block.left_float{
	float: left;
	margin-right: 20px;
}
.detail_news_content .detail_news_add_block.right_float{
	margin-right: -19px;
}
.detail_news_content .detail_news_add_block.left_float{
	margin-left: -19px;
}
.detail_news_add_block.first_add_block{
	margin-top: 0px;
}
@media (min-width: 1260px){
	.detail_news_add_block{
		width: 270px;
	}
	.detail_news_add_block.right_float{
		margin-left: 30px;
	}
	.detail_news_add_block.left_float{
		margin-right: 30px;
	}
}
.detail_news_add_block_title{
	background-color: #EBEBEB;
	padding: 14px 19px 12px 19px;
}
.detail_news_add_block_content{
	padding: 12px 19px 30px 19px;
	font-size: 13px;
	line-height: 16px;
	font-family: arial;
}
p{
margin: 0 0 10px 0;
}
.news_photo{
	margin-top: 20px;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
}
.news_photo_desc{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	color: #898989;
}
.news_photo_desc b{
	color: #303030;
}
.news_photo_img img{
	width: 100%!important;
	height: auto!important;
}
.html_banner_block a{
	text-decoration: underline;
}
.html_banner_block a:hover{
	text-decoration: none;
}
.hide_in_desctop{
	display: none;
}
.hide_in_desctop .top_news_block{
    border-bottom: 0px;
	padding-bottom: 24px;
    border-top: 3px solid #303030;
}
.mobile_type .hide_in_desctop{
	display: block;
}