.st0 {
  fill: #009749;
}

.st1 {
  fill: #050606;
}

.st2 {
  fill: #0533FF;
}

.st3 {
  fill: #F8B119;
}

.st4 {
  fill: #C82051;
}

.st6 {
  fill: #EF4A23;
}

.st7 {
  fill: #85308D;
}

.st0 {
  fill: #009749;
}

.st1 {
  fill: #050606;
}

.st2 {
  fill: #0533FF;
}

.st3 {
  fill: #F8B119;
}

.st4 {
  fill: #C82051;
}

.st6 {
  fill: #EF4A23;
}

.st7 {
  fill: #85308D;
}

body {
  background-color: #009749;
  color: #F8B119;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin: 0;
}

a {
  text-decoration: none;
  color: #F8B119;
}

a:hover {
  text-decoration-line: underline;
}

.main {
  margin-top: 50px;
  text-align: center;
  color: #F8B119;
}

.main img {
  max-width: 800px;
  width: 100%;
}

.content {
  margin-top: 70px;
}

.content-details {
  background-color: #16471e;
}

.links {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  color: #08350b;
}
.links .text {
  color: #F8B119;
}
.links a {
  text-decoration: none;
}
.links a:hover {
  text-decoration-line: underline;
}

.logo-container {
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

#grid-line-v-1 {
  min-height: 60px;
  height: 60px;
  margin-top: 30px;
}

#counter-title {
  width: 225px;
}

.counter-digit {
  font-size: 50px;
  font-weight: bold;
  line-height: 75px;
}

#counter-digit-1 {
  background: #0533FF;
  color: #F8B119;
  visibility: hidden;
}

#counter-digit-2 {
  background: #EF4A23;
  color: #050606;
  visibility: hidden;
}

#counter-digit-3 {
  background: #85308D;
  color: #009749;
  visibility: hidden;
}

#logo-bottom-text-1 {
  text-align: left;
  padding: 15px 0 0 25px;
  font-size: 25px;
}

#logo-bottom-text-2 {
  text-align: left;
  padding: 15px 0 0 25px;
  font-size: 50px;
}

.grid-container {
  width: 1000px;
  position: relative;
  transition: ease-in-out 1s;
}

.grid-container .logo-icon, .grid-container .logo-glyph {
  transition: ease-in-out 2s;
}

.grid-container .grid-row {
  display: flex;
}

.grid-container .grid-row > div {
  width: 75px;
  height: 75px;
}

.grid-container .grid-line-h {
  width: 690px;
  height: 1px;
  background-color: rgba(248, 173, 7, 0.7);
}

.grid-container .grid-row .grid-line-v {
  width: 1px;
  min-height: 100%;
  background-color: rgba(248, 173, 7, 0.7);
}

.grid-container a {
  color: #F8AD07;
}

.grid-container a:hover {
  text-decoration-line: none;
}

.square-button {
  background: #F8B119;
  color: #009749;
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 99999;
}
.square-button > div {
  margin: auto;
}

#button-buy-ticket {
  font-size: 1.7rem;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 180px;
  left: 800px;
  transition: ease-in-out 0.3s;
}
#button-buy-ticket .button-text-first-line {
  color: #85308D;
}
#button-buy-ticket .button-text-second-line {
  color: #050606;
}
#button-buy-ticket:hover {
  background: #85308D;
  border-radius: 30%;
  transition: ease-in-out 0.3s;
}
#button-buy-ticket:hover .button-text-first-line {
  color: #F8B119;
  transition: ease-in-out 0.3s;
}
#button-buy-ticket:hover .button-text-second-line {
  color: #FFFFFF;
  transition: ease-in-out 0.3s;
}

#button-map {
  background: #EF4A23;
  color: #050606;
}
#button-map:hover {
  background: rgb(240.7288135593, 93.5572033898, 58.7711864407);
}

#button-support {
  background: #0533FF;
  color: #F8B119;
  font-size: 0.9rem;
}
#button-support:hover {
  background: rgb(30.5, 71.808, 255);
}

.logo-word {
  display: none;
}

#logo-word-container-4 {
  width: 75px;
}

