
@font-face {font-family:roboto;font-weight: normal;src: url(https://cdn-1.aki.kg/uiall-font/fonts/Roboto-Regular.WOFF);font-display: swap;}
@font-face {font-family:roboto;font-weight: bold;src: url(https://cdn-1.aki.kg/uiall-font/fonts/Roboto-Bold.WOFF);font-display: swap;}
@font-face {font-family:roboto;font-style:italic;src: url(https://cdn-1.aki.kg/uiall-font/fonts/Roboto-Italic.WOFF);font-display: swap;}
@font-face {font-family:roboto_c;font-weight: bold;src: url(https://cdn-1.aki.kg/uiall-font/fonts/RobotoCondensed-Bold.WOFF);font-display: swap;}
@font-face {font-family:roboto_c;font-weight: normal;src: url(https://cdn-1.aki.kg/uiall-font/fonts/RobotoCondensed-Regular.WOFF);font-display: swap;}

@font-face {font-family:opensans;font-weight: normal;src: url(https://cdn-1.aki.kg/uiall-font/fonts/wfo-OpenSans-Regular.woff);font-display: swap;}
@font-face {font-family:opensans;font-weight: bold;src: url(https://cdn-1.aki.kg/uiall-font/fonts/wfo-OpenSans-Bold.woff);font-display: swap;}
@font-face {font-family:opensans;font-style:italic;src: url(https://cdn-1.aki.kg/uiall-font/fonts/wfo-OpenSans-Italic.woff);font-display: swap;}
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;
font-size:11px;line-height:20px;font-weight:bold;}
.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;
  font-size:10px;line-height:16px;font-weight:bold;
}
.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 0.15s linear;
  transition: color 0.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 0 10px;margin:0 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;padding:5px 0;}

.full-text ol {
  padding-left: 20px;
}

.full-text a{color:#007bb7;}/*.full-text a strong*/

.time {
  float: right;
  margin: 0px 10px;
  color: #444;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  text-align: right;
}
.right-items,.left-items{margin:3px 0;padding:2px 0;border-bottom:1px solid #178bc5;color:#333;display:block;font-size:0.8rem;}
.right-items:hover,.left-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: 0;
}
.right-items b{
  font-weight: normal;
}
.left-items{padding-left:6px;}
.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(//cdn-1.aki.kg/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;
}

.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 {
  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;height:70px;position:relative;}
.logo .logos {display:inline-block;}
.logo img.aki-logo {
  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;
}
.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;
}

.spoiler:before {
  margin-top: 4px;display: block;
  float: left;width: 16px;height: 16px;border: 0 solid red;
  background: url(//cdn-0.aki.kg/img/admin/spoiler.icon.png) 0 0 no-repeat;
  content: ' '
}
.spoiler.spoiler_open:before {
  background: url(//cdn-0.aki.kg/img/admin/spoiler.icon.png) left bottom no-repeat
}
.spoiler{width: 1000px;max-width:100%;margin: 0 auto;padding: 10px;}
.spoiler .spoiler_title, .spoiler .spoiler_title > p, .spoiler .spoiler_title > div {

  display: inline;border-bottom: 1px dotted #9a1c20;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  color: #9a1c20;font-weight: 500;font-size: 16px;
  cursor: pointer
}
.spoiler .spoiler_text {
  display: none;overflow: hidden;margin-left: 15px;padding: 10px
}

@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.7rem;
  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 .stat img{max-width:120px;}
.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: 0.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% - 0.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);
}
.banner-links>*{margin-top:10px;}
.ynx-bnn{margin:5px 0;}
.header-links{position:absolute;top:0;right:0;height:100%;}
.header-links>div{display:inline-block;height:100%;}
.header-links img{height:100%;width:auto;max-height:100%;}
.topread{line-height:16px;}
.topread a{font-size:0.8rem;}
.stats{color:#777;font-size:11px;}
.stats>span,.stats>span>i{display:inline-block;margin-right:8px;}
.stats>span>i{margin-right:2px;}
.imp-label{margin-bottom:10px;}
.imp-news{padding-bottom:30px;}
.imp-news>li{display:table-cell;vertical-align:top;width:33%;padding-right:12px;}
.imp-news>li:last-child{padding-right:0;}
.imp-news .imp-thumb{margin-bottom:2px;max-height:113px;overflow:hidden;}
.imp-news .imp-cat{font-weight:bold;}
.imp-news img{display:block;width:100%;height:auto;max-height:100%;}
.imp-news p{margin:4px 0 0;}
.table-responsive{position:relative;overflow-x:auto;overflow-y:hidden;max-width:100%;}
.table-responsive table{width:100%;}
@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 0;
    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:14px;
  }
  .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;
  }
  .crosstop{background-color:#0d84bc!important;border-bottom-color:#467991!important;}
  .crosstop .nav svg{fill:#fff!important;}
  .logo{height:45px;}
  .logo img.aki-logo{margin-left:35px;height:14px;width:auto;}
  .header-links{display:none;}
  .imp-news>li{display:block;width:96%;padding:0;margin:0 auto 20px;}
  .imp-news .imp-thumb{position:relative;padding-bottom:56.25%;/*16:9*/}
  .imp-news .imp-thumb img{position:absolute;top:0;left:0;right:0;bottom:0;}
}
@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;
}
/*Calendar*/
.calendarmy div a{line-height:36px;}
.panel-body .calendarmy div a,.panel-body .calendar div.h,.panel-body .calendar a.s{color:#0178b0;}
.calendar{padding:10px 0 0;line-height:20px;}
#calendar-month{position:absolute;padding:6px 0;top:40px;display:none;z-index:2}
#calendar-month>a:hover{font-weight:normal!important;}
.calendarmy #calendar-month-close{color:#555;}
.calendar div:hover,.calendar a:hover,#calendar-month a:hover,#calendar a.n,#calendar div.n{background:none!important;}
.calendar div span,.calendar a span{position:relative;display:inline-block;z-index:1;width:16px;line-height:14px;vertical-align:top;}
.calendar div:hover span:before,.calendar a:hover span:before,.calendar a.n span:before,.calendar div.n span:before{content:"";display:inline-block;position:absolute;top:-8px;left:-6px;width:28px;height:28px;-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;z-index:-1;background-color:#eee;}
.panel-body #calendar a.n span:before,.panel-body .calendar div.n span:before,.panel-body .calendar a.n,.panel-body .calendar div.n,.panel-body #calendar-month a.n{background-color:#1282b5;}
#calendar a.n,#calendar div.n{font-weight:bold;}
.panel-body .calendarmy .month-btn a#prevm{padding-right:0}
.panel-body .calendarmy .month-btn a#nextm{padding-left:0}
.calendarmy .month-btn a:last-child{float:left;}
.panel-body{position:relative;}
#calendar-month{background-color:#fff;}
.panel-body .calendar a.n{color:#fff;}
/**/