html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: "Open Sans";
	font-size: 1.4rem;
	overflow-x: hidden;
	transition: padding .5s linear;
  background: url(../grafika/tlo.jpg) center center no-repeat;
  background-size: cover;
}
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%;
}
.header  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  background: #fff;
}
.logo	{
  z-index: 10;
  width: 100%;
  /*padding: 24px 0px;*/
	margin: 0px 0px 0px 0px;
  font-family: 'Amiko', sans-serif;
	font-size: 30px !important;
  font-weight: 700;
  color: #2a5fab;
  text-align: center;
  text-decoration-color: transparent;
  /*background: url(../grafika/logo.png) left 32px center no-repeat, url(../grafika/herb_polska.png) right 32px center no-repeat;*/
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 0px 24px;
}

@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 16px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  body {
    background: #fff;
  }
  .header {
    position: relative;
    max-height: 60px;
    justify-content: flex-end;
    padding: 0px;
    margin: 16px 16px 0px auto;
    background: none;
    background: #fafafa;
  }
  .linki_gora {
    max-width: none;
    padding: 8px 16px 8px 0px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end;
    align-items: center;
    gap: 0px 0px;
  }
}
.kontrast-czcionka	{
  display:block;
  width: unset;
  right: -176px;
  padding:0;
  position:fixed;
  top:80px;
  z-index:101;
}
.kontrast, .czcionka {
  width: 232px;
  height: 56px;
  transition: all .3s;
  cursor: pointer;
}
.kontrast {
  background: url(../grafika/wys_kontrast.png) center center no-repeat;
}
.czcionka {
  background: url(../grafika/wys_wielkosc.png) center center no-repeat;
}
.kontrast-czcionka > div:hover {
  margin-left:-174px;
}
.kontrast a, .czcionka a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration-color: transparent;
}
.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;
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  display: none;
  flex: 0 1 40px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  width: 40px;
  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: #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: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  height: 16px;
  margin: 0px 0px 24px 0px;
  text-decoration-color: transparent;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.szukaj-gora form {
  flex: 1 1 100%;
  display: flex;
  max-height: 16px;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 400;
  padding: 0px 0px 0px 24px;
  border: none;
  width: 100%;
  background: none;
}
.szukaj-gora input::placeholder {
  opacity: 1;
  color: #646464;
}
.szukaj-gora button {
  width: 18px;
  height: 16px;
  padding: 0px;
  margin: 0px 24px 0px 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: 0rem; !important;
  color: #444444;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .linki_gora .kontrast-czcionka	{
    position: relative;
    right: inherit;
    top: inherit;
    display: flex;
    padding: 0;
    margin: 0px;
  }
  .kontrast, .czcionka {
    width: 40px;
    margin-left: 0px !important;
    margin: 0px 0px 0px 0px;
    font-size: 0px !important;
    background: none;
  }
  .kontrast a, .czcionka a {
  	font-size: 0px !important;
  }
  .kontrast a {
  	background: url(../grafika/kontrast.png) center center no-repeat;
  }
  .czcionka a {
    background: url(../grafika/wielkosc.png) center center no-repeat;
  }
  .kontrast a span, .czcionka a span {
    display: none;
  }
  .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: 454px;
  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;
  top: 32px;
  left: 32px;
  max-width: 90%;
}
.animacja-slider-tresc .animacja-slider-tytul {
  font-family: 'Amiko', cursive;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  padding: 18px 16px 14px;
  margin: 0px 0px 0px 0px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
}
.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-slider-slide {
		height: 38vw;
		max-height: 454px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0;
	top: 50%;
  width: 24px;
  height: 31px;
	right: 32px;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 50%;
  width: 24px;
  height: 31px;
	left: 32px;
  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: 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_tlo:hover .animacja-slider-buttons > *, .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
	right: 32px;
	top: 32px;
	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;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo-start, .menu-gora-tlo	{
		display: none;
	}
}
@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 {
  display: flex;
  max-width: 1232px;
  padding: 24px 0px 0px 0px;
  margin: 0px auto 0px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: 100vw;
  max-width: 1232px;
	margin: 0px 0px 24px 0px;
  display: flex;
  gap: 0px 32px;
  align-items: flex-start;
}
.strona-tresc {
  position: relative;
  width: 100%;
  max-width: calc(100% - 334px);
	padding: 0px 0px 24px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.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%;
}
.menu_lewe {
  flex: 1 0;
  max-width: 304px;
}
@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 0px auto;
	}
	.strona-tresc {
		width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px;
		margin: 0px auto;
	}
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu_lewe_tlo_start, .menu_lewe, .modul-start-menu {
		display: none;
	}
}
footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.stopka  {
	font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
	color: #303424;
	padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  width: 100%;
  max-width: 1232px;
	display: flex;
  position: relative;
	background: url(../grafika/stopka_tlo.jpg) left top no-repeat;
  background-size: 100% auto;
  border: 4px solid #2a5fab;
  border-radius: 8px 8px 0px 0px;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  flex-wrap: wrap;
  gap: 60px 72px;
	width: 100%;
  max-width: 1232px;
	margin: 0px auto 0px auto;
  padding: 60px 96px 80px;

}
.stopka_tytul {
  flex: 1 1 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  color: #444444;
}
@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;
	}
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1 36%;
  width: 100%;
  padding: 0px 0px 24px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
}
.stopka .blok .kolumna:nth-child(2) {
  flex: 1 1 25%;
}
.stopka .blok .kolumna:nth-child(3) {
  flex: 1 1 25%;
}
.stopka .blok .kolumna article {
  display: flex;
  flex-direction: column;
}
.stopka-kolumna-tytul {
  flex: 0 0;
  font-family: 'Amiko', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  color: #2a5fab;
  margin: 0px 0px 28px 0px;
}
.stopka .blok .kolumna p {
  margin: 0px;
}
.stopka .blok .kolumna strong {
  color: #2a5fab;
  font-weight: 700;
}
.stopka .blok .kolumna a {
  font-weight: 700;
  color: #2a5fab;
  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 .blok .kolumna:nth-child(2):before, .stopka .blok .kolumna:nth-child(2):after {
    display: none;
  }
  .stopka-kolumna-tytul {
    text-align: center;
  }
  .kolumna .dane_adres::before, .kolumna .dane_telefon::before, .kolumna .dane_email::before, .kolumna .godziny_tytul::before {
    left: unset;
    margin: 0px 0px 0px -24px;
  }
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna > *	{
		text-align: center !important;
		padding: 0px 8px !important;
	}
	.stopka-tytul	{
		text-align: center;
	}
  .stopka .blok .kolumna .tresc ul {
    flex-direction: column;
    gap: 24px 0px;
  }
}
