:root {
  --main: #0a9ed3;
  --secondary: #737373;
  --bg: #010302;
  --team-member-outer-width: 18rem;
  --team-member-inner-width: calc(.88 * var(--team-member-outer-width));
  --team-member-inner-offset: calc((var(--team-member-outer-width)  - var(--team-member-inner-width)) / 2);
  --team-member-width: calc(var(--team-member-outer-width)  + 1 * var(--team-member-inner-offset));
}

body {
  color: var(--secondary);
  text-align: center;
  background-color: #fff;
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.1rem;
  font-weight: 700;
  overflow-x: hidden;
}

body, ul {
  margin: 0;
}

ul {
  flex-wrap: wrap;
  height: fit-content;
  padding: 0;
  list-style-type: none;
  display: flex;
}

ul li {
  margin: 0;
}

a.button {
  background-color: var(--bg);
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10rem;
  margin: 2rem 0;
  padding: .6rem 2rem;
  font-size: 1.2rem;
  text-decoration: none;
}

a.button:hover {
  color: var(--main);
  text-decoration: 1px underline var(--main);
  background-color: #fff;
}

h1 {
  font-size: 2.6rem;
}

h1, h2 {
  border-top: 7px solid var(--main);
  max-width: 100vw;
}

h2 {
  font-size: 2.1rem;
}

h1, h2, h3 {
  color: var(--bg);
}

a[href^="mailto:"] {
  color: #fff;
}

a[href^="mailto:"]:hover {
  color: var(--secondary);
  background-color: #fff;
}

address {
  font-style: normal;
}

address, address > p {
  margin: 0;
}

section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

header {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  position: fixed;
}

header nav {
  pointer-events: auto;
  text-transform: uppercase;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  padding: 2vw;
  display: flex;
}

header nav #logo {
  display: grid;
}

header nav #logo > img {
  pointer-events: auto;
  background-size: contain;
  grid-area: 1 / 1;
  width: 100%;
  max-height: 15vh;
  animation-name: heartBeat;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

header nav ul {
  text-align: right;
  justify-content: flex-end;
}

header nav ul li {
  margin: 0 .4rem;
  font-size: 1.5rem;
}

header nav ul li a {
  pointer-events: auto;
  color: var(--bg);
  text-align: right;
  text-decoration: none;
}

header nav ul li a:hover {
  color: var(--main);
  background-color: var(--bg);
}

header nav ul li.on-dark-section a {
  color: #fff;
}

header nav ul li.on-dark-section a:hover {
  color: var(--main);
}

section#section-main {
  background-image: url("bg_top_cutout.37125686.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  box-shadow: 0 0 30px #7d7d7d61;
}

section#section-main div#time-and-place {
  text-transform: uppercase;
  flex-direction: column;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 10vh;
}

section#section-main div#time-and-place time {
  color: var(--secondary);
  font-size: 2.5rem;
  text-decoration: none;
}

section#section-main div#time-and-place address, section#section-main div#time-and-place span {
  letter-spacing: .4rem;
  margin: .3rem 0 .3rem .5rem;
}

section#section-main > svg {
  max-width: 12vw;
  height: 2.5rem;
  animation-name: slideInDown;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  position: absolute;
  bottom: 1vh;
}

div.bg-colors {
  z-index: -1;
  background-position: center;
  background-size: 30rem;
  width: 100%;
  height: 100vh;
  position: fixed;
}

section#section-claim {
  background-color: #fff;
  padding: 2rem;
}

section#section-claim p#main-claim {
  max-width: 70rem;
  margin: 1rem;
  font-size: 1.7rem;
}

section#section-startovac {
  background-image: url("pattern.dafb9dc5.png");
  padding: 2rem;
}

section#section-startovac p {
  max-width: 70rem;
  margin: 1rem;
  font-size: 1.7rem;
}

section#section-countdown {
  color: var(--bg);
  text-transform: uppercase;
  background-color: #fff;
  margin: .5rem 0;
  padding: 1.5rem;
}

section#section-countdown span {
  letter-spacing: 1.2rem;
  margin-left: 1.2rem;
}

section#section-countdown span#countdown-title {
  letter-spacing: .3rem;
  margin: 0 0 0 .3rem;
  font-size: 1.3rem;
}

