.full-text img{
    max-width: 100% !important;
    height: auto !important;
}
.news_block .last_news__item{
    flex: 0 0 100%;
}
.page_ul ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.page_ul ul li{
    flex-basis: 49%;
    padding: 20px 35px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 1rem;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.page_ul ul li a{
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}
.page_ul ul li:hover{
    background: #019AF0;
}
.page_ul ul li:hover a{
    color: #fff;
}
.breadcrumb{
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    margin-top: 0;
    background: transparent;
}
.bread-item{
    float: left;
    margin-right: 20px;
    position: relative;
}
.bread-item > span{
    color: #3EA851;
}
.bread-item a{
    position: relative;
    line-height: 16px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.bread-item a::after{
    display: block;
    position: absolute;
    content: "/";
    top: 0px;
    right: -14px
}
.list_item{
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 15px 15px;
}
.image{
    display: block;
    float: left;
    margin-right: 35px;
    width: 100%;
    height: auto;
}
.list-title{
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}
.announce{
    margin-bottom: 20px;
}
.video-container{
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 15px;
    position: relative;
}
.video-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #354C70;
    color: #fff;
    text-align: center;
    max-height: 125px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    overflow: hidden;
    opacity: 0;
    z-index: 7777;
    transition: all 0.3s ease-in-out;
}
.video-container:hover .video-title{
    opacity: 1;
}
.video-link{
    position: absolute;
    display: block;
    background: #354C70;
    color: #fff;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.video-link:hover{
    background: #019AF0;
}
.video-link:hover{
    color: #fff;
    text-decoration: none;
}
.video-iframe iframe{
    max-width: 100% !important;
    max-height: 100% !important;
}
.news-list {
    position: relative;
}
.comments-block{
	display: block;
	overflow: hidden;
	padding: 30px 0;
}
/* .comments-block .row{
	margin-left: -15px;
	margin-right: -15px;
}
.comments-block label{
	font-size: 12px;
}
.comments hr{
	border-color: #ddd;
}
.comment{}
.comment-info h4{
	color: #2D6CD5;
	margin-bottom: 8px;
}
.comment-info p{
	margin-bottom: 7px;
}
.comment-text{}

.comments-block .form-control{
	margin-bottom: 16px !important;
}
.comments-block .input-group .form-control{
	margin-bottom: 0px !important;
	height: 39px;
}
.comments-block .input-group .fa{
	font-size: 16px;
	padding: 3px 0;
}
.comments-block .col-sm-2{
	padding: 0;
} */
.comments-block .ciw{
	background: #48729e;
	text-align: center;
}
.comments-block .captcha-img,
.comments-block .captcha-img span{
	color: #fff;
	line-height: 39px;
	font-size: 22px;
	font-weight: 400;
}
.btn-main{
	background: #8a2a84;
	color: #fff;
	border-radius: 2px;
	border: none;
}
.btn-main:hover,
.btn-main:active,
.btn-main:link{
	background: #8a2a84de !important;
	color: #fff !important;
}
.comments-block .input-group .fa {
    font-size: 16px;
    padding: 3px 0;
}
#generateC{
    border:1px solid #ced4da;
}
.main_table_in-index {
    color: rgb(138, 144, 157);
    font-family: Exo2;
    font-style: normal;
    text-align: center;
    padding: 20px 0px 10px;
}
.main_table_in-index .table_title {
    margin-bottom: 0px;
    overflow: hidden;
    border-bottom: 2px solid #69af76;
    padding: 0px 10px;
}
.main_table_in-index thead {
    background-color: rgb(252, 253, 254);
    font-size: 13px;
}
.main_table_in-index tr {
    font-size: 16px;
}
tbody {
    font-size: 16px;
    border-bottom: 1px solid rgb(121, 162, 229);
}
.main_table_in-index tr {
    font-size: 16px;
}
.main_table_in-index tbody td, .main_table_in tbody th {
    padding: 25px 15px;
}
.main_table_in-index tbody td, .main_table_in tbody th {
    padding: 25px 15px;
}
.right-bar-last-news__image {
    width: 53px;
}
.right-bar-last-news__body-title {
    max-width: 189px;
}
.news_block .last_news__title:first-child{
    width: auto;
}
.news_block .last_news__header{
    align-items: center;
    justify-content: space-between;
}
.news_block .last_news__title{
    font-size: 12px;
    opacity: 0.7;
}
.news_block .last_news__title.opened{
    font-size: 18px;
}

.widget-news{
    display: flex;
    flex-wrap: wrap;
}
.widget_title{
    color: #354c70;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.widget-post{
    display: flex;
    width: 50%;
    margin-bottom: 48px;
    position: relative;
}
.widget-post:nth-child(odd){
    padding-right: 35px;
}
.widget-post:nth-child(even){
    padding-left: 35px;
}
.widget-post:nth-child(even)::after{
    content: " ";
    position: absolute;
    bottom: -24px;
    width: 200%;
    height: 1px;
    left: -100%;
    background: #E7E7E7;
}
.widget-post:last-child::after{
    content: none;
}
.widget-post-img{
    width: 71px;
    height: 71px;
    margin-right: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}
