html {
  overflow: hidden;
}
body {
  overflow: hidden;
}
/*-----nospr map summary------*/
.nospr-map-summary {
  position: fixed;
  bottom: -100px;
  right: 0;
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  transition: bottom 0.3s ease-out;
  z-index: 5;
}
.nospr-map-summary.active {
  bottom: 0;
}
.nospr-map-summary__left-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  column-gap: 2rem;
  row-gap: 0.25rem;
}
.nospr-map-summary__quantity {
  margin: 0;
  color: var(--gray-50);
  font-size: 14px;
  line-height: 24px;
}
.nospr-map-summary__quantity-value {
  color: var(--gray-30);
}
#nospr-map-modify {
  text-decoration: underline;
}
@media only screen and (min-width: 1100px) {
  .nospr-map-summary {
    max-width: 480px;
  }
  .nospr-map-summary__left-side {
    padding: 1.5rem;
    border-top: 1px solid var(--gray-90);
    border-left: 1px solid var(--gray-90);
  }
}

/*------nospr-map-modify-pannel---*/
.nospr-map-modify-pannel .modal-box {
  max-width: 420px;
}
.info-modal.nospr-map-modify-pannel {
  z-index: 90;
}
.modify-pannel__list {
  padding: 0;
  list-style: none;
}
.modify-pannel__list-item {
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray-20);
}
.modify-pannel__list-item:last-child {
  border-bottom: 0;
}
.modify-pannel__seat-meta {
  color: var(--black);
  display: flex;
  flex-direction: column;
}
.modify-pannel__seat-meta-label,
.modify-pannel__seat-meta-value {
  text-align: center;
}
.modify-pannel__seat-meta-label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.modify-pannel__seat-meta-value {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "CSTMXprmntl01", serif;
}
.modify-pannel__list-item-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
p.modify-pannel__price {
  font-size: 1.25rem;
  color: var(--black);
}
.modify-pannel__list-item-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.modify-pannel__buttons-group {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0;
  gap: 1rem;
}
.modify-pannel__buttons-group .btn--tetriary {
  width: 100%;
  max-width: 300px;
}
.modify-pannel__buttons-group .btn--tetriary .label {
  width: 100%;
  text-align: left;
}
.modify-pannel--buttons-group {
  padding: 1rem 0;
  background-color: var(--white);
  position: sticky;
  bottom: 0;
  left: -1rem;
  width: calc(100% + 2rem);
  border-top: 1px solid var(--gray-10);
}
.modify-pannel--buttons-group .btn {
  width: calc(100% - 2rem);
}
@media only screen and (max-width: 340px) {
  .modify-pannel__buttons-group .btn--tetriary {
    padding-left: 0px;
    padding-right: 4px;
  }
}

@media only screen and (min-width: 1100px) {
  .nospr-map-modify-pannel .modal-box {
    max-width: 480px;
  }
  .modify-pannel--buttons-group {
    padding: 2rem;
    width: calc(100%);
  }
  .nospr-map-modify-pannel .info-modal__content-wrapper {
    padding: 0 0rem;
  }
  .modify-pannel--buttons-group .btn {
    width: 100%;
  }
  .modify-pannel__list {
    padding: 0 2rem;
  }
}

/*-----unnumbered pannel------*/
.nospr-map-unnumbered-pannel .modal-box {
  max-width: 400px;
}
.nospr-map-unnumbered-pannel .unnumbered-pannel__info {
  font-size: 1rem;
}
.unnumbered-pannel__meta-row {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  color: var(--black);
}
.unnumbered-pannel__meta-row-value {
  font-weight: 600;
}
.nospr-map-unnumbered-pannel .number-input {
  margin-bottom: 1.5rem;
}
.unnumbered-pannel__content {
  padding-bottom: 2rem;
  padding-top: 0.5rem;
}
.unnumbered-pannel--buttons-group {
  padding-bottom: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.unnumbered-pannel--buttons-group .btn {
  width: 100%;
}

/*-------legenda kameralna-----*/
.sala-kameralna #legend-price-variant-2,
.sala-kameralna #legend-price-variant-3,
.sala-kameralna #legend-price-variant-4,
.sala-kameralna #legend-price-variant-5 {
  display: none;
}

