:root {
--color-menu-bg: rgba(0, 0, 0, 0.66);
--color-menu-font: white;
--color-menu-separator: rgba(255, 255, 255, 0.5);
--color-insteadOfBlur: rgba(0, 0, 0, 0.9);
--color-light-dim: rgba(255, 255, 255, 0.15);
	
--color-article-title: white;
--color-dim: rgba(0, 0, 0, 0.5);
--color-link: #4c8bf5; /* chrome */
/*
--color-link: #4b97ed;
*/
	
--color-dark: rgb(28, 28, 28);
--color-dark-05: rgba(28, 28, 28, 0.5);
--color-blue: #4c8bf5 /* chrome */
	
--text-black: #000;
----text-gray: #e2e2e2;
--text-gray: #f5f5f7;
--text-ash: #333;
--text-light: #fff;
--text-white: #fff;
--text-blue: #4b97ed;
	
--text-shadow-dark: 0 0 6px black;

--bg-dark: #333;
--bg-black: #000;
--bg-button-light: rgba(255, 255, 255, 0.1);
--bg-button-dark: rgba(0, 0, 0, 0.1);
--bg-btn: rgba(0, 0, 0, 0.33);
--bg-light: rgba(255, 255, 255, 0.66);
--bg-block: #222;
--bg-gray1: #e2e2e2;
--bg-gray: #f0f0f0;
--bg-white: #fff;
--bg-menu: rgba(0, 0, 0, 0.66);
--bg-intro-overlay: radial-gradient(circle at 30% 50% , rgba(0, 0, 0, 0.66) 0%, rgba(0,0,0,0) 66%); 
--bg-article-overlay: radial-gradient(circle at 50% 50% , rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 66%); 
--bg-service-overlay: radial-gradient(circle at 50% 82.5% , rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 66%); 
	
--font-general: 'Nunito', sans-serif;
--font-header: 'Roboto', sans-serif;
--font-btn: 'Roboto', sans-serif;
--font-menu: 'Roboto', sans-serif;
--font-company: 'Cinzel Decorative', sans-serif;
	
--border-bottom-in-shadow: inset 0 -10rem 10rem -10rem rgba(0, 0, 0, 1);
--border-radius-def: 1rem;
	
--ul-general: url('/img/ui/list.svg');
	
--grad-service:
    linear-gradient(349deg, hsla(15.62, 18.28%, 55.31%, 0.1) 0%, hsla(15.62, 18.28%, 55.31%, 0) 31%),
    linear-gradient(243deg, hsla(260.15, 1.79%, 48.1%, 0.1) 0%, hsla(260.15, 1.79%, 48.1%, 0) 31%),
    linear-gradient(189deg, hsla(36, 1.55%, 49.01%, 0.1) 15%, hsla(36, 1.55%, 49.01%, 0) 52%),
    linear-gradient(75deg, hsla(24.68, 6.86%, 49.59%, 0.1) 100%, hsla(24.68, 6.86%, 49.59%, 0) 37%);
/*
--grad-service:
    linear-gradient(349deg, hsla(15.62, 18.28%, 55.31%, 1) 0%, hsla(15.62, 18.28%, 55.31%, 0) 31%),
    linear-gradient(243deg, hsla(260.15, 1.79%, 48.1%, 1) 0%, hsla(260.15, 1.79%, 48.1%, 0) 31%),
    linear-gradient(189deg, hsla(36, 1.55%, 49.01%, 1) 15%, hsla(36, 1.55%, 49.01%, 0) 52%),
    linear-gradient(75deg, hsla(24.68, 6.86%, 49.59%, 1) 100%, hsla(24.68, 6.86%, 49.59%, 0) 37%);
*/
	
--gradient-matrix:
	linear-gradient(217deg, rgba(32, 45, 51, 0.8), rgba(56, 202, 255, 0) 75%), 
	linear-gradient(127deg, rgba(106, 75, 118, 0.8), rgba(255, 83, 248, 0) 75%),
	linear-gradient(336deg, rgba(36, 40, 139, 0.8), rgba(21, 30, 255, 0) 75%);
/*
--gradient-community: linear-gradient(to bottom right, #274867, #1b2136, #531a34);
*/
--gradient-community: linear-gradient(to bottom right, #2b3238, #202a4d, #39202c);
}