.page-wrap .main-header header{
    background-image:url('../images/menu/bg_menu.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-blend-mode: multiply;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.menu-top, .menu-bottom{
	position: relative;
	z-index: 10;
}
.menu-open{

}
.menu-btn {
	width: 130px;
    height: 130px;
    background: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: auto;
    margin-top: 50px;
}

.menu-btn-icon {
	display: block;
	width: 66px;
	height: 41px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.menu-btn-icon span {
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.menu-btn.menu-btn-active .menu-btn-icon > span:after {
}
.menu-btn-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-btn-icon span:nth-child(2) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-btn-icon span:nth-child(3) {
	top: 32px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-btn.menu-btn-active .menu-btn-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -5px;
	left: 8px;
}

.menu-btn.menu-btn-active .menu-btn-icon span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.menu-btn.menu-btn-active .menu-btn-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 41px;
	left: 8px;
}
.menu-name{
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
/*Social Icons*/
.menu-bottom{
	display: flex;
    justify-content: center;
	margin:30px;
	gap:10px;
}
.menu-bottom > div{
display: flex;
}
.menu-bottom .social-title{
	writing-mode: sideways-lr;
    text-orientation: mixed;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
	text-transform: uppercase;
}
.social-items{
	display:flex;
	flex-direction: column;
    gap: 30px;
    align-items: center;
}
.icon-social{
	width: 36px;
	height: 36px;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-linkedin{
	background-image: url('../images/menu/linkedin_menu.svg');
}
.icon-socialx{
	background-image: url('../images/menu/x_menu.svg');
}
.icon-facebook{
	background-image: url('../images/menu/facebook_menu.svg');
}

/*menu open*/
.menu-open{
	position: absolute;
    width: 70vw;
    height: 100vh;
    z-index: 9;
    background: #71BFE7;
    padding-left: 175px;
	display:none;
}
.menu-open.open{
display: flex;
}
.primary-menu-wrap{
	padding:30px;
	padding-left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-left:1px solid #fff;
}
.primary-menu-wrap .nav{
	flex-direction: column;
	gap:30px;
}
.primary-menu-wrap .nav a{
	font-size: calc(1em + 1vw);
	color:#fff;
	font-weight: 300;
	text-decoration: none;
}
@media screen and (max-width:767px){
	.page-wrap .main-header header {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #1D437C;
        height: 130px;
        flex-direction: row;
		align-items: center;
    }
    .menu-top{
        transform: scale(.5);
    }
    .menu-btn {
        width: 100px;
        height: 100px;
        background: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: 1px solid #fff;
        margin: auto;
        margin-top: 0;
    }
	.menu-logo{
		padding-right:30px;
		position: relative;
	
	}
	.menu-open {
		position: absolute;
		width: 100%;
		height: 100vh;
		z-index: 9;
		background: #71BFE7;
		padding-left: 0;
		top: 0;
		padding-top:100px;
	}
	.primary-menu-wrap {
		padding-left: 30px;
	}
	.primary-menu-wrap .nav {
		flex-direction: column;
		gap: 15px;
	}
	.primary-menu-wrap .nav a {
		font-size: calc(1em + .4vw);
	}
	
}

/*Language Dropdown*/
.language-block{
	padding: 10px 30px;
	margin-bottom:20px;
	border-radius:0 0 10px 10px;
	display:flex;
	gap:5px;
	font-size: 1em;
	font-weight:700;
	text-transform: uppercase!important;
	color:#fff;
	    flex-direction: column;
    align-items: center;
}
.lang-info{
	position: relative;
}
.lang-info:after{
	content:'';
	display:block;
	position: absolute;
	top: 4px;
    left: 0;
	width:25px;
	height: 20px;
	background-image: url('../images/icon-lang-info.svg');
	background-repeat: no-repeat;
	background-size: contain;
  }
.drop-block{
	
}
.dropbtn {
	background-color: #264C81;
	color: white;
	border: none;
	cursor: pointer;
	text-transform: uppercase!important;
	width:100%;
	position: relative;
  }
  .dropbtn:after{
	content:'';
	display:block;
	position: absolute;
	top: 10px;
    right: 0;
	width:12px;
	height: 15px;
	background-image: url('../images/arrow-down-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
  }
  
  .dropbtn:hover, .dropbtn:focus {
	background-color: #264C81;
  }
  
  .drop-block {
	position: relative;
	display: inline-block;
	  width:100%;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #264C81;
	min-width: 20px;
	overflow: auto;
	z-index: 1000;
	  font-size:0.8em;
	  font-weight:400;
	  left: 50%;
    transform: translateX(-50%);
	  overflow-y: scroll;
    height: 168px;
  }
  .dropdown-content::-webkit-scrollbar {
  width: 6px;
}

.dropdown-content::-webkit-scrollbar-track {
  background: #1f3a66; /* sau transparent */
}

.dropdown-content::-webkit-scrollbar-thumb {
  background-color: #7CA6E6;
  border-radius: 3px;
  border: 1px solid #264C81;
}

/* Pentru Firefox */
.dropdown-content {
  scrollbar-width: thin;
  scrollbar-color: #7CA6E6 #1f3a66;
}
  .dropdown-content a {
	color: #fff;
	padding: 2px 15px;
	text-decoration: none;
	display: block;
  }
  
  .drop-block a:hover {background-color: #bdcc7e;}
  
  .show {display: block;}

  @media screen and (max-width:480px){
   .lang-info span{
	display:none;
   }
}