﻿html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	transition: padding .5s linear;
}
body * {
	box-sizing: border-box;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.175em 0;
}

.strona {
    width: 100%;
    margin: 0 auto;
    background: url(../grafika/tlo.jpg);
    /*background-position: top center;*/
    background-size: 100%;
    background-repeat: no-repeat;
     background-attachment: fixed;
    background-color: #f8f9f9;
	overflow: hidden;
}

.naglowek{
	flex-wrap: wrap;
	align-items: center!important;
	/*background: #fff;*/
	padding: 0px 24px;
	height: 104px;
}
.animacja-kontener
{

}

h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}
header.menu-2
{
	height: 136px;
}
header {
	/*position: fixed;*/
	width: 100%;
	height: 104px;
	z-index: 99;
	top:0;
	overflow: visible!important;
	background:#fff;
	/* border-bottom: 1px solid #f7e972; */
}

.header-pasek{
	background: #f9f9f9;
	height: 48px;
}

.header-pasek .szerokosc-1{
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1232px;
    padding: 0px 24px 0px 8px;
    height: inherit;
}

.logo{
	padding: 0px 0px 0px 0px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	/*width: 370px;*/
	margin-left: -8px;
}

.logo:hover{
	opacity:0.7;
}

.logo img{
	transition: 0.3s;
	position: relative;
    padding-right: 20px;

}
.logo a:first-of-type::after{
	/*content: url(../grafika/border-left.png);

	position: absolute;
	height: 56px;
	top: 22px;*/
}

.szerokosc100 > .statystyki{
	background-color:white;
	width: 100%;
}
.logo a{
	text-decoration-color: transparent;
	display: block;

}
.logo a:nth-child(2)
{
	padding-left: 8px;
	border-left: 1px solid #ebebeb;
	width: 400px;
}
.logo a:first-child
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo a span{
    font-family: 'Open Sans', sans-serif;
    color: #929292;
    display: block;
    margin-top: 0px;
    /* border-left: 1px solid #ebebeb; */
    padding-left: 6px;
}

.logo a span:first-child{
    font-family: 'Baloo 2', cursive;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.7;
    color: #000000;
    /*margin-top: -6px;*/
    /*margin-bottom: 8px;*/
}

.logo a span:last-child{
	font-family: 'Baloo 2', cursive;
	font-weight: 400;
	font-size: 15px;
	color:#666666;
	text-align: left;
}

.menu-mobilne-pasek a{
	font-family: 'Open Sans', sans-serif;
    color: #1a2a44;
    text-decoration-color: transparent;
    font-weight: 700;
    font-size: 25px;
 }

.naglowek-logo{
	width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 104px;
   /* background: #fff;*/
}
.header-prawa-strona{
	/*width: 850px;*/
	display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 72px;
}

.header-dane{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 0px;
	position: relative;
	/*flex-wrap: wrap;*/
	/*height: 50px;*/
}

.header-menu{
	height: 54px;
	width: 100%;
}



.social-icon{
	/*width: 348px;*/
	display: flex;
	justify-content: flex-end;
	padding-left: 0px;

}

/* .social-icon-1 a{
	padding-left:24px;
}

.social-icon-2 a{
	padding-right:24px;
}

.social-icon a span{
	display: none;
} */


/*Kontrast czcionka*/
.kontrast-czcionka  {
  	/*flex: 2 1;*/
	display: flex;
	align-items: center;
	margin-right: -8px;
}
.kontrast-czcionka > *	{
	/*border-right: 1px dotted #c1c1c1;*/
}
.kontrast, .czcionka{
  /* flex: 1 1 78px; */
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.czcionka
{
	/*margin-right: 16px;*/
}
.kontrast a, .czcionka a {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    text-decoration-color: transparent;
    /* background: #636363; */
    /* width: 40px; */
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
}
.menu-social-icon-1-poziom li:last-child a
{
	margin-right: 8px;
}
.kontrast a
{
	padding-left: 16px;
}
.czcionka a
{
	padding-right: 16px;
}

.kontrast a{
	border-left: 1px solid #dadada;
}

.czcionka a{
	border-right: 1px solid #dadada;
	/* border-left: 1px solid #dadada; */
}

.kontrast a span, .czcionka a span {
	display: none;
}
.kontrast a:before, .czcionka a:before {
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-size: 14px;
    padding-right: 0px;
}
.kontrast a:before {
    content: url(../grafika/kontrast.png);

}
.czcionka a:before {
	content: url("../grafika/czcionka.png");
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1px;
}
.czcionka a sup{
	display: none;
}

/*Wyszukiwarka*/
.wyszukiwarka{
	margin-top:16px;
	margin-right: -12px;
}

.szukaj-gora {
	flex: 0 1 390px;
    width: 390px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    height: 40px;

}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora {
    width: unset;
  }
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;

}
.szukaj-gora label {
	display: none;
}
.szukaj-gora input {
    font-size: 14px;
    padding: 0px 8px 0px 16px;
    border: none;
    width: 100%;
    background: #fff;
    border: 1px solid #f4f4f4;
    font-family: 'Open Sans', sans-serif;
	border-radius: 25px;
	margin-right: 16px;
	width: 265px;
}
.szukaj-gora button {
	background: #57824e;
    border: none;
    padding: 0px 16px 0px 16px;
    cursor: pointer;
	display: flex;
	border-radius: 25px;
}
.szukaj-gora button::before{
	content: "SZUKAJ";
	font-family: 'Baloo 2', cursive;
	margin: auto;
	margin-right: 12px;
	font-size: 16px;
	color: #fff;
	/* font-weight: 600; */
}

