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;
	background: #fff url(../grafika/tlo.jpg) center top no-repeat;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
}
.header_tlo {
  width: 100%;
  background: #fff;
}
.header {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vmax;
  max-height: 96px;
  padding: 0px 0px 0px 16px;
  margin: 0px auto;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    position: relative;
    width: 120px;
    max-height: 60px;
    justify-content: flex-end;
    margin: 0px 16px 0px auto;
    background: none;
  }
  .linki_gora {
    padding: 0px 16px 0px 0px !important;
    flex-wrap: nowrap !important;
    align-items: center;
  }
}
.logo	{
  display: block;
	width: 61vw;
	max-width: 554px;
	height: 15vw;
	max-height: 57px;
	padding: 0px;
	margin: 0px 0px 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) {
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}
.linki_gora {
  flex: 1 1;
  max-width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 18px 16px 0px 0px;
}
.kontrast-czcionka	{
  flex: 0 1 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
	margin: 0px 40px 0px 0px;
}
.kontrast, .czcionka {
  position: relative;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #252525;
  flex: 0 1 20px;
  display: flex;
  justify-content: center;
}
.kontrast a, .czcionka a {
  flex: 1 0;
  display: flex;
  align-items: center;
  text-decoration-color: transparent;
}
.kontrast a::before, .czcionka a::before {
  font-family: "Font Awesome 5 Free";
  color: #252525;
  font-size: 16px;
  padding: 0px;
  position: relative;
  margin: 0px 0px 0px 0px;
}
.kontrast a:before {
  content: "\f042";
}
.czcionka a:before {
  content: "\f031 +";
}
.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: #252525;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .kontrast-czcionka	{
    flex: 0 1;
    margin: 0px 16px 0px 0px;
  }
  .kontrast a, .czcionka a {
    height: 40px;
  	font-size: 0px !important;
  }
  .kontrast a span, .czcionka a span {
    display: none;
  }
  .czcionka {
    margin: 0px 10px 0px 0px;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  flex: 0 1;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 100%;
  margin: 2px 0px 0px 0px;
  text-decoration: none;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora-ikona a i {
	font-size: 16px;
	color: #252525;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}
.a_start:hover, .kontrast a:hover, .czcionka a:hover, .szukaj-gora-ikona:hover a {
	opacity: 0.55;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  width: 100vw;
  height: 40px;
  margin: 12px 0px 0px 0px;
  text-decoration: none;

}
.szukaj-gora form {
  flex: 0 1 392px;
  display: flex;
  background: #fff;
  border: 1px solid #fd9638;
}
.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;
}
.szukaj-gora input::placeholder {
  color: #727171;
}
.szukaj-gora button {
  width: 46px;
  height: 40px;
  padding: 0px;
  background: #fff;
  border: none;
  border-left:1px solid #fd9638;
}
.szukaj-gora button:hover {
  cursor: pointer;
  opacity: 0.75;
}
.szukaj-gora button i {
  font-size: 18px;
  color: #231303;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora-ikona {
    display: flex;
    margin: 0px 0px 0px 0px;
  }
  .szukaj-gora {
    display: none;
  }
}

/*Animacja górna*/

.animacja_tlo {
  width: 100%;
  max-width: 1232px;
  height: 30vw;
  max-height: 496px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0px auto 0px;
}
.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 {
  text-align: center;
  position: absolute;
  max-width: 328px;
}
.animacja-slider-tresc .animacja-slider-tytul {
  display: none;
  font-family: 'Baloo 2', cursive;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.animacja-slider-slide {
	width: 100%;
  height: 34vw;
  max-height: 100%;
  background-size: cover;
  background-position: center top;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@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: 51%;
  width: 32px;
  height: 32px;
	right: 6vw;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 51%;
  width: 32px;
  height: 32px;
	left: 6vw;
  z-index: 9;
  background: url(../grafika/animacja_p.png) center center no-repeat;
}
.animacja-slider:hover .slick-next,
.animacja-slider: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: 32px;
  color:#fff;
	opacity: 1;
  text-shadow: 0.669px 0.743px 1px rgba(0, 0, 0, 0.5);
}
.animacja-slider .slick-prev:hover, .animacja-slider .slick-next:hover {
	opacity: 0.55;
}

.animacja-slider .slick-prev:before{
	content: "\f359";
}
.animacja-slider .slick-next:before{
	content: "\f35a";
}

