.footer__right, a.header__btn.no-btn{
	/* display: none !important; */
}
.footer__container {
    min-height: 90px;
}
a.footer__btn.no-btn {
    font-size: 16px;
    text-decoration: underline;
    color: #565655;
}
a.footer__btn.no-btn:hover {
    text-decoration: none;
}
a.header__btn.no-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: baseline;
    max-width: 200px;
    width: 100%;
    padding: 5px 0;
    font-family: "Gilroy","Arial",sans-serif;
    font-size: 16px;
    line-height: 18.75px;
    font-weight: 500;
    color: #434343;
    text-align: center;
    text-decoration: none;
}
a.header__btn.no-btn:focus, a.header__btn.no-btn:hover {
    color: #ffdf77;
}


.languages {
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 5;
    color: #FFF;
    margin-left: 20px;
    transition: background-color 0.5s;
}

.languages svg{
    width: 16px;
    margin-left: 3px;
    height: 16px;
}

.languages path{
    fill: white;
}

.languages .head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
    background: #dbae40;
    color: #fff;
}

.l-header{
    position: relative;
}

.languages.is-open {
    background-color: #dbae40;
}

.languages.is-open .dropdown{
    display: block;
}

.languages .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #dbae40;
    border-radius: 0 0 5px 5px;
    color: #fff;
}

.languages .dropdown a {
    display: block;
    padding: 5px 10px;
    color: inherit;
    text-decoration: none;
}

.header__top{
    position: relative;
}

@media(max-width: 991px) {
    .languages{
        position: absolute;
        right: 60px;
    }
}

@media (min-width: 992px) {
	.header__nav {
		padding-right: 15px;
	}
}

