@media only screen and (min-width: 1366px){
    .main-menu__item:not(:last-of-type) {
        margin-right: 35px;
    }
}

.page-footer__logo img {
    height: auto;
    max-width: auto;
}