/* FOOTER */



footer img{
	display: inline-block;
	margin: 0;
	width:1rem;
	margin: 5px 10px 5px 0;
}

footer .footer-container{
	background:var(--footer-bg);
}

footer a{
	color:#000000;
}


footer a:hover{
	color:var(--color-2)
}


footer li{
	margin-bottom:0
}

footer p, footer a{
	font-size:1rem;
	font-weight:400;
	text-decoration:none;
	color:#FFF; 
	line-height:1.6; 
	text-align:justify
}


footer a:hover{
	color:#FFF; 
	text-decoration:underline;
}







footer b{
	font-size:0.8rem;
	font-weight:600;
	line-height:1.3
	
}	

footer .contact p{
	margin-bottom:0.5rem;
}





footer .footer-menu-1 ul{
	padding:0;
	margin:0;
}


footer .footer-menu-2 ul{
	padding:0;
	margin:0;
}


footer .footer-menu-1 ul li, footer .footer-menu-2 ul li{
	margin: 0 0 1rem 0;
	list-style:none;
}





footer .title{
	font-family: var(--font-2);
	font-size: 1rem;
	margin: 0 0 1rem 0;
	font-weight:600
}




footer .logo{
	width:13rem;
	height:auto;
	
}

footer .copyright{
	font-size:1rem;
	font-weight:200;
	margin:0;
}


footer .footer-decor{
	background-image:url('../img/stopka.svg');
	background-repeat:no-repeat;
	background-size: auto 100%;
	background-position:top left -97rem;
	height:4rem;
}


footer .footer-logo-container{
margin-top: -4rem;
}

/* END FOOTER */