.szukaj-gora button i {
	font-size: 14px;
	color:#fff;
	margin-top: 12px;
	font-weight: 400;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}
.kontrast a:hover, .czcionka a:hover, .a-kontakt:hover, .szukaj-gora button:hover {
	opacity: 0.55;
}


.nawigacja-100, .nawigacja-100-podstrona{
	width: 100%;
}

.animacja-kontener{
	max-width: 1232px;
  margin: 0 auto 0px auto;
  margin-top: -32px;
  position: relative;
  display:flex;
  font-family: 'Baloo 2', cursive;

}
.animacja-tresc1-tytul, .animacja-tresc2-tytul{
	display: none;
}

/**/



/*Main i szkielet*/

main {
	margin: 16px auto 0px auto;
}

.blok-glowny{
	margin: 0px auto 0px auto;
    position: relative;
	padding-bottom: 40px;
	/*background: #fff;*/
}


.szerokosc-srodek,
.szerokosc-prawo{
	background: #fff;
	border-radius: 8px;
}

.szerokosc-srodek{
	margin-bottom: 16px;
}

.szerokosc-lewo{

}

.menu-bok{
	background: #fff;
	border-radius: 8px;
}

.strona-tresc{
	padding: 32px 32px 32px 32px;
	background:#fff;
	/*border: 1px solid #efefef;*/
	/* border:1px solid #e0e0e0; */
	width: 100%;
	font-family: 'Baloo 2', cursive;
	margin-right: 8px;
    margin-left: -8px;
}

/*.strona-tresc-kontener{
	padding:32px 24px;
	background: #f8f8f8;
}*/


.aktualnosci-tresc, .informacje-tresc {
	/*margin: 0px 0px 32px 0px;*/
	text-align: left;
	color:#656565;
	/*line-height: 1.75em;*/
	line-height: 20px;
	padding: 0px!important;
	font-family: 'Open Sans', sans-serif;


}
.tresc {
	line-height: 1.3em;
}


.strona-tresc-podpis , .aktualnosci-tresc-podpis, .informacje-podpis, .strona-podpis{
	text-align: right;
}

.strona-tresc img, iframe, table {
	max-width: 100% !important;
}
.strona-tresc img {
	height: auto;
}

.wiersz {

	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.kolumna {
	flex-shrink: 1;
	flex-grow: 0;
}
.srodek {
  text-align: left;
}

.blok{
	margin: 0 auto!important;
}

.aktualnosci-glowne{
	display: flex;
    flex-wrap: wrap;
    padding:0px 24px 32px 24px;
    width: 100%;
}

#mapa, #mapa01, #mapa02, #mapa03, #mapa04, #mapa05, #mapa06{
	transition: 0.2s;
}

footer{

}


.strona-tresc table{
	border-collapse: collapse;
	border-spacing: initial;
}
i
.strona-tresc table td{
	text-align: initial;
	padding: 8px;
}
.wiersz_tytul{
	font-weight:700;
   	font-size: 22px;
	margin:0px auto 0px auto;
	text-transform: uppercase;
	text-align: center;
	color:#000;
}



.strona-tytul2{
	position: relative;
}



.rotator-ikon-blok{
	background: #fff;
	padding: 32px 0px;
	width: 100%!important;
	/*margin-bottom: 16px!important;*/
}

/*subskrybcja*/
/*subskrybcja-stopka*/


.dane-stopka-kontakt-godziny-tresc .tresc, .dane-stopka-kontakt-tresc .tresc{
	color:#000!important;
	line-height: 1.4!important;
	font-size: 14px!important;
}
.dane-stopka-kontakt-godziny-tresc .tresc table tr td, .dane-stopka-kontakt-tresc .tresc table tr td{
	background: none!important;
	color:#000;
	border:none;
	width: auto;
}

.dane-stopka-kontakt-godziny-tresc .tresc table{
	background: none!important;
	font-size: 14px;
}

