/* Расширяем контейнер на мобильных — ширина под экран устройства */
@media screen and (max-width: 1000px) {
    #container,
    #header,
    #top,
    #footer,
    #powered,
    .breadcrumb {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    #container {
        padding: 0 12px !important;
    }
}
@media screen and (max-width: 480px) {
    #container {
        padding: 0 8px !important;
    }
}