/*================== BASICS - VARIABLES =====================*/

:root {
  /* COLOR VARIABLES */

  --red-50: #ec1d23;
  --red-60: #d10a10;
  --red-70: #b60d12;

  --white: #fff;
  --black: #0c0c0c;

  --gray-10: #f4f7f9;
  --gray-20: #dfe5ea;
  --gray-30: #bfc7cc;
  --gray-40: #959fa5;
  --gray-50: #788187;
  --gray-60: #6a7176;
  --gray-70: #565c60;
  --gray-80: #494d53;
  --gray-90: #383b3f;
  --gray-100: #242628;

  --green-50: #00875e;
  --green-60: #007652;
  --green-70: #006547;

  --sphere-1: #746414;
  --sphere-2: #824819;
  --sphere-3: #8c3795;
  --sphere-4: #2248a8;
  --sphere-5: #1a9b6e;
  --sphere-6: #e41795;
  --sphere-vip: #1b7d95;
  --disabled-guest: #c10222;

  --trans-white-10: rgba(241, 250, 255, 0.1);
  --trans-white-20: rgba(241, 250, 255, 0.2);
  --trans-white-30: rgba(241, 250, 255, 0.3);
  --trans-white-40: rgba(241, 250, 255, 0.4);
  --trans-white-50: rgba(241, 250, 255, 0.5);
  --trans-white-60: rgba(241, 250, 255, 0.6);
  --trans-white-70: rgba(241, 250, 255, 0.7);
  --trans-white-80: rgba(241, 250, 255, 0.8);
  --trans-white-90: rgba(241, 250, 255, 0.9);
  --trans-white-100: rgba(241, 250, 255, 0.95);

  --gold-10: #f8edde;
  --gold-20: #f0dcbc;
  --gold-30: #e9ca9b;
  --gold-40: #e2b87a;
  --gold-50: #daa659;
  --gold-60: #af8547;
  --gold-70: #836435;
  --gold-80: #624b28;
  --gold-90: #41321b;
  --gold-100: #21190d;
}
@font-face {
  font-family: "WorkSans";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans200.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans200.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans300.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans300.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans600.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans600.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans700.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/WorkSans700.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "CSTMXprmntl01";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/CSTMXprmntl01700.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/CSTMXprmntl01700.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "CSTMXprmntl02";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/CSTMXprmntl02700.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/CSTMXprmntl02700.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "CSTMXprmntl02";
  src:
    url("/sklep/wp-content/themes/nospr-tickets/fonts/CSTMXprmntl02italic.woff2?ver=0.0.2")
      format("woff2"),
    url("/sklep/wp-content/themes/nospr-tickets/fonts/CSTMXprmntl02italic.woff")
      format("woff");
  font-weight: 700;
  font-style: italic;
}
body {
  font-family: "WorkSans", sans-serif;
  line-height: 1.5;
  background-color: var(--white);
}

a,
a:visited {
  color: var(--red-50);
  transition:
    color,
    0.3s ease-out;
  text-decoration: none;
}
a:hover {
  color: var(--red-60);
}
a:active {
  color: var(--red-70);
}
a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus {
  outline: 2px var(--sphere-2);
  outline-offset: 4px;
}

p {
  color: var(--gray-60);
  font-size: 1rem;
  line-height: 1.75rem;
}
select,
input,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: calc(0.75rem - 1px);
  border: 1px solid var(--gray-30);
  box-shadow: none;
  font-family: "WorkSans", sans-serif;
  font-size: 1rem;
  background-color: var(--white);
  transition:
    background-color 0.3s ease-out,
    border-color 0.3s ease-out;
  border-radius: 0;
  line-height: 1.5rem;
  width: 100%;
}
select:hover,
input:hover,
textarea:hover {
  background-color: var(--gray-10);
  border-color: var(--gray-40);
}
select:active,
input:active,
textarea:active {
  background-color: var(--gray-20);
  border-color: var(--gray-50);
}
select:focus,
input:focus,
textarea:focus {
  background-color: var(--white);
  border-color: var(--black);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.75rem 1.5rem;
  border: 0px solid var(--black);
  box-shadow: none;
  font-family: "WorkSans", sans-serif;
  font-size: 1rem;
  background-color: var(--black);
  transition: background-color 0.3s ease-out;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.5rem;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: var(--gray-80);
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: var(--gray-100);
}
[type="checkbox"] {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  transform: translateY(1px);
}
[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--black);
  background-color: var(--white);
  transition: background-color 0.3s ease-out;
}
[type="checkbox"]:hover:after {
  background-color: var(--gray-20);
}
[type="checkbox"]:active:after {
  background-color: var(--gray-30);
}
[type="checkbox"]:focus:after {
  outline: 2px solid var(--sphere-3);
  outline-offset: 1px;
}
[type="checkbox"]:checked:after {
  background-image: url("/sklep/wp-content/themes/nospr-tickets/assets/checkbox.svg");
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
}
select {
  height: 3rem;
}
ul {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0.9em;
}
li {
  color: var(--gray-60);
  padding: 0 0 0 1em;
}
li::marker {
  color: var(--red-50);
  font-size: 1em;
}

/*-----------BUTTONS----------------*/