.dane-stopka-kontakt-godziny-tresc .tresc table p{
	padding: 0!important;
	margin:0;
}

/*Moduł‚ statystyki*/

.statystyka-tekst{
	font-family: 'Baloo 2', cursive;
	font-weight: 700;
	font-size: 18px;
	color:#000;
	line-height: 1.6!important;
	display: flex;
	margin-right: 140px;
}

.statystyka-tekst span{
	padding-right: 4px;
}

.statystyka-tekst span:first-child {
	font-weight: 400;
}

.statystyka-zawartosc{
	font-family: 'Baloo 2', cursive;
	display: flex;
	width: 1000px;
	margin-right: -140px;
}
.statystyka-tekst{
	display: flex;
	flex-direction: column;
}
.statystyka-tekst:before
{
	margin-top: 5px;
	margin-left: -86px;
}
.statystyka-tekst:nth-child(1):before{
	content: url("../grafika/kalkulator.png");
	/*margin-right: 16px;*/
    position: absolute;

}
.statystyka-tekst:nth-child(2):before{
	content: url("../grafika/kalendarz.png");
	/*margin-right: 16px;*/
    position: absolute;


}
.statystyka-tekst:nth-child(3):before{
	content: url("../grafika/usmiech.png");
	/*margin-right: 16px;*/
    position: absolute;


}
.statystyka-tekst:nth-child(4):before{
	content: url("../grafika/komputer.png");
	/*margin-right: 16px;*/
    position: absolute;


}
.statystyka-cyfry-licznik{
	display: flex;
}
.stopka-tlo{
  background-color: #527C4B;
}
.stopka-info{
  padding: 64px 0px 64px 0px;
	display: flex;
	justify-content: center;
	/*height: 352px;*/
}
.stopka-tlo-paralaxa-lewa{
  background-image: url("../grafika/stopka_lewy_paralaxa.png");
  background-position: left;
  background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
}
.stopka-tlo-paralaxa-prawa{
  background-image: url("../grafika/stopka_prawy_paralaxa.png");
  background-position: right;
  background-repeat: no-repeat;
  margin: 0 auto;
	width: 100%;

}


.stopka-info .kolumna{
	width: 421px;

}
.stopka-info .kolumna:nth-child(2)
{
	padding-left: 16px;
}
.stopka-info .kolumna:nth-child(3)
{
	padding-left: 82px;
}
.stopka-info .kolumna:nth-child(1) .stopka-tresc-tresc
{
	margin-bottom: 0;
}

.stopka-info .kolumna:nth-child(1) .stopka-tresc-tresc p
{
	margin: 6px 0;
}
.stopka-info .kolumna:nth-child(1) .stopka-tresc-tresc p:nth-child(1)
{
	margin-bottom: 10px;
}
.stopka-info .kolumna:nth-child(1) .stopka-tresc-tresc p:nth-child(2)
{
	margin-bottom: 4px;
}
.stopka-info .kolumna:nth-child(1) .stopka-tresc-tresc p:nth-child(3)
{
	margin-top: 4px;
}
.stopka-info .kolumna:nth-child(1) .stopka-tresc-tresc p:nth-child(4)
{
	margin-top: 10px;
}
.stopka-tresc-tresc
{
	padding-left: 28px;
}
.stopka-info .kolumna:nth-child(1){
	/* margin-right: 32px; */
	/*margin-left: 64px;*/
	width: 390px;
}
.stopka-info .kolumna:nth-child(2){
	/*margin-right: 32px;*/
}
.stopka-info .wiersz{

}

.stopka-tytul{
    font-family: 'Open Sans', sans-serif;
    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: 16px;
	font-family: 'Baloo 2', cursive;
	color: #fff;
}

.stopka-tresc p{
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}


.stopka-tresc i{
	font-size: 24px;
	padding-right: 42px;
}

.stopka-tresc i span{
	display: none;
}

.stopka-tresc span{
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	/* margin-left: 42px; */
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.stopka-telefon::before{
	content: url("../grafika/Inteligentny-obiekt-wektorowystopka.png");
	margin-right: 12px;


}
.stopka-fax::before{
	content: url("../grafika/Inteligentny-obiekt-wektorowy-2stopka.png");
	margin-right: 12px;
	margin-top: 8px;

}
.stopka-bank:last-of-type{
	margin-top: -24px;
	margin-left: 42px;
}
.stopka-bank:first-of-type::before{
	content: url("../grafika/Inteligentny-obiekt-wektorowy-3stopka.png");
	margin-right: 12px;
	margin-top: 7px;
}
.stopka-tresc a{
	text-decoration-color: transparent;
	color: white;
}

.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;
}

/*Pływające menu podczas scroola*/
.nawigacja-100, .nawigacja-100-podstrona{
	width: 100%;
}

