 :root {
  --main-font: 'Open Sans', sans-serif;
  --menu-font: 'Jost', sans-serif;
  --menubok-font: 'Open Sans', sans-serif;
  --podmenu-font: 'Open Sans', sans-serif;
  --tytul-font: 'Open Sans', serif;
  --tytul-font-size: 30px;
  --tytul-line-height: 34px;
  --tytul-font-weight: 800;
  --tytul-color: #000;
  --aktualnosci-tytul-font: 'Open Sans', serif;
  --aktualnosci-tytul-font-size: 18px;
  --aktualnosci-tytul-line-height: 22px;
  --aktualnosci-tytul-font-weight: 800;
  --aktualnosci-tytul-color: #010101;
  --aktualnosci-data-font: 'Open Sans', sans-serif;
  --aktualnosci-data-font-size: 14px;
  --aktualnosci-data-line-height: 18px;
  --aktualnosci-data-font-weight: 400;
  --aktualnosci-data-color: #6f6f6f;
  --tresc-font: 'Open Sans', sans-serif;
  --tresc-font-size: 16px;
  --tresc-line-height: 20px;
  --tresc-font-weight: 400;
  --tresc-color: #656565;
  --stopka-kolumna-tresc-font: 'Open Sans', sans-serif;
  --stopka-kolumna-tresc-font-size: 14px;
  --stopka-kolumna-tresc-line-height: 22px;
  --stopka-kolumna-tresc-font-weight: 400;
  --stopka-kolumna-tresc-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: var(--main-font);
	font-size: 16px;
  color: #2d2d2d;
	overflow-x: hidden;
	transition: padding .5s linear;
}
body * {
	box-sizing: border-box;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.175em 0;
}
.fas span {
  display: none;
}
.strona, .strona_p {
  position: relative;
	width: clamp(320px, 100%, 1376px);
  padding: 26px 0px 0px;
 	margin: 0px auto 0px;
}
.strona::before{
  position: absolute;
  top: -26px;
  z-index: -1;
  content: "";
  width: 100%;
  height: calc(100% + 26px);
  background: url(../grafika/tlo.jpg) center top no-repeat;
}
.strona_p::before{
  position: absolute;
  top: -26px;
  z-index: -1;
  content: "";
  width: 100%;
  height: calc(100% + 26px);
  background: url(../grafika/tlo.jpg) center top no-repeat;
  opacity: .2;
  background-attachment: fixed;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
}
.header_tlo {
  width: 100%;
  position: relative;
}
.header  {
  width: clamp(320px, 100%, 1232px);
  height: 152px;
  display: flex;
  align-items: center;
  padding: 0px 24px 0px 24px;
  margin: 0px auto 0px;
  background: #fff;
}
.logo	{
  z-index: 10;
  width: 608px;
  height: 124px;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  font-family: 'Jost', sans-serif;
	font-size: 0px !important;
  font-weight: 400;
  color: #000;
  text-decoration-color: transparent;
  background: url(../grafika/logo.png) left center no-repeat;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  article {
    padding: 0px 16px;
  }
	.logo	{
		display: none;
	}
}
.logo:hover, .logo_s:hover	{
	opacity: 0.55;
}

.linki_gora {
  flex: 0 1 510px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px auto;
  gap: 0px 24px;
}
.strona_p .linki_gora  {
  margin: 0px 0px 0px auto;
}
.linki_gora > * {
  flex: 0 0;
  font-size: 0px !important;
  display: flex;
  align-items: center;
  text-decoration-color: transparent;
}
.linki_gora > *:first-child {
  flex: 0 0 24px;
  height: 19px;
  background: url(../grafika/iko_mapa.png) center center no-repeat;
}
.linki_gora > *:last-child {
  flex: 0 0 60px;
  height: 26px;
  background: url(../grafika/iko_bip.png) center center no-repeat;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    position: relative;
    height: 48px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
  }
  .header_tlo {
    height: 48px;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  flex: 0 1 20px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 20px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-color: transparent;
  background: url(../grafika/wyszukiwarka.png) center center no-repeat;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora-ikona a i {
	font-size: 0px;
	color: #fff;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  flex: 0 1 308px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  height: 48px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
  border: 1px solid #ececec;

}
.szukaj-gora form {
  flex: 0 1 100%;
  display: flex;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 8px 10px 16px;
  border: none;
  width: 100%;
  background: none;
  border-radius: 0px;
}
.szukaj-gora input::placeholder {
  opacity: 1;
  color: #000000;
}
.szukaj-gora button {
  width: 56px;
  height: 40px;
  padding: 0px;
  background: url(../grafika/wyszukiwarka.png) center center no-repeat;
  border: none;
}
.szukaj-gora button:hover {
  cursor: pointer;
  opacity: 0.75;
}
.szukaj-gora button i {
  font-size: 0px !important;
  color: #000000;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .linki_gora, .strona_p .linki_gora {
    flex: 0 1 100%;
    justify-content: center;
    margin: 0px auto 0px auto;
  }
  .szukaj-gora {
    display: none;
  }
  .szukaj-gora-ikona {
    display: flex;
  }
}

