﻿html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
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-size: 100%;
    background-repeat: no-repeat;
    background-color: white;
	overflow: hidden;
}

.naglowek{
	flex-wrap: nowrap!important;
	align-items: center!important;
	padding: 0px 0px;
	height: 112px;
	display: flex;
	align-items: center;
	transition: 0.1s;
}

h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}
article > h2.informacje-tresc-dzial {
	display: none;
}

header {
	width: 100%;
	height:158px;
	z-index: 2;
	top:0;
	overflow: visible!important;
	background:transparent;
	display: flex;
	background: #fbfbfb;
	flex-direction: column;
}

.naglowek-tlo{
	background: white;
	top: 0;
	z-index: 8!important;
	/* box-shadow: 2px 2px 30px #0000001c; */
}

.social-kontener{
	height: 48px;
	background-color: #202020;
	position: relative;
    /* z-index: 9; */
}

.social{
	position: relative;
	z-index: 9;
}

header.menu-2 
{
	z-index: 9;
}

.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{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*width: 370px;*/
	z-index: 9;
	text-decoration-color: transparent;
}

.logo:hover{
	opacity:0.7;
}

.logo img{
	transition: 0.3s;
    padding-right: 32px;
	height: 80px;
}

.logo div{
	text-decoration-color: transparent;
	display: block;
}

.logo div span{
    display: block;
    margin-top: 0px;
}

.logo div span:first-child{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #525252;
}

.logo div span:last-child{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color:black;
	text-align: left;
}

.menu-mobilne-pasek a{
	font-family: 'Montserrat', sans-serif;
    color: black;
    text-decoration-color: transparent;
    font-weight: 700;
    font-size: 24px;
 }

.naglowek-logo{
	width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 108px;
   /* background: #fff;*/
}
.header-prawa-strona{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 72px;
	z-index: 9;
	width: 100%;
}

.header-dane{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 0px;
	position: relative;
	gap: 0 16px;
}

.header-menu{
	height: 54px;
	width: 100%;
}

.social-icon{
	/*width: 348px;*/
	display: flex;
	justify-content: flex-end;
}

.social-icon a span{
	display: block;
}

/*Kontrast czcionka*/

.kontrast-czcionka  {
	display: flex;
	align-items: center;
	height: 48px;
	gap: 0 8px;
}

.kontrast, .czcionka{
  flex: 1 1 78px;
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.kontrast a, .czcionka a {
    text-decoration-color: transparent;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
}

.kontrast a span, .czcionka a span {
	display: none;
}

.kontrast a:before, .czcionka a:before {
    font-family: "Font Awesome 5 Free";
    color: white;
    font-size: 15px;
    padding-right: 0px;
}

.kontrast a:before {
    content: url(../grafika/kontrast.png);
	margin-bottom: -2px;

}

.czcionka a:before {
	content: url(../grafika/czcionka.png);
}

.czcionka a sup{
	display: none;
}


/* Menu socialne w nagłówku */

.menu-menu-naglowek-1-poziom
{
	margin: 0;
	display: flex;
	align-items: center;
	list-style-type: none;
	height: 48px;
	gap: 0 24px;
}

.menu-menu-naglowek-1-poziom li a
{
	display: flex;
	align-items: center;
}

.menu-menu-naglowek-1-poziom a span 
{
	display: none;
}

/*Wyszukiwarka*/
.wyszukiwarka{
	/*margin-top:16px;*/
}

.szukaj-gora {
	flex: 0 1 280px;
    width: 280px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    height: 40px;
	border: 2px solid #f3f3f3;
}
@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%;
	height: 40px;
    background: rgba(255, 255, 255, 0.897);
    font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid #f3f3f3;
}
.szukaj-gora input::placeholder
{
	color: white;
}
.szukaj-gora button {
	background: rgba(255, 255, 255, 0.897);
    border: none;
    padding: 0px 12px 0px 12px;
    cursor: pointer;
	transition: 0.3s;
	height: 40px;
	border-bottom: 2px solid #f3f3f3;
}
.szukaj-gora button i {
	font-size: 14px;
	color:#000;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}
.fa-search:before
{
	content: url(../grafika/wyszukiwarka.png);
}
.kontrast a:hover, .czcionka a:hover, .a-kontakt:hover, .szukaj-gora button:hover, .menu-menu-naglowek-1-poziom li a:hover {
	opacity: 0.6;
}
.nawigacja-100, .nawigacja-100-podstrona{
	width: 100%;
}


/*Animacja kontener*/

.animacja-kontener{
	max-width: 100%;
    margin: 0 auto 0px auto;
   	position: relative;
	   background-color: #202020;
}

/**/

/*Main i szkielet*/

main {
	margin: -32px auto 0px auto;
	background-image: url(../grafika/tlo__paralaxa.jpg);
	background-repeat: no-repeat;
	padding-top: 48px;
	background-position: center -0px;
	background-size: 100%;
}

.blok-glowny{
	margin: 0px auto 0px auto;
    position: relative;
	padding-bottom: 80px;
	/*background: #fff;*/
	
}
.uslugi-100{}

.szerokosc-srodek,
.szerokosc-prawo{
	background: #fff;
	border-radius: 8px;
}

.szerokosc-srodek{
	margin-bottom: 16px;
}

.menu-bok{
	background: #fff;
	border-radius: 8px;
}

.strona-tresc{
	padding: 32px 0px 32px 0px;
	background:#fff;
	/*border: 1px solid #efefef;*/
	width: 100%;
}

.aktualnosci-tresc, .informacje-tresc {
	text-align: left;
	color: black;
	line-height: 24px;
	padding: 0px!important;
	font-size: 16px;
}
.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: space-between;
	align-items: flex-start;
}

