@font-face {
	font-family: "roboto";
	font-weight: normal;
	src: url("//st-1.akipress.org/fonts/Roboto-Regular.WOFF");
}
@font-face {
	font-family: "roboto";
	font-weight: bold;
	src: url("//st-1.akipress.org/fonts/Roboto-Bold.WOFF");
}
@font-face {
	font-family: "roboto";
	font-style: italic;
	src: url("//st-1.akipress.org/fonts/Roboto-Italic.WOFF");
}
@font-face {
	font-family: "roboto_c";
	font-weight: bold;
	src: url("//st-1.akipress.org/fonts/RobotoCondensed-Bold.WOFF");
}
@font-face {
	font-family: "roboto_c";
	font-style: italic;
	src: url("//st-1.akipress.org/fonts/RobotoCondensed-Italic.WOFF");
}
@font-face {
	font-family: "roboto_c";
	font-weight: normal;
	src: url("//st-1.akipress.org/fonts/RobotoCondensed-Regular.WOFF");
}
body{
	background: #E0EFFF;
	font-size: 14px;
	font-family:roboto,Tahoma,helvetica,sans-serif;
	color:#111;
	margin: 0px auto;
}
a{
	text-decoration: none;
	color: #111;
}
a:hover{
	color:#333;
}
ul {
	padding:0;
	margin:0;
}
ul li{
	list-style: none;
}

.b{font-weight: bold;}

.wrapper{
	max-width: 1200px;
	margin: 0px auto;
	background: #fff;
}
#navigation{
	height: 52px;
	background: #168DC4;
}

.crossprj1 { padding: 3px 0 !important; min-width: 1000px !important; max-width:1200px !important; margin:0 auto !important; }
.crossprj1 .crossprj1-main { float: left !important; font: bold 10px/20px tahoma !important; padding-left: 8px !important; margin-left:0px !important; text-decoration:none !important; }
.crossprj1 .crossprj1-arrow { float: left !important; width: 0pt !important; height: 0pt !important; border-top: 10px solid transparent !important; border-bottom: 10px solid transparent !important; padding-right:2px !important; font-size:0px !important; }
.crossprj1 a.crossprj1-link { float: left !important; font: bold 10px/20px tahoma !important;  display:block !important; padding:0 10px !important; text-decoration:none !important; }
.crossprj1 a.crossprj1-link-noborder { border:none !important; }
.crossprj2_1 { padding: 3px 0; min-width: 1000px !important; max-width:1200px !important; margin:0 auto !important; }
.crossprj2_1 a { float: left !important; font: bold 10px/16px tahoma !important; display:block !important; padding:0 15px !important; text-decoration:none !important; margin:2px 0 !important; border-left:2px solid !important;}
.crossprj2_1 a:first-child { border:none !important; }

