:root {
	--main-color:#489b97;
	--main-color-hover:#326b68;
	--main-color-trans:#489b9773;
	--font-main-color:#fff;
	--contrast-main-color:#000;
	--bg-main-color:#000;	
	--bg-secondary-color:#489b97;
	--error-color:#900;

    --global-bgcolor-main: #e9e9e9;
    --global-bgcolor-main-light: white;
    --global-color-main: black;
    --global-color-main-light: #757575;
	
	--font-size-base:15px;
	--font-main-family:'Roboto', sans-serif;
	--font-secondary-family:'Dosis', sans-serif;
	--font-weight-lighter:100;
	--font-weight-light:300;
	--font-weight-normal:400;
	--font-weight-regular:var(--font-weight-normal);
	--font-weight-bold:700;
	--font-weight-extra-bold:900;
	
	--padding-base:40px;
	
	--first-width:1920px;
	--second-width:1440px;
	--thirdy-width:1200px;
	--fourth-width:600px;
	--fifth-width:520px;
	--sixth-width:480px;
	
	--nqv-viewport-height:calc(100vh - 60px);
	
	--header-height:40px;
	--footer-height:40px;
}