html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: "Open Sans" ,sans-serif;
	font-size: 0.938em;
	overflow-x: hidden;
	transition: padding .5s linear;
  background: #fff;
}
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;
}
a[target="_blank"]::after {
  content: url(../grafika/link_zewn.png);
  position: absolute;
  right: -16px;
  top: -12px;
  opacity: 0;
  transition: opacity .3s;
}
a[target="_blank"]:hover::after {
  opacity: 1;
}
.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%;
  background: #fff;
}
.header {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  height: 128px;
  padding: 0px 0px;
  margin: 0px auto;
}
.logo	{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px 0px;
	width: 50vw;
	max-width: 520px;
	height: 15vw;
	max-height: 96px;
	padding: 0 0 0 120px;
	margin: 0px 24px 0px 16px;
	background: url(../grafika/logo.png) left center no-repeat;
  background-size: contain;
  font-family: 'Cuprum', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
	color: #99150a;
  text-decoration-color: transparent;
}
.logo span {
  font-family: "Markazi Text", serif;
  font-size: 48px;
  font-weight: 400;
  color: #99150a;
  text-decoration-color: transparent;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    max-height: 64px;
  }
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}
.linki_gora	{
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0px 40px;
  margin: 0px 0px 0px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .linki_gora  {
    flex: 0 1 340px;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px auto;
  }
  .linki_gora .a_start {
    height: 48px;
  	font-size: 0px !important;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  flex: 0 0 26px;
  height: 26px;
  display: flex;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  display: flex;
  text-decoration: none;
  background: url(../grafika/iko_szukaj.png) center center no-repeat;
}
.szukaj-gora-ikona a i::before {
  display: none;
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora-ikona a i {
	font-size: 16px;
	color: #007936;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}
.a_start:hover, .kontrast a:hover, .czcionka a:hover, .szukaj-gora-ikona:hover a, .szukaj-gora button i:hover {
	opacity: 0.55;
}
.a_kontakt:hover::before  {
  opacity: 0.55;
}
.a_kontakt:hover span:nth-child(2) {
  display: block;
  position: absolute;
  z-index: 1100;
  bottom: -52px;
  left: 0px;
  width: 148px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e2b757;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  display: flex;
  flex: 0 1 330px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 100vw;
  max-width: 330px;
  height: 46px;
  margin: 0px 24px 0px 0px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #f5f5f5;
}
.szukaj-gora input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 9px 8px 10px 16px;
  border: none;
  width: 100%;
  background: none;
}
.szukaj-gora input::placeholder {
  color: #7f7f7f;
}
.szukaj-gora button {
  background: none;
  border: none;
  padding: 0px 16px;
  margin: 8px 0px;
  border-left: 1px solid #f5f5f5;
}
.szukaj-gora button i {
  font-size: 16px;
  color: #3d7674;
  cursor: pointer;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora-ikona {
    display: flex;
    margin: 0px 16px 0px 0px;
  }
  .szukaj-gora {
    display: none;
  }
}

/*Animacja górna*/

.animacja_tlo {
  width: 100%;
  height: 33vw;
  max-height: 480px;
  display: flex;
  position: relative;
  margin: 0px 0px 0px 0px;
}
.animacja, .animacja-slider {
  position: relative;
  height: 100%;
  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 {
    height: unset;
  }
  .animacja, .animacja-slider{
    display: none;
  }
}
.animacja-slider-tresc {
	display: none;
	background-color: rgba(0,0,0,0.8);
	padding: 16px;
	color: #fff;
}
.animacja-slider-tytul {
}
.animacja-slider-tytul a {
	color: inherit;
	text-decoration: inherit;
}
.animacja-slider-slide {
	width: 100%;
  background-size: cover;
  background-position: center top;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
	.animacja-slider-slide {
		height: 38vw;
		max-height: 448px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0 !important;
	top: 49%;
	right: 32px;
  z-index: 9;
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: 49%;
	left: 32px;
  z-index: 9;
}
.animacja-slider:hover .slick-next,
.animacja-slider:hover .slick-prev {
	opacity: 1 !important;
}
.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: 32px;
  color:#fff;
	opacity: 1;
  text-shadow: 0.669px 0.743px 1px rgba(0, 0, 0, 0.5);
}
.animacja-slider .slick-prev:hover:before, .animacja-slider .slick-next:hover:before {
	opacity: 0.75;
}

.animacja-slider .slick-prev:before{
	content: "\f053";
}
.animacja-slider .slick-next:before{
	content: "\f054";
}

.animacja-slider .slick-dots{
  display: none !important;
	bottom: 8px !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider > div * {
  height: 100%;
}
.animacja-slider-buttons  {
	position: relative;
	z-index: 1;
	transition: 0.2s;
	max-width: 1232px;
	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: 0px;
	top: 8px;
	border:none;
	background: rgba(0, 0, 0, 0.7);
	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;
}
main {
	width: 100%;
	margin: 0px auto 0px;
}
.main_srodek {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
}
.menu_srodek_tlo {
  padding: 0px;
  background: #f7f7f7;
}
.srodek_tlo	{
	flex: 1 1;
  width: 100%;
  max-width: 1232px;
	margin: 16px auto 0px;
}
.strona-tresc {
	padding: 24px 24px 24px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.strona-tresc-dzial, .strona-tresc-data {
  display: none;
}
.strona-tresc .tresc img {
  max-width: 100%;
  height: auto;
}
.mapa-serwisu-poziom-1 {
  flex: 1 1;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
		width: 96%;
		margin: 0px auto;
	}
}


.strona_galeria_tlo {
  background: url(../grafika/tlo2.jpg) center top no-repeat;
  background-size: 100%;
}
.galeria_tlo {
  width: 100%;
  max-width: 1232px;
  margin: 44px auto 104px;
}
.modul-start-galerie-tytul {
  display: flex;
	justify-content: center;
	font-family: "Markazi Text", serif;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	color: #99150a;
	text-decoration: none;
	text-transform: uppercase;
	padding: 24px 0px 64px;
	margin: 0px 0px 0px 0px;
}
.galeria-modul-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.galeria-modul-odnosnik {
  flex: 0 1 calc(100% / 3 - 12px);
  aspect-ratio: 4 / 2.68;
  display: flex;
  margin: 0px 0px 20px;
  border-radius: 8px;
}
.galeria-modul-obiekt {
  position: relative;
  flex: 1 1;
  margin: 0px;
  display: flex;
  border-radius: 8px;
  transition: all 0.3s;
}
.galeria-modul-obiekt .galeria-modul-foto-mini {
  flex: 1 1;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0px 3px 7px 0px rgba(137, 137, 137, 0.98);
}
.galeria-modul-obiekt figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
	justify-content: center;
  align-items: center;
	font-family: "Markazi Text", serif;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 16px;
	margin: 0;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  opacity: 0;
  transition: opacity .3s;
}
.galeria-modul-btns {
  display: none;
}
.galeria-modul-obiekt:hover figcaption {
  opacity: 1;
}
.stopka  {
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  font-weight: 400;
	color: #e2b757;
	padding: 0px 0px 0px 0px;
  margin: 0px auto;
	display: flex;
  flex-direction: column;
  background-image: url(../grafika/stopka_tlo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: inset 0px -10px 16px -8px rgba(0,0,0,0.1);
}
.stopka .blok {
  flex: 1 0;
	display: flex;
  justify-content: center;
	width: 100%;
	max-width: 1232px;
	margin: 0px auto 0px auto;
  padding: 64px 0px;
}
.stopka-tytul	{
  flex: 1 1;
  font-family: 'Kalam', serif;
  color: #e2b757;
  font-weight: 700;
  font-size: 36px;
  padding: 52px 0px 0px 0px !important;
  margin: 0px auto;
}
.stopka .kolumna {
	position: relative;
	flex: 1 1;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  align-content: flex-start;
  justify-content: center;
}
.stopka .kolumna > *	{
  margin: 0px;
  text-align: left;
  line-height: 24px;
  display: flex;
  flex: 0 1 460px;
  justify-content: space-between;
}
.stopka .kolumna *	{
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  color: #e2b757 !important;
  text-decoration: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna > *	{
    flex-direction: column;
    gap: 16px 0px;
		text-align: center !important;
		padding: 0px 8px;
	}
  .stopka .kolumna .statystyka-zawartosc	{
    margin: 0px auto;
  }
	.stopka-tytul	{
		text-align: center;
	}
}
.dane-stopka-kontakt	{
	padding: 0px 0px 32px 0px;
}
.stopka-podtytul, .dane-stopka-kontakt-tytul	{
  flex: 1 1;
  font-family: 'Lato', serif;
  color: #446565;
  font-weight: 900;
  font-size: 18px;
  padding: 0px 0px 28px 0px !important;
  margin: 0px 0px 0px 0px !important;
}
.stopka .kolumna:nth-child(3) .statystyka-cyfry {
  font-weight: 700;
  padding: 0px 0px 0px 4px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .stopka-podtytul, .podmiot-nazwa, .podmiot-adres  {
    flex: 1 1 100vw;
  }
}
.dane-stopka-kontakt-tresc p	{
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.dane-stopka-kontakt-podpis	{
	display: none;
}
