@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Regular.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Medium.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Italic.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("./Roboto-Light.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Exo";
    src: url("./Exo-Regular.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Exo";
    src: url("./Exo-Italic.ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: "Exo";
    src: url("./Exo-SemiBold.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Exo";
    src: url("Exo-SemiBoldItalic.ttf"); /* Modern Browsers */
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Exo";
    src: url("Exo-BoldItalic.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "ExoHeavy";
    src: url("./Exo-Bold.ttf"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}


.clear {
    clear: both;
}

hr {
	border: none;
	background-color: #959595;
	height: 1px;
	opacity: 1;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #272322;
    font-family: Roboto, Arial, sans-serif;
    background-position: center;
    background-repeat: repeat;
}

a, a:active, a:visited {
    color: #e62063;
    text-decoration: none;
}

a:hover {
    color: #e62063;
    text-decoration: underline;
}

a:not(.btn), a:not(.top-nav), a:not([role="button"]) {
	color: #e62063;
}

a.black-link, .black-link a, .row.black-link a, .row a.black-link {
    color: #272322 !important;
    text-decoration: none !important;
}

a.black-link:hover, .black-link a:hover, .row.black-link a:hover, .row a.black-link:hover {
    color: #e62063 !important;
    text-decoration: none !important;
}

.up-3 {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

div.test-alert {
    width: 100%;
    display: block;
    height: 50px;
    background-color: #ffc720;
    border-bottom: 1px solid #c19915;
    font-size: 24px;
    font-weight: bold;
    color: #c70123;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    position: fixed;
    top: 0;
    z-index: 100;
}

div.dev-alert {
    background-color: #a9ff6b;
    border-bottom: 1px solid #589b20;
    color: #006007;
}

div.empty-d {
    height: 50px;
    display: block;
}

div.container-block {
	display: block;
    background-color: #ffffff;
    box-sizing: border-box;
}

div.gray-bg {
    background-color: #f5f5f5;
}

div.gray-bg-even:nth-child(even) {
	background-color: #f5f5f5;
} 

div.gray-bg-odd:nth-child(odd) {
	background-color: #f5f5f5;
}

div.center-block {
    /*background-color: #ffffff;*/
    box-sizing: border-box;
}

nav.head-nav {
    text-align: right;
    margin-top: -2px;
}

nav.head-nav a, nav.head-nav a:hover, nav.head-nav a:visited {
    display: inline-block;
    color: #FFFFFF;
    background-color: #e62063;
    text-align: center;
    vertical-align: middle;
}

/*nav.head-nav a.sign-in {
    margin-right: 0;
    background-color: #00a399;
    color: #FFFFFF;
}

nav.head-nav a.sign-in span {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
}*/

header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    background: #ffffff;
}


header h1 {
    display: block;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

header a.logo img {
    margin: 0;
    padding: 0;
}

nav.media-nav {
	display: block;
	float: right;
	height: 38px;
}

nav.media-nav a, nav.media-nav a:hover {
	display: inline-block;
	height: 100%;
	font-size: 16px;
	margin: 20px 4px 20px 4px;
	padding: 3px;
}

nav.media-nav a img {
	display: block;
	height: 100%;
	width: auto;
}

nav.top-nav {
    display: none;
}

.top-nav a, .bottom-nav a, .head-nav a {
    text-decoration: none;
    font-family: Exo, Arial, Sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

nav.top-nav a:hover {
	background-color:#ca1d58;
}

nav.top-nav a.sign-in, nav.top-nav a.sign-in:hover {
	background-color:#209f96;
	text-transform: none;
	padding-left: 20px;
	font-weight: bold;
    padding-right: 63px;
    background-image: url("../images/icon-sign-in.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: right 20px;
    background-position-y: center;
}

nav.top-nav a.sign-in:hover {
	background-color:#008e84;
}

nav.top-nav .center-block {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

div.banner {
	position:relative;
	width: 100%;
	margin: 0;
    padding: 0;
    background-color: #f5e82a;
    height:360px;
    background-image: url("../uploads/graphics/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

div.banner img {
	position:absolute;
	top: 21%;
	left: calc(50% + 174px);
	/*filter: grayscale(100%);*/
	/*filter: hue-rotate(207deg) saturate(200%);*/
}

main {
    width: 100%;
    margin: 0;
    padding: 17px 0 0 0;
    background: #FFFFFF;
}

main h1 {
    font-family: Exo, Arial, Sans-serif, sans-serif;
}


div.container-block {
	padding: 10px 0 25px 0;
}

nav.bottom-menu {
	margin-top:20px;
	height:auto;
}

nav.bottom-menu a {
    margin: 20px 40px 16px 0;
    padding:0;
    font-size: 24px;
    color: #272322;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.2;
}

nav.bottom-menu a:hover {
    margin: 20px 40px 16px 0;
    padding:0;
    font-size: 24px;
    color: #e62063;
	text-decoration: none;
}

p, p ol li, p ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
}

p {
	margin: 10px 0;
}

/*Fix for google maps*/
.gm-style-moc {
    text-align: center !important;
}

.gm-style-moc p {
    text-align: center !important;
}




article.over-footer h2 {
    padding:15px 70px 0 0;
}

article.over-footer .header-more {
    top: 23px;
}

footer {
    background-color: #e20c62;
    margin: 0;
    padding: 90px 0 50px 0;
    font-family: Exo, Arial, Sans-serif, sans-serif;
    color: #ffffff;
}

footer h2 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

footer p {
    font-size: 17px;
    line-height: 22px;
}

footer a, footer a:not(.btn), footer a:not(.top-nav), footer a:not([role="button"]) {
    color: #ffffff;
    text-decoration: underline;
}

footer a:hover, footer a:not(.btn):hover, footer a:not(.top-nav):hover, footer a:not([role="button"]):hover {
    color: #fffcd1;
    color: #fe0;
    text-decoration: underline;
}

footer .kolumna {
	display: inline-block;
	vertical-align: top;
	width:250px;
	margin:0 110px 0 0;
}

footer .kolumna:last-of-type {
	width:auto;
	margin:0;
}

footer .kolumna p:first-of-type {
	margin-top:0;
}

footer .kolumna *:first-child {
	margin-top:0;
}

footer .kolumna nav {
    display: flex;
    margin: 0;
    width: 100%;
    max-width: 650px;
    flex-flow: row nowrap;
    gap: 9%;
    height: auto;
    justify-content: space-evenly;
}

footer .kolumna nav a {
    margin: 0;
}

footer img.organizatorzy {
    display: inline-block;
    height: auto;
    max-height: 85px;
    width: auto;
    vertical-align: top;
}


article.block {
    display: block;
    box-sizing: border-box;
}

article.block .content {
    padding: 0 0 35px 0;
}

a.header-link {
    color: #272322 !important;
	text-decoration: none;
}

a.header-link:hover {
	color: #e62063;
    text-decoration: none;
}

a.header-more {
    display: inline-block;
    position:absolute;
    right:0;
    top: 38px;
	color: #272322;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

a.header-more:hover {
    color: #e62063;
    text-decoration: none;
}


/* Nowe kafle */

.tiles {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
}

.tiles li {
  width: 320px;
  height: 230px;
  background: #e91e63;
  clip-path: polygon(
    0 0,       /* lewy g�rny r�g */
    280px 0,     /* g�ra prawa */
    280px 20px,  /* schodek */
    300px 20px,  /* schodek */
    300px 40px,  /* schodek */
    320px 40px,  /* d� prawa */
    320px 230px,  /* schodek */
    40px 300px,
    40px 210px,
    20px 210px,
    20px 190px,
    0 190px,    /* d� lewy */
    0 0      /* schodek */
  );
  color: white;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: Exo, Arial, Sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.tiles a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px 35px 20px 25px;
	color: #ffffff;
	text-decoration: none;
	/*border:1px solid green;*/
	/*background-image: url("/images/white-right-arrow.png");
	background-repeat: no-repeat;
	background-position:right 25px bottom 25px;*/
}

.tiles a:hover {
	background-color:#ca1d58;
}

.tiles a:focus {
	outline: 5px solid #209f96;
	outline-offset: -5px;
}




img.full-size-picture {
    width: 100%;
    margin: 10px 0;
}

img.medium-center-picture {
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
    display: block;
}

img.small-center-picture {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    display: block;
}

img.small-left-picture {
    max-height: 200px;
    margin: 10px 20px 10px 0;
    display: inline-block;
}

p.default {
    margin: 15px 0;
}

.content iframe[src*="youtube"] {
    width: 100%;
    max-width: 600px;
    height: 50vw;
    max-height: 336px;
    margin-bottom: 20px;
}


@media all and (min-width: 0px) {

    p, p ol li, p ul li, ol li, ul li {
        font-size: 16px;
    }

    main h1 {
        font-size: 22px;
        padding: 12px 70px 12px 10px;
    }

    div.center-block {
        padding: 0 0;
    }

    nav.head-nav a, nav.head-nav a:hover, nav.head-nav a:visited {
        padding: 8px 8px 6px 8px;
        font-size: 14pt;
        margin-left: 5px;
        margin-bottom: 8px;
        height: 36px;
        line-height: 22px;
    }

    nav.head-nav a:first-of-type {
        margin-left: 0;
    }

    nav.head-nav a.youtube-icon {
        padding: 4px 0;
        height: 36px;
        width: 36px;
    }

    nav.head-nav a.youtube-icon img {
        height: 28px;
    }

    nav.head-nav a.facebook-icon {
        padding: 6px 0;
        height: 36px;
        width: 36px;
    }

    nav.head-nav a.facebook-icon img {
        height: 30px;
    }

    nav.head-nav a.sign-in {
        padding: 6px 4px 6px 9px;
        font-size: 14pt;
        line-height: 25px;
    }

    nav.head-nav a.sign-in span {
        font-size: 22px;
        vertical-align: middle;
    }

    nav.head-nav a.sign-in span .fa-user-alt {
        font-size: 20px;
        margin-right: 4px;
    }

    span#word_to_hide{
        display: none;
    }

    header {
        height: 130px;
        background-image: none;
        box-sizing: border-box;
    }

    header a.logo {
        display: inline-block;
        height: 131px;
        margin-left: 1rem;
    }

    header a.logo img {
        height: 100%;
        padding: 10px 0;
    }
    
    nav.media-nav {
		display: none;
	}

    .hamburger {
        display: block;
        float:right;
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 16px;
        border: 0;
        background-image: url("../images/hamburger.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 45px;
        margin: 10px;
    }

    .hamburger:active, .hamburger:hover {
        border: 0;
        background-color: #00a399;
    }

    .hamburger img {
        width: 50px;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    nav.top-nav {
        background-color: #e62063;
        position: absolute;
        /*width: calc(100% - 50px);*/
        width: 80%;
        right:0;
        z-index: 1;
        border-bottom: 1px solid #a61747;
    }

    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover {
        display: block;
        margin: 0px 0 0px 0px;
        padding: 7px 20px;
        font-size: 18px;
        color: #ffffff;
    }

    nav.top-nav a.sign-in, nav.top-nav a.sign-in:hover {
        background-size: 22px;
        background-position-x: right 20px;
    }
    
    /*
    nav.top-nav a::before {
        display: inline-block;
        content: "";
        height: 22px;
        width: 37px;
        background-image: url("../images/arrow_right_pink.png");
        background-repeat: no-repeat;
        background-position: 0 100%;
        background-size: 18px;
    }
    */

    nav.top-nav .center-block {
        flex-direction: column;
    }

	div.banner {
		background-image: url("../uploads/graphics/banner-mobile.jpg");
		height:560px;
		height: 160vw;
	}
	
	div.banner img {
		width: 71vw;
		height: auto;
		top: auto;
		bottom: 3.3%;
		left: calc(50% + -35.5vw);
	}

    nav.bottom-nav {
        height: 80px;
        margin: 0;
        padding: 0;
        background-color: #e62063;
        display: block;
        position: initial;
        width: 100%;
    }

    nav.bottom-nav a {
        display: none;
    }

    nav a:hover {
        color: #FFFFFF;
    }

    a.facebook-icon, a.youtube-icon {
        display: inline-block;
        padding-top: 20px;
        margin-left: 10px;
    }
    
    article.block .content {
		padding: 0 10px 30px 10px;
	}
	
	.tiles {
		justify-content: space-evenly;
	}

    nav.bottom-nav {
        height: 50px;
    }
    
    nav.bottom-menu {
		padding: 0 10px;
	}

    article.over-footer {
        margin:0 !important;
    }

    article.over-footer h2 {
        padding:12px 70px 0 10px;
    }

    article.over-footer .header-more {
        top: 15px;
    }

    footer {
        padding: 25px 10px;
    }

    footer p {
        font-size: 17px;
		line-height: 22px;
    }

    footer .kolumna nav {
        width: 100%;
        flex-flow: column wrap;
        gap: 20px;
    }

    footer img.organizatorzy {
        max-height: none;
        max-width: 80%;
    }

}
@media all and (min-width: 399px) {
   .hamburger{
       top: 0;
   }
}


@media all and (min-width: 540px) {

    span#word_to_hide{
        display: inline;
    }

    header {
        height: 150px;
    }

    header a.logo {
        height: 150px;
    }

    header a.logo img {
        padding: 0;
    }

    .hamburger {
        top: 0;
    }

	div.banner {
		background-image: url("../uploads/graphics/banner.jpg");
		height:160px;
	}
	
	div.banner img {
		height: 98px;
		width: auto;
		bottom: auto;
		top: calc(50% - 47px);
		left: calc(50vw + 68px);
	}

    div.social-media {
        display: block;
        position: relative;
        bottom: 50px;
        float: right;
        padding-top: 0;
        margin-bottom: -37px;
    }

    /*footer p:last-of-type {
        margin-right: 120px;
    }*/

}


@media all and (min-width: 670px) {

    nav.head-nav a, nav.head-nav a:hover, nav.head-nav a:visited {
        padding: 8px 12px 6px 12px;
        margin-left: 6px;
        font-size: 20px;
        height: 38px;
        line-height: 24px;
    }

    nav.head-nav a.youtube-icon {
        padding: 5px 0;
        height: 38px;
        width: 38px;
    }

    nav.head-nav a.youtube-icon img {
        height: 28px;
    }

    nav.head-nav a.facebook-icon {
        padding: 8px 0;
        height: 38px;
        width: 38px;
    }

    nav.head-nav a.facebook-icon img {
        height: 30px;
    }

    nav.head-nav a.sign-in {
        padding: 6px 4px 6px 12px;
        font-size: 20px;
        line-height: 26px;
    }

    nav.head-nav a.sign-in span {
        font-size: 24px;
        vertical-align: middle;
    }

    nav.head-nav a.sign-in span .fa-user-alt {
        font-size: 22px;
    }

    .hamburger{
        top: 0;
    }
    
    div.banner {
		height:210px;
	}
	
	div.banner img {
		height: 129px;
		width: auto;
		bottom: auto;
		top: calc(50% - 61px);
		left: calc(50vw + 92px);
	}

}

@media all and (min-width: 700px) {
    footer .kolumna nav {
        width: 100%;
        flex-flow: row nowrap;
        gap: 9%;
    }

    footer img.organizatorzy {
        max-height: 85px;
        max-width: none;
    }
}


@media all and (min-width: 860px) {

    p, p ol li, p ul li, ul li, ol li {
        font-size: 16px;
    }

    main h1 {
        font-size: 24px;
        padding: 20px 70px 16px 10px;
    }

    div.center-block {
        padding: 0;
    }

    .hamburger {
        right: 0;
    }

    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover {
        font-size: 22px;
    }

    nav.top-nav a::before {
        height: 25px;
        background-size: 20px;
    }

    nav.bottom-nav {
        height: 70px;
    }

    footer {
        padding: 50px 10px;
    }

    footer p {
        font-size: 17px;
		line-height: 22px;
    }
}


@media all and (min-width: 1000px) {

    body {
        background-image: none;
    }

    div.center-block {
        width: 960px;
        margin: 0 auto;
        padding: 0;
    }

    header {
        height: 150px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    header a.logo {
        height: 150px;
        margin-left: 0;
    }
    
    nav.media-nav {
		display: block;
	}

    .hamburger {
        display: none;
    }

    nav.top-nav {
        height: auto;
        margin: 0;
        padding: 0;
        background-color: #e62063;
        display: block;
        position: initial;
        width: 100%;
        border-bottom: none;
    }

    nav.top-nav {
        display: block !important;
    }

    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover, nav.bottom-nav a, nav.bottom-nav a:visited, nav.bottom-nav a:hover {
        display: inline-block;
        color: #ffffff;
        margin: 0px 0px 0px 0;
        padding: 15px 10px;
        font-size: 18px;
    }
    
    nav.top-nav a:first-of-type {
		margin-left:-10px;
    }
    
    nav.top-nav a.sign-in, nav.top-nav a.sign-in:hover {
		margin-right:0;
		padding-left: 10px;
        padding-right: 40px;
        background-size: 22px;
        background-position-x: right 10px;
    }

    nav.top-nav a::before {
        display: inline-block;
        content: none;
        height: 0px;
        width: 0px;
        background: none;
    }

    nav.top-nav .center-block {
        flex-direction: row;
    }
    
    main h1 {
        font-size: 32px;
        padding: 30px 70px 30px 0px;
    }
    
    article.block .content {
		padding: 0 0 30px 0;
	}
    
    .tiles {
		justify-content: left;
	}
	    
    nav a.bottom-item {
        display: none;
    }
    
    nav.bottom-menu {
		padding: 0;
	}

    article.over-footer h2 {
        padding:15px 70px 0 0;
    }

    article.over-footer .header-more {
        top: 23px;
    }
	
	footer {
		padding: 90px 0 50px 0;
    }
    
}


@media all and (min-width: 1200px) {

    div.center-block {
        width: 1160px;
        margin: 0 auto;
        padding: 0;
    }

    nav {
        height: 100px;
    }

    nav.head-nav {
        height: 46px;
    }

    nav a, nav a:visited, nav a:hover {
        margin: 35px 0 35px 40px;
        font-size: 26px;
    }

    nav.head-nav a, nav.head-nav a:hover, nav.head-nav a:visited {
        margin-top: 0px;
    }
    
    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover, nav.bottom-nav a, nav.bottom-nav a:visited, nav.bottom-nav a:hover {
        margin: 0px 0px 0px 0;
        padding: 17px 15px;
        font-size: 20px;
    }
    
    nav.top-nav a:first-of-type {
		margin-left:-15px;
    }
    
    nav.top-nav a.sign-in, nav.top-nav a.sign-in:hover {
		margin-right:0;
		padding-left: 15px;
		padding-right: 50px;
        background-size: 26px;
        background-position-x: right 15px;
    }
    
    div.banner {
		height:300px;
	}
	
	div.banner img {
		height: 184px;
		width: auto;
		bottom: auto;
		top: calc(50% - 87px);
		left: calc(50vw + 135px);
	}

}

@media all and (min-width: 1440px) {

    div.center-block {
        width: 1400px;
        margin: 0 auto;
        padding: 0;
    }
    
    nav.top-nav a, nav.top-nav a:visited, nav.top-nav a:hover, nav.bottom-nav a, nav.bottom-nav a:visited, nav.bottom-nav a:hover {
        margin: 0px 10px 0px 0;
        padding: 19px 20px;
        font-size: 22px;
    }
    
    nav.top-nav a:first-of-type {
		margin-left:-20px;
    }
    
    nav.top-nav a.sign-in, nav.top-nav a.sign-in:hover {
		margin-right:0;
		padding-left: 20px;
		padding-right: 63px;
        background-size: 30px;
        background-position-x: right 20px;
    }
    
    div.banner {
		height:360px;
	}
	
	div.banner img {
		height: 220px;
		width: auto;
		bottom: auto;
		top: calc(50% - 104px);
		left: calc(50vw + 165px);
	}

}

/*Animations*/
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-out {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}

.sr-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    white-space: nowrap;
}

a.share-icon, a.share-icon:hover{
    display: inline-block;
    padding: 5px 7px;
    margin-right: 7px;
    background-color: #00a399;
}

a.share-icon img {
    width: 25px;
}
/**
CUSTOM MW
 */

:root {
    --umk-festiwal-primary: #e62063;
    --umk-festiwal-primary-disabled: rgba(230, 32, 99, 1);
    --umk-festiwal-primary-tinted: #b81a4f;
    --bs-font-sans-serif: Exo, Arial, Sans-serif !important;
    --bs-body-font-family: Exo, Arial, Sans-serif, sans-serif !important;
}

.bg-festiwal {
    background-color: var(--umk-festiwal-primary);
}

.button-festiwal {
    background-color: var(--umk-festiwal-primary);
    color: white;
    border: unset;
    border-radius: 0;

}

.button-festiwal:hover {
    background-color: var(--umk-festiwal-primary-tinted);
    color: white;
    text-decoration: none;
}
.button-festiwal.disabled,
.button-festiwal:disabled {
    background-color: var(--umk-festiwal-primary-disabled);
    border-color: var(--umk-festiwal-primary-disabled);
}