html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: "Open Sans";
	font-size: 0.938em;
	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 {
	width: 100%;
 	margin: 0px auto 0px;
  background: url(../grafika/tlo.jpg) center top no-repeat #fff;
  background-size: 100% auto;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
}
.header_tlo {
  width: 100%;
  position: relative;
}
.gorna_belka_tlo  {
  display: flex;
  height: 40px;
  background: #313131;
}
.gorna_belka {
  flex: 1 1 100%;
  display: flex;
  max-width: 1232px;
  margin: 0px auto;
}
.gorna_belka_linki  {
  flex: 1 1 50%;
  display: flex;
  gap: 0px 24px;
}
.gorna_belka_linki a  {
  font-size: 0px !important;
  text-decoration-color: transparent;
}
.gorna_belka_linki a:first-child  {
  flex: 0 0 16px;
  background: url(../grafika/iko_insta.png) center center no-repeat;
}
.gorna_belka_linki a:nth-child(2)  {
  flex: 0 0 9px;
  background: url(../grafika/iko_fb.png) center center no-repeat;
}
.gorna_belka_linki a:nth-child(3)  {
  flex: 0 0 17px;
  background: url(../grafika/iko_yt.png) center center no-repeat;
}
.gorna_belka_dane  {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gorna_belka_dane > *  {
  font-family: 'Open Sans', sans-serif;
	font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration-color: transparent;
  height: 16px;
  padding: 0px 20px;
  border-right: 1px solid #575654;
}
.kontrast-czcionka	{
  flex: 0 1 106px;
  height: 16px;
  display: flex;
  align-items: center;
  padding: 0px;
	margin: 0px 0px 0px 0px;
  gap: 0px 0px;
}
.kontrast, .czcionka {
  position: relative;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  flex: 1 0;
  height: 100%;
  display: flex;
  justify-content: center;
}
.kontrast {
  border-right: 1px solid #575654;
}
.kontrast a, .czcionka a {
  flex: 1 1;
  text-decoration-color: transparent;
  display: flex;
}
.kontrast a {
  flex: 1 1;
  height: 100%;
	background: url(../grafika/kontrast.png) center center no-repeat;
}
.czcionka a {
  flex: 1 1;
  height: 100%;
  background: url(../grafika/wielkosc.png) center center no-repeat;
}
.kontrast span, .czcionka span {
  display: none;
  font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
	color: #444444;
}
.header  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  padding: 18px 0px;
  margin: 0px auto;
}
.logo	{
  z-index: 10;
  width: 50%;
  height: 88px;
  padding: 0px 0px 0px 104px;
	margin: 0px 0px 0px 0px;
  font-family: 'Rubik', sans-serif;
	font-size: 14px !important;
  font-weight: 400;
  color: #000000;
  text-decoration-color: transparent;
  text-transform: uppercase;
  background: url(../grafika/logo.png) left center no-repeat;
}
.logo span {
  display: block;
  padding: 6px 0px 0px 0px;
  font-size: 40px !important;
  font-weight: 700;
  text-transform: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.header_tlo::before, .logo	{
		display: none;
	}
  .gorna_belka_tlo {
    height: 104px;
    padding: 0px 16px;
  }
  .gorna_belka {
    flex-wrap: wrap;
  }
  .gorna_belka_dane {
    flex-wrap: wrap;
  }
}
.logo:hover	{
	opacity: 0.55;
}
.weatherwidget-io {
  flex: 0 1 620px;
  margin: 0px auto;
}


@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    position: relative;
    padding: 0px;
    margin: 16px 0px 0px 0px;
    background: none;
  }
}


/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  flex: 0 1 20px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 24px;
  margin: auto 0px auto 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 !important;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(237deg) brightness(103%) contrast(103%);
}
.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 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
  border-top: 1px solid #cdcdcd;

}
.szukaj-gora form {
  flex: 1 1;
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 40px;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 17px 16px 18px 28px;
  border: none;
  width: 100%;
  background: none;
  border-radius: 0px;
}
.szukaj-gora input::placeholder {
  opacity: 1;
  color: #535353;
}
.szukaj-gora button {
  width: 56px;
  height: 56px;
  padding: 0px 4px 2px 0px;
  background: url(../grafika/wyszukiwarka.png) center center no-repeat;
  border: none;
  border-radius: 0px 40px 40px 0px;
}
.szukaj-gora button:hover {
  cursor: pointer;
  opacity: 0.75;
}
.szukaj-gora button i {
  font-size: 0px !important;
  color: #6f6f6f;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .linki_gora .kontrast-czcionka	{
    display: flex;
    margin: 0px;
  }
  .kontrast a, .czcionka a {
  	font-size: 0px !important;
  }
  .kontrast a span, .czcionka a span {
    display: none;
  }
  .czcionka {
    margin: 0px 0px 0px 0px;
  }
  .szukaj-gora-ikona {
    display: flex;
  }
  .szukaj-gora {
    display: none;
  }
}

.gorna_belka_dane > a:hover, .gorna_belka_linki > a:hover, .kontrast a:hover, .czcionka a:hover, .szukaj-gora-ikona:hover a, .linki_gora > a:hover, .dane_gora > a:hover {
	opacity: 0.55;
}

.header_p  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: flex-start;
  padding: 0px 24px 0px 0px;
  margin: 0px auto;
}
.header_p .logo	{
  z-index: 10;
  width: 81px;
  height: 75px;
  padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 24px;
  font-family: 'Roboto', sans-serif;
	font-size: 0px !important;
  font-weight: 400;
  color: #000;
  text-decoration-color: transparent;
  background: url(../grafika/logo_p.png) center center no-repeat;
}
.header_p .menu-gora-tlo  {
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .header, .header_p  {
    width: 100%;
    max-width: 1232px;
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    left: inherit;
    transform: none;
  }
}

