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;
  background: #fff;
}
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;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
  max-width: 1232px;
  margin: 0px auto;
  position: relative;
}
.header {
  width: 100%;
  max-width: 1232px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logo	{
  flex: 1 1 100%;
  display: flex;
	width: 33vw;
	max-width: 286px;
	height: 15vw;
	max-height: 96px;
	padding: 0px;
	margin: 0px auto 0px 0px;
	background: url(../grafika/herb.png) center center no-repeat;
  background-size: contain;
	font-size: 0px !important;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    justify-content: center;
    margin: 0px 16px 16px auto;
    max-width: 240px;
    height: 40px;
  }
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}
.a_start {
  flex: 0 0 22px;
  height: 17px;
  margin: 0px 32px 0px 0px;
	background: url(../grafika/start_tlo.png) center center no-repeat;
}
.a_kontakt {
  flex: 0 0 20px;
  height: 19px;
  margin: 0px 32px 0px 0px;
	background: url(../grafika/kontakt_tlo.png) center center no-repeat;
}
.a_start span, .a_kontakt span {
  display: none;
}
.linki_gora	{
  flex: 0 0 92px;
  display: flex;
  justify-content: flex-end;
  margin: 0px 0px 0px 0px;
}
.kontrast-czcionka	{
  flex: 0 0 83px;
  display: flex;
	margin: 0px 0px 0px 0px;
}
.kontrast, .czcionka {
  position: relative;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #000;
	font-size: 0px !important;
  text-decoration-color: transparent !important;
  display: flex;
  flex: 1 0;
  align-items: center;
  justify-content: center;
}
.kontrast a {
  flex: 0 0 27px;
  height: 19px;
  margin: 0px 32px 0px 0px;
  background: url(../grafika/kontrast_tlo.png) center center no-repeat;
}
.czcionka a {
  flex: 0 0 24px;
  height: 17px;
  background: url(../grafika/czcionka_tlo.png) center center no-repeat;
}
.kontrast span, .czcionka span {
  display: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .kontrast-czcionka	{
    flex: 0 0 112px;
  }
  .a_rss {
    flex: 0 0 80px;
  }
  .linki_gora  {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 0px auto;
    width: 160px;
  }
  .kontrast a, .czcionka a {
    height: 40px;
  	font-size: 0px !important;
    margin: 0px;
  }
  .kontrast {
    margin: 0px 0px 0px 0px;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  display: none;
  flex: 0 1 100%;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 100%;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
  border-right: 1px solid #c2c2c2;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-color: transparent;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora-ikona {
    flex: 0 1 40px;
    display: flex;
    height: unset;
    margin: 0px 0px 0px 20px;
    border: none;
  }
  .szukaj-gora {
    display: none !important;
  }
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora-ikona a i, .szukaj-gora-ikona a i::before {
	font-size: 16px;
	color: #3c4850 !important;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  display: flex;
  flex: 0 1 392px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  max-width: 392px;
  height: 40px;
  margin: 0px 0px 0px 32px;
  text-decoration-color: transparent;
  background: #f9f9f9;
}
.szukaj-gora input {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555454;
  padding: 9px 8px 10px 16px;
  border: none;
  width: 100%;
  background: none;
}
.szukaj-gora input::placeholder {
  color: #555454;
}
.szukaj-gora button {
  position: relative;
  background: none;
  border: none;
  padding: 0px 12px 0px 14px;
  cursor: pointer;
  background: #282828;
}
.szukaj-gora button i {
  font-size: 14px;
  color: #fff;
}
.kontrast a:hover, .czcionka a:hover, .szukaj-gora button:hover i, .szukaj-gora-ikona:hover a, .a_start:hover, .a_kontakt:hover {
	opacity: 0.55;
}

/*Animacja górna*/


.animacja_tlo {
  width: 100%;
  height: 464px;
  max-height: 464px;
  display: flex;
  position: relative;
  margin: 0px 0px 16px 0px;
  font-size: 0px !important;
}
.animacja_maska {
  position: absolute;
  right: 0px;
  z-index: 10;
  width: 50%;
  max-width: 464px;
  height: 100%;
  padding: 88px 24px 0px 148px;
  background: url(../grafika/maska.png) left top no-repeat;
  background-size: cover;
  display: flex;
}
.animacja_maska_tresc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: max-content;
  background: rgba(0,0,0,0.01);
}
.animacja-podtytul	{
  display: block;
  position: relative;
  font-family: 'Rokkitt', serif;
  font-size: 48px;
  font-weight: 400;
	color: #fff;
  text-align: right;
  padding: 0px 0px 8px 0px !important;
  margin: 0px 0px 20px 0px !important;
  background: url(../grafika/podtytul_tlo.png) right bottom no-repeat;
}
.animacja_maska .podmiot-nazwa {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-align: right;
}
.animacja_maska .tresc {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: right;
}
.animacja_maska .tresc a {
  color: #fff;
  text-decoration-color: transparent;
}
.animacja_maska .tresc a:hover {
  opacity: 0.65;
}
.animacja, .animacja-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
	width: 100%;
  max-width: 882px;
}
.animacja-slider .slick-list, .animacja-slider .slick-list .slick-track {
  height: 100%;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .animacja_tlo {
    display: none;
  }
  .animacja, .animacja-slider{
    display: none;
  }
}
.animacja-slider-tresc {
	display: none;
	background-color: rgba(0,0,0,0.8);
	padding: 16px;
	color: #fff;
}
.animacja-slider-tytul {
}
.animacja-slider-tytul a {
	color: inherit;
	text-decoration: inherit;
}
.animacja-slider-slide {
	width: 100%;
  height: 464px;
  max-height: 100%;
  background-size: cover;
  background-position: center top;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
	.animacja-slider-slide {
		height: 38vw;
		max-height: 464px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0 !important;
	top: 49%;
	right: 6.5vw;
  z-index: 9;
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: 49%;
	left: 24px;
  z-index: 9;
}
.animacja-slider:hover .slick-next,
.animacja-slider:hover .slick-prev {
	opacity: 1 !important;
}
.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 {
	font-family: "Font Awesome 5 Free";
 	font-size: 24px;
  color:#fff;
	opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
}
.animacja-slider .slick-prev:hover:before, .animacja-slider .slick-next:hover:before {
	opacity: 0.55;
}

.animacja-slider .slick-prev:before{
	content: "\f137";
  padding: 0px 0px 0px 0px;
}
.animacja-slider .slick-next:before{
	content: "\f138";
  padding: 0px 0px 0px 0px;
}

.animacja-slider .slick-dots{
  display: none !important;
	bottom: 8px !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: absolute;
	z-index: 1;
  top: 0px;
  left: 0px;
	transition: 0.2s;
  display: flex;
  width: 120px;
  height: 36px;
	margin: 0px auto;
}
.animacja-slider-buttons > * {
  opacity: 0;
}
.animacja:hover > .animacja-slider-buttons > *, .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 0.7);
	color:#fff;
	font-size: 14px;
	height: 35px;
	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;
}

