header.app-header .lang-wrap a:hover,
header.app-header .lang-wrap a.active{
	color: #ed5019;
}
/*header.app-header .logo{
	background: url("../images/logo_white.svg") 0 0 no-repeat;
	background-size: contain;
}
header.app-header .logo img{
	opacity: 0;
}*/
.nav-opened header.app-header .hamburger span,
.nav-opened header.app-header .hamburger span::before {
    background-color: #D1EC03;
}
.nav-opened header.app-header .lang-wrap a:hover,
.nav-opened header.app-header .lang-wrap a.active {
    color: #D1EC03;
}

footer.app-footer .social-wrap a{
	border-color: #000;
}
footer.app-footer .social-wrap a svg{
	fill: #000;
}
footer.app-footer .social-wrap a:hover{
	border-color: #fff !important;
}
footer.app-footer .social-wrap a:hover svg{
	fill: #fff !important;
}
.nav-opened footer.app-footer .social-wrap a:hover{
	border-color: #000 !important;
}
.nav-opened footer.app-footer .social-wrap a:hover svg{
	fill: #000 !important;
}

.hamburger span,
.hamburger span::before{
	background-color: #ed5019;
}

.form-group{
	border-bottom-color: #ed5019;
}

@media (max-width: 991px){
    .secondary-nav a,
    header.app-header .lang-wrap a{
        color: #414040 !important;
    }
    .secondary-nav a::before{
        background-color: #414040 !important;
    }
    .secondary-nav a.active,
    header.app-header .lang-wrap a.active{
        color: #fff !important;
    }
    .secondary-nav a.active::before{
        background-color: #fff !important;
    }
    .hamburger span,
    .hamburger span::before {
        background-color: #fff !important;
    }
}