.logo-menu{
	display: none;
	height: 90px!important;
  width: 56px!important;
}

.logo-menu img{
	width: 56px;
}

.kontrast-czcionka-menu{
	display: none;
	margin-top:12px;
	justify-content: space-between;
	width: 140px;
}

.kontrast-czcionka-menu a{
	border: none;
  color: #000;
  padding: 10px 20px;
}

.kontrast-czcionka-menu a:before{
	color:#000;
}
.stopka-info .kolumna:nth-child(2) .stopka-tresc p:first-child
{
	margin-bottom: 8px;
}

.szukaj-gora-ikona a{
    padding: 0px!important;
    border:none!important;
}

.szukaj-gora-ikona span{
	display: none;
}

.szukaj-gora-ikona i:before{
	  font-size: 14px;
    padding-right: 0px;
    border:none;
    width: 33px!important;
    height: 33px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color:#000;
}

.szukaj-gora-ikona a:hover{
	opacity: 0.7;
}

/*Koniec pływającego menu*/


/*Kanał RSS*/
.info-rss{
	background: #fff;
	border-radius: 8px;
	padding:24px;
}

.info-rss-tytul{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0px 16px 0px;
	margin:0px;
}

.info-rss-tlo{

}

.info-rss-tresc-data{
	color:#4eb27b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
}

.info-rss-tresc-data:before{
	 font-family: "Font Awesome 5 Free";
	 content:"\f017";
	 padding-right: 8px;
}

.info-rss-tresc-tytul{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
}

.info-rss-tresc-tytul a{
	color:#616161;
	text-decoration-color: transparent;
}


/*subskrybcja*/
/*subskrybcja-stopka*/
.stopka-newsletter-kontener{
	padding: 0px 16px 16px 32px;
}


.subskrypcja-stopka-zawartosc{
	font-size: 14px;
	color:#000;
	/*padding: 0px 16px 16px 32px;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subskrypcja-stopka-tekst{
	padding: 0px 0px 8px 0px;
    line-height: 1.6;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.subskrypcja-stopka-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
	/*width: 226px;*/
}

.subskrypcja-stopka-zawartosc .btn-submit-modul{
	border:none!important;
	text-align: center;
	font-size: 14px!important;
	width: 120px;
	min-width: 60px;
	font-weight: 800;
	text-decoration-color: transparent;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	font-weight: 700;
	text-transform: uppercase;
}

.subskrypcja-stopka-zawartosc .btn-submit-modul:hover{
	opacity: 0.8;
}

.btn-submit-subskrypcja-stopka-dopisz{
	  color: #fff!important;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 8px 6px 24px;
    height: 40px;
    border-radius: 24px;
}


.btn-submit-subskrypcja-stopka-wypisz{
	background-repeat: no-repeat;
	color:#000!important;
	padding: 6px 8px 6px 24px;
	height: 40px;
}

.subskrypcja-stopka-input-tlo input{
	box-shadow: none;
    background: #fff;
    width: 280px;
    height: 40px;
    padding: 10px;
    border: none;
    margin-bottom: 16px;
    margin-top: 8px;
    border-radius: 24px;
}


.dane-stopka-kontakt-tytul{
	display: none;
}

.dane-stopka-kontakt a{
	color:#fff;
}

.subskrypcja-stopka-tekst-rodo{
	padding-top: 16px;
	color: #000!important;
	width: 100%!important;
	font-family: 'Open Sans', sans-serif;

}

.subskrypcja-stopka-tekst-rodo a{
	color:#000;
}


.subskrypcja_textbutton::placeholder{
	color:#000;
}


/*RSS*/

.rss-tytul{
	display: none;
}

.rss-data{
	display: none;
}

.rss-tekst {
	margin: 10px 0px !important;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #d7d7d7;
    padding: 0px 0px 9px 0px;
}
.rss-tekst a{
	color: inherit !important;
  text-decoration-color: inherit !important;
	position: relative;
	padding-left: 22px;
    display: flex;
}

.rss-tekst a:hover{
	opacity: 0.8;
}

.rss-tekst a:before{
	left:0;
	top:2px;
}

/*Galeria moduł startowy*/
.galeria-modul-zawartosc{
	position: relative;
    padding: 0px;
    background: #063f66;
    margin-bottom: 0px;
    margin-top:0px;
	background-image: url("../grafika/foto.png");
	background-repeat: no-repeat;
	height: 208px;
	margin-bottom: 40px;

}

.galeria-modul-lista{
	display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 960px;
    height: 208px;
}


.galeria-modul-lista:after {
    content: "";
    width: 126px;
    /*height: 64px;*/
 }

.galeria-modul-obiekt{
	margin: 0px;
	padding: 0px;
	position: relative;

}
.galeria-modul-obiekt > *{
	margin: 0;
}

