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 url(../grafika/tlo.png) center top no-repeat;
  background-size: 100% auto;
}
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-image: url(../grafika/tlo.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 428px;
}
h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header {
	width: 100%;
  background: #fafafa;
}
.header {
  position: relative;
  width: 100%;
  max-width: 1232px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vmax;
  max-height: 136px;
  padding: 0px 0px;
  margin: 0px auto;
}
.dane_gora {
  font-family: 'Open sans' ,sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.dane_gora a {
  color: #000;
  text-decoration-color: transparent;
}
.dane_gora a:hover {
  opacity: 0.65;
}
.dane_gora > * {
  display: flex;
  align-items: center;
}
.dane_gora > *:after {
  flex: 0 0 2px;
  content: "";
  width: 2px;
  height: 14px;
  margin: 0px 12px;
  background: #dddddd;
}
.dane_gora > *:last-child:after {
  margin: 0px 0px 0px 12px;
}
.dane_gora > *:first-child:before
{
  flex: 0 0 2px;
  content: "";
  width: 2px;
  height: 14px;
  margin: 0px 12px;
  background: #dddddd;
}

.logo	{
  width: 34vw;
  max-width: 550px;
	height: 15vw;
	max-height: 104px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
  background-size: contain;
}

.logo img 
{
  max-height: 104px;
}

.logo
{
  display: flex;
  text-decoration-color: transparent;
  font-family: 'Rubik', sans-serif;
  color: black;
  line-height: 30px;
}

.logo-tekst
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  font-size: 28px;
  text-transform: uppercase;
}

.logo-tekst span:last-child
{
  font-weight: 700;
}

/* Stopka */

.stopka-kontener
{
	justify-content: space-around;
}

.stopka-tresc-tytul
{
  font-family: 'Rubik', sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
  display: block;
}

.stopka-info{
	background-image: url(../grafika/stopka.jpg);
	background-color: #f6f6f6;
    background-size: cover;
    background-position: center center;
    padding: 32px 0px 32px 0px;
	height: 360px;
	max-height: 360px;
	display: flex;
	align-items: center;
}

.stopka-info .kolumna{
	position: relative;
	max-width: 400px;
  height: 280px;
}

.stopka-info .kolumna:nth-child(3)
{
  padding-top: 26px;
}

.stopka-info .kolumna:nth-child(2) 
{
	/* padding-left: 96px; */
  border-right: 1px solid #cecece;
  padding-top: 26px;
}

.stopka-info .kolumna:nth-child(3) .stopka-tresc:first-child
{
  margin-bottom: 32px;
}

.stopka-tresc-tytul
{
  position: relative;
  padding-left: 48px;
  text-transform: uppercase;
  padding-right: 80px;
}

.stopka-info .kolumna:nth-child(2) .stopka-tresc-tytul:before
{
  content: url(../grafika/placowka.png);
  position: absolute;
  left: 0;
  top: -4px;
}
.stopka-info .kolumna:nth-child(3) .stopka-tresc:first-child .stopka-tresc-tytul:before
{
  content: url(../grafika/pomoc.png);
  position: absolute;
  left: 0;
  top: -4px;
}
.stopka-info .kolumna:nth-child(3) .stopka-tresc:nth-child(2) .stopka-tresc-tytul:before
{
  content: url(../grafika/wolontariat_i_praktyki.png);
  position: absolute;
  left: 0;
  top: -4px;
}


.stopka-tytul{
    color: #313131;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 12px 0px;
    position: relative;
    text-transform: uppercase;
}

.stopka-tresc{
	font-size: 14px;
	color:black;
	position: relative;
}

.stopka-tresc:after 
{
	content: '';
	display: none;
	width: 218px;
	height: 1px;
	background: #414141;
	position: absolute;
	bottom: 0;
}

.stopka-tresc-tresc
{
	line-height: 24px;
  padding-left: 48px;
}