section#section-countdown span#days {
  font-size: 3.9rem;
}

section#section-countdown span#hours {
  font-size: 1.8rem;
}

section#section-countdown span#minutes {
  font-size: 1.5rem;
}

section#section-lineup {
  background-color: var(--bg);
  color: #fff;
  flex-flow: wrap;
  align-items: flex-start;
  padding: 2rem 0;
}

section#section-lineup div.lineup {
  flex-direction: column;
  justify-content: center;
  margin: 2rem 3rem;
  font-size: 1.5rem;
  display: inline;
}

section#section-lineup div.lineup h2 {
  color: #fff;
  display: inline;
}

section#section-lineup div.lineup div.lineup-entry {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

section#section-lineup div.lineup div.lineup-entry span {
  text-align: left;
  margin: .5rem;
}

div#sponsors {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 3rem 1rem;
}

div#sponsors img.sponsor {
  object-fit: contain;
  width: auto;
  max-width: 8rem;
  max-height: 15vh;
  margin: 1rem 2rem;
}

footer div#sponsors .sponsor-kudyznudy {
  flex-basis: 100%;
  padding-bottom: 2rem;
}

footer div#sponsors .sponsor-kudyznudy img {
  max-height: 9rem;
}

footer div#sponsors .sponsor-cez {
  max-width: 15rem !important;
}

footer div#sponsors img.sponsor {
  margin: 1rem;
}

section#section-artists {
  background-color: #fff;
  background-image: url("pattern.dafb9dc5.png");
  flex-direction: column;
  justify-content: center;
  padding: 0 8vw 4rem;
  display: flex;
}

section#section-artists div#artists {
  flex-flow: wrap;
  justify-content: center;
  min-width: 20rem;
  max-width: 43rem;
  display: flex;
}

section#section-artists div#artists b {
  color: var(--bg);
}

section#section-artists div#artists p {
  text-align: justify;
}

section#section-artists div#artists a {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

section#section-artists div#artists a picture, section#section-artists div#artists a img {
  width: 100%;
}

section#section-gallery-teaser {
  background: url("gallery-teaser-bg.fe9a2b74.jpg") 0 0 / cover no-repeat;
  padding: 0 10vw;
  box-shadow: 0 0 30px #0000005e;
}

section#section-gallery-teaser h2 {
  color: #fff;
}

section#section-gallery-teaser div#gallery {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

section#section-gallery-teaser div#gallery a {
  background-color: var(--main);
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

section#section-gallery-teaser div#gallery a picture {
  transition: all .3s ease-in-out;
  transform: scale(1.2);
}

section#section-gallery-teaser div#gallery a img {
  width: 100%;
}

section#section-gallery-teaser div#gallery a span {
  text-transform: uppercase;
  opacity: 0;
  color: #000;
  mix-blend-mode: screen;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 10rem;
  margin: 0;
  padding: .6rem 2rem;
  position: absolute;
}

section#section-gallery-teaser div#gallery a:hover picture {
  opacity: .6;
  transform: scale(1.08);
}

section#section-gallery-teaser div#gallery a:hover span {
  opacity: 1;
  transition: all .3s;
}

section#section-gallery {
  background-color: #efefef;
  background-image: url("bg_top.47070ba3.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20vh;
}

section#section-gallery div#gallery {
  width: 90vw;
  max-width: 1600px;
  min-height: 50vh;
  margin: 0 auto;
}

section#section-gallery div#gallery h1, section#section-gallery div#gallery h2 {
  display: inline-block;
}

section#section-program {
  background-color: #efefef;
  background-image: url("bg_top.47070ba3.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20vh .3em 0;
}

section#section-program div#program {
  flex-flow: wrap;
  place-content: center;
  width: 100%;
  max-width: 65em;
  margin-bottom: 1.5em;
  display: flex;
}

section#section-team {
  background-color: #efefef;
  background-image: url("bg_top.47070ba3.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20vh;
}

section#section-team div#team {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
}

section#section-team div.team-section {
  max-width: calc(5 * var(--team-member-width));
  flex-flow: wrap;
  place-content: center;
  display: flex;
}

section#section-team div#team div.team-member {
  width: var(--team-member-width);
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
}