/*Animacja górna*/

.animacja_tlo {
  width: 100%;
  max-width: 1232px;
  height: 35vw;
  max-height: 336px;
  position: relative;
  display: flex;
  margin: 0px auto 0px;
  background: #000;
}
.animacja, .animacja-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
	width: 100%;
}
.animacja-slider .slick-list, .animacja-slider .slick-list .slick-track {
  height: 100%;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .animacja_tlo, .animacja, .animacja-slider {
    display: none;
  }
}
.animacja-slider-tresc {
  display: none;
}
.animacja-slider-tresc .animacja-slider-tytul {
  font-family: 'Alata', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  padding: 16px 40px 16px 40px;
  margin: 0px 0px 0px 0px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}
.animacja-slider-slide {
	width: 100%;
  height: 35vw;
  max-height: 100%;
  background-position: center center;
  display: flex !important;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
	.animacja-slider-slide {
		height: 38vw;
		max-height: 536px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0;
	top: 50%;
  width: 40px;
  height: 64px;
	right: 48px;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 50%;
  width: 40px;
  height: 64px;
	left: 28px;
  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 {
	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;
}

.dane_gora {
  flex: 0 0 35%;
  width: 35%;
  max-width: 424px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 48px 32px 32px 16px;
  margin: 0px 0px 0px 0px;
  gap: 0px 0px;
  background: #e5e5e4;
  position: relative;
}
.dane_gora::before {
  display: block;
  position: absolute;
  top: 0px;
  left: -32px;
  content: "";
  width: 0;
  height: 0;
  max-height: 100%;
  border-style: solid;
  border-width: 0 0 336px 32px;
  border-color: transparent transparent #e6e6e5 transparent;
}
.dane_gora p {
  text-align: right;
  margin: 0px;
}
.dane_gora > a {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration-color: transparent;
  padding: 16px 28px 14px;
  margin: 24px 0px;
  background: #3d4856;
  border-radius: 40px;
  display: flex;
  gap: 0px 16px;
}
.dane_gora > a::after {
  content: "";
  width: 21px;
  height: 21px;
  margin: -3px 0px 0px 0px;
  background: url(../grafika/iko_mapa.png) center center no-repeat;
}

@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;
  }
}


/*Menu góra*/

.menu-gora-tlo  {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  gap: 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 16px auto 0px auto;
  transition: 0.5s;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo, .menu-gora-tlo-p	{
		display: none;
	}
}

main {
	width: 100%;
  max-width: 1232px;
	margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
}
.main_srodek {
  max-width: 1232px;
  padding: 0px 0px 0px 0px;
	margin: 16px auto 0px;
  display: flex;
}
.main_srodek_p {
  max-width: 1232px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 64px;
  display: flex;
  flex-wrap: wrap;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: 100%;
	margin: 0px 0px 0px 0px;
  display: flex;
  gap: 0px 40px;
  align-items: flex-start;
}
.main_srodek_p .srodek_tlo {
  max-width: 1232px;
  padding: 0px 0px;
  margin: 0px auto;
}
.strona-tresc {
  flex: 0 1 calc(100% - 424px);
  position: relative;
  width: 100%;
  max-width: calc(100% - 424px);
	padding: 0px 0px 24px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.main_srodek_p .srodek_tlo .strona-tresc {
  padding: 0px 24px 24px;
  background: #fff;
}
.strona-tresc > article {
  padding: 0px 0px;
}
.strona-tresc-dzial, .strona-tresc-data {
  display: none;
}
.strona-tresc .tresc img {
  max-width: 100%;
  height: auto;
}
.mapa-serwisu-poziom-1 {
  flex: 1 1 100%;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .main_srodek_start, .main_srodek {
    padding: 0px;
    margin: 0px auto 0px;
    background: none;
  }
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
    padding: 0px 16px;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
    flex: 1 1;
		width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px;
		margin: 0px auto;
	}
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .menu_prawe {
		display: none;
	}
}
footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.stopka  {
	font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
	color: #000000;
	padding: 56px 0px 56px 0px;
  margin: 0px auto 0px;
  width: 100%;
	display: flex;
  flex-wrap: wrap;
  position: relative;
  background: url(../grafika/stopka_tlo.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  gap: 0px 0px;
	width: 100%;
  max-width: 1232px;
	margin: 0px auto 0px auto;
  padding: 0px 24px 0px 240px;
  background: url(../grafika/mapa_stopka.png) left top 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: 0px 0px 16px !important;
    background: none;
	}
  .stopka .blok * {
    text-align: center;
    margin: 0px auto;
  }
  .stopka .stopka-tytul::before {
    display: none;
  }
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1;
  width: 100%;
  padding: 0px 36px 0px 36px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
}
.stopka .blok .kolumna:nth-child(2) {
  flex: 1.5 1;
}
.stopka .blok .kolumna::after {
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
}
.stopka .blok .kolumna span {
  display: flex;
  flex-direction: column;
}
.podmiot-nazwa {
  flex: 0 0;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
	color: #000000;
  text-align: left;
  margin: 0px 0px 4px;
  display: flex;
}
.stopka .blok .kolumna p {
  margin: 0px;
}
.stopka .blok .kolumna a {
  color: #fff;
  text-decoration-color: transparent;
}
.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 {
    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 > *	{
    align-items: center;
		text-align: center !important;
		padding: 0px 8px !important;
	}
	.stopka-tytul	{
		text-align: center;
	}
  .stopka .blok .kolumna .tresc ul {
    flex-direction: column;
    gap: 24px 0px;
  }
}