/*-----nospr-map-------*/
.map__pannel-legend-list-item.map__pannel-legend-list-item--removed {
  display: none;
}
.map-section--koncertowa.disabled .map-section__layers {
  opacity: 0.4 !important;
}
.map-section--koncertowa.disabled {
  pointer-events: none;
}
.map-section--koncertowa.disabled .map-section__label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
  opacity: 1;
}
.map-section--koncertowa.disabled .map-section__label .map-section__label-info {
  font-size: 12px;
  line-height: 16px;
  color: var(--red-50);
}
.map-section--koncertowa.disabled .map-section__label .map-section__label-text {
  color: var(--gray-90);
}
@media only screen and (min-width: 1100px) {
  .map-section--koncertowa.disabled
    .map-section__label
    .map-section__label-info {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .map-section__layers-content {
    transition: transform 0.05s linear;
  }
}
.map-section__layers-content.map-layer-temp-trans-short {
  transition: transform 0.3s ease-out;
}

.map-layer-transition.map-section__layers-content {
  transition: transform 0.3s ease-in-out;
}
.map-section__layers--long-transition.map-section__layers-content {
  transition: transform 0.5s ease-in-out;
}
.hidden-title {
  display: none;
}
.map__pannel,
.map__pannel * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.map__pannel::-webkit-scrollbar,
.map__pannel *::-webkit-scrollbar {
  display: none;
}

.map__pannel {
  position: sticky;
  top: 0;
  padding: 1rem 5%;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid var(--trans-white-20);
  align-items: center;
  gap: 1rem;
  z-index: 11;
}

.map__container {
  max-height: calc(100vh - 88px);
  height: calc(100vh - 88px);
  background-color: var(--black);
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.map__pannel-levels-heading,
.map__pannel-legend-heading {
  display: none;
}
.map__pannel-legend-content,
.map__pannel-levels-content {
  position: absolute;
  top: 64px;
  left: 0;
  max-height: 0px;
  height: calc(100vh - 88px - 64px);
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  width: 100%;
  transition: max-height 0.5s cubic-bezier(0, 0.55, 0.57, 1);
}
@media only screen and (min-width: 1100px) {
  .map__pannel-legend-content,
  .map__pannel-levels-content {
    height: fit-content;
  }
}
.map__pannel-legend-content.active,
.map__pannel-levels-content.active {
  max-height: calc(100vh - 88px - 64px);
}
.map__pannel-legend-list-item,
.map__pannel-level-item {
  padding: 1rem 5%;
  margin: 0;
}
.map__pannel-levels-list,
.map__pannel-legend-list {
  list-style: none;
  padding: 1rem 0 4rem;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
  opacity: 0;
  transform: translateY(-1rem);
}
.active > .map__pannel-levels-list,
.active > .map__pannel-legend-list {
  opacity: 1;
  transform: translateY(0);
}
.map__pannel-legend-list-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--white);
  transition: opacity 0.3s ease-out;
  opacity: 1;
  border-bottom: 1px solid var(--trans-white-10);
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.map__pannel-legend-list-item.disactive {
  opacity: 0.25;
}
.price-variant-value {
  text-wrap: nowrap;
}
.price-variant--legend {
  max-width: 400px;
}
.map__pannel-level-item {
  display: flex;
}
button.btn.level-button {
  width: 100%;
  justify-content: space-between;
  padding: 1rem 5%;
  border-bottom: 1px solid var(--trans-white-10);
  line-height: 24px;
  background-color: transparent;
}
button.btn.level-button:hover {
  background-color: var(--trans-white-10);
}
.map__pannel-level-item {
  padding: 0;
}
.level-button__desiable-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--red-50);
  line-height: 20px;
  display: flex;
  align-items: center;
}
.level-button__desiable-label,
.level-button__active-icon {
  display: none;
}
.level-button__active-icon {
  width: 20px;
  height: 20px;
}
.level-button__active-icon path {
  fill: var(--white);
}
button.btn.level-button.active .level-button__active-icon {
  display: block;
}
button.btn.level-button.active {
  background-color: var(--trans-white-10);
}
button.btn.level-button.disabled .level-button__desiable-label {
  display: block;
}
button.btn.level-button.disabled .level-button__label {
  opacity: 0.25;
}
button.btn.level-button.disabled {
  pointer-events: none;
}
.btn--levels-mobile .icon {
  transition: transform 0.5s ease-out;
}
.btn--levels-mobile.active .icon {
  transform: rotate(180deg);
}
.btn--legend-mobile.active,
button.btn--legend-mobile.active:hover {
  background-color: var(--white);
}
.btn--legend-mobile.active .label,
.btn--legend-mobile.active .icon path {
  transition:
    color 0.3s ease-out,
    fill 0.3s ease-out;
}
.btn--legend-mobile.active .label {
  color: var(--black);
}
.btn--legend-mobile.active .icon path {
  fill: var(--black);
}
.map__canvas-container {
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

/*-------map RWD desktop ------*/
@media only screen and (min-width: 1100px) {
  .map__container {
    flex-direction: row;
    max-height: calc(100vh - 96px);
    height: calc(100vh - 96px);
  }
  .map__pannel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 0;

    width: 50%;
    max-width: 640px;
    min-width: 480px;
    border-right: solid 1px var(--gray-100);
    overflow-y: scroll;
  }
  .map__pannel-levels-content,
  .active.map__pannel-levels-content,
  .map__pannel-legend-content,
  .active.map__pannel-legend-content {
    position: relative;
    max-height: unset;
    top: 0;
  }
  .map__pannel-levels-list,
  .map__pannel-legend-list {
    opacity: 1;
    width: 100%;
    transform: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
  }
  .map__pannel-levels,
  .map__pannel-legend {
    width: 100%;
  }
  button.btn--levels-mobile,
  button.btn--legend-mobile {
    display: none;
  }
  .map__pannel-legend-heading,
  .map__pannel-levels-heading {
    display: block;
    color: var(--white);
    padding: 0 2rem;
    margin: 0;
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: "CSTMXprmntl02", serif;
    font-style: italic;
  }
  .map__pannel-legend-list-item {
    padding: 1rem 2rem;
  }
  button.btn.level-button {
    padding: 1rem 2rem;
  }
  .map__pannel-levels-heading {
  }
}
/*--------nospr-unnumbered-------*/