.sponsor-bar-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 25px;
  text-align: left;
  display: flex;
}
.sponsor-bar-container .sponsor-bar-inner {
  display: flex;
  align-items: center;
}
.sponsor-bar-container .sponsor-bar-inner-text {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.sponsor-bar-container .sponsor-bar-inner-text-small {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.sponsor-bar-container .sponsor-bar-spacer {
  flex: 1;
  min-width: 15px;
}
.sponsor-bar-container #sponsor-bar-gmina-zabia-wola {
  max-width: 300px;
}
.sponsor-bar-container #sponsor-bar-gmina-zabia-wola div:first-child {
  margin-right: 10px;
  margin-bottom: -5px;
}
.sponsor-bar-container #sponsor-bar-gmina-zabia-wola img {
  width: 55px;
}
.sponsor-bar-container #sponsor-bar-powiat-grodziski {
  max-width: 300px;
}
.sponsor-bar-container #sponsor-bar-powiat-grodziski div:first-child {
  margin-right: 10px;
  margin-bottom: -5px;
}
.sponsor-bar-container #sponsor-bar-powiat-grodziski img {
  width: 55px;
}
.sponsor-bar-container #sponsor-bar-palac-ojrzanow {
  flex-direction: column;
  min-width: 122px;
}
.sponsor-bar-container #sponsor-bar-palac-ojrzanow img {
  width: 100px;
}

.content-detail-photo img {
  width: 400px;
  margin: 15px 0 0 0;
  box-shadow: 2px 3px 0 0 #F8B119;
  transform: rotate(-1.5deg);
}

.content-detail-text-link a {
  font-weight: normal;
  color: #F8B119;
  background-color: #0533FF;
  padding: 2px 7px;
  border-radius: 5px;
  white-space: nowrap;
}
.content-detail-text-link a:hover {
  color: #0533FF;
  background-color: #F8B119;
  text-decoration: none;
}

.content-detail-ticket-info-list li {
  margin-bottom: 10px;
}

.buy-ticket-text-link a {
  font-weight: bold;
  color: #16471e;
  background-color: #F8B119;
  padding: 3px 10px;
  border-radius: 5px;
  white-space: nowrap;
}
.buy-ticket-text-link a:hover {
  background-color: #EF4A23;
  text-decoration: none;
}

.social-button-small svg {
  width: 30px;
  height: 30px;
  margin-bottom: -11px;
  fill: rgb(215.4430379747, 148.9367088608, 6.5569620253);
}
.social-button-small:hover svg {
  fill: #EF4A23;
}

.social-button-yt svg {
  margin-bottom: -8px;
}
.social-button-yt svg > use {
  scale: 1.4;
}

.social-button-fb svg > use {
  scale: 1.1;
}

.social-button-ig svg {
  margin-bottom: -10px;
}
.social-button-ig svg > use {
  scale: 1.2;
}

.artist-social-buttons-container {
  display: inline-block;
  margin-left: 20px;
}

.main-scene-artists-list {
  line-height: 2rem;
}
.main-scene-artists-list li {
  margin-bottom: 15px;
}

.main-scene-artist-name {
  font-weight: bold;
}

.main-scene-artist-description {
  font-size: 0.9rem;
  margin-left: 20px;
}

.small-scene-artists-list {
  font-weight: bold;
  line-height: 2rem;
}
.small-scene-artists-list li {
  margin-bottom: 15px;
}

.presentation-mode .grid-container {
  width: 900px;
}
.presentation-mode .logo-word {
  display: block;
}
.presentation-mode #logo-word-container-4 {
  width: 150px;
}
.presentation-mode .square-button {
  display: none;
}
.presentation-mode .content {
  display: none;
}
.presentation-mode .links {
  display: none;
}

