@font-face {
    font-family: OpenSans;
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
    font-style: normal;
    font-weight: normal;
   }
@font-face {
   font-family: OpenSans;
   src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
   font-style: normal;
   font-weight: bold;
  }
@font-face {
   font-family: OpenSans_SemiBold;
   src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
   font-style: normal;
   font-weight: 400;
  }
body {
  font-family: "OpenSans", sans-serif;
}
h1 {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: bold;
}
h3 {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: bold;
}
img {
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
.display_none {
    display: none;
}
.head_top {
  background-color: #0d5baa;
  font-size: 13px;
  padding: 2px 0;
}
.head_top ul {
  margin-bottom: 0;
  padding-left: 0px;
}
.head_top ul li {
  list-style-type: none;
  color: #ffffff;
  display: inline-block;
}
.head_top ul li a{
  color: #ffffff;
  text-decoration: none;
}
.head_top .head_top_left ul li {
  margin-right: 30px;
}
.head_top .head_top_left ul li a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .3s;
}
.head_top .head_top_left ul li a:hover span{
  background-size: 100% 1px;
}
.head_top .head_top_left img {
  margin-right: 5px;
  padding-bottom: 2px;
}
.head_top .head_top_left .mail img {
  max-width: 15px;
}
.head_top .head_top_left .eye img {
  max-width: 25px;
}
.head_top .head_top_left .smartphone img {
  max-width: 13px;
}
.head_top .head_top_right {
  display: block;
  background-image: url("../images/ico_language.png");
  background-repeat: no-repeat;
  background-position: left center;
  float: right;
}
.head_top .head_top_right ul {
  padding-left: 30px;
}
.head_top .head_top_right ul li {
  margin-right: 10px;
}
.head_top .head_top_right ul li a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .3s;
}
.head_top .head_top_right ul li a:hover{
  background-size: 100% 1px;
}
.head_logo {
  padding: 20px 0 14px 0;
}
.head_logo .logo {
  padding-top: 10px;
}
.head_logo .logo a {
  float: left;
}
.head_logo .logo img{
  max-width: 130px;
}
.head_logo .logo .name {
  width: 70%;
  margin-top: 20px;
  float: left;
  font-size: 29px;
  line-height: 28px;
  font-weight: bold;
  color: #0d5baa;
}
.head_logo .logo .name p{
  margin-bottom: 0;
}
.head_logo .logo .name a {
  text-decoration: none;
  color: #0d5baa;
  padding: 0px 0 0 10px;
  display: block;
}
.head_logo .logo_right {
  float: right;
}
.head_logo .logo_right img{
  max-width: 190px;
}
.head_logo .logo_center {
  float: right;
}
.head_logo .logo_search {
  display: block;
  float: right;
  width: 85%;
  padding: 3px;
  border: 2px solid #0d5baa;
  border-radius: 2px;
  margin-right: 30px;

}
.head_logo .logo_search form {
  position: relative;
  margin: 0 auto;
}
.head_logo .logo_search input, button {
  outline: none;
  background: transparent;
}
.head_logo .logo_search input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  border: 1px solid #0d5baa;
  border-radius: 2px;
  font-size: 13px;
  color: #b7b7b7;
}
.head_logo .logo_search button {
  background-image: url("../images/ico_search.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.head_logo .logo_phone {
  width: 85%;
  display: block;
  float: right;
  margin-top: 10px;
  margin-right: 30px;
  font-family: "OpenSans_SemiBold";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #0d5baa;
}
.head_logo .logo_phone .phone{
  display: block;
  padding-left: 30px;
  background-image: url("../images/ico_phone.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.head_logo .logo_phone .adress{
  display: block;
  padding-left: 30px;
  background-image: url("../images/ico_adress.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.navigation .nav {
  border-top: 1px solid #0d5baa;
  border-bottom: 1px solid #0d5baa;
}
.navigation .nav .nav{
  border-top: 0px;
  border-bottom: 0px;
}
.navigation .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation .nav a {
  text-decoration: none;
  outline: none;
  display: block;
  transition: .4s ease-in-out;
}
.navigation .nav .topmenu {
  text-align: center;
  padding: 10px 0;
}
.navigation .nav .topmenu > li {
  display: inline-block;
  position: relative;
  border-right: 1px solid #0d5baa;
}

.navigation .nav .topmenu > li:last-child {
  border-right: none;
}
.navigation .nav .topmenu > li > a {
  padding: 12px 15px;
  color: #002444;
  font-size: 16px;
}
.navigation .nav .topmenu li a:hover {
  color: #0d5baa;
  cursor: pointer;
}
.navigation .nav .nav-child {
  position: absolute;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  padding: 2px;
  top: 85%;
  width: 450px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: .4s ease-in-out;
}
.navigation .nav .nav-child.right{
  left: 0%;
}
.navigation .nav .nav-child.left {
  right: 0%;
}
.navigation .nav .item-154 .nav-child {
  left: -128%;
}
.navigation .nav .nav-child.left-3 {
  left: -154%;
}
.navigation .nav .nav-child.left-4 {
  right: -228%;
}
.navigation .nav .nav-child.left-5 {
  right: -233%;
}
.navigation .nav .nav-child.left-6 {
  right: -22%;
}
.navigation .nav .nav-child {
  margin:0;
  padding:0;
  list-style-type:none;
}
.navigation .nav .nav-child li {
  display:block;
  float:left;
  width:100%;
}
.navigation .nav .nav-child.sub-2 {
    width: 700px;
}
.navigation .nav .nav-child.sub-2 li {
  display:block;
  float:left;
  width:50%;
}
.navigation .nav .item-153 .nav-child {
    width: 1110px;
}
.navigation .nav .item-153 .nav-child li {
  display:block;
  float:left;
  width:50%;
}
.navigation .nav .item-154 .nav-child {
    width: 1110px;
}
.navigation .nav .item-154 .nav-child li {
  display:block;
  float:left;
  width:33.333%;
}
.navigation .nav .nav-child li a {
  padding: 10px 5px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  margin: 5px 5px;
  font-size: 14px;
  line-height: 16px;
  color: #002444;
  background-image: linear-gradient(#0d5baa, #0d5baa);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .4s;

}
.navigation .nav .nav-child li a:hover {
  background-size: 100% 1px;
}
.navigation .nav .topmenu > li:hover .nav-child {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.top_content_a {
  margin-top: 30px;
}
.top_content_a h3 {
  color: #0d5baa;
  float: left;
}
.top_content_a .news .all_news {
  display: block;
  float: right;
}
.top_content_a .news .all_news img {
  max-width: 16px;
  margin-right: 3px;
}
.top_content_a .news .all_news a {
  text-decoration: none;
  color: #0d5baa;
}
.top_content_a .news .all_news a span{
  line-height: 40px;
  font-size: 14px;
  background-image: linear-gradient(#0d5baa, #0d5baa);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .3s;
}
.top_content_a .news .all_news a:hover span{
  background-size: 100% 1px;
}
.top_content_a .news .article-top {
  margin-top: 20px;
}
.top_content_a .news .article-top .top_artc_image {
  display: inline-block;
  overflow: hidden
}
.top_content_a .news .article-top .top_artc_image img{
  width: 555px;
  transition: 1s;
  display: block;
}
.top_content_a .news .article-top .top_artc_image img:hover{
  transform: scale(1.2);
}
.top_content_a .news .article-top .top_artc_date {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
}
.top_content_a .news .article-top .top_artc_head h4 {
  line-height: 25px;
}
.top_content_a .news .article-top .top_artc_head a {
  transition: all 0.3s 0s ease-in-out;
  color: #222;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
.top_content_a .news .article-top .top_artc_head a:hover {
  color: #0d5baa;
  text-decoration: none;
}
.top_content_a .article-bottom {
  margin: 20px 0 0 0;
}
.top_content_a .article-bottom .bottom_artc_image {
  display: inline-block;
  overflow: hidden
}
.top_content_a .article-bottom .bottom_artc_image img{
  width: 250px;
  height: 175px;
  transition: 1s;
  display: block;
}
.top_content_a .article-bottom .bottom_artc_image img:hover{
  transform: scale(1.2);
}
.top_content_a .article-bottom .bottom_artc_date {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 10px 0;
}
.top_content_a .article-bottom .bottom_artc_head a{
  transition: all 0.3s 0s ease-in-out;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.top_content_a .article-bottom .bottom_artc_head a:hover {
  color: #0d5baa;
  text-decoration: none;
}
.top_content_a .article-bottom .bottom_artc_head h4 {
  line-height: 25px;
}
.top_content_a .news_right {
  text-align: center;
}
.banners {
  text-align: center;
}
.banners a {
  display: block;
  margin-bottom: 10px;
}
.banners a img{
  max-width: 240px;
  border: 1px solid #f2efef;
  box-shadow: 0 0 5px rgba(82,157,253,0.5);
}
.top_content_b {
  margin-top: 30px;
  background: #f2f3f7;
  padding: 60px 0;
}
.top_content_b .slider_serv {
  margin-bottom: 30px;
}
.top_content_b .slider_serv .moduletable h3 {
  color: #0d5baa;
  margin-bottom: 30px;
}
.top_content_с .map_wrap {
  margin: 0px 0;
  padding: 60px 0;
  background: url("../../../images/site/map_bg/map_namanganviloyat.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  transition: all 0.3s 0s ease-in-out;
}
.top_content_с .map {
  padding: 30px 0;
}
.map_wrap h3 {
  color: #ffffff;
}
.top_content_с .map .map_img svg {
  position: absolute;
  width: 708px;
}
.top_content_с .map .map_img svg .map_part {
  fill: #1b528a;
  opacity: 0;
}
.top_content_с .map .map_img svg .map_part:hover {
    transition: opacity .2s ease;
    opacity: 1;
    cursor: pointer;
}
.top_content_с .map .map_info {
  padding: 10px 20px;
  background-image: url("../images/map_text_bg.png");
  background-repeat: repeat;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
.top_content_с .map .map_info {
  display: none;
  margin-top: 200px;
}
.top_content_с .map .map_info.map_wrap_vil {
  display: block;
}
.top_content_с .map .map_info .map_info_text {
  opacity: 1;
}
.top_content_с .map .map_info .map_info_text ul {
  padding-left: 5px;
}
.top_content_с .map .map_info .map_info_text ul li{
  list-style-type: none;
  padding-top: 5px;

}
.top_content_с .map .map_info .map_info_text ul li span{
color: #1b528a;
font-weight: bold;
}


.slide-desc-text-default .slide-text .slider_xiz_001{
	display: block;
	padding: 0 0 32px 0;
}
.slide-desc-text-default .slide-text .slider_xiz_002{
	display: block;
	padding: 0 0 32px 0;
}
.slide-desc-text-default .slide-text .slider_xiz_003{
	display: block;
	padding: 0 0 0px 0;
}
.slide-desc-text-default .slide-text .slider_xiz_004{
	display: block;
	padding: 0 0 47px 0;
}
.slide-desc-text-default .slide-text .slider_xiz_005{
	display: block;
	padding: 0 0 25px 0;
}
.slide-desc-text-default .slide-text .slider_xiz_006{
	display: block;
	padding: 0 0 0px 0;
}
.slide-desc-text-default .slide-text .slider_xiz_007{
	display: block;
	padding: 0 0 12px 0;
}

.top_content_d {
  background: #ffffff;
  padding: 60px 0;
}
.top_content_d h3 {
  color: #0d5baa;
  margin-bottom: 30px;
}
.hot_line_container {
  margin-left: 20px;
}
.hot_line_container .col-6 {
  margin-bottom: 20px;
}
.top_content_d .hot_line_wrap {
  background-color: #f1f3f7;
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  padding: 18px 15px 10px 24px;
  border-bottom: 5px solid #ebebeb;
}
.top_content_d .hot_line_wrap ul {
  margin-left: 0;
  padding-left: 0;
}
.top_content_d .hot_line_wrap li {
  list-style-type: none;
}
.top_content_d .hot_line_wrap li::before{
  background-image: url("../images/ico_hot_line.png");
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  left: -25px;
  top: 50px;
  width: 40px;
  height: 44px;
  z-index: 10;
}
.top_content_d .hot_line_list {
  color: #4f4f4f;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.top_content_d .hot_line_num {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.content_d_right .mod-sppoll  {
  margin-top: 43px;
  font-size: 18px;
  background-color: #f1f3f7;
  padding: 18px 15px 25px 40px;
}
.content_d_right .mod-sppoll .form-sppoll {
  margin-top: 15px;
}
.content_d_right .mod-sppoll .form-sppoll label {
  font-size: 16px;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.content_d_right .mod-sppoll .form-sppoll .btn-default {
  background-color: #0d5baa;
  color: #ffffff;
}
.content_d_right .mod-sppoll .form-sppoll .btn-default:hover {
  background-color: #0a4c8e;
}
.content_d_right .mod-sppoll .form-sppoll .btn-poll-result {
  background-color: transparent;
  color: #0d5baa;
  border: none;
  background-image: linear-gradient(#0d5baa, #0d5baa);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .3s;
}
.content_d_right .mod-sppoll .form-sppoll .btn-poll-result:hover{
  background-size: 100% 1px;
}
.top_content_c {
  margin-top: 30px;
  background: #f2f3f7;
  padding: 60px 0;
}
.top_content_c .slider_serv .moduletable h3 {
    color: #0d5baa;
    margin-bottom: 30px;
}
.slide_links .slide-desc-bg {
  background: #0d5baa;
}
.slide-desc-text-default .slide-text {
font-size: 15px!important;
line-height: 20px!important;
font-weight: bold;
}
.slide_links .slide-desc .slide-desc-text a:hover {
text-decoration: underline;
}
.slide_links.president_site .slide-desc .slide-desc-text span {
  display: block;
  margin-top: 30px;
}
.slide_links.gov_site .slide-desc .slide-desc-text span {
  display: block;
  margin-top: 50px;
}
.slide_links.namangan_site .slide-desc .slide-desc-text span {
  display: block;
  margin-top: 30px;
}
.slide_links.parliament_site .slide-desc .slide-desc-text span {
  display: block;
  margin-top: 30px;
}
.slide_links.soliq_site .slide-desc .slide-desc-text span {
  display: block;
  margin-top: 50px;
}
.footer {
  padding-top: 30px;
  background-color: #0d5baa;
}
.footer_menu {
  padding: 10px 0 40px 0;
  border-bottom: 1px solid #ffffff;
}
.footer .footer_menu .nav li {
  margin-right: 20px;
}
.footer .footer_menu .nav li a {
  color: #ffffff;
  text-transform: uppercase;
}
.footer .footer_menu .nav-child {
  padding-left: 0px;

}
.footer .footer_menu .nav-child li {
  list-style-type: none;
  margin-top: 16px;
}
.footer .footer_menu .nav-child li a{
    text-transform: none;
}
.footer .footer_menu a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .3s;
}

.footer .footer_menu a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.footer_menu .nav .item-188 {
    margin-right: 0!important;
}
.footer .custom {
  color: #ffffff;
}
.content_bottom_a {
  padding: 60px 0;
}
.content_bottom_a .moduletable h3 {
    color: #0d5baa;
    margin-bottom: 30px;
}
.main_block .blog .items-row img{
  display: none;
}
.news_blog .content-separator {
  margin: 40px 0;
  height: 1px;
  background-color: #dbdee5;
}
.news_blog img {
  border: 1px solid #0d5baa;
  padding: 5px;
  margin: 5px 0;
  width: 100%!important;
  height: 100%!important;
}
.main_block .blog .items-row .item-image {
  width: 270px;
  overflow: hidden;
  float: left;
  margin: 0 25px 0 0;
}
.main_block .blog .items-row .item-image img{
  display: block;
  width: 100%;
  transition: 0.5s;
}
.main_block .blog .items-row .item-image img:hover{
  transform: scale(1.2);
}
.breadcrumb {
  margin: 10px 0px 30px 0px;
  padding: 5px 0px 5px 30px;
  font-size: 14px;
}
.news_blog .article-info {
  margin: 0;
}
.news_blog .published {
  margin: 0;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
}
.news_blog {
  padding: 0px 0px 40px 30px;
  max-width: 870px;
  width: 100%;
}
.news_blog .page-header h1{
  background-image: url("../images/ico_news.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
}

.news_blog .page-header h2 {
  font-size: 19px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 20px;
}
.news_blog .page-header h2 a {
  transition: all 0.3s 0s ease-in-out;
  color: #222;
  text-decoration: none;
}
.news_blog .page-header h2 a:hover {
  color: #0d5baa;;
}
.news_blog .item p {
  text-align: justify;
}
.sidebar_a {
  padding: 0;
  font-size: 16px;
  display: inline-block;
}
.left_menu  {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.left_menu li {
  margin: 10px 0px 0 0;
  line-height: 22px;
  border-bottom: 1px solid #0d5baa;
  border-right: 5px solid #0d5baa;
}
.left_menu li a{
  width: 255px;
  max-height: 59px;
  display: block;
  padding: 10px 10px 10px 15px;
  color: #071e3d;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  line-height: 21px;
}
.left_menu li a:hover{
  background: #0d5baa;
  color: #fff;
}
.left_menu .active a{
    background: #0d5baa;
    color: #fff;
}

.page-header h1 {
  color: #0d5baa;
  display: block;
  font-weight: 900;
  line-height: 40px;
  margin: 15px 0 55px 0;
  padding: 0 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #0d5baa;
}
.pagination {
  margin: 0 auto;
}
.pagination ul {
  width: 100%;
  text-align: center;
}
.pagination ul li{
  list-style: none;
  display: inline-block;
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 20px;
}
.pagination ul li:first-child {
  margin: 0;
}
.pagination ul li span {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  color: #222222;
}
.pagination ul li a {
  color: #8e8e8e;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}
.last_news {
  box-sizing: border-box;
  border: 3px solid #f1f3f7;
  padding: 20px;
  margin-bottom: 30px;
}
.junewsultra.last_news {
  box-sizing: border-box;
  border: none;
  padding: 0px;
  margin-bottom: 30px;
}
.last_news h3 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 20px;
}
.last_news .jn {
  border-top: 1px solid #dbdee5;
  font-size: 14px;
  line-height: 21px;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.last_news .jn:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.junewsultra.last_news .jn-right h4 a{
  font-size: 14px;
  line-height: 21px;
  transition: all 0.3s 0s ease-in-out;
  color: #3d3d3d;
  display: block;
  text-decoration: none;
  margin: 0 0 10px;
}
.junewsultra.last_news .jn-right h4 a:hover{
  color: #0d5baa;
}
.junewsultra.last_news .jn-right .jn-small {
  color: #8e8e8e;
  font-size: 14px;
}
.sidebar_a .banners a img{
  max-width: 265px;
}
.item-page {
  padding: 0 0 20px 0;
}
.item-page h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.item-page table td{
  padding: 10px;
  border: 2px solid #0d5baa;
  background-color: #fff;
}
.item-page a{
  font-size: 14px;
  line-height: 21px;
  transition: all 0.3s 0s ease-in-out;
  color: #3d3d3d;
  display: block;
  text-decoration: none;
  margin: 0 0 10px;
}
.item-page a:hover{
  color: #0d5baa;
}
.container img {
    width: auto;
    height: auto;
}
.container p {
    margin-bottom: 0.5rem;
}
.sf2-element-captcha-image img {
  width: 500px!important;
}