.filtry-100{
    margin-top: 16px;
}

.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;
}

.strona-tresc table{
	border-collapse: collapse;
	border-spacing: initial;
}

.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: 16px 0px;
	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*/


.modul-licznik-tytul
{
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.statystyka-tekst{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:white;
	position: relative;
}

.statystyka-tekst span{
	padding-right: 4px;
}

.statystyka-zawartosc{
	padding-bottom: 14px;
	color: white;
}

/* Stopka */

.stopka-kontener
{
	justify-content: center;
	gap: 32%;
}

.modul-newsletter-tytul, .menu-modul-10-tytul
{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
	color: white;
	position: relative;
}

.stopka-info{
	background-color: #100c09;
    padding: 140px 0px 140px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.stopka-info .kolumna{
	position: relative;
	max-width: 340px;
	width: 100%;
}

/* szpilki stopka */

.pinezka-kino{
	display: flex;
	flex-direction: column;
	position: absolute;
	right: -240px;
	top: 115px;
} 

.pinezka-sok{
	display: flex;
	flex-direction: column;
	position: absolute;
	left: -200px;
	top: 548px;
} 

.pinezka-kino-logo{
	display: flex;
	flex-direction: column;
	position: absolute;
	right: -317px;
	top: 63px;
} 

.pinezka-sok-logo{
	display: flex;
	flex-direction: column;
	position: absolute;
	left: -232px;
	top: 471px;
} 

.stopka-info .kolumna article:first-child
{
	margin-bottom: 48px;
}

.newsletter
{
	margin-bottom: 48px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
	gap: 124px;
}

.newsletter > span{
	color: white;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}

.newsletter > span:before{
	content: '';
	width: 1px;
	background-color: white;
	height: 186px;
}

.newsletter > span::after{
	content: '';
	width: 1px;
	background-color: white;
	height: 186px;
}

/* stopka kolumny tekst*/

.stopka-info .kolumna:first-child .stopka-tresc:first-child p:first-child
{
	margin-bottom: 12px;
	padding-right: 86px;
}

.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:white;
	position: relative;
}

.stopka-tresc-tresc
{
	line-height: 24px;
}

.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: 20px;
}

.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: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%;
}

.nawigacja-100{
	/* background-image: url(../grafika/akcje-paralax.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */

	/* margin-top: -100px; */
	display: flex;
	align-items: flex-end;
	position: relative;
}

