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 {
	width: 100%;
}
.header_tlo {
  width: 100%;
  background: #fff;
}
.header  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  height: 100vmax;
  max-height: 158px;
  padding: 0px 24px 0px 0px;
  margin: 0px auto;
}
.header_p  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vmax;
  max-height: 64px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
}
.logo	{
  z-index: 10;
  display: block;
  max-width: 65%;
  padding: 42px 40px 42px 168px;
  margin: 0px 0px 0px 0px;
  font-family: 'Mukta', sans-serif;
  font-size: 30px !important;
  line-height: 34px;
  font-weight: 700;
  color: #001426;
  text-decoration-color: transparent;
  background: url(../grafika/logo.png) left 8px center no-repeat;
}

.logo span{
  font-size: 25px;
  font-weight: 400;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}
.linki_gora {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0px 0px 0px;
  gap: 0px 32px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    position: relative;
    max-height: 60px;
    justify-content: flex-end;
    padding: 0px;
    margin: 16px 16px 0px auto;
    background: none;
    background: #fff;
  }
  .linki_gora {
    max-width: none;
    padding: 8px 16px 8px 0px !important;
    flex-wrap: nowrap !important;
    align-items: center;
  }
}
.kontrast-czcionka	{
  flex: 0 1 128px;
  display: flex;
  flex-direction: row-reverse;
	margin: 0px 24px 0px 0px;
  gap: 0px 24px;
}
.kontrast, .czcionka {
  position: relative;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  flex: 0 1 31px;
  height: 25px;
  display: flex;
  justify-content: center;
}
.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: #fff;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .kontrast-czcionka {
    margin: 0px;
  }
  .kontrast a, .czcionka a {
    height: 24px;
  	font-size: 0px !important;
  }
  .kontrast a span, .czcionka a span {
    display: none;
  }
  .czcionka {
    margin: 0px 0px 0px 0px;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  display: none;
  flex: 0 1 56px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 24px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-color: transparent;
  background: url(../grafika/wyszukiwarka.png) center center no-repeat;
  background-size: 22px 22px;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora-ikona a i {
	font-size: 0px;
	color: #000;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}
.linki_gora > a:hover span , .a_start:hover, .kontrast a:hover, .czcionka a:hover, .szukaj-gora-ikona:hover a {
	opacity: 0.55;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  flex: 0 1 256px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;

}
.szukaj-gora form {
  flex: 0 1 256px;
  display: flex;
  background: #fff;
}
.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-left: 1px solid #a4d5ee;
  border-top: 1px solid #a4d5ee;
  border-bottom: 1px solid #a4d5ee;
}
.szukaj-gora input::placeholder {
  color: #5b5b5b;
}
.szukaj-gora button {
  width: 46px;
  height: 40px;
  padding: 0px;
  background: #a4d5ee;
  border: none;
}
.szukaj-gora button:hover {
  cursor: pointer;
  opacity: 0.75;
}
.szukaj-gora button i {
  font-size: 18px;
  color: #000;
}
@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%;
  height: 30vw;
  max-height: 456px;
  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%;
}
.animacja-slider-tresc {
  text-align: left;
  position: absolute;
  left: calc((100vw - 1232px) / 2);
  max-width: 90%;
}
.animacja-slider-tresc .animacja-slider-tytul {
  font-family: 'Mukta', cursive;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  padding: 20px;
  margin: 0px 0px 0px 0px;
  background: rgba(65, 127, 186, 0.8);
}
.animacja-slider-slide {
	width: 100%;
  height: 34vw;
  max-height: 100%;
  background-size: cover;
  background-position: center top;
  display: flex !important;
  align-items: flex-end;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
  .animacja_tlo, .animacja, .animacja-slider {
    height: 38vw;
    max-height: 536px;
    max-width: 100%;
  }
	.animacja-slider-slide {
		height: 38vw;
		max-height: 536px;
		max-width: 100%;
	}
  .animacja-slider-tresc {
    display: none;
  }
}
.animacja-slider .slick-next {
	opacity: 0;
	top: 51%;
  width: 40px;
  height: 32px;
	right: calc((100vw - 1232px) / 2 + 24px);
  z-index: 9;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 51%;
  width: 40px;
  height: 32px;
	left: calc((100vw - 1232px) / 2 + 24px);
  z-index: 9;
}
.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 {
	font-family: "Font Awesome 5 Free";
 	font-size: 30px;
  color:#000 !important;
	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: 8px !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: relative;
	z-index: 1;
	transition: 0.2s;
	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: calc((100vw - 1232px) / 2);
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 0.55);
	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 0px;
  transition: 0.5s;
  background: #9fcee7;
}

