html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: var(--main-font);
  color: #000;
	overflow-x: hidden;
	transition: padding .5s linear;
}
body * {
	box-sizing: border-box;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
  width: 100%;
}
article {
  padding: 0px 16px;
}
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  {
  background: #fff;
}
.header  {
  width: clamp(320px, 95vw, 1232px);
  padding: 0px 0px 0px;
  margin: 0px auto;
  display: flex;
  gap: 32px 32px;
  justify-content: center;
}
.projekt_ue {
  width: clamp(320px, 100%, 1004px);
  font-family: var(--tresc-font);
  font-size: var(--tresc-font-size);
  line-height: var(--tresc-line-height);
  font-weight: var(--tresc-font-weight);
  color: var(--tresc-color);
}
.projekt_ue img {
  max-width: 100%;
  height: auto;
}
.logo	{
  flex: 0 0 125px;
  height: 88px;
  padding: 0px 0px 0px 0px;
	margin: 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;
  background: url(../grafika/logo.png) center center no-repeat;
}
.logo:hover	{
	opacity: 0.55;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  body {
    background: #fff;
  }
  .header_tlo, .header_tlo_p {
    min-height: unset;
  }
  .header {
    flex-wrap: wrap;
    height: unset;
    padding: 32px 0px;
  }
  .logo {
    display: none !important;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  display: none;
  flex: 0 0 25px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  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 376px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  height: 48px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
  background: #f2f2f2 ;
  border: none;
}
.szukaj-gora form {
  flex: 0 1 360px;
  display: flex;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 8px 11px 16px;
  border: none;
  width: 100%;
  background: none;
}
.szukaj-gora input::placeholder {
  opacity: 1;
  color: #535353;
}
.szukaj-gora button {
  flex: 0 0 48px;
  height: 48px;
  padding: 0px;
  margin: 0px 0px 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: 0px !important;
  color: #000000;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora {
    display: none;
  }
  .szukaj-gora-ikona {
    display: flex;
  }
  .menu-gora-tlo {
    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%, 100%);
  aspect-ratio: 19 / 5.3;
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px;
  margin: 0px auto 0px;
}
.animacja, .animacja-slider {
  height: 100%;
}
.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: block;
    color: #fff;
    max-width: 1232px;
    width: 100%;
    margin: auto auto 0px auto;
    position: relative;
}
.animacja-slider-tytul {
	display: inline-block;
  font-family: var(--main-font);
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 300;
	color: #ffffff;
  padding: 24px 44px;
  background: rgba(0, 0, 0, 0.6);
}
.animacja-slider-slide {
	width: 100%;
  height: 100%;
  background-position: center center;
  display: flex !important;
  background-size: cover;
}
@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: 50%;
  width: 32px;
  height: 48px;
  right: 16px;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 50%;
  width: 32px;
  height: 48px;
  left: 16px;
  z-index: 9;
  background: url(../grafika/animacja_p.png) center center no-repeat;
}
.animacja:hover .slick-next,
.animacja: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: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 {
	margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  background: #fff url(../grafika/tlo.jpg) center top no-repeat;
  background-size: cover;
}
.main_srodek {
  width: clamp(320px, 100%, 1232px);
  padding: 32px 0px 24px 0px;
  margin: 0px auto 0px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.main_srodek_p {
  width: clamp(320px, 100%, 1232px);
  padding: 32px 0px 24px 0px;
	margin: 0px auto 0px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: clamp(320px, 100%, 1232px);
	margin: 0px auto 0px;
  display: flex;
  gap: 0px 16px;
  position: relative;
}
.strona-tresc {
  flex: 1 1;
  width: clamp(320px, 100%, calc(100% - 432px));
	padding: 0px 16px 0px 0px;
  margin: 0px 0px;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.strona-tresc-dzial {
  display: none;
}
.strona-tresc .tresc img {
  max-width: 100%;
  height: auto;
}
.mapa-serwisu-poziom-1 {
  flex: 1 1 100%;
  padding: 0px 0px 0px 20px;
  margin: 24px 40px 16px 40px;
}
.mapa-serwisu-poziom-1 li, .mapa-serwisu-poziom-1 a {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.mapa-serwisu-poziom-1 ul {
  padding: 0px 0px 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;
    border-radius: 0px;
    box-shadow: none;
	}
  .main_srodek_p {
    margin: 0px;
  }
  .main_srodek_p .strona-tresc {
    flex: 1 1;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px;
  	margin: 0px 0px 0px 0px !important;
  }
  .strona-tresc > article {
    padding: 24px 16px 24px;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
	.main_srodek_p .strona-tresc {
    flex: 1 1;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
		margin: 0px auto;
    border-radius: 0px;
    box-shadow: none;
	}
}
footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.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: 100%;
	padding: 52px 0px 40px;
  margin: 0px auto 0px;
  position: relative;
  background: #007d42;
}
.stopka .blok {
  flex: 1 1;
  width: clamp(320px, 100%, 1232px);
  min-height: 224px;
	display: flex;
  flex-wrap: wrap;
  gap: 0px 160px;
	margin: 0px auto 0px auto;
  padding: 0px 16px 0px 16px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
	}
	.stopka .blok {
    gap: 24px 24px;
		padding: 0px 0px 48px !important;
	}
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
}
.stopka .blok .kolumna strong {
  display: block;
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 800;
  padding: 0px 0px 20px;
}
.stopka .blok .kolumna p {
  margin: 0px;
}
.stopka .blok .kolumna a {
  color: #fff;
  text-decoration-color: transparent;
}
.stopka .blok .kolumna a:hover {
  opacity: 0.65;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin: 0px 0px 0px !important;
  }
  .stopka .blok .kolumna:first-child {
    padding: 56px 0px;
  }
  .stopka .blok .kolumna .stopka-kolumna-tresc {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 0px 1fr;
    grid-template-rows: auto;
    gap: 20px 0px;
  }
  .stopka .blok .kolumna .stopka-kolumna-tresc img {
    display: none;
  }
	.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;
  }
}