#unnumbered-modal-switcher {
  position: absolute;
  top: 1rem;
  left: 5vw;
  z-index: 3;
  transform: translate(5vw, -1rem);
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  animation: unnumbered-anim 0.3s ease-out;
}
@keyframes unnumbered-anim {
  from {
    transform: translate(0, -1rem);
    opacity: 0;
  }
  to {
    transform: translate(0, 0rem);
    opacity: 1;
  }
}
@keyframes unnumbered-anim-desktop {
  from {
    transform: translate(0, -1rem);
    opacity: 0;
  }
  to {
    transform: translate(0, 0rem);
    opacity: 1;
  }
}
#unnumbered-modal-switcher.active {
  display: inline-flex;
}
#unnumbered-modal-switcher:hover {
  background-color: rgba(64, 64, 64, 0.8);
}
#unnumbered-modal-switcher.show {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (min-width: 1100px) {
  #unnumbered-modal-switcher {
    transform: translate(0, -1rem);
    left: 1rem;
    animation: unnumbered-anim-desktop 0.3s ease-out;
  }
  #unnumbered-modal-switcher.show {
    transform: translate(0, 0);
  }
}

/*-------produkt-unnumbered------*/
.unnumbered-pannel-content__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
.unnumbered-pannel-content__buttons .btn {
  width: 100%;
}
.unnumbered-confirm-btn-container {
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.btn.btn--unnumbered-confirm {
  width: 100%;
}
.unnumbered-pannel__content {
  padding-bottom: 1rem;
}
.modify-pannel__list-item-header--unnumbered .modify-pannel__seat-meta-value {
  font-size: 16px;
  line-height: 28px;
}
.modify-pannel__list-item-header--unnumbered .modify-pannel__seat-meta {
  align-items: flex-start;
}
.modify-pannel--buttons-group {
  width: 100%;
  left: 0;
  text-align: center;
}
.modify-pannel--buttons-group .btn {
  width: 100%;
}
.modify-pannel__list-item-header--unnumbered p.modify-pannel__price {
  margin-bottom: 1rem;
}
.modify-pannel__list-item .number-input {
  max-width: 300px;
}

/*---------nospr-map-canvas-------*/
:root {
  --map-width: 210px;
  --map-height: 292.5px;
}
#map-zoom-out {
  position: absolute;
  right: 5vw;
  z-index: 4;
  background-color: var(--white);
  top: 1rem;
  transition: 0.3s ease-in-out;
  transform: translateY(-10rem);
}
.is-zoomed #map-zoom-out {
  transform: translateY(0rem);
}
@media only screen and (min-width: 1100px) {
  #map-zoom-out {
    right: 1.5rem;
  }
}
#mapCanvas {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Pozostałe przeglądarki */
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 88px 0px 104px;
  display: flex;
  flex-direction: column;
}
.map-section {
  height: 100%;
}

.map-section__layers {
  width: var(--map-width);
  height: var(--map-height);
}
.map-section__layers-content,
.map-section__layers-seats,
.map-section__layers-img {
  width: calc(5 * var(--map-width));
  height: calc(5 * var(--map-height));
}
.map-section__layers-content {
  position: absolute;
  top: calc(-2 * var(--map-height));
  left: calc(-2 * var(--map-width));
  transform: scale(0.2);
}
.map-section[data-section="amfiteatr"] .map-section__label {
  top: calc((100% - 208px) * 3 / 4 + 96px);
}
.map-section[data-section="antresola"] .map-section__label {
  top: calc((100% - 208px) * 1 / 2 + 96px);
}
.map-section[data-section="balkon1"] .map-section__label {
  top: calc((100% - 208px) * 1 / 4 + 96px);
}
.map-section[data-section="balkon2"] .map-section__label {
  top: calc(0% + 96px);
}