@media (max-width: 1300px) {
  .content {
    margin-top: -80px;
    transition: ease-in-out 0.7s;
  }
  .logo-container {
    transform: scale(0.8);
    transform-origin: top;
    transition: ease-in-out 0.5s;
  }
}
@media (max-width: 1000px) {
  .content {
    margin-top: -130px;
    transition: ease-in-out 0.7s;
  }
  .logo-container {
    transform: scale(0.7);
    transform-origin: top;
    transition: ease-in-out 0.5s;
  }
}
@media (max-width: 800px) {
  .content {
    margin-top: -180px;
    transition: ease-in-out 0.7s;
  }
  .logo-container {
    transform: scale(0.65);
    transform-origin: top;
    transition: ease-in-out 0.5s;
  }
}
@media (max-width: 650px) {
  .main {
    overflow: hidden;
    margin-top: 0;
  }
  .content {
    margin-top: 80px;
    transition: ease-in-out 0.7s;
  }
  .logo-word, .presentation-mode .logo-word {
    display: none;
  }
  .grid-container {
    transform-origin: top left;
    transform: rotate(90deg) rotateX(180deg) translate(20px, 90px);
    transition: ease-in-out 1s;
  }
  #grid-line-v-1 {
    min-height: 20px;
    height: 20px;
    margin-top: 70px;
  }
  #counter-title {
    transform-origin: top left;
    transform: rotate(90deg) rotateX(180deg) translate(330px, -20px);
    transition: ease-in-out 1s;
  }
  #counter-digit-1 {
    transform: rotate(90deg) rotateX(180deg) translate(380px, -75px);
    transition: ease-in-out 1s;
  }
  #counter-digit-2 {
    transform: rotate(90deg) rotateX(180deg) translate(304px, 0);
    transition: ease-in-out 1s;
  }
  #counter-digit-3 {
    transform: rotate(90deg) rotateX(180deg) translate(-150px, 75px);
  }
  #logo-bottom-text-1 {
    transform: rotate(90deg) rotateX(180deg) translate(25px, 125px);
    transition: ease-in-out 1s;
  }
  #logo-bottom-text-2 {
    transform: rotate(90deg) rotateX(180deg) translate(-230px, 235px);
    transition: ease-in-out 1s;
  }
  .grid-container .logo-icon, .grid-container .logo-glyph {
    transform: rotate(90deg) rotateX(180deg);
    transition: ease-in-out 2s;
  }
  #button-buy-ticket {
    transform: rotate(90deg) rotateX(180deg) translate(330px, -400px);
    transition: ease-in-out 0.5s;
  }
  #button-map {
    transform: rotate(90deg) rotateX(180deg) translate(152px, -227px);
    transition: ease-in-out 0.5s;
  }
  #button-support {
    transform: rotate(90deg) rotateX(180deg) translate(152px, -227px);
    transition: ease-in-out 0.5s;
  }
}
@media (max-width: 400px) {
  .logo-container {
    transform: scale(0.6);
    transform-origin: top;
    transition: ease-in-out 0.5s;
  }
  .sponsor-bar-container {
    padding: 10px 15px;
    flex-wrap: wrap;
  }
  .sponsor-bar-container .sponsor-bar-inner-text-small {
    font-size: 0.7rem;
  }
  .sponsor-bar-container #sponsor-bar-gmina-zabia-wola div:first-child {
    margin-bottom: 13px;
  }
  .sponsor-bar-container #sponsor-bar-gmina-zabia-wola img {
    width: 50px;
  }
  .sponsor-bar-container #sponsor-bar-powiat-grodziski div:first-child {
    margin-bottom: 13px;
  }
  .sponsor-bar-container #sponsor-bar-powiat-grodziski img {
    width: 50px;
  }
  .sponsor-bar-container #sponsor-bar-palac-ojrzanow {
    min-width: 106px;
  }
  .content {
    margin-top: -10px;
    transition: ease-in-out 0.7s;
  }
}
.container {
  width: 100%;
  height: 100%;
}
.container .square {
  width: 70px;
  height: 70px;
  position: absolute;
  transition: ease-in-out 0.5s;
}
.container .square:nth-child(1) {
  left: 0;
  top: 0;
}
.container .square:nth-child(2) {
  left: 70px;
  top: 0;
  background: #39B64A;
}
.container .square:nth-child(3) {
  right: 140px;
  top: 0;
  background: #1C5B24;
}
.container .square:nth-child(4) {
  right: 70px;
  top: 0;
}
.container .square:nth-child(5) {
  right: 0;
  top: 0;
  background: #39B64A;
}
.container .square:nth-child(6) {
  left: 0;
  top: 70px;
  background: #2B8838;
}
.container .square:nth-child(7) {
  left: 70px;
  top: 70px;
  background: #61C46F;
}
.container .square:nth-child(8) {
  right: 70px;
  top: 70px;
  background: #2B8838;
}
.container .square:nth-child(9) {
  right: 0;
  top: 70px;
  display: none;
  background: #61C46F;
}

