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;
  background: #ececec;
}
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 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 30%;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.header_tlo_p {
  position: relative;
  z-index: 5;
  background: #294a41;
}
.header  {
  width: 95vw;
  max-width: 1600px;
  display: flex;
  align-items: center;
  gap: 0px 16px;
  padding: 0px 0px 0px;
  margin: 0px auto;
}
.header .logo	{
  flex: 0 0 150px;
  display: flex;
  height: 20vw;
  max-height: 79px;
  position: relative;
  z-index: 10;
  padding: 0px 0px 0px 0px;
	margin: 0px 16px 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: #fff;
  text-decoration-color: transparent;
  background: url(../grafika/logo.webp) center center no-repeat;
}
.linki_gora {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px auto;
  gap: 0px 24px;
}

.logo:hover	{
	opacity: 0.55;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .header_tlo {
    height: auto;
    background: #294a41;
  }
  .header {
    justify-content: center;
    height: 48px !important;
  }
  .header_tlo .logo_tlo {
    display: none;
  }
  .logo {
    display: none !important;
  }
  .linki_gora {
    padding: 0px 0px 0px !important;
    justify-content: center;
  }
  .linki_gora > * {
    padding: 0px !important;
    border: none !important;
  }
  .linki_gora > *::before, .linki_gora > *::after {
    display: none;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  display: flex;
  flex: 0 0 18px;
  height: 40px;
  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 352px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  text-decoration-color: transparent;
  background: #fff;
  border: none;
  border-radius: 8px;
}
.szukaj-gora form {
  flex: 0 1 352px;
  display: flex;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 8px 11px 16px;
  border: none;
  width: 100%;
  background: none;
  border-radius: 0px;
}
.szukaj-gora input::placeholder {
  opacity: 1;
  color: #000000;
}
.szukaj-gora button {
  width: 40px;
  height: 40px;
  padding: 0px;
  margin: 0px 8px 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;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .szukaj-gora-ikona {
    order: 4;
  }
  .menu-gora-tlo {
    order: 2;
    justify-content: center;
  }
  #menu-mobilne-header {
    order: 1;
  }
  .ulatwienia-wcag {
    order: 3;
  }
}

.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%);
  height: 38vw;
  max-height: 568px;
  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;
  }
}
@media all and (min-width: 1024px) and (max-width: 1232px) {
  .animacja_tlo::before {
    right: 8px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1232px) {
  .header {
    margin: 0px 16px;
  }
  .anim_logo_tlo  {
    right: 16px;
  }
}
.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 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;
	bottom: 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 {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
  display: flex;
  flex-direction: column;
}
.projekty {
  width: 100%;
  height: 17vw;
  max-height: 318px;
  padding: 0px;
  margin: 0px 0px 0px;
  background: #fff url(../grafika/projekty.jpg) center center no-repeat;
  background-size: contain;
}
.main_srodek_p {
  width: 100%;
  padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
  display: flex;
  flex-direction: column;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: clamp(320px, 100%, 1390px);
	margin: 200px auto 16px;
  display: flex;
  gap: 0px 32px;
  align-items: flex-start;
  position: relative;
}
.main_srodek_p .srodek_tlo	{
	margin: 0px auto 32px;
}
.strona-tresc {
  flex: 0 1 990px;
  width: clamp(320px, 100%, 990px);
	padding: 32px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.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: 48px 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 16px 0px;
		margin: 0px auto;
    border-radius: 0px;
    box-shadow: none;
	}
  .main_srodek_p .strona-tresc {
    flex: 1 1;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px;
  	margin: 0px 0px 0px 0px !important;
  }
  .main_srodek_p .strona-tresc > article {
    padding: 24px 16px 24px;
  }
  .menu_prawe {
		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;
    border-radius: 0px;
    box-shadow: none;
	}
}
footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  background: #2d2d2d;
}
.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);
	padding: 136px 0px 24px;
  margin: 0px auto 0px;
  position: relative;
  background: url(../grafika/logo.webp) center top 28px no-repeat;
}
.stopka .blok {
  flex: 1 1;
  width: clamp(320px, 100%, 1232px);
	display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 400px 200px;
  width: clamp(320px, 100%, 1232px);
	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: 136px 0px 0px;
	}
	.stopka .blok {
		flex-wrap: wrap;
    justify-content: center;
    gap: 24px 24px;
		padding: 0px 0px 16px !important;
	}
}
.stopka .blok .kolumna {
	position: relative;
  flex: 1 1;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
}
.stopka .blok .kolumna ul {
  flex: 1 1;
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}
.stopka .blok .kolumna ul li {
  flex: 1 1;
  display: flex;
  justify-content: center;
}
.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: 639px) {
	.stopka .kolumna {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin: 0px 0px 0px !important;
  }
  .stopka .blok .kolumna ul {
    flex-direction: column;
  }
  .stopka .blok .kolumna article .stopka-kolumna-tytul  {
    padding: 0px !important;
    background: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .stopka .blok .kolumna ul {
    flex-wrap: wrap;
  }
  .stopka .blok .kolumna ul li {
    flex: 0 1 50%;
  }
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.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;
  }
}
