
a {
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

.top_header {
	width: 100%;
	background: #626262;
	height: 72px;

}

.vertical_item {
	align-items: center;
	justify-content: space-between;
}

.top_phone_numbers {
	color: #ffffff;
	font-size: 15px;
}

.nav_custom {
	background: #FFFFFF;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 100px;
}

.nav_custom ul {
	width: 100%;
	font-size: 14px;
}

.slide_description {
	position: absolute;
	top: 45%;
	left: 40%;
	background: rgba(0, 0, 0, 0.52);
	border-radius: 50px;
	display: flex;
	padding: 10px 25px;
	z-index: 10;
	color: #ffffff;
}

.maqolalar_block center:before {
	z-index: 0;
}

/*.social_panel {*/
	/*position: fixed;*/
	/*right: 20px;*/
	/*top: 100px;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*list-style: none;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	/*align-items: center;*/
/*}*/

/*.social_panel li {*/
	/*background: #C4C4C4;*/
	/*border-radius: 50%;*/
	/*transition: .3s;*/
/*}*/

/*.social_panel li:not(:last-child) {*/
	/*margin-bottom: 15px;*/
/*}*/

/*.social_panel a {*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*width: 60px;*/
	/*height: 60px;*/
/*}*/

/*.social_panel li:hover {*/
	/*transform: translateY(-3px);*/
/*}*/

.nav.nav-tabs {
	position: relative;
	max-width: 550px;
	overflow: hidden;
	padding-left: 35px;
	z-index: 0;
	background-color: #fff;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #414141;
	background-color: #E9E9E9;
	border-color: none;
	border-radius: 50px;
}

.nav-tabs {
	border-bottom: none;
}

.news_tag {
	background-color: #E9E9E9;
	padding: 1px 5px;
	border-radius: 50px;
}

.mr_30 {
	margin-right: 30px;
}

.news_date_views {
	display: flex;
	justify-content: space-between;
	width: 145px;
  margin-left: 20px;
}

.news {
	display: flex;
	margin-bottom: 20px;
}

.news_wrap {
	display: flex;
	flex-direction: column;
}

.news_tags {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news .right_news_title {
	margin-top: 15px;
}

.title_ {
	position: relative;
	background-color: #ffffff;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	border: 1px solid #E9E9E9;
	border-radius: 50px;
	color: #414141;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

center {
	margin-bottom: 20px;
	position: relative;
}

center:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #E2E1E1;
}

.maqolalar_block {
	background: #FFFFFF;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 20px;
}

.maqolalar_block a {
	display: flex;
}

.maqolalar_block .red_ellipse {
	width: 30px;
	height: 30px;
}

.author {
	background-color: #E9E9E9;
	padding:1px 2px 1px 10px;
	border-radius: 50px;
	width: fit-content;
	display: flex;
}

.author_name {
	background-color: #ffffff;
	padding: 0 10px;
	margin-left: 20px;
	border-radius: 50px;
}

.maqola {
	margin-bottom: 30px;
}

.video_image {
	position: relative;
	display: flex;
	align-items: center;
}

.play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mar_bot_30 {
	margin-bottom: 30px;
}

.mar_bot_20 {
	margin-bottom: 20px;
}

.main_news {
	justify-content: space-between;
	width: 100%;
}

.main_news_details {
	display: flex;
}

.main_news_title {
	font-size: 22px;
}

.bottom_banner {
	margin-top: -130px;
}

.footer {
	background-color: #555555;
	padding: 80px 0 0 0;
	margin-top: -90px;
}

.footer_menu_title {
	color: #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.footer_menu a {
	color: #E9E9E9;
}

.footer_menu p {
	margin-bottom: 5px;
}

.copyright_ {
	background-color: #373737;
	text-align: center;
	color: #E9E9E9;
	margin: 20px 0 0 0;
	padding: 20px 0;
}

.lang_dopdown {
	background-color: #626262 !important;
	border-color: #626262 !important;
	padding: 0;
}

.lang_dopdown.dropdown-toggle::after {
	display: none;
}

.top_h_right {
	display: flex;
}

.top_h_right .dropdown-menu {
	width: auto;
	min-width: 0;
	border: none;
}

.top_h_right .dropdown-item {
	padding: 0;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #626262;
}

.nav-tabs .nav-item:not(:last-child) {
	margin-right: 60px;
}

.tab_style {
	position: relative;
	color: #414141;
	background-color: #E9E9E9;
	border-color: none;
	border-radius: 50px !important;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tab_style:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	border: 2px solid #BFBFBF;
	border-radius: 50%;
}
.tab_style.active:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: #FF0000;
	border-radius: 50%;
}

.maqola-more .accordion-button > img {
	width: 20px;
}

.maqola-more .accordion-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: none;
	margin-top: 20px;
	outline: none;
	cursor: pointer;
}

