@media only screen and (min-width: 1200px) {
    .page-header__logo img {
        height: 51px !important;
    }
    
    .page-header .button--filled {
        border-radius: 50px;
    }
}

@media only screen and (min-width: 1600px){
    .page-header {
        border-radius: 50px;
    }
}


@media only screen and (min-width: 1366px) {
    .main-menu__item:not(:last-of-type) {
        margin-right: 49px;
    }
}

.page-footer__logo img {
    height: 64px !important;
}
