@media(max-width:768px){
:root{
	--title-size: 22px;
    --h1-size: 18px;
    --h2-size: 17px;
    --h3-size: 14px;
    --h2-alt-size: 15px;
}
	
    #header {background: var(--white-color);}
    #header{max-height: var(--header-height);}
    #menu{max-height: 0vh;top: var(--header-height);overflow:hidden!important;}
    #header.opened #menu{max-height: 100vh!important;}
	
	#input-search.opened{margin-top: calc(var(--header-height));}
	#menu li{padding: 15px 15px 15px 15px;}
	#menu li:hover, #menu li.active{background: var(--warning-color);}
	.h2-alt.adapt{font-size: var(--h2-alt-size); line-height: 1.52}
}
