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;
  background: url(../grafika/tlo.jpg) center top no-repeat;
  background-size: cover;
	transition: padding .5s linear;
}
body * {
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
.strona-tresc article {
  padding: 36px 32px;
  background: #daf3f4;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.175em 0;
}
.strona {
	width: 100%;
  padding: 0px;
 	margin: 0 auto;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .strona {
    width: 100%;
    padding: 0px;
  }
}
.strona * {
  box-sizing: border-box;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
  max-width: 1232px;
  margin: 0px auto;
}
.wiersz_top_tlo	{
	width: 100%;
	height: 20vw;
	max-height: 128px;
  padding: 0px 0px;
	display: flex;
}
.wiersz_top	{
	width: 100%;
	max-width: 1232px;
	margin: 0px auto;
	display: flex;
  justify-content: space-between;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .wiersz_top_tlo	{
    height: 50vw;
    max-height: 240px;
  }
	.wiersz_top	{
		width: 90%;
		margin: 0px auto 0px auto;
    flex-wrap: wrap;
	}
  .wiersz_top div:nth-child(3)	{
    margin: 16px 0px;
  }
}
.logo	{
  position: relative;
  z-index: 10;
	flex: 1 1 398px;
	width: 40vw;
	max-width: 398px;
	height: 10vw;
	max-height: 114px;
	padding: 0px;
	margin: 8px 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) {
	.logo	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}


/*Kontrast czcionka*/

.kontrast-czcionka-tlo	{
	display: flex;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .kontrast-czcionka-tlo	{
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px auto;
  }
  .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;
   }
}
.kontrast-czcionka-tlo span {
  display: none;
}

.kontrast-czcionka  {
  flex: 0 1 144px;
	display: flex;
  flex-wrap: wrap;
}
.kontrast {
  margin: 0px 16px 0px 0px;
}
.kontrast a, .czcionka a {
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  flex: 0 1 64px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8px 0px 8px;
  width: 64px;
  margin: -4px 0px 0px 0px;
  text-decoration: none;
  background: #daf3f4;
  transition: margin 200ms;
}
.kontrast a span, .czcionka a span {
	display: none;
}
.kontrast a:before, .czcionka a:before {
    font-family: "Font Awesome 5 Free";
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    padding-right: 0px;
}
.kontrast a:before {
    content: "\f042";
}
.czcionka a:before {
    content: "A+";
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 18px;
}
.czcionka a sup{
	display: none;
}
.gora-linki {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gora-linki a, .gora-linki span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #002f4c;
  text-decoration: none;
  width: 50vw;
  max-width: 56px;
  height: 50vw;
  max-height: 56px;
  margin: 0px 40px 0px 0px;
  border: 1px solid #ededed;
  border-radius: 28px;
}
.gora-linki a:last-child {
  margin: 0px;
}
.gora-linki:last-of-type a, .gora-linki:last-of-type span {
  max-width: 57px;
  max-height: 70px;
  margin: 0px;
  border: none;
  border-radius: unset;
}
.gora-linki > span.panstwo {
  background: url(../grafika/godlo_polskie.png) center center no-repeat;
}
.gora-linki > span.powiat {
  background: url(../grafika/herb_powiat_srem.png) center center no-repeat;
  margin: 0px 16px;
}
.gora-linki a.bip {
  background: url(../grafika/iko_bip.png) center center no-repeat;
}
.gora-linki a span, .gora-linki span span {
  display: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .gora-linki {
    width: 100%;
    justify-content: space-between;
  }
  .gora-linki a {
    flex: 1 1;
    margin: 0px 0px 0px 0px;
  }
}

