.header__socials { 
    margin-bottom: 60px;
}
.languages {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 60px;
    position: absolute;
    height: auto;
    line-height: 30px;
    text-align: center;
    right: 10px;
    bottom: 50px;
}
.languages.active {
    height: 62px;
    bottom: 20px;
    background: transparent;
}
.languages > span {
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    height: 30px;
    background: #FFFFFF;
}
.languages > div {
    display: none;    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
}
.languages.active > div {display:block;}
.languages > div a {
    display: block;
    width: 100%;
    height: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    color: #fff;font-size: 20px;
    text-decoration: none;
}
		.languages > div a.active {font-size: 0;cursor:default;}
		.languages > div a:hover {background:#fff;color: #000;}
		.languages > div a.active:hover {background:transparent;}


@media screen and (max-width: 640px) {
	.languages { position: fixed; bottom: 40px; top: auto;  right: 0;  z-index: 111;}
	.languages.active > div {    display: block;    background: #000;}
	.languages > div a.active {    font-size: 20px;}
}






