html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	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;
}

/* Frontpage */

.strona_s {
  width: 100%;
 	margin: 0px auto 0px;
  background: #fff;
}
.strona_s .header_tlo {
  width: 100%;
  max-width: 1232px;
  margin: 0px auto;
  background: #fff;
}
.strona_s .header  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vmax;
  max-height: 136px;
  padding: 0px 24px 0px 0px;
  margin: 0px auto;
}
.main_s {
  height: calc(100vh - 225px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.main_s > div:first-child {
  background: url(../grafika/prostokaty1.png) left bottom no-repeat, url(../grafika/nr1.png) right 10vw bottom no-repeat #ffecec;
  background-size: 100% 100%, auto 90%;
  transition: all .5s;
}
.main_s > div:last-child {
  background: url(../grafika/prostokaty2.png) right bottom no-repeat, url(../grafika/nr2.png) left 2vw bottom no-repeat #fffcea;
  background-size: 100% 100%, auto 78%;
  transition: all .5s;
}
.main_s > div * {
  font-family: 'Proza Libre', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #002a39;
  text-decoration-color: transparent;
}
.main_s > div:first-child > div {
  text-align: right;
  padding: 48px 68px 0px 0px;
  display: flex;
  flex-direction: column;
}
.main_s > div > div > span {
  flex: 0 0 48px;
  font-size: 18px;
}
.main_s > div:first-child > div > a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  content: "\f104";
  color: #002a39;
  margin: -1px 0px 0px -16px;
  padding: 0px;
}
.main_s > div:last-child > div {
  text-align: left;
  padding: 48px 0px 0px 48px;
  display: flex;
  flex-direction: column;
}
.main_s > div:last-child > div > a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  content: "\f105";
  color: #002a39;
  margin: -1px 0px 0px 8px;
  padding: 0px;
}
.main_s > div > div > a:hover {
  opacity: 0.55;
}
.footer_s {
  background: #dbf5ff;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .strona_s header {
    display: none;
  }
  .main_s {
    height: calc(100vh - 88px);
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .main_s > div:first-child {
    background: url(../grafika/prostokaty1.png) left bottom no-repeat, url(../grafika/nr1.png) center bottom no-repeat #ffecec;
    background-size: 100% 100%, auto 90%;
  }
  .main_s > div:last-child {
    background: url(../grafika/prostokaty2.png) right bottom no-repeat, url(../grafika/nr2.png) left 13% bottom no-repeat #fffcea;
    background-size: 100% 100%, auto 84%;
  }
  .main_s > div:first-child > div {
    text-align: right;
    padding: 24px 24px 0px 0px;
    display: flex;
    flex-direction: column;
  }
  .main_s > div:last-child > div {
    text-align: left;
    padding: 24px 0px 0px 24px;
    display: flex;
    flex-direction: column;
  }
  .main_s > div > div > span {
    flex: 0 0 32px;
    font-size: 18px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1232px) {
  .main_s > div:first-child {
    background: url(../grafika/prostokaty1.png) left bottom no-repeat, url(../grafika/nr1.png) center bottom no-repeat #ffecec;
    background-size: 100% 100%, auto 90%;
  }
  .main_s > div:last-child {
    background: url(../grafika/prostokaty2.png) right bottom no-repeat, url(../grafika/nr2.png) left 13% bottom no-repeat #fffcea;
    background-size: 100% 100%, auto 70%;
  }
}

/* Frontpage End*/

.strona {
	width: 100%;
 	margin: 0px auto 0px;
  background: url(../grafika/tlo.png) left top repeat-y, url(../grafika/tlo.png) right top repeat-y #fff;
}
@media all and (min-width: 1024px) and (max-width: 1232px) {
  .strona {
    padding: 0px 16px;
  }
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
}
.header_tlo {
  width: 100%;
  max-width: 1232px;
  margin: 0px auto;
  background: #fff;
}
.header  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  height: 100vmax;
  max-height: 136px;
  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: 60%;
  padding: 0px 40px 32px 120px;
	margin: 0px 0px 0px 0px;
  font-family: 'Proza Libre', sans-serif;
	font-size: 18px !important;
  line-height: 22px;
  font-weight: 500;
  color: #001426;
  text-decoration-color: transparent;
  text-transform: uppercase;
  background: url(../grafika/logo.png) left 40px center no-repeat;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}
