#maximenuck192{
padding-bottom:30px;
}

.button-special{
	background-color:rgba(0,0,0,0) !important;
	border:none !important;
	padding:0 !important;
	border-radius: 0 !important;
	transition: none !important;
}

.button-special:hover{
	color:#fff !important;
	border-bottom: 2px solid #fff !important;
}

.button-special:before{
	font-family: "Font Awesome 5 Free";
	content: "\f2a8";
	font-weight: 900;
}

<i class="fa fa-low-vision">:before</i>

/*Search*/
.search{
  width: fit-content;
  height: fit-content;
  position: relative;
}
#mod-search-searchword184{
  background-image:url("../images/search.png");
  background-size:cover;
  height: 25px;
  width: 25px;
  border-style: none;
  padding: 10px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: rgba(0,0,0,0);
  color:#fff;
}


#mod-search-searchword184:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  background-image:none;
}


/*end-search*/


/*before-header*/
.before-header{
	height: 25px;
	color: #fff;
}
/*before-header*/

/*.mod-languages{
	padding-right: 30px;
}*/

.mod-languages ul li a{
	color:#fff !important;
}

.mod-languages ul li a:hover{
	color:#fff !important;
	border-bottom: 2px solid #fff;
}

.row{
	margin-left:0 !important;
	margin-right:0 !important;
}

/*Site top*/
#top {
	padding-top:0;
	padding-bottom:0;
}

/*Header image*/
#header{
	background-image:url("../images/head2.jpg");
	background-size: cover;
}

/*main-logo*/
#logo{
	display: flex;
	justify-content: center;
	align-items: center;
} 

#logo img{
	max-width:160px;
	padding-top:30px; 
	padding-bottom:30px;
}
/*End-logo*/

/*logo-text*/
#logo-text{	
	display:table;
	width: 100%;
	height: 220px;
	text-align: left;	
	color:#fff;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
    0px -5px 35px rgba(255,255,255,0.3);
	letter-spacing:1px;
	padding-bottom:30px;
}

#logo-text h4{
	display: table-cell;
	vertical-align: middle;
	line-height:1.5;
	font-weight:bold;
}
/*end-logo-text*/

/*gerb*/
#testimonial{
	display: flex;
	justify-content: center;
	align-items: center;
} 
/*end-gerb*/

/*Main-menu*/
div#maximenuck95{
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
	0px -5px 35px rgba(255,255,255,0.3);
}

div#maximenuck186{
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
	0px -5px 35px rgba(255,255,255,0.3);
}
/*End-Main-menu*/


/*News-marquee*/
#news-slider {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#news-slider a{
	font-size:14px;
}

.cs-static-tite{
	opacity:0;
}
/*End-news-marquee*/

/*main-content-grid*/
#content{
	padding-top:15px;
}

/*Main page news*/
#lnee_138{
	padding-bottom:1rem;
}
/*end main page news*/

/*main-page-container-hover effects*/ 
.box{
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px #808080;
}

.box:before{
	content: "";
	position: absolute;
	bottom: 5%;
	left: 5%;
	height: 0;
	border-left: 2px solid /*#444*/#fff;
	z-index: 1;
	transition: all 0.3s ease 0.9s;
}

.box:hover:before{
	height: 90%;
	transition: all 0.3s ease 0s;
}

.box:after{
	content: "";
	position: absolute;
	top: 5%;
	right: 5%;
	height: 0;
	border-right: 2px solid #fff;
	z-index: 1;
	transition: all 0.3s ease 0.3s;
}

.box:hover:after{
	height: 90%;
	transition:all 0.3s ease 0.6s;
}

.box .pic:before{
	content: "";
	position: absolute;
	top: 5%;
	left: 5%;
	width: 0;
	border-bottom: 2px solid #fff;
	z-index: 1;
	transition: all 0.3s ease 0.6s;
}

.box:hover .pic:before{
	width: 90%;
	transition: all 0.3s ease 0.3s;
}