.map-section__layers {
  position: absolute;
  transition: 0.5s ease-out;
  right: 0vw;
  top: 0;
}
.map-section[data-section="balkon2"] .map-section__layers {
  transform: translate(0, calc(-50% + 112px)) scale(0.5, 0.2) rotate(50deg);
}
.map-section[data-section="balkon1"] .map-section__layers {
  transform: translate(0, calc(-50% + (100vh - 360px) * 1 / 4 + 112px))
    scale(0.5, 0.2) rotate(50deg);
}
.map-section[data-section="antresola"] .map-section__layers {
  transform: translate(0, calc(-50% + (100vh - 360px) * 1 / 2 + 112px))
    scale(0.5, 0.2) rotate(50deg);
}
.map-section[data-section="amfiteatr"] .map-section__layers {
  transform: translate(0, calc(-50% + (100vh - 360px) * 3 / 4 + 112px))
    scale(0.5, 0.2) rotate(50deg);
}
.map-section[data-section="parter"] .map-section__layers {
  transform: translate(0, calc(-50% + (100vh - 360px) * 1 / 2 + 112px))
    scale(0.5, 0.2) rotate(50deg);
}
.map-section__layers-img {
  position: absolute;
  top: 0;
  left: 0;
}
.map-section__label {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  left: 5vw;
  top: 0;
  color: var(--white);
  transition:
    transform 0.5s cubic-bezier(0, 0.55, 0.57, 1),
    opacity 0.5s ease-out;
  opacity: 0.6;
}

.map-section .map-section__main-btn {
  display: block;
  width: 100%;
  height: calc((100% - 208px) * 1 / 4);
  min-height: 44px;
  background: transparent;
  position: absolute;
  z-index: 1;
  padding: 0;
}
.map-section .map-section__main-btn[data-section="balkon2"] {
  top: calc(0% + 108px);
  transform: translateY(-50%);
}
.map-section .map-section__main-btn[data-section="balkon1"] {
  top: calc((100% - 208px) * 1 / 4 + 108px);
  transform: translateY(-50%);
}
.map-section .map-section__main-btn[data-section="antresola"] {
  top: calc((100% - 208px) * 1 / 2 + 108px);
  transform: translateY(-50%);
}
.map-section .map-section__main-btn[data-section="amfiteatr"] {
  top: calc((100% - 208px) * 3 / 4 + 108px);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1100px) {
  .map-section .map-section__main-btn {
    height: 100%;
    position: relative;
    top: 0;
    transform: none;
  }
}
.map-section__layers-img--scene,
.map-section__layers-seats {
  opacity: 0;
}

#mapCanvas.loading .map-section__label,
.map-section.hide .map-section__label,
.map-section.active .map-section__label {
  opacity: 0;
  transform: translateX(-50vw);
}
#mapCanvas.loading .map-section .map-section__layers {
  transform: translate(0, calc(-50% + (100vh - 240px) * 1 / 2 + 72px))
    scale(0.5, 0.2) rotate(50deg);
  opacity: 0;
}

/*-------active state-------*/
.map-section.active.map-section .map-section__layers {
  transform: translate(
      calc(-50vw + 50%),
      calc(-50% + (100vh - 280px) * 1 / 2.5 + 72px)
    )
    scale(1, 1) rotate(0deg);
}
.map-section.hide.map-section .map-section__layers {
  transform: translate(0, -50vh) scale(0.5, 0.2) rotate(50deg);
}
.map-section.hide .map-section__main-btn,
.map-section.active .map-section__main-btn {
  display: none;
}
.map-section__layers-seats {
  position: relative;
}
.map-section.show-details .map-section__layers-img--scene,
.map-section.show-details .map-section__layers-seats {
  opacity: 1;
}
.map-section.show-details .map-section__layers-img--seats {
  opacity: 0;
}

/*------mobile-bigger------*/
@media only screen and (min-width: 360px) {
  .map-section.active.map-section .map-section__layers {
    transform: translate(
        calc(-50vw + 50%),
        calc(-50% + (100vh - 280px) * 1 / 2.5 + 72px)
      )
      scale(1.15, 1.15) rotate(0deg);
  }
}
/*-------map-tablet-----*/
@media only screen and (min-width: 680px) {
  :root {
    --map-width: 420px;
    --map-height: 585px;
  }
  .map-section__layers-content,
  .map-section__layers-seats,
  .map-section__layers-img {
    width: calc(3 * var(--map-width));
    height: calc(3 * var(--map-height));
  }
  .map-section__layers-content {
    position: absolute;
    top: calc(-1 * var(--map-height));
    left: calc(-1 * var(--map-width));
    transform: scale(0.3333);
  }
  .map-section__label {
    font-size: 14px;
    line-height: 14px;
  }
  .map-active .map-section__layers-content {
    cursor: zoom-in;
  }
  .is-zoomed .map-section__layers-content {
    cursor: grab;
  }
}
/*-------map-desktop-small-----*/
@media only screen and (min-width: 1100px) {
  .map-section__layers-content {
    transform: scale(0.22);
  }
}
/*-------map-desktop-----*/
@media only screen and (min-width: 1380px) {
  .map-section__layers-content {
    transform: scale(0.333);
  }
}

