:root {
	--pos-content-left: 7.5%;
	--width-content: 87.5%;
	--header-height: 130px;
	/* --show-pos-borders: 1px solid; */
	--show-pos-borders: none;
	--min-site-width: 250px;
	--menu-height: 26px;
	--w-dependent-h: 0px;
}
@media (min-width: 1850px) {
	:root {
		--w-dependent-h: 0.5vw;
		--header-height: calc(130px + var(--w-dependent-h));
		--menu-height: calc(26px + var(--w-dependent-h));
	}
}

.crpp-text-bold {
	font-weight: 700;
}

