.search__form .search__type{visibility: hidden;}

:root {
	--font-title: 'Montserrat', sans-serif;
	--font-text: 'Montserrat', sans-serif;
  	--color-title: 0,59,106;
	--color-text: 87,87,87;
	--color-a: 25,83,110;
}

:root {
    /*General:*/ 
        --theme-primary-font:'Montserrat', sans-serif;
        --theme-secondary-font:'Montserrat', sans-serif;

        --theme-primary-color:0,59,106;
        --theme-secondary-color:87,87,87;
  		--theme-light-color:255,255,255;

        --title-primary-color:0,59,106;
        --title-secondary-color:87,87,87;
        --title-light-color:255,255,255;

        --text-primary-color:87,87,87;
        --text-light-color:255,255,255;

        --background-primary-color:0,59,106;
		--background-light-color:255,255,255;
  
        --button-text-primary-color:0,59,106;
        --button-text-secondary-color:87,87,87;
        --button-text-light-color:255,255,255;

        --button-background-primary-color:0,59,106;
        --button-background-secondary-color:87,87,87;
        --button-background-light-color:255,255,255;
  	/* Index title color */
  		--index-title-color:0,59,106;
    /*Header:*/
        --header-primary-font:'Montserrat', sans-serif;
        --header-secondary-font:'Montserrat', sans-serif;

        --header-text-primary-color:0,59,106;
        --header-text-secondary-color:255,255,255;
  		--header-elements-color:0,59,106;

        --header-background-primary-color:0,59,106;
        --header-background-secondary-color:255,255,255;
  	/* Hambuger-header */
  		--hamburger-header-background-color:5,37,61;
 		--hamburger-header-hover-background-color:87,143,96;
 		--hamburger-header-active-background-color:252,182,26;
    /*Footer:*/
        --footer-primary-font:'Montserrat', sans-serif;
        --footer-secondary-font:'Montserrat', sans-serif;

        --footer-text-primary-color:255,255,255;
        --footer-text-secondary-color:0,59,106;

        --footer-background-primary-color:0,59,106;
        --footer-background-secondary--color:255,255,255;
}