footer {
  background-size: 12%;
}


.stopka {
	width: 1232px;
	display: flex;
	margin: 0px auto;
  padding: 64px 0 50px 0;
}
.stopka > div {
	font-size: 14px;
	flex: 1 1 auto;
	min-width: 20%;
}
.stopka > div > strong	{
	font-family: "Exo", sans-serif;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.stopka > div > strong::before {
	content: "\f063";
	font-family: 'Font Awesome 5 Free';
	width: 26px;
	display: inline-block;
}
.stopka > div:first-child > strong::before {
	font-size: 16px;
	content: "\f015";
}
.stopka > div > ul > li	{
	line-height: 1.675em;
}
.stopka > div > ul > li > a:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	width: 12px;
  position: absolute;
  margin-left: -12px;
}



.stopka-dol {
	padding: 16px 0px;
}
.stopka-dol > div {
	font-size: 14px;
	width: 1232px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stopka-dol > div .kolumna {
	flex: 1 1 50%;
}

.stopka-intermedia {
	font-size: 14px;
	text-align: right;
	font-weight: 400;
}
.stopka-intermedia a::after {
	display: none;
}
.stopka-intermedia span:first-child {
  display: none;
}
/*
.stopka-intermedia span:first-child::after {
	content: "|";
	padding: 0px 4px 0px 8px;
	opacity: 0.5;
}
*/
.stopka-intermedia span {
	font-size: 14px;
}
.stopka-intermedia a {
	font-size: 14px;
	text-decoration-color: transparent;
}
.stopka-dol .dol_link:hover, .stopka-intermedia a:hover	{
	opacity: 0.7;
}
.stopka-walidacja {
  display: flex;
}

.stopka-walidacja img {
	max-height: 31px;
}
.stopka-walidacja a {
	text-decoration-color: transparent;
  margin: 0px 4px;
}
.stopka-walidacja a::after {
	display: none;
}

.stopka-polityka {
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding: 8px;
  z-index: 10;
}

.stopka-polityka-zawartosc {
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.stopka-polityka-tresc {
	padding: 8px 16px 8px 8px;
	font-size: 13px;
}
.stopka-polityka-tresc a {
	font-size: 13px;
}
.stopka-polityka-zamknij {
	font-size: 0px;
	padding: 0;
	margin: 0;
	transition: all .3s ease-in-out;
	cursor: pointer;
  background-color: transparent;
  border: 0px solid transparent;
}
.stopka-polityka-zamknij::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 32px;
	content: "\f00d";
}
.stopka-polityka-zamknij:hover {
	transform: rotate(90deg) scale(1.2);
}

.stopka-polityka-zawartosc {
	width: 1232px;
}


.w3c-logo {
  width: 82px;
  height: 31px;
  background: #ffcc66;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 35px, #ffcc66 35px, #ffcc66 100%);
  border: 1px outset #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w3c-logo strong {
  display: block;
  text-align: left;
  width: 42px;
  overflow: hidden;
  font-family: 'Tahoma', sans-serif;
  font-size: 10px;
  line-height: 11px;
  color: #000000;
}
.w3c-logo::before {
  content: "";
  background: url('../gfx/w3c.png') center center no-repeat;
  width: 33px;
  height: 16px;
  background-size: 32px 16px;
}
.w3c-logo::after {
  position: absolute;
  content: "\f00c";
	font-family: "Font Awesome 5 Free";
  font-size: 22px;
	color: #990000;
  margin: 5px 0px 0px 65px
}