@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;
  padding: 0px 0px 0px 0px;
}
.h1_start {
  display: none;
}
.main_srodek {
  display: flex;
  max-width: 1232px;
  padding: 16px 0px 0px 0px;
  margin: 0px auto 0px;
  background: #ffffff;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: 100vw;
  max-width: 1232px;
	margin: 0px auto 24px;
}
.strona-tresc {
	background: #fff;
  width: 100%;
	padding: 0px 0px 24px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.strona-tresc > article {
  padding: 0px 24px;
}
.strona-tresc-dzial {
  display: none;
}
.strona-tresc .tresc img {
  max-width: 100%;
  height: auto;
}
.mapa-serwisu-poziom-1 {
  flex: 1 1 100%;
}
.menu_prawe {
  flex: 0 0 400px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .main_srodek_start, .main_srodek {
    padding: 0px;
    margin: 0px auto 0px;
  }
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
    padding: 0px 16px;
		margin: 0px auto 24px auto;
	}
	.strona-tresc {
		width: 100%;
    max-width: 100%;
    padding: 0px 0px 24px;
		margin: 0px auto;
	}
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu_lewe_tlo_start, .menu_prawe, .modul-start-menu {
		display: none;
	}
}
footer {
  overflow: hidden;
  margin: 24px 0px 0px 0px;
}
.stopka  {
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
	color: #001426;
	padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 100%;
	display: flex;
  position: relative;
	background: #92d1e0 url(../grafika/stopka_tlo.png) center top no-repeat;
  background-size: cover;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  flex-wrap: wrap;
	width: 100%;
  max-width: 1232px;
	margin: 0px auto 0px auto;
  padding: 68px 0px 68px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    padding: 24px 0px 0px;
	}
	.stopka .blok {
		flex-wrap: wrap;
    justify-content: center;
		padding: 0px 0px 16px !important;
	}
}
.stopka .blok .stopka_tytul {
  flex: 1 1 100%;
  font-family: 'Mukta', sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
	color: #001426;
  text-align: center;
  padding: 0px 0px 64px;
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
}
.stopka .blok .kolumna > ul {
  flex: 1 1;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 16px 16px;
}
.stopka .blok .kolumna > ul > li {
  padding: 28px;
  background: #86becc;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .stopka .blok .stopka_tytul {
    text-align: center;
    padding: 0px 0px 24px;
  }
	.stopka .kolumna {
    flex: 1 1 96% !important;
    max-width: 96% !important;
  }
  .stopka .blok .kolumna:nth-child(2):before, .stopka .blok .kolumna:nth-child(2):after {
    display: none;
  }
  .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 .blok .kolumna a {
  color: #001426;
  text-decoration-color: transparent;
}
.stopka .blok .kolumna a:hover {
  opacity: 0.65;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna > *	{
    grid-template-columns: 1fr !important;
		text-align: center !important;
		padding: 0px 8px !important;
	}
	.stopka-tytul	{
		text-align: center;
	}
  .stopka .blok .kolumna .tresc ul {
    flex-direction: column;
    gap: 24px 0px;
  }
}
