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%;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.175em 0;
}
.fas span {
  display: none;
}
.strona {
	width: 100%;
 	margin: 0px auto 0px;
  background: linear-gradient(180deg, #feea67 0%, #feea67 29vw, #fcd80d 29vw, #fcd80d 31vw, #fff9f3 31vw, #fff9f3 100%);
}
@media all and (min-width: 1600px) {
  .strona {
    background: linear-gradient(180deg, rgba(254,234,103,1) 0%, rgba(254,234,103,1) 494px, rgba(252,216,13,1) 494px, rgba(252,216,13,1) 524px, rgba(255,249,243,1) 524px, rgba(255,249,243,1) 100%);
  }
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
  position: relative;
  width: 100%;
  max-width: 1232px;
  margin: 0px auto;
}
.header {
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 1232px;
  display: flex;
  height: 80px;
  padding: 0px 0px;
  margin: 0px auto;
  background: rgba(0, 0, 0, 0.75);
}
.logo	{
  align-self: center;
	width: 33vw;
	max-width: 435px;
	height: 15vw;
	max-height: 27px;
	padding: 0px;
	margin: 0px 24px 0px 32px;
	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 {
    position: relative;
    max-height: 64px;
    margin: 0px auto 16px;
  }
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}
.linki_gora	{
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 32px 0px 0px;
}
.kontrast-czcionka	{
  flex: 0 1 152px;
  height: 24px;
  display: flex;
  justify-content: space-between;
	margin: 0px 0px 0px 0px;
}
.kontrast, .czcionka {
  position: relative;
	padding: 0px 0px;
  margin: 0px 44px 0px 0px;
	font-size: 0px !important;
  text-decoration: none !important;
  display: flex;
  flex: 0 1 32px;
  justify-content: center;
}
.czcionka a, .kontrast a {
  flex: 1 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: 'Lato' ,sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none;
}
.czcionka a {
  background: url(../grafika/iko_czcionka.png) center center no-repeat;
}
.kontrast a {
  background: url(../grafika/iko_kontrast.png) center center no-repeat;
}
.czcionka a span, .kontrast a span {
  display: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .linki_gora  {
    flex: 0 1 340px;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px auto;
  }
  .linki_gora .a_start {
    height: 48px;
  	font-size: 0px !important;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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, .a_kontakt:hover, .kontrast a:hover, .czcionka a:hover, .szukaj-gora-ikona:hover a, .szukaj-gora button i:hover {
	opacity: 0.55;
}

/*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 0px 0px 0px;
  }
  .szukaj-gora {
    display: none;
  }
}

/*Animacja górna*/

.animacja_tlo {
  width: 100%;
  max-width: 1232px;
  height: 34vw;
  max-height: 562px;
  display: flex;
  position: relative;
  margin: 0px auto;
  border-radius: 0px 0px 8px 8px;
}
.animacja, .animacja-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
	width: 100%;
  border-radius: 0px 0px 8px 8px;
}
.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: 51%;
	right: 32px;
  z-index: 9;
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: 51%;
	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-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: 80px;
	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;
  width: 100%;
  max-width: 1232px;
  margin: 0px auto;
}
.srodek_tlo	{
	flex: 1 1 918px;
  width: 100%;
  max-width: 918px;
	margin: 0px 16px 0px 0px;
  background: #fff;
  border: 2px solid #e3d7cb;
  border-radius: 12px;
}
.strona-tresc {
	padding: 24px 24px 24px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.strona-tresc .tresc img {
  max-width: 100%;
  height: auto;
}
.mapa-serwisu-poziom-1 {
  flex: 1 1 100%;
}
.menu_prawe_tlo {
  flex: 1 0 296px;
}
@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;
	}
  .menu_prawe_tlo {
    display: none;
  }
}
.stopka  {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  font-weight: 400;
	color: #292b21;
  min-height: 361px;
	padding: 0px 0px 0px 0px;
  margin: 16px 0px 0px;
	display: flex;
  flex-direction: column;
  background-image: url(../grafika/stopka.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.stopka .blok {
  flex: 1 0;
	display: flex;
  justify-content: center;
	width: 100%;
	max-width: 900px;
	margin: 0px auto 0px auto;
  padding: 48px 0px 64px;
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .stopka .blok {
    padding: 64px 88px 64px 88px;
  }
}
.stopka-tytul	{
  flex: 1 1;
	font-family: 'Atma', cursive;
  color: #292b21;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  padding: 48px 0px 0px 0px !important;
  margin: 0px auto;
}
.stopka .kolumna {
	position: relative;
	flex: 1 1 33%;
  padding: 0px 0px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.stopka .kolumna:nth-child(2) {
  margin: 0px 24px 0px 0px;
}
.stopka .kolumna:last-child {
  margin: 52px 0px 0px 0px;
}
.stopka .kolumna > *	{
  margin: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 0px 0px;
}
.stopka .kolumna *	{
  width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  color: #292b21 !important;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    background: #feea67;
	}
	.stopka .blok {
		flex-direction: column;
		padding: 48px 0px 16px;
	}
  .stopka .kolumna:nth-child(1) {
    padding: 0px 0px 32px 0px;
  }
  .stopka .kolumna:nth-child(2) {
    margin: 0px 0px 0px 0px;
  }
	.stopka .kolumna > *	{
		text-align: center !important;
		padding: 0px 8px;
	}
	.stopka-tytul	{
		text-align: center;
    padding: 32px 0px 0px 0px !important;
	}
}
.stopka-podtytul {
  color: #292b21;
  font-weight: 800;
  font-size: 24px !important;
  padding: 0px 0px 28px 0px !important;
  margin: 0px auto !important;
}
.dane-stopka-kontakt-tresc p	{
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.dane-stopka-kontakt-podpis	{
	display: none;
}