/*------map desktop small------*/
@media only screen and (min-width: 1100px) {
  .map-section[data-section="balkon2"] .map-section__layers {
    transform: translate(-10%, calc(-50% + 104px)) scale(0.45, 0.16)
      rotate(50deg);
  }
  .map-section[data-section="balkon1"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 1 / 4 + 104px))
      scale(0.45, 0.16) rotate(50deg);
  }
  .map-section[data-section="antresola"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 1 / 2 + 104px))
      scale(0.45, 0.16) rotate(50deg);
  }
  .map-section[data-section="amfiteatr"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 3 / 4 + 104px))
      scale(0.45, 0.16) rotate(50deg);
  }
  .map-section[data-section="parter"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 1 / 2 + 104px))
      scale(0.45, 0.16) rotate(50deg);
  }

  /*-------labels-----*/

  .map-section[data-section="amfiteatr"] .map-section__label {
    top: calc((100% - 144px) * 3 / 4 + 72px);
  }
  .map-section[data-section="antresola"] .map-section__label {
    top: calc((100% - 144px) * 1 / 2 + 72px);
  }
  .map-section[data-section="balkon1"] .map-section__label {
    top: calc((100% - 144px) * 1 / 4 + 72px);
  }
  .map-section[data-section="balkon2"] .map-section__label {
    top: calc(0% + 72px);
  }
  .map-section {
    width: 60%;
  }
  .map-section__layers {
    left: 50%;

    opacity: 0.9;
  }
  .map-section__label {
    left: auto;
    right: calc(50% + 64px);
  }
  .map-section:hover .map-section__layers,
  .map-section:hover .map-section__label {
    opacity: 1;
  }
  .map-section.active .map-section__layers {
    opacity: 1;
  }
  .map-section.hide.map-section .map-section__layers {
    transform: translate(0, -100vh) scale(0.5, 0.2) rotate(50deg);
  }
  #mapCanvas {
    padding: 72px 0;
    align-items: center;
  }

  .map-section.active.map-section .map-section__layers {
    transform: translate(-50%, calc(-50% + 50vh - 64px)) scale(1, 1)
      rotate(0deg);
  }
}

/*------map desktop------*/
@media only screen and (min-width: 1380px) {
  .map-section[data-section="balkon2"] .map-section__layers {
    transform: translate(-10%, calc(-50% + 104px)) scale(0.5, 0.17)
      rotate(50deg);
  }
  .map-section[data-section="balkon1"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 1 / 4 + 104px))
      scale(0.5, 0.17) rotate(50deg);
  }
  .map-section[data-section="antresola"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 1 / 2 + 104px))
      scale(0.5, 0.17) rotate(50deg);
  }
  .map-section[data-section="amfiteatr"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 3 / 4 + 104px))
      scale(0.5, 0.17) rotate(50deg);
  }
  .map-section[data-section="parter"] .map-section__layers {
    transform: translate(-10%, calc(-50% + (100vh - 240px) * 1 / 2 + 104px))
      scale(0.5, 0.17) rotate(50deg);
  }
}

.pernament-hide {
  display: none !important;
}

/*------seat-btns------*/
.seat-btn {
  font-size: 9px;
  padding: 0;
  line-height: 9px;
  align-items: center;
  width: 16px;
  height: 12px;
  border-radius: 3px;
  transition:
    background-color 0.3s ease-out,
    color 0.3s ease-out;
  color: transparent;
  pointer-events: none;
  padding-top: 1px;
}
.seat-btn.seat-btn--for-disabled {
  background-color: var(--disabled-guest);
}
.show-btns .seat-btn.seat-btn--for-disabled {
  pointer-events: none;
}
.seat-btn.active {
  background-color: var(--red-50);
}
.show-btns .seat-btn {
  color: var(--white);
  pointer-events: auto;
}

.seat-btn--disable {
  background-color: var(--gray-70);
  color: transparent;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
}
.show-btns .seat-btn--disable {
  color: var(--gray-40);
}

