  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&family=Roboto:wght@400;500;900&display=swap');


body{
	font-size: 16px;
	background: #5ddfe8;
	font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, 'sans-serif' !important;
}
a{
	color: #FFF;
}
a:hover{
	color: #FFF;
} 
.link-black{
	color: #FFF;
}
p{
	color: #FFF;
}
.txt-white{color:#FFF;}

.text-black{
	color:#FFF
		;
}

.slider {
    position: relative;
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
/*    background-color: #FFF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
    max-height: 600px;
}
.slide img{
    max-height: 600px;
}
.slider button {
    position: absolute;
    top: 50%;
    background-color: rgba(255,57,0,0.67);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 18px;
}

.slider button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slider .prev {
    left: 10px;
}

.slider .next {
    right: 10px;
}


/* CSS */

.btn-fest-mozg-nb:focus {
  outline: none !important;
  box-shadow: none !important;
}


.btn-fest-mozg-nb {
  border-bottom: 1px solid #ccc; /* lub Twój domyślny kolor */
}

.btn-fest-mozg-nb[aria-expanded="true"] {
  border-bottom: 0 !imporrtant;
}


/* CSS */
.play-button-rect {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #ff4d4f;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
    color: #FFF !important;
}

.play-button-rect:hover {
  background-color: #e04345;
}

.play-icon {
  width: 0;
  height: 0;
  margin-right: 10px;
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}


.festival-shedule-black .text-black,
.festival-shedule-black  .fest-event-name,
.festival-shedule-black   .btn-fest-mozg,
.festival-shedule-black   .day-fest,
.festival-shedule-black   .btn-fest-mozg-nb
{
	color:#FFF !important;
}
.festival-shedule-black   .btn.btn-fest-mozg
{
    border-bottom: 1px solid #FFF;

}.festival-shedule-black   a
{
   color: #dd3d03;

}

.festival-shedule-black  .day-fest{
    border-bottom: 5px solid #FFF;
    }

.bg-orange{
	color: #FFF;
}
.btn-danger{
    background-color: #f86227;
}

.parterzy{
	margin-top: 2rem;
	color: #000;font-weight: 300;
}
.btn-danger:hover

{
    background: #1e6ef2 !important;
    border-color: #1e6ef2 !important;
    box-shadow: none !important
}

.header-sticky{
	background: url("../../img/bg.jpg")  no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
	
   font-weight: bolder;
	width: 100%;
	height: 100%;

}
.divImg {
	    display: flex;
    justify-content: center;
    height: 100vh;
    width: auto;

}
.divImg  img {
    height: 100vh;
}
.helpMenu{
	padding: 1rem 0 1rem 2rem;
	background: #FFF;
	top: 12rem; 
	left: -230px;
	z-index: 1200;
	position: fixed;
	font-weight: 900;
	font-size: 1.5rem;

	
}


.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	
}

h1.h1-titlefest {
  margin-top: 0;
  font-size: 5vw;
	font-weight: 800;
	text-align: center;
        font-family: "Oswald", "Popppins";
	font-weight: 800;
	text-align: center;
    color: #FFF;

}

 h2.h2-titlefest {
  margin:  2rem 0;
  font-size: 2.8vw;
     color: #f86227;
	 
	text-align: center;
}


p.p-titlefest  {
  margin-top: 0;
  font-size: 1.62vw;
	color: #FFF !important;
    text-transform: lowercase;
    font-weight: 300;
	text-align: center;
}

	
	
	


.helpMenu:hover{
	left:0;
}
a.button-help{
	fill:#FFF;
	min-width:40px !important;
}
	
.helpMenu a{
	
	color: #000;
	margin-right: 1rem;
	max-width: 20px;
	min-width: 30px;
	text-align: center;
	fill:#000;


	padding: 4px;
}
.helpMenu a:hover{


	fill:orange;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.btn.btn-secondary{
	border-radius: 0 !important;
}
.selected{
	background: #FF0000;
	color: #ff0d00;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
a.link-online{
	 background: #FF0000 !important;
    color: #ff0d00;
    padding: 0rem .5rem;
	font-size: 1.1rem;
}

.clearfix:after {
	clear: both;
}
.br{
	border: 1px solid red;
}
.logo-festival{  
	top:4rem;
	right:4rem;
	min-height: 200px;
	position: absolute;
	background: url("../images/logo/logo_dark.svg") no-repeat;
	background-position: top right;
	background-size: contain;
	padding-right: 160px;
	font-weight: 900;
	
}
.help-button{  
	bottom:4rem;
	right:4rem;
	position: absolute;
	font-weight: 900;
	
}
.logo-festival h2{
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
}
.logo-festival img{
	margin: 0 20px;
}
.logo-festival-number{
 	position: absolute;
	font-weight: 700;
	bottom:4rem;
	right: 4rem;
	font-size: 3rem;
	line-height: 3.8rem;
	
}

.logo-festival-number h3{
	font-size: 12rem;
	letter-spacing: -.6rem;
	display: block;
	margin-right: 1rem;
	margin-top: -45px;
}
.block-number{
	background: #FF0000;
	color: #ff0d00;
	padding: 0rem  .5rem;
	width: auto;
	
	
}
     #animationHydra {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }


.main-site{ 
	color: #FFF;
}
 
.main-title h1{ 
	font-size: 3rem;
	font-weight: 400;
}
.main-title.en h1{
	font-size: 2.4rem;
}
.main-title h2{
	font-size: 1.2rem;
	margin-top: 2rem;
}
.main-title h3{
	font-size: 1.6rem;
	margin-top: 2rem;
}
.main-title{
	position: fixed;
	bottom: 2rem;
	padding: 5rem;
	width:  450px;
}
a.menu-item-lang{
	top: 8rem; 
	left: 2rem;
	z-index: 2;
	position: fixed;
	font-weight: 900;
	font-size: 1.5rem;
}




.sidenav {
  height: 100%;
  width: 350px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -350px;
  background-color: rgba(0,0,0,1.00);
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav ul{
	position: absolute;
	bottom: 0;
}
.sidenav a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #FFF;
	font-weight: 700;
  display: block;
  transition: 0.3s;
}
ul.list-menu{
	margin: 0;
	padding: 0;
}
ul.list-menu li{
	list-style-type: none;
	margin: 0;
	padding: 1rem;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 36px;
  margin-left: 50px;
}

.menuBtn{
	cursor:pointer;
	top:2rem;
	left:2rem;
	position: fixed
}

.st-close{
	padding: 1.2rem;
	position: absolute;
	right: 0;
}
.st-trigger-effects{
	animation-play-state: 10px;
	z-index: 999;
	position: fixed;
}

.fi-fest-play{
	font-size: 4rem;
	color: #FFF;

}
.fi-fest-play:hover{
	color: #fafa00;

}
.main {
	max-width: 69em;
	margin: 0 auto;
}

.column {
	float: right;
	width: calc(100% - 400px);
	height: 100%;
	padding: 0;
	position: relative;
	text-align: right;	
}


.festival-shedule{
	padding: 4rem;
}
.festival-shedule p{
	color: #FFF;
}
.day-fest{
	border-bottom:5px solid #FFF;
	padding: 1rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 2rem;
	min-height: 40px;

}
.day-fest-last{
	border-bottom: none !important;

}
.day-fest span{
	padding-left: 0px;
}

.table.table-festival{
	font-weight: 700;
	color: #000;
	text-align: left;
	border-top: 3px solid #000;  
}
.bg-subsite{
	/*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0.8) 90%, rgba(9,9,121,0) 100%);*/
}
/**/
.section-about{
	margin: -15px;
}
.section-ticets{
	color: #FFF;
	margin: 15px -15px;
	
}
.section-ticets p{
	color: #FFF;
}
.btn-white{
    background: #FFF;
    color: #dd3d03;
    font-weight: bold;
}

.about-container{
	padding: 5rem;
}
.about-container h1{
	font-weight: 900;
	font-size: 1.4rem;
    color: #FFF;
}
.about-container p{
	font-weight: 300;
	font-size: 1.1rem;
}

/**/
.section-edition{
	color: #FFF;

}
.section-partners{
	margin: 15px 15px 0px 15px ;
/*	background: rgba(255,255,255,0.8);*/
}
.section-partners h1{
	color: #000;
	font-size: 1.2rem;
	text-align: center;
	padding: 2rem 0 2rem 0;
	border-bottom: 2px solid #000;
	font-weight: 400
}

img.logo-partners {
	  mix-blend-mode: multiply;
}


.festival-acts-section{
	background: #f5f1ea;
	color: #111;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 0;
}

.festival-acts{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.festival-act{
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(17,17,17,0.14);
	background: #efe9df;
	flex: 0 0 13vh;
	min-height: 13vh;
	transition: background-color .35s ease, min-height .55s ease, flex-basis .55s ease;
}

.festival-act:last-child{
	border-bottom: 1px solid rgba(17,17,17,0.14);
}

.festival-act__bg{
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	opacity: 1;
	transition: opacity .45s ease;
}

.festival-act__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.01);
	transition: transform .7s ease, filter .45s ease;
	filter: none;
}

.festival-act__trigger{
	position: relative;
	z-index: 1;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	text-align: left;
	color: inherit;
}

.festival-act__inner{
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 0;
	min-height: 13vh;
	padding: 0;
	transition: min-height .55s ease, gap .45s ease, padding .45s ease;
}

.festival-act__stage{
	display: none;
}

.festival-act__actmark{
	position: absolute;
	left: clamp(2rem, 4vw, 5rem);
	bottom: clamp(2rem, 4vw, 4rem);
	display: grid;
	gap: 1.45rem;
	text-align: left;
}

.festival-act__label{
	font-family: "Boldonse", "Oswald", sans-serif !important;
	font-weight: 700;
	font-size: clamp(4rem, 7.8vw, 7rem);
	line-height: 1.02;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0.16em 0 0 #023924;
}

.festival-act__period{
	font-family: "Boldonse", "Oswald", sans-serif !important;
	font-weight: 700;
	font-size: clamp(1.7rem, 3.6vw, 3.3rem);
	line-height: 1.04;
	letter-spacing: 0.01em;
	color: #fff;
	text-shadow: 0.16em 0 0 #023924;
	padding-top: 0.15rem;
}

.festival-act__copy{
	display: none;
	align-content: start;
	gap: 0.25rem;
	padding: 0.6rem 0.85rem 0.7rem;
	background: rgba(245, 241, 234, 0.92);
	max-width: 13rem;
	min-height: auto;
	align-self: start;
	box-shadow: 0 0 0 1px rgba(17,17,17,0.03);
	transition: gap .35s ease, padding .35s ease;
}

.festival-act__headline{
	font-family: "Boldonse", "Oswald", sans-serif !important;
	font-weight: 700;
	font-size: clamp(1.35rem, 2.15vw, 2.2rem);
	line-height: 1.88;
	letter-spacing: 0.01em;
	max-width:     7ch;
	color: #111;
}

.festival-act__lead,
.festival-act__body{
	max-width: 34rem;
	font-family: "Poppins", sans-serif;
	font-size: 0.96rem;
	line-height: 1.45;
	color: rgba(17,17,17,0.74);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-0.4rem);
	transition: max-height .55s ease, opacity .4s ease, transform .4s ease;
}

.festival-act__strip{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 2.25rem;
	padding: 0.9rem 1.45rem 0.95rem clamp(6.5rem, 7vw, 8rem);
	background: transparent;
	color: #fff;
	text-shadow: none;
}

.festival-act__strip-period,
.festival-act__strip-label,
.festival-act__strip-title{
	font-family: "Boldonse", "Oswald", sans-serif !important;
	font-size: clamp(1.18rem, 2vw, 2.05rem);
	line-height: 0.96;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: 0.16em 0 0 #023924;
}

.festival-act__strip-title{
	justify-self: start;
	max-width: none;
}

.festival-act__strip-period{
	justify-self: end;
	text-align: right;
}

.festival-act.is-active .festival-act__inner{
	min-height: 80vh;
	gap: 0;
	padding: 0;
	grid-template-columns: minmax(0, 1fr) minmax(0, 36vw);
	align-items: stretch;
}

@media screen and (min-width: 46.0626em){
	.festival-act--3.is-active .festival-act__inner{
		grid-template-columns: 50% 50%;
	}
}

.festival-act.is-active{
	flex-basis: 80vh;
	min-height: 80vh;
}

.festival-act.is-active .festival-act__lead,
.festival-act.is-active .festival-act__body{
	max-height: 18rem;
	opacity: 1;
	transform: translateY(0);
}

.festival-act.is-active .festival-act__stage{
	display: block;
	position: relative;
	min-height: 100%;
}

.festival-act.is-active .festival-act__copy{
	display: grid;
	gap: 1rem;
	padding: clamp(2.2rem, 4vw, 5rem) clamp(1.8rem, 3.2vw, 3.8rem);
	background: rgba(2,57,36,0.94);
	color: #fff;
	max-width: none;
	min-height: 100%;
	box-shadow: none;
	align-content: center;
}

.festival-act--1.is-active .festival-act__copy{
	background: transparent;
	text-shadow: 0 0.15rem 1rem rgba(0,0,0,0.72);
}

.festival-act.is-active .festival-act__headline{
	font-size: clamp(2.2rem, 3.6vw, 2.2rem);
	max-width: 12ch;
	color: #fff;
}

.festival-act.is-active .festival-act__lead,
.festival-act.is-active .festival-act__body{
	color: rgba(255,255,255,0.94);
	max-width: 31rem;
}

.festival-act--program.is-active .festival-act__copy{
	display: flex;
	flex-direction: column;
	align-content: initial;
	overflow: hidden;
	height: 80vh;
	min-height: 0;
	padding-right: clamp(1.2rem, 2vw, 2rem);
}

.festival-act__body--program{
	display: block;
	width: 100%;
}

.festival-act--program.is-active .festival-act__body--program{
	flex: 1 1 auto;
	min-height: 0;
	max-height: none;
	max-width: none;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	padding-right: clamp(0.35rem, 0.8vw, 0.8rem);
}

.festival-act--program.is-active .festival-act__body--program::-webkit-scrollbar{
	width: 0.45rem;
}

.festival-act--program.is-active .festival-act__body--program::-webkit-scrollbar-track{
	background: rgba(255,255,255,0.08);
}

.festival-act--program.is-active .festival-act__body--program::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.55);
	border-radius: 1rem;
}