.linki_gora > a:hover, .szukaj-gora-ikona:hover {
	opacity: 0.55;
}

.zppw_gora  {
  width: clamp(320px, 100%, 1232px);
  height: 31vw;
  max-height: 392px;
  margin: 8px auto 8px;
  background: #ffffff url(../grafika/zppw_gora.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
}

/*Animacja górna*/

.animacja_tlo {
  width: clamp(320px, 100%, 1232px);
  height: 31vw;
  max-height: 392px;
  position: relative;
  display: flex;
  padding: 0px 0px;
  margin: 8px auto 8px;
  border-radius: 8px;
  overflow: hidden;
}
.animacja_tlo > a {
  font-size: 0px !important;
  width: clamp(120px, 34vw, 400px);
  height: 31vw;
  max-height: 392px;
  background: #3f3f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.animacja_tlo > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  background: url(../grafika/galeria.png) center center no-repeat;
  background-size: 100% 100%;
  transition: transform .3s;
}
.animacja_tlo > a:hover::before {
  transform: scale(1.01);
}
.animacja, .animacja-slider {
  flex: 1 1;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.animacja-slider .slick-list, .animacja-slider .slick-list .slick-track, .animacja-slider .slick-list .slick-track > div > div {
  height: 100%;
}
.animacja-slider-tresc .animacja-slider-tytul {
  display: none;
}
.animacja-slider-slide {
	width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.animacja-slider .slick-next {
	opacity: 0;
	top: 52%;
  width: 18px;
  height: 27px;
  right: 24px;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 52%;
  width: 18px;
  height: 27px;
  left: 24px;
  z-index: 9;
  background: url(../grafika/animacja_p.png) center center no-repeat;
}
.animacja_tlo:hover .slick-next,
.animacja_tlo:hover .slick-prev {
	opacity: 1;
}
.animacja-slider .slick-next:focus,
.animacja-slider .slick-prev:focus {
	opacity: 1 !important;
  outline: 2px outset #ff0000;
}
.animacja-slider .slick-prev:before, .animacja-slider .slick-next:before {
  display: none;
	font-family: "Font Awesome 5 Free";
 	font-size: 30px;
  color:#fff;
	opacity: 1;
}
.animacja-slider .slick-prev:hover, .animacja-slider .slick-next:hover, .animacja_maska > div a:hover {
	opacity: 0.55;
}

.animacja-slider .slick-prev:before{
	content: "\f104";
}
.animacja-slider .slick-next:before{
	content: "\f105";
}

.animacja-slider .slick-dots {
  display: none !important;
	bottom: 16px !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	z-index: 1;
	transition: 0.2s;
	margin: 0px auto;
}
.animacja-slider-buttons > * {
  opacity: 0;
}
.animacja_tlo:hover .animacja-slider-buttons > *, .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
  z-index: 10;
	left: 0px;
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 0.55);
	color:#fff;
	font-size: 14px;
	height: 40px;
	padding: 0px 12px 0px 12px;
	transition: all 0.3s;
}
#animacja-pause:before {
	content: "\f04c";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play:before {
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play {
	display: none;
}
#animacja-pause:hover, #banimacjaaner-play:hover {
	opacity: 0.75;
}


@media all and (min-width: 320px) and (max-width: 1024px) {
  .animacja_tlo > a::before {
    width: calc(100% - 4vw);
    height: calc(100% - 4vw);
  }
}
@media all and (min-width: 320px) and (max-width: 1232px) {
  .animacja-slider .slick-next {
  	right: 16px;
  }
  .animacja-slider .slick-prev, #animacja-pause, #animacja-play {
    left: 16px;
  }
}