.seat-btn:hover {
  background-color: var(--black);
}
.seat-btn--sphere-1 {
  background-color: var(--sphere-1);
}
.seat-btn--sphere-2 {
  background-color: var(--sphere-2);
}
.seat-btn--sphere-3 {
  background-color: var(--sphere-3);
}
.seat-btn--sphere-4 {
  background-color: var(--sphere-4);
}
.seat-btn--sphere-5 {
  background-color: var(--sphere-5);
}
.seat-btn--sphere-6 {
  background-color: var(--sphere-6);
}
.seat-btn--vip {
  background-color: var(--sphere-vip);
}
.row-label {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 4px 5px;
  font-size: 12px;
  line-height: 12px;

  color: var(--white);
  border: 1px solid var(--gray-90);
  border-radius: 6px;
  text-align: center;
  z-index: 1;
  transform: translate(-20%, -20%);
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.show-btns .row-label {
  opacity: 1;
}
.map-label {
  transition: opacity 0.3s ease-out;
  opacity: 1;
  position: absolute;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.show-btns .map-label {
  opacity: 0;
}
.scene-label {
  padding: 24px 48px;
  border: 2px solid var(--gray-60);
  border-radius: 16px;
  line-height: 56px;
  font-size: 56px;

  left: 50%;

  transform: translateX(-50%);
}
.back-scene-label,
.front-scene-label {
  left: 50%;
  transform: translateX(-50%);
  padding: 24px 40px;
  border: 2px solid var(--gray-60);
  border-radius: 16px;
  line-height: 42px;
  font-size: 42px;
}
.scene-label--amfiteatr {
  top: 180px;
}
.back-scene-label--amfiteatr {
  top: 40px;
}
.front-scene-label--amfiteatr {
  top: 330px;
}

.scene-label--antresola {
  top: 450px;
}
.back-scene-label--antresola {
  top: 320px;
}
.front-scene-label--antresola {
  top: 640px;
}

.scene-label--balkon1 {
  top: 360px;
}
.back-scene-label--balkon1 {
  top: 240px;
}
.front-scene-label--balkon1 {
  top: 550px;
}

.scene-label--balkon2 {
  top: 300px;
}
.back-scene-label--balkon2 {
  top: 170px;
}
.front-scene-label--balkon2 {
  top: 590px;
}
.scene-label--parter {
  top: 240px;
}
.back-scene-label--parter {
  top: 140px;
}
.front-scene-label--parter {
  top: 360px;
}

@media only screen and (min-width: 680px) {
  .seat-btn {
    font-size: 10px;
    line-height: 10px;
    width: 18px;
    height: 16px;
    border-radius: 3px;
  }
  .scene-label {
    font-size: 48px;
    border-radius: 16px;
    padding: 16px 48px;
    border-width: 2px;
  }
  .back-scene-label,
  .front-scene-label {
    font-size: 40px;
    border-radius: 16px;
    padding: 12px 40px;
    border-width: 2px;
  }
  .scene-label--amfiteatr {
    top: 240px;
  }
  .back-scene-label--amfiteatr {
    top: 120px;
  }
  .front-scene-label--amfiteatr {
    top: 380px;
  }

  .scene-label--antresola {
    top: 620px;
  }
  .back-scene-label--antresola {
    top: 520px;
  }
  .front-scene-label--antresola {
    top: 750px;
  }

  .scene-label--balkon1 {
    top: 460px;
  }
  .back-scene-label--balkon1 {
    top: 340px;
  }
  .front-scene-label--balkon1 {
    top: 630px;
  }

  .scene-label--balkon2 {
    top: 420px;
  }
  .back-scene-label--balkon2 {
    top: 320px;
  }
  .front-scene-label--balkon2 {
    top: 560px;
  }
  .scene-label--parter {
    top: 320px;
  }
  .back-scene-label--parter {
    top: 240px;
  }
  .front-scene-label--parter {
    top: 420px;
  }
}
/*------seat-btns-kameralna------*/

[data-map-section="parter"] .seat-btn {
  font-size: 14px;
  width: 28px;
  height: 22px;
}

/*------unnumbered-only---------*/
.nospr-map-unnumbered-pannel-only .modal-box {
  max-width: 360px;
  max-height: 90%;
}
.nospr-map-unnumbered-pannel-only {
  position: absolute;
  top: 0;
  height: 100%;
}
.nospr-map-unnumbered-pannel-only .info-modal__header {
  padding: 1rem;
}
.nospr-map-unnumbered-pannel-only__heading {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-family: "Worksans";
  font-weight: 600;
}
.nospr-map-unnumbered-pannel-only .unnumbered-pannel__content {
  padding-top: 1rem;
}
.nospr-map-unnumbered-pannel-only__buttons-group {
  padding: 1rem;
  border-top: 1px solid var(--gray-10);
  display: flex;
}
#nospr-map-next-unnumbered-only {
  width: 100%;
}

@media only screen and (min-width: 1100px) {
  .nospr-map-unnumbered-pannel-only__heading {
    font-size: 20px;
    line-height: 28px;
  }
  .nospr-map-unnumbered-pannel-only .info-modal__header {
    padding: 1.5rem;
  }
  .nospr-map-unnumbered-pannel-only__buttons-group {
    padding: 2rem;
  }
}
.is-only-unnumbered #nospr-map-summary,
.is-only-unnumbered #unnumbered-modal-switcher {
  display: none;
}

