@media (max-width: 480px) {
    .contact__container img {

        display: none;
    }
}

.contact__container img {
    width: 500px;
	bottom:-20px;
}

.header__logo img {
    height: 65px;
}

.button--lang {
    background: #355d1f;
}

.header__container nav {

    font-size: 16px;
}

.footer__logo img {
    height: 65px;
}

@media (max-width: 768px) {
    .header__logo img {
        height: 50px;
    }
}