﻿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-position: top center;*/
	background: url(../grafika/tlo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
     background-attachment: fixed;
    background-color: white;
	overflow: hidden;
}

.naglowek{
	flex-wrap: wrap;
	align-items: center!important;
	/*background: #fff;*/
	padding: 0px 24px;
}

h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
.startowa-tytul
{
	
}
article > h2.informacje-tresc-dzial {
	display: none;
}

header {
	/*position: fixed;*/
	width: 100%;
	/*height:158px;*/
	z-index: 99;
	top:0;
	overflow: visible!important;
	background:#fff;
	/*border-bottom: 1px solid #f7e972;*/
}

.header-pasek{
	background: white;
	height: 96px;
	border-bottom: 1px solid #ddc96f;
}

.header-pasek .szerokosc-1{
	display: flex;
    align-items: center;
    max-width: 1232px;
	height: 74px;
    padding: 0px 24px 0px 8px;
	position: relative;

	
}
.header-pasek .szerokosc-1 img 
{
	position: absolute;
	top: 0;
	height: 96px;
	width: 100%;
	border-bottom: 1px solid #ddc96f;
}

.logo{
	padding: 4px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*width: 370px;*/
}

.logo:hover{
	opacity:0.7;
}

.logo img{
	transition: 0.3s;
    padding-right: 8px;
	margin-top: 8px;
}

.logo a{
	text-decoration-color: transparent;
	display: block;
	padding-right: 8px;
	line-height: 28px;
	height: 100%;
}
.logo a:last-child
{
	
}

.logo a span{
    font-family: 'Sen', sans-serif;
    color: #6e0001;
	font-weight: 400;
	font-size: 24px;
    display: block;
    margin-top: 0px;
    /* border-left: 1px solid #ebebeb; */
    padding-left: 6px;
	
}

.logo a span:first-child{
    font-family: 'Yantramanav', sans-serif;
    color: #3b363a;
	font-weight: 400;
	font-size: 30px;
    margin-bottom: 8px;
}

.logo a span:last-child{
	font-family: 'Mukta', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #141414;
	text-align: left;
}

.menu-mobilne-pasek a{
	font-family: 'Yantramanav', sans-serif;
    color: #3b363a;
    text-decoration-color: transparent;
    font-weight: 700;
    font-size: 30px;
	display: flex; 
	align-items: center;
	flex-direction: column;
 }
 .menu-mobilne-pasek a
 {
	 line-height: 24px;
 }
 .menu-mobilne-pasek a:nth-child(2) {
    align-items: flex-start;
    position: absolute;
    left: 64px;
 }
 .menu-mobilne-pasek a:nth-child(2) span:nth-child(2)
 {
	 font-weight: 700;
 }

.naglowek-logo{
	width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
   /* background: #fff;*/
}
.header-prawa-strona{
	/*width: 850px;*/
	display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
	align-items: center;
}

.stopka-info
{
	width: 100%!important;
	display: flex;
	align-items: center;
	justify-content: center!important;
}
footer
{
	width: 100%!important;
}

.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;
}

/*.social-icon-1 a{
	padding-left:24px;
}

.social-icon-2 a{
	padding-right:24px;
}*/

.social-icon a span{
	display: block;
}


