.content, .content *:is(input, p, ul, li, ol, input, textarea, blockquote, button) {
	font-size:13px;
	line-height: 24px;
}
section > * > * {
	gap:12px;
}
body {
	--spacing-3xl:30px;
}

section > article > * {
	min-height: 20vh!important;
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.template-home {
	padding-top: 120px;
}

.footer-ender {
	max-width: 100%!important;
	padding-left: 30px;
	padding-right: 30px;
}
.footer-group {
	flex-direction: column!important;
}

.no-phone {
	display: none!important;
}

nav ul li[class*="faq"] {

		display: none!important;
}
footer { 
	gap:5px!important;
}

footer .footer-group:nth-of-type(1) {
    order: 2;
	gap:10px!important;
	padding-top: 15px!important;
}

footer .footer-group:nth-of-type(2) {
    order: 1;
	gap:15px!important;
	padding-bottom: 15px!important;
}

.small {
	font-size:10px;
	line-height: 20px;
}