.nawigacja-100-tlo{
	background-image: url(../grafika/akcje-paralax.jpg);
    background-size: 120%;
	background-repeat: no-repeat;
	background-position: center;
	height: 395px;
	width: 100%;
	position: absolute;
	top: 0;
}

.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;
}

.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: 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 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;
}

.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-mobilne-szukaj-kontrast{
	display: none;
}


/*Mobilne*/

@media all and (min-width: 0px) and (max-width: 639px) {
	#formularz-kontaktowy > div{
		margin-bottom: 16px;
	}
	.formnodb_Weryfikacja{
		margin-bottom: 0px!important;
	}
	.onas-tresc:before{
		content: '';
		background-image: url(../grafika/logo-onas.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 200px;
		height: 100px;
		display: block;
		margin-bottom: 16px;
		margin: 0 auto;
	}
	.onas .onas-tresc-tytul, .onas-tresc-tresc{
		text-align: center;
	}
	.bilety24{
		max-width: 87%;
	}
	/* Seanse liczba */
	.seanse-menu-artykul-tlo:nth-last-child(2),
	.seanse-menu-artykul-tlo:nth-last-child(3),
	.seanse-menu-artykul-tlo:nth-last-child(4),
	.seanse-menu-artykul-tlo:nth-last-child(5),
	.seanse-menu-artykul-tlo:nth-last-child(6),
	.seanse-menu-artykul-tlo:nth-last-child(7){
		display: none;
	}


	.animacja-slider .slick-prev{
		left: 4px!important;
	}
	.animacja-slider .slick-next{
		right: 4px!important
	}
	#animacja-pause, #animacja-play{
		top: 4px;
		right: 4px!important;
	}
	.stopka-info .stopka-kontener .kolumna article .stopka-tresc-tytul:before{
		margin-right: 10px!important;
		position: relative;
		bottom: -4px;
	}
	.newsletter > span{
		gap: 8px;
	}
	.newsletter > span:before, .newsletter > span:after{
		height: 24px!important;
	}
	.onas-tresc-tresc p:last-child{
		text-align: center;
	}
	.aktualnosci-100{
		padding-bottom: 398px;
	}
	.form-kontakt .modul-tytul2::after{
		padding: 0px;
		margin-top: 16px;
	}
	.form-kontakt .informacje-tlo{
		padding: 48px 24px;
	}
	.form-kontakt{
		max-width: 100%;
	}
	.form-kontakt .modul-tytul2{
		min-width: 100%;
	}
	.formJednostka{
		margin-bottom: 32px;
	}
	.formJednostka, .formMail, .formImieNazwisko{
		width: 100%;
	}
	.uslugi-tresc{
		min-width: 90vw;
	}
	.uslugi-tresc-tresc{
		display: none;
	}
	.stopka-info .kolumna{
		margin-bottom: 24px!important;
	}
	.stopka-info .kolumna:last-child{
		margin-bottom: 8px!important;
	}
	/* .strona *{
		max-width: 100%;
	} */
	.filtry-select{
		padding-right: 124px;
	}
	.aktualnosci, .modul-start-aktualnosci-startowe{
		max-width: 100%;
	}
	.modul-start-aktualnosci-startowe .aktualnosci-tlo{
		width: 100%;
	}
	.kino-100:before{
		top: -43px;
	}
	.kino-100{
		padding-top: 124px;
	}
	.filtry{
		gap: 48px;
	}
	.filtry-select{
		border: 0px none transparent;
	}
	.filtry-select::before, .filtry-select::after{
		display: none;
	}
	.filtr-ikona{
		height: 100%;
	}
	.filtr-ikona-tlo{
        height: 424px;
	}
	.rotator-repertuar .rotator-repertuar-tresc{
		max-height: 577px;
	}
	.rotator-repertuar .rotator-repertuar-foto-tlo {
		/* flex: 8 0 0; */
		max-height: calc(2 / 3* 360px);
        height: 460px;
	  }
	  .rotator-repertuar .rotator-repertuar-tresc-tlo,
	  .rotator-repertuar .rotator-repertuar-foto-tlo{
		/* flex: none; */
	  }
	.rotator-repertuar .slick-slide{
        min-height: 588px;
		/* min-height: 938px; */
	}
	.rotator-repertuar{
		margin: 32px 0px 32px 0px;
	}
	.rotator-repertuar .slick-dots{
		bottom: 0px;
		padding: 0 24px;
	}
	.slick-dots li{
		margin: 0 0px;
	}
	.rotator-repertuar .slick-dots{
		display: flex;
		justify-content: space-around;
	}
	.rotator-repertuar .slick-dots li.slick-active button{
		width: 20px;
	}
	.rotator-repertuar .slick-dots li button{
		width: 20px;
	}
	.rotator-repertuar .slick-dots li{
		width: 20px;
	}
	.rotator-repertuar .slick-list{
		height: max-content;
	}
	.seanse-menu-artykul-tlo{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.menu-polityka-mapa-1-poziom{
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.menu-polityka-mapa-1-poziom li a{
		border: 0px none transparent;
	}
	.filtr-tlo{
		width: 100%;
		max-width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
		border-top: 1px solid rgb(221, 221, 221);
	}
	a.aktualnosci_powrot, a.aktualnosci-powrot{
		text-align: center;
	}
	.start-ogl
	{
		margin-bottom: 16px!important;
	}
	.menu-tlo
	{
		display: none;
	}
	.stopka-tresc p strong
	{
		float: left;
		width: 100%;
	}
	h1.h1-tytul{}
	.header-prawa-strona{display:flex;}
	.naglowek-logo{display: flex;}
	.wiersz{/*justify-content: space-around;*/}
	.aktualnosci-tresc, .informacje-tresc{text-align: left;}
	.strona-tresc {
		padding: 32px 24px 0px 24px;
	}
	.strona-tresc input + label
	{
		position: relative;
		padding-left: 16px;
	}
	.strona-tresc input + label > span.radio, .strona-tresc input + label > span.checkbox
	{
		left: 0;
	}
	.filtry{
		display: flex;
		flex-direction: column;
		margin-top: 24px;
		padding: 0 0px;
	}
	.filtry-select{
		width: 100%;
		padding: 0 24px;
		margin-top: 0px!important;
		padding-top: 24px!important;
		background-color: #ececec;
	}
	.filtry-select:after{
		display: block!important;
		content: '';
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #ececec;
		position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: -19px;
	}
	.filtry-wybor{
		width: 100%;
		padding: 0 24px;
	}
	.h2-kalendarz{
		margin-bottom: 0px;
		margin-top: 24px; 
	}
	.modul-start-repertuar-tytul-logo{
		width: 100vw;
		padding: 0 24px;
	}
	.kalendarz-tabela{
		margin: 16px auto 0px;
	}
	.modul-start-repertuar-tytul-logo img{
		object-fit: contain;
		width: 100%;
	}
	.filtry-lista, .seanse-artykuly{
		justify-content: center;
		gap: 0px;
	}
	.seanse-menu-wszystkie-tlo{
		padding: 0 24px;
	}
	.rotator-repertuar .rotator-repertuar-tresc{
		padding: 24px;
	}
	.animacja-button {
		bottom: -40px;
		display: none;
	}
	a.aktualnosci_powrot, a.aktualnosci-powrot{
		padding: 0;
	}
	
}


@media all and (min-width: 320px) and (max-width: 1023px) {
	.rotator-repertuar .slick-slide{

	}
	.filtry-select fieldset div{
		margin: 4px 8px;
	}
	.rotator_tlo .slick-next:before{
		content: url(../grafika/rotator-right-arr.png)!important;
	}
	.rotator_tlo .slick-prev:before{
		content: url(../grafika/rotator-left-arr.png)!important;
	}
	.kalendarz-poziomy{
		margin-top: 16px!important;
	}
	.filtry-select fieldset{
		display: flex;
		flex-wrap: wrap;
		gap: 0 8px;
	}
	.filtry-select fieldset legend{
		width: 100%;
		margin-bottom: 8px;
	}
	/* .filtry-select fieldset {
		width: 50%;
		position: relative;
	}
	.filtry-select{
		display: flex;
		flex-wrap: wrap;
	}
	.h2-filtry{
		width: 100%;
	} */
	/* .filtr-tlo:nth-last-child(2),
	.filtr-tlo:nth-last-child(3),
	.filtr-tlo:nth-last-child(4),
	.filtr-tlo:nth-last-child(5),
	.filtr-tlo:nth-last-child(6),
	.filtr-tlo:nth-last-child(7),
	.filtr-tlo:nth-last-child(8),
	.filtr-tlo:nth-last-child(9){
		display: none;
	} */
	.menu-uslugi-1-poziom li div{
		background-image: none;
	}
	.menu-uslugi-1-poziom li:nth-child(1) div{
		background-color: #e8e8e8;
	}
	.menu-uslugi-1-poziom li:nth-child(2) div{
		background-color: #ffa200;
	}
	.menu-uslugi-1-poziom li:nth-child(3) div{
		background-color: #25cfa8;
	}
	.menu-uslugi-1-poziom li {
		width: 100%;
		height: max-content;
		/* min-height: 308px; */
		position: relative;
		opacity: 0;
	}
	.menu-uslugi-1-poziom li > div{
		display: grid;
		grid-template-columns: 1fr 1fr; /* Dwa kolumny: lewa i prawa */
		grid-template-rows: auto auto; /* Dwa rzędy w prawej kolumnie */
		gap: 10px; /* Odstępy między elementami */
		width: 100%; /* Dostosowanie do szerokości kontenera */
		padding: 16px 24px!important;
	}
	.menu-uslugi-1-poziom li > div img{
		grid-column: 1 / 2; /* Lewa kolumna */
		grid-row: 1 / 3; /* Rozciąga się na dwa rzędy */
	}
	.menu-uslugi-1-poziom li > div span{
		grid-column: 2 / 3; /* Prawa kolumna */
		grid-row: 1 / 2; /* Pierwszy rząd */
	}
	.menu-uslugi-1-poziom li > div div{
		grid-column: 2 / 3; /* Prawa kolumna */
		grid-row: 2 / 3; /* Drugi rząd */
	}
	.menu-uslugi-1-poziom li a{
		bottom: 0px;
		position: relative;
		margin-top: 16px;
		left: auto;
	}

	.kalendarz-100 .rotator_tlo{
		min-height: 400px;
	}
	.slick-next{
		right: 10px;
	}
	.slick-prev{
		left: 10px;
	}
	.subskrypcja-zawartosc, .menu-infoalert-zawartosc{
		max-width: 100%;
	}
	.onas > p{
		padding: 0 24px;
	}
	.onas p img{
		min-width: 100%!important;
		height: max-content!important;
	}
	.animacja{
		padding-top: 0px;
	}
	.modul-start-aktualnosci-startowe .aktualnosci-tlo{
		max-width: 100%;
	}
	.modul-start-aktualnosci-startowe .aktualnosci-tresc-tlo {
		width: 94%;
		
	  }
	.kalendarz-100 .slick-dots{
		display: none!important;
	}
	.menu-uslugi-1-poziom li::after{
		display: none;
	}
	.filtry-select{
		right: 0px!important;
	}
	.filtry-wybor{
		left: 0px!important
	}
	.filtr-tlo-1{
		margin-left: 0px;
	}
	.onas-100::before{
		height: 36vh;
	}
	.newsletter-100{
		background-size: 700%;
	}
	.filtry-100{
		margin-top: 16px;
	}
	.rotator-repertuar .slick-next, .rotator-repertuar .slick-prev{
		display: none!important;
	}
	.onas__paralax-2, .onas__paralax{
		display: none;
	}
	.animacja{
		margin-top: 0px;
	}
	.h2-kalendarz, .kalendarz-100{
		opacity: 1;
		top: 0;
	}
	.filtry-select{
		margin-top: 16px;
	}
	.kino, .modul-start-repertuar, .rotator-repertuar .slick-list{
		max-width: 100%;
	}
	.rotator-repertuar .rotator-repertuar-foto-tlo{
		width: 100%;
	}
	.rotator-repertuar .slick-slide{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.rotator_tlo{
		/* margin-bottom: 64px; */
	}
	.trak-tlo{
		width: 100%;
		padding-top: 16px;
		border-bottom: 1px solid #eeeeee;
	}
	.animacja-slider-slide{
		width: 100%;
	}

	.animacja{
		height: calc(0.60 * 100vw);
	}
	.animacja-slider{
		height: 100%;
	}
	.animacja .slick-track{
		height: 100%;
	}
	.animacja-slider-slide{
		height: 100%;
	}
	.animacja .slick-list{
		height: 100%;
	}

	.onas-100{
		margin-bottom: 64px;
	}

	.newsletter{
		padding: 40px 0 40px 0px;
		flex-wrap: wrap;
	}

	.h2-stopka{
		margin-bottom: 40px;
	}

	.mapa-dojazdu{
		margin-top: 0px;
	}

	.stopka-info .kolumna article:first-child{
		margin-bottom: 0;
	}

	.menu-uslugi-1-poziom{
		flex-direction: column;
	}

	.subskrypcja-input, .modul-input{
		width: 100%;
	}

	.uslugi-tresc-tytul, .h2-stopka{
		width: 100%;
		min-width: 100%;
		background-position: center;
	}

	.modul-start-lista-subskrybentow-tytul{
		min-width: 100%;
		margin-bottom: 24px;
		position: relative;
		top: 0px;
		margin-left: 0px;
		left: 0;
	}

	.menu-uslugi-1-poziom li{
		margin: 0 auto;
	}

	.modul-start-film, .modul-start-lista-subskrybentow, .modul-start-sonda-mini, .sms-tlo{
		width: 100%;
		margin: 0 24px 0px 24px;
	}

	.newsletter{
		gap: 24px;
	}

	.newsletter > span:before, .newsletter > span:after{
		height: 48px;
	}

	.sms-tlo{
		max-width: 100%;
	}
	
	.onas{
		flex-wrap: wrap!important;
		padding-top: 40px;
	}
	
	.onas iframe{
		min-width: 100%!important;
	}

	.onas-tresc {
		margin-left: 24px;
		padding-right: 24px;
	}
	#formularz-kontaktowy > div:nth-child(2){
		padding: 0px 0px!important;
	}
	.strona
	{
		background-image: none;

		overflow: visible;
		/* background-color: #fcfcfc; */
	}
	.stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(2), .stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(1)
	{
		margin-bottom: 0px;
	}
	.stopka-info .kolumna:first-child .stopka-tresc:nth-child(2)
	{
		margin-bottom: 0px;
	}
	.stopka-kontener {
		justify-content: center;
		flex-direction: column;
	}
	.stopka-tresc
	{
		width: 100%;
		text-align: center;
		padding-bottom: 24px;
	}
	.stopka-tresc:after
	{
		left: 13%;
	}
	.stopka-info .kolumna:first-child .stopka-tresc:nth-child(3)::after, .stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(3):after
	{
		display: block;
	}

	.stopka-info .kolumna:first-child .stopka-tresc:nth-child(3), .stopka-info .kolumna:nth-child(2) .stopka-tresc:nth-child(3)
	{
		padding-bottom: 24px;	
	}

	.stopka-info .kolumna:first-child img {
		left: 0px;
		top: 0;
		position: relative;
		margin-bottom: 24px;
	}

	.statystyka-zawartosc
	{
		padding-bottom: 0;
	}

	.kontrast a:before
	{
		margin-top: -2px;
	}
	.stopka-info {
		max-height: none;
		height: auto;
		background-image: none;
		background-color: #2b2b2b;
		padding: 48px 0px 32px 0px;
	}
	.modul-start-film, .modul-start-lista-subskrybentow, .modul-start-sonda-mini
	{
		/* display: none; */
	}
	.animacja-kontener-maska-start, .animacja-kontener-maska
	{
		display: none;
	}
	.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; padding-bottom: 16px;}
  	.szerokosc-12, .szerokosc-24 {  width: 100%; margin:auto;}
	.szerokosc-13, .szerokosc-14 {  width: 100%; margin:auto; order:2;}
	.szerokosc-23, .szerokosc-34 {  width: 100%; margin:auto;}
	.szerokosc-13-stopka{width: 100%; margin:auto;}
	.blok{margin:auto;}
	.dane{padding: 16px 32px 24px 32px;}
	.lewy-blok, .prawy-blok{flex-wrap: wrap; max-width: 100%;}
	.lewy-blok{}
	.prawy-blok{order:1;}
	.stopka-tresc-2{flex-wrap: wrap;}
	.stopka-konta-12{width: 100%!important;}
	.stopka-info .kolumna{margin-bottom: 64px; border:none; padding-left: 42px; height:auto;}
	.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%; display: flex; 	justify-content: center; } 
	.statystyka-tekst{ width: 100%!important;	flex-wrap: wrap!important; text-align: center;}
	.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: 0px;
		padding: 8px 0px;
		background: #202020;
		position: relative;
	}
	.kontrast-czcionka
	{
		background: transparent;
		padding: 0;
		gap: 0;
	}
	.szukaj-gora-ikona i:before
	{
		filter: invert(100%) brightness(200%);
	}
	.szukaj-gora-ikona {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px 8px;
	}
	.szukaj-gora-ikona a{
		color: #515151;
		padding-left: 10px;
	}

	.szukaj-gora-ikona a span{
		display: none;
	}
	.stopka-info .kolumna{
		flex: auto!important;
		width: 100vw;
		padding: 10px 24px !important;
		/* margin: auto!important; */
		display: flex;
		flex-direction: column;
		align-items: center;
		/* width: 200px; */
		max-width: 100%;
	}

	.stopka-tytul{
		margin-top:16px;
	}

	.menu-modul-10{
		width: 100%;
		padding: 24px!important;
		margin:auto;
	}

	aside{display: none;}
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.modul-start-aktualnosci-startowe .artykuly{
		width: 992px;
	}
	.zdj-kontener img{
		max-width: 645px!important;
	}
	.kino-kontener .zdj-kontener img{
		max-width: 400px!important;
	}
	.nawigacja-100{
		background-size: 200%;
	}
	.onas-100::before{
		top: 246px;
	}
	.stopka-info{
		background-size: 170%;
		background-position: center;
	}
	.newsletter-100{
		background-size: 200%;
	}
	.pasek_scroll
	{
		padding: 0 24px;
	}
	.stopka-info .kolumna {
		width: 300px;
	}
	.menu-prawe-2-poziom > li, .menu-prawe-3-poziom > li
	{
		width: 100%;
	}
	.ogloszenia-tlo .aktualnosci-tlo
	{
		width: 220px;
	}
	.button-menu-mobile{display: none;}
	.blok { width: 992px; }
	.szerokosc-1 { flex-basis: 992px; width: 992px; margin: 0 auto;}
	.szerokosc-12, .szerokosc-24 { flex-basis: 488px; width: 488px; }
	.szerokosc-13, .szerokosc-14, .szerokosc-13-stopka { z-index: 1; width: 320px; }
	.szerokosc-23, .szerokosc-34 { flex-basis: 656px; width: 656px; z-index: 1;}
	.szerokosc-100 { flex-basis: 100%; z-index: 1; width: 100%;}
	.stopka .kolumna{flex-basis: 212px; width: 212px;}
	.statystyka-tekst{width: 25%!important;}
	.logo a span:first-child{ 	font-size: 28px;}
	.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{}
	.naglowek
	{
		flex-wrap:nowrap!important;
	}
	.logo div span:last-child
	{
		font-size: 32px;
	}
	.galeria-modul-obiekt span{	width: 168px;}
	.social-icon{width: auto;}
	.stopka-info .kolumna{margin-bottom: 16px;}
	.start-23
	{
		display: flex;
		justify-content: space-between;
	}
	.stopka-info
	{
		height: auto;
		max-height:none;
	}
	
}

@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{ }
	.start-23
	{
		display: flex;
		justify-content: space-between;
	}
}
