html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	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;
}
.strona {
	width: 100%;
 	margin: 0px auto 0px;
  background: #fff;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
}
.header_tlo {
  width: 100%;
  background: #fff;
}
.header_tlo_p {
  width: 100%;
  background: #fff;
}
.header  {
  width: 100%;
  max-width: 1232px;
  height: 98px;
  display: flex;
  align-items: center;
  gap: 0px 16px;
  padding: 0px 0px 0px;
  margin: 0px auto;
}
.logo	{
  display: flex;
  flex-flow: column;
  width: 80vw;
  max-width: 840px;
  height: 40vw;
  max-height: 84px;
  padding: 0px 0px 0px 96px;
	margin: 0px 0px 0px 0px;
  font-family: 'Playfair Display', sans-serif;
	font-size: 30px !important;
  font-weight: 500;
  color: #3c465b;
  text-decoration-color: transparent;
  text-transform: uppercase;
  transition: opacity .2s;
  background: url(../grafika/logo.png) left center no-repeat;
}
.logo span:last-child	{
  font-weight: bold;
}
.odnosniki_gora {
  flex: 0 0 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 16px;
  margin: 0px 0px 0px auto;
  background: #27874a;
  border-radius: 26px;
}
.odnosniki_gora * {
  font-size: 0px !important;
}
.odnosniki_gora a:first-child {
  width: 20px;
  height: 52px;
  background: url(../grafika/yt.png) center center no-repeat;
}
.odnosniki_gora a:last-child {
  width: 11px;
  height: 52px;
  background: url(../grafika/fb.png) center center no-repeat;
}
.linki_gora {
  flex: 0 0 104px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 16px;
  background: #222d43;
  border-radius: 26px;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .header_tlo {
    position: static;
  }
  .header {
    position: relative;
    height: inherit;
    padding: 0px 16px;
    margin: 0px 0px 16px 0px !important;
    background: none;
  }
  .logo  {
    display: none;
  }
}


/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  flex: 0 1 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 19px;
  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: #fff;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  flex: 1 1;
  width: 100%;
  max-width: 408px;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0px 24px 0px 32px;
  text-decoration-color: transparent;
  border: 1px solid #ececec;

}
.szukaj-gora form {
  flex: 1 1;
  width: 100%;
  display: flex;
  background: #fff;
}
.szukaj-gora input {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 16px 13px 24px;
  border: none;
  width: 100%;
  background: none;
  border-radius: 0px;
}
.szukaj-gora input::placeholder {
  opacity: 1;
  color: #606060;
}
.szukaj-gora button {
  width: 48px;
  height: 48px;
  padding: 0px 4px 2px 0px;
  background: url(../grafika/wyszukiwarka.png) center center no-repeat;
  border: none;
  border-radius: 0px 40px 40px 0px;
}
.szukaj-gora button:hover {
  cursor: pointer;
  opacity: 0.75;
}
.szukaj-gora button i {
  font-size: 0px !important;
  color: #6f6f6f;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora-ikona {
    display: flex;
    margin: 0px 0px 0px 0px;
  }
  .szukaj-gora {
    margin: 0px 16px 0px 32px;
  }
}

.szukaj-gora-ikona:hover a, .odnosniki_gora a:hover {
	opacity: 0.55;
}

.header_p  {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: flex-start;
  padding: 0px 24px 0px 0px;
  margin: 0px auto;
}


/*Animacja górna*/

.animacja_tlo {
  width: 100%;
  height: 25vw;
  max-height: 472px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px auto 0px;
  overflow: hidden;
  background: #000;
}
.animacja, .animacja-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.animacja {
  width: 100%;
}
.animacja-slider {
  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;
}
.animacja-slider-tresc .animacja-slider-tytul {
  font-family: 'Alata', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  padding: 16px 40px 16px 40px;
  margin: 0px 0px 0px 0px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}
.animacja-slider-slide {
	width: 100%;
  height: 41vw;
  max-height: 100%;
  background-position: center center;
  display: flex !important;
  background-size: cover !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: auto;
	top: 45%;
  width: 50px;
  height: 50px;
	right: 64px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7) url(../grafika/animacja_n.png) left 21px center no-repeat;
  transform: none;
  border-radius: 25px;
}
.animacja-slider .slick-prev {
	opacity: 0;
  top: auto;
  top: 45%;
  width: 50px;
  height: 50px;
  left: 64px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7) url(../grafika/animacja_p.png) left 17px center no-repeat;
  transform: none;
  border-radius: 25px;
}
.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: 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;
	right: 0px;
	top: 0px;
	border:none;
	background: rgba(0, 0, 0, 1);
	color:#fff;
	font-size: 12px;
	height: 32px;
	padding: 0px 6px 0px 6px;
}
#animacja-pause:before {
	content: "\f04c";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	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: 12px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play {
	display: none;
}
#animacja-pause:hover, #banimacjaaner-play:hover {
	opacity: 0.55;
}

.logo:hover, .animacja_dane a:hover {
  opacity: 0.55;
}

@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;
  }
}