main {
	width: 100%;
	margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
}
.main_srodek {
  position: relative;
  z-index: 1;
  width: clamp(320px, 100%, 1232px);
  padding: 0px 0px 0px 0px;
	margin: 16px auto 16px;
  display: flex;
}
.main_srodek_p {
  width: clamp(320px, 100%, 1232px);
  padding: 0px 0px 0px 0px;
  margin: 16px auto 16px;
  display: flex;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: 100%;
	margin: 0px 0px 0px 0px;
  display: flex;
  gap: 0px 16px;
  align-items: flex-start;
}
.strona-tresc {
  flex: 0 1 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
	padding: 0px 0px 24px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 8px;
}
.strona-tresc > h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
	color: #000;
  padding: 24px 40px 8px;
  margin: 0px 0px 0px;
}
.main_srodek_p .strona-tresc > h2 {
  flex: 1 1 100%;
  padding: 0px 40px 8px;
}
.strona-tresc > p {
  flex: 1 1 100%;
  padding: 0px 40px;
  margin: 0px;
}
.strona-tresc > article {
  padding: 0px 40px 0px;
}
.main_srodek_s .strona-tresc {
  background: none;
}
.main_srodek_s_a .strona-tresc {
  width: 100%;
  max-width: 1232px;
  margin: 8px auto;
}
.main_srodek_p .strona-tresc {
  background: #484848;
}
.main_srodek_p .strona-tresc .agregator-blok {
  flex: 1 1 100%;
}
.main_srodek_p .strona-tresc .agregator-menu-srodtytul  {
  display: none;
}
.main_srodek_p .strona-tresc * {
  color: #fff;
}
.main_srodek_p .strona-tresc ul {
  flex: 1 1;
  list-style: none;
  padding: 32px 40px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 72px 96px;
}
.main_srodek_p .strona-tresc ul > li {
  width: 100%;
  max-width: calc(50% - 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  color: #fff;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 1);
}
.main_srodek_p .srodek_tlo_g .strona-tresc ul {
  gap: 24px 36px;
}
.main_srodek_p .srodek_tlo_g .strona-tresc ul > li {
  max-width: calc((100% / 3) - 24px);
}
.main_srodek_p .strona-tresc ul > li > a {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.main_srodek_p .strona-tresc ul > li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 360px;
  margin: 8px 0px 0px;
  border: 12px solid #c6c6c6;
  border-radius: 8px;
  box-shadow: 3.346px 3.716px 7px 0px rgba(0, 0, 0, 0.45);
}
.main_srodek_p .srodek_tlo_g .strona-tresc ul > li img {
  max-height: 248px;
}
.main_srodek_p .strona-tresc ul > li img:hover {
  opacity: .65;
}
.strona-tresc-dzial {
  display: none;
}
.strona-tresc .tresc img {
  max-width: 100%;
  height: auto;
}
.strona-tresc .agregator-blok {
  padding: 24px 40px;
}
.mapa-serwisu-poziom-1 {
  flex: 1 1 100%;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .main_srodek, .main_srodek_p  {
    margin: 0px auto 16px;
  }
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
    padding: 0px 0px;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
    flex: 1 1;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 32px !important;
		margin: 0px 0px;
	}
  .main_srodek_p .strona-tresc > ul {
    gap: 72px 0px;
  }
  .main_srodek_p .strona-tresc > ul > li {
    max-width: 100%;
  }
  .main_srodek_p .srodek_tlo_g .strona-tresc > ul {
    gap: 72px 0px;
  }
  .main_srodek_p .srodek_tlo_g .strona-tresc > ul > li {
    max-width: 100%;
  }
  .main_srodek_p .strona-tresc > ul > li img {
    max-height: none !important;
  }
}

footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.stopka  {
  font-family: var(--stopka-kolumna-tresc-font);
  font-size: var(--stopka-kolumna-tresc-font-size);
  line-height: var(--stopka-kolumna-tresc-line-height);
  font-weight: var(--stopka-kolumna-tresc-font-weight);
	color: var(--stopka-kolumna-tresc-color);
	padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: clamp(320px, 100%, 1232px);
  position: relative;
	background: rgba(20, 122, 0, 0.80);
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px 48px;
  width: clamp(320px, 100%, 1232px);
	margin: 0px auto 0px auto;
  padding: 32px 44px 40px 352px;
  background: url(../grafika/mapa_stopka.png) left 76px top 16px no-repeat;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    padding: 24px 0px 24px;
	}
	.stopka .blok {
		flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0px;
		padding: 56px 0px 16px !important;
    background: #a6d3ff;
	}
  .stopka .blok .tresc > ul {
    width: 320px;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stopka .blok .tresc > ul > li {
    width: 0px !important;
  }
  .stopka .blok .tresc > ul > ul {
    width: 120px !important;
  }
  .stopka .stopka-tytul::before {
    display: none;
  }
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 0px 0px;
}
.stopka-tresc-tytul  {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: var(--stopka-kolumna-tresc-color);
  padding: 0px 0px 16px;
  margin: 0px 0px 16px 0px;
  border-bottom: 1px solid #afcc9f;
}
.stopka .blok .kolumna article {
  display: flex;
  flex-direction: column;
}
.stopka .blok .kolumna p {
  margin: 0px;
}
.stopka .blok .kolumna a {
  color: #fff;
  text-decoration-color: transparent;
}
.stopka .blok .kolumna ul {
  flex: 1 1 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 40px 80px;
}
.stopka .blok .kolumna ul li {
  text-align: center;
  padding: 0px 0px;
}
.stopka .blok .kolumna ul > ul  {
  flex-direction: row;
  justify-content: space-between;
  width: 200px;
}
.stopka .blok .kolumna a:hover {
  opacity: 0.65;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .stopka .blok .stopka_tytul {
    text-align: center;
    padding: 24px 0px 24px;
  }
  .stopka-kolumna-tytul::after {
    margin: 16px auto 12px;
  }
	.stopka .kolumna {
    flex: 1 1 96% !important;
    max-width: 96% !important;
    justify-content: center;
  }
  .stopka .blok .kolumna::before {
    display: none;
  }
  .stopka-kolumna-tytul {
    text-align: center;
  }
	.stopka .kolumna > ul	{
    flex-direction: column;
    gap: 40px 0px;
    align-items: center;
		text-align: center !important;
		padding: 0px 8px !important;
	}
	.stopka-tytul	{
		text-align: center !important;
	}
  .stopka .blok .kolumna article {
    text-align: center;
  }
  .stopka .blok .kolumna .tresc ul {
    flex-direction: column;
    gap: 24px 0px;
  }
}
