    #chartdiv {
        width: 100%;
        height: 750px;
    }

div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
#chartdiv g[aria-labelledby="id-79-title"], #chartdiv g[role="button"]{
	opacity:0;
}
#chartdiv .country{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	width: 400px;	
	line-height: 100%;
	color: #000000;
	background: rgb(255,255,255);
	padding: 10px;
	text-decoration: none;
	padding-right: 30px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
	#chartdiv .country img{
		height: 40px;
		width: auto;
		margin-right: 20px;
	}
	#chartdiv .elements .block{
        width: 23%;
		display: inline-block;
		float: left;
        margin-right: 25px;
        font-size: 14px;
        margin-left: 10px;
	}
	#chartdiv .elements .infoblock.pz .block{
		margin-right: 39px;
		margin-bottom: 10px;
	}
#chartdiv .elements .val{
		width: 64%;
		display: inline-block;
		float: left;
        margin-right: 10px;
	}
#chartdiv .elements .val ul div{
	white-space: normal;
	font-size: 14px;
}
.text-decor, .text-decor:hover, .text-decor:focus{
	text-decoration: none;
}

#chartdiv .country:after{
	display: inline-block;
	content: '';
	position: absolute;
	right: 12px;
	top: 15px;
	width: 9px;
	height: 5px;
	background: url('/upload/arrow_down.png') no-repeat center / contain
}
.amcharts-PointedRectangle{
	opacity: 0;
}
#chartdiv .elements a, #chartdiv .elements li{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
#chartdiv .elements a{
	color: #3b496b;
}
#chartdiv .elements a:hover{
	color: #edcc6c;
	text-decoration: none;
}

#chartdiv .elements ul{
	margin-top: 0px;
/*	position: relative;
	z-index: 9999999;*/
	background-color: rgb(255,255,255);
}
#chartdiv .elements li{
	padding-left: 15px;
	padding-right: 10x;
	margin-bottom: 15px;
	position: static;
}
/*#chartdiv .elements li:hover{
	background-color: #00a651;
}*/
/*#chartdiv .elements li:hover a{
	color: #00a651;
	text-decoration: none;
}*/

#chartdiv .elements li:last-child{
	margin-bottom: 0px;
}
#chartdiv g, #chartdiv foreignobject, #chartdiv *{
	overflow: visible;
}
#chartdiv foreignobject{
	min-height: 350px;
}
#chartdiv .elements .name-doc{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
#chartdiv .elements{

/*	position: relative;
	z-index: 999999;*/
}
#chartdiv .elements.active{
/*	position: relative;
	z-index: 999999;*/
	border-top: 1px solid #D0D0D0;
	background-color: rgb(255,255,255);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.faq-list .item.col-md-2{
	width: 25%;
	height: 33px;
	padding-left: 0px;
	padding-right: 0px;
}
.faq-list .item.col-md-2 span{
	font-size: 16px;
}
.name-doc{font-size:12px;}

@media(max-width: 1024px){
	.faq-list .item.col-md-2{
		width: 25%;
		float: left;
	}
	#chartdiv{
		height: 350px;
	}
}
@media(max-width: 768px){
	#chartdiv{
		height: 450px;
		position: relative;
		z-index: 999;
	}
	.faq-list{
		background-color: #FFF;
		position: relative;
		top: 0px;
		z-index: 1
	}
}
@media(max-width: 600px){
	.faq-list .item.col-md-2{
		width: 50%;
		float: left;
		height: auto;
	}
	#chartdiv{
		height: 450px;
		position: relative;
		z-index: 999;
	}
	.faq-list{
		background-color: #FFF;
		position: relative;
		top: -100px;
		z-index: 1
	}
}
    #chartdiv .elements .block{
        float:left!important;
    }
    #chartdiv .elements.padding{
        overflow: hidden;
    }
    #chartdiv .elements .infoblock li{font-size: 11px;}
	#chartdiv .elements.padding{max-width: 400px!important;}
    /*#chartdiv .elements {display:none;}
    #chartdiv .elements.active {display:block;}*/