@media screen and (min-width: 768px) {
    .footer .layout {
        max-width: 840px;
    }
    .header__inner {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-menu {
        display: none;
    }
}
@media screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .open-menu {
        display: none !important;
    }
}
.breadcrumbs{
    display: none !important;
}