.stopka-info .kolumna:first-child .stopka-tresc:nth-child(2)
{
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.stopka-info .kolumna:first-child .stopka-tresc:nth-child(3)::after, .stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(3):after
{
	display: none;
}

.stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(2), .stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(1)
{
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.stopka-tresc p{
	padding: 0px;
	margin: 0px;
	line-height: 26px;
}

.stopka-info .kolumna:first-child .stopka-tresc:nth-child(2) p:nth-child(1), .stopka-info .kolumna:first-child .stopka-tresc:nth-child(2) p:nth-child(3), .stopka-info .kolumna:first-child .stopka-tresc:nth-child(2) p:nth-child(4), .stopka-info .kolumna:first-child .stopka-tresc:nth-child(2) p:nth-child(5), .stopka-info .kolumna:first-child .stopka-tresc:nth-child(2) p:nth-child(6)
{
	/* margin-bottom: 8px; */
}

.stopka-info .kolumna:first-child .stopka-tresc:nth-child(3) p:nth-child(1)
{
	/* margin-bottom: 8px; */
}

.stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(1) p:nth-child(1)
{
	/* margin-bottom: 12px; */
}

.stopka-tresc i{
	font-size: 24px;
	padding-right: 42px;
}

.stopka-tresc i span{
	display: none;
}

.stopka-tresc span{
	font-weight: 400;
	font-size: 14px;
	width: 100%;

}

.stopka-tresc a{
	text-decoration: underline;
	color: black;
}

.stopka-tresc a:hover{
	opacity:0.7;
}

.menu-lewe-tytul{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0px 16px 0px;
	margin:0px;
}



@media all and (min-width: 320px) and (max-width: 1023px) {
  .header {
    max-height: 64px;
  }
	.logo, .dane_gora	{
		display: none;
	}
}
.logo:hover	{
	opacity: 0.55;
}
.linki_gora	{
  display: flex;
  justify-content: space-between;
  max-width: 250px;
  gap: 0 16px;
}
.kontrast-czcionka	{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 0px 0px 0px 0px;
  gap: 0 16px;
}
.kontrast, .czcionka {
  position: relative;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #000;
	font-size: 0px !important;
  text-decoration: none !important;
  display: flex;
  flex: 0 1 auto;
  width: 40px;
  height: 40px;
  justify-content: center;
  background: #423e3f;
  border-radius: 28px;
}
.czcionka a, .czcionka a span, .kontrast a, .kontrast a span {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato' ,sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.czcionka a span, .kontrast a span {
  display: none;
}
.czcionka a:before {
	font-family: "Font Awesome 5 Free";
  content: url(../grafika/czcionka.png);
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  max-height: 19px;
}
.kontrast a:before {
  font-family: "Font Awesome 5 Free";
  content: url(../grafika/kontrast.png);
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  max-height: 19px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .linki_gora  {
    flex: 0 1 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px auto;
    width: 160px;
  }
  .linki_gora .a_start, .kontrast a, .czcionka a {
  	font-size: 0px !important;
  }
  .kontrast-czcionka div a span {
    display: none;
  }
}

/*Wyszukiwarka ikona*/

.szukaj-gora-ikona {
  flex: 0 1 56px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 56px;
  height: 56px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  border-radius: 28px;
}
.szukaj-gora-ikona a {
  flex: 1 1;
  height: 100%;
  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-ikona a i {
	font-size: 18px;
	color: #000;
  margin: 0px 0px 0px 3px;
}
.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, .menu-home-1-poziom a:hover img {
	opacity: 0.55;
}

/*Wyszukiwarka ikona z textarea*/

.szukaj-gora {
  display: none;
  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;
    height: auto;
  }
  .szukaj-gora {
    display: none;
  }
}

/*Menu góra*/

.menu-gora-tlo	{
  position: relative;
  top: 0px;
  z-index: 10;
  width: 100%;
  max-width: 100%;
	display: flex;
  /* padding: 8px 0px 8px 0px; */
	margin: 0px auto 0px auto;
  transition: 0.5s;
  background: #fff;
  height: 72px;
}

#menu-gora
{
  max-width: 1232px;
  margin: 0 auto
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.menu-gora-tlo	{
		display: none;
	}
}


main {
	width: 100%;
	margin: 0px auto 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	main > div:first-child {

	}
}
.main_srodek {
  display: flex;
  max-width: 100vw;
  max-width: 1232px;
  margin: 0px auto;
  justify-content: space-around;
  /* flex-direction: column; */
}
.menu_lewe_tlo {
	flex: 0 1 384px;
  min-width: 384px;
  max-width: 384px;
  text-align: center;
}
.srodek_tlo	{
	flex: 0 1 auto;
  width: 59vw;
  max-width: 808px;
	margin: 0px 0px 0px 40px;
}
.strona-tresc {
	padding: 16px 40px 24px;
  margin: 0px 0px 40px 0px;
  /* display: flex;
  flex-wrap: wrap; */
  background: #fafafa;
}
.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%;
    padding: 24px 16px 24px;
		margin: 0px auto;
	}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
  .modul-start-rotator-kalendarz .modul-start-tytul
  {
    position: relative;
    margin-bottom: 24px;
  }
  .kalendarz-rotator-btns-tlo
  {
    flex-direction: column;
    gap: 16px 0;
  }
  .span-submit-kalendarz-rotator:first-child
  {
    margin-right: 0;
  }
  .span-submit-kalendarz-rotator:first-child, .span-submit-kalendarz-rotator:nth-child(2)
  {
    border: 0px none transparent;
    justify-content: center;
    padding-right: 0;
    padding-left: 23px;
  }
  .span-submit-kalendarz-rotator::after
  { 
    position: relative!important;
    margin-left: 32px;
  }
  .span-submit-kalendarz-rotator .btn-submit-kalendarz-rotator
  {
    padding: 0;
  }
  .stopka-info
  {
    height: auto;
    max-height: 100%;
  }
	.menu_lewe_tlo, .modul-start-menu {
		display: none;
	}
}
.strona_moduly_tlo {
  width: 100%;
  max-width: 1232px;
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
}
.strona_moduly_tlo > * {
  flex: 0 1 568px;
  height: 344px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.strona_moduly_tlo > *:first-child {
  max-width: 568px;
  height: 67vw;
  max-height: 344px;
  position: relative;
}
@media all and (min-width: 320px) and (max-width: 639px) {
  .galeria-kalendarz-modul-tlo .slick-dotted.slick-slider
  {
    margin-bottom: 44px;
  }
  .rotator_tlo
  {
    height: 185px!important;
    padding: 0;
  }
  .kalendarz-rotator
  {
    margin-top: 40px;
  }
  .modul-start-rotator-kalendarz .modul-start-tytul
  {
    text-align: center;
  }
  .h1-tytul
  {
    margin-top: 0;
    padding-top: 8px;
  }
  .galeria-obiekt, .galeria-foto-mini
  {
    width: 211px;
  }
  .galeria-foto-mini
  {
    height: calc(2/3 * 211px);
  }
  .galeria-obiekt
  {
    margin-bottom: 24px;
  }
  .aktualnosciarchiwum-tresc-tlo
  {
    padding-bottom: 24px;
  }
  h1.h1-tytul
  {
    margin-top: 0;
    padding-top: 16px;
  }
  .modul-start-rotator-kalendarz
  {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
  }
  .rotator-ikon .slick-prev
  {
    left: 16px!important;
  }
  .rotator-ikon .slick-next 
  {
    right: 16px!important;
  }
  h1.h1-tytul, .modul-start-aktualnosci-startowe .modul-start-aktualnosci-startowe-tytul
  {
    font-size: 40px;
  }
  header
  {
    padding: 0;
  }
  .strona-tresc input:checked + label > span.radio::before, .strona-tresc input:checked + label > span.checkbox::before
  {
    left: 0;
  }
  .strona-tresc input + label
  {
    margin-left: 16px;
  }
  .stopka-intermedia
	{
		display: flex;
    flex-direction: column;
	}
	.stopka-intermedia span
	{
		margin-bottom: 16px;
	}
  /* .strona-tresc {
    width: 100%;
    padding: 0px 8px 24px;
    margin: 0px auto;
  } */
  body
  {
    /* overflow: hidden; */
  }
  .stopka-info .kolumna:nth-child(2)
  {
    border: 0px none transparent;
  }
  .stopka-kontener
  {
    padding: 0 16px;
  }
  
  .stopka-info .kolumna:nth-child(3)
  {
    padding-top: 0;
  }
  .stopka-info .kolumna
  {
    height: max-content;

  }
  .stopka-info .kolumna img
  {
    max-width: 100%;
  }
  .stopka-tresc
  {
    margin-bottom: 16px!important;
    padding-bottom: 0!important;
  }
  
  a.aktualnosci_powrot, a.aktualnosci-powrot
  {
    margin-bottom: 16px!important;
  }
  .rotator-ikon
  {
    display: flex;
    align-items: center;
    border-top: 8px solid #fafafa;
  }
  .kalendarz-rotator .slick-prev, .kalendarz-rotator .slick-next
  {
    top: 47%;
  }
  .slick-list
  {
    height: 124px!important;
  }
  .kalendarz-rotator-tlo
  {
    margin-left: 32px;
  }
  .modul-start-aktualnosci-startowe .artykuly .aktualnosci-tlo
  {
    margin-bottom: 16px;
    padding-bottom: 32px;
  }
  .strona_moduly_tlo {
    flex-wrap: wrap;
  }
  .strona_moduly_tlo > *  {
    max-width: 100% !important;
  }
  .strona_moduly_tlo img {
    max-width: 100%;
    height: auto;
  }
  .rotator-aktualnosci
  {
    display: none;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .rotator-aktualnosci
  {
    display: none;
  }
  .stopka-info .kolumna
  {
    height: max-content;

  }
  .stopka-tresc
  {
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  .strona_moduly_tlo {
    flex-wrap: wrap;
  }
  .strona_moduly_tlo > *  {
    margin: 0px auto 16px;
  }
  .strona_moduly_tlo img {
    max-width: 100%;
    height: auto;
  }
}
.strona_moduly_tlo > *:first-child .baner-zawartosc {
  max-width: 100%;
}
.strona_moduly_tlo > *:last-child {
  flex: 0 1 642px;
  background: url(../grafika/newsletter_tlo.png) center center no-repeat;
}
.strona_moduly_tlo > *:last-child > form {
  flex: 1 1;
  height: 75%;
  display: flex;
}
.stopka  {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
	color: #000;
  max-width: 1232px;
	padding: 0px 0px 0px 40px;
  margin: 0px auto;
	display: flex;
  flex-wrap: wrap;
  background-color: #acd111;
  background-image: url(../grafika/stopka_tlo.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
.stopka .blok {
  flex: 1 1 100vmax;
	display: flex;
  justify-content: space-between;
	width: 100%;
	max-width: 73%;
	margin: 0px 0px 0px 0px;
  padding: 64px 0px 64px 0px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka	{
		height: unset;
		max-height: unset;
    background-image: none;
    padding: 0px 0px 0px 0px;
	}
	.stopka .blok {
		flex-wrap: wrap;
		padding: 48px 0px 16px;
    margin: 0px auto;
	}
}
.stopka .kolumna {
	position: relative;
	flex: 1 1 50%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid #b5da1b;
}
.stopka .kolumna:first-child {
  border: none;
}
.stopka .kolumna:nth-child(2) {
  padding: 0px 0px 0px 26px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka .kolumna, .stopka .kolumna:nth-child(3) {
    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;
	}
  .stopka > div:nth-child(3) {
		display: none;
	}
}
.stopka .kolumna > *	{
	flex: 1 1 90%;
  margin: 0px;
  text-align: left;
  line-height: 24px;
}
.stopka .kolumna *	{
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.stopka a {
  color: #000;
  text-decoration-color: transparent;
}
.stopka a:hover {
  opacity: 0.65;
}
.stopka .kolumna .podmiot-adres, .stopka .kolumna .tresc	{
  padding: 0px 0px 0px 40px;
}
.stopka .kolumna .podmiot-adres {
  line-height: 18px;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .wybierz-placowke
  {
    flex-direction: row!important;
    padding: 64px 0;
  }
  .wybierz-placowke span 
  {
    text-align: center;
  }
  .wybierz-placowke::before
  {
    height: 1px!important;
    width: 100%!important;
  }
  .wybierz-placowke::after 
  {
    height: 1px!important;
    width: 100%!important;
  }
  .nawigacja-start
  {
    width: 100%!important;
    flex-direction: column;
    height: auto!important;
    padding: 64px 0;
  }
  .start-header
  {
    background: rgb(225, 225, 225);
  }
  .start-header .kontrast, .start-header .czcionka
  {
    background: #413d3e;
  }
  .start-header .kontrast a::before, .start-header .czcionka a::before
  {
    filter: none;
  }
  .kontener .stopka-walidacja
  {
    justify-content: center!important;
  }
  header.start-header .kontrast-czcionka
  {
    justify-content: center!important;
  }
	.stopka .kolumna > *	{
		text-align: center !important;
		padding: 0px 8px;
    justify-content: center;
	}
	.stopka-tytul	{
		text-align: center;
	}
  .stopka .kolumna .podmiot-adres, .stopka .kolumna .tresc	{
    padding: 0px 0px 0px 0px;
  }
}
.dane-stopka-kontakt	{
	padding: 0px 0px 32px 0px;
}
.stopka-podtytul, .dane-stopka-kontakt-tytul	{
  flex: 1 1;
  font-family: 'Rubik', serif;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 0px 0px 28px 0px !important;
  margin: 0px 0px 0px 0px !important;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.stopka .kolumna:nth-child(1) .stopka-podtytul:before {
  display: block;
  content: "";
  font-size: 0px;
  width: 24px;
  height: 21px;
  margin: 0px 16px 2px 0px;
  background: url(../grafika/kontakt_tlo.png) left center no-repeat;
}
.stopka .kolumna:nth-child(2) .stopka-podtytul:first-of-type:before {
  display: block;
  content: "";
  font-size: 0px;
  width: 23px;
  height: 23px;
  margin: 0px 16px 2px 0px;
  background: url(../grafika/pomoc_tlo.png) left center no-repeat;
}
.stopka .kolumna:nth-child(2) .stopka-podtytul:last-of-type {
  margin: 40px 0px 0px 0px !important;
}
.stopka .kolumna:nth-child(2) .stopka-podtytul:last-of-type:before {
  display: block;
  content: "";
  font-size: 0px;
  width: 24px;
  height: 24px;
  margin: 0px 16px 2px 0px;
  background: url(../grafika/wolentariat_tlo.png) left center no-repeat;
}
.menu_dol_tlo {
  width: 100%;
  max-width: 100%;
  height: 104px;
  margin: 0px auto;
  background: #413d3e;
  display: flex;
  align-items: center;
}
.menu_dol
{
  width: 1232px;
  max-width: 1232px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu-menu-pod-stopka-1-poziom, .menu-menu-dol-1-poziom
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.menu-menu-dol-1-poziom li a span 
{
  display: none;
}
.menu-menu-pod-stopka-1-poziom
{
  gap: 0 32px;
}
.menu-menu-pod-stopka-1-poziom li 
{

}
.menu-menu-pod-stopka-1-poziom li a 
{
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  text-decoration-color: transparent;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-menu-pod-stopka-1-poziom li a:after 
{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: black;
  top: 2px;
  left: -16px;
}
.menu-menu-pod-stopka-1-poziom li:first-child a:after 
{
  display: none;
}
.menu-menu-dol-1-poziom
{
  gap: 0 80px;
}
.menu-menu-dol-1-poziom li 
{

}
.menu-menu-dol-1-poziom li a
{
  position: relative;
  display: flex;
  align-items: center;
}
.menu-menu-dol-1-poziom li a:after 
{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: black;
  top: 0;
  left: 60px;
}
.menu-menu-dol-1-poziom li:last-child a:after 
{
  display: none;
}
.menu-mobilne-szukaj-kontrast
{
  display: none;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .strona-data::after
  {
    top: 7px;
  }
  .aktualnosci-dzial
  {
    margin-left: 116px!important;
  }
  .rotator
  {
    width: 100%;
  }
  .rotator-ikon
  {
    max-width: 100%;
  }
  .strona 
  {
    background-image: none;
  }
  .stopka-kontener
  {
    flex-direction: column!important;
  }
  .stopka-info .kolumna:nth-child(2)
  {
    border-right: 0px none transparent;
  }
  .stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(2), .stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(1)
  {
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .moduly-pod-rotatorem, .menu-start-1-poziom, .menu-modul-zawartosc, .header, .modul-start-galerie
  {
    display: none;
  }
  .stopka-podtytul, .podmiot-nazwa, .podmiot-adres  {
    flex: 1 1 100vw;
  }
  .menu_dol_tlo {
    display: none;
  }
  .menu-mobilne-szukaj-kontrast {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding-top: 0px;
    padding: 12px 0px;
    background: #ffc602;
  }
  .kontrast-czcionka {
    background: transparent;
    padding: 0;
    gap: 16px;
  }
  .szukaj-gora-ikona {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
  }
  .kontrast, .czcionka
  {
    background: transparent;
  }
  .kontrast a:before, .czcionka a:before
  {
    filter: invert(0%) brightness(0%);
  }
  .szukaj-gora-ikona a i
  {
    font-size: 16px;
  }
}

@media (min-width: 1023px) and (max-width: 1279px)
{
  .aktualonsci-slides
  {
    max-width: 708px;
  }
  .menu-moduly-pod-rotatorem-1-poziom
  {
    justify-content: center;
    gap: 16px;
  }
  .menu-moduly-pod-rotatorem-1-poziom li
  {
    width: 380px;
  }
  .menu_dol
  {
    padding: 0 24px;
  }
  .stopka-dol
  {
    padding: 24px 24px;
  }
}

@media all and (min-width: 1280px) {
	#menu-gora { display: block;}
	#menu-mobilne { display: none;}
	.button-menu-mobile{display: none;}
	.blok { width: 1232px;}
	.szerokosc-1 { flex-basis: 1232px;}
	.szerokosc-12, .szerokosc-24 { flex-basis: 608px;}
	.szerokosc-13 { /*flex-basis: 400px;*/ width: 400px; z-index: 1;}
	.szerokosc-13-stopka{ flex-basis: 460px; width: 460px;}
	.szerokosc-23 { flex-basis: 816px; width: 816px; z-index: 1;}
	.szerokosc-14 { flex-basis: 296px; width: 296px;}
	.szerokosc-34 { flex-basis: 920px; width: 920px;}
	.szerokosc-100 { flex-basis: 100%; width: 100%;}
	.blok-glowny{ flex-basis: 1232px; width: 1232px;}
	.start-23
	{
		display: flex;
		justify-content: space-between;
	}
}

.wiersz {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.kolumna {
	flex-shrink: 1;
	flex-grow: 0;
}
.srodek {
  text-align: left;
}

.blok{
	margin: 0 auto!important;
}