#news_type{
	background: none repeat scroll 0 0 #8871aa;
	border-bottom-right-radius: 6px;
	color: #ffffff;
	float: left;
	margin: 6px 0 18px;
	padding: 4px 36px 2px 4px;
}

#news_flags_update{
	color:#FDB834;
	margin-left:6px;
	background:url(../images/news_update_ico.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
	height:10px;
	padding:4px 0 0 14px;
}
#news_title{
	float: left;
	width:100%;
	/*margin: 0 0 3px;*/
	display:block;
	font-size: 24px;
	font-weight: bold;
	/*padding-top: 14px;*/
	padding: 0;
}
#news_filter{
	float: left;
	width:100%;
	font-size:10px;
	color:#8871aa;
	margin-bottom:12px;
}
#news_filter span{
	color:#FDB834;
	cursor:pointer;
}
#news_filter span:hover{
	color: #f15a24;
}

#news_filter_content {
	width:			100%;
	float:			left;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #edebe9;
	margin: 10px 0 15px;
	font-size: 10px;
	line-height: 14px;
}
#news_filter_content #news_filter_info {
	float: 			left;
	width:			100%;
	/*padding:		0 0 6px;*/
	font-weight: bold;
}
#news_filter_content #news_filter_info > p {
	padding: 0;
}
#news_filter_content #news_filter_pointer {
	position:		absolute;
	margin:			-14px 0 0 12px;
	display: 		block;
}
#news_filter_content #news_filter_1,
#news_filter_content #news_filter_2 {
	float: 			left;
	padding:		6px 0 0;
	display: flex;
}
#news_filter_content #news_filter_1 {
	margin-right: 21px;
	height: 54px;
}
#news_filter_content #news_filter_2 {
	width: 100%;
	max-width: 180px;
	flex-direction: row;
	flex-wrap: wrap;
}
#news_filter_content input {
	margin: 0 6px 0 0;
	display: none;
}
#news_filter_content p {
	padding: 3px 12px 0 0;
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
}
#news_filter_2 p label {
	padding: 0 3px;
	cursor: pointer;
}
#news_filter_content #news_filter_1 p {
	margin: 0 1px 0 0;
	padding: 4px 10px 1px 19px;
	box-sizing: border-box;
	height: 18px;
	position: relative;
	background: #f6f5f4;
	transition: .3s;

	text-decoration: line-through;
	cursor: pointer;
}
#news_filter_content #news_filter_1 p.employer {
	padding: 4px 15px 1px 3px;
}
#news_filter_content #news_filter_1 p.checked.employer:hover {
	background: #f9a61a;
}
#news_filter_content .filter_submenu {
	position: absolute;
	width: 100%;
	height: 0;
	transition: .3s;
	overflow: hidden;
	top: 18px;
	left: 0;
	display: flex;
	flex-direction: column;
}
#news_filter_content .open .filter_submenu {
	height: 36px;
	transition: .3s;
	z-index: 10;
}
#news_filter_content .filter_submenu > span {
	padding: 4px 10px 1px 19px;
	position: relative;
	background: #f6f5f4;
	transition: .3s;
	margin: 0 1px 0 0;
	text-decoration: line-through;
	cursor: pointer;
	font-size: 10px;
	line-height: 14px;
}
#news_filter_content #news_filter_1 p.checked {
	background: #f9a61a;
	color: #000;
	transition: .3s;
	font-weight: bold;
	text-decoration: none;
}
#news_filter_content #news_filter_1 p.checked:hover {
	background: #ffda9b;
}
#news_filter_1 .under_line {
	color: #000;
	cursor: pointer;
	transition: .3s;
}
#news_filter_1 p.checked .under_line:hover {
	/*color: #fff;*/
	transition: .3s;
}
#news_filter_1 .under_line:hover {
	color: #000;
}
#news_filter_content .filter_icon {
	width: 11px;
	height: 11px;
	position: absolute;
	top:3px;
	left: 3px;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	cursor: pointer;
}

#news_filter_content .checked .filter_icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjggN0wwIDQuMlYxLjRMMi44IDQuMkw3IDBWMi44TDIuOCA3WiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

