:root {
	--fs-index: calc(1vw + 1vh);
	--bg-body: #000000;
	--bg-header: #ffffff;
	--color-header: #ffffff;
	--color-text-header: #ffffff;
	--color-logo: #ffffff;
	--color-text: #000000;
	--bg-block: #ffffff;
	--bg-item: #fbfbfb;
	--bg-item-reverse: #fbfbfbde;
	--menu-left-bg-item: #e5e7eb;
	--menu-left-bg-title-block: #c8cbd1;
	--color-b-anket: #c8cbd1;
	--bg-hr: #dfdfdf;
	--bg-btn: #dfdfdf;
	--bg-btn-hover: #d5d5d5;
	--color-b-item: #000000;
	--bg-icon: #c8cbd1;
	--color-danger: #ff3e6c;
	--color-success: #34cd86;
	--color-warning: #ffcc3e;
	--color-info: #30befb;
	--color-secondary: #DD44A7;
	--url-print: url('/img/p10.png');
	--bg-warning: #b73232;
	--color-bg-warning: #e1e3e6;
	--bg-active: #125e0e;
	--bg-succes: #125e0e;
	--bg-succes-hover: #0f490c;
	--color-bg-active: #e1e3e6;
	--br-block: 12px;
	--br-button: 6px;
	--bg-input: #f1f1f1;
	--color-text-input: #000000;
	--color-border: #303030;
	--color-text-disable: #818597;
	--url-arrow: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}