@charset 'UTF-8';
.disnone {
	display:none;
}
.contact7 dd span input {
	max-width: 500px;
}
.page-id-291 .inner {
	width: min(100% - 4rem, var(--width, 1400px));
}
@media screen and (max-width: 768px){
	.results-wrap {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
@media screen and (max-width: 480px){
	.results-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

.side form button {
	min-width: 95px;
	padding-top: calc(0.367em + 2px);
	padding-bottom: calc(0.367em + 2px);
}
.side form input {
	height: 45px;
}
.side h2 {
	font-size:1.8rem;
	font-weight:500;
}

.single-post .main > article > div > p,
.single-post .main > article > div > pre,
.single-post .main > article > div > table,
.single-post .main > article > div > ul {
	margin-block-start:20px;
}

@media screen and (max-width: 768px){

}