.animacja-slider .slick-dots{
  display: none !important;
	bottom: 8px !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: relative;
	z-index: 1;
	transition: 0.2s;
	max-width: 1232px;
	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: 16px;
	top: 16px;
	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;
  z-index: 10;
  width: 100%;
	display: flex;
  padding: 0px 0px 0px 0px;
	margin: 0px auto 16px;
  transition: 0.5s;
  background: #ffe65a;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo-start, .menu-gora-tlo	{
		display: none;
	}
}

main {
	width: 100%;
	margin: 0px auto 0px;
}
.main_srodek {
  display: flex;
  max-width: 1232px;
  margin: 0px auto 0px;
  justify-content: space-around;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: 100vw;
  max-width: 1232px;
	margin: 0px 0px 24px 0px;
}
.strona-tresc {
	background: #fff;
	padding: 0px 0px 24px;
  margin: 24px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}
.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 {
    margin: 0px auto 0px;
  }
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
		width: 100%;
    padding: 0px 0px 24px;
		margin: 0px auto;
	}
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu_prawe_tlo_start, .menu_prawe_tlo, .modul-start-menu {
		display: none;
	}
}
.stopka{
	font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
	color: #321b00;
  max-width: 1232px;
	padding: 0px 0px 46px 0px;
  margin: 24px auto 0px;
	display: flex;
  position: relative;
  background: url(../grafika/stopka_tlo.jpg) center center no-repeat;
  background-size: cover;
  border: 1px solid #a1a1a1;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  justify-content: space-between;
	width: 100%;
	max-width: 1232px;
	margin: 0px auto 0px auto;
  padding: 44px 24px 0px 24px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    background-position: center center !important;
    padding: 8px 0px 0px 0px;
	}
	.stopka .blok {
		flex-wrap: wrap;
    justify-content: center;
		padding: 0px 0px 16px !important;
	}
}
.stopka .kolumna-tytul {
  flex: 1 1 100%;
  font-family: 'Hind', sans-serif;
	font-size: 36px;
	line-height: 40px;
  font-weight: 700;
	text-align: center;
  color: #231303;
  text-decoration: none;
  padding: 40px 0px 24px 0px;
  position: relative;
}
.stopka .blok .kolumna {
	position: relative;
  flex: 0 1 calc(100% / 3);
  max-width: 400px;
  padding: 20px 16px 20px 16px;
  margin: 0px 0px 0px 0px;
  display: flex;
}
.stopka .blok .kolumna:first-child {
  max-width: 331px;
  margin: 0px 96px 0px 0px;
  background: url(../grafika/logo_stopka.png) center center no-repeat;
}
.kolumna .dane_adres, .kolumna .dane_telefon, .kolumna .dane_email, .kolumna .godziny_tytul {
  position: relative;
  padding: 0px 0px 12px 0px;
}
.kolumna .dane_adres::before, .kolumna .dane_telefon::before, .kolumna .dane_email::before, .kolumna .godziny_tytul::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #252525;
  left: -24px;
  top: 1px;
  margin: 0px 16px 0px 0px;
  padding: 0px;
}
.kolumna .dane_adres::before {
  content: "\f1ad";
}
.kolumna .dane_telefon::before {
  content: "\f095";
}
.kolumna .dane_email::before {
  content: "\f0e0";
}
.kolumna .godziny_tytul::before {
  content: "\f017";
}
.stopka .kolumna-podtytul {
  flex: 0 0;
  font-family: 'Hind', sans-serif;
	font-size: 18px;
	line-height: 22px;
  font-weight: 700;
	text-align: left;
  color: #321b00;
  text-decoration: none;
  padding: 0px 0px 8px 0px;
  margin: 0px 0px 8px 0px;
  border-bottom: 1px solid #ffffff
}
.stopka .blok .kolumna a:hover {
  opacity: 0.65;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .wiersz .kolumna:first-child {
    display: none;
  }
	.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;
    display: block !important;
	}
  .stopka .kolumna .kolumna-tytul {
    padding: 16px 0px 16px 0px;
  }
  .kolumna .dane_adres::before, .kolumna .dane_telefon::before, .kolumna .dane_email::before, .kolumna .godziny_tytul::before {
    left: unset;
    margin: 0px 0px 0px -24px;
  }
}
.stopka .kolumna .tresc a, .stopka .blok .kolumna a {
  text-decoration-color: transparent !important;
  color: #231303 !important;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna > *	{
		text-align: center !important;
		padding: 0px 8px;
	}
	.stopka-tytul	{
		text-align: center;
	}
}
.dane-stopka-kontakt	{
	padding: 0px 0px 32px 0px;
}
.dane-stopka-kontakt-tresc p	{
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.dane-stopka-kontakt-podpis	{
	display: none;
}
