/* header style*/
/*@keyframes turn{
    from {transform: rotate(0deg);}
    to {transform: rotate(180deg);}
}
-webkit-@keyframes turn{
    from {transform: rotate(0deg);}
    to {transform: rotate(180deg);}
}*/

/*POP UP COOKIES */

.close{
    cursor: pointer;
    position: absolute;
    height:15px;
    width:15px;
	top:5px;
	right:10px;
    z-index: 999;
    color: #000;
}


/*header{
	background:url(../../img/common/degr2.png) repeat;
	background-position: bottom left;
	position: absolute;
	top:0;
	z-index: 999;
	width: 100%;
	max-width: 1920px;
}*/
header{
	background:url(../../img/common/degr3.png) repeat-x;
	background-position: bottom left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.37+71,0.07+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.7+67,0.6+84,0.46+93,0+100 */
/*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 67%, rgba(0,0,0,0.6) 84%, rgba(0,0,0,0.46) 93%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 67%,rgba(0,0,0,0.6) 84%,rgba(0,0,0,0.46) 93%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 67%,rgba(0,0,0,0.6) 84%,rgba(0,0,0,0.46) 93%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );*/
	position: absolute;
	top:0;
	z-index: 999;
	width: 100%;
	max-width: 1920px;
	padding-bottom:1em;
}


header.header .btns{
	border-bottom:2px solid #ff7f06;
	text-align: center;
}
header.header .btns .container div{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding:0;
}
header.header .btns .container div:nth-child(2){
	border-left: 1px solid #fff;
}
header.header .btns .container div a{
	text-decoration: none;
	color:#fff;
	padding:0.5em 0;
	/*display: block;*/
	font-size: 18px;
	padding-right:15px;
	padding-left:15px;
	transition: all 0.3s ease-out;
}
header.header .btn-top a{
	text-decoration: none;
	color:#fff;
	padding:0.5em 0;
	display: block;
	font-size: 18px;
	padding-right:15px;
	padding-left:15px;
	transition: all 0.3s ease-out;
}
header.header .display_area{
	display:inline-block;

}
header.header .btns .container div a:hover, .btns .container div a.active{
	background:#6a6a6a;
}

header.header .header-cont{
padding-top:1em;
}
header.header .logo{
	text-align: center;
	padding-top:0.3em;
}
header.header nav{
	padding-top: 1em;
}
header.header nav>ul>li{
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin-right: 4em;
}
header.header nav>ul>li>ul{
	transition:all 0.3s ease-out;
}
header.header nav>ul>li:nth-child(5){
	margin-right: 0;
}
header.header nav>ul>li:hover ul{
	/*display: block;*/
	/*padding-top: 50px;*/
	padding-bottom: 60px;
	height: initial;
	padding-top:1em;
	height: auto;
}

header.header nav>ul>li.open ul{
	/*display: block;*/
	padding-top: 50px;
	padding-bottom: 60px;
	height: initial;
	padding-top:4.5em;

}

header.header nav>ul>li:hover a.more:after{
 	transform:rotate(180deg);
    /*top:5px;*/
}
header.header nav>ul>li.open a.more:after{
 	transform:rotate(180deg);
    /*top:5px;*/
}
header.header nav ul li{
	list-style: none;
	/*text-align: center;*/
}
header.header nav ul li a, header.header nav ul li a:visited{
	position: relative;
	z-index:99:;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	transition:all 0.3s linear;
}
header.header nav ul li ul.lvl2{
	/*transition:all 0.3s cubic-bezier(0, 0.97, 0.68, 1.19);*/
	transition:all 0.3s ease-out;
}
header.header nav ul li a:hover,header.header nav ul li ul.lvl2 li a:hover{

	color:#ff7f06;
	text-decoration: none;
}

header.header nav ul li ul.lvl2 li a:hover{
	padding-left:0.5em;
}
header.header nav ul li a.more:after{
/*	width: 5px;
	height: 5px;*/
	transform-origin: 50% 50%;
	/*content:"v";*/
	content:"";
	width: 12px;
	height: 12px;
	background:url(../../img/common/anchor_sol.png);
	background-repeat:no-repeat;
	background-size: cover;
	line-height: 0;
	display: inline-block;
	position: relative;
	left: 0.3em;
	/*color:#ff7f06;*/
	top:0;
	transition:all 0.3s linear;
}

header.header nav ul li a.active,header.header nav ul li ul.lvl2 li a.active{
	cursor: default;
	pointer-events: none;
	color:#ff7f06;
	text-decoration: none;
}
header.header nav>ul>li>ul{
	/*display:none;*/
	position:absolute;
	width: 30%;
	padding-left: 1em;
	padding-right: 0.5em;
	padding-bottom: 20px;
	transition:all 0.3s ease-out;
	top: 35px;
	/*background: rgba(0,0,0,0.75);*/
	background:url(../../img/common/degr4.png);
	background-size:contain;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));*/
	/*padding-bottom: 60px;*/


	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.79+29,0.79+71,0+100 */
/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.79) 29%, rgba(0,0,0,0.79) 71%, rgba(0,0,0,0) 100%);*/
 /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.79) 29%,rgba(0,0,0,0.79) 71%,rgba(0,0,0,0) 100%); */
/* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.79) 29%,rgba(0,0,0,0.79) 71%,rgba(0,0,0,0) 100%); */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );*/
 /* IE6-9 */
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.47+25,0.77+41,0.77+63,0.47+80,0+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.71+6,1+50,0.71+94,0+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.71+16,1+60,0.51+86,0.26+94,0+100 */