.galeria-modul-obiekt a{
	margin: 0px;
	padding: 0px;
}

.galeria-modul-obiekt span{
	width: 206px;
	height: 208px;
	display: block;
	background-size: cover;
}

/*.galeria-modul-obiekt span:hover{
	opacity: 0.8;
}*/

/*.galeria-modul-obiekt figcaption{
	display: none;
}*/
.galeria-modul-obiekt figcaption{
	display: none;
}
.galeria-modul-obiekt figcaption
{
	font-size: 14px;
	font-weight: 500;
}
.strona-tresc
{
	font-size: 14px;
}

.galeria-modul-obiekt:hover > figcaption{
		width: 100%;
    background: rgba(0, 0, 0, 0.71);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 24px;
    text-align: center;
}






.galeria-modul-btns{
	position: absolute;
    right: 126px;
    width: 160px;
    bottom: 52px;
	border: 1px solid #66879c;
	border-radius: 25px;
	height: 40px;
}

.btn-galeria-modul-lista{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
    flex-direction: row-reverse;
    /* align-items: baseline; */
    /* position: absolute; */
    color: #fff;
	/*padding-top:4px;
	padding-right: 16px;*/
}

.btn-galeria-modul-lista:before{
	display: flex;
	align-items: center;
	content: url("../grafika/arrow.png");
}

.galeria-modul-btns:hover{
	opacity: 0.7;
}

.btn-galeria-modul-lista em{
	visibility: hidden;
	display: none;
}

