h3.ideas__title {
    color: #fff;
}
.header__logo {
    margin-top: -15px;
    height: 60px;
    width: 150px;
}
.header__logo img {
    width: 145px;
}
.container--small {
    max-width: 600px;
}
.new-bg {
    background: #ffc8da;
    position: relative;
    padding: 30px 0px;
}
header.header {
    padding-top: 15px;
}


.languages {
    border-radius: 5px 5px 0 0;
    position: absolute;
    /* right: -5%; */
    z-index: 5;
    color: #FFF;
    top: 50%;
    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: #E60E81;
    color: #fff;
}

.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: #E60E81;
    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;
}
@media(max-width: 1700px) {
    .languages{
        right: 0;
        /* top: -14px; */
        z-index: 1000;
    }
}
@media(max-width: 991px) {
    .languages{
        right: 50px;
        top: 50%;
    }
}

@media (min-width: 992px) {
	.header .languages {
		position: relative;
		margin-left: 20px;
		transform: none;
        display:flex;
	}

	.main-menu {
		justify-content: flex-end;
	}

	.header__btn {
		margin-left: 5%;
	}
}

@media (min-width: 1200px) {
	.main-menu__item {
		margin: 0 30px;
	}
}