.maqola-more .accordion-more {
	display: none;
	margin-top: 20px;
}

.maqola-more .news,
.news_wrap {
	width: 100%;
}

.maqola-more .news .news_tags {
	justify-content: flex-end;
}

.maqola-more .news .news_tag {
	margin-right: 15px;
}

.accordion-button.js-active {
	transform: rotate(180deg);
}

.main_news_img {
	width: 596px;
	height: 382px;
	max-width: 100%;
	object-fit: cover;
}

.news_img {
	width: 196px;
	height: 128px;
	max-width: 100%;
	object-fit: cover;
}


.dropdown-menu .dropdown-menu {
	top: auto;
	left: 100%;
	transform: translateY(-2rem);
}

.dropdown-item + .dropdown-menu {
	display: none;
}

.dropdown-item.submenu::after {
	content: '▸';
	margin-left: 0.5rem;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
	display: block;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; padding-bottom: 50px; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.navbar .navbar-toggler{
	position: absolute;
	top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	padding: 0;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:active{
	outline: none;
	box-shadow: none;
}
.navbar .navbar-toggler span{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.navbar .navbar-toggler span::before,
.navbar .navbar-toggler span::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: inherit;
	transition: 0.3s;
	left: 0;
	right: 0;
}
.navbar .navbar-toggler span::before{
	transform: translateY(-6px);
}
.navbar .navbar-toggler span::after{
	transform: translateY(6px);
}
.navbar .navbar-toggler[aria-expanded="true"] span{
	height: 0;
}
.navbar .navbar-toggler[aria-expanded="true"] span:before{
	transform: rotate(45deg);
}
.navbar .navbar-toggler[aria-expanded="true"] span:after{
	transform: rotate(-45deg);
}

.banner-bg{
	padding: 100px 0;
	margin-top: 20px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.banner-bg__nav-list{
	list-style-type: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 50px;
}
.banner-bg__nav-list > li{
	margin-right: 50px;
	margin-bottom: 25px;
}
.banner-bg__nav-list > li:first-child{
	margin-left: 350px;
}
.banner-bg__nav-list > li:last-child{
	margin-right: 0;
}
.banner-bg__nav-list > li a{
	display: block;
	width: max-content;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #555555;
	background-color: #fff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
	border-radius: 75px;
	padding: 15px 50px;
}
.banner-bg__nav-list > li a:hover{
	color: #333;
}

.command{
	margin-bottom: 50px;
}
.command-wrap{
	background-color: #fff;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 25px 10px;
}
.command .tab-content .command-info{
	align-items: center;
	margin-bottom: 20px;
}
.command .tab-content .command-info:last-child{
	margin-bottom: 0;
}
.command .tab-content .command-info .col-lg-3 img{

width: 180px;
    height: 240px;
  object-fit: cover;
	border-radius: 25px;
	overflow: hidden;
}
.command .tab-content .command-info h5{
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: 30px;
}
.command-contact__list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.command-contact__list > li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.command-contact__list > li:last-child{
	margin-bottom: 0;
}
.command-contact__list > li img{
	background-color: #6F62CF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 9px;
	margin-right: 15px;
}
.command-contact__list > li > div a{
	margin-bottom: 5px;
}
.command-contact__list > li > div a:last-child{
	margin-bottom: 0;
}
.command-contact__list > li a{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #000;
	transition: .2s ease all;
}
.command-contact__list > li a:hover{
	color: #6F61CF;
}

.photo-gallery__item{
	flex-direction: column;
	transition: .2s ease all;
}
.photo-gallery__item{
	flex-direction: column;
	transition: .2s ease all;
}
.photo-gallery__item .photo-gallery__item-header{
	position: relative;
	border-radius: 25px;
	margin-bottom: 5px;
	overflow: hidden;
	z-index: 0;
}
.photo-gallery__item .photo-gallery__item-header::before{
	content: '';
	position: absolute;
	background: url('../images/image_icon.png') no-repeat center/contain;
	width: 102px;
	height: 73px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.photo-gallery__item .photo-gallery__item-header::after{
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .2s ease all;
}
.photo-gallery__item .photo-gallery__item-header img{
	width: 100%;

	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
	transition: .2s ease all;
}
.photo-gallery__item .photo-gallery__item-body p{
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #545454;
}
.photo-gallery__item:hover .photo-gallery__item-header::after{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.photo-gallery__item:hover .photo-gallery__item-header img{
	transform: scale(1.05);
}
.photo-gallery__item:hover .photo-gallery__item-body p{
	color: #000;
}

.video-gallery__item{
	flex-direction: column;
	transition: .2s ease all;
}
.video-gallery__item{
	flex-direction: column;
	transition: .2s ease all;
}
.video-gallery__item .video-gallery__item-header{
	position: relative;
	border-radius: 25px;
	margin-bottom: 5px;
	overflow: hidden;
	z-index: 0;
}
.video-gallery__item .video-gallery__item-header::before{
	content: '';
	position: absolute;
	background: url('../images/play_icon.png') no-repeat center/contain;
	width: 105px;
	height: 107px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.video-gallery__item .video-gallery__item-header::after{
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .2s ease all;
}
.video-gallery__item .video-gallery__item-header img{
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
	transition: .2s ease all;
}
.video-gallery__item .video-gallery__item-body p{
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #545454;
}
.video-gallery__item:hover .video-gallery__item-header::after{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.video-gallery__item:hover .video-gallery__item-header img{
	transform: scale(1.05);
}
.video-gallery__item:hover .video-gallery__item-body p{
	color: #000;
}

.sidebar{}
.sidebar h3{
	font-size: 24px;
}
.sidebar p{
	font-size: 15px;
}
.sidebar-list{
	list-style-type: none;
	padding-left: 0;
	border: 1px solid #c4c4c4;
	border-radius: 0.25rem;
	overflow: hidden;
}
.sidebar-list li{
	padding: 10px;
	border-bottom: 1px dashed #c4c4c4;
}
.sidebar-list li:first-child{
	background-color: #e9ecef;
	border-bottom: 1px solid #c4c4c4;
}
.sidebar-list li:last-child{
	border-bottom: 0;
}
.sidebar-list li h4{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}
.sidebar-list li a{}
.sidebar-list li a:hover{}

nav[aria-label="breadcrumb"]{}
.breadcrumb{}
.breadcrumb-item{}
.breadcrumb-item a{}
.breadcrumb-item.active{}

.sidebar-content{}
.sidebar-content h3{
	font-weight: 400;
	margin-bottom: 10px;
}
.sidebar-content .photo-big{
	width: 100%;
	max-height: 450px;
	margin-bottom: 10px;
	object-fit: cover;
}

.gallery-item__link{
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
	margin-bottom: 20px;
}
.gallery-item__link img{
	width: 100%;
	max-height: 195px;
	object-fit: cover;
}

.photo_about__list{
	list-style-type: none;
	padding-left: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.photo_about__list li{
	font-size: 15px;
	color: #333;
	margin-left: 20px;
}
.photo_about__list li:first-child{
	margin-left: 0;
}
.photo_about__list li i{
	vertical-align: middle;
}
.photo_about__list li span{
	vertical-align: middle;
	font-size: 90%;
}

/*@media-queries*/
@media (min-width: 992px){
	.navbar .navbar-toggler{
		display: none !important;
	}
	.footer_menu__title{
		display: none;
	}
}

@media (max-width: 1024px){
	.top_phone_numbers{
		font-size: 14px;
	}
	.top_h_right a img{
		max-width: 55px;
	}
	.logo img{
		max-width: 75px;
	}
	.logo span{
		font-size: 14px;
	}
	.nav_custom{
		margin-left: 0 !important;
		margin-right: 0 !important;
		min-height: 45px;
	}
	.nav_custom ul{
		font-size: 13px;
	}
	.nav_custom .nav-link{
		padding: 10px 14px;
	}
	.nav_custom .nav-link img{
		max-width: 22px;
	}
	.social_panel a{
		width: 50px;
		height: 50px;
	}
	.social_panel a img{
		max-width: 22px;
		max-height: 22px;
	}
	.news_img{
		height: 114px;
	}
	.MultiCarousel .MultiCarousel-inner .item > div img{
		margin-bottom: 10px;
	}
	.MultiCarousel .MultiCarousel-inner .item > div p{
		font-size: 13px;
	}
	.bottom_banner .row img{
		max-height: 400px;
		object-fit: cover;
	}

	.banner-bg{
		padding: 80px 0;
		margin-bottom: 30px;
	}
	.banner-bg__nav-list > li{
		margin-bottom: 20px;
		margin-right: 0;
	}
	.banner-bg__nav-list > li:first-child{
		margin-left: 300px;
	}
	.banner-bg__nav-list > li a{
		font-size: 16px;
		padding: 12px 40px;
	}
	.command .tab-content .command-info .col-lg-3 img{
		max-width: 180px;
	}
	.command .tab-content .command-info h5{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.command-contact__list > li a{
		font-size: 14px;
		line-height: 17px;
	}
	.command-contact__list > li img{
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
	.photo-gallery__item .photo-gallery__item-header img{

		min-height: 300px;
		max-height: 300px;
	}
	.photo-gallery__item .photo-gallery__item-header::before{
		width: 82px;
		height: 53px;
	}
	.photo-gallery__item .photo-gallery__item-body p{
		font-size: 14px;
		line-height: 21px;
	}
	.video-gallery__item .video-gallery__item-header img{
		min-height: 240px;
	}
	.video-gallery__item .video-gallery__item-header::before{
		width: 75px;
		height: 77px;
	}
	.video-gallery__item .video-gallery__item-body p{
		font-size: 14px;
		line-height: 21px;
	}

	.sidebar h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.sidebar p{
		font-size: 14px;
	}
	.sidebar-list li{
		padding: 8px 10px;
	}
	.sidebar-list li h4{
		font-size: 18px;
	}
	.sidebar-list li a{
		font-size: 15px;
	}
	.sidebar-content h3{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.sidebar-content .photo-big{
		max-height: 370px;
	}
	.photo_about__list li{
		font-size: 14px;
	}
}
@media (max-width: 991px){
	.nav_custom{
		border-radius: 10px;
	}
	.nav_custom .nav-item{
		width: 50%;
	}
	.nav_custom .nav-link{
		padding: 8px 15px;
	}
	.navbar .navbar-toggler{
		left: initial;
		right: 10px;
	}
	.main_news_title{
		margin-bottom: 20px;
	}
	.card-deck .card{
		flex: 0 0 20%;
		margin-bottom: 20px;
	}
	.card-deck .card .card-title{
		font-size: 16px;
	}
	.bottom_banner{
		margin-top: -110px;
	}
	.footer{
		margin-top: -70px;
	}
	.footer_menu > div{
		margin-bottom: 20px;
	}
	.copyright_{
		font-size: 15px;
	}
	.footer_menu_title{
		display: none;
	}
	.footer_menu__title{
		color: #E9E9E9;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.command{
		margin-bottom: 120px;
	}
	.command .tab-content .command-info .col-lg-3 img{
		margin-bottom: 12px;
	}
	.command .tab-content .command-info h5{
		margin-bottom: 20px;
	}
	.command-contact__list{
		margin-bottom: 10px;
	}
	.photo_about__list li{
		font-size: 16px;
	}
	.gallery-item__link img{
		max-height: 240px;
	}
}
@media (max-width: 768px) {
	.banner-bg__nav-list > li:first-child{
		margin-left: 155px;
	}

	.photo-gallery__item .photo-gallery__item-header{
		margin-bottom: 10px;
	}
	.photo-gallery__item .photo-gallery__item-header img{

		min-height: 300px;
		max-height: 300px;
	}
	.photo-gallery__item .photo-gallery__item-body p{
		margin-bottom: 20px;
	}
	.video-gallery__item .video-gallery__item-header{
		margin-bottom: 10px;
	}
	.video-gallery__item .video-gallery__item-header img{
		max-height: 250px;
	}
	.video-gallery__item .video-gallery__item-body p{
		margin-bottom: 20px;
	}
}
@media (max-width: 767px){
	.top_phone_numbers{
		font-size: 12px;
		padding-right: 25px;
	}
	.top_h_right a img{
		max-width: 45px;
	}
	.logo span{
		font-size: 13px;
	}
	.logo img{
		max-width: 65px;
	}
	.nav_custom ul{
		font-size: 12px;
	}
	.nav_custom .nav-link{
		padding: 6px 14px;
	}
	.nav_custom .nav-link img{
		max-width: 18px;
	}
	.tab_style{
		font-size: 13px;
		line-height: 17px;
		padding: 5px 15px;
	}
	.tab_style:before{
		width: 22px;
		height: 22px;
	}
	.tab_style.active:after{
		width: 12px;
		height: 12px;
	}
	.main_news_img{
		max-height: 300px;
	}
	.main_news{
		font-size: 13px;
	}
	.main_news_title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.news_tags{
		font-size: 13px;
	}
	.news_tag{
		padding: 3px 5px;
	}
	.news .right_news_title{
		font-size: 14px;
	}
	.maqola-more .accordion-button > img{
		width: 14px;
	}
	.maqola-more{
		padding: 0;
	}
	.title_{
		font-size: 15px;
	}
	.maqolalar_block .maqola p{
		font-size: 14px;
	}
	.maqolalar_block .maqola .author{
		font-size: 14px;
	}
	.card-deck .card{
		flex: 0 0 19%;
	}
	.card-deck .card .card-title{
		font-size: 14px;
	}
	.footer_menu__title{
		font-size: 15px;
		margin-bottom: 8px;
	}
	.footer_menu p{
		font-size: 14px;
		margin-bottom: 3px;
	}
	.copyright_{
		font-size: 13px;
	}
	.social_panel a{
		width: 40px;
		height: 40px;
	}
	.social_panel a img{
		max-width: 16px;
		max-height: 16px;
	}

	.banner-bg{
		padding: 50px 0;
	}
	.command-wrap{
		padding: 20px 0;
	}
	.banner-bg__nav-list{
		padding: 0;
	}
	.banner-bg__nav-list > li{
		margin-bottom: 15px;
	}
	.banner-bg__nav-list > li:first-child{
		margin-left: 155px;
	}
	.banner-bg__nav-list > li a{
		font-size: 14px;
		padding: 10px 25px;
	}
	.command .tab-content .command-info .col-lg-3 img{
		max-width: 150px;
	}
	.command .tab-content .command-info h5{
		font-size: 15px;
	}
	.command-contact__list > li a{
		font-size: 13px;
	}
}
@media (max-width: 575px){
	.slide_description{
		font-size: 13px;
	}
	.maqolalar_block center:before{
		display: none;
	}
	.main_news_img{
		max-height: 250px;
	}
	.mar_bot_30{
		margin-bottom: 20px;
	}
	.card-deck{
		flex-wrap: wrap;
		flex-direction: initial;
		margin-left: -5px;
		margin-right: -5px;
	}
	.card-deck .card{
		flex: 0 0 23%;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	.copyright_{
		font-size: 12px;
		padding: 15px;
	}
}
@media (max-width: 425px){
	.top_phone_numbers{
		font-size: 11px;
		padding-right: 15px;
	}
	.logo span{
		font-size: 12px;
	}
	.logo img{
		max-width: 55px;
	}
	.nav_custom .nav-item{
		width: 92%;
		margin-right: auto;
	}
	.hero-slider .carousel-item{
		height: 240px;
	}
	.hero-slider .carousel-item img{
		height: 100%;
		object-fit: cover;
	}
	.slide_description{
		left: 18%;
	}
	.tab_style{
		font-size: 12px;
	}
	center:before{
		display: none;
	}
	.nav.nav-tabs{
		background-color: transparent;
		padding-left: 20px;
	}
	.nav-tabs .nav-item:not(:last-child){
		margin-right: 30px;
	}
	.tab_style:before{
		left: -25px;
		width: 18px;
		height: 18px;
	}
	.tab_style.active:after{
		left: -20px;
		width: 8px;
		height: 8px;
	}
	.social_panel{
		z-index: 2;
	}
	.main_news_img{
		max-height: 220px;
		margin-bottom: 15px;
	}
	.main_news{
		font-size: 12px;
	}
	.main_news_title{
		font-size: 16px;
		margin-bottom: 12px;
	}
	.news_img{
		width: 150px;
		height: 75px;
	}
	.news{
		margin-bottom: 15px;
	}
	.news_tag{
		font-size: 12px;
	}
	.news_tag img{
		width: 15px;
		height: 15px;
	}
	.news > a{
		margin-right: 10px;
	}
	.news .right_news_title{
		line-height: 17px;
		margin-top: 10px;
	}
	.maqola-more .accordion-more{
		margin-top: 12px;
	}
	.card-deck .card{
		flex: 0 0 30%;
	}
	.card-deck .card .card-title{
		font-size: 13px;
	}
	.card-deck .card-body{
		padding: 10px 20px;
	}

	.banner-bg{
		padding: 30px 0;
	}
	.banner-bg__nav-list > li:first-child{
		margin-left: 0;
	}
	.banner-bg__nav-list > li{
		margin-bottom: 10px;
	}
	.banner-bg__nav-list > li a{
		width: 100%;
		font-size: 12px;
		line-height: 17px;
		padding: 8px 20px;
	}

	.photo-gallery__item .photo-gallery__item-header{
		margin-bottom: 2px;
	}
	.photo-gallery__item .photo-gallery__item-header::before{
		width: 62px;
		height: 43px;
	}
	.photo-gallery__item .photo-gallery__item-body p{
		font-size: 13px;
	}
	.video-gallery__item .video-gallery__item-header{
		margin-bottom: 2px;
	}
	.video-gallery__item .video-gallery__item-header::before{
		width: 65px;
		height: 67px;
	}
	.video-gallery__item .video-gallery__item-body p{
		font-size: 13px;
	}

	.sidebar h3{
		font-size: 18px;
	}
	.sidebar-list li h4{
		font-size: 16px;
	}
	.sidebar-list li a{
		font-size: 14px;
	}

	.breadcrumb{
		padding: 10px 15px;
	}

	.sidebar-content h3{
		font-size: 18px;
	}
	.sidebar-content .photo-big{
		max-height: 260px;
	}
	.photo_about__list{
		margin-bottom: 15px;
	}
	.photo_about__list li{
		font-size: 14px;
	}
	.gallery-item__link img{
		max-height: 155px;
	}

}
@media (max-width: 375px){
	.top_phone_numbers{
		font-size: 10px;
		padding-right: 5px;
	}
	.logo span{
		font-size: 11px;
	}
	.logo img{
		max-width: 50px;
	}
	.tab_style{
		padding: 4px 12px;
	}
	.tab_style:before{
		width: 16px;
		height: 16px;
		left: -20px;
	}
	.tab_style.active:after{
		width: 6px;
		height: 6px;
		left: -15px;
	}
	.nav.nav-tabs{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between !important;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.nav-tabs .nav-item:not(:last-child){
		margin-right: 0;
	}
	.maqolalar_block .tab-content > .tab-pane .col-lg-6{
		padding-left: 0;
		padding-right: 0;
	}
	.news{
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_news{
		margin-right: 0;
		margin-left: 0;
	}
	.main_news_details{
		align-items: center;
	}
	.main_news_details > div{
		margin-right: 15px;
	}
	.main_news_details > div:last-child{
		margin-right: 0;
	}
	.news_img{
		width: 130px;
		height: 65px;
	}
	.maqola-more .accordion-more .news{
		padding-left: 0;
		padding-right: 0;
	}
	.maqola-more .news .news_tag{
		margin-right: 10px;
	}
	.title_{
		font-size: 14px;
	}
	.maqolalar_block .maqola p{
		font-size: 13px;
	}
	.nav_custom ul{
		font-size: 11px;
	}
	.navbar .navbar-toggler{
		width: 20px;
		height: 20px;
	}
	.nav_custom .nav-link{
		padding: 3px 10px;
	}

	.command .tab-content .command-info{
		margin-bottom: 10px;
	}
	.command .tab-content .command-info .col-lg-3 img{
		max-width: 130px;
		margin-bottom: 8px;
	}
	.command .tab-content .command-info h5{
		font-size: 14px;
	}
	.command-contact__list{
		margin-bottom: 7px;
	}
	.command-contact__list > li{
		margin-bottom: 7px;
	}
	.command-contact__list > li img{
		width: 32px;
		height: 32px;
		margin-right: 8px;
	}
	.command-contact__list > li a{
		font-size: 12px;
	}
}
@media (max-width: 320px){
	.top_h_right a img{
		max-width: 40px;
	}
	.top_phone_numbers{
		font-size: 9px;
	}
	.logo span{
		font-size: 9px;
	}
	.logo img{
		max-width: 40px;
	}
	.nav_custom{
		min-height: 40px;
	}
	.slide_description{
		left: 10%;
		font-size: 12px;
	}
	.hero-slider .carousel-item{
		height: 220px;
	}
	.tab_style{
		font-size: 11px;
		padding: 4px 15px;
	}
	.tab_style:before{
		width: 14px;
		height: 14px;
		left: -18px;
	}
	.tab_style.active:after{
		width: 4px;
		height: 4px;
		left: -13px;
	}
	.main_news_img{
		max-height: 180px;
		margin-bottom: 10px;
	}
	.main_news{
		font-size: 11px;
	}
	.main_news_title{
		font-size: 15px;
	}
	.news_tag{
		font-size: 10px;
	}
	.news_date_views{
		width: 105px;
	}
	.news_tags{
		font-size: 11px;
	}
	.news > a{
		margin-right: 5px;
	}
	.news_img{
		width: 100px;
	}
	.news .right_news_title{
		line-height: 14px;
		margin-top: 8px;
		font-size: 12px;
	}
	.maqola-more .news .news_tags{
		justify-content: space-between;
	}
	.maqolalar_block .maqola p{
		font-size: 12px;
	}
	.maqolalar_block .maqola .author{
		font-size: 12px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.author_name{
		margin-left: 12px;
	}
	.title_{
		font-size: 13px;
	}
	.card-deck .card{
		flex: 0 0 29%;
	}
	.card-deck .card .card-title{
		font-size: 11px;
	}
	.play_icon{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 70px;
	}
	.MultiCarousel .MultiCarousel-inner .item > div p{
		font-size: 12px;
	}
	.footer_menu__title{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.footer_menu p{
		font-size: 13px;
		margin-bottom: 2px;
	}
	.copyright_{
		font-size: 10px;
	}

	.nav.nav-tabs{
		flex-direction: column;
	}
	.nav-tabs .nav-item{
		width: max-content;
		margin-bottom: 8px;
	}
	.nav-tabs .nav-item:last-child{
		margin-bottom: 0;
	}
	.banner-bg__nav-list > li a{
		padding: 8px 15px;
	}
	.command-contact__list > li a{
		max-width: 220px;
	}

	.photo-gallery__item .photo-gallery__item-body p{
		font-size: 12px;
		line-height: 16px;
	}
	.video-gallery__item .video-gallery__item-body p{
		font-size: 12px;
		line-height: 16px;
	}
}