section#section-team div#team div.team-member img {
  object-fit: contain;
  width: 100%;
}

section#section-team div#team div.team-member span {
  margin: .5rem;
}

section#section-team div#team div.team-member span.member-description {
  margin: 0;
  font-size: .8rem;
}

section#section-team div#team div.team-member div.outer {
  width: var(--team-member-outer-width);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

section#section-team div#team div.team-member img.frame {
  position: absolute;
}

section#section-team div#team div.team-member img.inner {
  left: var(--team-member-inner-offset);
  width: var(--team-member-inner-width);
  top: var(--team-member-inner-offset);
  height: var(--team-member-inner-width);
  position: relative;
}

section#section-icons {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-around;
  padding: 3rem 15vw;
}

section#section-icons div {
  flex-direction: column;
  align-items: center;
  width: 12rem;
  display: flex;
}

section#section-icons div img {
  max-height: 5rem;
  margin: 1rem;
}

section#section-icons div span {
  text-transform: uppercase;
}

section#section-location > div#location {
  background: url("kudyknam_bg.6c08c7a8.jpg") bottom / cover no-repeat;
}

section#section-location {
  flex-flow: wrap;
  padding: 0;
}

section#section-location > div {
  flex: 1;
  height: 25rem;
}

section#section-location > div#location {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

section#section-location > div#location div#transport-ways {
  font-size: 1.3rem;
}

section#section-location > div#location div#transport-ways div.transport-way {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

section#section-location > div#location div#transport-ways div.transport-way div.transport-way-icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

section#section-location > div#location div#transport-ways div.transport-way div.transport-way-icon svg {
  width: 100%;
  height: 75%;
}

section#section-location > div#location div#transport-ways div.transport-way svg {
  height: 1rem;
}

section#section-location > div#location div#transport-ways div.transport-way p {
  margin: 0 1rem;
}

section#section-location > div#location address {
  margin: 3rem;
}

section#section-location > div#map {
  background-color: #fff;
}

ul#social-list {
  z-index: 10;
  flex-direction: row;
  display: flex;
  position: fixed;
  bottom: 0;
}

ul#social-list > li {
  padding: .5rem;
}

ul#social-list > li a svg {
  width: 3rem;
  max-width: 12vw;
  fill: var(--bg);
}

ul#social-list > li a svg.on-dark-section path {
  fill: #fff;
}

ul#social-list > li:hover {
  background-color: var(--bg);
}

ul#social-list > li:hover svg, ul#social-list > li:hover svg.on-dark-section path {
  fill: var(--main);
}

footer {
  border-top: 7px solid var(--main);
  margin-top: .5rem;
}

footer div#footer-info {
  background-color: var(--secondary);
  color: #fff;
  padding: 4rem 0;
}

footer div#footer-info div#emails {
  flex-direction: column;
  display: inline-flex;
}

footer div#footer-info p {
  margin: 1rem;
}

.bg-colors-loaded {
  background-image: url("pattern_colors.b13cf7f3.png");
}

img.logo-img-hidden {
  visibility: hidden;
}

footer div#sponsors {
  box-sizing: border-box;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem 1rem;
  display: flex;
}

footer div#sponsors .sponsor {
  object-fit: contain;
  width: auto;
  max-width: 8rem;
  max-height: 7rem;
  margin: 1rem 2rem;
}

[hidden] {
  display: none;
}

@keyframes heartBeat {
  82.5% {
    transform: scale(1);
  }

  86% {
    transform: scale(1.02);
  }

  89.5% {
    transform: scale(1);
  }

  93% {
    transform: scale(1.02);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slideInDown {
  25% {
    transform: translateZ(0);
  }

  50% {
    visibility: visible;
    transform: translate3d(0, -.7rem, 0);
  }

  75% {
    transform: translateZ(0);
  }
}

@media only screen and (width <= 750px) {
  header > nav ul li a {
    background-color: #fff;
  }

  header > nav ul li a:hover {
    color: var(--main);
    background-color: var(--bg);
  }

  header > nav ul li.on-dark-section a {
    background-color: var(--main);
  }

  header > nav ul li.on-dark-section a:hover {
    color: var(--main);
    background-color: #fff;
  }

  section#section-main div#countdown {
    position: relative;
    bottom: 10vh;
  }

  section#section-main div#time-and-place {
    font-size: 1rem;
    bottom: 13vh;
  }

  section#section-main div#time-and-place address, section#section-main div#time-and-place span {
    line-height: .8rem;
  }

  section#section-main div#time-and-place time {
    font-size: 2rem;
  }

  section#section-icons {
    flex-direction: column;
  }

  section#section-lineup div.lineup {
    margin: 2rem 1rem;
  }

  section#section-claim p#main-claim {
    font-size: 1.5rem;
  }

  section#section-gallery div#gallery {
    width: 95vw;
  }

  section#section-gallery-teaser {
    padding: 0;
  }

  section#section-team {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  section#section-location > div {
    width: 100%;
  }

  section#section-location {
    flex-direction: column;
  }

  ul#social-list > li {
    padding: .2rem;
  }
}

