.languages {
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 13%;
    z-index: 5;
    color: #FFF;
    top: 20%;
    transform: translateY(-50%);
    transition: background-color 0.5s;
    font-size: 14px;
}

.languages svg{
    width: 16px;
    margin-left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
}

.languages path{
    fill: white !important;
}

.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: transparent;
    color: #000;
	font-weight: 700;
}

.languages .head svg {
	fill: #000;
	stroke: #000;
}

.l-header{
    position: relative;
}

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

.languages.is-open .head{
    border-radius: 5px 5px 0 0;
}

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

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

.languages .dropdown a {
    display: block;
    padding: 5px 10px;
    color: inherit;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.header__container{
    position: relative;
}

.languages head span; {
	color: #2d2d2c;
}

.languages,
.languages .dropdown a {
	font-size: 22px;
} 

@media(max-width: 1350px) {
    .languages{
        top: 24%;
        right: 3%;
    }
}

@media(max-width: 1080px) {
    .languages{
        top: 29%;
        right: -1%;
    }
}

@media(max-width: 767px) {
    .languages{
        right: 57px;
        top: 52%;
    }
}

@media (min-width: 768px) {
	.header__nav {
		padding-right: 60px;
	}
   .rightend {
        padding-right:0px; 
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
    }
    .leftstart {
        padding-right:0px; 
        display: flex;
        justify-content:flex-start;
        align-items: baseline;
    }
	.header__nav > ul {
		justify-content: flex-end;
	}

	.header__nav ul li:first-child {
	    /* margin: 0px 140px 0px 0px; */
	}

	.header .languages {
		right: -120px;
	}
}

.header__logo + .header__nav {
	/* padding-left: 60px; */
/*	padding-right: 170px; */
}

.header__nav ul li.--red {
	margin: auto;
}

.header__nav:first-child li:first-child {
	margin-left: 0;
	/* margin-right: 50px; */
}

.header__nav:first-child ul li:last-of-type {
	margin-left: auto;
	margin-right: auto;
}

.header .case {
/*	width: 1940px; */
	max-width: 100%;
}

@media (max-width: 1350px) {
	.header__logo + .header__nav {
		padding-left: 0;
		/* padding-right: 85px; */
	}
}

@media (max-width: 991px) {
	.header__nav:first-child li:first-child {
    	margin-right: 30px;
	}
}