.header__menu {
	margin-left: auto;
}

.header__menu>ul>li>ul > li > a {
	color: #FFF;
}

@media (min-width: 768px) {
	.header__menu>ul>li>ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 49;
	}

	.header__menu>ul>li {
		position: relative;
	}

	.header__menu>ul>li.menu-item-has-children > a:after {
		content: "\e900";
	    font-family: voltagy;
	    opacity: 1;
	    font-size: 9px;
	    font-weight: 400;
	    transform: rotate(90deg);
	    margin: 1px 0 0 8px;
	    background: none;
	    width: auto;
	    height: auto;
	}

	.header__menu>ul>li:hover > ul {
		display: block;
	}
}

@media (max-width: 767px) {
	.header__menu>ul>li.wpml-ls-item {
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: .2544529262vw solid #c4c4b8;
	}

	.header__menu>ul>li>ul {
		padding: 0;
		margin: 0 0 0 20px;
		list-style: none;
	}

	.header__menu>ul>li.wpml-ls-item a {
		border: none;
		padding-top: 6vw;
		padding-bottom: 6vw;
	}

	.header__menu>ul>li.wpml-ls-item > a {
		color: #ef983d;
	}

	.header__menu>ul>li.wpml-ls-item a:after {
		display: none;
	}
}