nav .nav-lg {
  display: inline;
}

nav .nav-sm {
  display: none;
}

nav ul {
  line-height: 1.5;
}

@media screen and (width <= 600px) {
  nav .nav-sm-enabled .nav-lg {
    display: none;
  }

  nav .nav-sm-enabled .nav-sm {
    display: inline;
  }
}

.gallery-grid {
  column-count: 1;
  column-gap: 15px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px;
}

@media (width >= 600px) {
  .gallery-grid {
    column-count: 2;
  }
}

@media (width >= 900px) {
  .gallery-grid {
    column-count: 3;
  }
}

@media (width >= 1200px) {
  .gallery-grid {
    column-count: 4;
  }
}

.gallery-item {
  break-inside: avoid;
  border-radius: 4px;
  margin-bottom: 15px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-item:hover {
  z-index: 2;
  transform: scale(1.02);
}

.gallery-item img {
  background: #222;
  width: 100%;
  height: auto;
  display: block;
}

.gallery-item .meta {
  opacity: 0;
  background: linear-gradient(to top, #000c, #0000);
  padding: 20px 10px 10px;
  font-size: .8rem;
  transition: opacity .3s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-item:hover .meta {
  opacity: 1;
}

.gallery-breadcrumb {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  max-width: 1600px;
  margin: 0 auto;
  padding: 1rem 15px;
  font-size: 1rem;
  display: flex;
}

.gallery-breadcrumb .breadcrumb-link {
  color: var(--main);
  text-decoration: none;
}

.gallery-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}

.gallery-breadcrumb .breadcrumb-separator {
  color: var(--secondary);
  opacity: .5;
}

.gallery-breadcrumb .breadcrumb-current {
  color: var(--bg);
}

.gallery-back-btn {
  background: var(--main);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  align-items: center;
  gap: .5rem;
  margin: 0 15px 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.gallery-back-btn:hover {
  background: var(--bg);
}

.folder-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  align-items: start;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px;
  display: grid;
}

.folder-card {
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000001a;
}

.folder-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #00000026;
}

.folder-card-image {
  aspect-ratio: 16 / 10;
  background: #222;
  overflow: hidden;
}

.folder-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.folder-card:hover .folder-card-image img {
  transform: scale(1.05);
}

.folder-card-info {
  text-align: left;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem;
  display: flex;
}

.folder-card-title {
  color: var(--bg);
  font-size: 1.25rem;
  font-weight: 700;
}

.folder-card-count {
  color: var(--secondary);
  font-size: .875rem;
  font-weight: 400;
}

.gallery-empty {
  text-align: center;
  color: var(--secondary);
  padding: 3rem 1rem;
  font-size: 1.1rem;
}

.gallery-load-more {
  background: var(--main);
  color: #fff;
  cursor: pointer;
  column-span: all;
  border: none;
  border-radius: 8px;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  transition: background .2s;
  display: block;
}

.gallery-load-more:hover {
  background: var(--bg);
}

@media (width <= 600px) {
  .gallery-breadcrumb {
    display: none;
  }

  .gallery-back-btn {
    display: inline-flex;
  }

  .folder-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
  }

  .folder-card-info {
    padding: .75rem;
  }

  .folder-card-title {
    font-size: 1.1rem;
  }
}

@media (width >= 601px) and (width <= 899px) {
  .folder-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .folder-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
/*# sourceMappingURL=galerie.19813d0b.css.map */