/*------delete-seats------*/
#seat-I-50-BalkonII,
#seat-I-49-BalkonII,
#seat-I-48-BalkonII,
#seat-I-47-BalkonII,
#seat-I-46-BalkonII,
#seat-I-45-BalkonII,
#seat-I-44-BalkonII,
#seat-I-43-BalkonII,
#seat-I-42-BalkonII,
#seat-I-41-BalkonII,
#seat-I-40-BalkonII,
#seat-I-39-BalkonII,
#seat-I-38-BalkonII,
#seat-I-37-BalkonII,
#seat-I-36-BalkonII,
#seat-I-35-BalkonII,
#seat-I-34-BalkonII,
#seat-I-33-BalkonII,
#seat-I-32-BalkonII,
#seat-I-31-BalkonII {
  display: none;
}
#seat-I-51-BalkonII,
#seat-I-52-BalkonII,
#seat-I-53-BalkonII,
#seat-I-54-BalkonII,
#seat-I-55-BalkonII,
#seat-I-56-BalkonII,
#seat-I-57-BalkonII,
#seat-I-58-BalkonII,
#seat-I-59-BalkonII,
#seat-I-60-BalkonII,
#seat-I-61-BalkonII,
#seat-I-62-BalkonII,
#seat-I-63-BalkonII,
#seat-I-64-BalkonII,
#seat-I-65-BalkonII,
#seat-I-66-BalkonII,
#seat-I-67-BalkonII,
#seat-I-68-BalkonII,
#seat-I-69-BalkonII,
#seat-I-70-BalkonII {
  display: none;
}
#label-row-label-null-BalkonII {
  display: none;
}
.seat-btn[data-object_label="O6(B1)"] {
  color: transparent;
  background-color: var(--disabled-guest);
}
#seat-VII-55-Antresola,
#seat-VII-56-Antresola,
#seat-VII-57-Antresola,
#seat-VII-58-Antresola,
#seat-VII-59-Antresola,
#seat-VII-60-Antresola,
#seat-VII-61-Antresola,
#seat-VII-62-Antresola,
#seat-VII-63-Antresola {
  display: none;
}
#label-row-label-I-181-2781-BalkonII,
#label-row-label-I-1379-2783-BalkonII {
  display: none;
}
#label-row-label-VII-642-78-Antresola,
#label-row-label-VII-894-78-Antresola {
  display: none;
}

/*-----wcag product------*/
button.seat-btn:focus,
button.seat-btn:focus-visible {
  background-color: var(--white);
  color: var(--black);
}
button.btn.level-button:focus-visible {
  background-color: var(--white);
  color: var(--black);
  outline-width: 0;
}
.nospr-logo {
  display: flex;
  align-items: center;
}
.nospr-logo:focus-visible {
  background-color: var(--sphere-3);
}
.map-section__layers-seats:focus-visible {
  border: 4px solid var(--white);
  background-color: var(--trans-white-10);
}
.map-section__layers-seats {
  scroll-behavior: auto;
}
.map-section__layers {
  overflow: visible;
}
.header__content-left-side {
  display: flex;
}
/*-----sala kameralna------*/

.sala-kameralna #legend-price-variant-5 {
  display: flex;
}
.sala-kameralna #legend-price-variant-1,
.sala-kameralna #legend-price-variant-vip {
  display: none;
}
.nospr-cart__single-sit-buttons .btn--tetriary span {
  text-wrap: wrap;
}
.modify-pannel__buttons-group .btn--tetriary span {
  text-wrap: wrap;
}
.map-section__layers-img.map-section__layers-img--seats {
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}

/*--------Edge case RWD Product-------*/
@media only screen and (min-width: 680px) and (max-width: 1100px) and (max-height: 700px) {
  .map-section__layers-content {
    transform: scale(0.15);
  }
  #mapCanvas {
    padding: 36px 0px 72px;
  }
  .map-section .map-section__main-btn {
    height: calc((100% - 112px) * 1 / 4);
  }
  .map-section .map-section__main-btn[data-section="balkon2"] {
    top: 36px;
    transform: translateY(0);
  }
  .map-section .map-section__main-btn[data-section="balkon1"] {
    top: calc((100% - 112px) * 1 / 4 + 36px);
    transform: translateY(0);
  }
  .map-section .map-section__main-btn[data-section="antresola"] {
    top: calc((100% - 112px) * 2 / 4 + 36px);
    transform: translateY(0);
  }
  .map-section .map-section__main-btn[data-section="amfiteatr"] {
    top: calc((100% - 112px) * 3 / 4 + 36px);
    transform: translateY(0);
  }
  .map-section[data-section="balkon2"] .map-section__label {
    top: calc(0% + 36px);
    left: 33%;
  }
  .map-section[data-section="balkon1"] .map-section__label {
    top: calc((100% - 112px) * 1 / 4 + 36px);
    left: 33%;
  }
  .map-section[data-section="antresola"] .map-section__label {
    top: calc((100% - 112px) * 2 / 4 + 36px);
    left: 33%;
  }
  .map-section[data-section="amfiteatr"] .map-section__label {
    top: calc((100% - 112px) * 3 / 4 + 36px);
    left: 33%;
  }
  .map-section[data-section="balkon2"] .map-section__layers {
    transform: translate(0, calc(-50% + 32px)) scale(0.5, 0.2) rotate(50deg);
    right: 5%;
  }
  .map-section[data-section="balkon1"] .map-section__layers {
    transform: translate(0, calc(-50% + (100vh - 240px) * 1 / 4 + 32px))
      scale(0.5, 0.2) rotate(50deg);
    right: 5%;
  }
  .map-section[data-section="antresola"] .map-section__layers {
    transform: translate(0, calc(-50% + (100vh - 240px) * 2 / 4 + 32px))
      scale(0.5, 0.2) rotate(50deg);
    right: 5%;
  }
  .map-section[data-section="amfiteatr"] .map-section__layers {
    transform: translate(0, calc(-50% + (100vh - 240px) * 3 / 4 + 32px))
      scale(0.5, 0.2) rotate(50deg);
    right: 5%;
  }
  .map-section.hide.map-section .map-section__layers {
    top: -150vh;
  }
  .map-active .map-section__layers-content {
    transform: scale(0.12) translateX(30%);
  }
}