.btn,
button.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
  transition:
    color 0.3s ease-out,
    background-color 0.3s ease-out,
    border-color 0.3s ease-out;
}
.btn:focus-visible,
button.btn:focus-visible,
a.btn:focus-visible {
  color: inherit;
  outline: 2px solid var(--sphere-3);
  outline-offset: 3px;
}
button.btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.label {
  font-weight: 600;
  text-wrap: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn--large,
button.btn--large {
  padding: 16px;
}
.btn--medium,
button.btn--medium {
  padding: 14px;
}
.btn--small,
button.btn--small {
  padding: 11px;
}
.btn--micro,
button.btn--micro {
  padding: 8px;
}
.label--large {
  font-size: 18px;
  line-height: 24px;
  padding: 0 16px;
}
.label--medium {
  font-size: 16px;
  line-height: 20px;
  padding: 0 14px;
}
.label--small {
  font-size: 14px;
  line-height: 18px;
  padding: 0 11px;
}
.label--micro {
  font-size: 12px;
  line-height: 16px;
  padding: 0 8px;
}
.icon svg {
  width: 100%;
  height: 100%;
}
.icon--large {
  width: 24px;
  height: 24px;
}
.icon--medium {
  width: 20px;
  height: 20px;
}
.icon--small {
  width: 18px;
  height: 18px;
}
.icon--micro {
  width: 16px;
  height: 16px;
  transform: translateY(-1.5px);
}
.btn--primary,
.btn--secondary,
.btn--ghost,
button.btn--primary,
button.btn--secondary,
button.btn--ghost,
a.btn--primary,
a.btn--secondary,
a.btn--ghost {
  border: 0;
}
.btn--primary,
.btn--primary:focus-visible button.btn--primary,
button.btn--primary:focus-visible,
a.btn--primary,
a.btn--primary:focus-visible {
  background-color: var(--red-50);
  color: var(--white);
  letter-spacing: 0.025em;
}
.btn--primary:hover,
button.btn--primary:hover,
a.btn--primary:hover {
  background-color: var(--red-60);
  color: var(--white);
}
.btn--primary:active,
button.btn--primary:active,
a.btn--primary:active {
  background-color: var(--red-70);
  color: var(--white);
}
.btn--primary path,
button.btn--primary path,
a.btn--primary path {
  fill: var(--white);
}
.btn--secondary,
.btn--secondary:focus-visible,
button.btn--secondary,
button.btn--secondary:focus-visible,
a.btn--secondary,
a.btn--secondary:focus-visible {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0.025em;
}
.btn--secondary:hover,
button.btn--secondary:hover,
a.btn--secondary:hover {
  background-color: var(--gray-80);
  color: var(--white);
}
.btn--secondary:active,
button.btn--secondary:active,
a.btn--secondary:active {
  background-color: var(--gray-100);
  color: var(--white);
}
.btn--secondary path,
button.btn--secondary path,
a.btn--secondary path {
  fill: var(--white);
}
.btn--tetriary,
.btn--tetriary:focus-visible,
button.btn--tetriary,
button.btn--tetriary:focus-visible,
a.btn--tetriary,
button.btn--tetriary:focus-visible {
  color: var(--black);
  border: 1px solid var(--black);
  background-color: transparent;
}
.btn--tetriary.btn--destructive,
.btn--tetriary.btn--destructive:focus-visible,
button.btn--tetriary.btn--destructive,
button.btn--tetriary.btn--destructive:focus-visible,
a.btn--tetriary.btn--destructive,
button.btn--tetriary.btn--destructive:focus-visible {
  color: var(--red-50);
  border: 1px solid var(--red-50);
  background-color: transparent;
}
.btn--tetriary.btn--large button.btn--tetriary.btn--large,
a.btn--tetriary.btn--large {
  padding: 14px;
}
.btn--tetriary.btn--medium button.btn--tetriary.btn--medium,
a.btn--tetriary.btn--medium {
  padding: 12px;
}
.btn--tetriary.btn--small button.btn--tetriary.btn--small,
a.btn--tetriary.btn--small {
  padding: 9px;
}
.btn--tetriary.btn--micro,
button.btn--tetriary.btn--micro,
a.btn--tetriary.btn--micro {
  padding: 6px;
}
.btn--tetriary:hover,
button.btn--tetriary:hover,
a.btn--tetriary:hover {
  background-color: var(--gray-10);
  color: black;
}
.btn--tetriary.btn--destructive:hover,
button.btn--tetriary.btn--destructive:hover,
a.btn--tetriary.btn--destructive:hover {
  background-color: var(--gray-10);
  color: var(--red-60);
  border-color: var(--red-60);
}
.btn--tetriary:active,
button.btn--tetriary:active,
a.btn--tetriary:active {
  background-color: var(--gray-20);
  color: black;
}
.btn--tetriary.btn--destructive:active,
button.btn--tetriary.btn--destructive:active,
a.btn--tetriary.btn--destructive:active {
  background-color: var(--gray-20);
  color: var(--red-70);
  border-color: var(--red-70);
}
.btn--tetriary path,
button.btn--tetriary path,
a.btn--tetriary path {
  fill: var(--black);
}
.btn--tetriary.btn--destructive path,
button.btn--tetriary.btn--destructive path,
a.btn--tetriary.btn--destructive path {
  fill: var(--red-50);
}
.btn--tetriary.btn--destructive:hover path,
button.btn--tetriary.btn--destructive:hover path,
a.btn--tetriary.btn--destructive:hover path {
  fill: var(--red-60);
}
.btn--tetriary.btn--destructive:active path,
button.btn--tetriary.btn--destructive:active path,
a.btn--tetriary.btn--destructive:active path {
  fill: var(--red-70);
}
.btn--ghost,
.btn--ghost:focus-visible button.btn--ghost,
button.btn--ghost:focus-visible,
a.btn--ghost,
a.btn--ghost:focus-visible {
  color: var(--black);
  background-color: transparent;
}
.btn--ghost:hover,
button.btn--ghost:hover,
a.btn--ghost:hover {
  color: var(--black);
  background-color: var(--gray-10);
}
.btn--ghost:active,
button.btn--ghost:active,
a.btn--ghost:active {
  color: var(--black);
  background-color: var(--gray-20);
}
.btn.btn--link,
.btn.btn--link:focus-visible,
button.btn.btn--link,
button.btn.btn--link:focus-visible,
a.btn.btn--link,
a.btn.btn--link:focus-visible {
  padding: 0;
  color: var(--black);
  background-color: transparent;
}
.btn.btn--link:hover,
button.btn.btn--link:hover,
a.btn.btn--link:hover {
  padding: 0;
  color: var(--red-50);
}
.btn.btn--link:active,
button.btn.btn--link:active,
a.btn.btn--link:active {
  padding: 0;
  color: var(--red-60);
}
.btn.btn--link .label,
button.btn.btn--link .label,
a.btn.btn--link .label {
  padding: 0;
}
.btn--link.btn--large,
button.btn--link.btn--large,
a.btn--link.btn--large {
  gap: 12px;
}
.btn--link.btn--medium,
button.btn--link.btn--medium,
a.btn--link.btn--medium {
  gap: 10px;
}
.btn--link.btn--small,
button.btn--link.btn--small,
a.btn--link.btn--small {
  gap: 8px;
}
.btn--link.btn--micro,
button.btn--link.btn--micro,
a.btn--link.btn--micro {
  gap: 6px;
}
.btn--link path,
button.btn--link path,
a.btn--link path {
  fill: var(--black);
  transition: fill 0.3s ease-out;
  background-color: transparent;
}
.btn--link:hover path,
button.btn--link:hover path,
a.btn--link:hover path {
  fill: var(--red-50);
}
.btn--link:active path,
button.btn--link:active path,
a.btn--link:active path {
  fill: var(--red-50);
}
.btn.btn--link.btn--destructive,
button.btn.btn--link.btn--destructive,
a.btn.btn--link.btn--destructive {
  color: var(--red-50);
}
.btn.btn--link.btn--destructive:hover,
button.btn.btn--link.btn--destructive:hover,
a.btn.btn--link.btn--destructive:hover {
  color: var(--red-60);
}
.btn.btn--link.btn--destructive:active,
button.btn.btn--link.btn--destructive:active,
a.btn.btn--link.btn--destructive:active {
  color: var(--red-70);
}
.btn--link.btn--destructive path,
button.btn--link.btn--destructive path,
a.btn--link.btn--destructive path {
  fill: var(--red-50);
}
.btn--link.btn--destructive:hover path,
button.btn--link.btn--destructive:hover path,
a.btn--link.btn--destructive:hover path {
  fill: var(--red-60);
}
.btn--link.btn--destructive:active path,
button.btn--link.btn--destructive:active path,
a.btn--link.btn--destructive:active path {
  fill: var(--red-70);
}
.btn--primary.btn--positive,
button.btn--primary.btn--positive,
a.btn--primary.btn--positive {
  background-color: var(--green-50);
}
.btn--primary.btn--positive:hover,
button.btn--primary.btn--positive:hover,
a.btn--primary.btn--positive:hover {
  background-color: var(--green-60);
}
.btn--primary.btn--positive:active,
button.btn--primary.btn--positive:active,
a.btn--primary.btn--positive:active {
  background-color: var(--green-70);
}
.btn--secondary.btn--inversed,
.btn--secondary.btn--inversed:focus-visible,
button.btn--secondary.btn--inversed,
button.btn--secondary.btn--inversed:focus-visible,
a.btn--secondary.btn--inversed,
a.btn--secondary.btn--inversed:focus-visible {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
}
.btn--secondary.btn--inversed:hover,
button.btn--secondary.btn--inversed:hover,
a.btn--secondary.btn--inversed:hover {
  background-color: var(--trans-white-90);
}
.btn--secondary.btn--inversed:active,
button.btn--secondary.btn--inversed:active,
a.btn--secondary.btn--inversed:active {
  background-color: var(--trans-white-80);
}
.btn--secondary.btn--inversed path,
button.btn--secondary.btn--inversed path,
a.btn--secondary.btn--inversed path {
  fill: var(--black);
}
.btn--tetriary.btn--inversed,
.btn--secondary.btn--inversed:focus-visible,
button.btn--tetriary.btn--inversed,
button.btn--secondary.btn--inversed:focus-visible,
a.btn--tetriary.btn--inversed,
a.btn--secondary.btn--inversed:focus-visible {
  color: var(--white);
  border-color: var(--white);
  letter-spacing: 0.025em;
}
.btn--tetriary.btn--inversed:hover,
button.btn--tetriary.btn--inversed:hover,
a.btn--tetriary.btn--inversed:hover {
  background-color: var(--trans-white-20);
}
.btn--tetriary.btn--inversed:active,
button.btn--tetriary.btn--inversed:active,
a.btn--tetriary.btn--inversed:active {
  background-color: var(--trans-white-10);
}
.btn--tetriary.btn--inversed path,
button.btn--tetriary.btn--inversed path,
a.btn--tetriary.btn--inversed path {
  fill: var(--white);
}
.btn--ghost.btn--inversed,
.btn--ghost.btn--inversed:focus-visible,
button.btn--ghost.btn--inversed,
button.btn--ghost.btn--inversed:focus-visible,
a.btn--ghost.btn--inversed,
a.btn--ghost.btn--inversed:focus-visible {
  color: var(--white);
  letter-spacing: 0.025em;
}
.btn--ghost.btn--inversed:hover,
button.btn--ghost.btn--inversed:hover,
a.btn--ghost.btn--inversed:hover {
  background-color: var(--trans-white-20);
}
.btn--ghost.btn--inversed:active,
button.btn--ghost.btn--inversed:active,
a.btn--ghost.btn--inversed:active {
  background-color: var(--trans-white-10);
}
.btn--ghost.btn--inversed path,
button.btn--ghost.btn--inversed path,
a.btn--ghost.btn--inversed path {
  fill: var(--white);
}
.btn--link.btn--inversed,
.btn--link.btn--inversed:focus-visible,
button.btn--link.btn--inversed,
button.btn--link.btn--inversed:focus-visible,
a.btn--link.btn--inversed,
a.btn--link.btn--inversed:focus-visible {
  color: var(--trans-white-100);
  letter-spacing: 0.025em;
}
.btn--link.btn--inversed:hover,
button.btn--link.btn--inversed:hover,
a.btn--link.btn--inversed:hover {
  color: var(--white);
}
.btn--link.btn--inversed:active,
button.btn--link.btn--inversed:active,
a.btn--link.btn--inversed:active {
  color: var(--trans-white-80);
}
.btn--link.btn--inversed path,
button.btn--link.btn--inversed path,
a.btn--link.btn--inversed path {
  fill: var(--trans-white-100);
}
.btn--link.btn--inversed:hover path,
button.btn--link.btn--inversed:hover path,
a.btn--link.btn--inversed:hover path {
  fill: var(--white);
}
.btn--link.btn--inversed:active path,
button.btn--link.btn--inversed:active path,
a.btn--link.btn--inversed:active path {
  fill: var(--trans-white-80);
}

/*----------HEADER-----------*/
.header {
  position: sticky;
  z-index: 30;
  top: 0;
  background-color: var(--white);
}
.header__top {
  padding: 0.5rem 5%;
  background-color: var(--black);
  color: var(--white);
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  gap: 0.5rem;
  align-content: center;
}
.header__top-event-meta {
  text-wrap: nowrap;

  overflow: hidden;
  text-overflow: ellipse;
  display: flex;
  gap: 0.25rem;
  width: 100%;
}
.header__top-event-meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__top-separator {
  display: block;
  width: 1px;
  background-color: var(--gray-50);
  min-width: 1px;
}
.header__top-icon path {
  fill: var(--gray-30);
}
.header__top-icon.icon--micro {
  min-width: 1rem;
  min-height: 1rem;
  transform: translateY(-0.5px);
}
.nospr-logo > svg {
  width: 80px;
  height: auto;
}
.header__info-label,
.header__single-product-summary-label {
  display: none;
}
.header__single-product-summary > p {
  margin: 0;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 5% 0.25rem 0.25rem;
}
@media only screen and (min-width: 640px) {
  .nospr-logo > svg {
    height: 2rem;
    width: auto;
  }
}
@media only screen and (min-width: 1100px) {
  .header__info-label,
  .header__single-product-summary-label {
    display: block;
  }
  .header__content {
    margin: 0 auto;
    padding: 0.5rem 2rem;
  }
  .header__content-left-side {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .header {
    border-bottom: 0;
  }
  .header__info-label {
    color: var(--black);
  }
  .header__single-product-summary {
    display: flex;
    gap: 1rem;
  }
  .header__single-product-summary-label {
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 400;
    font-family: "CSTMXprmntl02", serif;
    font-style: italic;
    line-height: 2rem;
  }
  .header__single-product-summary-value {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 400;
    line-height: 2rem;
  }
  .header__top {
    padding: 0.5rem 2rem;
    font-size: 0.875rem;
    gap: 1rem;
  }
}

/*----------counter-----------------*/

.info-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  animation: fade-out 0.4s ease-out;
}
@keyframes fade-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.info-modal.active {
  display: flex;
}
.box {
  background-color: var(--white);
  border: 1px solid var(--gray-30);
}
.modal-box {
  width: 90%;
  height: fit-content;
  max-height: calc(100vh - 10vw);
  display: flex;
  flex-direction: column;
  max-width: 560px;
}
.info-modal__heading {
  margin: 0;
  font-size: 1.25rem;
  line-height: 28px;
  font-family: "CSTMXprmntl01", serif;
  color: var(--black);
}
.info-modal__header {
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  border-bottom: 1px solid var(--gray-10);
}
.btn.btn--cancel {
  position: absolute;
  right: 1rem;
  top: 1.1rem;
  transition: 0.5s ease-in-out;
}
.btn.btn--cancel:hover {
  transform: rotate(180deg);
}
.info-modal__content-wrapper {
  overflow-y: auto;
  height: 100%;
  justify-self: stretch;
}

.modal-counter-content p,
.modal-counter-content li {
  font-size: 14px;
  line-height: 20px;
}
.modal-counter-content strong {
  color: var(--gray-100);
}

.modal-counter--buttons-group {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: var(--white);
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  border-top: 1px solid var(--gray-10);
}
.modal-counter--buttons-group > .btn {
  width: 100%;
}
.header__top--counter--inactive {
  max-height: 0px;
}
.header__top--counter--warning {
  background-color: var(--red-50);
}
@media only screen and (min-width: 1100px) {
  .header__top--counter {
    justify-content: center;
  }
  .header__top--counter > .header__top-event-meta {
    max-width: 100%;
    width: fit-content;
  }

  .modal-box {
    max-height: calc(100vh - 2rem);
  }
  .info-modal__header {
    padding: 1.5rem;
  }
  .btn.btn--cancel {
    top: 1.5rem;
    right: 1.5rem;
  }

  .modal-counter-content p,
  .modal-counter-content li {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-counter--buttons-group {
    padding: 1.5rem 0;
    flex-direction: row;
  }
}
.header__top--counter {
  overflow: hidden;
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition:
    max-height 0.4s ease-in-out,
    background-color 0.4s ease-in-out,
    padding-top 0.4s ease-in-out,
    padding-bottom 0.4s ease-in-out;
}
.header__top--counter.active {
  max-height: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.modal-expired-time-heading {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.modal-expired-time-info {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}
.info-modal.counter-expired .modal-expired-time-value {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--red-50);
  margin-bottom: 2rem;
}
.info-modal.counter-expired .btn--secondary,
.info-modal.counter-expired .btn--tetriary {
  width: 100%;
}
#counter-time-reset {
  margin-bottom: 1rem;
}
.modal-expired-time {
  padding-bottom: 1rem;
}
.info-modal.counter-expired .modal-box {
  max-width: 360px;
}
.single-product .header__top--counter {
  position: absolute;
  z-index: 10;
  top: 0;
  background-color: var(--red-60);
  width: 100%;
}
#counter-value {
  width: 38px;
}
/*--------------header-regular-----------------*/

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__navigation--desktop {
  display: none;
}
.header__navigation-wrapper--mobile {
  position: absolute;
  background-color: white;
  top: 95px;
  width: 100%;
  height: calc(100vh - 96px);
  left: -100vw;
  padding: 5%;
  transition: left 0.5s ease-in-out;
}
.header__navigation-wrapper--mobile.active {
  left: 0;
}
.header__content.header__content--regular {
  padding: 0 0 0 5%;
  height: 62px;
}
.header__toolbar {
  background-color: var(--red-50);
  height: 100%;
  padding: 1rem 5% 1rem 5%;
  display: flex;
  gap: 0.75rem;
}
.header__content--regular .nospr-logo {
  display: flex;
  align-items: center;
}
.header__content--regular .btn .label--large {
  font-weight: 400;
}
.header__toolbar .btn--link.btn:hover {
  color: var(--white);
}
.header__toolbar .btn--link.btn:hover path {
  fill: var(--white);
}
button.btn--mobile-menu {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background-color: transparent;
  position: relative;
}
button.btn--mobile-menu:hover {
  background-color: var(--gray-10);
}
button.btn--mobile-menu:active {
  background-color: var(--gray-20);
}
.header__content--regular .header__content-right-side {
  display: flex;
}
.btn--mobile-menu-bar {
  height: 1px;
  width: 2rem;
  background-color: var(--black);
  display: block;
  position: absolute;
  top: 20px;
  left: 4px;
  transition: width 0.5s ease-in-out;
}
.btn--mobile-menu-bar:before {
  content: "";
  height: 1px;
  width: 2rem;
  background-color: var(--black);
  display: block;
  position: absolute;
  top: -8px;
  left: 0px;
  transition: transform 0.5s ease-in-out;
}
.btn--mobile-menu-bar:after {
  content: "";
  height: 1px;
  width: 2rem;
  background-color: var(--black);
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  transition: transform.5s ease-in-out;
}
button.btn--mobile-menu.active .btn--mobile-menu-bar {
  width: 0;
}
button.btn--mobile-menu.active .btn--mobile-menu-bar:after {
  transform: translateY(-8px) rotate(45deg);
}
button.btn--mobile-menu.active .btn--mobile-menu-bar:before {
  transform: translateY(8px) rotate(-45deg);
}
.header__navigation-heading--mobile {
  margin: 1rem 0 1.5rem 0;
  color: var(--black);
  font-family: "CSTMXprmntl02", serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
#menu-header .menu-item {
  padding: 0.5rem 0rem;
  font-size: 1.25rem;
}
#menu-header .menu-item a {
  color: var(--black);
  font-family: "CSTMXprmntl02", serif;
  font-style: italic;
}
#menu-header .menu-item a:hover {
  color: var(--black);
}