/*Menu góra*/

.menu-gora-tlo	{
  position: relative;
  top: 0px;
  z-index: 10;
  width: 100%;
  max-width: 1232px;
	display: flex;
  padding: 0px 0px 0px 0px;
	margin: 0px auto 16px auto;
  transition: 0.5s;
}
.menu-gora-tlo-2	{
  position: relative;
  top: 0px;
  z-index: 9;
  width: 100%;
  max-width: 1232px;
	display: flex;
  padding: 0px 0px 0px 0px;
	margin: 0px auto 16px auto;
  transition: 0.5s;
}


@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo, .menu-gora-tlo-2	{
		display: none;
	}
}

main {
	width: 100%;
	margin: 0px auto 0px;
}
.main_srodek {
  display: flex;
  max-width: 100vw;
  max-width: 1232px;
  margin: 0px auto;
  justify-content: space-around;
}
.menu_lewe_tlo {
	flex: 0 1 400px;
  min-width: 400px;
  max-width: 400px;
  text-align: center;
}
.srodek_tlo	{
	flex: 0 1 auto;
  width: 59vw;
  max-width: 816px;
	margin: 0px 16px 0px 0px;
  border: 1px solid #e5e9ee;
}
.strona-tresc {
	background: #fff;
	padding: 0px 0px 24px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
}
.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) {
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
		width: 96%;
		margin: 0px auto;
	}
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu_lewe_tlo, .modul-start-menu {
		display: none;
	}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-srodek-tlo	{
		display: none;
	}
}
.stopka{
  font-family: 'Open sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
	color: #fff;
	padding: 0px 0px 0px 0px;
  margin: 0px auto;
	display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.01) url(../grafika/stopka.png) no-repeat;
  background-size: 100% 120%;
  position: relative;
}
.stopka .blok {
  position: relative;
  flex: 1 1 100vmax;
	display: flex;
	width: 100%;
	max-width: 848px;
	margin: 0px auto 0px auto;
  padding: 48px 0px 56px 0px;
  display: flex;
  flex-wrap: wrap;
  background: url(../grafika/mapa.png) right top no-repeat;
}
.stopka_naglowek {
  flex: 1 1 100%;
  font-family: 'Rokkitt', serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    background-position: center center !important;
    background-size: cover;
	}
	.stopka .blok {
		flex-wrap: wrap;
		padding: 48px 0px 16px;
    background: none;
	}
}
.stopka .kolumna {
	position: relative;
	flex: 1 1 50%;
  max-width: 50%;
  padding: 32px 0px 0px 56px;
  margin: 0px 0px 0px 0px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna {
    flex: 1 1 100vmax !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    padding: 0px 0px 0px 0px !important;
		margin: 0px 0px 16px 0px !important;
    border: none;
	}
}
.stopka .kolumna > *	{
	flex: 1 1 90%;
  margin: 0px;
  text-align: left;
}
.stopka .kolumna *	{
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna > *	{
		text-align: center !important;
		padding: 0px 8px;
    margin: 0px auto;
	}
	.stopka-tytul	{
		text-align: center;
	}
}
.dane-stopka-kontakt	{
	padding: 0px 0px 32px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .stopka-podtytul, .podmiot-nazwa, .podmiot-adres  {
    flex: 1 1 100vw;
    background-position: center bottom;
  }
}