.festival-act__body--program .festival-shedule{
	background: transparent;
	color: #fff;
	width: 100%;
	padding: 0;
}

.festival-act__body--program .day-fest{
	margin-top: 1.6rem;
	padding: 0 0 1rem;
	font-size: 1.2rem;
}

.festival-act__body--program .festival-shedule p,
.festival-act__body--program .festival-shedule .fest-event-name,
.festival-act__body--program .festival-shedule .fest-title,
.festival-act__body--program .festival-shedule .fest-hour,
.festival-act__body--program .festival-shedule a,
.festival-act__body--program .festival-shedule .day-fest{
	color: #fff !important;
}

.festival-act__body--program .btn.btn-fest-mozg,
.festival-act__body--program .btn.btn-fest-mozg-nb{
	font-size: 1rem;
	padding-left: 0;
	padding-right: 0;
}

.festival-act__body--program .artist-info{
	margin-bottom: 3rem;
	font-size: 0.98rem;
}

.festival-act__body--program .artist-info h4{
	font-size: 1.6rem;
	line-height: 2rem;
	color: #fff;
}

.festival-act.is-active .festival-act__strip{
	opacity: 0;
	pointer-events: none;
}

.festival-act.is-active .festival-act__bg{
	opacity: 1;
}

.festival-act.is-active .festival-act__bg img,
.festival-act:hover .festival-act__bg img,
.festival-act:focus-within .festival-act__bg img{
	transform: scale(1.04);
	filter: saturate(1.02) contrast(1.02);
}

