.footer-wrapper {
	background: #f8f7f7;
	width: 100%;
	clear: both;
}

.footer-wrapper * {
	box-sizing: border-box;
}

footer {
	border-top: 1px solid #666666;
}

.footer-container {
	display: flex;
	max-width: 1312px;
	margin: 0 auto;
}

.footer-contact {
	flex-basis: 20%;
}

.footer-contact > div {
	margin-bottom: 20px;
}

.footer-contact > div:first-child {
	font-family: MainFontBold;
	font-size: 18px;
}

.footer-links {
	flex-basis: 80%;
	display: flex;
}

.footer-links > div {
	flex-basis: 25%;
}

.footer-links > div > div:first-child {
	font-family: MainFontBold;
	font-size: 18px;
}

.footer-links > div > div:not(:first-child) {
	font-size: 15px;
	margin-bottom: 10px;
}

.footer-links > div > div:nth-of-type(2) {
	margin-top: 18px;
}

.footer-nsl-container {
	/* background: #e9fae6; */
	border-top: 1px solid #666666;
}

.footer-nsl-container > div {
	max-width: 1060px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px
}

.footer-nsl-container > div > div {
	font-family: MainFontBold;
	font-size: 28px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

#consents_all {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 20px;
    height: 20px;
}

#newsletter_form input {
	/* margin: 0 auto; */
}

#newsletter_form .agrees_rodo {
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 10px;
}

#newsletter_form .mail-wrapper {
	text-align: center;
	display: flex;
	justify-content: center;
}

#newsletter_form input[type=email] {
	display: inline-block;
}

#newsletter_form input[type=submit] {
	background: #e14f00;
	color: white;
	font-family: MainFontBold;
	display: inline-block;
	padding-right: 15px;
}

.newsletter-result-msg {
	background: #cfe499;
	padding: 15px;
	font-family: Verdana,Helvetica;
    font-size: 10pt;
	text-align: center;
	margin: 15px 0;
	display: none;
}


.footer-nsl-container .consents-all-label {
	margin-top: 15px;
}

.consents-all-wrapper {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
}

.consents-all-wrapper > div {
	margin-left: 10px;
	text-decoration: underline;
}

.footer-social {
	margin-top: 35px;
	text-align: center;
}

.footer-social a {
	text-decoration: none;
}

.footer-social img {
	margin-left: 10px;
	margin-right: 10px;
}


.footer-info {
	max-width: 1060px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

.footer-wrapper > div:first-child {
	background: white;
}
.footer-wrapper > div:first-child img {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 7px;
}



@media only screen and (min-width: 0px) and (max-width: 400px) {
	
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	.footer-container {
		flex-direction: column;
	}
	
	.footer-contact {
		flex-basis: 20%;
		padding-left: 67px;
		padding-right: 67px;
		padding-top: 33px;
		padding-bottom: 33px;
	}
	
	.footer-contact > div:first-child {
		text-align: center;
	}
	
	.footer-links {
		flex-direction: column;
	}
	
	.footer-links > div {
		border-top: 1px solid #666666;
		padding-top: 27px;
		padding-bottom: 27px;
	}
	
	.footer-links > div > div {
		text-align: center;
	}
	
	.footer-links > div > div:first-child {
		font-size: 15px;
	}
	
	.footer-links > div > div:not(:first-child) {
		display: none;
	}
	
	.footer-links > div.opened > div {
		display: block;
	}
	
	.footer-links > div:last-child {
		border-bottom: 0px;
	}
	
	.footer-nsl-container > div > div {
		margin-top: 28px;
	}

	.kategorie-dodatkowe-links {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 801px) {
	.footer-container {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	
	.footer-contact {
	}
}