.mobile-site-nav {
    display: none;
}

@media (min-width: 761px) {
    #left-menu > .select-country {
        display: none;
    }
}

.post-wrapper {
    position: relative;
}

@media (max-width: 760px) {
    #footer .footer__category-wrapper,
    #footer .footer__info-wrapper {
        display: block !important;
    }

    #footer .category-wrapper__category,
    #footer .category-wrapper__category:nth-child(1),
    #footer .category-wrapper__category:nth-child(2) {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
    }

    #footer .footer__info-wrapper {
        margin-top: 0 !important;
    }

    #footer .info-wrapper__copyright,
    #footer .info-wrapper__policy {
        width: 100% !important;
        text-align: left !important;
    }
}