@media screen and (min-width: 46.0626em){
	.festival-act.is-active{
		flex-basis: 74vh;
		min-height: 74vh;
	}

	.festival-act.is-active .festival-act__inner,
	.festival-act--program.is-active .festival-act__copy{
		height: 74vh;
		min-height: 74vh;
	}
}




.edition-container{
	padding: 4rem;
}
.edition-container h1{
	font-weight: 900;
	padding: 2rem 0;
	font-size: 1.4rem;
	border-bottom: 5px solid #FFF;
	color: #FFF;
}
ul.poprzednie{
	font-weight: 700;
	font-size: 1.1rem;
	color: #FFF;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.poprzednie li{
	border-bottom: 1px solid #FFF;
	padding: 1rem 0;
}
ul.poprzednie li a{ 
	font-size: 1rem; 
}
ul.poprzednie li a:hover{ 
    color: #f86227;
}
/**/


.info a {
	font-weight: 700;
	font-size: 0.9em;
}



.table.table-festival{
	width: 100%;
}
.table.table-festival thead{
	font-size: 1.2rem;
	font-size: 2rem;
}
.table.table-festival tr td{
	padding: 2rem .4rem;

}.table.table-festival tr td:last-child{
	text-align: right;

}
.artist-info {
	color: #000;
	font-size: 1.1rem; 
	margin-bottom: 8rem;
    font-weight: 300;
}
.artist-info h4{ 
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.9rem;
	margin-bottom: 1rem;
}
.festival-item-bg{
	border-bottom: 3px solid #000;
	font-weight: 900;
	padding: 1rem;
}
.mask-img{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	max-width: 200px;
}