#news_filter_content #news_filter_1 p:hover .checked{
	color: #fff;
}
#news_filter_1 .more_options {
	position: absolute;
	top: 18px;
	left: 0;
	background: #f6f5f4;
	display: flex;
	flex-direction: column;
	text-align: right;
	width: 102px;

}
#news_filter_1 .more_options label {
	font-size: 10px;
	padding: 4px 10px 1px 19px;
	display: inline;
	cursor: pointer;
}
#news_filter_1 p .more_options {
	height: 0;
	overflow: hidden;
	transition: .3s;
}
#news_filter_1 p.open .more_options {
	height: 52px;
	transition: .3s;
}
#news_filter_content p.h4 {
	text-decoration: 	none;
	color:				#fdbd42;
	font-weight:		bold;
}
#news_filter_content #news_filter_info p {
	text-decoration: 	none;
}
#news_filter_2 p {
	position: relative;
	width: 58px;
	padding: 4px 0 1px 19px;
	background: #f6f5f4;
	transition: .3s;
	margin: 0 1px 1px 0;
	text-decoration: line-through;
	cursor: pointer;
	font-size: 10px;
	line-height: 14px;

	box-sizing: border-box;
}
#news_filter_content #news_filter_2 p.checked {
	background: #f9a61a;
	text-decoration: none;
}
#news_filter_content #news_filter_2 p.checked:hover {
	background: #ffda9b;
}
#news_filter_2 p label {
	padding: 0;
}

#news_filter_content .ico_help {
	float: none;
	cursor: pointer;
	margin-left: 3px;
	width: 12px !important;
}

.ico_help_inner {
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #F7941E;
	border-radius: 10px;
	display: none;
	padding: 6px 9px;
	position: absolute;
	z-index: 3000;
	width:200px;
	color:#6D6E70;
	-webkit-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.7);
	box-shadow:  3px 3px 3px 0px rgba(0, 0, 0, 0.7);
}
.ico_help_pointer {
	width: auto !important;
	float: none !important;
	bottom: -11px;
	position: absolute;
	left: 100px;
}

.base_url {
	display:none;
}

#news_content{
	float: left;
	width:100%;
}
#news_images{
	margin: 10px 0 10px 0;
}
#news_images_info{
	font-size: 10px;
	display: inline-block;
	margin: 0 0 0 10px;
	color: #939598;
    font-style: italic;
}
#news_lead{
	width:100%;
	margin-bottom: 5px;
	font-size: 16px;
}
#news_lead,#news_lead p{
	font-weight:bold;
	padding: 3px 0;
}
#news_body{
	width:100%;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: "Arial", "Helvetica", sans-serif;
}
#news_body h2.paragraph_title {
	position: relative;
	margin: 36px 0 14px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	cursor: pointer;
}
#news_body h2.paragraph_title::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: 3px;
	background: url(/template/images/spoiler_expand.png) no-repeat;
	transform: rotate(0deg);
	transition: .3s;
}
#news_body h2.paragraph_title.open::before {
	transform: rotate(-180deg);
	transition: .3s;
}
#news_body div[type="paragraph"] {
	height: 0;
	overflow: hidden;
	transition: .3s;
}
#news_body div[type="paragraph"].open {
	height: auto;
	transition: .3s;
}

#news_body div[ntype="newsblock"] ul {
	padding-left: 30px;
	box-sizing: border-box;
}
#news_body div[ntype="newsblock"] ul li {
	position: relative;
}
#news_body div[ntype="newsblock"] ul li::marker {
	position: absolute;
	top: 0;
	left: 15px;
}

#news_body .sources {
	font-size: 14px;
	margin-bottom: 5px;
}
#news_body .sources a {
	color: #7159A6;
}
#news_body .sources a:hover{
	color: #D2232A;
}
#news_body .sources a:visited {
	color: #A1708E;
}

.theme_links {
	width: 100%;
	float: left;
	margin: 25px 0 10px;
	border-top: 1px solid #A7A9AC;
	padding: 20px 0 15px 0;
}
.theme_links .header {
	font-size: 16px;
	line-height: normal!important;
	color: #000;
	font-weight: bold;
	margin: 0 0 13px 0;
}
.theme_links ul {
	list-style: none;
}
.theme_links ul li {
	margin-top: 17px;
	font-size: 16px;
	font-weight: bold;
}
.theme_links ul li a {
	text-decoration: none;
	color: #000;
}
.theme_links ul li a:hover {
	text-decoration: underline;
}
.theme_links ol {
	list-style: none;
}
.theme_links ol li {
	margin-top: 17px;
	font-size: 16px;
	font-weight: bold;
}
.theme_links ol li a {
	text-decoration: none;
	color: #000;
}
.theme_links p {
	font-size: 16px!important;
	line-height: normal!important;
	padding: 0!important;
	margin-bottom: 10px;
}
.theme_links a {
	font-size: 16px;
	text-decoration: none;
	color: #8a73b4;
}
.theme_links a:hover {
	text-decoration: underline;
}