/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 16%, rgba(0,0,0,1) 60%, rgba(0,0,0,0.51) 86%, rgba(0,0,0,0.26) 94%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.71) 16%,rgba(0,0,0,1) 60%,rgba(0,0,0,0.51) 86%,rgba(0,0,0,0.26) 94%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.71) 16%,rgba(0,0,0,1) 60%,rgba(0,0,0,0.51) 86%,rgba(0,0,0,0.26) 94%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
*/

	width: 180px;
	/*padding-top: 50px;*/
	margin-left: -15px;
	padding-top: 0;
	padding-bottom:0;
    height: 0;
    overflow: hidden;
}
header.header nav ul li ul.long{
	width: 280px;
}
header.header nav ul li a.more{
	position: relative;
	z-index: 10;
/*	pointer-events: none;*/
}
header.header nav ul li a.more:hover{
	cursor:default;
}
header.header nav ul li a.active{
	border-bottom:1px dashed #fff;
}

header.header nav>ul>li>ul li{
	width: 100%;


}
header.header nav ul li ul.lvl2 li a{
	/*text-align: center;*/
	display: block;
	/*color:#82726e;*/
	color:#fff;
	line-height: 35px;
}
header.header .burguer{
	display: none;
	width: 45px;
	height: 45px;

}
header.header .burguer .line{
	width: 100%;
	height: 5px;
	background:#ff7f06;
	margin-bottom:8px;
	border-radius:10px;
	transition:all 0.2s linear;
	position: relative;
}
header.header .burguer.open .line{
	transform:rotate(45deg);
	margin:0;
	bottom:0;
	left:0;
}
header.header .burguer.open .line1{
	transform:rotate(135deg);
	top:9px;

}
header.header .burguer.open .line2{
	transform:rotate(-45deg);
	opacity:0;
}
header.header .mobile-in-logo{
	display:none;
}
@media screen and (max-width: 1210px){
	header.header nav>ul{
	padding-left:1em;
}
	header.header nav>ul>li{
		margin-right: 1.5em;
	}
}
/*@media screen and (max-width: 991px) {
		header.header nav>ul{
	padding-left:0em;
}
header.header .logo{
	display: none;
}
header.header .mobile-in-logo{
		display:block;
	}*/
	/*header.header nav>ul>li{
		margin-right: 1.5em;
	}
	header.header nav>ul>li>ul{
		top:12px;
	}*/
/*}*/
@media screen and (max-width: 991px){
	body{

	}
	header.header .btns{
		padding-top: 4em;
	}
	header.header .mobile-in-logo{
		position: relative;
		z-index: 999;
	}
	header.header .btns .container div{
		border:none;
	}
	header.header .btns .container div:nth-child(2){
		border:none;
	}
	header.header .btns .container div:nth-child(3){
		/*border-left:1px solid #fff;*/
		border:none;
	}
	header.header .btns .container div a{
		/*border-top:1px solid #fff;*/
		border:none;
		font-size: 16px;
	}
			header.header nav>ul{
	padding-left:0em;
}
header.header .logo{
	display: none;
}
header.header .mobile-in-logo{
		display:block;
		margin-bottom:1em;
	}
	header.header .header-cont{
		overflow: hidden;
	}
	header.header .burguer{
		display:block;
		position: absolute;
		z-index: 99;
		right: 30px;
		top:26px;
	}
	header.header nav{
		width: 100%;
		position: absolute;
		left:-100%;
		top:0;
		transition:all 0.5s linear;
		background: #333;
		min-height: 100vh;
	}
	header.header nav.out{
		left:0%;

	}
	header.header nav .nav-logo{
		margin:0 auto;
		display: block;
	}
	header.header nav{
		background:rgba(0,0,0,1);
	}
	header.header nav ul{
		margin-top: 3em;
	}
	header.header nav>ul>li{
		display: block;
		text-align:right;
		margin-top:2em;
	}
	header.header nav>ul>li:nth-child(5){
		margin-right:1.5em;
	}
	header.header nav>ul>li:hover a.more:after{
 	transform:none;
    /*top:5px;*/
	}
	header.header nav ul li a:hover{
		color:#fff;
	}
	header.header nav>ul>li.open>a{
		color:#ff7f06;
	}
	header.header nav>ul>li.open a.more:after{
	 	transform:rotate(180deg);
	 	background:url(../../img/common/anchor_sol_wt.png);
		background-repeat:no-repeat;
		background-size: cover;
	}
/*header.header nav>ul>li a.more:after{
	display: none;
}*/
	header.header nav>ul>li>ul{
		position: relative;
		margin:0;
		background: none;
		padding:0;
		top:0;
		width: initial;
	}
	header.header nav>ul>li:hover ul{
	/*display: block;*/
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0;
	padding-top:0em;
	overflow: hidden;

}
header.header nav>ul>li.open ul{
	/*display: block;*/
	padding-bottom: 1em;
	height: initial;
	padding-top:1em;
	/*padding-right: 2.5em;*/

}
	header.header nav ul li ul.long{
		width: initial;
	}
/*	header.header nav ul li.plus{
		position: relative;
		padding-right: 2em;
	}
	header.header nav ul li.plus:after{
    content: "+";
    color: #ff7f06;
    font-size: 40px;
    display:inline-block;
    position: absolute;
    top:13px;
    right: 0px;
    line-height: 0;
    vertical-align: middle;
    transition: all 0.3s linear;
  	transform-origin: 50% 50%;
  	transform:rotate(0deg);
	}
	header.header nav ul li.plus.open:after{
	transform:rotate(45deg);
	color:#fff;

	}*/
/*	header.header nav>ul>li.open ul{
		position:relative;
		right: -2em;
	}*/
}