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;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  body > * {
    width: 96% !important;
    margin: 0px auto !important;
  }
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.175em 0;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
  position: relative;
	width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 66%,rgba(247,247,247,1) 100%);
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  header {
    margin: 0px auto 0px;
  }
}
.gora_tlo {
  flex: 1 1 100vw;
  position: relative;
  max-width: 1232px;
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo	{
  position: relative;
  z-index: 10;
	flex: 1 1 263px;
	width: 33vw;
	max-width: 263px;
	height: 10vw;
	max-height: 65px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(../grafika/logo.png) center center no-repeat;
	font-size: 0px !important;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .gora_tlo {
    min-height: unset;
  }
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.65;
}
.kontrast-czcionka-tlo	{
  flex: 1 1 auto;
	display: flex;
	align-items: center;
  justify-content: flex-end;
	margin: 0px 0px 0px 0px;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .kontrast-czcionka-tlo	{
    margin: 0px 0px 16px 0px;
    justify-content: space-around;
  }
  .kontrast-czcionka-tlo span	{
    display: none;
  }
  .kontrast-czcionka-tlo > *	{
    padding: 0px 8px !important;
  }
  .kontrast-czcionka-tlo > *:last-child, .kontrast-czcionka-tlo > *:nth-child(3) {
    padding: 0px 0px !important;
  }
   .kontrast-czcionka-tlo > *:nth-child(3) > * {
     padding: 0px 8px !important;
   }
}
/*Wyszukiwarka*/
.szukaj-gora-ikona {
  position: relative;
  flex: 0 0 64px;
  display: flex;
  padding: 0px;
  width: 64px;
  margin: 0px 0px 8px 8px;
  text-decoration: none;
  background: #151300;
}
.szukaj-gora-ikona:after {
  position: absolute;
  bottom: -8px;
  left: 24px;
  content: "";
  width: 15px;
  height: 8px;
  background: url(../grafika/szukaj_bot.png) center center no-repeat;
}
.szukaj-gora-ikona > a {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora input {
  font-size: 14px;
  padding: 9px 8px 10px 8px;
  border: none;
  width: 100%;
  background: none;
}
.szukaj-gora button {
  background: none;
  border: none;
  padding: 0px 8px 0px 0px;
  cursor: pointer;
}
.szukaj-gora button i {
	font-size: 18px;
	color:#fff;
}
.szukaj-gora-ikona a i {
	font-size: 18px;
	color:#fff;
}
.szukaj-gora-ikona a i span {
  display: none;
  font-size: 0px !important;
}
.kontrast a:hover, .czcionka a:hover, .zaloguj:hover, .wersja_polska:hover,.wersja_angielska:hover, .szukaj-gora-ikona a:hover {
	opacity: 0.55;
}

/*Animacja górna*/

.animacja  {
	position: relative;
  margin: 0px auto 0px auto;
	height: 38vw;
	max-height: 570px;
	overflow: hidden;
  background: #f8f8f8;
}
.animacja-slider  {
  position: relative;
	width :100%;
  height: 100%;
	display: flex;
	margin:auto;
}
.animacja-slider:before  {
  position: absolute;
  z-index: 10;
  content: "";
  background: url(../grafika/maska.png) right center no-repeat;
  background-size: cover;
  width: 1457px;
  height: 100%;
  right: 48vw;
}
.animacja-slider .slick-list {
  width: 75vw;
  margin: 0px 0px 0px auto;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
  .animacja-slider:before  {
    display: none;
  }
  .animacja-slider .slick-list {
    width: 100vw;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (min-width: 1024px)and (max-width: 1232px) {
  .animacja-slider:before  {
      right: 20vw;
  }
}
.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%;
	height: 570px;
	background-position: center center !important;
  background-size: cover !important;
}
@media all and (min-width: 320px)and (max-width: 1023px) {
	.animacja-slider-slide {
		height: 38vw;
		max-height: 570px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0 !important;
	top: 43%;
	right: 16px;
  z-index: 11;
  opacity: 0.8;
  width: 32px;
  height: 48px;
  text-shadow: 0.669px 0.743px 1px rgba(0, 0, 0, 0.7);
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: 43%;
	left: 16px;
  z-index: 11;
  opacity: 0.8;
  width: 32px;
  height: 48px;
  text-shadow: 0.669px 0.743px 1px rgba(0, 0, 0, 0.7);
}
.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: 30px;
  color:#fff;
	opacity: 1;
}
.animacja-slider .slick-prev:before {
	padding: 0px 0px 0px 0px;
}
.animacja-slider .slick-next:before {
	padding: 0px 0px 0px 0px;
}
.animacja .slick-prev:hover:before, .animacja .slick-next:hover:before {
	opacity: 0.75;
}

.animacja-slider .slick-prev:before{
	content: "\f104";
}
.animacja-slider .slick-next:before{
	content: "\f105";
}

.animacja-slider .slick-dots{
	display: none !important;
}

.animacja-slider,.slick-dotted.slick-slider{
		margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: relative;
	z-index: 11;
	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: 16px;
	top: 16px;
	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;
}
/*Menu góra*/

.menu-gora-tlo	{
  position: relative;
  z-index: 11;
  width: 100%;
	max-width: 1232px;
  min-height: 72px;
  display: flex;
	margin: -108px auto 0px;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo	{
		display: none;
	}
}
main {
  position: relative;
  z-index: 10;
  padding: 16px 0px 0px 0px;
  margin: -40px auto 0px;
}
main:before {
  position: absolute;
  z-index: -1;
  top: -40px;
  display: block;
  content: "";
  width: 100vw;
  height: 100vw;
  max-height: 81px;
  margin: 0px 0px 0px;
  background: url(../grafika/gora_maska.png) center top no-repeat;
  background-size: 100% 100%;
}
.main_srodek	{
	margin: 16px auto 0px auto;
	padding: 0px 0px 16px;
	border-radius: 0px 0px 8px 8px;
	max-width: 1232px;
	display: flex;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .strona_srodek_tlo  {
    border: none;
  }
  main {
    margin: 0px auto 0px;
    left: unset;
  }
  .main_srodek	{
	  margin: 0px auto 0px auto;
  }
}
.srodek_tlo_start	{
	flex: 0 1 55vw;
	max-width: 816px;
	margin: 0px auto 0px 0px;
  padding: 0px;
}
.srodek_tlo	{
	flex: 0 1 55vw;
	max-width: 816px;
	margin: 0px auto 0px 0px;
  padding: 0px 0px;
}
.srodek_tlo .strona-tresc-start {
  flex: 0 1 55vw;
  max-width: 816px;
  margin: 34px auto 0px 0px;
  padding: 0px 40px;
  background: #f8f8f8;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .srodek_tlo .strona-tresc-start {
    margin: 0px auto 0px 0px;
    padding: 16px 8px 0px;
  }
}
.strona-tresc {
  flex: 0 1 55vw;
  max-width: 816px;
  margin: 0px auto 0px 0px;
  padding: 0px 40px 40px;
  background: #f8f8f8;
}
.strona-tresc img {
  max-width: 100%;
  height: auto;
}
@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 {
		margin: 0px auto;
    padding: 16px 16px 16px;
    word-wrap: break-word;
	}
}
@media all and (min-width: 1024px) and (max-width: 1232px) {
  .srodek_tlo	{
		flex: 1 1;
		max-width: 56%;
		margin: 0px auto 0px auto;
	}
	.strona-tresc {
		width: 96%;
		margin: 0px auto;
    padding: 16px 0px 16px;
	}
}
.menu_prawe_tlo {
	flex: 0 1 400px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu_prawe_tlo {
		display: none;
	}
}
.galwid_tlo	{
	max-width: 1232px;
	margin: 0px auto 16px;
	display: flex;
	justify-content: space-between;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .galwid_tlo	{
    flex-wrap: wrap;
  }
  .galwid_tlo > *:first-child	{
    margin: 0px 0px 16px 0px;
  }
}
.stopka{
	background: url(../grafika/tlo_stopka.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
	color: #fff;
	padding: 0px 0px 0px 0px;
	display: flex;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
	}
	.stopka .blok {
		flex-wrap: wrap;
		padding: 16px 16px !important;
	}
}
.stopka .blok {
	display: flex;
	align-items: flex-start;
  justify-content: space-between;
	width: 100%;
	max-width: 1232px;
	margin: 0px auto 0px auto;
  padding: 40px 0px;
  text-align: left;
}
@media all and (min-width: 1024px) and (max-width: 1232px) {
  .stopka .blok {
    width: 96%;
  }
}
.stopka .kolumna {
  flex: 0.6 1;
	position: relative;
  margin: 0px 24px;
}
.stopka .kolumna:first-child {
  flex: 0.5 1;
}
.stopka .kolumna:last-child {
  flex: 0.8 1;
}
.stopka .kolumna *	{
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background: rgba(255, 255, 255, 0.01);
}
.stopka .kolumna .kontakt-tlo  {
  flex: 0 1 181px;
  width: 50vw;
  max-width: 181px;
  height: 50vw;
  max-height: 174px;
  background: url(../grafika/kontakt_tlo.png) center top no-repeat;
  font-size: 0px !important;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .stopka .kolumna  {
    flex: 1 1 100% !important;
    text-align: center;
    margin: 0px auto 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .stopka .kolumna:before, .stopka .kolumna:after {
    display: none;
  }
  .stopka .kolumna *  {
    text-align: center;
    margin: 0px auto;
  }
  .statystyka-zawartosc  {
    width: 100%;
  }
}
.stopka-tytul	{
	font-size: 18px;
	font-weight: 600;
	padding: 0px 0px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka-tytul	{
		text-align: center;
	}
}
.dane-stopka-kontakt	{
	padding: 0px 0px 32px 0px;
}
.stopka-podtytul, .dane-stopka-kontakt-tytul	{
  display: flex !important;
  font-family: 'Barlow', sans-serif;
  font-size: 30px !important;
	font-weight: 900;
	color: #000 !important;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 24px 0px !important;
  background: rgba(255, 255, 255, 0.01);
}
.stopka .kolumna .stopka-podtytul:before {
  position: absolute;
  left: -32px;
  flex: 0 0 1px;
  content: "";
  width: 1px;
  height: 56px;
  background: #c3cddf;
}
.dane-stopka-kontakt-tytul {
  display: none;
}
.dane-stopka-kontakt-tresc p	{
	font-size: 14px;
  line-height: 32px;
	padding: 12px 0px 0px 20px;
	margin: 0px;
}
.dane-stopka-kontakt-podpis	{
	display: none;
}