/*Kontrast czcionka*/
.kontrast-czcionka  {
  	/*flex: 2 1;*/
	display: flex;
	align-items: center;
	height: 62px;
	/*width: 54px;*/
	
	margin: 0 8px;
	margin-right: 12px;
}
.link-startowa
{
	height: 62px;
	display: flex;
	align-items: center;
	width: 54px;
	justify-content: center;
	margin: 0 8px;
}
.kontrast-czcionka > *	{
	/*border-right: 1px dotted #c1c1c1;*/
}
.kontrast, .czcionka{
  flex: 1 1 78px;
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.kontrast a, .czcionka a {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
	text-decoration-color: transparent;
    /* background: #636363; */
    /* width: 40px; */
    height: 40px;
	width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
}
.link-startowa > span 
{
	display: none;
}

.kontrast
{
	height: 100%;
	order: 2;
}
.czcionka
{
	height: 100%;
	margin-left: 16px;

}
.pasek_scroll .czcionka
{
	margin-right: 16px;
}
.pasek_scroll .kontrast
{
	border: 0px none transparent;
	width: 33px;
	height: 56px;
	margin-top: 1px;
}
.pasek_scroll .czcionka
{
	border: 0px none transparent;
	
	
}
.pasek_scroll .czcionka a:after 
{
	margin-bottom: 4px;
}
.pasek_scroll .kontrast a:before
{
	margin-bottom: 6px;
}
.czcionka a:after 
{
	content: url(../grafika/wielkosc.png);
	margin-bottom: -2px;
}
.czcionka a{
	
}

.kontrast a span, .czcionka a span {
	display: none;
}
.kontrast a:before, .czcionka a:before {
    font-family: "Font Awesome 5 Free";
    color: #530103;
    font-size: 14px;
    padding-right: 0px;
}
.kontrast a:before {
    content: url(../grafika/kontrast.png);

}
.czcionka a:before {

    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.czcionka a sup{
	display: none;
}

/*Wyszukiwarka*/
.wyszukiwarka{
	/*margin-top:16px;*/
}

.szukaj-gora {
    flex: 0 1 255px;
    width: 255px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    height: 40px;
}
.fa-search::before
{
	content: url(../grafika/wyszukiwarka.png);
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora {
    width: unset;
  }
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;
	height: 40px;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora input {
    font-size: 14px;
    padding: 0px 8px 0px 16px;
    border: none;
    width: 100%;
    background: white;
	border: 1px solid #91b166;
    font-family: 'Lato', sans-serif;
}
.szukaj-gora button {
	background: #62784a;
    border: none;
	min-width: 40px;
	width: 40px;
    cursor: pointer;
}
.szukaj-gora button i {
	font-size: 14px;
	color:#000;
}
.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: 2000px;
	margin: 0 auto 0px auto;
	height: 464px;
}

/**/



/*Main i szkielet*/

main {
	margin: 16px auto 0px auto;
}

.blok-glowny{
	margin: 0px auto 0px auto;
    position: relative;
	padding-bottom: 16px;
	/*background: #fff;*/
}

.menu-tekstowe .modul-start-rotator-kalendarz
{
	display: none;
}
.kalendarz-poziomy .modul-start-film, .kalendarz-poziomy .modul-start-lista-subskrybentow
{
	display: none;
}


.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: 8px 0px 24px 0px;
	/*border: 1px solid #efefef;*/
	/*border:1px solid #e0e0e0;*/
	width: 100%;
	font-family: 'Lato', sans-serif;
}

/*.strona-tresc-kontener{
	padding:32px 24px;
	background: #f8f8f8;
}*/


.aktualnosci-tresc, .informacje-tresc {
	/*margin: 0px 0px 32px 0px;*/
	text-align: left;
	color: #3d3b3e;
	background: #f7f7f7;
	border: 1px solid #e6e5ea;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	padding: 24px;
	font-family: 'Lato', sans-serif;
	/*line-height: 1.75em;*/
	/*padding: 0px 16px !important;*/
	/*padding: 0 24px;*/
}
/*.strona-tresc article
{
	padding: 0 16px;
}*/
.tresc {
	line-height: 24px;
}
.aktualnosci-menu-1
{
	padding: 0 24px;
}

.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: flex-start;
	align-items: flex-start;
}
.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{
	background: #62784a;
}


.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;
	
}

.strona-tresc .strona-tytul2
{
	padding-left: 24px;
}

.rotator-ikon-blok{
	background: #fff;
}

