@charset "utf-8";
/* CSS Document */

header{
 padding: 25px 50px;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 9999;
}
.fat-nav{
 display: none;
}
.logo {
 width: 405px;
}
.logo img{
 height: 32px;
 width: auto;
}
.header--insert{
 margin: 0 auto;
 display: flex;
 justify-content:space-between;
 align-items: center;
}
nav ul {
 display: flex;
 justify-content: space-bet1ween;
}
nav ul li span{
 color: #fff;
 font-size: 1.6rem;
 font-weight: 700;
 display: block;
 padding: 20px 15px;
 line-height: 1;
}

.rGroup{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:0 10px;
}
.bt-contact{
	width: 230px;
}
.bt-contact a{
	display: flex;
	 align-items: center;
	 justify-content: center;
}
.bt-contact span{
	font-size: 1.6rem;
	display: block;
	width: 100%;
	height: 32px;
	background-color: #fff;
	 border-radius: 100px;
	 color: #000;
	 text-align: center;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap:0 7px;
	 transition: all .3s ease-in-out;
}
.bt-contact img{
	height: 20px;
	width: auto;
}
.bt-contact span:hover{
	opacity: 0.8;
}
.lang{
 width: 210px;
 height: 32px;
 border: 1px solid #fff;
 border-radius: 100px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.lang .select{
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 0;
 line-height: 1;
}
.lang .select .ctry {
 line-height: 1;
}
.lang .select .icon {
 line-height: 1;
 margin: 0 5px 0 0;
}
.lang .select .icon img{
 height: 20px;
 width: 20px;
}
.lang .select .active a{
 text-decoration: underline;
}
.lang .select .ctry + .ctry::before {
    content: '|';
    margin: 0 6px;
}

.lang aside{
 display: flex;
 text-transform:capitalize;
}
.lang aside > input.weglot_choice{
 display: none;
}
.lang aside ul{
 display: flex;
}
.lang aside ul::before {
    content: '|';
    margin: 0 3px;
}
.lang aside label span{text-decoration: underline;}

.mega{
 position: relative;
}
.menu-group{
 display: flex;
 align-items: center;
 justify-content: space-between;
 position: relative;
}
.menu-group .menulist{
 display: flex;
 justify-content: space-between;
}
.menu-group .menulist .menu{
 margin: 0 0 0 30px;
}
.menu-group .menulist .menu:first-child{
 margin: 0;
}
.menu-group > .menulist > .menu > a >span{
 font-weight: 600;
 font-size: 16px;
 display: block;
 padding: 41px 0;
}

.menu-dir{
 position: absolute;
 width: 550px;
 background-color: rgba(0,0,0,0.85);
 left: 15px;
 top: 40px;
 opacity: 0;
 z-index: -1;
 transition: all .2s ease-in-out;
 pointer-events: none;
}
.mega:hover .menu-dir{
 top: 50px;
 opacity: 1;
 transition: all .2s ease-in-out;
 pointer-events: all;
}
.menu-dir .menu-dir-insert{
 margin: 0 auto;
 padding:0px 0 0px 0;
 padding: 20px;
 text-align: left;
}

.mega-link > span{
 display: block;
 position: relative;
}
.mega-link > span > a{
 display: none;
}
.mega-link:hover > span > a{
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 1;
}
.mega-link > a{pointer-events: none;}
.mega-link:hover > a{pointer-events: auto;}


.menu-dir-insert .md{
 border-bottom: 1px solid #fff;
 
 width: 100%;
 font-weight: 600;
 font-size: 1.8rem;
 margin: 0 0 15px 0;
}
.menu-dir-insert .md img{
 width: 20px;
 height: 20px;
}
.menu-dir-insert .md a{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap:0 7px;
}
.menu-dir-insert .menu-group.col2{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 align-items: flex-start;
}
.menu-dir-insert .menu-group.col2 .blk{
 width: 50%;
}
.menu-dir-insert .menu-group.col2 .blk p{
 font-weight: 600;
 line-height: 1;
 font-size: 1.6rem;
 color: #00a8e7;
 margin: 0 0 7px 0;
}
.menu-dir-insert .menu-group .btn span{
 padding: 5px 20px;
 font-size: 1.5rem;
 position: relative;
 font-weight: normal;
} 
.menu-dir-insert .menu-group .btn span::before{
 content: '';
 display: inline-block;
 position: absolute;
 left: 0;
 top: 12px;
 width: 12px;
 height: 1px;
 background-color: #fff;
}





























