div.news-list img.preview_picture
{

	margin:0 4px 6px 0;
}

div.news_date{
	margin-bottom:3px;
	padding:1px 2px 1px 2px;

	color:#707070;
	display:block;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:11px;
		
}

.news-date-time {
	color:#486DAA;
}
.doc-item.icon  {
	display: block;
    height: 32px;
    margin-right: 8px;
    width: 32px;
}
.file-title {
	overflow: hidden;
}
.news-doc-item {
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 30px;

}
div.news-list div.news-doc-item div.text{

}

.doc-link-name{
	padding-left: 65px;
	background: url("images/Download_From_Cloud_50px.png") left 5px no-repeat;
	min-height: 50px;
	border: none;
	padding-top: 10px;
	display: inline-block;
}

.news-docs__group-name{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
}

.news-docs__list{
	margin-bottom: 50px;
}


.c-open-info{
	border: 2px solid #dae4eb;
	border-radius: 12px;
	background: #fff;
	margin-bottom: 12px;
}

.c-open-info__head{
	padding: 14px;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.c-open-info__head:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url("images/expand-arrow.svg") center no-repeat;
	transform: rotate(180deg);
	transition: transform 600ms ease;
}

.c-open-info__name-block{
	font-size: 18px;
	margin-right: 20px;
}

.c-open-info__body{
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 600ms ease;
}

.c-open-info__body-wrapper{
	overflow: hidden;
	min-height: 0;
}

.c-open-info__body-inner{
	padding: 0 42px 42px 42px;
}

.c-open-info--open .c-open-info__head:after{
	transform: rotate(0);
	transition: transform 600ms ease;
}

.c-open-info--open .c-open-info__body{
	grid-template-rows: 1fr;
}

.c-open-info__row{
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}

.c-open-info__right{
	border-radius: 12px;
	padding: 18px;
	width: 403px;
	height: 190px;
	background: #f2f6f9;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.c-open-info__right:before{
	content: '';
	width: 80px;
	height: 80px;
	background: url("images/c-open-info__right.svg") center no-repeat;
	margin-right: 18px;
	flex-shrink: 0;
}

.c-open-info__left{
	margin-right: 30px;
	width: 100%;
}

.c-open-info__title{
	font-size: 18px;
	font-family: 'OpenSans-Bold', serif;
	margin-bottom: 12px;
}

.c-open-info__row-icon{
	display: flex;
	align-items: flex-start;
	padding: 18px;
}

.c-open-info__icon{
	display: block;
	flex-shrink: 0;
	margin-right: 24px;
}

.main-wrapper.content-page{
	padding-top: 0 !important;
}