.mask-img-big{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	width: 100%; 
}

.card.card-fest{
	background: none;
	color: #000 ;
}
.fest-event-name{
	font-weight: 400;
	font-size: 1rem;
}

.fest-title{
	font-weight: 200;
	font-size: 1rem;
	font-style: italic;
/*	    margin-left: 5rem;*/
}

.btn.btn-fest-mozg .fest-name, .btn.btn-fest-mozg-nb .fest-name{
/*
	padding: 0 30px;
	
*/
}




.card-body {
    padding: 0rem;
}

.btn.btn-fest-mozg .fest-hour, .btn.btn-fest-mozg-nb .fest-hour{
	opacity: .44;
	
}
.btn{
	broder-radius:none !important;
}
.btn.btn-fest-mozg, .btn.btn-fest-mozg-nb{
	background: none;
	border-bottom: 1px solid #FFF;
	font-weight: 700;
	font-size: 1.2rem;
	color: #FFF;
	border-radius: 0 !important;
}
.btn.btn-fest-mozg[aria-expanded="true"], .btn.btn-fest-mozg-nb[aria-expanded="true"] {
	border-bottom: 1px solid #000;
    
      outline: none !important;
  box-shadow: none !important;
}





.btn:not(.bg-transparent):not(.btn-ghost):not(.bg-nogradient):after {
	background-image: none !important;
}


