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;
  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;
}
.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 {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  background: rgba(0,0,0,0.85);
}
.header {
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  height: 100vmax;
  max-height: 144px;
  padding: 0px 16px 0px;
  margin: 0px auto;
}
.logo	{
	width: 61vw;
	max-width: 144px;
	height: 15vw;
	max-height: 103px;
	padding: 0px;
	margin: 0px 32px 0px 0px;
	background: url(../grafika/herb.png) center center no-repeat;
  background-size: contain;
	font-size: 0px !important;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .header_tlo {
    z-index: 1001;
    width: 104px;
    background: none;
    margin: 0px 0px 0px calc(100vw - 186px);
  }
	.logo	{
		display: none;
	}
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .wersje_jezykowe {
    margin: 0px 0px 0px 0px !important;
  }
}
.logo:hover	{
	opacity: 0.55;
}
.linki_gora {
  flex: 1 1;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    position: relative;
    max-height: 60px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background: none;
  }
  .linki_gora {
    max-width: none;
    padding: 0px 0px 0px 0px !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-end;
  }
}
.wersje_jezykowe {
  width: 100px;
  margin: 0px 0px 0px 24px;
  display: flex;
  gap: 0px 16px;
}
.wersje_jezykowe .wersja_pl, .wersje_jezykowe .wersja_en, .wersje_jezykowe .wersja_de {
  flex: 0 0 24px;
  height: 14px;
}
.wersje_jezykowe .wersja_pl {
	background: url(../grafika/flaga_pl.png) center center no-repeat;
}
.wersje_jezykowe .wersja_en {
	background: url(../grafika/flaga_en.png) center center no-repeat;
}
.wersje_jezykowe .wersja_de {
	background: url(../grafika/flaga_de.png) center center no-repeat;
}
.wersje_jezykowe a span {
  display: none;
}
.wersje_jezykowe a:hover {
  opacity: 0.65;
}

/*Animacja górna*/

.animacja_tlo {
  width: 100%;
  height: 60vw;
  max-height: 1125px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0px auto 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, .animacja, .animacja-slider{
    display: none;
  }
}
.animacja-slider-tresc {
  display: none;
  text-align: center;
  position: absolute;
  max-width: 328px;
}
.animacja-slider-tresc .animacja-slider-tytul {
  font-family: 'Lato', cursive;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 38px;
  margin: 0px 0px 24px 0px;
  background: rgba(245, 205, 70, 0.8);
}
.animacja-slider-tresc .animacja-slider-tytul::after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 16px;
  right: 0px;
  bottom: 8px;
  background: url(../grafika/tytul_after.png) center center no-repeat;
}
.animacja-slider-slide {
	width: 100%;
  height: 100vw;
  max-height: 100%;
  background-size: cover;
  background-position: center center;
  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: 51%;
  width: 32px;
  height: 64px;
	right: 32px;
  z-index: 9;
  background: url(../grafika/animacja_n.png) center center no-repeat;
}
.animacja-slider .slick-prev {
	opacity: 0;
	top: 51%;
  width: 32px;
  height: 64px;
	left: 32px;
  z-index: 9;
  background: url(../grafika/animacja_p.png) center center no-repeat;
}
.animacja-slider:hover .slick-next,
.animacja-slider: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: 32px;
  color:#fff;
	opacity: 1;
  text-shadow: 0.669px 0.743px 1px rgba(0, 0, 0, 0.5);
}
.animacja-slider .slick-prev:hover, .animacja-slider .slick-next:hover {
	opacity: 0.55;
}

.animacja-slider .slick-prev:before{
	content: "\f359";
}
.animacja-slider .slick-next:before{
	content: "\f35a";
}

.animacja-slider .slick-dots{
	bottom: 36px !important;
}
.slick-dots li button:before {
	font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: "\f005";
  color: #ffc843;
  opacity: 1;
}
.slick-dots li.slick-active button:before,.slick-dots li:hover button:before {
  color: #fff;
}
.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: relative;
	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;
	left: 32px;
	top: 180px;
	border:none;
	background: rgba(0, 0, 0, 0.75);
	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;
}

/*Menu góra*/

.menu-gora-tlo	{
  flex: 1 1;
  position: relative;
  z-index: 10;
	display: flex;
  padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
  transition: 0.5s;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo-start, .menu-gora-tlo	{
		display: none;
	}
}