/*Menu góra*/

.menu-gora-tlo  {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}

.menu-gora-tlo_p  {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 838px;
  display: flex;
  align-items: center;
  gap: 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 16px auto 16px auto;
  background: #037d4a;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo, .menu-gora-tlo_p, .menu-srodek-tlo	{
		display: none;
	}
}

main {
	width: 100%;
	margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
}
.main_srodek {
  max-width: 1232px;
  padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
  display: flex;
}
.main_srodek_p {
  max-width: 1232px;
  padding: 0px 24px 0px 24px;
	margin: 0px auto 0px;
  display: flex;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: 100%;
	margin: 0px 0px 0px 0px;
  display: flex;
  gap: 0px 84px;
  align-items: flex-start;
  padding: 0px 0px 64px;
}
.main_srodek_p .srodek_tlo {
  flex: 1 1 auto;
  width: 100%;
	margin: 0px 0px 0px 0px;
  display: flex;
  gap: 0px 84px;
  align-items: flex-start;
  padding: 0px 0px 88px;
}
.strona-tresc {
  flex: 1 1 100%;
  position: relative;
  width: 100%;
  max-width: 1184px;
	padding: 96px 0px 0px;
  margin: 0px auto 0px auto;
  display: flex;
  flex-wrap: wrap;
}
.main_srodek_p .strona-tresc {
  flex: 1 1 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
	padding: 0px 0px 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%;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
 .main_srodek, .main_srodek_p {
    padding: 0px;
    margin: 0px auto 0px;
    background: none;
  }
	.srodek_tlo, .main_srodek_p .srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
    padding: 0px 16px;
		margin: 0px auto 0px auto;
	}
  .main_srodek_p .srodek_tlo	{
    margin: 16px auto 0px auto;
  }
	.strona-tresc, .main_srodek_p .strona-tresc {
    flex: 1 1;
		width: 100%;
    max-width: 100%;
    padding: 0px 0px 32px;
		margin: 0px auto;
	}
  .strona-tresc > article {
    padding: 0px 16px;
  }
  .menu_lewe,.menu_lewe_p {
		display: none;
	}
}
footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.stopka  {
	font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
	color: #002a39;
	padding: 60px 0px 60px 0px;
  margin: 0px auto 0px;
  width: 100%;
	display: flex;
  flex-wrap: wrap;
  position: relative;
  background: url(../grafika/stopka_tlo.jpg) center bottom no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  gap: 24px 24px;
	width: 100%;
  max-width: 1140px;
	margin: 0px auto 0px auto;
  padding: 0px 24px 0px 24px;
  background: rgba(0, 0, 0, 0.001);
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    padding: 24px 0px 24px;
    background-position: center bottom;
    background-size: cover;
    background-attachment: local;
	}
	.stopka .blok {
		flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0px;
		padding: 0px 0px 16px !important;
	}
  .stopka .stopka-tytul::before {
    display: none;
  }
}
.stopka .blok .kolumna {
  flex: 1 1 23%;
  position: relative;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 16px;
}
.stopka .blok .kolumna::before {
  content: "";
  width: 76px;
  height: 230px;
  background: url(../grafika/dane_t.png) left top no-repeat;
  border-right: 1px solid #d5e7dc;
}
.stopka .blok .kolumna:nth-child(2)::before {
  content: "";
  width: 76px;
  height: 230px;
  background: url(../grafika/kontakt_t.png) left top no-repeat;
}
.stopka .blok .kolumna:nth-child(3)::before {
  content: "";
  width: 59px;
  height: 230px;
  background: url(../grafika/linki_t.png) left top no-repeat;
}
.stopka .blok .kolumna:first-child {
  flex: 1 1 50%;
}
.stopka .blok .kolumna:nth-child(2) {
  flex: 1 1 27%;
}
.stopka .blok .kolumna:last-child * {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.stopka .blok .kolumna h2 {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  color: #414141;
  text-align: left;
  padding: 0px 0px 20px 0px !important;
  margin: 0px 0px 0px;
}
.stopka .blok .kolumna article {
  width: calc(100% - 94px);
}
.stopka .blok .kolumna article .-tresc {
  padding: 0px 0px;
}
.stopka .blok .kolumna strong {
  display: inline-block;
  width: 120px;
  font-weight: 400;
}
.stopka .blok .kolumna p {
  margin: 0px;
}
.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 .blok .kolumna:first-child {
    padding: 24px 0px 0px;
    background: url(../grafika/logo_stopka.png) center top no-repeat;
  }
}
@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 article h2 {
    text-align: center;
  }
	.stopka .kolumna > *	{
    align-items: center;
    justify-content: center;
		text-align: center !important;
		padding: 0px 8px !important;
	}
	.stopka-tytul	{
		text-align: center;
	}
  .stopka .blok .kolumna .tresc ul {
    flex-direction: column;
    gap: 24px 0px;
  }
  .stopka .blok .kolumna ul {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .stopka .blok .kolumna ul li {
    flex: 0 0 16px;
  }
}
