.ann-list__item {
	border-bottom: solid #e5e5e5 2px;
    padding: 20px 0 10px 0;
}

.ann-list__item:last-of-type {
	border-bottom: 0;
}

.ann {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ann__picture {
	margin-right: 20px;
}

.ann__picture a {
	display: block;
}

.ann__img {
	max-width: 250px;
}

.ann__photo-author {
	margin-bottom: 20px;
}

.ann__date {
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	background: #f67a14;
	margin-bottom: 20px;
	border-radius: 5px;
}

.ann__date a {
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	color: #fff;
}

.ann__raiting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	background: #fff;
	margin-bottom: 10px;
}

.ann__raiting .act {
	list-style-type: none;
	width: 18px;
	height: 18px;
	background: url('/www-include/decor/icon.gif') no-repeat left top;
}

.ann__raiting .text {
	list-style-type: none;
	font-size: 14px;
}

.ann__raiting .text, .ann__raiting .act:not(:last-of-type) {
	margin-right: 10px;
}

.ann__title {
	margin-bottom: 10px;
}

.ann__title a {
	color: #000;
	font-size: 22px;
	text-decoration: none;
}

.ann .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin-bottom: 10px;
}

.ann .tags li{
	width: auto;
	margin-right: 10px;
}

.ann .tags li:last-of-type{
	margin-right: 0;
}

.ann .tags a {
	color: #000;
}

.ann-list {
	width: 100%;
	height: auto;
}

.ann__lead {
	font-size: 14px;
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    .ann .tags {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		margin-bottom: 10px;
	}

	.ann .tags li{
		width: auto;
		margin-right: 10px;
	}

	.ann .tags li:last-of-type{
		margin-right: 0;
	}

	.ann .tags a {
		color: #000;
	}

	.ann-list {
		width: 100%;
		height: auto;
	}

	.ann-list__item {
		list-style: none;
		width: 100%;
		margin: 0 0 20px 0;
		border-bottom: solid #e5e5e5 2px;
		padding-bottom: 10px;
	} 

	.ann {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.ann__picture {
		margin-right: 0;
	}

	.ann__img {
		max-width: 100%;
	}

	.ann__date {
		padding: 10px 10px;
		font-size: 12px;
		color: #fff;
		background: #f67a14;
	}

	.ann__date a {
		font-size: 12px;
		color: #fff;
	}

	.ann__link {
		display: block;
	}

	.ann__img {
		width: 100%;
	}

	.ann__photo-author {
		color: #666;
		padding: 0;
		margin-bottom: 10px;
	}

	.ann__raiting {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0;
		background: #fff;
		margin-bottom: 10px;
	}

	.ann__raiting .act {
		list-style-type: none;
		width: 18px;
		height: 18px;
		background: url('/www-include/decor/icon.gif') no-repeat left top;
	}

	.ann__raiting .text {
		list-style-type: none;
	}

	.ann__raiting .text, .ann__raiting .act:not(:last-of-type) {
		margin-right: 10px;
	}

	.ann__title {
		margin-bottom: 10px;
	}
	
	.ann__title a {
		color: #000;
	}

}
.age_census {
    color: #f67a14;
    padding-bottom: 10px;
    font-weight: bold;
}