@media only screen and (min-width: 1100px) {
  .btn--mobile-menu {
    display: none;
  }
  .header__navigation--desktop {
    display: flex;
  }
  .header__navigation--desktop ul {
    display: flex;
    gap: 4vw;
  }
  #menu-header .menu-item a {
    font-family: "WorkSans", sans-serif;
    font-size: 18px;
    font-style: normal;
  }
  .header__content.header__content--regular {
    padding: 0.5rem 10% 0.5rem 2rem;
    height: fit-content;
    border-bottom: 0;
    position: relative;
  }
  .header__toolbar {
    position: absolute;
    right: 0;
    top: 62px;
    width: 70px;
    flex-direction: column;
    padding: 3rem 0;
    align-items: center;
    height: calc(80vh - 32px);
    gap: 2rem;
    transition: width 0.3s ease-out;
    max-height: 600px;
  }
  .header__toolbar:hover {
    width: 88px;
  }
  .btn--tickets {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 4rem;
  }
  #menu-header .menu-item {
    position: relative;
  }
  #menu-header .menu-item:after {
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    transition: width.5s ease-in-out;
    border-bottom: 1px solid var(--black);
  }
  #menu-header .menu-item:hover:after {
    width: 100%;
  }
}
/*-------------badge-------------*/
.basket_badge {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  border-radius: 16px;
  color: var(--white);
  background-color: var(--black);
  position: absolute;
  right: -8px;
  top: -8px;
  transition: transform 0.3s ease-out 0.15s;
}
.btn--basket {
  position: relative;
}
.btn--basket:hover .basket_badge {
  transform: translateY(-12px);
}