/*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: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#000;
	line-height: 1.6!important;
}

.statystyka-tekst span{
	padding-right: 4px;
}

.statystyka-tekst span:first-child {
	font-weight: 400;
}
.statystyka-zawartosc{
	padding-bottom: 14px;
}

.stopka-info{
	/*background-color: #fff;*/
	background-image: url(../grafika/stopka.jpg);
    background-size: cover;
    background-position: center 0px!important;
	background-color:white;
    padding: 48px 0px 56px 0px;
    /*background-attachment: fixed;*/
	align-items: center;
}




.stopka{

}

.stopka-info .kolumna{

	color: white;
}
.stopka-info .kolumna:first-child
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 400px;
	margin-bottom: 0;
}
.stopka-info .kolumna:first-child > p 
{
	margin: 0;
	line-height: 36px;
	font-size: 30px;
	font-family: 'Cambay', sans-serif;
	font-weight: 400;
	text-align: left;
}
.stopka-info .kolumna:first-child > p:first-child
{
	font-weight: 700;
}

.stopka-info .kolumna 
{
	
}

.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;
	line-height: 22px;
	width: 400px;
	height: 88px;
	color: #061220;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	background: #dfecd2;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.kolumna:first-child 
{
	margin-right: 16px;
}

.kolumna:last-child .stopka-tresc
{
	border-right: 0;
}

.stopka-tresc-podpis
{
	display: none;
}
.stopka-info span.menu-tekst::before {
    display: none;
}
h2.stopka-tresc-tytul
{
	font-family: 'Yantramanav', sans-serif;
	font-size: 24px;
	line-height: 22px;
	color: #3d373b;
	font-weight: 700;
	padding-bottom: 12px;
	padding-left: 24px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d7b4b0;
	display: none;

}

.stopka-tresc p{
	padding: 0px 24px;
	margin: 0px;
	line-height: 22px;
}


.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-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%;
	background: #8fb369;
	border-bottom: 8px solid #5c7148;
}

.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;
}

.szukaj-gora-ikona a{
    padding: 0px!important;
    border:none!important;
	height: 56px;
	width: 56px;
	background: #ffe8d8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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;
    margin-top: 0px;
}

.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: 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: #0075c5;
    margin-bottom: 0px;
    margin-top:0px;
}

.galeria-modul-lista{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    height: 192px;
}

.galeria-modul-lista:after {
    content: "";
    width: 112px;
    /*height: 64px;*/
 }

.galeria-modul-obiekt{
	margin: 0px;
	padding: 0px;
	position: relative;
}

.galeria-modul-obiekt a{
	margin: 0px;
	padding: 0px;
}

.galeria-modul-obiekt span{
	width: 192px;
	height: 192px;
	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: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: 32px;
    width: 126px;
    bottom: 40px;
}

.btn-galeria-modul-lista{
	display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    /* position: absolute; */
    color: #fff;
}

.btn-galeria-modul-lista:before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
}

.galeria-modul-btns:hover{
	opacity: 0.7;
}

.btn-galeria-modul-lista em{
	visibility: hidden;
	display: none;
}
.menu-polityka-mapa-1-poziom
	{
		margin-left: 0;
	}