.box .pic:after{
	content: "";
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 0;
	border-bottom: 2px solid #fff;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.box:hover .pic:after{
	width: 90%;
	transition: all 0.3s ease 0.9s;
}

.box .pic img{
 	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 2s ease 0s;
}

.box:hover .pic img{
	transform: scale(2);
}

.box .box-content{
	width: 80%;
	position: absolute;
	bottom: 25px;
	left: 10%;
	font-size: 25px;
}

.box .title,
.box .post{
	font-size: 25px;
	text-align:center;
	color: #fff/*#3a3f58*/;
	line-height: 25px;
	margin: 0;
	opacity: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s ease 0s;
}

.box:hover .title,
.box .post{
	opacity: 0;
	text-align: center;	
}

.box:hover .post{
	opacity: 1;
}

.pic .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(75,75,75,0.7);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.pic:hover .overlay {
	background-color: rgba(48, 152, 157, 0.4);
}

.pic img{
	width:100% !important;
}
/*end-main-page-container-hover effects*/

/*zoom-effect-image on hover*/
.block{
    display:inline-block;
    margin-top:10px;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 550ms;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 550ms;
}

.block:hover {
    transform: scale(1.1,1.1);
    transition-timing-function: ease-out;
    transition-duration: 550ms;
    transform: scale(1.1,1.1);
    transition-timing-function: ease-out;
    transition-duration: 550ms;
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
	overflow:hidden;
}
/*zoom-effect-image on hover*/



/*YouTube player*/
.yendif-video-share {
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
	padding:.5rem !important;
	margin:.5rem !important;
}

.yendif-video-share .qamkfm0fqc{
	opacity:0 !important;
}

.vjs-playlist.white{
	border-left: 3px solid #446FA7;
    position: relative;
}

.vjs-selected:before{
	text-indent: 0;
    content: "\f0da";
    font-family: FontAwesome;
    color: #446FA7;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -11px;
    font-style: normal;
}
/*End youtube player*/

/*Card-modules*/
.module-body {
	padding: 1.25rem;
	flex: 0 1 auto;
}

.module-card{
	background-color: rgba(255,255,255,.75);
	border-radius: 0px;
	border: 1px solid #446FA7;
	color: #3f3e3e;
	position: relative;
	margin-bottom: 30px;
}

.module-header {
	border-radius: 0 0 0 0;/*4px 4px 0 0;*/
	border-bottom: 1px solid #a7a7a7;
	background-color: #446FA7;/*#440e62; #00B7FF*/
	font-size: 1.1rem;
	padding:0.75rem 1.25rem;
	color: #fff;
	text-align: center;
}

.btn.btn-primary{
	border: 1px solid #446FA7;
	background-color:#446FA7;
	color: #fff;
}

.readmore .btn {
	color:blue;
	text-align:left;
	text-decoration: underline;
}

.card{
	padding-left:0;
	padding-right:0;
}
/*End-card-modules*/

/*Sidebar-menu*/
.-left-sidebar.maximenuck .titreck-title{
	white-space:pre-wrap;
}

.-left-sidebar.maximenuck{
	padding-left: 7px;
}
/*End-sidebar-menu*/

/*logo-image-slider*/
#logo-slider{
	padding-bottom:30px;
	padding-top:1rem;
}

.slider-container{
	margin-left:5px;
	margin-right:5px;
	padding-left:15px;
	padding-right:15px;
}
/*End-logo-image-slider*/

/*Qahramonon*/
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
/*End-Qahramonon*/


/*footer*/
#footer {
	display: flex;
	flex: 0 0 auto;
	background-color: #7CAFF2;
	color: #fff;
	border-top: 1px solid #111;
	padding: 30px;
}

.no-padding {
	padding:0!important
}

.go_top {
	line-height:40px;
	cursor:pointer;
	width:40px;
	background:#5867dd;
	color:#fff;
	position:fixed;
	-webkit-box-shadow:0 4px 4px rgba(0,0,0,.1);
	box-shadow:0 4px 4px rgba(0,0,0,.1);
	-webkit-border-radius:50%;
	border-radius:50%;
	right:-webkit-calc((100% - 1140px)/ 2);
	right:calc((100% - 1140px)/ 2);
	z-index:111;
	bottom:80px;
	text-align:center;
}