/*-----cart-----*/

.header__steps {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  line-height: 20px;
}
.header__progress-bar {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: var(--gray-10);
}
.header__progress-bar-counter {
  background-color: var(--black);
  height: 2px;
}
.header__progress-bar-counter--step-1 {
  width: 46%;
  animation: progress-bar-step-first 0.6s ease-in-out;
}
@keyframes progress-bar-step-first {
  from {
    width: 0%;
  }
  to {
    width: 46%;
  }
}
.header__steps-label {
  font-weight: 600;
}
.header__steps-value {
  color: var(--gray-40);
}
@media only screen and (min-width: 1100px) {
  .header__steps-label {
    display: none;
  }
  .header__steps {
    font-size: 1rem;
  }
  .header__steps-value {
    color: var(--gray-70);
  }
}

/*------checkout------*/
.header__progress-bar-counter--step-2 {
  width: 92%;
  animation: progress-bar-step-second 0.6s ease-in-out;
}
@keyframes progress-bar-step-second {
  from {
    width: 44%;
  }
  to {
    width: 92%;
  }
}

/*----pricing modal------*/

.pricing-modal {
  display: none;
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  animation: fade-out 0.4s ease-out;
  color: var(--black);
}
.pricing-modal.active {
  display: flex;
}
.pricing-modal .modal-box {
  padding: 1rem;
  max-height: calc(100vh - 1rem);
  max-width: 380px;
}
.pricing-modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
}
.pricing-modal__label {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.pricing-modal__sit-value {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "CSTMXprmntl01", serif;
}
.pricing-modal__seat-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}

.pricing-modal__radio-item-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pricing-modal__radio-item-name {
  cursor: pointer;
}
.pricing-modal__content-wrapper {
  margin-bottom: 1.5rem;
}
.modal-pricing--buttons-group {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}

