html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: var(--main-font);
	font-size: 16px;
  color: #2d2d2d;
	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;
}
.strona {
	width: 100%;
 	margin: 0px auto 0px;
  background: url(../grafika/tlo.jpg) center 0px no-repeat;
  background-size: 100%;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
}
header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 132px;
  background: #fff;
}
.header_tlo {
  width: 100%;
  height: 104px;
  position: relative;
  z-index: 11;
}
.header_tlo_p {
  width: 100%;
  height: 104px;
  position: relative;
  z-index: 11;
}
.header  {
  width: 100%;
  max-width: 1232px;
  height: 104px;
  display: flex;
  align-items: center;
  padding: 0px 0px;
  margin: 0px auto;
  background: #ffffff;
}
.linki_gora {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px auto;
  gap: 0px 28px;
}
.linki_gora > * {
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  height: 26px;
  object-fit: scale-down;
}
.linki_gora > a:first-child {
  font-size: 0px !important;
  background: url(../grafika/iko_start.png) center center no-repeat;
}
.linki_gora > a:nth-child(2) {
  font-size: 0px !important;
  background: url(../grafika/iko_mapaserwisu.png) center center no-repeat;
}
.header .logo	{
  flex: 0 0 auto;
  z-index: 10;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  font-family: var(--logo-font);
  font-size: var(--logo-font-size);
  line-height: var(--logo-line-height);
  font-weight: var(--logo-font-weight);
	color: var(--logo-color);
  text-decoration-color: transparent;
  display: flex;
  flex-direction: column;
}
.header .logo > span	{
  color: #e92600;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.strona .logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .header_tlo, .header_tlo_p, .header  {
    height: 64px;
    background: #ebebeb;
  }
  .linki_gora {
    width: 156px;
    gap: 0px 24px;
    padding: 0px !important;
    margin: 0px auto 0px auto;
    justify-content: center;
    align-items: center;
  }
  .linki_gora > * {
    padding: 0px !important;
    border: none !important;
  }
  .linki_gora > *::before, .linki_gora > *::after {
    display: none;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 26px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  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;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  flex: 0 1 340px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  height: 32px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
  border: none;
}
.szukaj-gora form {
  flex: 0 1 340px;
  display: flex;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0px 7px 0px;
  border: none;
  width: 100%;
  background: none;
  border-radius: 0px;
}
.szukaj-gora input::placeholder {
  opacity: 1;
  color: #000000;
}
.szukaj-gora button {
  width: 32px;
  height: 32px;
  padding: 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: 0px !important;
  color: #000000;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora {
    display: none;
  }
}

.linki_gora > a:hover span , .a_start:hover, .kontrast a:hover, .czcionka a:hover, .szukaj-gora-ikona:hover a, .linki_gora > a:hover {
	opacity: 0.55;
}

/*Animacja górna*/

.animacja_tlo {
  width: clamp(360px, 100%, 1232px);
  height: clamp(15vw, 30vw, 416px);
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0px 0px;
  margin: 0px auto 0px;
  background: rgba(0, 0, 0, 0.01);
}
.animacja, .animacja-slider {
  flex: 0 1 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.animacja-slider .slick-list, .animacja-slider .slick-list .slick-track, .animacja-slider .slick-list .slick-track > div > div {
  height: 100%;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .animacja_tlo, .animacja, .animacja-slider {
    display: none;
  }
}
.animacja-slider-tresc{
    display: none;
    color: #fff;
    max-width: 1232px;
    width: 100%;
    margin: auto;
    top: -30px;
    left: 40px;
    position: relative;
}
.animacja-tekst-kontener br {
  height: 0px !important;
  font-size: 0px !important;
  line-height: 0px !important;
}
.animacja-slider-tytul {
	display: block;
  font-family: var(--tytul-font);
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
	color: #ffffff;
}
.animacja-slider-tytul span{
  background: #000;
  font-size: 48px;
  padding: 5px 20px;
  line-height: 71px;
  margin: 0px;
}
.animacja-slider-tytul span span {
	font-weight: 900;
  color: #3794ff;
  padding: 0px;
}

.animacja-slider-tytul a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 16px;
  width: 288px;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000 !important;
  text-decoration-color: transparent;
  margin-top: 32px;
  padding: 6px 0px;
  border-radius: 40px;
  position: relative;
}
.animacja-slider-tytul a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 9px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.animacja-slider-tytul  a[target="_blank"]:hover:before{
    content: url(../grafika/link_zew.png);
    position: absolute;
    right: 16px;
    top: 8px;
}

.animacja-slider-tytul a:hover{
	opacity: 0.8;
}
.animacja-slider-slide {
	width: 100%;
  height: 100%;
  background-position: center 0px;
  background-repeat: no-repeat;
  display: flex !important;
}
@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: 48%;
  width: 32px;
  height: 48px;
  right: 0px;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 48%;
  width: 32px;
  height: 48px;
  left: 0px;
  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, .animacja_maska > div a: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: 16px !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	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;
  z-index: 10;
	left: 0px;
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 0.55);
	color:#fff;
	font-size: 14px;
	height: 40px;
	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;
}