@media only screen and (max-height: 560px) and (min-width: 1100px) {
  .map-section__layers-content {
    transform: scale(0.15);
  }
  .map-section__label {
    transform: translateY(24px);
  }
}
.pswp {
  position: absolute;
  z-index: -1;
}

/*------unnumbered------*/

.nospr-cart__single-product-single-sit--unnumbered
  .nospr-cart__single-sit-meta {
  justify-items: flex-start;
  width: 100%;
}
.nospr-cart__single-sit-value {
  text-align: left;
}
.nospr-map-unnumbered-pannel-only .modal-box {
  max-width: 360px;
}
.nospr-map-unnumbered-pannel-only__variant-switcher {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.nospr-map-unnumbered-pannel-only__variant-switcher-label {
  font-size: 16px;
  font-family: "CSTMXprmntl02";
  font-style: italic;
  color: var(--black);
}
.nospr-map-unnumbered-pannel-only__heading {
  font-size: 16px;
  line-height: 20px;
}
#nospr-map-next-unnumbered-only__switcher {
  width: 100%;
  height: 48px;
  padding: 0 8px 0px 0px;
  align-items: center;
  justify-content: space-between;
}
#nospr-map-next-unnumbered-only__switcher-label {
  width: 100%;
  text-align: left;
}
.unnumbered-single-price {
  min-width: fit-content;
  font-weight: 400;
}
.unnumbered-pannel-content__buttons {
  padding-bottom: 0rem;
}
.unnumbered-pannel__meta-row.unnumbered-pannel__meta-row--separeted {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--black);
  margin-bottom: 0.5rem;
  font-size: 14px;
  justify-content: flex-end;
  gap: 0.25rem;
}
#nospr-map-next-unnumbered-only__switcher svg {
  width: 16px;
  height: 16px;
}
.change-variant-modal--higher {
  z-index: 100;
}
.discount-info {
  z-index: 101;
}
.nospr-map-unnumbered-pannel__operations-wrapper {
  padding: 1rem;
  background-color: var(--gray-20);
}
.unnumbered-pannel-content__buttons {
  flex-direction: row;
  max-width: 100%;
  overflow: hidden;
}
.unnumbered-pannel-content__buttons .label--small {
  display: none;
}
@media only screen and (min-width: 600px) and (min-height: 400px) {
  .nospr-map-unnumbered-pannel-only .modal-box {
    max-width: 480px;
  }
  .nospr-map-unnumbered-pannel-only__variant-switcher {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
  .nospr-map-unnumbered-pannel-only__variant-switcher-label {
    font-size: 20px;
  }
  .nospr-map-unnumbered-pannel-only__heading {
    font-size: 18px;
    line-height: 24px;
  }
  .unnumbered-pannel-content__buttons .label--small {
    display: inline;
  }

  #nospr-map-next-unnumbered-only__switcher {
    padding: 0 12px 0px 4px;
  }
}

@media only screen and (min-width: 1100px) {
  .nospr-map-unnumbered-pannel__operations-wrapper {
    padding: 1rem 2rem;
  }
}

@media only screen and (max-width: 400px) {
  .nospr-map-unnumbered-pannel-only .modal-box {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}

/*------unnumbered regular--------*/

#unnumbered-pannel-content .nospr-map-unnumbered-pannel-only__variant-switcher {
  margin-bottom: 0.5rem;
}
#nospr-map-next-unnumbered__switcher {
  width: 100%;
}
#nospr-map-next-unnumbered__switcher .icon--small svg {
  width: 16px;
  height: 16px;
}
#unnumbered-pannel-content .unnumbered-pannel__summary-rows {
  margin-top: 1.5rem;
}
#nospr-map-next-unnumbered__switcher-label {
  flex-grow: 1;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  #unnumbered-pannel-content .unnumbered-pannel__summary-rows {
    margin-top: 2rem;
  }
  #unnumbered-pannel-content
    .nospr-map-unnumbered-pannel-only__variant-switcher {
    margin-bottom: 1rem;
  }
  .nospr-map-unnumbered-pannel .modal-box {
    max-width: 480px;
  }
}
