/*
Верстка навигации

14.04.2020
*/
html{
	scroll-behavior:smooth;
}

.noselect {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none; 
         -moz-user-select: none;
          -ms-user-select: none; 
              user-select: none; 
  }

.hE{
	display:none;
}


a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}


.logo{
    float:left;
    width:144px;
    height:80px;
    background:  url('../image/gtu-white.jpg') no-repeat;
	background-position: 4px 4px;
	background-size: 130px;
	cursor: pointer;
}


.splash_screen{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-image: linear-gradient(290deg, #09ACDD 0%, #0179C0 36%);
    z-index: 95;
    cursor: pointer;

}
.splash_screen_container{
    width:100%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 95;
	opacity:1;
	transition: 1s  ease-out;
	transition: transform 0s, 1s  ease-out;
	
}

.splash_screen_container_hidden{
    width:100%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 95;
	opacity:0;
	transition: 1s  ease-out;
}


.splash_screen_container_hide{
    width:100%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 95;
	opacity:0;
	
	transition: 0.3s;

}

.splash_logo{
	width:90%;
	min-height: 200px;
    background: url("../image/gtu-blue.jpg") no-repeat;
    background-size: contain;
}
.splash_text_block{
    background: rgba(255,255,255,0.05);
    width:90%; 
    padding: 4px 4px 2px 6px;
	margin-left: auto;
	margin-right: auto;   
    margin-top:55px;
    border-radius: 4px;
}

.splash_tb_text{
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 17px;
    text-align: left;
    color: #fff;
    margin-bottom:4px;
}
.splash_tb_title{
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    text-align: left;
    color: #fff;
    padding-top:4px;
}


.clear{
    clear:both;
}


.headerProgress{
	width:100%;
	position:fixed;
	top:80px;
	left:0px;
	height:4px;
	background:#eeeeee;
	float:left;
	overflow:hidden;
}

.headerProgressM{
	width:100%;
	position:fixed;
	top:56px;
	left:0px;
	height:4px;
	background:#eeeeee;
	float:left;
	overflow:hidden;
}
.headProgressB{
	width:0%;
	height:4px;
	background:#0078c1;
	opacity:0.3;
	transition: 1s  ease-out;
}
.headProgressM{
	width:0%;
	height:4px;
	background:#0078c1;
	opacity:0.3;
	transition: 1s  ease-out;
}
.menuBtn{
    float:right;
    height:32px;
    padding:24px;
    background: #eeeeee;
    cursor: pointer;
	animation-name: headerMenuAnimation;
	width:105px;	
}
.menuBtn:hover{
    float:right;
    height:32px;
    padding:24px;
    background: #D9D9D9;
    cursor: pointer;
}



.double_navigation{  /* depricated?   */
    margin-left:auto;
    margin-right:auto;
    width:800px;
	padding:24px;
	line-height:1.3;
	letter-spacing:0.02em;
	font-size:20px;
	color:#062134;
	background:#fefefb;
	font-family:Times;
    font-weight:500;
    margin-top:70px;
    margin-bottom:-10px;
}



.headerTitleBlock{
	overflow:hidden;
    margin-left:16px;
	margin-top:-2px;
    float:left;
    vertical-align: auto;
	cursor:pointer;
	margin-bottom:8px;
}



#hpadding{
	width:100%;
	height:10px;
	overflow:hidden;
	color:blue;
}

.headerTitle{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding-top: 0px;
	height:auto;
    letter-spacing: 0em;
    line-height: 26px;
    text-align: center;
	color: #0078c1;
	margin-bottom:-4px;

}

.headerTitleM{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding-top: 0px;
	height:56px;
    letter-spacing: 0em;
	color: #0078c1;
	margin-bottom:-4px;
	display: flex;
    align-items: center; 
    justify-content: center;
}

.headCopyright{
	margin-top:6px;
	font-size:12px;
	text-align:center;
	font-family: sans-serif;
	color:#000000;
	opacity:0.5;
	padding:0;
}

.headerPartTitle{
    margin-left:auto;
    margin-right:auto;
    width:600px;
    font-family: Arial;
    font-weight: bold;
    padding-top:10px;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 26px;
    text-align: center;
    color: #0078c1;
}

