/*


















	
*/

.news-of-hour {
	margin-bottom    : 10px;
	padding          : 0 17px 17px;
	line-height      : 1.6em;
	position         : relative;
	background-color : #fffbf2;
	border           : 2px solid #fae0c4;
	box-shadow       : 0 3px 15px -7px;
	font-family      : 'Roboto Slab', Tahoma, sans-serif;
	font-size        : 14px;
}

.news-of-hour__header {
	padding        : 5px 17px;
	margin         : 0 -17px 5px;
	position       : relative;
	background     : #fae0c4;
	color          : #674521;
	font-size      : 14px;
	text-transform : uppercase; }

.news-of-hour__header:before,
.news-of-hour__header:after {
	content    : '';
	display    : block;
	width      : 10px;
	height     : 100%;
	position   : absolute;
	top        : 0;
	right      : 40px;
	background : #fffbf2;
	transform  : skewX(-20deg); }

.news-of-hour__header:after {
	width : 20px;
	right : 15px; }

.news-of-hour__top-border {
	-webkit-box-pack        : start;
	-webkit-justify-content : start;
	-ms-flex-pack           : start;
	justify-content         : start;
	-webkit-box-align       : center;
	-webkit-align-items     : center;
	-ms-flex-align          : center;
	align-items             : center;
	display                 : -webkit-flex;
	display                 : -ms-flex;
	display                 : -webkit-box;
	display                 : -ms-flexbox;
	display                 : flex;
	align-items             : center; }

.news-of-hour__time {
	color       : #ec8123;
	font-family : 'Roboto Slab', Tahoma, sans-serif;
	padding     : 0 12px 0 18px;
	background  : url("https://assets.cdn.fontanka.ru/pic/decor/v4/i/watch.png") 0 50% no-repeat; }

.news-of-hour__icons { display: flex; }

.news-of-hour__separator {
	width            : 100%;
	height           : 1px;
	background-color : #fadcbe; }

.news-of-hour__title {
	display     : block;
	margin      : 0;
	font-weight : normal;
	color       : #000; }