@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 {
  width: 100%;
  padding: 0px 0px 0px 0px;
	margin: 16px auto 0px;
  display: flex;
  flex-direction: column;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: clamp(320px, 100%, 1232px);
	margin: 0px auto;
  display: flex;
  gap: 0px 16px;
  align-items: flex-start;
  position: relative;
}
.strona-tresc {
  flex: 0 1 calc(100% - 328px);
  width: 100%;
  max-width: calc(100% - 328px);
	padding: 0px 56px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.strona-tresc-dzial {
  display: none;
}
.strona-tresc .tresc img {
  max-width: 100%;
  height: auto;
}
.mapa-serwisu-poziom-1 {
  flex: 1 1 100%;
  margin: 0px 40px 0px 16px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .main_srodek_start, .main_srodek {
    padding: 0px;
    margin: 0px auto 0px;
    background: none;
  }
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
    padding: 0px 0px;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
    flex: 1 1;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px;
		margin: 0px auto;
	}
  .menu_lewe {
		display: none;
	}
}
@media all and (min-width: 320px) and (max-width: 639px) {
	.strona-tresc {
    flex: 1 1;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px !important;
		margin: 0px auto;
	}
}
footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  background: rgba(10, 31, 76, 0.01) url(../grafika/stopka.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.stopka  {
  font-family: var(--stopka-kolumna-tresc-font);
  font-size: var(--stopka-kolumna-tresc-font-size);
  line-height: var(--stopka-kolumna-tresc-line-height);
  font-weight: var(--stopka-kolumna-tresc-font-weight);
	color: var(--stopka-kolumna-tresc-color);
  width: clamp(320px, 100%, 1232px);
	padding: 104px 0px;
  margin: 0px auto 0px;
  position: relative;
  background: url(../grafika/mapa.png) left top 56px no-repeat;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px 56px;
  width: clamp(320px, 100%, calc(100% - 324px));
	margin: 0px 0px 0px auto;
  padding: 0px 0px 0px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  footer {
    background-attachment: fixed;
  }
	.stopka	{
		height: unset;
		max-height: unset;
    padding: 24px 0px 24px;
    background: none;
	}
	.stopka .blok {
		flex-wrap: wrap;
    justify-content: center;
    gap: 24px 24px;
    width: 100%;
		padding: 0px 0px 16px !important;
	}
  .stopka .blok .tresc > ul {
    width: 320px;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stopka .blok .tresc > ul > li {
    width: 0px !important;
  }
  .stopka .blok .tresc > ul > ul {
    width: 120px !important;
  }
  .stopka .stopka-tytul::before {
    display: none;
  }
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.stopka .blok .kolumna:nth-child(2) {
  flex: 1.4 1;
}
.stopka .blok .kolumna article {
  display: flex;
  flex-direction: column;
}
.stopka-kolumna-tytul {
  font-family: var(--stopka-kolumna-tytul-font);
  font-size: var(--stopka-kolumna-tytul-font-size);
  line-height: var(--stopka-kolumna-tytul-line-height);
  font-weight: var(--stopka-kolumna-tytul-font-weight);
  color: var(--stopka-kolumna-tytul-color);
  margin: 0px 0px 16px;
}
.stopka .blok .kolumna p {
  margin: 0px;
}
.stopka .blok .kolumna a {
  color: #ffe900;
  text-decoration-color: transparent;
}
.stopka .blok .kolumna strong {
  font-size: 18px;
}
.stopka .blok .kolumna ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.stopka .blok .kolumna ul li {
  padding: 0px 0px;
}
.stopka .blok .kolumna ul > ul  {
  flex-direction: row;
  justify-content: space-between;
  width: 200px;
}
.stopka .blok .kolumna a:hover {
  opacity: 0.65;
}
@media all and (min-width: 320px) and (max-width: 639px) {
	.stopka .kolumna {
    flex: 1 1 auto !important;
    max-width: 100% !important;
    margin: 24px 16px 0px !important;
  }
  .stopka .blok .kolumna article .stopka-kolumna-tytul  {
    padding: 0px !important;
    background: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .stopka .kolumna {
    max-width: 100% !important;
  }
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .stopka .blok .stopka_tytul {
    text-align: center;
    padding: 24px 0px 24px;
  }
  .stopka-kolumna-tytul::after {
    margin: 16px auto 12px;
  }
	.stopka .kolumna {
    justify-content: center;
  }
  .stopka .blok .kolumna::before {
    display: none;
  }
  .stopka-kolumna-tytul {
    text-align: center;
  }
	.stopka .kolumna > *	{
    align-items: center;
		text-align: center !important;
	}
	.stopka-tytul	{
		text-align: center;
	}
  .stopka .blok .kolumna .tresc ul {
    flex-direction: column;
    gap: 24px 0px;
  }
}