.button-play{
	position: absolute;
	z-index: 1;
	margin: 50% auto;
	top: -50px;
}
.button-play-artist{
	position: absolute;
	z-index: 1;
	margin: 50% auto;
	top: -50px;
	left: 50%;
}

    .contactBox{
        font-size: 1.2rem;
    }	
    h6.slawek{
        font-size: 1.4rem; 
    }


@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
  }
}
.svg-triangle{
  position: absolute;
	bottom: 4rem;
}

.arrow-down {
  position: absolute;
  margin-left: 50%;  
  text-align: center;
	bottom: 0;
  animation: jump 5s infinite;
	fill: orange;
}

 .arrow-down  .svg-triangle {
    transition: 0.3s ease-in-out;
  }
 .arrow-down  .svg-triangle:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
 .row{
		margin: 15px;
		padding: 15px;
		
	}



@media screen and (max-width: 76.0625em) {

	
	.fi-fest-play{
	font-size: 3rem;
		margin-left:-1rem;

}



@media screen and (max-width: 46.0625em) {

.festival-acts-section{
	margin-left: calc(50% - 50vw);
}

.festival-acts{
	display: block;
}

.festival-act{
	flex: none;
	min-height: auto;
}

.festival-act:not(.is-active){
	min-height: clamp(10rem, 26vh, 15rem);
}

.festival-act:not(.is-active) .festival-act__trigger,
.festival-act:not(.is-active) .festival-act__inner{
	min-height: clamp(10rem, 26vh, 15rem);
}

.festival-act__inner{
	grid-template-columns: 1fr;
	gap: 0.75rem;
	min-height: auto;
	padding: 0.85rem 0 0 0;
}

.festival-act__copy{
	padding: 0.55rem 0.7rem 0.7rem;
	max-width: 12rem;
	min-height: auto;
}

.festival-act__headline{
	font-size: clamp(1.1rem, 6vw, 1.7rem);
	max-width: none;
}

.festival-act__label{
	font-size: clamp(2.8rem, 16vw, 4.5rem);
	line-height: 1.02;
}

.festival-act__period{
	font-size: clamp(1.25rem, 7vw, 2rem);
	line-height: 1.05;
}

.festival-act__lead,
.festival-act__body{
	max-width: none;
	font-size: 0.92rem;
}

.festival-act__strip{
	left: 0;
	height: 100%;
	padding: 1rem 1rem 1rem 6rem;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: 1fr auto auto;
	align-content: end;
	gap: 0.45rem 1rem;
}

.festival-act__strip-period,
.festival-act__strip-label,
.festival-act__strip-title{
	font-size: clamp(1rem, 5vw, 1.3rem);
}

.festival-act__strip-label{
	grid-column: 1;
	grid-row: 2;
}

.festival-act__strip-period{
	grid-column: 2;
	grid-row: 2;
}

.festival-act__strip-title{
	grid-column: 1 / -1;
	grid-row: 3;
	white-space: normal;
	line-height: 1.08;
}

.festival-act__bg{
	opacity: 1;
}

.festival-act.is-active .festival-act__inner{
	min-height: 21rem;
	grid-template-columns: 1fr;
	padding: 0;
}

.festival-act.is-active .festival-act__stage{
	min-height: 13rem;
}

.festival-act__actmark{
	left: 1rem;
	bottom: 1rem;
}

.festival-act.is-active .festival-act__copy{
	padding: 1.25rem 1rem 1.4rem;
}

.festival-act--1.is-active .festival-act__inner{
	position: relative;
	min-height: 80vh;
	height: 80vh;
	grid-template-rows: minmax(0, 1fr) auto;
}

.festival-act--1.is-active .festival-act__stage{
	grid-column: 1;
	grid-row: 1;
	min-height: 0;
}

.festival-act--1.is-active .festival-act__copy{
	grid-column: 1;
	grid-row: 2;
	position: relative;
	z-index: 2;
	align-self: end;
	align-content: end;
	min-height: auto;
	padding: 1.1rem 1rem clamp(1rem, 3vh, 1.75rem);
}

.festival-act--2.is-active .festival-act__inner{
	min-height: 80vh;
	height: 80vh;
	grid-template-rows: minmax(0, 1fr) auto;
}

.festival-act--2.is-active .festival-act__stage{
	grid-column: 1;
	grid-row: 1;
	min-height: 0;
}

.festival-act--2.is-active .festival-act__copy{
	grid-column: 1;
	grid-row: 2;
	align-self: end;
	min-height: auto;
}

.festival-act--program.is-active .festival-act__copy{
	height: min(78vh, 42rem);
	min-height: 24rem;
}

.festival-act--program.is-active .festival-act__body--program{
	padding-right: 0.5rem;
}
    
    .menuBtn{
	cursor:pointer;
	top:1rem;
	left:1rem;
	position: fixed
}



.helpMenu{
	padding: 1rem 0 1rem 1rem;
	background: #FFF;
	top: 12rem; 
	left: -230px;
	z-index: 1200;
	position: fixed;
	font-weight: 900;
	font-size: 1.rem;

	
}


.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
}

h1.h1-titlefest {
  margin-top: 0;
  font-size: 10vw;
	font-weight: 800;
	text-align: center;
}

 h2.h2-titlefest {
  margin-top: 0;
  font-size: 6.8vw;
	 
	text-align: center;
}


p.p-titlefest  {
  margin-top: 0;
  font-size: 4.5vw;
	color: #000 !important;
	
	text-align: center;
}

	
    .contactBox{
        font-size: 1rem;
    }	
	    h6.slawek{
        font-size: 1rem !important;
    }

	
	
	
	.fest-title{

	    margin-left: 0rem;
}

	
	.day-fest span{
	padding-left: 0px;
}
.help-button{  
	bottom:4rem;
	right:4rem;
	position:static;
	text-align: center;
		margin:20px;
	font-weight: 900;
	
}

	
		.divImg {
		height: auto;
		width: 100vw;
		overflow: hidden;

	}
	.divImg img {
		height: auto;
		width: 100vw;
	}

	
	
	
	
.main-title{
	bottom: 5rem;
}

a.menu-item-lang{
	left: 2rem;
}
	
	
	
	.fi-fest-play{
	font-size: 4rem;
		margin-left:-2rem;

}

	
	.btn.btn-fest-mozg .fest-name{ 
		padding: 0px;
		display: block;
	
	}


	
	.row{
		margin: 0;
		padding: 20px 0;
		
	}
	
	/**/
.section-about{
	margin: 0px;
}
.about-container{
	padding: 2rem;
}


/**/

.edition-container{
	padding: 2rem;
}
.edition-container h1{
	font-weight: 900;
	padding: 2rem 0;
	font-size: 1.4rem;
	border-bottom: 5px solid #FFF;
	color: #FFF;
}

/**/	

		.svg-triangle{
		  position: absolute;
			bottom: 4rem;
			width: 20px;
			height: 20px;
		}	

		.arrow-down {
			display: none;
		  }

		.bg-subsite{  
			/*background: rgba(0,0,0, .9); */  
		}
		.festival-shedule{
			padding: 0rem;
		}


		.column {
			float:none;
			width:100%;
			height: 100%;
			padding: 1rem;
			top:4rem;

			position: relative;
			text-align: right;

		}

		.main-title{
			position: static;
			width: 100%;
			min-height: 200px;
			padding:0 0 0 2rem;
		}
	
	.h-100vh{
		height: auto !important;
	}
	
		.logo-festival{
			top:1.2rem;
			right:.5rem;
			position: absolute;
			z-index: 1; 
			min-height: 50px;
		}
		.logo-festival h2{
			font-size: 1rem;
			padding: 0;
			margin: 0;
		}
		.logo-festival img{
			margin: 0 20px;
			width: 4rem;
		}
	
		.mask-img{
			clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
			max-width: 300px;
		}
	
		.artist-info h4{
			font-weight: 700;
			font-size: 2rem;
/*			line-height: 5rem;*/
		}
	
		.logo-festival-number{
			position: absolute;
			height: 100px;
			margin: 0 auto;
			font-weight: 700;
			bottom:0rem;
			top:12rem;
			right:6rem;
			font-size: 1rem;
			line-height: 1.8rem;

		}

	.block-number{
			background: #FF0000;
			color: #ff0d00;
			padding: 0rem  .5rem;
		}
		.left-menu{
			position: static;
			padding: 0px;
			height: 0;
			min-width: auto;
		}

		.column p {
			font-size: 1.5em;
		}

		.column:nth-child(2) {
			text-align: center;
		}
		
		
a.menu-item-lang{
	position: absolute;
}
		
		
		
		
}
    
    
    .festival-shedule-black{
        color: #000;
    }
    }

@media screen and (max-width: 25em) {

		.sidenav .closebtn {
	  top: 1rem;
		right: 1rem;
			left: none;
	}

	

}
