.filtry	{
	gap: 16px;
	padding-bottom: 100px;
}
.filtry-select {
	flex: 0.95 0 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	position: relative;
	right: 100px;
	opacity: 0;
	transition: 0.8s;
	z-index: 7;
	border-right: 1px solid #a4a4a4;
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	margin-right: 40px;
	padding: 32px 0px;
	margin-top: 0px;
}

.filtry-select::before {
    content: '';
	display: block;
	width: 2000px;
	height: 100%;
    position: absolute;
	top: -0.8px;
	right: 0;
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
}

.filtry-select::after{
	content: url(../grafika/maska-jpg.jpg);
	position: absolute;
    bottom: -32.7px;
    right: -1px;
}

.filtry-wybor {
	flex: 3 0 0;
	position: relative;
	left: 100px;
	opacity: 0;
	transition: 0.8s;
}

.h2-filtry {
	text-transform: uppercase;
	font-weight: 800;
	z-index: 9;
position: relative;
}

/* filtry ikonki */

.filtry-select label i{
	display: none;
}

.filtry-select label{
	display: flex;
	align-items: center;
}

.filtry-select label img{
	display: block!important;
}

#sok, #ogrod, #kino{
	/* padding-top: 48px;
	border-top: 1px solid rgb(219, 219, 219); */
}

/**/

.filtry-select fieldset {
	border: 0;
	padding: 0;
	margin: 16px 0;
	z-index: 9;
position: relative;
}
.filtry-select fieldset legend {
	font-size: 20px;
	font-weight: 800;
}
.filtry-select fieldset div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 8px 0;
}
.filtry-select fieldset div * {
	cursor: pointer;
}
.filtry-select fieldset div label .fas {
	width: 40px;
	text-align: center;
}
.filtry-select fieldset div label img {
	width: 40px;
	height: 20px;
	object-fit: none;
}

.filtr-tlo-1{
	margin-left: -16px;
}

.filtry-usun {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
	margin-bottom: 24px;
	min-height: 29px;
}
.filtry-usun span {
	/* font-weight: 700; */
}
.filtry-usun button {
	background-color: #fff;
	border: 1px solid #ff9700;
	border-radius: 16px;
	padding: 2px 12px 4px 12px;
	font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
	cursor: pointer;
}
.filtry-usun button::after {
	content: '\f00d';
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
	color: #ff9700;
	font-size: 14px;
}
.filtry-usun button + span {
	margin-left: 16px;
}

.filtry-lista,
.seanse-artykuly {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 32px;
}
.filtr-tlo {
	width: 90vw;
	max-width: 292px;
	padding: 16px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	transition: all .3s;
	margin-left: -16px;
}
.seanse-artykul-tlo {
	width: 100%;
	padding: 16px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	transition: all .3s;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.filtr-tlo-1 {
	background-color: #000;
	color: #fff;
}
.filtr-tlo-0:hover,
.seanse-artykul-tlo:hover {
	background-color: #f0f0f0;
}
.filtr-tlo-1:hover {
	background-color: #202020;
}
.filtr-ikona-tlo {
	width: 100%;
	height: 368px;
	overflow: hidden;
}
.seanse-ikona-tlo {
	width: 120px;
	height: 170px;
	overflow: hidden;
}
.filtr-ikona,
.seanse-ikona {
	position: relative;
	z-index: 1;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	filter: brightness(98%);
}
.filtr-ikona {
	width: 100%;
	height: 368px;
}
.seanse-ikona {
	width: 120px;
	height: 170px;
}
.filtr-ikona-blur,
.seanse-ikona-blur {
	position: relative;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: blur(4px) opacity(30%);
	transform: scale(1.1);
}
.filtr-ikona-blur {
	width: calc(100% + 8px);
	height: 376px;
	margin-top: -372px;
	margin-left: -4px;
}
.seanse-ikona-blur {
	width: 128px;
	height: 178px;
	margin-top: -174px;
	margin-left: -4px;
}
.filtr-data,
.seanse-godzina {
	font-size: 14px;
	margin-top: 12px;
}
.filtr-data::before,
.seanse-godzina::before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
}
.filtr-tytul3,
.seanse-tytul3 {
	font-size: 20px;
	font-weight: 900;
	margin-top: 8px;
}
.filtr-tytul3:hover,
.seanse-tytul3:hover{
	opacity: 0.6;
}
.filtr-dzial,
.seanse-dzial {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	margin: 16px 0 8px 0;
}
.filtr-dzial span i{
	display: none;
}
.filtr-dzial span{
	display: flex;
	gap: 8px;
}
.filtr-dzial span img{
	display: block!important;
	filter: invert(200%) brightness(200%);
}
.filtr-tlo-0 .filtr-dzial span,
.seanse-dzial span {
	background-color: #000;
	color: #fff;
	padding: 7px 8px;
}
.filtr-tlo-1 .filtr-dzial span {
	background-color: rgba(255,255,255,0.15);
	color: #fff;
	padding: 7px 8px;
}
.filtr-dzial span .fas,
.seanse-dzial span .fas {
	padding-right: 4px;
}

.seanse-zamow {
}
.seanse-zamow button, .seanse-tresc button{
	background-color: #000;
	color: #fff;
	border: 1px solid #25cfa8;
	padding: 6px 16px;
	font-size: 14px;
	cursor: pointer;
	margin: 8px 0;
}
.seanse-tresc button{
	margin-left: 24px;
}
.seanse-zamow button::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	margin-left: 12px;
	color: #25cfa8;
	font-size: 12px;
}

@media all and (max-width: 1023px){

}

.filtry-select{
	
}