@media screen and (max-width: 1500px) {

    footer .partners::after,
    footer .more-info .more-info-contacts::before,
    footer .more-info .more-info-contacts .site-link::after,
    footer .more-info:nth-child(2)::after {
        border: none;
    }

    header .logo {
        margin-left: 5%;
        width: 30%;
    }

    header .second-row .language .language-item:first-child {
        margin-left: 5%;
    }

    header .authorization {
        margin-left: auto;
        margin-right: auto;
    }

    header .menu {
        margin-left: auto;
    }

    .header {
        min-height: 100%;
        height: 100%;
        padding-bottom: 100px;
    }

    .get .download {
        margin-left: 6%;
    }

    footer .more-info {
        margin-top: auto;
    }
}