/*  AUDIO PLAYER  BEGIN  */
.player_wrapper {
	padding: 40px 40px 0;
	box-sizing: border-box;
	background: #F6F5F4;
}
.player_container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 730px;
	min-width: 320px;
	height: 246px;
	/*margin: 15px 0 20px;*/
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 20px;
	background: linear-gradient(180deg, #f6f5f4 0.51%, #f6f5f4 0.51%, #f6f5f4 0.52%, #fff 55.73%, rgba(255, 255, 255, 0) 84.38%), #fff;
	background:  -webkit-linear-gradient(180deg, #f6f5f4 0.51%, #f6f5f4 0.51%, #f6f5f4 0.52%, #fff 55.73%, rgba(255, 255, 255, 0) 84.38%), #fff;
	background:  -moz-linear-gradient(180deg, #f6f5f4 0.51%, #f6f5f4 0.51%, #f6f5f4 0.52%, #fff 55.73%, rgba(255, 255, 255, 0) 84.38%), #fff;
	background:  -o-linear-gradient(180deg, #f6f5f4 0.51%, #f6f5f4 0.51%, #f6f5f4 0.52%, #fff 55.73%, rgba(255, 255, 255, 0) 84.38%), #fff;
	background:  -ms-linear-gradient(180deg, #f6f5f4 0.51%, #f6f5f4 0.51%, #f6f5f4 0.52%, #fff 55.73%, rgba(255, 255, 255, 0) 84.38%), #fff;
}
.cap {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	max-width: 740px;
	/*height: 260px;*/
	height: 246px;
	background: rgba(255,255,255,1);
	z-index: 99999;
	border: 1px solid #C4C4C4;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cap.hidden {
	width: 0;
	height: 0;
	border: 0;
	overflow: hidden;
}
/*  PRE-LOADER BEGIN  */
.cap .sk-fading-circle {
	width: 50px;
	height: 50px;
	position: relative;
}
.cap .sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.cap .sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #AFCA00;
	border-radius: 100%;
	-webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
	animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.cap .sk-fading-circle .sk-circle-2 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.cap .sk-fading-circle .sk-circle-3 {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.cap .sk-fading-circle .sk-circle-4 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cap .sk-fading-circle .sk-circle-5 {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}
.cap .sk-fading-circle .sk-circle-6 {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}
.cap .sk-fading-circle .sk-circle-7 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cap .sk-fading-circle .sk-circle-8 {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
}
.cap .sk-fading-circle .sk-circle-9 {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}
.cap .sk-fading-circle .sk-circle-10 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.cap .sk-fading-circle .sk-circle-11 {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
}
.cap .sk-fading-circle .sk-circle-12 {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
}
.cap .sk-fading-circle .sk-circle-2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.cap .sk-fading-circle .sk-circle-3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.cap .sk-fading-circle .sk-circle-4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.cap .sk-fading-circle .sk-circle-5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.cap .sk-fading-circle .sk-circle-6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.cap .sk-fading-circle .sk-circle-7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.cap .sk-fading-circle .sk-circle-8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.cap .sk-fading-circle .sk-circle-9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.cap .sk-fading-circle .sk-circle-10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.cap .sk-fading-circle .sk-circle-11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.cap .sk-fading-circle .sk-circle-12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {
	0%, 39%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

@keyframes sk-fading-circle-delay {
	0%, 39%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}
/*  PRE-LOADER END  */

.player_container .logo {
	margin-top: 38px;
}
.player_container .logo .logo_image {
	cursor: pointer;
}
.player_container .timeline {
	margin: 19px 0 18px 0;
	width: 100%;
	height: 2px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 35px;
	box-sizing: border-box;
}
.player_container .timeline .timer{
	width: 25px;
	height: 18px;
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
.player_container .timeline .trackline {
	position: relative;
	width: calc(100% - 70px);
	margin: 0 10px;
	height: 28px;
	-webkit-appearance: none;
	background: transparent;
	outline: none;
	border: 0;
	padding: 0;
}
/* Chrome styles */
.player_container .timeline .trackline::-webkit-slider-runnable-track {
	background: #a7a9ac;
	height: 2px;
}
.player_container .timeline .trackline::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #afca00;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: -9px;
	cursor: pointer;
}

/* Firefox styles */
.player_container .timeline .trackline::-moz-focus-outer {
	border: 0;
}
.player_container .timeline .trackline::-moz-range-track {
	background: #a7a9ac;
	height: 2px;
}

.player_container .timeline .trackline:hover::-moz-range-track,
.player_container .timeline .trackline:focus::-moz-range-track {
	/*background: #ccc;*/
}
.player_container .timeline .trackline::-moz-range-thumb {
	background: #afca00;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: -9px;
	cursor: pointer;
	border: 0;
}
.player_container .timeline .trackline::-moz-range-progress {
	background: #afca00;
	height: 2px;
}
/* EDGE & IE styles*/
.player_container .timeline .trackline::-ms-track {
	background: #a7a9ac;
	height: 2px;
	border: none;
	color: transparent;
}
.player_container .timeline .trackline::-ms-thumb {
	background: #afca00;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	border: 0;
}
.player_container .timeline .trackline::-ms-tooltip {
	display: none;
}
.player_container .timeline .trackline::-ms-fill-lower {
	background: #afca00;
}
.player_container .bottom_buttons_container {
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 35px;
	box-sizing: border-box;
}
.player_container .controls {
	position: relative;
	width: 190px;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#tooltip_msg {
	position: absolute;
	padding: 7px 10px;
	background: #fff;
	color: #939598;
	border: 1px solid #939598;
	display: none;
	z-index: 9999;
	transition: 1s;
}
#tooltip_msg.active {
	display: block;
	transition: 1s;
}
.player_container .controls .ff {
	width: 40px;
	height: 45px;
	margin: -5px 0 0 0;
	cursor: pointer;
}
.player_container .controls .play {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 3px solid #afca00;
	cursor: pointer;
}
.player_container .controls .play:before {
	 position: absolute;
	 top: 12px;
	 left: 20px;
	 content: '';
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 15px 0 0 24px;
	 border-color: transparent transparent transparent #afca00;
	transition: .2s;
 }
.player_container .controls .play:after {
	position: absolute;
	top: 26.8px;
	left: 20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 24px 0 0;
	border-color: #afca00 transparent transparent transparent;
	transition: .2s;
}
.player_container .controls .play.pause:before {
	position: absolute;
	top: 25px;
	left: 9px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 0 25px;
	border-color: #afca00 transparent transparent #afca00;
	transform: rotate(90deg);
	transition: .2s;
}
.player_container .controls .play.pause:after {
	position: absolute;
	top: 25px;
	left: 20.5px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 0 25px;
	border-color: #afca00 transparent transparent #afca00;
	transform: rotate(90deg);
	transition: .2s;
}

.player_container .controls .rew {
	width: 40px;
	height: 45px;
	margin: -5px 0 0 0;
	cursor: pointer;
}
.player_container .volume-icon {
	position: relative;
	width: 20px;
	height: 18px;
	cursor: pointer;
}

.player_container .volume-icon .volume-container {
	position: absolute;
	width: 20px;
	height: 0;
	border: 0;
	background: #fff;
	overflow: hidden;
}
.player_container .volume-icon.active .volume-container{
	width: 180px;
	height: 40px;
	right:-80px;
	top: -115px;
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(270deg);
}


.player_container .volume-icon .volume-container .volume-range {
	width: 150px;
	height: 20px;
	background: transparent;
	outline: none;
	border: 0;
	padding: 0;
	-webkit-appearance: none;
	position: relative;
}
/* Chrome styles */
.player_container .volume-range::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	background: #a7a9ac;
	width: 150px;
	height: 2px;
}
.player_container .volume-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #afca00;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: -10px;
	cursor: pointer;
	display: block;
}
/* Firefox styles */
.player_container .volume-range::-moz-focus-outer {
	border: 0;
}
.player_container .volume-range::-moz-range-track {
	background: #a7a9ac;
	height: 2px;
	width: 100%;
}
.player_container .volume-range::-moz-range-thumb {
	background: #afca00;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: -9px;
	cursor: pointer;
	border: 0;
}
.player_container .volume-range::-moz-range-progress {
	background: #afca00;
	height: 2px;
}
/* EDGE & IE styles*/
.player_container .volume-range::-ms-track {
	background: #a7a9ac;
	height: 2px;
	width: 100%;
	border: none;
	color: transparent;
}
.player_container .volume-range::-ms-thumb {
	background: #afca00;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	border: 5px;
}
.player_container .volume-range::-ms-tooltip {
	display: none;
}
.player_container .volume-range::-ms-fill-lower {
	background: #afca00;
}
	/*  PLAYER EQUALIZER BEGIN  */
@keyframes li-1 {
	0%{height: 1px;}
	10%{height: 4px;}
	20%{height: 5px;}
	30%{height: 6px;}
	50%{height: 4px;}
	70%{height: 3px;}
	80%{height: 2px;}
	90%{height: 4px;}
	100%{height: 2px}
}
@keyframes li-2 {
	0%{height: 2px;}
	10%{height: 6px;}
	20%{height: 7px;}
	30%{height: 8px;}
	50%{height: 6px;}
	70%{height: 4px;}
	80%{height: 5px;}
	90%{height: 7px;}
	100%{height: 2px}
}
@keyframes li-3 {
	0%{height: 6px;}
	10%{height: 8px;}
	20%{height: 7px;}
	30%{height: 10px;}
	50%{height: 8px;}
	70%{height: 10px;}
	80%{height: 7px;}
	90%{height: 8px;}
	100%{height: 6px}
}
@keyframes li-4 {
	0%{height: 10px;}
	10%{height: 8px;}
	20%{height: 10px;}
	30%{height: 14px;}
	50%{height: 12px;}
	70%{height: 8px;}
	80%{height: 10px;}
	90%{height: 5px;}
	100%{height: 8px}
}
@keyframes li-5 {
	0%{height: 11px;}
	10%{height: 10px;}
	20%{height: 14px;}
	30%{height: 17px;}
	50%{height: 15px;}
	70%{height: 14px;}
	80%{height: 10px;}
	90%{height: 12px;}
	100%{height: 11px}
}
@keyframes li-6 {
	0%{height: 6px;}
	10%{height: 8px;}
	20%{height: 10px;}
	30%{height: 8px;}
	50%{height: 10px;}
	70%{height: 16px;}
	80%{height: 14px;}
	90%{height: 8px;}
	100%{height: 2px}
}
@keyframes li-7 {
	0%{height: 2px;}
	10%{height: 6px;}
	20%{height: 7px;}
	30%{height: 8px;}
	50%{height: 6px;}
	70%{height: 4px;}
	80%{height: 5px;}
	90%{height: 7px;}
	100%{height: 2px}
}

.player_container .eq-icon {
	position: absolute;
	top: 40px;
	right: 35px;
	display: flex;
	list-style: none;
	align-items: flex-end;
	height: 18px;
}
.player_container .eq-icon .eq-bar {
	width: 2px;
	margin: 0 1px;
	background: #a3ce61;
}
.player_container .eq-icon .eq-bar:nth-child(1) {
	animation: li-1 2s ease-in-out infinite;
}
.player_container .eq-icon .eq-bar:nth-child(2) {
	animation: li-2 2s ease-in-out infinite;
}
.player_container .eq-icon .eq-bar:nth-child(3) {
	animation: li-3 2s ease-in-out infinite;
}
.player_container .eq-icon .eq-bar:nth-child(4) {
	animation: li-4 2s ease-in-out infinite;
}
.player_container .eq-icon .eq-bar:nth-child(5) {
	animation: li-5 2s ease-in-out infinite;
}
.player_container .eq-icon .eq-bar:nth-child(6) {
	animation: li-6 2s ease-in-out infinite;
}
.player_container .eq-icon .eq-bar:nth-child(7) {
	animation: li-7 2s ease-in-out infinite;
}

.player_container .eq-icon.stoped .eq-bar:nth-child(1) {
	animation: none;
	height: 0;
}
.player_container .eq-icon.stoped .eq-bar:nth-child(2) {
	animation: none;
	height: 0;
}
.player_container .eq-icon.stoped .eq-bar:nth-child(3) {
	animation: none;
	height: 0;
}
.player_container .eq-icon.stoped .eq-bar:nth-child(4) {
	animation: none;
	height: 0;
}
.player_container .eq-icon.stoped .eq-bar:nth-child(5) {
	animation: none;
	height: 0;
}
.player_container .eq-icon.stoped .eq-bar:nth-child(6) {
	animation: none;
	height: 0;
}
.player_container .eq-icon.stoped .eq-bar:nth-child(7) {
	animation: none;
	height: 0;
}
	/*  PLAYER EQUALIZER END  */

.player_container .download-icon {
	position: relative;
	list-style: none;
	height: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.player_container .download-icon .dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #939598;
}
.player_container .download-icon .download-link {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	overflow: hidden;
	bottom: -30px;
	right: 1px;
	z-index: 999;
}

.player_container .download-icon .download-link.open {
	width: 120px;
	height: 35px;
	border: 1px solid #eee;
	background: #fff;
	color: #939598;
	cursor: default;
}

/*  AUDIO PLAYER  END  */

.audio_links_container {
	width: 100%;
	text-align: center;
	margin: 0;
	background: #F6F5F4;;
	padding: 10px 0 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.audio_links_container a {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding: 11px 10px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
	border: 1px solid #939598;
	border-radius: 20px;
	text-decoration: none!important;
}
.audio_links_container > * {
	margin: 0 15px;
}
.text_to_show {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #0087C1;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	cursor: pointer;
}
.text_to_show::before {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0;
	background: url(/template/images/activation_block_closed.png);
	content: '';
	transition: .3s;
}
.text_to_show.open::before {
	transform: rotate(-180deg);
	transition: .3s;
}
.text_to_show:hover {
	color: #D2232A;
}
.news_body_wrapper {
	display: none;
}
.news_body_wrapper.open {
	display: block;
	width: 100%;
	padding: 20px 40px;
	box-sizing: border-box;
	background: #F6F5F4;
}
.news_body_wrapper #news_body {
	padding: 24px 20px 22px;
	box-sizing: border-box;
	background: #fff;
}
.news_body_none {
	display: none;
}
.prev_next_container {
	list-style: none;
	width: 100%;
	display: flex;
	padding: 0!important;
	margin: 4px 0 0 0;
}
.prev_next_container li {
	box-sizing: border-box;
	background-color: #F6F5F4;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.prev_next_container .prev {
	padding: 20px 20px 20px 10px;
	box-sizing: border-box;
}
.prev_next_container .arrow {
	width: 20px;
	height: 34px;
	margin: 0 20px 0 0 ;
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAyMCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDMyTDE3Ljg5NDcgMzRMMCAxN0wxNy44OTQ3IDBMMjAgMkw0LjIxMDUzIDE3TDIwIDMyWiIgZmlsbD0iIzkzOTU5OCIvPgo8L3N2Zz4K') no-repeat center center;
}
.prev_next_container .next {
	padding: 20px 10px 20px 20px;
	box-sizing: border-box;

}
.prev_next_container .next .arrow {
	margin: 0 0 0 20px;
	transform: rotate(180deg);
}
.prev_next_container a.links {
	width: calc(100% - 25px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-decoration: none!important;
	height: 100%;
}
.prev_next_container .full {
	width: 100%;
}
.prev_next_container .half {
	width: calc(50% - 2px);
}
.prev_next_container .half.prev {
	margin: 0 2px 0 0;
}
.prev_next_container .half.next {
	margin: 0 0 0 2px;
	justify-content: space-between;
}
.prev_next_container a.links .header {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #939598!important;
	margin: 0 0 14px 0;
	border-bottom: 0!important;
	text-decoration: none!important;
}
.prev_next_container a.links .title {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none!important;
}
.prev_next_container a.links:hover > * {
	color: #D2232A!important;
	text-decoration: none!important;
}

.lvl_3_block{
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 21px 0 30px;
	margin: 30px 0 15px;
}
.lvl_3_block h2{
	font-size: 24px;
	font-weight: bold;
}
.lvl_3_block p{
	font-size: 16px;
}
.lvl_3_block a{
	display: inline-block;
	margin: 10px 0 0;
	background-color: #219652;
	border: 1px solid #7159a7;
	padding: 10px;
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.latest_news{
	font-family: Open Sans, Arial, sans-serif;
}
.news_divider{
	margin: 18px 0 34px;
	height: 10px;
	background: #EDEBE9;
}
.leatest_news_title_row{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.leatest_news_title{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
}
.news_mailing_subscribe_button{
	background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
	border: 1px solid #939598;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 9px;
	min-width: 176px;
	height: 40px;
	box-sizing: border-box;
	color: black;
	text-decoration: none;
}
.news_mailing_subscribe_button:hover{
	background: #F6F5F4;
	color: black;
}

.latest_news .news_block {
	padding: 20px 0 0;
	border-top: 	1px solid #d4d5d7;
	font-size:		16px;
	border-collapse:collapse;
	float:			left;
}
.latest_news .news_block_margin {
	border-top: 	0;
}
.latest_news .news_block_fat_divider {
	border-top: 	10px solid #d4d5d7;
}
.latest_news .news_block.news_block_bnm td{
	padding: 20px 0 22px;
}
.latest_news .news_block_last{
	border-bottom: 	1px solid #d4d5d7;
}
.latest_news .news_block td {
	padding:		0;
}
.latest_news .news_block_image {
	box-sizing: border-box;
}

.latest_news .news_block div.news_block_flags {
	font-size:		10px;
	line-height: 	10px;
	padding: 20px 0 0;
	display: flex;
	align-items: flex-start;
}
.latest_news .news_block div.news_block_flags .news_block_flags_date {
	padding:		5px;
	background:		#F6F5F4;
	float:			left;
	line-height: 14px;
	color: #626262;
	margin: 0 7px 0 0;
}
.latest_news .news_block div.news_block_flags .news_block_flags_news_tags {
	padding:		4px 0 0;
	color:			#626262;
	float:			left;
	font-size: 12px;
	line-height: 16px;
}

.latest_news .news_block_has_image td.news_block_image {
	padding:		20px 25px 12px 0;
}
.latest_news .news_block_has_image td.news_block_image img {
	display: block;
}
.latest_news .news_block_next_day td.news_block_image {
	padding:		0 15px 0 0;
}
.latest_news .news_block_next_day td.news_block_image img {
	width:			65px;
}

.latest_news .news_block td.news_block_info {
	/*padding:		0 0 12px;*/
}
.latest_news .news_block td.news_block_info .news_block_hdg {
	margin: 		0 0 14px;
	width:			100%;
	float:			left;
	display:		block;
	text-decoration:none;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}
.latest_news .news_block td.news_block_info .news_block_lead p{
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 12px;
}
.latest_news .news_block td.news_block_info .news_block_hdg_audio {
    color:			#aeca05;
}
.latest_news .news_block td.news_block_info .news_block_hdg:hover
/*#content_inner_news_right .news_block a:hover*/ {
	text-decoration:underline;
}
.latest_news .news_block td.news_block_info .news_block_hdg:visited,
/*#content_inner_news_right .news_block a:visited,*/
.latest_news a.news_inner_href:visited {
	color: 			#999;
}
.latest_news .news_block td.news_block_info .news_block_lead {
	width:			100%;
	float:			left;
}

span.more_news {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin: 20px auto 0;
	padding: 10px 9px;
	text-decoration:none;
	color:black;
	background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
	border: 1px solid #939598;
	box-sizing: border-box;
	border-radius: 20px;
	transition: .3s;
}
span.more_news:hover {
	background: #F6F5F4;
	transition: .3s;
}

.share_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	gap: 10px;
}

/* max-width: 768px */
@media screen and (max-width: 768px){
	.latest_news .news_block td.news_block_image {
		float: 		left;
		padding:	20px 20px 3px 0;
	}
	.latest_news .news_block_next_day td.news_block_image {
		display:	none;
	}
	.latest_news .news_block td.news_block_info {
		float: 		left;
	}
}
@media screen and (max-width: 639px){
	.prev_next_container {
		flex-direction: column;
	}
	.prev_next_container .half {
		width: 100%;
	}
	.prev_next_container .half.prev {
		margin: 0;
	}
	.prev_next_container .half.next {
		margin: 4px 0 0 ;
	}
}