@media only screen and (max-width: 1382px) {
    .wrapper, form.searchá .waffle {
        width: 960px;
    }
}

@media only screen and (max-width: 1100px) {
    .wrapper, form.search .waffle {
        width: 960px;
    }
}

@media only screen and (max-width: 992px) {
    .wrapper, form.search, .waffle {
        width: 760px;
    }

    .logo {
        text-align: center;
        width: 100%;
    }

    .wrapper>.contacts {
        position: static;
        margin-top: 25px;
    }

    .copyright {
        margin-top: 0;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper, form.search, .waffle {
        width: 560px;
    }
    .wrapper>.contacts {
        display: flex  !important;
        flex-wrap: wrap;
    }
    .contacts .container {
        width: 50%;
        text-align: center;
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper, form.search, .waffle {
        width: 450px;
    }

    #searcher {
        width: 97%;
    }

    header .background .wrapper h1 {
        padding-top: 45px;
    }

    ul.apple li {
        margin-right: 35px;
    }

    table tr:first-child .s1, table tr:first-child .s2, table tr:first-child .s3, table tr:first-child .s4 {
        font-size: 12px;
    }
}