@media only screen and (min-width: 1100px) {
  .pricing-modal .modal-box {
    padding: 1.5rem;
  }
  .modal-pricing--buttons-group {
    gap: 1rem;
  }
  .modal-pricing--buttons-group .btn {
    width: 100%;
  }
  .pricing-modal__sit-value {
    font-size: 56px;
    line-height: 56px;
  }
}
/*------radio input------*/
input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  position: relative;
  cursor: pointer;
}
input[type="radio"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 1rem;
  border: 1px solid var(--black);
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transition: background-color 0.3s ease-out;
}
input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  border-radius: 1rem;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: var(--black);
}
.radio-item {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
input[type="radio"]:hover:before {
  background-color: var(--gray-20);
}
/*---meta-separator----*/
.meta-separator {
  width: 1px;
  background-color: var(--gray-30);
}
/*-----price-variant------*/
.price-variant {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.price-variant:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 4px;
  background-color: var(--black);
  transform: translateY(-1px);
  min-width: 1rem;
  margin-top: 1px;
}
.price-variant.price-variant--1:before {
  background-color: var(--sphere-1);
}
.price-variant.price-variant--2:before {
  background-color: var(--sphere-2);
}
.price-variant.price-variant--3:before {
  background-color: var(--sphere-3);
}
.price-variant.price-variant--4:before {
  background-color: var(--sphere-4);
}
.price-variant.price-variant--5:before {
  background-color: var(--sphere-5);
}
.price-variant.price-variant--6:before {
  background-color: var(--sphere-6);
}
.price-variant.price-variant--vip:before {
  background-color: var(--sphere-vip);
}
.price-variant.price-variant--disabled:before {
  background-color: var(--disabled-guest);
}
.price-variant.price-variant--disactive-seat:before {
  background-color: var(--gray-60);
}
.pricing-modal__seat-meta {
  margin-bottom: 2rem;
}
.price-variant--row:before {
  content: "XII";
  font-size: 10px;
  border: 1px solid var(--gray-40);
  padding: 2px;
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  text-align: center;
  margin-top: -2px;
}

/*----modal discount-info------*/
.info-modal__content-wrapper {
  padding: 0 1rem;
}
.info-modal__content-wrapper p {
  font-size: 14px;
  line-height: 20px;
}
.info-modal__content-wrapper strong {
  color: var(--black);
}
@media only screen and (min-width: 1100px) {
  .info-modal__content-wrapper {
    padding: 1rem 2rem;
  }
}
/*------nospr loader--------*/
.loader-title {
  display: none;
}
.loader-container {
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  transition: opacity 0.3s ease-out;
  backdrop-filter: blur(2px);
  opacity: 1;
}
.loader-container.fade-in {
  opacity: 0;
}
.loader-container.hide {
  display: none;
}
.loader-visual path {
  fill: var(--white);
}
.loader-visual {
  transition: transform 0.3s ease-out;
}
.loader-container.fade-in .loader-visual {
  transform: translateY(3rem);
}
.loader-visual svg {
  animation: loaderAnim 0.7s linear infinite;
}

@keyframes loaderAnim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*-------delete modal-------*/
.delete-product-modal {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  animation: fade-out 0.3s ease-out;
}
.delete-product-modal .modal-box {
  padding: 1.5rem 1rem 1rem;
  max-width: 360px;
}
.delete-product-modal p {
  margin: 0;
  text-align: center;
  color: var(--black);
}
.delete-product-modal__buttons-group {
  display: flex;
  padding-top: 1.5rem;
  gap: 1rem;
}
.delete-product-modal__buttons-group .btn--tetriary {
  border-color: var(--red-50);
  color: var(--red-50);
}
.delete-product-modal__buttons-group .btn {
  width: 100%;
}
.delete-product-modal__info {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

@media only screen and (min-width: 1100px) {
  .delete-product-modal .modal-box {
    padding: 2rem;
    max-width: 400px;
  }
  .delete-product-modal__buttons-group {
    padding-top: 2rem;
  }
}
/*-----nospr-pictogram-----*/
.nospr_pictogram {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}
.nospr_pictogram__visual {
  width: 120px;
  height: 120px;
  animation: pictogram-visual 1s ease-in-out;
}
.nospr_pictogram__visual svg {
  width: 100%;
  height: 100%;
}
.nospr_pictogram__icon {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  padding: 0.75rem;
  background-color: var(--black);
  border-radius: 2rem;
  animation: pictogram-icon 1s ease-in-out;
}
.nospr_pictogram__icon path {
  fill: var(--white);
}
@keyframes pictogram-visual {
  from {
    opacity: 0;
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes pictogram-icon {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (min-width: 1100px) {
  .nospr_pictogram,
  .nospr_pictogram__visual {
    width: 10rem;
    height: 10rem;
  }
  .nospr_pictogram__icon {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
  }
}

/*----headers----*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
}
.nospr-big-title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-family: "CSTMXprmntl02", serif;
  font-style: italic;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .nospr-big-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
/*-----regular-container------*/
.regular-container {
  padding: 0 5%;
}
@media only screen and (min-width: 1100px) {
  .regular-container {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 70px;
  }
}
@media only screen and (min-width: 1620px) {
  .regular-container {
    max-width: 1568px;
  }
}
/*---- buttons-group------*/
.buttons-group {
  display: flex;
  width: 100%;
  gap: 1rem;
}
/*-----nospr basket hero-----*/

.nospr-basket-success__hero {
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nospr-basket-success__buttons-group {
  flex-direction: column;
  padding: 0 5vw;
}
.nospr-basket-success__buttons-group .btn {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .nospr-basket-success__buttons-group {
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
  .nospr-basket-success__buttons-group .btn {
    width: fit-content;
  }
}

/*-----cross-sails----*/
.nospr-cross-sails__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 1100px) {
  .nospr-cross-sails__title {
    text-align: left;
    font-size: 1.25rem;
  }
  .nospr-cross-sails {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/*-----product box------*/
.nospr-product-box {
  display: flex;
  gap: 0.5rem;
  color: var(--black);
  border-top: 1px solid var(--black);
  margin-bottom: 3rem;
}
.nospr-product-box:focus-visible {
  outline: 2px solid var(--sphere-3);
  outline-offset: 8px;
}
a.nospr-product-box {
  color: var(--black);
}
.nospr-product-box__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 3rem;
  min-width: 3rem;
  text-align: left;
  padding-top: 0.75rem;
}
.nospr-product-box__data {
  display: block;
  font-family: "CSTMXprmntl01", serif;
  font-size: 1.175rem;
  padding-bottom: 0.5rem;
}
.nospr-product-box__meta .icon {
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  min-height: 0.75rem;
  display: block;
}
.nospr-product-box__meta .icon path {
  fill: var(--gray-50);
}
.nospr-product-box__year,
.nospr-product-box__time {
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.25rem;
}
.nospr-product-box__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.nospr-product-box__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.nospr-product-box__section {
  margin: 0;
}
.nospr-product-box__thumbnail img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .nospr-product-box__meta {
    min-width: 5rem;
    width: 5rem;
  }
  .nospr-product-box__data {
    font-size: 1.75rem;
  }
  .nospr-product-box__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .nospr-product-box__section {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .nospr-product-box {
    margin-bottom: 4rem;
  }
  .nospr-product-box__meta .icon {
    width: 1rem;
    height: 1rem;
  }
  .nospr-product-box__label {
    font-size: 1rem;
  }
  .nospr-product-box__year,
  .nospr-product-box__time {
    gap: 0.5rem;
  }
  .nospr-product-box__info {
    position: relative;
  }
  .nospr-product-box__info:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0%;
    background-color: var(--black);
    transition: height 0.3s ease-out;
    left: 0;
    top: -1rem;
  }
  .nospr-product-box__title {
    transition: transform 0.3s ease-out;
  }
  .nospr-product-box__section {
    transition: transform 0.3s ease-out 0.15s;
  }
  .nospr-product-box__time .icon {
    transition: transform 0.6s ease-in-out;
  }
  .nospr-product-box:hover .nospr-product-box__info:before {
    height: calc(100% + 1rem);
  }
  .nospr-product-box:hover .nospr-product-box__section,
  .nospr-product-box:hover .nospr-product-box__title {
    transform: translateX(1.5rem);
  }
  .nospr-product-box:hover .nospr-product-box__time .icon {
    transform: rotate(360deg);
  }
}

/*-------regular-grid--------*/
@media only screen and (min-width: 1100px) {
  .regular-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10%;
    width: 100%;
    row-gap: 4rem;
  }
}

/*-----input-----*/
.text-input {
  margin-bottom: 1.5rem;
}
.text-input__label {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}
.text-input__label-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--black);
}
.required {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray-50);
}
.input-group {
  display: flex;
  gap: 0.5rem;
}
.text-input__control--select {
  min-width: 116px;
}

/*-------horizontal tabs-------*/
.horizontal-slides-header {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid var(--gray-30);
}
.horizontal-slides__tab {
  background-color: transparent;
  color: var(--gray-50);
  padding: 0.75rem;
  position: relative;
}
.horizontal-slides__tab.active {
  color: var(--black);
}
.horizontal-slides__tab:hover {
  background-color: var(--gray-10);
}
.horizontal-slides__tab:active {
  background-color: var(--gray-20);
}
.horizontal-slides__tab.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  left: 0;
  z-index: 1;
  background-color: var(--black);
  animation: fade-out 0.3s ease-out;
}
.horizontal-slides__slide {
  padding: 2rem 0 0 0;
  animation: fade-out 0.3s ease-out;
  display: none;
}
.horizontal-slides__slide.active {
  display: block;
}

/*------checkout input------*/
.checkbox-input__container {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.checkbox-input__control {
  min-width: 1rem;
  min-height: 1rem;
}
.checkbox-input__label,
[type="checkbox"] {
  cursor: pointer;
}
.checkbox-input__label .required {
  font-size: 1rem;
  color: var(--black);
  font-weight: 600;
}

/*-------radio input------*/
.radio-inputs {
  display: flex;
  flex-direction: column;
}
.radio-inputs__label {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-50);
}
.radio-input__label {
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.radio-input__image {
  height: 20px;
  width: auto;
}
.radio-input__label-text {
  width: 100%;
}
.radio-input {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .radio-input {
    margin-bottom: 1rem;
  }
  .radio-inputs__label {
    padding-bottom: 1.5rem;
  }
}

/*-----input validation-----*/
.text-input--validation input {
  outline: 2px solid var(--red-50);
  outline-offset: -2px;
}
.text-input__validation-container {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--red-50);
  display: block;
}
.checkbox-input__container--validation input:after {
  outline: 2px solid var(--red-50);
  outline-offset: -2px;
}
.checkbox-input__container--validation .checkbox-input__label {
  color: var(--red-50);
}
.checkbox-input__container--validation .checkbox-input__label .required {
  color: var(--red-50);
}

/*-----inputs size------*/
.text-input__label-title {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1100px) {
  .text-input-row-inside {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1100px) {
  .inputs-address .text-input--customer_zip,
  .inputs-address .text-input--billing_company_postal_code,
  .inputs-address .text-input--billing_private_postal_code,
  .inputs-address .text-input--billing_company_address_house_number,
  .inputs-address .text-input--billing_company_address_apartment_number,
  .inputs-address .text-input--billing_private_address_house_number,
  .inputs-address .text-input--billing_private_address_apartment_number {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
  }
}
.nospr-user-pannel__data-section-heading--accordion {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.nospr-user-pannel__data-section-inputs--accordion {
  animation: fade-out 0.5s ease-out;
  display: none;
}
.nospr-user-pannel__data-section--accordion.active
  .nospr-user-pannel__data-section-inputs--accordion {
  display: block;
}
.nospr-user-pannel__accordion-header-button svg {
  transition: transform 0.3s ease-in-out;
}
.nospr-user-pannel__data-section--accordion.active
  .nospr-user-pannel__accordion-header-button
  svg {
  transform: rotate(90deg);
}
@media only screen and (min-width: 1100px) {
  .nospr-user-pannel__data-section-heading--accordion {
    gap: 1rem;
  }
  .nospr-user-pannel__accordion-header-button {
    transform: scale(1.2);
  }
  .nospr-user-pannel__data-section-heading--accordion > span {
    transition: color 0.3s ease-out;
    cursor: pointer;
  }
  .nospr-user-pannel__data-section-heading--accordion > span:hover {
    color: var(--red-50);
  }
}

/*----main-----*/
.grid {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .grid-23 {
    width: 92.05391vw;
  }
}

@media (min-width: 1800px) {
  .grid-23 {
    width: 92.05391vw;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
em {
  font-family: "CSTMXprmntl02", serif;
  font-weight: 400;
  font-style: italic;
}
/*-----footer-----*/
@media (min-width: 1024px) {
  .footer {
    font-size: 1.25vw;
    overflow: hidden;
  }

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

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1800px) {
  .footer {
    font-size: 20px;
  }
}
.footer {
  z-index: 0;
}
.footer ul {
  list-style: none;
  padding: 0;
}

.footer .grid-23 {
  margin-left: 4.52363vw;
}

@media (max-width: 1023px) {
  .footer .grid-23 {
    margin-left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__main {
  background: var(--black);
  color: var(--white);
  text-align: right;
  padding: 7.8125vw 0 4.6875vw;
}
.footer__main a {
  color: var(--white);
}
.footer__main a:hover {
  color: var(--gray10);
}

.footer__main p,
.footer__main h1,
.footer__main h2,
.footer__main h3,
.footer__main h4,
.footer__main h5,
.footer__main h6 {
  color: var(--white);
  font-size: 100%;
}
@media (max-width: 1023px) {
  .footer__main {
    padding: 5.33333vw 0 16vw;
  }
}

#menu-footer {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  #menu-footer {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 12.5vw;
    display: flex;
  }
}

#menu-footer .menu-item {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.1875;
  font-weight: 400;
  margin: 0.78125vw 50px 0.78125vw 0;
  text-align: left;
}

@media (max-width: 1023px) {
  #menu-footer .menu-item {
    margin: 10px 50px 10px 0;
  }
}

#menu-footer .menu-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  #menu-footer {
    padding-bottom: 14.93333vw;
  }
}

.footer__adress {
  width: 23.32344vw;
  text-align: right;
  padding-right: 4.11934vw;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid var(--gray-90);
}

.footer__adress h3 {
  font-family: "CSTMXprmntl01", sans-serif;
  font-size: 21.28px;
  font-size: 1.33em;
  line-height: 1.36278;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .footer__adress h3 {
    padding-right: 10.66667vw;
  }
}

.footer__adress a {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.5;
  color: var(--white);
}

@media (max-width: 1023px) {
  .footer__adress {
    width: 77.33333vw;
    text-align: left;
  }
}

.footer__lang {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.1875;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .footer__lang {
    margin-top: 16vw;
  }
}

.footer__socials {
  width: 3.10859vw;
  margin-left: 1.08711vw;
}

.footer__socials li {
  text-align: center;
  margin-bottom: 2.73438vw;
}

.footer__socials li a {
  padding: 10px;
  opacity: 1;
}

@media (max-width: 1023px) {
  .footer__socials {
    width: 12.8vw;
    margin-left: 0;
  }

  .footer__socials li {
    margin-bottom: 8vw;
  }

  .footer__socials li a {
    margin-right: -10px;
  }
}

.modernizr-no-touchevents .footer__socials a:hover,
.accessibility .footer__socials a:focus {
  opacity: 0.7;
}

.footer__clause {
  padding: 1.5625vw 0;
}

.footer__clause .grid-23 {
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .footer__clause {
    padding: 5.33333vw 0 18.66667vw;
  }
  .footer__info {
    padding-left: 1em;
  }
  .footer__clause .grid-23 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5.33333vw;
  }

  .footer__clause .grid-23 > div {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

.footer__rp {
  max-width: 120px;
}

.footer__disclaimer {
  text-align: center;
  width: 55.66719vw;
}

@media (max-width: 1023px) {
  .footer__disclaimer {
    width: 100%;
    margin-top: 5.33333vw;
    position: relative;
  }
}

.footer__disclaimer p {
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.66667;
  color: var(--gray-50);
  text-align: right;
  margin-bottom: 0;
}

.footer__disclaimer ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .footer__disclaimer ul {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1rem;
  }
}

.footer__disclaimer ul li {
  padding: 0 10px;
}

@media (max-width: 1023px) {
  .footer__disclaimer ul li {
    padding: 0 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1023px) and (max-width: 320px) {
  .footer__disclaimer ul li {
    padding: 0 10px;
  }
}

.footer__disclaimer ul li:nth-child(2) {
  position: relative;
}

.footer__disclaimer ul li:nth-child(2)::after,
.footer__disclaimer ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #414141;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer__disclaimer ul li:nth-child(2)::before {
  left: 0;
}

.footer__disclaimer ul li:nth-child(2)::after {
  right: 0;
}

.footer__disclaimer ul li a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1.16667;
  color: #414141;
}