.crossprj-c5 .crossprj1 { background:#fff !important; color:#168DC4 !important; }
.crossprj-c5 .crossprj1 .crossprj1-main { background: #168DC4 !important; color:#fff !important; }
.crossprj-c5 .crossprj1 .crossprj1-arrow { border-left: 10px solid #168DC4 !important;}
.crossprj-c5 .crossprj1 a.crossprj1-link { color:#0774A7 !important; border-left:2px solid #168DC4 !important; }
.crossprj-c5 .crossprj1 a.crossprj1-link:hover { background:#168DC4 !important; color:#fff !important; }
.crossprj-c5 .crossprj1 a.crossprj1-link-noborder { border:none !important; }
.crossprj-c5 .crossprj1 a.crossprj1-select { background:#168DC4 !important; color:#ffffff !important; }
.crossprj-c5 .crossprj2_1 a { color:#ffffff !important; border-color:#ffffff !important; }
.crossprj-c5 .crossprj2_1 a:hover { background:#ffffff !important; color:#168DC4 !important; }

.left-panel{
	width: 20%;
	float: left;
}
.content {
	float: left;
	padding: 0 30px;
	width: 53%;
}
.right-panel{
	width: 20%;
	float: left;
}

.clear{
	clear: both;
}

.menu{
	width: 100%;
	margin-bottom: 10px;
	min-height: 310px; /*del*/
}

.one{
	width: 100%;
	height: 22px;
	background: #0178b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0178b0 0%, #1282b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0178b0), color-stop(100%,#1282b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0178b0 0%,#1282b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0178b0', endColorstr='#1282b5',GradientType=0 ); /* IE6-9 */
	color: blue;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}


.one:hover{
	background: #fff;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.menu ul li{
	text-indent: 20px;
	color: #fff;
	font-size: 12px;
}
.menu ul li:hover{
	color: #333;
}
.menu ul li {
	padding-top: 5px;
	margin-top: 1px;
}

.onesel{
	background: #fff;
	color:#333 !important;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}
.triangle{
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	float: right;
	padding-top: 12px;
}

.med-cen{
	width: 190;
	height: 40px;
	padding: 10px 5px 10px 5px;
	margin: 0px auto;
	margin-top: 10px;
}
.vrachi{
	padding: 10px 0px 10px 0px;
	margin: 0px auto;
}

.recommend{
	width: 100%;
	height: 22px;
	margin: 10px 5px 0px 0px;
	background: #0178b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0178b0 0%, #1282b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0178b0), color-stop(100%,#1282b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0178b0 0%,#1282b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0178b0', endColorstr='#1282b5',GradientType=0 ); /* IE6-9 */
	text-indent: 20px;
	color: #fff;
}

.popular{
	width: 100%;
	height: 22px;
	margin: 10px 0px 0px 0px;
	background: #0178b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0178b0 0%, #1282b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0178b0), color-stop(100%,#1282b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0178b0 0%,#1282b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0178b0', endColorstr='#1282b5',GradientType=0 ); /* IE6-9 */
	text-indent: 20px;
	color: #fff;
}
.popular p,.recommend p{
	float: left;
	margin-top: 1px;
	margin-bottom: 0px;
}
.popular a{
	color: #fff;
}
.last-news{
	background: #fff;
	margin: 10px 15px 10px 15px;
	-webkit-box-shadow: 1px 3px 10px rgba(192, 192, 192, 0.95);
	-moz-box-shadow:    1px 3px 10px rgba(192, 192, 192, 0.95);
	box-shadow:         1px 3px 10px rgba(192, 192, 192, 0.95);

}
.child{
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 60px;
	right: 1px;
	padding-left: 5px;
	color: #666;
}
/*.last-news:hover{
	-webkit-box-shadow: 1px 5px 10px rgba(142, 167, 255, 0.95);
	-moz-box-shadow:    1px 5px 10px rgba(142, 167, 255, 0.95);
	box-shadow:         1px 5px 10px rgba(142, 167, 255, 0.95);
	-webkit-transition: box-shadow 1s;
    -moz-transition:    box-shadow 1s;
    -ms-transition:     box-shadow 1s;
    -o-transition:      box-shadow 1s;
    transition:         box-shadow 1s;
}*/

.last-img{
	min-width: 188px;
	min-height: 188px;
	background: #DCE8FF;
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
}

.last-title{
	width: 380px;
	background: #DCE8FF;
	margin: 5px 5px 0px 2px;
	float: left;
	line-height: 110%;
	font-size: 17px;
	overflow: hidden;
}

/*--------------------------------------------------*/
.last-intro{
	width: 380px;
	background: #DCE8FF;
	margin: 0px 5px 5px 2px;
	float: left;
	overflow: hidden;
	line-height: 120%;
	font-size: 15px;
}
.last-intro p{
	color: #333;
}

.last-title-two{
	width: 570px;
	background: #DCE8FF;
	margin: 5px 5px 0px 5px;
	float: left;
	line-height: 110%;
	font-size: 17px;
	overflow: hidden;
}
.last-intro-two{
	width: 570px;
	background: #DCE8FF;
	margin: 0px 5px 5px 5px;
	float: left;
	overflow: hidden;
	line-height: 120%;
	font-size: 15px;
}

.all{
	background: #fff;
	margin: 10px 15px;
}

.news-title{
	padding: 10px 0;
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
}
.full-text{

	font-family: opensans;
	font-size: 1rem;
	line-height: 1.5rem;
}
.full-text ol{
	padding-left: 20px;
}

.full-text ul{
	padding: 0 40px;
}
.full-text ul li{
	list-style: disc;
}

.full-text ol{
	padding-left: 20px;
}

.full-text a, .full-text a strong{
	color: #007BB7;
}

.time{
	float: right;
	margin: 0px 10px;
	color: #444;
	font-weight: normal;
	font-size: 12px;
	line-height: 120%;
	text-align: right;
}
.right-items{
	margin: 3px 0px;
	padding: 2px 0px;
	border-bottom: 1px solid #178BC5;
	color: #333;
	display: block;
}
.right-items:hover{
	color:#000;
	-webkit-transition: color 0.5s;
	-moz-transition:    color 0.5s;
	-ms-transition:     color 0.5s;
	-o-transition:      color 0.5s;
	transition:         color 0.5s;
}
.right-items img{padding: 0px;}
.right-items b{font-weight: normal;}

.page_btn,.page_cur{display:inline-block;padding:3px 9px;margin:15px 3px 2px 2px;}
.page_cur{border: 1px solid #0B7BB7;background: #0B7BB7;color: #fff;}
.page_btn:hover{
	border-bottom:1px solid #FF0000;background:none;
}

.footer{
	overflow:hidden;
	background: #168DC4;
	color: #eee;
	padding:10px;
}
.footer-text .email p{
	margin-bottom: 0px;
	padding: 0px;
	min-width:300px;
}

.allrights{
	float: left;
}
.email{
	float: right;
}
.no-data-tab{
	height: 20px;
	text-align: center;
	color: #0B7BB7;
	font-weight: bold;
}
.no-data{
	height: 30px;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.mb_item{
	width: 100%;
	border-bottom: 1px solid #aaa;
	padding:5px 0px;
	color: #333;
	display: table;
}
.mb_item .date{  text-align: left; width: 45px; display:table-cell; vertical-align: top; }
.mb_item .title { font-weight:normal; display:table-cell; }
.mb_item .title:hover {
	color: #000;
}
.mb_item .views{ width: 60px; text-align: end; display:table-cell; }
.mb_item .desc { border-top: 1px solid #ccc; color:#111;}

.mb_item .date img {
	width:50px;
	margin-right:10px;
}
.mb_item .seen img{
	width:18px;
	height:9px;
}
.mb_item .comment img {
	width:17px;
	height:15px;
	padding-top:4px;
}
.items{
	width: 260px;
	/*	border: 1px solid #333;*/
	float: left;
	overflow: hidden;
	margin: 6px 13px 10px 12px;
}
.items .abr-date{
	background: #178BC5;
	color: #fff;
	width: 75px;
	float: left;
	text-align: center;
	float: left;
}
.items .abr-time{
	color: #A3A3A3;
	padding-left: 6px;
	width: 20px;
	float: left;
	padding-top: 2px;
}
.title{
	font-weight: bold;
	color: #333;
}
.intro{
	margin-top: 2px;
	overflow: hidden;
	color: #333;
}
.intro a{
	color: #333;
}

.intro:hover,.title:hover{
	color:#000;
	-webkit-transition: color 0.5s;
	-moz-transition:    color 0.5s;
	-ms-transition:     color 0.5s;
	-o-transition:      color 0.5s;
	transition:         color 0.5s;
}

#people{
	height: 220px;
	background: none;
}

.last-eight{
	padding: 5px;
	background: #0478b0; /* Old browsers */
	text-align: center;
	color:#fff;
}

strong{
	color: #222;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {

	list-style: none;
	position: relative;
	display: inline-table;
	margin-left: 0px;
}

nav ul:after {
	content: "";
	clear: both;
	display: block;
}

nav ul li:hover a {
	color: #333;
}

nav ul li a {
	display: block;
}

nav ul ul {
	background: #f1f1f1;
	border-radius: 0px;
	width: 100%;
	float: left;
	padding: 0;
	margin-left: 0px;
	position: absolute;
	top: 100%;
}

nav ul ul li {
	float: none;
	border-bottom: 1px solid #0478b0;
	position: relative;
}

nav ul ul li a {
	padding: 10px 5px;
	color: #444;
	line-height: 110%;
}

nav ul li a:hover {
	background: #0178b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0178b0 0%, #1282b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0178b0), color-stop(100%,#1282b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0178b0 0%,#1282b5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0178b0 0%,#1282b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0178b0', endColorstr='#1282b5',GradientType=0 ); /* IE6-9 */
	color: #fff;
}


.messages_box{width: 100%;}
.messages_box tr th{background: url(//st-1.akipress.org/img/auto2.0/bg_gradient_gray.png);color:white;text-align: left;padding: 10px 5px;}
.messages_box tr td{
	padding: 5px;border-bottom: 1px solid #999;
}
.messages_box tr .checkers{width: 20px;}
.messages_box tr .from{width: 160px;}
.messages_box tr .from div{width: 160px;height: 15px;overflow: hidden;}
.messages_box tr .text div{height: 15px;overflow: hidden;}
.messages_box tr .date{width: 130px;text-align: right;}
.messages_box tr.notreaded td{font-weight: bold;}
.messages_box tr.notreaded td div{font-weight: bold;}


.table .title, .table .photo, .table .views{
	display: block;
	float: left;
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.table .title:first-child{
	border-top: 1px solid #fff;
}

.table .photo img{ padding: 0px; margin: 0px;}
.table .title a{
	line-height: 110%;
	font-weight: normal;
	color: #444;
}
.news-date {
	height: 13px;
	font-weight: bold;
	width: 40px;
	float: left;
	color: #168DC4;
	text-align: center;
	margin-top: 1px;
}

.table .views{
	width: 50px;
	color: #168DC4;
}

.views .seen,.views .comment{
	color: #168DC4;
	font-size: 11px;
}
.views .seen img,.views .comment img{margin: 0px;}
.views .comment{
	border-top: 1px solid #ddd;
}


.newsblock td .item-news .title{
	font-weight: normal;
	padding-left: 6px;
	padding-top: 5px;
}

.newsblock td .item-news .comms{
	height: 20px;
}

.comms{padding-left: 6px;}
.comms img{
	padding: 0px;
	margin: 0px
}
.ndate {
	display: block;
	padding:3px 0;
	text-align: center;
	background: #0178b0;
	color: #fff;
	font-weight: bold
}

.video{
	width: 100%;
	margin: 3px 0px 3px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #178BC5;
}
.main-video{
	width: 180px;
	height: 160px;
	background: #ccc;
}
.video-title p{
	display: block;
	width: 540px;
	color: #333;
	font-weight: bold;
	padding: 10px;
}
.video-title{
	width: 540px;
	margin: 10px auto;
	margin-bottom: 6px;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.45);
}

.video-list{
	width: 548px;
	margin: 10px auto;
}
.video-list table td{
	width: 174px;
	float: left;
	margin-left: 6px;
}

.video-thumb{
	display: block;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.45);
}

.single-video-thumb, .single-video-thumb img{
	width: 175px;
	height: 100px;
	margin: 0px auto;
}
.single-video-thumb img{margin: 0px; max-width: 174px;}
.single-video-title{
	width: 175px;
	max-height: 110px;
	line-height: 1;
	margin: 0px auto;
	padding-top: 2px;
	overflow: hidden;
}
.single-video-title a{
	color: #444;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}

.single-video-title a:hover{
	color: #0178b0;
}

.block{
	display: block;
	width: 190px;
	height: 22px;
}
.background{
	margin: 0px auto;
}
.play{
	width: 140px;
}
.play img{
	margin: 0px auto;
}
.vtitle{
	line-height: 110%;
}
.square{
	margin-top: 5px;
}
.square img{
	display: block;
	margin: 0px auto;
	max-height: 90px;
}
#dropmenu{
	display:none;
	position: absolute;
	right: 5px;
	top: 60px;
}
#dropmenu > div{
	background-color: #fff;
	height: 4px;
	width: 22px;
	border-radius: 3px;
	margin: 4px 0;
}
.drop_menu{
	display:none;
	text-align:center;
	background:#168DC4; /*rgba(123, 73, 153, 0.8);*/
	position: absolute;
	width: 100%;
	color:#fff;
	font-weight: bold;
	font-size: 0.95rem;
	z-index:999;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	max-width:200px;
	right:0;
}
.drop_menu a{
	color:#fff;
}
.drop_menu li{
	padding:10px 0;
	border-top:1px dotted #fff;
}
.drop_menu li:hover a{
	color:#444;
}
.drop_menu li:hover{
	color:#7A4899;
	background: #ebebeb;
}
.topnews{margin: 10px 0;background: #F0F9FB; }
.topnews .menutop{border-bottom: 1px solid #999; background: #fff;}
.topnews .menutop a{padding: 5px 3px;font-size: 0.7rem;display: inline-block;cursor: pointer;}
.topnews .menutop a.sel{background: #F0F9FB;}
.topnews .blocktop{font-size: 0.65rem;color: #666;display: none;padding: 0 4px;}
.topnews .blocktop ai{color: #898989;}
.topnews .blocktop .elem{margin: 10px 0;}
.topnews .blocktop a{display: block;font-size: 0.7rem;color: #000;text-decoration: none;}
.topnews .blocktop a:hover{text-decoration: underline;}
.health_pic{ text-align:center;}
.footer_ban{
	width:100%;
	background: #FFf;
	position: fixed;
	bottom: 0;
	height:60px;
	text-align: center;
	z-index: 200 !important;
	display:none;
}
.footer_ban div.close{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAArwAAAK8AFCrDSYAAAAGHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3NPsx9OAAAAk1BMVEX///9VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVfX19gYGBqamp0dHR1dXV/f3+AgICKioqUlJSVlZWgoKCqqqq/v7/AwMDKysrU1NTV1dXf39/g4ODq6ur09PT19fX///84gNGdAAAAGXRSTlMADxAfIC8wP0BPX2BvcH+Aj5Cfr7C/z9/vKixAEwAAAsFJREFUSMfdl1t7ojAQhkW0WrTdtlZhOAsFRQr4/3/dJpCQM+LdPjt3xrzJZPJNZlgs/jdbbnd/kO22yyfB1du3B6N532+r2ejuiJEgzQtkeRrgX8fdPNRFc/NLcx+tueRoyH2MbxEaXtq7ZO0lRPh2mv3E6F1rGP+citMJoLgbrQA4GSP34kFY3yesDsF7MbIpf9i6wtGu+OXa1EAjNmfTynNArzk4l2w819JLl7FtEYBgQdEy2lUld4CYTriGoFh4pQvHcJDZPQREFm0OWsvJ2k0Ae+mSPLiOKxuMenYFT7ywLzg/Yhl9hi9hYwDidNrHp5KWiJt+ICWOA6yEjbNRRIitJQfQlsMAkV/Gb72kGzeEFd3v3a372xunLblQn5nTQS0dnhy1p1N6ahbwEwwaqvDcqBVDR8PURvhXNegPTpzXVD0qLbJUhczvV0iG/4mfPC2xAMPvBF4J/E6ieAWFVliipQLeR1kPIz+g0AoLP2QfKvAjCUMKCq2wJN4VHAlM48UnE0/zLIQ0YhIsKJLRAsvmTsFUsFiMT8Mx2zmeA4daVqLlM2uiHYvRjs3RVu85lu85Nt6zojCmq0ihZYVRbXeg5pFCd5K2LTGrRD1L9JhVlpzPN00OSvRNzmfxJSGTma74Ac1LYglvWD+Z1yQ3ME6zTK+nX0t6RvQwoHs9F7b4bvuVmAsQNZH4btvaitFNVYxOWzEW9lirzDRlUa2y5SrpE8c7U5UkbOPLVRILPJpXnyO1Pi8sl6V/p3YGHXsaXEvtK9Yeo1HXxfckXGeWgbfWdTSITvg0/r3hbuj2yyd2YmB7+nEftjZ1cfbjDtCeaCA/UFxLPVqiO/iY7lw3uOst1a4Xo+7mYdPs4H47K/l+u8RPt+vMatedvtP3kwxHO0v8vtN3Zn8o2PsD/41x2NtPfqRYG+cdmbOx/r0vr7/3wEaCMBM3PwAAAABJRU5ErkJggg==");
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	z-index: 1;
}
.news_contin {
	/*color: #04a49c;
    font-weight: bold;
    text-decoration: none; Azamat 10-02-2020*/
	background-color: #dff0f0;
	font-size: 0.85rem;
	padding: 10px;
	margin: 20px 0;
	text-align: left;
	color: #000;
}
.news_contin a {
	color: #016058;
}
.news_contin a:hover {
	text-decoration: underline;
}
/*Azamat 18-03-2020*/
/*
.news_contin, .news_contin a {
	color: #04a49c;
	font-weight: bold;
	text-decoration: none;
}
.news_contin a:hover {
	color: #0088cc;
}*/
.news_contin td {
	padding: 5px;
	vertical-align: top;
	width: 50%;
}
.newsToolbar {
	border-bottom: 1px solid #ccc;
	color: #666;
	margin: 10px 0;
	padding-bottom: 5px;
	font-size:10px;
}
.newsToolbar li {
	border-left: 1px solid #ccc;
	display: inline;
	padding: 0 4px 0 8px;
	text-align: center;
}
.newsToolbar a{
	color: #666;
}
.newsToolbar a:hover {
	color: #222;
	text-decoration: underline;
}
.gg img, .gg iframe {
	max-width: 100%;
	height: auto;
}
#gallery {
	border-top: 1px solid #016058;
	padding-top: 20px;
	text-align: center;
}
#gallery img{
	padding: 0 10px 10px 0;
	width: 15%;
}
.showcomments {
	cursor: pointer;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: underline;
}
.comments {
	display: none;
	margin-bottom: 30px;
}
.comments #comms_tbl {
	width: 100% !important;
}
.showcomments:hover{
	color:#006596;
}

/*карусель*/
#slider	{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */
#mover{
	width: 2880px;
	position: relative;
}

.slide{
	padding: 20px 0;
	width: 900px;
	float: left;
	position: relative;
}

.slide .main-title{display:block;max-width:480px; }
.slide p{line-height: 15px; width:480px; padding-top: 5px; }
.slide img{ position: absolute; top: 20px; left:500px; }
#slider-stopper{ position: absolute; top: 1px; right: 20px; background: #168DC4; color: white;
	padding: 3px 8px;text-transform: uppercase; z-index: 1000; }

.main-title{
	font-weight: bold;
	line-height: 120%;
}
.rainbow-social-bar{display:none;}
.logo{
	padding: 10px 10px 5px 10px;
	background:#0D84BC;
}
.logo > img { margin-left: 140px; width: 100px; }
#lrc-body{/*padding:0 5px;*/margin-top:10px;}
.news_translate a{
	color: #fff;
}
.news_translate a:hover{
	color:#fff;
	text-decoration:none;
}
.news_translate {
    background: #0d84bc;
    color: #fff;
    float: right;
    font-size: 1rem;
    margin-top: -12px;
	margin-left: 1px;
    padding: 5px 12px !important;
}

.behidden{text-align: center;}
@font-face {font-family:opensans;font-weight: bold;src: url(//st-1.akipress.org/fonts/OpenSans-Bold.WOFF);}
@font-face {font-family:opensans;font-weight: normal;src: url(//st-1.akipress.org/fonts/OpenSans-Regular.WOFF);}
@font-face {font-family:opensans;font-style:italic;src: url(//st-1.akipress.org/fonts/OpenSans-Italic.WOFF);}
.imp_news {
	margin: 50px 0 20px;
}
.imp_news .news_list{margin:10px 0;}
.imp_news a b {
	font-weight: normal !important;
}
.imp_news .header {
	font-family: roboto_c;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.imp_news a {
	color: #000;
}
.imp_news_block {
	border-bottom: 1px solid #007973;
	border-top: 10px solid #007973;
	margin: 10px 0 20px;
	padding: 10px 0;
}
.imp_news_block {
	border-bottom: 1px solid #999;
	margin-top: 10px;
	padding-bottom: 20px;
}
.imp_news_block .header {
	font-size: 1.4rem;
}
.imp_news_block .ai {
	float: right;
}
.imp_news_block a {
	color: #111;
	display: block;
	font-size: 0.8rem;
}
.imp_news_block .elem {
	padding: 5px 0;
}
.imp_news_block .date {
	color: #aaa;
	font-size: 0.7rem;
}
.news_list .time {
	color: #777;
	float: left;
	font-size: 0.7em;
	width: auto;
	margin-top:4px;
}
.news_list .link {
	color: #000;
	display: block;
	margin-left: 80px;
}
.mainimginnews{text-align: center;margin:10px 0;}
.loadedNews {
	margin-top: 50px;
	overflow: hidden;
	border-top: 50px solid #e0efff;
	padding-top: 10px;
}
.rightBlockFixed {
    bottom: 0;
    margin-bottom: 70px;
    max-width: 300px;
    position: fixed;
    top: 50px;
}
.short-desc {
	display: none;
}
/*longread starts*/
.special-page .logo {
	position: absolute;
	top:10px;
	left:7px;
	z-index: 999;
	overflow:hidden;
	width:180px;
	background:none;
}
.special-page .logo img{
	width: 100%;
	margin:0;
}
.special-page .news_in_blank{
	background:#fff;
}
.special-page .news_in_blank .longnewspage{
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
}
.special-page .news_in_blank .longnewspage .news-title {
	display: inline-block;
	font-size: 4rem;
	text-align: center;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
	color: #fff;
	margin: 0 auto;
	position: absolute;
	top: 0;
	max-width: 1200px;
	padding: 10% 20px;
}
.special-page .cast_group_elems {display:none;}
.special-page .news_in_blank .longnewspage .mainimginnews {display:none;}
.special-page .news_in_blank .longnewspage .newsToolbar { width: 700px; margin: 10px auto; }
.special-page .news_in_blank .longnewspage .full-text { line-height:1.8em; max-width: 700px; margin: 0 auto; }
.special-page .news_in_blank .longnewspage .full-text p { padding: 5px 0; text-align: justify; }
.special-page .news_in_blank .longnewspage .full-text img { max-width: 140%; margin-left: -20%; }
.special-page .news_in_blank .longnewspage .full-text p img { max-width: 100%; margin-left: 0; }
.special-page .short-desc {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	margin-top: 50px;
}
@media (max-width: 780px) {
	.special-page .news_in_blank .longnewspage .full-text p { width: 100%!important; padding: 5px 0!important; }
}
/*longread ends*/
.tag-banner img {
	width:100%;
	height: auto;
	margin: 10px auto;
}
.news_tag {
	padding: 20px 0;
	color: #aaa;
	font-size: 0.85rem;
}
.news_tag a {
	display: inline-block;
	padding: 3px 0;
	color: #aaa;
}
.story_netlist .news_list .date{text-align: center;}
.story_netlist .news_list .elem{margin-left: 70px;}
.story_netlist .text{font-size: 0.9rem;padding-top: 20px;}
.story_netlist_innews{max-width: 1000px;margin: 0 auto;}
.story_netlist_innews .news_list b{font-weight: normal;}
.news_list{font-size: 0.85rem;padding: 6px 0;overflow: hidden;border-top:1px solid #eee;}
.news_list .date{display: block;float: left;font-size: 0.70rem;padding-top: 2px;color: #888;}
.news_list .elem{display: block;margin-left: 45px;overflow: hidden;}
.news_list .elem img{max-width: 80px;max-height: 60px;float: left;margin: 0 5px 5px 0;}
.news_list .stat{float: right;padding: 0 0 0 5px;}
.news_list .stat *{white-space: nowrap;display: inline-block;}
.news_list .icon-comment{color: #018178;}
.story-list-in-news {
	padding-bottom: 20px;
}
.story-list-in-news b.story {
	font-size: 1.2rem;
}
.story-list-in-news-item {
	margin: 10px 0;
	overflow: hidden;
}
.story-list-in-news-item .story-list-in-news-photo {
	margin-right:10px;
	float:left
}
.story-list-in-news-item .story-list-in-news-photo img{
	width: 80px;
}
.story-list-in-news-item .story-list-in-news-date {
	color: #555;
	font-size: 11px;
	padding-right: 15px;
}
#covid-bottom-block{
	margin-bottom: 40px!important;
}
.special-text-block {
	padding: 20px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	font-size: 0.9rem;
	margin: 10px 20px 30px;
}
.special-text-block a {
	color: #0414ce;
	text-decoration: none;
}
#covid-block {
	font-size: 12px!important;

}
#jarnama-block-bottom {
	position: fixed;
	opacity: 1;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	-webkit-transition: transform 1.2s ease, opacity 1.2s ease;
	transition: transform 1.2s ease, opacity 1.2s ease, -webkit-transform 1.2s ease;
	-webkit-transform: translateY(1500px);
	transform: translateY(1500px);
}
#jarnama-block-bottom iframe {
	margin: 0 auto;
	display: block;
}
.jarnama-block-2 {
	text-align: center;
}
.jarnama-block-bottom__expanded {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1;
}
.jarnama-block-bottom__body, .jarnama-block-bottom__header {
	background-color: #fff;
}
#jarnama-block-bottom img, #jarnama-block-bottom frame {
	padding: 0;
	max-width: 100%;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
}
.jarnama-block-bottom__wrap {
	position: relative;
}
.jarnama-block-bottom__btn {
	width: 45px;
	height: 25px;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	background-color: #fecc0d;
	cursor: pointer;
	position: relative;
	/*left: 50%;*/
	/*margin-left: -22px;*/
	margin: 0 auto;
	bottom: -1px;
}
.jarnama-block-bottom__btn:focus {
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.jarnama-block-bottom__arrow-line {
	position: absolute;
	-webkit-animation: b 1s infinite;
	animation: b 1s infinite;
	top: 12px;
	content: ' ';
	height: .625em;
	width: 3px;
	background-color: #fff;
	border-radius: 0 0 2px 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@keyframes b {
	0% {
		top: 9px
	}
	50% {
		top: 13px
	}
	to {
		top: 9px
	}
}
@-webkit-keyframes b {
	0% {
		top: 9px
	}
	50% {
		top: 13px
	}
	to {
		top: 9px
	}
}
.jarnama-block-bottom__arrow-line:first-of-type {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 40%;
}
.jarnama-block-bottom__arrow-line:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 40%;
}
.jarnama-block-bottom__cancel {
	line-height: 25px;
	vertical-align: middle;
	position: absolute;
	top: 3px;
	right: 6px;
	cursor: pointer;
	padding: 0 3px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.7);
}
.jarnama-block-bottom__close-button {
	width: 25px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 26px;
}
.jarnama-block-bottom__close-button-line {
	position: absolute;
	top: calc(50% - .75em);
	left: 50%;
	height: 1.5em;
	content: ' ';
	width: 2px;
	background-color: #fff;
}
.jarnama-block-bottom__close-button-line:first-of-type {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.jarnama-block-bottom__close-button-line:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media print {
	body { color: #000; background: #fff;}
	#fb_bottom_like {display:none!important;}
	#navigation, .banners, .left-panel, .right-panel, .last-list, .comments, .comment, .share-aki-btns, .crosstop-fixed, #static_social_mobile_btns, .showcomments  {display:none;}
	#lrc-body, .content{width:100%!important;}
	@page {margin: 2cm;}
}
@media (max-width: 1205px) and (min-width: 780px) {
	.wrapper  {width:98%;}
}
@media (max-width: 1050px) and (min-width: 780px) {
	.left-panel {width:27%}
	.content {width:70%;padding:0 5px 0 15px;}
	.right-panel{width:100%;}
	#newstext img {max-width:100%; height:auto; margin:0; }
	#newstext iframe {max-width:100%;  margin:0; } /*height:auto; http://zdorovie.akipress.org/news:1611237/*/
	#newstext table { max-width: 100%; display: block; overflow: scroll; }
	.behidden, #navigation, #fb_bottom_like{display:none!important;}
	#dropmenu{display:block}
	.special-page .news_in_blank .longnewsimg { height: 80vh;}
	.special-page .news_in_blank .longnewspage .news-title { width:95%; padding: 50px 5px; font-size: 2rem;}
}
@media (max-width: 780px) {
	.left-panel {display:none}
	.content {width:100%; padding:0px;}
	.share-aki-btns{display:none;}
	.right-panel{width:100%;}
	.behidden, #navigation, #fb_bottom_like{display:none!important;}
	.special-page .news_in_blank .longnewsimg { height: 80vh;}
	.special-page .news_in_blank .longnewspage .news-title { width:92%; padding: 50px 5px; font-size: 2rem;}
	#newstext img {max-width:100%; height:auto; margin:0; }
	#newstext iframe {max-width:100%; margin:0; } /*height:auto; http://zdorovie.akipress.org/news:1611237/*/
	#newstext table { max-width: 100%; display: block; overflow: scroll; }
	.rainbow-social-bar{
		display:block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%!important;
		z-index: 10000;
		margin:0!important;
	}
	#dropmenu{display:block; top: 45px; }
	.mainnews img{width:100%;}

    #lrc-body { padding: 0 15px; }
    .left-panel, .right-panel  { display: none; }
	.logo{
	 padding: 5px;
	background:#0D84BC;
	}
	.logo a img {width:120px;}
	.news_translate {
		margin-top: 5px;
	}
	.lang {
		display: flex!important;
	}
}
@media (max-width: 540px) {
	.mb_item .views{display:none;}

	.slide .main-title, .slide p{max-width:300px; }
	.slide img{display: none;}
	.translate{
		width:94%;
		margin:10px 0px;
	}
}

.aki-quotepadleft { border-color:#0D84BC !important; }
