/*
:root {
	--text-color: #333;
	--main-color: #333;
	--hover-color: #ffaf5e;
	--hilite-color: #fe0000;
	--hover-link-color: #f60;
	--active-color: #0072ec;
	--link-color: #3877c4;
	--disabled-color: #aaa;
	--bg-color: #133968;
	--bg-color-light: #e5effb;
	--bg-color-mark: #fff194;
	--font-family-body: 'RobotoCondensed300', sans-serif;
	--font-family-head: 'RobotoCondensed500', sans-serif;
	--font-family-footer: 'RobotoCondensed300', sans-serif;
	--font-size: 13px;
	--font-size-h1: 22px;
	--font-size-h2: 18px;
	--font-size-h3: 16px;
	--font-size-h4: 14px;
	--font-size-h1-statpage: 30px;
	--font-size-h2-statpage: 24px;
	--font-size-p-statpage: 16px;
	--line-height-p-statpage: 26px;
	--max-width-content: 1225px;
}
*/