@media (max-width: 1023px) and (max-width: 320px) {
  .footer__disclaimer ul li a {
    font-size: 11px;
    font-size: 0.6875em;
    line-height: 1.27273;
  }
}

.footer a {
  transition: 0.2s opacity cubic-bezier(0.5, 0, 0.2, 1);
}

.modernizr-no-touchevents .footer a:hover,
.accessibility .footer a:focus {
  opacity: 0.7;
}

.footer__creator {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75em;
  line-height: 1;
  color: #7e7d7d;
}

.footer__creator a {
  transition: 0.2s color cubic-bezier(0.5, 0, 0.2, 1);
}

.modernizr-no-touchevents .footer__creator a:hover,
.accessibility .footer__creator a:focus {
  color: var(--white);
  opacity: 1;
}
@media (max-width: 1023px) {
  .footer__disclaimer p {
    text-align: center;
  }
}

/*------number input------*/
.number-input {
  display: flex;
  gap: 0.5rem;
}
.number-input__input {
  text-align: center;
}
/* Webkit (Chrome, Safari, Edge) */
input[type="number"].number-input__input::-webkit-outer-spin-button,
input[type="number"].number-input__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"].number-input__input {
  -moz-appearance: textfield;
}

/*--------account-registry-----*/
.success-state-visual-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--green-60);
  padding-top: 1.5rem;
}
.success-state-visual .nospr_pictogram__visual path {
  fill: var(--green-50);
}
.success-state-visual .nospr_pictogram__icon {
  background-color: var(--green-50);
}
/*-------reset-password------*/