.go_top span {
	display:inline-block
}

.footer-big {
	padding:30px 0 30px 0
}

.footer-big .footer-widget {
	margin-bottom:30px
}

.footer--light {
	background:#7CAFF2;
}

.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
	color:#fff;
}

.footer-menu {
	padding-left:48px
}
.footer-menu ul li a {
	font-size:15px;
	line-height:32px;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.footer-menu h4{
	color:#fff;
}

.footer-menu ul li a:hover {
	color:#5867dd;
}

.footer-menu--1 {
	width:100%
}

.footer-widget-title {
	line-height:42px;
	margin-bottom:10px;
	font-size:18px;
}

.mini-footer {
	background:#192027;
	text-align:center;
	padding:32px 0;
}

.mini-footer p {
	margin:0;
	line-height:26px;
	font-size:15px;
	color:#999
}
.mini-footer p a {
	color:#5867dd
}
.mini-footer p a:hover {
	color:#34bfa3
}

.widget-about img {
	display:block;
	margin-bottom:30px
}
.widget-about p {
	font-weight:400
}
.widget-about .contact-details {
	margin:30px 0 0 0
}
.widget-about .contact-details li {
	margin-bottom:10px
}
.widget-about .contact-details li:last-child {
	margin-bottom:0
}
.widget-about .contact-details li span {
	padding-right:12px
}
.widget-about .contact-details li a {
	color:#5867dd
}
		
.fas{
	padding-right:7px;
}

.footer-widget li{
	list-style-type: none;	
}

.footer-widget ul{
	padding-left:0;
	margin-left:0;
}
/*end-footer*/

/*Page A4*/
page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {  
  width: 100%;
  height: auto;
  padding:70px; 
}	
/*End Page A4*/

/*CV-total*/
#cvv{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}

.cv-card{
	padding: 1.25rem;
	/*flex: 0 1 auto;*/
}

.cv-card img{
	min-width:150px;
}

.image-line{
	border-right: 1px solid #446FA7;
}
/*End-CV-total*/

/*CV-single-page*/
#CV{
	display:flex;
	grid-template-columns: 1fr 1fr;
	flex-direction:row;
}

.CV-list li{
	margin-left:-10px;
}
/*End-CV-single-page*/

/*Centering image*/
.center-pic {
	display:block;
	margin:auto;
}
/*End-centering-image*/

/*Text-shadow*/
.txt-shadow{
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
    0px -5px 35px rgba(255,255,255,0.3);
}
/*End-text-shadow*/

