.index-section {
	display: flex;
	flex-direction: column;
	justify-content: flex-start; 
	align-items: center;
	box-sizing: border-box;
}

.section {	
	min-width: 280px;
	width: 100%;
	width: calc(100% - 2px);

	min-height: 120px;
	
	background-color: #e7edf5;
	padding: 10px;	
	margin: 0;
	border: 1px solid #fff;
	outline: 1px solid #bfcfe2;
	
	display: flex;
	flex-direction: column;
	justify-content: flex-start; 
	align-items: flex-start;
	box-sizing: border-box;
}

.left-feed {
	width: 100%;
	padding: 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #c3d2e4;
	box-sizing: border-box;	
}

.left-feed-item {
	width: 100%;	
	margin: 0 0 8px 0;	
	box-sizing: border-box;
	display: block;
}


div.left-feed div.left-feed-item:nth-last-child(2) {
	border: none;
	box-sizing: border-box;
}

.left-feed-img {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.left-feed-text {
	min-width: 280px;	
	width: 100%;	
	margin: 0 0 15px 24px;
	padding: 0;
	box-sizing: border-box;
}
.left-feed-title {
	min-width: 280px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px 0;	
	text-align: left;
}

.left-feed-title > * {
	color: #09488f;
	font-size: 18px;
	font-weight: 500;
}

.left-feed-anons {
	width: 340px;
	box-sizing: border-box;
	margin: 0;
	text-align: left;	
}

.left-feed-anons > * {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.section-left-column-prm {
	width: 550px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 400;
	color: #aaa;
	text-align: center;
	margin: 10px 0;	
}


/* ---- r-feed ---- */
.right-feed {
	width: 100%;
	padding: 0;
	margin: 0 0 6px 0;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.feed-section-title > * {
	width: 270px;
	color: #09488f;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 10px 0;
	box-sizing: border-box;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.feed-section-link {
	width: 220px;
	color: #09488f;
	font-size: 12px;
	font-weight: 500;
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}
.feed-section-link::after{
	margin-top: 3px;
	margin-left: 6px;
	width: 11px;
	height: 19px;
	vertical-align: -35%;
	content: url('https://static.newsru.com/v2/img/misc/arrow_right.gif');
}


.right-feed-item {
	width: 100%;	
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 400;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;		

	box-sizing: border-box;
}

.right-feed-clock {
	color: #09488f;
	font-weight: 400;
	min-width: 44px;
	width: 50px;
	margin: 0 6px 0 0; 
	padding: 0;
	display: inline-block;
}
.right-feed-clock-bold {
	color: #09488f;
	font-weight: bold;
	min-width: 44px;
	width: 50px;
	margin: 0 6px 0 0; 
	padding: 0;
	display: inline-block;
}

.right-feed-title {		
	margin: 0; 
	padding: 0;

	color: #000; 
	font-weight: 400;
	min-width: 80%;
	width: 84%;
	width: calc(100% - 60px);
	display: inline-block;
}


/* ------------- */

.keep_24 {
	border: 1px solid #fff;
	outline: 1px solid #129955;
	box-sizing: border-box;
}


/* --- horizontal-menu --- */

.horizontal-menu {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 6px;
	color: #fff;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.horizontal-menu-element {
	flex-grow: 1;
	height: 27px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(#2d69ad, #00346d);
	border-right: 1px solid #fff;
	text-transform: uppercase;
}
.horizontal-menu-element a:link {
	margin: 0;
	padding: 4px 10px;
	color: #fff;
	display: block;  
}
.horizontal-menu-element a:visited {
	color: #fff;
}
.horizontal-menu-element a:hover {
	margin: 0; 
	/* padding: 0; */
	height: 19px;
	background-color: #129955;
	color: #fff;
	/* display: block;  */
} 

.horizontal-menu-element a:active { color: #fff; }

.horizontal-menu-element-active {
	background-color: #129955;
	flex-grow: 1;
	height: 27px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	/* background: linear-gradient(#2d69ad, #00346d); */
	border-right: 1px solid #fff;
	text-transform: uppercase;
} 

.horizontal-menu-element-active a:link {
	margin: 0;
	padding: 4px 0;
	color: #fff;
	display: block;  
}

.horizontal-menu-arrow {
	width: 30px;
	height: 27px;
	box-sizing: border-box;
	padding: 4px 0px 4px 6px;
	background: linear-gradient(#2d69ad, #00346d);
}
.horizontal-menu-arrow a {
	display: block;
}

.horizontal-menu-element-ino {
	flex-grow: 1;
	height: 27px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	/*background: linear-gradient(#2d69ad, #00346d);*/
	background-color: #c40202;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}
.horizontal-menu-element-ino a:link {
	margin: 0;
	padding: 4px 0 4px 10px;
	color: #fff;
	display: block;  
}
.horizontal-menu-element-ino a:visited {
	color: #fff;
}


.horizontal-menu-arrow-ino {
	width: 30px;
	height: 27px;
	box-sizing: border-box;
	padding: 4px 0px 4px 6px;
	background-color: #c40202;
	/*background: linear-gradient(#2d69ad, #00346d);*/
}
.horizontal-menu-arrow-ino a {
	display: block;
}



.ino-section {
	min-width: 280px;
	width: 100%;
	width: calc(100% - 2px);

	
	padding: 10px;
	margin: 0;

	border: 1px solid #fff;
	outline: 1px solid #c4c4c4;
	
	background-color: #e5e5e5;
	
	display: flex;
		flex-direction: column;
		/*justify-content: space-between;*/
		justify-content: flex-start; 
		align-items: flex-start;
		/* align-items: center; */
	box-sizing: border-box;

}

.ino-item {
	width: 100%;	
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;

	font-size: 14px;
	font-weight: 400;

	display: flex;
		flex-direction: column;
		/*flex-wrap: nowrap;*/
		justify-content: flex-start;
		align-items: flex-start;

	box-sizing: border-box;

/*background-color: #dc5;*/

}
.ino-item:not(:last-child) {
	border-bottom: 1px solid #c4c4c4;
}
.ino-item:last-child {
	border: none;
	margin: 0;
}

.ino-item-source {
	color: #C40202;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;	

	margin: 0 0 8px 0;
	padding: 0;

	display: block;
	box-sizing: border-box;
}

.ino-item-title {		
	margin: 0; 
	padding: 0;

	color: #000; 
	font-weight: 400;
	font-size: 14px;

	width: 100%;
	display: block;
	box-sizing: border-box;
}

/* --- MSK --- */
.msk-block {
	width: 100%;
	margin: 6px 0;
	padding: 0;
	display: block;
	box-sizing: border-box;
}


@media only screen and (min-width: 400px) {
	.ino-section, .section , .left-feed-text , .left-feed-title
	{
		min-width: 358px;
	}
}