.headerSearchBtn{
    width: 38px;
    height: 38px;
    float:right;
    background: url('../image/search.svg') no-repeat;
	background-position: 0px 0px;
	background-size: 38px;
    margin-right: 16px;
    margin-top:18px;
}

.headerMenuText{
        font-family: Arial;
		font-weight: bold;
		font-size: 22px;
		line-height: 26px;
		text-align: right;
        color: #a0a0a0;
        float:right;
		opacity:1;
		animation-name: headerMenuAnimation;
		animation-duration: 3s;
}

@keyframes headerMenuAnimation{
from {opacity:0} 
to {opacity:1}
}

.headerMenuIcon{
    width: 24px;
    height: 20px;
    background: transparent;
    background: url('../image/menu.svg') no-repeat;
	background-position: 0px 0px;
	background-size: 24px;
    margin-right: 16px;
    margin-top:3px;
    float:right;
	animation-name: headerMenuAnimation;
	animation-duration: 5s;
}



/*nav*/

 
.navLinkHref{
    color: #0c3458;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 27px;
    list-style-type: none;
	background:#FEFEFC;

}

.navLinkHrefSelected{
    color:#ffffff;
    background:#0c3458;
    border-radius:4px;
    border-radius:4px;
    padding: 2px 8px 2px 8px;

}
.navLinkHref:hover{
   	background:#1d6eb7;
    border-radius:4px;
    border-radius:4px;
    padding: 2px; 
	color:#333333;
	color:#ffffff;
}



.nav_link, .nav_link li, .nav_link ul{
    position:relative;   
	margin-top:0px;
}
 
.nav_link ul{
	list-style:none;
	padding-left:32px;
 }
.nav_link li::before,.nav_link li::after{
	
	content:"";
	position:absolute;
	left:-12px;
 }
 
.nav_link li::before{
	border-top:1px solid #aebbc6;
	top:13px;
	width:8px;
	height:0px;
}
.nav_link li::after{
	border-left:1px solid #aebbc6;
	height:100%;
	width:0px;
	top:2px;
	
}
.nav_link ul > li:last-child::after{
	height:12px;
}
 /* bottomnav*/

 


#content{
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	margin-bottom: -16px;
}


.bottomNavigation{
	display:none;
}


.menu_body{
	width: calc(100% - 16px) ;
	width:300px;
	height: calc(100% - 56px) ;
	padding: 8px;
	margin-top:56px;
	position: fixed;
	right:-500px;
	z-index:85;
	background: #f4f4f4;
	transition: 0.3s  ease-out;
}

.menu_body_list{
	border:2px solid #ffffff;
	padding: 16px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background:#FEFEFC;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0em;
	line-height: 30px;
	text-align: left;
	color: #a0a0a0;
	overflow: scroll;
	

}

.menu_body_link{
	width: 100%;
	height: calc(100% - 260px);
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 27px;
	text-align: left;
	color: #0c3458;
	margin-top:16px;
	cursor: pointer;
	margin-left:-28px;
}

.menu_body_close{
	width:100px;
	display: block;
	height:24px;
	background: #ffffff;
	color: #0078c1;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 8px;
	padding:8px;
}
.menu_body_close:active{
	width:100px;
	display: block;
	height:24px;
	background: #0078c1;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 8px;
	padding:8px;
}


.header_desktop{
	display:none;
}

#pageJump{
	display: none;
}