/*President-links*/
.president-links a{
	color: #446FA7;
	position: relative;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.president-links a:hover{
	color: #222;
	text-decoration:none;
}

.president-links a:before, .president-links a:after{
	content: '';
	background: #446FA7;
	position: absolute;
	width: 0;
	height: 2px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.president-links a:before{
	top: 0;
	left: 0;
}

.president-links a:after{
	top: 100%;
	right: 0;
}

.president-links a:hover:before, .president-links a:hover:after{
	width: 100%;
}
/*End-president-links*/

/*Makolato-change-icon*/
.SYWicon-tag::before{
	content: "\e80d" !important;
}
/*end-Makolaho-change-icon*/

/*Page header*/
.page-header h2{
	position: relative; /* Относительное позиционирование */
    display: inline-block; /* Линия на ширину текста */
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
    0px -5px 35px rgba(255,255,255,0.3);
	/* border-bottom: solid 3px rgba(245,3,3,0.8); */
	padding-bottom:5px;
}

.page-header h2::after {
	content: '';
	position: absolute;
    background: rgba(68,111,167,0.7); /* Цвет линии */
    left: 0; /* Положение линии слева */
    bottom: -3%; /* Положение линии */
    width: 80%; /* Линия на ширину текста */
    height: 3px; /* Высота линии */
}	
   
.page-header{
	position: relative; /* Относительное позиционирование */
    display: inline-block; /* Линия на ширину текста */
	margin-bottom:10px;
}

.page-header::after {
	content: '';
	position: absolute;
    background: rgba(245,3,3,0.7); /* Цвет линии */
    left: 0; /* Положение линии слева */
    bottom: -2%; /* Положение линии */
    width: 85%; /* Линия на ширину текста */
    height: 3px; /* Высота линии */
}
/*End-Page-header*/

/*blockquote-welcome*/
.blockquote-7 {
    border: 2px solid #446FA7;
    font-size: 18px;
    font-style: italic;
    margin: 16px 31px 31px 16px;
   /*  padding: 16px 24px; */
    position: relative;
    box-shadow: 15px 15px 0 0 #446FA7;  
	text-align:center;
	padding-top: 1rem;
}
/*End-blockquote-welocome*/


/*Mobile-menu*/
	[data-id="maximenuck95"] .mobilemenuck-bar-title{
		background: #446FA7 !important;
	}
	
	[data-id="maximenuck95"] .mobilemenuck-bar-button{
		background: #446FA7 !important;
	}
	
	[data-id="maximenuck95"] .mobilemenuck-item > .level1{
		background: #446FA7 !important;
		border-radius: 0px !important;
	}
	
	[data-id="maximenuck95"].mobilemenuck a{
		font-size: 0.8em !important;
	}
	
	[data-id="maximenuck95"] .mobilemenuck-item > .level2{
		border-radius:0px !important;
	}
	
	
		[data-id="maximenuck186"] .mobilemenuck-bar-title{
		background: #446FA7 !important;
	}
	
	[data-id="maximenuck186"] .mobilemenuck-bar-button{
		background: #446FA7 !important;
	}
	
	[data-id="maximenuck186"] .mobilemenuck-item > .level1{
		background: #446FA7 !important;
		border-radius: 0px !important;
	}
	
	[data-id="maximenuck186"].mobilemenuck a{
		font-size: 0.8em !important;
	}
	
	[data-id="maximenuck186"] .mobilemenuck-item > .level2{
		border-radius:0px !important;
	}
/*End-mobile-menu*/

/*Tablet-version-correction*/
@media only screen and (max-width: 991.98px){
	/*Main-page-containers*/
	.box{ 
		margin-bottom: 20px; 
	}
	/*End-main-page-container*/
	
	/*Main-page-container*/
	.box-content h3 {
		font-size:18px !important;
	}
	/*End-main-page-container*/
	
	/*footer*/
	.footer-menu {
		padding-left:0
	}
	/*end-footer*/
}
/*End-tablet-version-correction*/

/*Mobile-version-correction*/
@media (max-width: 767.98px){
	/*logo*/
	#logo{
		display: flex;
		justify-content: center;
		align-items: center;
	} 
	
	#logo img{
		max-width:100px;
		height:auto;
		padding-bottom:0;
	}
	/*End-logo*/
	
	/*Logo-text*/
	#logo-text {
		text-align: center;
	}
	/*End-logo-text*/
	
	/*Columns correction*/
	#left-aside, #right-aside {
		order: 1;
	}
	/*End-columns-correction*/
		
	/*Main-page-container*/
	.box-content h3 {
		font-size:16px !important;
	}
	/*End-main-page-container*/

	/*CV-total*/
	.image-line{
		border-right:none;
	}
	.cv-card .cv-text h3{
		padding-top:10px;
		text-align:center;
	}
	.cv-card .cv-text p{
		text-align:center;
	}
	/*End-CV-total*/
	
	/*Page-A4*/
	page[size="A4"] {  
		width:21cm;
		height:auto;	
	}
	/*End-page-A4*/
	
	/*Footer*/
	#footer {
		flex-direction: column;
		text-align: center;
	}
	.footer-left, .footer-center-1, .footer-center-2, .footer-right {
		flex: 0 1 auto;
		padding-bottom: 30px;
	}
	/*End-footer*/
}