.galeria-modul-btn-lista{
	padding: 0px 8px;
    position: relative;
    color: #fff!important;
    font-family: 'Open Sans', sans-serif;
    background: none;
    font-size: 14px;
    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-lewe-moduly-2-poziom li
{
	margin-bottom: 0;
}

.menu-mobilne-szukaj-kontrast{
	display: none;
}
select{ text-align: center; }

/*Mobilne*/

@media all and (min-width: 0px) and (max-width: 639px) {
	.kolumna:first-child
	{
		margin-right: 0;
	}
	.kontrast
	{
		margin-left: 4px!important;
	}
	.menu-mobilne-pasek a span
	{
		padding-right: 16px!important;
	}
	.trak_tlo
	{
		padding-left: 24px!important;
		padding-right: 24px!important;
	}
	.galeria-tlo
	{
		justify-content: center;
	}
	.kalendarz-rotator .slick-list
	{
		height: auto!important;
	}
	.span-submit-subskrypcja-wypisz
	{
		margin-left: 0;
	}
	.menu-lewe-moduly-1-poziom .menu-ikona-mini {
	}
	.aktualnosci-menu-1
	{
		padding: 0 16px;
	}
	.subskrypcja-input-tlo
	{
		margin-bottom: 0px!important;
	}
	.kalendarz-rotator .slick-next{
		top: -14px !important;
	}
	.kalendarz-rotator .slick-prev{
		top: -14px !important;
	}
	.kontrast-czcionka
	{
		margin-left: 0;
		margin-right: 0;
	}
	.menu-lewe-moduly-1-poziom > li.modul-23 {
		max-height:none!important;
	}
	.menu-mobilne-pasek a
	{
		
	}
	.menu-mobilne-pasek a span:last-child
	{
		
	}
	.czcionka
	{
		margin-left: 8px;
	}
	.menu-mobilne-pasek a
	{
		padding-left: 8px!important;
	}
	.subskrypcja-input-tlo input
	{
		max-width: 100%;
	}
	ul.menu-lewe-moduly-2-poziom
	{
		width: 100%!important;
		position: relative!important;
	}
	.menu-lewe-moduly-1-poziom > li.modul-23
	{
		margin: 0 auto 16px auto!important;
	}
	.menu-mobilne-pasek a:nth-child(2) {
		padding-right: 64px;
	}
	.menu-lewe-moduly-1-poziom li > button > span > img, .menu-lewe-moduly-1-poziom li > a > span > img
	{
		
	}
	.menu-lewe-moduly-1-poziom li.modul-23 
	{
	width: 100%!important;
	}
	.menu-lewe-moduly-1-poziom li.menu-ikona {
		width: 100%!important;
	}
	.menu-lewe-moduly-1-poziom > li.modul-14 {
		width: 100%!important;
	}
	
	.wiersz
	{
		width: 100%;
	}
	.menu-polityka-mapa-1-poziom li a
	{
		display: block;
	}
	.menu-mobilne-pasek a
	{
		font-size: 16px;
		line-height: 22px;
	}
	.menu-mobilne-logo img
	{
		margin-right: 8px;
	}
	.strona-tresc input + label
	{
		margin-left: 16px!important;
	}
	.strona-tresc input:checked + label > span.checkbox::before
	{
		position: relative;
	}
	h1.h1-tytul{text-align: left;}
	.header-prawa-strona{display:flex;}
	.naglowek-logo{display: flex;}
	.wiersz{justify-content: space-around;}
	.aktualnosci-tresc, .informacje-tresc{text-align: left;}
	h1.h1-tytul
	{
		line-height: 30px;
		margin-bottom: 8px;
		padding-right: 24px;
	}
	.aktualnosci-startowe
	{
		padding-bottom: 24px;
	}
	.blok-glowny
	{
		padding-bottom: 24px;
	}
	.menu-lewe-moduly-1-poziom li > a > span > img {

	}
	.menu-ikona-mini
	{
		width: auto;
	}
	.menu-lewe-moduly-1-poziom li > button > span > img
	{
		min-width: auto;
		min-height: auto;
	}
	.subskrypcja-btns-tlo > span > input:first-child{
		margin-left: 0;
		margin-top: 16px;
	}
	.menu-modul-tlo {
		margin: 0px 0px;
	}
	.menu-modul-10{
		width: 100%;
		padding: 24px 24px 40px 24px!important;
		margin:auto;
	}
	.menu-tekstowe .menu-ikona-tekst
	{
	}
	.menu-modul
{
	width: 100%!important;
}
.aktualnosci-tlo
{
	width: 100%;
}
.aktualnosci-tresc-tlo
{
	margin: 0;
}
.menu-mobilne-pasek a
{
		font-size: 18px!important;
}
.menu-polityka-prywatnosci-1-poziom
	{
		padding-left: 0px!important;
	}
}


@media all and (min-width: 320px) and (max-width: 1023px) {
	.stopka-tresc
	{
		width: 100%;
	}
	.mapa
	{
		margin-top: 24px;
	}
	.czcionka
	{
		margin-left: 0;
	}
	.szukaj-gora-ikona a 
	{
		text-decoration-color: transparent;
	}
	.szukaj-gora-ikona i::before
	{
		content: "\f002";
		font-size: 18px;
		color: #1a1a1a;
	}
	.kontrast
	{
		margin-left: 12px;
	}
	.menu-polityka-prywatnosci-1-poziom
	{
		padding-left: 24px;
	}
	.menu-mobilne-pasek a
	{
		align-items: flex-start;
		padding-left: 16px;
		font-size: 24px;
	}
	.strona-tresc
	{
		margin-bottom: 16px;
	}
	.stopka-info .kolumna:first-child
	{
		padding-bottom: 0;
	}
	.polityka-mapa
	{
		padding-bottom: 24px;
	}

	.modul-start-lista-subskrybentow
	{
		background-image: none;
	}
	.menu-lewe-moduly-1-poziom > li.menu-ikona > button, .menu-lewe-moduly-1-poziom > li.menu-ikona > a
	{
		max-height: 107px;
		height: auto;
	}
	.menu-tekstowe .menu-ikona-tekst, .menu-lewe-moduly-1-poziom > li > a
	{
		padding-left: 16px!important;
	}
	.menu-lewe-moduly-1-poziom li > button > span > img, .menu-lewe-moduly-1-poziom li > a > span > img
	{
		min-width: 0;
		max-width: none;
	}
	.stopka-info .wiersz
	{
		padding-left: 0;
	}
	.aktualnosci-startowe
	{
		margin-bottom: 16px;
	}
	.menu-lewe-moduly-1-poziom > li > a
	{
		height: 100%;
		display: flex;
		align-items: center;
	}
	.menu-lewe-moduly-1-poziom .menu-ikona-mini
	{
		min-width: 50%;
		max-width: 50%;
		max-height: 95px;
	}
	.menu-lewe-moduly-1-poziom li > a > span:nth-child(2), .menu-lewe-moduly-1-poziom li > button > span:nth-child(2)
	{
		height: 95px;
	}
	.stopka-tresc
	{
		border-right: 0px none transparent;
	}
	.stopka-naglowek
	{
		text-align: center;
	}
	.kolumna:first-child .stopka-tresc
	{
		
	}
	.stopka-info
	{
		padding: 96px 24px 56px 24px;
	}
	.rotator_tlo
	{
		width: 100%;
	}
	.menu-lewe-moduly-1-poziom > li.modul-23 {
		max-height: 216px;
	}
	.menu-lewe-moduly-1-poziom li.modul-23 > button > span:nth-child(2), .menu-lewe-moduly-1-poziom li.modul-23 > a > span:nth-child(2)
	{
		position: relative;
		z-index: 1;
	}
	.stopka-info
	{
		background-size: 2000%;
	}
	.menu-lewe-moduly-1-poziom
	{
		width: 97%;
		margin: 0 auto;
		display: none;
	}
	.blok-glowny
	{
		padding-bottom: 0;
	}
	.strona
	{
		background: white;
	}
	.menu-lewe-moduly-1-poziom li.modul-10
	{
		background-size: cover;
	}
	.modul-10 .menu-modul-tlo {
		background-image: none;
		margin: 0px 0px;
	}
	.menu-modul-tlo
	{
		background: transparent;
	}
	.menu-lewe-1-poziom > li
	{
		width: 100%;
		margin: 0 auto;
	}
	.menu-modul-26{
		
		margin-bottom: 0px;
	}
	.menu-lewe-moduly-1-poziom li.menu-ikona {
		border: none;
		width: 100%;
		margin: 0 auto;
	}
	.menu-lewe-moduly-1-poziom > li.modul-14 {
		width: 48%;
		margin: 0px auto 16px auto;
	}
	.menu-lewe-moduly-1-poziom > li.modul-23 {
		width: 48%;
		margin: 0 auto 16px auto;
	}
	.kontrast, .czcionka
	{
		border: 0px none transparent;
	}

	.menu-ikona-mini
	{
		width: auto;
	}
	.film-zawartosc
	{
		display: flex;
		justify-content: center;
	}
	.film-zawartosc iframe
	{
		width: 100vw!important;
		height: calc(2/3 * 100vw)!important;
	}
	.menu-lewe-1-poziom li.modul-23, .menu-lewe-1-poziom li.modul-14, .menu-lewe-1-poziom li.modul-24  
	{
		display: none!important;
	}
	.menu-lewe-moduly-1-poziom li > a > span > img {
		
	}
	ul.menu-lewe-moduly-2-poziom {
		position: absolute;
		width: 48%;
		z-index: 9;
	}

	body
	{
		background: rgb(247, 247, 247);
	}
	.kontrast-czcionka
	{
		height: 48px
	}
	.kontrast-czcionka
	{
		border: 0px none transparent;
	}
	.fa-search::before
	{
		content: url(../grafika/wyszukiwarka.png);
	}
	form .fa-search::before
	{
		content: url(../grafika/wyszukiwarka.png);
	}
	.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:0px;}
  main
  {
	  margin-top: 0;
  }
  .trak_tlo {
    margin: 8px 0px 16px 0px!important;
  }
  .szerokosc-12, .szerokosc-24 {  width: 100%; margin:auto;}
	.szerokosc-13, .szerokosc-14 {  width: 100%; margin:auto; order:2;}
	.szerokosc-23, .szerokosc-34 {  width: 96%; margin:auto;}
	.szerokosc-13-stopka{width: 90%; margin:auto;}
	.blok{margin:auto; width: 100%;}
	.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;*/}
	.menu-polityka-mapa-1-poziom
	{
		margin-bottom: 16px;
	}
	.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;	}
	.statystyka-tekst{ width: 100%!important;	flex-wrap: wrap!important;}
	.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: 60px;
	padding-top: 12px;
    padding-bottom: 6px;
	background: #90b268;
}
.szukaj-gora-ikona i::before
{
	margin-top: -8px;
}
.menu-mobilne-pasek a span 
{
	padding-right: 64px;
}
.strona 
{
}