.reset-password-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  animation: fade-out 0.4s ease-out;
}
.reset-password-modal > .modal-box {
  padding: 1rem;
  max-width: 400px;
  position: relative;
  width: 90%;
}
.reset-password-modal__header {
  display: flex;
  gap: 1rem;
  margin: 0 2rem 1rem 0;
}
.reset-password-modal .reset-password-modal__info {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}
.reset-password-modal__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.reset-password-modal__content .btn {
  width: 100%;
}
.reset-password-modal-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 1rem;
}
.reset-password-modal-description.success {
  font-weight: 600;
  color: var(--green-60);
}
.input-label--reset-password {
  margin-bottom: 0;
  width: 100%;
}
.input-label--reset-password .text-input__validation-container {
  display: none;
  padding-top: 0.25rem;
  font-size: 12px;
  line-height: 1rem;
}
.input-label--reset-password {
  position: relative;
}
.validate-loader svg {
  animation: loaderAnim 0.7s linear infinite;
}
.validate-loader {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: none;
}
.text-input__validation-container--sucess {
  color: var(--sphere-1);
}
.input-label--reset-password .text-input__validation-container.show {
  display: block;
}
.validate-loader.show {
  display: block;
}
.validate .input-text--validate-kkm {
  outline: 2px solid var(--red-50);
  outline-offset: -2px;
}
@media only screen and (min-width: 680px) {
  .reset-password-modal > .modal-box {
    padding: 2rem;
  }
}

/*-----cart-login-pannel------*/
#login-pannel[data-current_slide="all"]
  .nospr-baket-login-pannel__slide[data-slide="all"] {
  display: block;
}
#login-pannel[data-current_slide="login"]
  .nospr-baket-login-pannel__slide[data-slide="login"] {
  display: block;
}
#login-pannel[data-current_slide="registry"]
  .nospr-baket-login-pannel__slide[data-slide="registry"] {
  display: block;
}
.nospr-baket-login-pannel__slide {
  display: none;
  animation: cart-login-fade-out 0.5s ease-out;
}
@keyframes cart-login-fade-out {
  from {
    transform: translate(0, 0.5rem);
    opacity: 0;
  }
  to {
    transform: translate(0, 0rem);
    opacity: 1;
  }
}
.nospr-hero-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gray-20);
}
.nospr-regular-subtitle {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: 600;
}
.registry-form-destriprion p {
  font-size: 14px;
  line-height: 20px;
}
.registry-form-destriprion {
  padding-bottom: 1rem;
}
.nospr-baket-login-pannel__login-form .btn {
  margin-top: 1.5rem;
  width: 100%;
}
.nospr-baket-login-pannel__login-form {
  margin-bottom: 2rem;
}
[data-slide="registry"] .nospr-baket-login-pannel__container {
  max-width: 580px;
}

/*-------nospr-box-----*/
.nospr-product-box__title {
  font-weight: 500;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 1100px) {
  .nospr-product-box__title {
    letter-spacing: -0.2px;
  }
}
#counter-warning-time-reset {
  margin-bottom: 1rem;
}
/*----niepowodzenie----*/
.nospr-error-title {
  font-size: 1.25rem;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0rem;
}
.nospr-big-title__description {
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width: 680px) {
  .nospr-error-title {
    font-size: 28px;
    line-height: 36px;
  }
}

/*-----powodzenie------*/
.nospr-basket-success__buttons-group-tetriary {
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 1.5rem;
  gap: 1.5rem;
}
.nospr-basket-success__hero__caption p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 20px;
}
.nospr-basket-success__hero__caption {
  padding-top: 1rem;
  border-top: 1px solid var(--gray-20);
  max-width: 600px;
  margin: 0 auto;
}