.linki_gora {
  flex: 0 1 524px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px auto;
  gap: 16px 16px;
}
@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 {
    flex: 0 1 182px;
    max-width: none;
    padding: 8px 16px 8px 0px !important;
    flex-wrap: nowrap !important;
    align-items: center;
  }
}
.kontrast-czcionka	{
  flex: 0 1 524px;
  display: flex;
  flex-direction: row-reverse;
	margin: 0px 0px 0px 0px;
  gap: 0px 24px;
}
.kontrast, .czcionka {
  position: relative;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  flex: 0 1 284px;
  height: 42px;
  display: flex;
  justify-content: center;
  background: #fdf4c0;
  border-radius: 12px;
}
.czcionka {
  flex: 0 1 216px;
}
.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) left 16px center no-repeat;
}
.czcionka a {
  flex: 1 1;
  height: 100%;
  background: url(../grafika/wielkosc.png) left 16px center no-repeat;
}
.kontrast span, .czcionka span {
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	color: #3e2f2f;
  padding: 0px 0px 0px 60px;
}
@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;
  }
  .kontrast, .czcionka {
    flex: 0 0 54px;
    height: 24px;
    background: none;
    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;
}
.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 384px;
  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 384px;
  display: flex;
  background: #fff;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 8px 10px 16px;
  width: 100%;
  background: none;
  border: none;
  border-left: 1px solid #fdf4c0;
  border-top: 1px solid #fdf4c0;
  border-bottom: 1px solid #fdf4c0;
  border-radius: 12px 0px 0px 12px;
}
.szukaj-gora input::placeholder {
  color: #5b5b5b;
}
.szukaj-gora button {
  width: 46px;
  height: 40px;
  padding: 0px;
  background: #fdf4c0;
  border: none;
  border-radius: 0px 12px 12px 0px;
}
.szukaj-gora button:hover {
  cursor: pointer;
  opacity: 0.75;
}
.szukaj-gora button i {
  font-size: 18mpx;
  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%;
  max-width: 1232px;
  height: 30vw;
  max-height: 456px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0px 0px 16px;
  margin: 0px auto 0px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.animacja, .animacja-slider {
  position: relative;
  height: 100%;
  border-radius: 12px;
  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;
  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(0, 0, 0, 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-slider-slide {
		height: 38vw;
		max-height: 536px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0;
	top: 51%;
  width: 40px;
  height: 32px;
	right: 24px;
  z-index: 9;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 51%;
  width: 40px;
  height: 32px;
	left: 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:#fff !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: 24px;
	top: 24px;
	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%;
  max-width: 1232px;
  display: flex;
  padding: 0px 24px 0px 24px;
  margin: 0px auto 0px;
  transition: 0.5s;
  background: #fff;
}

@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;
}
.main_srodek {
  display: flex;
  max-width: 1232px;
  padding: 16px 0px 0px 0px;
  margin: 0px auto 0px;
  background: #ffffff;
}
.srodek_tlo	{
	flex: 1 1 auto;
  max-width: 100%;
  padding: 0px 0px 48px;
	margin: 0px auto 0px;
}
.strona-tresc {
	background: #fff;
  width: 100%;
  max-width: 1232px;
  padding: 0px 24px 24px 24px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
}
.strona-tresc > article {
  padding: 0px 24px;
}
.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_prawe {
  flex: 0 1 1184px;
  max-width: 1184px;
  margin: 0px auto;
}
@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: 0px 0px 0px 0px;
}
.stopka  {
	font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
	color: #002a39;
	padding: 64px 24px;
  margin: 0px auto 0px;
  width: 100%;
  max-width: 1232px;
	display: flex;
  position: relative;
	background: #c0ebfb;
  border-radius: 12px 12px 0px 0px;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
	width: 100%;
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 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: 'Proza Libre', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
	color: #002a39;
  text-align: left;
  padding: 0px 0px 0px;
}
.stopka .blok > div {
  flex: 1 1;
  max-width: calc(100% / 3 * 2 - 8px);
  display: flex;
  align-items: center;
}
.stopka .blok > div:last-child {
  max-width: calc(100% / 3 - 8px);
}
.stopka .blok > div:last-child * {
  flex: 1 1;
  display: flex;
  height: 25vw;
  max-height: 250px;
  border-radius: 12px;
}
.stopka .blok > div:first-child > div {
  flex: 1 1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
}
@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;
    justify-content: center;
  }
  .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: #002a39;
  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;
  }
}
