:root {
	--bg-body: #131313;
	--default: #F5F5F5;
	--active: #2E80FC;
	--bg-block:  #333333;
	--dropdownlink-active: #2E80FC;
	--head-name: #F5F5F5;
	--menu-border: #454545;
	--sub-border: #454545;
	--sub: #B5B5B5;
	--faq-border: #5B5B5B;
	--tab-first: #333333;
	--tab-second: #272727;
	--tab-border: #5B5B5B;	
	--bg-contacts: #272727;
	--button-disabled-color: #5B5B5B;
	--button-disabled-bg: #3D3D3D;
	--docs-h3: #E5E5E5;
	--table-border: #5B5B5B;
	--h1: #ECECEC;
	--docs-title: #EBEBEB;
	--search-color: rgba(255, 255, 255, 0.2);
	--remodal-search-color: rgba(220, 220, 220, 0.3);
	--searchheading: #A4A4A4;
}

[data-theme="dark"] {
	--bg-body: #F7F7FD;
	--default: #333333;
	--active: #0660E7;
	--bg-block:  #FFFFFF;
	--dropdownlink-active: #0660E7;
	--head-name: #232323;
	--menu-border: #E5E5E5;
	--sub-border: #F5F5F5;
	--sub: #5B5B5B;
	--faq-border: #E5E5E5;
	--tab-first: #FFFFFF;
	--tab-second: #F3F3F6;
	--tab-border: #E5E5E5;	
	--bg-contacts: #F3F3F6;
	--button-disabled-color: #B5B5B5;
	--button-disabled-bg: #E5E5E5;
	--docs-h3: #333333;
	--table-border: #E6E6E6;
	--h1: #2F2F2F;
	--docs-title: #202020;
	--search-color: rgba(0, 0, 0, 0.2);
	--remodal-search-color: rgba(51, 51, 51, 0.3);
	--searchheading: #767676;
}