.widget-post-img img{
    max-width: 100%;
    height: auto;
    max-height: 71px;
}
.widget-post-content{
    width:calc(100% - 99px);
}
.widget-post-content.bold p{
    margin-bottom: 5px;
}
.widget-post-title{
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.widget-post-title.bold{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}
.widget-post-date{
    color:#B7B7B7;
}
.portfolio-inner{
    padding: 31px 31px 14px;
    overflow: hidden;
}
.portfolio-inner{
    background: #354C70;
}
.portfolio-inner:hover{
    cursor: pointer;
    background: #3EA851;
}
.portfolio-inner.active{
    background: #3EA851;
}
.image_inner{
    background-color: #fff;
    height: 140px;
    max-width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.portfolio-inner p,
.portfolio-inner a{
    color: #fff;
    font-size: 12px;
}
.portfolio-inner a:hover{
    text-decoration: none;
}
.portfolio-inner p{
    margin-bottom: 10px;
}
.btn-brend{
    background-color: #3EA851;
    display: inline-block;
    padding: 6px 28px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.btn-brend:hover{
    color: #fff;
    background-color: #35d152;
}

.portfolio-inner:hover .btn-brend{
    background-color: #354C70;
    display: inline-block;
    padding: 5px 28px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.portfolio-inner.active .btn-brend:hover{
    color: #fff;
    background-color: #3e5c8d;
}
.region_links{
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.region_links:hover{
    color: #0056b3;
}
.subscribe__form{
    font-size: 12px;
}
.subscribe__form input[type="email"] {
    width: 200px;
    border: none;
    height: 41px;
    padding: 0 11px;
}
.share_item{
    width: 50px;
    height: 50px;
    /* background: #354c70; */
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    /* margin-bottom: 15px; */
}
.share_item:hover{
    color: #fff;
}
.s_facebook{
    background:#4E69A2;
}
.s_twitter{
    background:#428BD3;
}
.s_telegram{
    background:#40A7E3;
}
.control-size{
    display: flex;
    color: #fff;
  }
  .control-size a{
    color: #fff;
    text-decoration: none;
    width: 20px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
  .overflow-h{
      overflow: hidden;
  }
  .main-social ul{
      padding: 20px 0 20px 0;
  }
  .main-social ul li{
      display: inline-block;
      margin-right: 20px;
  }
  .main-social ul li a{
      display: block;
      font-size: 20px;
      /* width: 35px; */
      /* height: 35px; */
      border-radius: 50%;
  }
  .main-social ul li a i.fa{
    font-size: 30px;
  }
  .main-social ul li a i.fa.face{
      color: #5560AE;
  }
  .main-social ul li a i.fa.teleg{
      color: #419FD9;
  }
  .main-social ul li a i.fa.twit{
      color: #6799ED;
  }
  .main-social ul li a i.fa.yout{
      color: #B52F32;
  }
  .white{
      color: #fff;
  }
  .white:hover{
      color: #fff;
  }
  .news-list__item{
      color: #000;
      text-decoration: none;
  }
  .news-list__item:hover{
      color: #354c70;
      text-decoration: none;
  }
.news-list__item:hover .news-list__title{
      color: #354c70;
  }
  .news-list__body{
      width: 100%;
  }
  .test-mode{
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background: rgba(30,30,30,0.7);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .test-mode p{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
  }
  .footer_menu{
      padding-bottom: 24px;
  }
  .library-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cats-btn{
      margin-right: 15px;
  }
  .cats-btn.active,
  .cats-btn.active:link,
  .cats-btn.active:active,
  .cats-btn.active:focus{
      background: #019AF0 !important;
      box-shadow:0 0 0 0.2rem #019AF0 !important;
      border-color:#019AF0 !important;
  }
  #myTab{
      padding: 5px 7px;
  }
  .block_3_inner{
      align-items: flex-start;
  }
  .banner-block__link:hover{
      text-decoration: none;
      color: #fff;
      cursor: pointer;
  }
  .site-name__text:hover{
      color: #2D4160;
      text-decoration: none;
  }
  .faq__list__footer__btn:hover{
      color: #fff;
      text-decoration: none;
  }
  .point_of_view__more:hover{
      color: #fff;
      text-decoration: none;
  }
  .news_block .last_news__item{
      align-items: center;
}
.news_block .last_news__item:hover{
    background-color: #ecf2f6;
    text-decoration: none;
}
.main-menu__list li{
    background: transparent;
}
.for_uzbekistan__more:hover{
    color: #fff;
    text-decoration: none;
}
.deputy_queries__more:hover{ 
    text-decoration: none;
    background: #8D3589;
    color: #fff;
}
.rtecenter{
    font-size: 14px;
}
th.in-col{
    padding: 7px 10px;
}
.sidebar-post{
    display: block;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 16px ;
    transition: all 0.2s ease;
}
.sidebar-post:hover{
    background: #ebebeb;
    text-decoration: none;
    color: #3EA851;
}
.sidebar-post .news-time{
    font-size: 14px;
    line-height: 24px;
    color: #019AF0;
    margin: 0;
    font-weight: bold;
}
.sidebar-post h4{
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    margin: 0;
    text-transform: initial;
}
.right-bar-last-news__list {
    background: #fff;
    padding: 0;
    border: 1px solid #DFDFDF;
}
.scroll-height{
    height: 480px;
    overflow-y: scroll;
}
/*Chrome*/
.scroll-height::-webkit-scrollbar {
    width: 6px;
    background-color: #8D3589;
}
.scroll-height::-webkit-scrollbar-thumb {
    background-color: #8D3589;
}
.modal-open{
    padding-right: 0 !important;
}
.modal-open .modal{
    padding-right: 0 !important;
}
.deputy_queries__item__link{
    padding-left: 25px;
}
.decoration_none{
    text-decoration: none;
}
.decoration_none:hover{
    background-color: #ecf2f6;
    text-decoration: none;
}
.scrollHeight{
    max-height: 3px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.collapseMe:hover{
    color: #fff;
    text-decoration: none;
}
.scrollHeight.opened{
    max-height: 1000px;
}
.minHeight{
    min-height: 500px;
}
.search-results {
	margin:0; padding:0;
}
.search-results > li {
    padding-top:20px;
    padding-bottom:20px;
	border-bottom:1px solid #ddd;
	list-style:none;
	padding-left:0; margin:0;
}
.search-results > li:last-child {
	border-bottom:none;
}
.search-results > li .date {
    color:#555;
    font-size:12px;
    margin-top:7px;
    margin-bottom:7px;
}
.search-results > li a {
	color: #3fa850;
}
.search-results > li p {
    text-align: left !important;
    font-size: 15px !important;
}
.search-results > li a:hover {
	text-decoration:underline;
}
.global_search{
    width: 100%;
    border-radius: 5px;
    padding: 0 7px;
    font-size: 14px;
    height: 33px;
    border: 1px solid #bbb;
}
/* .site_search{
    margin-bottom: 20px;
} */
.tags{
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}
.card_header_btn{
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    color: #fff;
    background: #059af0;
    text-decoration: none;
}
.card_header_btn:hover,
.card_header_btn:focus{
    text-decoration: none;
    color: #fff;
    background: #354c70;
}
.books-block__more{
    margin-top: 45px;
}
/*LANGUAGE*/
.languages {
    position: relative;
    float: left;
    z-index: 5;
}
#curLang {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    width: 83px;
    border: none;
}
#curLang:hover{
    color: #3fa850;
}
#curLang:hover .caret{
    background: url(../icons/lang_ver_icon_green.png) 50% 50% no-repeat;
}
#curLang .title {
    margin-right: 5px;
}
#curLang .caret {
    content: '';
    display: inline-block;
    width: 8px;
    height: 4px;
    font-size: 0;
    background: url(../icons/lang_ver_icon_white.svg) 50% 50% no-repeat;
    margin-left: 7px;
    transition: ease-in 0.2s;
}
.language-switcher {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: none;
    width: 90px;
}
.language-switcher li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.language-switcher .hide {
    display: none!important;
}
.language-switcher li a {
    color: #333;
    padding: 0 15px 0 15px;
    line-height: 30px;
    display: block;
    font-weight: 450;
    font-size: 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 14px center;
}
.books-block__text{
    font-weight: normal;
    margin-top: 14px;
    font-size: 16px;
}
.share_links{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: -100px;
    top: 0;
    width: 80px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}
.item_share{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
.item_share:last-child{
    border-bottom: none;
}
.print_it{
    background: #cc4f55;
}
.news_block .day_news__body .swiper-button:hover svg{
    fill: #000;
}
.books-block__more{
    background: #354c70;
}
.collapseMe:hover{
    background: #3761a5;
}
.sidebar-post:hover{
    color: #3761a5;
}
.main-menu__list li:hover{
    background: #354c70;
}
.main-menu__list li.active > a{
    color: #354c70;
}
#curLang:hover{
    color: #029af0;
}
.block-1__item:hover{
    text-decoration: none;
}
.bread-item > span {
    color: #354c70;
}
.content__h1{
    color: #354c70;
}
.main-menu__list{
    border: 1px solid #354c70;
}
.books-block__more:hover{
    color: #fff;
}
.cats-btn{
    background-color: #354c70;
    border-color: #354c70;
}
.cats-btn:hover{
    background-color: #466ba7;
    border-color: #466ba7;
}