/*Wyszukiwarka*/
.szukaj-gora-ikona {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora {
    flex: 0 1 294px;
    width: 294px;
    margin: 0px 0px 0px 0px;
  }
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;
  background: #fff;
  border: 1px solid #f3ac80;
  border-radius: 8px;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora input {
  color: #002f4c;
  font-size: 16px;
  padding: 6px 8px 6px 16px;
  margin: 0px 8px 0px 0px;
  width: 100%;
  background: none;
  border: none;
}
.szukaj-gora button {
  width: 48px;
  height: 44px;
  background: #f3ac80;
  border: none;
  border-radius: 6px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
}
.szukaj-gora button i {
	color:#000;
}
.szukaj-gora-ikona a i {
	font-size: 18px;
	color:#002f4c;
}
.szukaj-gora-ikona a i span {
  font-size: 0px !important;
}
.kontrast a:hover, .czcionka a:hover {
  margin: 0px 0px 0px 0px;
}
.gora-linki a:hover, .szukaj-gora i:hover {
	opacity: 0.55;
}

/*Animacja górna*/
.animacja_tlo {
  width: 100vw;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.animacja{
  flex: 0 1 792px;
	position: relative;
	height: 38vw;
	max-height: 352px;
	overflow: hidden;
}
.animacja, .animacja-slider{
	width :100%;
  max-width: 792px;
}
.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: 352px;
	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: 244px;
		max-width: 100%;
	}
}
.animacja-slider .slick-next {
	opacity: 0 !important;
	top: 48%;
	right: 24px;
  z-index: 9;
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: 48%;
	left: 8px;
  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: 38px;
  color: rgba(255, 255, 255, 0.4);
}
.animacja-slider .slick-prev:before {
	padding: 0px 0px 0px 0px;
}
.animacja-slider .slick-next:before {
	padding: 0px 0px 0px 0px;
}
.animacja-slider .slick-prev:hover:before, .animacja-slider .slick-next:hover:before {
	  color: rgba(255, 255, 255, 1);
}

.animacja-slider .slick-prev:before{
	content: "\f137";
}
.animacja-slider .slick-next:before{
	content: "\f138";
}

.animacja-slider .slick-dots{
	display: none !important;
}

.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: 0px;
	top: 0px;
	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	{
	flex: 1 1 100%;
	display: flex;
  padding: 8px 0px 8px 0px;
	margin: 8px 0px 0px;
  position: relative;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #daf3f4;
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo	{
		display: none;
	}
}

/*Środek*/

main {
	width: 100%;
	margin: 0px auto 0px;
}
.main_srodek	{
	margin: 0px auto 16px auto;
	padding: 0px 0px 16px;
	max-width: 1232px;
	display: flex;
  justify-content: space-between;
}
.menu_lewe_tlo {
	flex: 0 0 384px;
  max-width: 384px;
  margin: 16px 0px 0px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu_lewe_tlo {
		display: none;
	}
}
.srodek_tlo	{
	flex: 0 1 auto;
  width: 100%;
	max-width: 808px;
	margin: 0px 0px 0px 0px;
}
.strona-tresc {
	padding: 0px 0px 16px 0px;
}
.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 {
		width: 96%;
		margin: 0px auto;
    padding: 16px 24px 16px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1232px) {
  .srodek_tlo	{
		margin-left: 40px;
  }
}
.stopka  {
  position: relative;
	background: #daf3f4;
	color: #000;
	padding: 0px 0px 0px 0px;
  margin: 0px auto 0px;
	display: flex;
  max-width: 1232px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
	}
	.stopka .blok {
		flex-wrap: wrap;
		padding: 16px 0px;
	}
}
.stopka .blok {
	display: flex;
  justify-content: space-around;
	width: 100%;
	margin: 0px;
  padding: 24px 40px;
  text-align: left;
}
.stopka .kolumna {
  flex: 1 1;
  max-width: 50%;
	position: relative;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stopka .kolumna span {
  padding: 0px;
  margin: 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .stopka .blok {
    flex-wrap: wrap;
  }
  .stopka .kolumna {
    flex: 1 1 100vw;
    max-width: unset;
    flex-wrap: wrap;
  }
	.stopka .kolumna span, .stopka .kolumna *	{
    flex: 1 1 100vw;
		text-align: center;
		padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    background: none;
    border: none;
	}
  .stopka .kolumna span, .stopka .kolumna > *:last-child {
    padding: 16px 0px !important;
  }
  .stopka .kolumna > *	{
    display: block !important;
    min-height: unset !important;
  }
  footer .stopka .kolumna > *:last-child	{
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    text-align: center;
  }
	.stopka-tytul	{
		text-align: center;
	}
}
.dane-stopka-kontakt	{
	padding: 0px 0px 32px 0px;
}
.stopka .stopka-podtytul, .stopka .dane-stopka-kontakt-tytul	{
  font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #003360;
  margin: 0px 0px 0px 0px;
  padding: 0px 24px 0px 0px !important;
  border-right: 1px solid #b0dcdf;
  min-height: 144px;
  display: flex;
  align-items: center;
}
.stopka .kolumna > *:last-child {
  font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
  padding: 0px 0px 0px 24px !important;
}
.stopka .kolumna:first-child span {
  flex: 1 1 50%;
}
.stopka .kolumna .podmiot-nazwa {
  display: block;
  text-transform: uppercase;
  padding: 6px 0px;
}
.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;
}
