.header__nav .menu-item-has-children {
    position: relative;
	list-style: none;

}
#fy {
	color: #ffffff;
	font-size: 0.9375rem;
	}
	
	#fy:hover {
	opacity: 0.7;
	}
#fy .langarrow {
    width: 13px;
    height: 9px;
	margin-left: 3px;
	display: inline-block;
}

.header--scrolled #fy {
	color: #302e2d;
	}

.header__nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    background: #fff;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    z-index: 1000;
	border-radius: 6px;
}

.header__nav .menu-item-has-children:hover .sub-menu {
    display: block;
}

.header__nav .sub-menu li a {
    display: block;
    padding: 6px 14px;
    white-space: nowrap;
	font-size: 0.9375rem;
}