/*---global----*/
#primary {
  min-height: 90vh;
}
::selection {
  background-color: var(--red-50);
  color: var(--white);
}
.text-input-row-inside {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.text-input-row-inside .text-input {
  width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*----info message----*/
.info-modal__content-wrapper .modal-info-content,
.info-modal__content-wrapper .modal-info-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
/*----Error message----*/
.info-modal__content-wrapper .modal-error-content,
.info-modal__content-wrapper .modal-error-content p {
  color: var(--red-60);
}
/*----Success message----*/
.info-modal__content-wrapper .modal-success-content,
.info-modal__content-wrapper .modal-success-content p {
  color: var(--green-60);
}

/*-----input password-----*/
.password-toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px !important;
  height: 48px !important;
  margin-top: 0 !important;
}
.input-group--password {
  position: relative;
}

/*-------basket-------*/
.nospr-cart__pannel-total-value,
#tickets-price,
#tickets-surcharge {
  text-wrap: nowrap;
}

/*-----change-variant-modal------*/
.change-variant-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  animation: fade-out 0.4s ease-out;
}
.change-variant-modal > .modal-box {
  padding: 1rem;
  max-width: 360px;
}
.change-variant-modal__info {
  margin-bottom: 2rem;
  font-size: 18px;
  color: var(--black);
  font-weight: 700;
}
.change-variant-modal .pricing-modal__radio-item {
  margin-bottom: 1rem;
}
.change-variant-modal .pricing-modal__radio-items {
  margin-bottom: 1.5rem;
}
.change-variant-modal__buttons-group {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding-top: 1.5rem;
}
.change-variant-modal__buttons-group .btn {
  width: 100%;
}
.change-variant-modal .modal-box {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .change-variant-modal > .modal-box {
    padding: 2rem;
  }
}

/*-----validate-kkm-modal---*/
.validate-kkm-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  animation: fade-out 0.4s ease-out;
}
.validate-kkm-modal > .modal-box {
  padding: 1rem;
  max-width: 400px;
  position: relative;
  width: 86%;
}
.validate-kkm-modal__header {
  display: flex;
  gap: 1rem;
  margin: 0 20% 2rem 0;
}
.validate-kkm-modal__header > .change-variant-modal__info {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}
.validate-kkm-modal__content {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
@media only screen and (max-width: 400px) {
  .validate-kkm-modal__content {
    flex-direction: column;
  }
  .validate-kkm-modal__content .btn {
    width: 100%;
  }
}
.input-label--validate-kkm {
  margin-bottom: 0;
  width: 100%;
}
.input-label--validate-kkm .text-input__validation-container {
  display: none;
  padding-top: 0.25rem;
  font-size: 12px;
  line-height: 1rem;
}
.input-label--validate-kkm {
  position: relative;
}
.validate-loader svg {
  animation: loaderAnim 0.7s linear infinite;
}
.validate-loader {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: none;
}
.text-input__validation-container--sucess {
  color: var(--sphere-1);
}
.input-label--validate-kkm .text-input__validation-container.show {
  display: block;
}
.validate-loader.show {
  display: block;
}
.validate .input-text--validate-kkm {
  outline: 2px solid var(--red-50);
  outline-offset: -2px;
}

/*------failure-page-----*/
.failure-footer {
  text-align: center;
  color: black;
  margin-top: 0;
}
/*-------login-agreement-registry---*/
.registry-agreement-section .checkbox-input__label {
  font-size: 14px;
  line-height: 20px;
}
.registry-agreement-section {
  padding-top: 1rem;
}
.registry-agreement-section .nospr-checkout__section-caption {
  font-size: 14px;
  line-height: 20px;
}
.registry-agreement-section .nospr-checkout__section-additional-info p {
  font-size: 12px;
  line-height: 16px;
  margin: 0.5rem 0;
}
.registry-agreement-section button[data-expand_target="data-admin-header"] {
  width: fit-content;
  margin: 0;
}

/*----payment loader-------*/

.loader-container-payment {
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.loader-visual-payment {
  animation: payment-loader-rotate 1s linear infinite;
  width: 8rem;
  height: 8rem;
}
.loader-visual-payment svg {
  width: 8rem;
  height: 8rem;
}
.loader-title-payment {
  color: var(--black);
  font-weight: 600;
}

@keyframes payment-loader-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*----woocommerce-order-------*/
.woocommerce-order {
  display: none;
}
.quantity {
  display: none;
}

/*------nospr loaders-------*/
.loader-container--modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s ease-out;
  display: none;
  z-index: 5;
}
.loader-container--modal.fade-in {
  opacity: 0;
}
.loader-visual--modal svg,
.loader-visual--modal {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
}
.loader-visual--modal {
  animation: loaderAnim 0.7s linear infinite;
}
.loader-container--modal.show {
  display: flex;
}
.info-modal__content-wrapper {
  position: relative;
  overflow-y: auto;
}
.modify-pannel__container {
  position: relative;
}
.loader-container--modal-modify .loader-visual--modal {
  position: sticky;
  top: 6rem;
}
.loader-container--modal-modify {
  padding-top: 6rem;
  align-items: flex-start;
}

/*-------new-------*/
.woocommerce-notices-wrapper {
  display: none;
}
.nospr-product-box__meta {
  position: relative;
}
.nospr-product-box__buy-ticket {
  position: absolute;
  top: 9rem;
  transform: rotate(-90deg);
  right: -0.2rem;
  letter-spacing: 0.5px;
}
.nospr-product-box__buy-ticket .icon {
  transform: scale(1.3) translateY(-4px);
}
@media only screen and (min-width: 640px) {
  .nospr-product-box__buy-ticket {
    right: 1.3rem;
    top: 11rem;
  }
  .nospr-product-box__buy-ticket .icon {
    transform: scale(1.3);
  }
}
@media only screen and (max-width: 640px) {
  .nospr-product-box__buy-ticket .label--medium {
    font-size: 14px;
  }
}
.woocommerce-notices-wrapper {
  display: none;
}
.nospr-product-box__meta {
  position: relative;
}
.nospr-product-box__buy-ticket {
  position: absolute;
  top: 9rem;
  transform: rotate(-90deg);
  right: -0.2rem;
  letter-spacing: 0.5px;
}
.nospr-product-box__buy-ticket .icon {
  transform: scale(1.3) translateY(-4px);
}
@media only screen and (min-width: 640px) {
  .nospr-product-box__buy-ticket {
    right: 1.3rem;
    top: 11rem;
  }
  .nospr-product-box__buy-ticket .icon {
    transform: scale(1.3);
  }
}
@media only screen and (max-width: 640px) {
  .nospr-product-box__buy-ticket .label--medium {
    font-size: 14px;
  }
}
.loader-title {
  display: block;
  margin: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}
.loader-container {
  flex-direction: column;
}

/*-----konto istnieje-checkout-----*/
.btn-group--acc-already-exist-checkout {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  gap: 1rem;
}
.btn-group--acc-already-exist-checkout .btn {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .btn-group--acc-already-exist-checkout {
    padding-top: 2rem;
    flex-direction: row;
  }
}
.login-modal .nospr-baket-login-pannel__registry {
  text-align: center;
  margin-top: 0;
}
.login-modal .nospr-baket-login-pannel__login-form {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.login-modal .modal-box {
  max-width: 420px;
}

/*--------WCAG---------*/
.nospr-logo {
  display: flex;
  align-items: center;
}
.nospr-logo:focus-visible {
  background-color: var(--sphere-3);
}

/*-----delete close btn modal expired----*/
.counter-expired .btn--close-modal {
  display: none;
}