main {
	width: 100%;
	margin: 0px auto 0px;
}
.main_srodek {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 0px;
}
.srodek_tlo	{
	flex: 1 1 auto;
  width: 100vw;
  max-width: 1232px;
  padding: 0px 16px;
	margin: 116px auto 24px auto;
}
.strona-tresc {
	background: #fff;
  width: 100%;
	padding: 0px 0px 24px 0px;
  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 100%;
}
.strona-tresc-pokoje ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 32px;
  grid-auto-flow: dense;
}
.strona-tresc-pokoje ul a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.strona-tresc-pokoje ul img {
  width: 100%;
  height: 100%;
  max-height: 240px;
  transition: opacity .5s;
}
.strona-tresc-pokoje ul a strong {
  position: absolute;
  flex: 0 1 90%;
  width: 90%;
  height: 80px;
  margin: 16px auto 0px;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.strona-tresc-pokoje ul a:hover img {
  opacity: 0.6;
  transition: opacity .5s;
}
@media all and (min-width: 320px) and (max-width: 639px) {
  .strona-tresc-pokoje ul {
    grid-template-columns: auto;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .strona-tresc-pokoje ul {
    grid-template-columns: repeat(2,1fr);
  }
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .main_srodek_start {
    margin: 0px auto 0px;
  }
	.srodek_tlo	{
		flex: 1 1;
		max-width: 100%;
    padding: 0px 16px;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
		width: 100%;
    padding: 0px 0px 24px;
		margin: 0px auto;
	}
}
footer {
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.stopka  {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
	color: #fff;
	padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
	display: flex;
  position: relative;
  background: #303030;
}
.stopka .blok {
  flex: 1 1;
	display: flex;
  gap: 0px 56px;
	width: 100%;
	max-width: 1232px;
	margin: 0px auto 0px auto;
  padding: 0px 0px 96px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    background-position: center top !important;
	}
	.stopka .blok {
		flex-wrap: wrap;
    justify-content: center;
		padding: 0px 0px 16px !important;
	}
}
.stopka .blok .kolumna {
	position: relative;
  flex: 0 1 calc(100% / 4);
  padding: 146px 0px 24px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
}
.kolumna-podtytul {
  flex: 0 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration-color: transparent;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}
.stopka .blok .kolumna a:hover {
  opacity: 0.65;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .wiersz .kolumna:first-child {
    padding: 24px 0px 0px !important;
  }
	.stopka .kolumna {
    flex: 1 1 100vmax !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    padding: 0px 0px 0px 0px !important;
		margin: 0px 0px 16px 0px !important;
    border: none;
    display: block !important;
    text-align: center;
	}
  .stopka .kolumna .kolumna-tytul {
    padding: 16px 0px 16px 0px;
  }
  .kolumna .dane_adres::before, .kolumna .dane_telefon::before, .kolumna .dane_email::before, .kolumna .godziny_tytul::before {
    left: unset;
    margin: 0px 0px 0px -24px;
  }
}
.stopka .blok .kolumna p {
  margin-block-start: 8px;
  margin-block-end: 20px;
  display: flex;
  align-items: center;
}
.stopka .blok .kolumna:first-child div:first-of-type p:first-child::before {
  content: "";
  width: 17px;
  height: 14px;
  margin: 0px 8px 0px 0px;
  background: url(../grafika/iko_koperta.png) center center no-repeat;
}
.stopka .blok .kolumna:first-child div:first-of-type p:nth-child(2)::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0px 8px 0px 0px;
  background: url(../grafika/iko_telefon.png) center center no-repeat;
}
.stopka .blok .kolumna:first-child div:nth-child(4) p:first-child::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0px 8px 0px 0px;
  background: url(../grafika/iko_telefon.png) center center no-repeat;
}
.stopka .blok .kolumna:nth-child(2) div:nth-child(2) p:first-child::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0px 8px 0px 0px;
  background: url(../grafika/iko_lokalizacja.png) center center no-repeat;
}
.stopka .blok .kolumna:nth-child(2) div:nth-child(2) p:nth-child(1n+2) {
  padding: 0px 0px 0px 26px;
}
.stopka .blok .kolumna:nth-child(2) div:nth-child(4) p:first-child::before {
  content: "";
  width: 17px;
  height: 17px;
  margin: 0px 8px 0px 0px;
  background: url(../grafika/iko_zegar.png) center center no-repeat;
}
.stopka .blok .kolumna:nth-child(2) div:nth-child(4) p:nth-child(1n+2) {
  padding: 0px 0px 0px 26px;
}
.stopka .blok .kolumna .tresc > p:first-of-type {
  margin-block-start: 0px;
  margin-block-end: 20px;
}
.stopka .blok .kolumna .tresc > p:last-of-type {
  margin-block-start: 8px;
  margin-block-end: 32px;
}
.social_media {
  display: flex;
  align-items: center;
  gap: 0px 32px;
}
.social_media .soc_fb {
  width: 24px;
  height: 24px;
  background: url(../grafika/social_fb.png) center center no-repeat;
}
.social_media .soc_yt {
  width: 27px;
  height: 20px;
  background: url(../grafika/social_yt.png) center center no-repeat;
}
.social_media .soc_insta {
  width: 22px;
  height: 22px;
  background: url(../grafika/social_insta.png) center center no-repeat;
}
.social_media a span {
  display: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna > *	{
		text-align: center !important;
		padding: 0px 8px 16px;
	}
  .stopka .kolumna .tresc	{
    padding: 16px 16px 0px;
  }
	.stopka-tytul	{
		text-align: center;
	}
  .stopka .blok .kolumna p {
    justify-content: center;
  }
  .social_media {
    justify-content: center;
  }
  .stopka .blok .kolumna:nth-last-child(1), .stopka .blok .kolumna:nth-last-child(2) {
    display: none !important;
  }
}
.dane-stopka-kontakt	{
	padding: 0px 0px 32px 0px;
}
.dane-stopka-kontakt-tresc p	{
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.dane-stopka-kontakt-podpis	{
	display: none;
}
