html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.tilda_pages ul:not([id*="bx_"]) > li:before {
	content: "";
    margin: 0;
}

#footer .maxwidth-theme {
	margin-top: 30px;
}