.szukaj-gora-ikona {
    display: flex;
    align-items: center;
    justify-content: center;
}

.szukaj-gora-ikona a{
	color: #515151;
    padding-left: 10px;
	background: transparent;
}

.szukaj-gora-ikona a span{
	display: none;
}
.stopka-info .kolumna{
	flex:auto!important;
	width: 100%;
	padding: 10px 24px;
	margin:auto!important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stopka-tytul{
	margin-top:16px;
}

.stopka-info .kolumna:first-of-type{
	max-width: 500px;
}
.stopka-info .kolumna
{
	max-width: 500px;
}

.menu-modul-10{
	width: 100%;
	padding: 24px 24px;
	margin:auto;
}
.menu-lewe-moduly-1-poziom li {
    max-width: 100%;
    width: 99%;
    margin: 0px auto 16px auto;
}
.menu-lewe-moduly-3-poziom li
{
	margin: 4px auto;
}
.menu-modul
{
	width: 85%;
}
aside{}
}


@media all and (min-width: 1024px) and (max-width: 1279px) {
	.pasek_scroll .czcionka
	{
		margin-right: 0;
	}
	.slider-rotator-aktualnosci .caption
	{
		max-height: 164px;
	}
	.menu-lewe-moduly-1-poziom .menu-ikona-mini {
		min-height: 139px;
	}
	.pasek_scroll .kontrast-czcionka
	{
		margin-right: 8px;
	}
	.kolumna:first-child
	{
		margin-right: 0;
		margin-bottom: 16px!important;
	}
	.menu-lewe-moduly-1-poziom .menu-ikona-mini
	{
		max-height: 81px;
	}
	.menu-gora-2-poziom
	{
		top: 64px;
		width: 320px;
	}
	.menu-gora-2-poziom li button
	{
		text-align: left;
	}
	.modul-start-lista-subskrybentow
	{
		background-position: 0 130px;
	}
	.kalendarz-rotator-tlo
	{
		min-height: 170px;
		height: 170px;
	}
	.modul-start-lista-subskrybentow
	{
		padding-bottom: 40px;
	}
	.pasek_scroll > a > img
	{
		margin-left: 8px;
	}
	.span-submit-subskrypcja-wypisz
	{
		margin-left: 0!important;
	}
	.btn-submit-subskrypcja-dopisz
	{
		margin-bottom: 8px;
	}
	.aktualnosci-startowe .aktualnosci-ikona-tlo
	{
	}.aktualnosci-ikona-tlo {
	}
	.rotator_tlo
	{
		width: 100%;
	}
	.menu-lewe-moduly-1-poziom .menu-ikona-mini
	{
		min-width: 0px;
	}
	.stopka-info
	{
		background-size: 200%;
	}
	.stopka-info .kolumna
	{
		padding: 0;
	}
	.stopka-info .kolumna:first-child
	{
		justify-content: flex-start;
	}
	.menu-lewe-moduly-1-poziom li > button > span > img, .menu-lewe-moduly-1-poziom li > a > span > img
	{
	
	}
	.menu-lewe-moduly-1-poziom > li.menu-ikona > button, .menu-lewe-moduly-1-poziom > li.menu-ikona > a
	{
		height: auto;
	}
	.menu-tekstowe .menu-ikona-tekst
	{
		height: 81px;
	}
	.naglowek
	{
		padding: 0 0;
	}
	.link-startowa
	{
		margin: 0 4px;
	}
	.kontrast-czcionka
	{
		margin: 0 8px;
		margin-left: 4px!important;
	}
	.kontrast
	{
		margin-right: -8px;
	}
	.logo a span:first-child
	{
		width: 100%!important;
	}
	.menu-lewe-moduly-1-poziom li.modul-10
	{
		padding-bottom: 16px!important;
		background-size: cover;
	}
	.modul-10 .menu-modul-tlo {
		background-image: none;
		margin: 0px 0px;
		background: transparent;
	}
	.button-menu-mobile{display: none;}
	.blok { width: 992px; }
	.szerokosc-1 {
		flex-basis: 992px;
		width: 992px;
		justify-content: space-between;
	}
	.szerokosc-12, .szerokosc-24 {
		/* flex-basis: 100%; */
		width: 100%;
	}
	.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;}
	.logo a span:first-child{ 	font-size: 28px;	width: 340px;}
	.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;}
	
	.galeria-modul-obiekt span{	width: 168px;}
	.social-icon{width: auto;}
	.animacja-kontener
	{

	}
	.animacja
	{
		width: 592px!important;
	}
	.menu-tekstowe .menu-lewe-1-poziom > li > button
	{
		width: 274px;
	}
	.menu-lewe-1-poziom li.menu-ikona a
	{
		width: 274px;
	}
	.menu-lewe-moduly-1-poziom li > a > span > img
	{
		
	}
	.menu-lewe-moduly-1-poziom li > button > span > img
	{
		
	}
	.subskrypcja-input-tlo
	{
		float: none;
		margin-bottom: 8px;
	}
	.subskrypcja-btns-tlo
	{
		justify-content: center;
	}
	.menu-polityka-mapa-1-poziom li a
	{
		display:block;
		padding: 0px 4px;
	}
	.menu-polityka-mapa-1-poziom
	{
		margin-left: 0;
		
	}
	.rotator-aktualnosci-skrot
	{
		max-height: 114px;
		overflow: hidden;
	}
	.pasek_scroll-logo img
	{
		margin-left: 8px;
	}
	
}

@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; position: relative; justify-content: space-between;}
	.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;}
}

.rotator-aktualnosci
{
	/*position: absolute;
	top: 0;*/
}