#template_mapa_strony .menu_footer a
{
	color: var(--root_color_black);
}

#template_mapa_strony .menu_footer a:hover
{
	color: var(--root_color_lead);
}

#template_mapa_strony .menu_footer ul.menu.double
{
	column-count: 2;
	column-gap: var(--global_size_200);
	column-rule: 2px solid var(--root_color_lead_3);
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
	#template_mapa_strony .menu_footer ul.menu.double
	{
		columns: auto;
	}
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}