.body{
	background: #fefefb;
	overflow:hidden;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.header_mobile{
	display:block;
	background: #ffffff;
	width:100%;
	height:56px;
	overflow:hidden ;
	position: fixed;
	top:0;
	left:0;
	z-index: 80;
	box-shadow:0px 5px 50px rgba(0,0,0,0.05);
}
.header_logo{
	float:left;
    width:100px;
    height:56px;
    background:  url('../image/gtu-white.jpg') no-repeat;
	background-position: 0px 0px;
	background-size: 100px;
	cursor: pointer;
}
.header_title{
	width:100%;
	height: 56px;
	background: #ffffff;
	font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding-top: 0px;
	height:auto;
    letter-spacing: 0em;
    line-height: 26px;
    text-align: center;
	color: #0078c1;
	margin-bottom:-4px;
}

.bottom_mobile{
	display:block;
	background:transparent;
	opacity: 1;
	width:100%;
	height:56px;
	overflow:hidden ;
	position: fixed;
	bottom:0px;
	left:0;
	box-shadow:0px -5px 50px rgba(0,0,0,0.05);
}
.bottom_menu{
	position: fixed;
	bottom: 0px;
	left:0px;
	width:56px;
	height:56px;
	background: #F3F3F3;
	border-radius: 0px 16px 16px 0px;

}
.bottom_menu:active{
	float: left;
	width:56px;
	height:56px;
	display: block;
	background: #D9D9D9;
	border-radius: 0px 16px 16px 0px;
}



.bottom_menu_icon{
		width: 24px;
		height: 20px;
		background: transparent;
		background: url('../image/menu.svg') no-repeat;
		background-position: 0px 0px;
		background-size: 24px;
		margin-right: 18px;
		margin-top:18px;
		float:right;
		animation-name: headerMenuAnimation;
		animation-duration: 5s;
}

.bottom_menu_nav{
	display: block;
	position: fixed;
	bottom:0px;
	right:0px;
	background: #F3F3F3;
	width:170px;
	height:56px;
	border-radius: 16px 0px 0px 16px;
}

.bottomMNavigationPrev{
	transition: 0.3s ease-out;
	margin-bottom:5px;
	width:48px;
	height:48px;
	margin-top: 4px;
	background: url('../image/nav_back.svg') no-repeat;
	background-position: 16px 14px;
	background-size: 20px;
	margin-right:0px;
	margin-left: 8px;
	float:left;
	opacity:.4;
	border-radius: 20px;
	transition: 0.3s;
}
.bottomMNavigationPrev:active{
	margin-bottom:5px;
	width:48px;
	height:48px;
	margin-top: 4px;
	background: url('../image/nav_back.svg') no-repeat;
	background-position: 16px 14px;
	background-size: 20px;
	margin-right:0px;
	margin-left: 2px;
	float:left;
	opacity:.4;
	border-radius: 20px ;
	background-color: #D9D9D9;
}
.singlePrev{
	margin-left:60px;
}

.bottomMNavigationNext{
	transition: 0.3s ease-out;
	width:48px;
	height:48px;
	margin-top: 4px;
	margin-right: 16px;
	float:right;
	opacity:.4;
	padding:0px;
	background: url('../image/nav_next.svg') no-repeat;
	background-position: 16px 14px;
	background-size: 20px;
	border-radius: 20px;
	transition: 0.3s;
}
.bottomMNavigationNext:active{
	width:48px;
	height:48px;
	margin-top: 4px;
	margin-right: 10px;
	float:right;
	opacity:.4;
	padding:0px;
	background: url('../image/nav_next.svg') no-repeat;
	background-position: 16px 14px;
	background-size: 20px;
	background-color: #D9D9D9;
	border-radius: 20px;
}

.singleNext{
	margin-right: 60px;
}










































@media only screen and (min-width: 820px) {

	.body{
		background:#f9f9f9;
		overflow:hidden;
	}

	.menu_body{
		width:420px;
		min-height: 700px;
		padding: 16px;
		margin-top:72px;
		position: fixed;
		right:-500px;
		height: 100%;
		z-index:85;
		background: #f4f4f4;
		box-shadow:0px 15px 50px rgba(0,0,0,0.2);
		transition: 0.3s  ease-out;
	}
	
	.menu_body_list{
		padding: 16px;
		width: 378px;
		height: 700px;
		border-radius: 8px;
		background:#FEFEFC;
		font-family: Arial;
		font-weight: bold;
		font-size: 24px;
		letter-spacing: 0em;
		line-height: 30px;
		text-align: left;
		color: #a0a0a0;
		overflow: scroll;
	}
	
	.menu_body_link{
		width: 100%;
		height: 469px;
		font-family: Arial;
		font-weight: bold;
		font-size: 18px;
		letter-spacing: 0em;
		line-height: 27px;
		text-align: left;
		color: #0c3458;
		margin-top:16px;
		cursor: pointer;
		margin-left:-28px;
	}

	.menu_body_close{
		display: none;
	}

		
	#bottomNav{
		position:fixed;
		bottom:16px;
	}
	#bottomNav:hover{
		position:fixed;
		bottom:16px;
		box-shadow:0px 15px 50px rgba(0,0,0,0.2);
		border-radius:20px;
	}


	.bottomNavigation{
		z-index:60;
		border-radius:20px;
		bottom:16px;
		cursor:pointer;
		text-align:center;
		font-family:sans-serif;
		font-weight:700;
		display: block;
	}





	.bottomNavigationNext{
		float:left;
		opacity:0.2;
		padding:24px;
		background:url('../image/nav_next.svg') no-repeat;
		background-position: 20px 20px;
		background-size: 20px;
		padding-left: 48px;
	}
	
	.bottomNavigationNextCompact{
		width:60px;
		height:80px;
		float:left;
		opacity:0.2;
		padding:0px;
		background:url('../image/nav_next.svg') no-repeat;
		background-position: 16px 28px;
		background-size: 20px;
	}
	.bottomNavigationPrev{
		background:url('../image/nav_back.svg') no-repeat;
		background-position: 20px 20px;
		background-size: 20px;
		margin-right:0px;
		float:left;
		opacity:0.2;
		padding:24px 32px 24px 24px;
		border-radius: 20px 20px 20px 20px;
	}

	.bottomNavigationPrevCompact{
		margin-bottom:5px;
		width:60px;
		height:80px;
		background:url('../image/nav_back.svg') no-repeat;
		background-position: 16px 28px;
		background-size: 20px;
		margin-right:0px;
		float:left;
		opacity:0.2;
		border-radius: 20px 20px 20px 20px;
	}

	.bottomNavigationPrev:hover, 
	.bottomNavigationNext:hover,
	.bottomNavigationPrevCompact:hover,
	.bottomNavigationNextCompact:hover
	{
		opacity:1;
	}

	.bottomNavigationPreload{
		background:url('../image/Back.svg') no-repeat;
		background-position: 0px 0px;
		background-size: 00px;
		margin-right:0px;
		width:0;
	}
	/*  */



	.header_desktop{
		background:white;
		height: 80px;
		width:100%;
		position: fixed;
		top:0px;
		left:0px;
		z-index:80;
		display: block;
		box-shadow:0px 5px 50px rgba(0,0,0,0.05);
	}

	#pageJump{
		display: block;
	}

	.header_mobile{
		display:none;
	}

	.bottom_mobile{
		display:none;
	}

		
	.splash_screen{
		width:100%;
		height:100%;
		position:fixed;
		top:0px;
		left:0px;
		background-image: linear-gradient(290deg, #09ACDD 0%, #0179C0 56%);
		z-index: 95;
		cursor: pointer;
	}
	.splash_screen_container{
		width:1024px;
		height:200px;
		margin-left: auto;
		margin-right: auto;
		z-index: 95;
		opacity:1;
		transition: 1s  ease-out;
		transition: transform 0s, 1s  ease-out;
	}

	.splash_screen_container_hidden{
		width:1024px;
		height:200px;
		margin-left: auto;
		margin-right: auto;
		z-index: 95;
		opacity:0;
		transition: 1s  ease-out;
	}


	.splash_screen_container_hide{
		width:1024px;
		height:200px;
		margin-left: auto;
		margin-right: auto;
		z-index: 95;
		opacity:0;
		transition: 0.3s;
	}

	.splash_logo{
		float:left;
		width:380px;
		height:230px;
		background: url("../image/gtu-blue.jpg") no-repeat;
		background-size: contain;

	}
	.splash_text_block{
		background: rgba(255,255,255,0.05);
		width:610px;
		float: left;
		padding: 4px 4px 2px 6px;
		margin-left:24px;
		margin-top:55px;
		border-radius: 4px;
	}

	.splash_tb_text{
		font-family: Arial;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 0em;
		line-height: 17px;
		text-align: left;
		color: #fff;
		margin-bottom:4px;

	}
	.splash_tb_title{
		font-family: Arial;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 1.2em;
		text-align: left;
		color: #fff;
		height:56px;
		padding-top:4px;
	}

	.bottom_menu{
		display: none;
	}

	.bottom_menu_nav{
		display: none;
	}

}