.galeria-modul-btn-lista{
	/*padding: 0px 8px;*/
    position: relative;
    color: #fff!important;
    font-family: 'Baloo 2', cursive;
    background: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-decoration-color: transparent;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.galeria-modul-btn-lista:after{

}

.ogloszenia-modul-btn-lista{
	padding: 8px 16px;
    position: relative;
    color: #000!important;
    font-family: 'Open Sans', sans-serif;
    background: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration-color: transparent;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn-ogloszenia-modul-lista:after{
}

/*Stopka*/
.stopka-tytul-glowny{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color:#313131;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 24px;
	width: 100%;
}

.stopka-kolumny{
	display: flex;
	justify-content: space-between;
}


.stopka-dane{
	margin-bottom: 16px;
}

.menu-mobilne-szukaj-kontrast{
	display: none;
}
.menu-social-icon-1-poziom
	{
		margin-right: -40px;
	}

/*Mobilne*/

@media all and (min-width: 0px) and (max-width: 639px) {
	h1.h1-tytul{text-align: center;}
	.header-prawa-strona{display:flex;}
	.naglowek-logo{display: flex;}
	.wiersz{justify-content: space-around;}
	.aktualnosci-tresc, .informacje-tresc{text-align: left;}
	.aktualnosci-startowe .aktualnosci-ikona-tlo
	{
		width: 90vw;
		height: calc(2/3 * 90vw);
		max-width: 100%;
		max-height: 100%;
		min-width: 0;
		min-height: 0;
	}
	.aktualnosci-ikona-tlo
	{
		width: 90vw;
		height: calc(2/3 * 90vw);
		max-width: 100%;
		max-height: 100%;
		min-width: 0;
		min-height: 0;
	}
	.aktualnosci-ikona
	{
		width: 100%;
		height: 100%;
		min-height: 100%!important;
		min-width: 100%!important;
	}
	.aktualnosciarchiwum-ikona-tlo
	{
		width: 90vw;
		height: calc(2/3 * 90vw);
		max-width: 100%;
		max-height: 100%;
		min-width: 0;
		min-height: 0;
		margin-right: 0;
	}
	.strona-tresc .opcjenumeracja
	{
		line-height: 30px;
	}
	.kalendarz-tabela tbody tr > td.kalendarz-tabela-dzisiaj > div
	{

		margin-left: 8px!important;
	}
	.aktualnosciarchiwum-ikona
	{
		width: 100%;
		height: 100%;
		min-height: 100%!important;
		min-width: 100%!important;
	}
	.aktualnosciarchiwum-tlo
	{
		display:block;
	}
	.aktualnosci-startowe
	{
		padding: 32px 16px 32px 16px;
	}
	.menu-tekstowe .menu-ikona-tekst
	{
		padding-left: 130px!important;
	}
	.aktualnosci-startowe .aktualnosci-ikona
	{
		min-height: 100%!important;
		min-width: 100%!important;
		height: 100%!important;
		width: 100%!important;
	}
	.menu-ikona-tekst::after {
		bottom: -16px;
		top:auto;
	}
	.statystyka-zawartosc
	{
		margin-left: 0px!important;

		display: flex;
		justify-content: center;
	}
	.statystyka-tekst
	{
		justify-content: center;
		margin-top: 64px;
		position: relative;
	}
	.statystyka-tekst span
	{
		display: flex;
		justify-content: center;
	}
	.statystyka-tekst::before
	{
		position: absolute;
		left: 22%;
		top: -36px;
		margin: 0;
	}
	.stopka-tlo
	{
		padding: 0 8px;
	}
	.stopka-bank:last-of-type
	{
		margin-left: 0;
	}
	.menu-polityka-mapa-1-poziom li a
	{
		padding: 0 8px;
	}
	.menu-polityka-mapa-1-poziom li:first-child a
	{
		padding-left: 8px;
		padding-right: 8px;
	}
	.strona-tresc input:checked + label > span.checkbox::before
	{
		position: relative;
	}
	.strona-tresc input + label
	{
		margin-left: 20px!important;
	}
	.strona-tresc .label
	{
		text-align: left;
	}
	.strona-tresc .label
	{
		width: auto;
	}
	span.stopka-bank:first-child
	{
		margin-bottom: 6px;
	}
	.stopka-tresc:first-child
	{
		margin-bottom: 32px;
		padding-left: 10px;
	}
	.strona-ikona-blur
	{
		height: 350px!important;
		margin-top: -200px!important;
		width: 100%!important;
	}
}


@media all and (min-width: 320px) and (max-width: 1023px) {
	.galeria-tlo
	{
		justify-content: center;
	}
	.galeria-odnosnik
	{
		margin: 8px 8px;
	}
	.kalendarz-tabela tbody td:last-child > div:nth-child(2)
	{
		margin: 0;
	}
	.kalendarz-tabela tbody td:nth-child(7) > div:nth-child(2)
	{
		margin: 0;
	}
	.menu-lewe-1-poziom li > a img, .menu-lewe-1-poziom li > span img, .menu-lewe-1-poziom li > button img
	{
		width: 100%;
	}
	.menu-blok-after
	{
		display: none;
	}
	.rotator-ikon-blok
	{
		padding-top: 16px;
	}
	.rotator_tlo
	{
		width: 100%;
	}
	.blok-glowny
	{
		padding-bottom: 0;
	}
	.stopka-tlo-paralaxa-lewa{
		background-image:none;
		background-position: left;
		background-repeat: no-repeat;
		  margin: 0 auto;
		  width: 100%;
	  }
	  .stopka-tlo-paralaxa-prawa{
		background-image: none;
		background-position: right;
		background-repeat: no-repeat;
		margin: 0 auto;
		  width: 100%;

	  }
	.menu-polityka-mapa-1-poziom li a
	{
		border-right: 1px solid white;
	}
	.menu-polityka-mapa-1-poziom li:first-child a
	{
		border-right: 1px solid white;
		padding-left: 16px;
	}
	.menu-polityka-mapa-1-poziom li:last-child a
	{
		border-right: none;
	}
	.czcionka a
	{
		padding-left: 16px;
	}
	.menu-polityka-mapa-1-poziom li a
	{
		display: block;
	}

	.wiersz.szerokosc-1.blok.stopka-dol
	{
		height: auto;
	}
	.kalendarz-tabela tbody th, .kalendarz-tabela tbody td
	{
		padding-left: 0;
	}
	.kalendarz-tabela tbody tr > td > div
	{
		width: 100%;
	}
	.kalendarz-tabela tbody tr > td.kalendarz-tabela-dzisiaj > div
	{
		width: 32px;
		margin-left: 34px;
	}
	.kalendarz-mini-artykuly
	{
		width: 100%!important;
		left: 0;
		margin: 0;
	}
	.strona
	{
		background: white;
	}
	.strona-tresc
	{
		margin-right: 0;
		width: 100%;
		padding: 32px 20px;
	}

	.aktualnosciarchiwum-tlo
	{
		padding: 24px 0px;
	}
	.strona-tresc
	{
		margin-bottom: 32px;
	}
	.trak_tlo
	{
		margin-top: 8px!important;
		margin-left: 24px!important;
	}
	.menu-mobilne-2-poziom
	{
		left: -16px;
	}
	.menu-mobilne-3-poziom
	{
		list-style-type: none;
		left: -32px;
	}
	.menu-mobilne-4-poziom
	{
		list-style-type: none;
		margin-left: -32px!important;
	}
	ul.menu-mobilne-1-poziom >li> a, ul.menu-mobilne-1-poziom> li> span
	{
		position: relative;
		padding-left: 24px;
	}
	ul.menu-mobilne-1-poziom >li> a:after, ul.menu-mobilne-1-poziom> li> span:after{
		font-family:"Font Awesome 5 Free";
		content: "\f04b";
		color: #fff;
		font-size: 6px;
		padding-right: 8px;
		position: absolute;
		padding-bottom: 6px;
		line-height:normal;
		top: 20px;
		left: 12px;
	}
	.button-menu-mobile {display: flex!important; margin-top: -63px; width: 100%; align-items: center;}
	#menu-gora{display: none;}
	#menu-mobilne{display: block;}
	.animacja-kontener{display: none;}
	header{height: 76px!important;background: #fff; display: none;}
	.nawigacja-100-podstrona, .nawigacja-100{display: none;}
	.header-dane{display: none;}
  .logo {display:none;}
  .header-prawa-strona{background:transparent!important;}
  .blok-glowny{ width: 100%; margin-top:16px;}
  .aktualnosci-startowe
  {
	  margin-right: 0;
	  margin-left: 0;
  }
  .szerokosc-12, .szerokosc-24 {  width: 100%; margin:auto; background-color: #000;margin: 0px;}
	.szerokosc-13, .szerokosc-14 {  width: 100%; margin:auto; order:2;}
	.szerokosc-23, .szerokosc-34 {  width: 100%; margin:auto;}
	.szerokosc-13-stopka{width: 90%; margin:auto;}
	.blok{margin:auto;}
	.dane{padding: 16px 32px 24px 32px;}
	.lewy-blok, .prawy-blok{flex-wrap: wrap;}
	.lewy-blok{order:2; margin-top:16px;}
	.prawy-blok{order:1;}
	.stopka-tresc-2{flex-wrap: wrap;}
	.stopka-konta-12{width: 100%!important;}
	.stopka-info .kolumna{margin-bottom: 24px; border:none; /*padding-left: 42px;*/ height:auto;}
	.stopka-info .kolumna:nth-child(2) .stopka-tresc{ padding-left: 10px;}
	.stopka-info .kolumna:nth-child(3) .stopka-tresc{	padding-left: 0px;}
	.strona-data{margin-top: 4px;}
	.stopka-kolumny{flex-wrap: wrap;}
	.statystyka-zawartosc{ flex-wrap: wrap;	width: 100%;	margin-top: 16px;	margin-right: 0; justify-content: center;	margin-left: 150px;}
	.statystyka-tekst{ width: 50%!important;	flex-wrap: wrap!important; margin-right: 0;}
	.moduly-srodek .modul-start-galerie{width: 90%;	margin:auto;}
	.galeria-modul-lista{	width: 100%;	height: 142px;}
	.modul-start-galerie-tytul{	display: none;}
	.galeria-modul-obiekt span{	width: 17vw;   	height: 140px;}
	.galeria-modul-btns{display: flex;  align-items: center;  justify-content: center;   padding: 10px;   position: relative; width: auto;   right: auto;    bottom: auto; 	}
	/*kontrast-wyszukiwarka-czcionka-mobilna*/
.menu-mobilne-szukaj-kontrast{
	display: flex;
    justify-content: center;
    margin-top: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: rgb(245, 245, 245);
}
.blok-glowny
{
	margin-top: 0;
}
main
{
	margin-top: 0;
}

.szukaj-gora-ikona {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
}

.szukaj-gora-ikona a{
	color: #515151;
    padding-left: 10px;
}

.szukaj-gora-ikona a span{
	display: none;
}
.stopka-info .kolumna{
	/*flex:auto!important;
	width: 100%;*/
	/*padding: 10px 24px;*/
	margin: 0 auto!important;
	/*display: flex;*/
	justify-content: center;
}
.stopka-info .kolumna:nth-child(3){
	/*display: flex;*/
	flex-direction: row;
	justify-content: center;
}

.stopka-tytul{
	margin-top:16px;
}

.stopka-info .kolumna:first-of-type{
	/*  */
}
.stopka-info .kolumna{
	/*margin-left: 32px !important;*/
}
.stopka-info .kolumna:nth-child(3)
{

	padding: 0;
	padding-left: 8px;
}
.stopka-tresc
{
	margin-bottom: 16px;
}
.stopka-info .kolumna:nth-child(2)
{
	padding: 0;
}
.menu-modul-10{
	background: #fff!important;
	width: 100%;
	padding: 24px!important;
	margin:auto;
}

aside{/*display: none;*/}
.aktualnosci-startowe
{
	margin-bottom: 32px;
}
.menu-lewe-1-poziom
{
	margin-right: 0;
}
.wiersz-newsletter
{
	height: 0;
}
.wiersz-newsletter
{
	margin-bottom: 0;
}
.menu-tekstowe .menu-ikona-tekst
{
	padding-left: 250px;
}
.modul-start-lista-subskrybentow{display: none;}
.wiersz-galerie{display: none;}
.stopka-intermedia, .stopka-walidacja, .polityka-mapa{text-align: center; padding-top: 12px;}
.menu-modul-55{
    height: auto;
	display: block;
	padding: 32px 0;
}
.menu-modul-tytul
{
	margin-right: 0;
}
.menu-modul-tytul{
	/* display: flex; */
}
.menu-modul-55-tytul{
	display: flex;
	justify-content: center;
	/*margin-left: -40px;*/
}
.rotator_tlo{
	/*display: none;*/
}

.aktualnosci-startowe .aktualnosci-tlo{
		flex: none;

		max-width: 100%;
}
.kontrast-czcionka{
		justify-content: center;
		flex: inherit;
}
.czcionka a{
	border-left: 1px solid #dadada;
	border-right: none;
}
.kontrast a{
	margin-right: 8px;
}
.menu-polityka-mapa-1-poziom li a{
	border-left: none;
}
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.animacja-srodek
	{
		width: 620px;
	}
	.menu-polityka-mapa-1-poziom li:first-of-type a
	{
		padding-left: 0!important;
	}
	#weatherWidget .weatherForecast
	{
		flex-direction: row-reverse;
	}
	.menu-lewe-3-poziom > li.aktywnaid
	{
		width: 300px!important;

	}
	.aktualnosci-startowe .aktualnosci-tlo
	{
		display: flex;
		max-width: 100%;
		flex: auto;
	}
	.subskrypcja-zawartosc
	{
		background-position: bottom -64px right -8px;
	}
	.kalendarz-tabela tbody th, .kalendarz-tabela tbody td
	{
		padding-left: 0;
	}
	.kalendarz-mini-artykuly
	{
		left: 0;
		margin: 0;
		width: 100%!important;
	}
	.wiersz.szerokosc-1.blok.stopka-dol
	{
		height: 100%;
	}
	.szerokosc-100
	{

	}
	.menu-modul-55
	{
		width: 992px;
	}
	.menu-social-icon-1-poziom
	{
		margin-right: -32px;
	}
	.button-menu-mobile{display: none;}
	.blok { width: 992px; }
	.szerokosc-1 { flex-basis: 992px; width: 992px; }
	.szerokosc-12, .szerokosc-24 { flex-basis: 488px; width: 488px; }
	.szerokosc-13, .szerokosc-14, .szerokosc-13-stopka { /*flex-basis: 320px;*/ width: 320px; }
	.szerokosc-23, .szerokosc-34 { flex-basis: 656px; width: 656px; }
	.szerokosc-100 { flex-basis: 100%; }
	.stopka .kolumna{flex-basis: 212px; width: 212px;}
	.statystyka-tekst{
		/* width: 25%!important; */
		 margin-right: 100px;}
	.logo a span:first-child{ 	font-size: 32px; width: 250px;	}
	.header-dane{padding: 0px;}
	.kontrast-czcionka{margin-left: 10px;}
	.szukaj-gora{flex:0 1 auto; width: auto;}
	.div-kontrast, .div-czcionka{padding-left: 10px; padding-right:10px;}
	.dane{padding: 8px 8px 8px 8px;}
	.wyszukiwarka{width: auto;}
	.logo{width: 400px;}
	.galeria-modul-obiekt span{	width: 168px;}
	.social-icon{width: auto; margin-left: -120px;}
	.stopka-info .kolumna{
		margin-bottom: 16px;
		width:300px;
		height: 224px;}
	.stopka-info{
		flex-basis: 992px;
		width: 992px;
	}
	.stopka-info .kolumna:nth-child(1){
		margin-left: 32px;
	}
	.stopka-info .kolumna:nth-child(2){
		margin-left: -16px;
	}
	.stopka-info .kolumna:nth-child(3){
		margin-left: 32px;
	}
	.stopka-tresc{
		font-size: 14px;
	}

	.galeria-modul-zawartosc{
		background-position-x: right;
	}
	.modul-start-galerie-tytul{
		padding-left: 754px;
		font-size: 30px;
	}
	.galeria-modul-btns{
		right: 80px;
	}
	.stopka-walidacja{
		margin-right: -64px;
	}
	.stopka-intermedia{
		margin-right: -64px;
	}
	.menu-polityka-mapa-1-poziom{
		/*margin-left: -64px;*/
		margin-top: -32px;
		padding-top: 32px;
	}
	.polityka-mapa
	{
		padding-top: 0;
	}
	.stopka-walidacja
	{
		margin-right: -8px;
	}
	.stopka-intermedia
	{
		margin-right: -8px;
	}
	.menu-modul-55-tytul{
		display: flex;
	}

}

@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; width:1232px;}
	.szerokosc-12, .szerokosc-24 { flex-basis: 608px;}
	.szerokosc-13 { /*flex-basis: 400px;*/ width: 400px;}
	.szerokosc-13-stopka{ flex-basis: 460px; width: 460px;}
	.szerokosc-23 { flex-basis: 816px; width: 816px;}
	.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;}
}
