#content_left .wrapper_left_submenu_2021 .current {
    background: #764696;
}
.wrapper_left_submenu_mini_2021_top_row {
    background: #764696;
}

table#news_of_year td.news_table_content a:visited,
.news_list_hdg:visited {
    color: 			#999 !important;
}
#content_left .wrapper_left_submenu_lvl2 {
	margin: 		0;
}

.news_list {
    max-width: 815px;
    margin: 0 0 20px;
}
.news_list_date_ {
    font-size: 10px;
    width: 80px;
    padding: 0 20px 0 35px;
}
.news_list_date {
    background: #eeebe8;
    padding: 2px 8px;
    color: #636363;
    display: inline-block;
    margin: 0 6px 0 0;
}
.news_list_tags {
    font-size: 10px;
}
.news_list_img {
    padding: 10px 0 0;
    border-bottom: 1px solid #eeebe8;
}
.news_list_hdg {
    display: inline-block;
    color: #000;
    font-size: 24px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0 0 15px;
}
.news_list_body {
    padding: 6px 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
}
.news_list_content {
    border-bottom: 1px solid #eeebe8;
    padding: 0 0 10px;
}

table#news_of_year {
	width:			100%;  
	margin:			0 0 10px;
	max-width: 		950px;
}
table#news_of_year  tr.news_table_line td {
	padding: 		30px 0 10px;
}
table#news_of_year  tr.news_table_line div {
	width:			100%;
	height:			4px;
	background:		#eeebe8;
}
table#news_of_year  td.news_table_date {
	font-size: 		10px;
	width: 			60px;
	padding:		18px 42px 0 32px;
}
table#news_of_year  td.news_table_content {
	padding:		15px 0 15px;
	border-bottom:	1px solid #eeebe8;  
}
table#news_of_year  td.news_table_content a {
	font-size: 		16px;
	line-height:	22px;
	text-decoration: none;
	color:			#000;
}
table#news_of_year  td.news_table_content .news_block_hdg_audio {
    color:			#aeca05;
}
table#news_of_year  td.news_table_content a:hover {
	text-decoration: underline;
}

#all_news_navigation {
	width: 			100%;
	float:			left;
    margin: 0 0 20px;
}
#all_news_navigation_prev {
	float: 			left;
}
#all_news_navigation_next {
	float: 			right;
}
.base_url {
	display:		none;
}

#submission_block {
	background: #eeebe8 none repeat scroll 0 0;
	float: left;
	padding: 24px 0;
	width: 100%;
	max-width: 950px;
}
#submission_block p.header {
	font-size: 		16px;
	line-height:	22px;
	font-weight: 	bold;
}
#submission_block p {
	margin: 		0 24px 3px 135px;
	line-height:	18px;
	padding:		0;
}
#submission_block input[type="text"] {
	margin: 		12px 0 3px 135px;
	box-sizing: 	border-box;
	font-family: 	inherit;
	font-size: 		13px;
	padding: 		5px 10px;
	width: 			100%;
	max-width:		300px;
}
#submission_block input.disabled {
	color: 			#999999;
}
#submission_block .sub_submit {
	margin: 		12px 0 3px 135px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eeeff0 0%, #dcddde 45%, #d1d2d4 100%) repeat scroll 0 0;
	border: 1px solid #d1d2d4;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 5px 12px;
}

/* PUSH */
@keyframes blinking{
	0% {
		top: 0;
		right: 0;
		width: 9px;
		height: 9px;
	}
	50% {
		top: 2px;
		right: 2px;
		/*border: 0 solid #fff;*/
		width: 5px;
		height: 5px;
	}
	100% {
		top: 0;
		right: 0;
		width: 9px;
		height: 9px;
	}
}
#subscribe_status {
	display: none;
}
.circle_icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: #abd200;
	border-radius: 50%;
	border: 1px solid #fff;
	animation: blinking 3s infinite;
}
.info_txt {
	transition: 2s;
}
.hidden_span {
	height: 0;
	overflow: hidden;
	transition: 2s;
}

.section_line_top{
	display: flex;
	justify-content: space-between;
	height: 40px !important;
	font-family: Open Sans, Arial, sans-serif;
}

@media screen and (max-width: 640px){
	table#news_of_year,
	table#news_of_year tr,
	table#news_of_year td {
		display:			block;
		float:				left;
		box-sizing:			border-box;
		width:				100%;
	}
	table#news_of_year td.news_table_date {
		margin: 			20px 0 -2px;
		width: 				100%;
		background-image:	url(/template/images/spoiler_collapse.png);
		background-repeat:	no-repeat;
		background-position:left center;
		padding: 			5px 0 5px 26px;
		cursor:				pointer;
	}
	table#news_of_year td.news_table_date_expand {
		background-image:	url(/template/images/spoiler_expand.png);
		margin: 			20px 0 -12px;
	}
	table#news_of_year tr.news_table_collapsed td.news_table_content {
		display:			none;
	}
    .news_list_img {
        display:			none;
    }
    .news_list_hdg {
        padding: 0 0 0 15px;
    }
    .news_list_body {
        padding: 0 0 0 15px;
    }
	#submission_block p {
		margin: 0 24px 3px;
	}
	#submission_block input[type="text"],
	#submission_block .sub_submit {
		margin: 12px 24px 3px;
	}

    .news_list tr {
        float: left;
    }
    .news_list .news_list_date_ {
        padding: 3px 10px 0 0;
        width: auto;
    }
}
@media screen and (max-width: 420px){

}