@media (max-width: 1300px) {
  .container .square {
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
    width: 56px;
    height: 56px;
  }
  .container .square:nth-child(1) {
    left: 0;
    top: 0;
  }
  .container .square:nth-child(2) {
    left: 56px;
    top: 0;
  }
  .container .square:nth-child(3) {
    right: 112px;
    top: 0;
  }
  .container .square:nth-child(4) {
    right: 56px;
    top: 0;
  }
  .container .square:nth-child(5) {
    right: 0;
    top: 0;
  }
  .container .square:nth-child(6) {
    left: 0;
    top: 56px;
  }
  .container .square:nth-child(7) {
    left: 56px;
    top: 56px;
  }
  .container .square:nth-child(8) {
    right: 56px;
    top: 56px;
  }
  .container .square:nth-child(9) {
    right: 0;
    top: 56px;
    display: none;
  }
}
@media (max-width: 1000px) {
  .container .square {
    width: 49px;
    height: 49px;
  }
  .container .square:nth-child(1) {
    left: 0;
    top: 0;
  }
  .container .square:nth-child(2) {
    left: 49px;
    top: 0;
  }
  .container .square:nth-child(3) {
    right: 98px;
    top: 0;
  }
  .container .square:nth-child(4) {
    right: 49px;
    top: 0;
  }
  .container .square:nth-child(5) {
    right: 0;
    top: 0;
  }
  .container .square:nth-child(6) {
    left: 0;
    top: 49px;
  }
  .container .square:nth-child(7) {
    left: 49px;
    top: 49px;
  }
  .container .square:nth-child(8) {
    right: 49px;
    top: 49px;
  }
  .container .square:nth-child(9) {
    right: 0;
    top: 49px;
    display: none;
  }
}
@media (max-width: 800px) {
  .container .square {
    width: 45.5px;
    height: 45.5px;
  }
  .container .square:nth-child(1) {
    left: 0;
    top: 0;
  }
  .container .square:nth-child(2) {
    left: 45.5px;
    top: 0;
  }
  .container .square:nth-child(3) {
    right: 91px;
    top: 0;
  }
  .container .square:nth-child(4) {
    right: 45.5px;
    top: 0;
  }
  .container .square:nth-child(5) {
    right: 0;
    top: 0;
  }
  .container .square:nth-child(6) {
    left: 0;
    top: 45.5px;
  }
  .container .square:nth-child(7) {
    left: 45.5px;
    top: 45.5px;
  }
  .container .square:nth-child(8) {
    right: 45.5px;
    top: 45.5px;
  }
  .container .square:nth-child(9) {
    right: 0;
    top: 45.5px;
    display: none;
  }
  .container .square:nth-child(7) {
    display: none;
  }
}
@media (max-width: 650px) {
  .container .square:nth-child(4) {
    background: #2B8838;
  }
  .container .square:nth-child(7) {
    display: none;
  }
  .container .square:nth-child(8) {
    display: none;
  }
  .container .square:nth-child(9) {
    display: block;
  }
}
@media (max-width: 400px) {
  .container .square {
    width: 42px;
    height: 42px;
  }
  .container .square:nth-child(1) {
    left: 0;
    top: 0;
  }
  .container .square:nth-child(2) {
    left: 42px;
    top: 0;
  }
  .container .square:nth-child(3) {
    right: 84px;
    top: 0;
  }
  .container .square:nth-child(4) {
    right: 42px;
    top: 0;
  }
  .container .square:nth-child(5) {
    right: 0;
    top: 0;
  }
  .container .square:nth-child(6) {
    left: 0;
    top: 42px;
  }
  .container .square:nth-child(7) {
    left: 42px;
    top: 42px;
  }
  .container .square:nth-child(8) {
    right: 42px;
    top: 42px;
  }
  .container .square:nth-child(9) {
    right: 0;
    top: 42px;
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
