@charset "UTF-8";
/* cyrillic-ext */
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/or30Q7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaePiZTNzWNf72cWk.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* greek-ext */
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/or30Q7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaePiYTNzWNf72cWk.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* hebrew */
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/or30Q7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaePiWTNzWNf72cWk.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/or30Q7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaePiaTNzWNf72cWk.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/or30Q7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaePiUTNzWNf72.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  color: #414651;
}

section {
  margin: 6rem 0;
}

.swal2-popup {
  font-size: 1.8rem !important;
}
@media (max-width: 1023px) {
  .swal2-popup {
    font-size: 1.6rem !important;
  }
}

body.upnext-tickets-login div#login {
  min-height: calc(100vh - 10rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.upnext-tickets--login-container {
  width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  .upnext-tickets--login-container {
    width: 90%;
    font-size: 1.8rem;
  }
  .upnext-tickets--login-container br {
    display: none;
  }
}
.upnext-tickets--login-container h1, .upnext-tickets--login-container .h1 {
  font-size: 4.8rem;
  margin: 0;
}
@media (max-width: 1023px) {
  .upnext-tickets--login-container h1, .upnext-tickets--login-container .h1 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.upnext-tickets--login-step[data-step="2"] {
  display: none;
}
.upnext-tickets--login-form {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .upnext-tickets--login-form {
    margin-top: 0;
  }
}
.upnext-tickets--login-form input {
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.upnext-tickets--login-form a.btn {
  width: 100%;
  justify-content: center;
  transition: all 0.3s linear;
}
.upnext-tickets--login-form a.btn span[data-show=disabled] {
  display: none;
}

body.iframe header, body.iframe footer {
  display: none;
}

body.upnext-tickets-response main {
  padding: 0;
}

.uti--heading {
  font-weight: 700;
  font-size: 3.6rem;
}
.uti--heading-h1 {
  font-size: 4.8rem;
}
@media (max-width: 1023px) {
  .uti--heading-h1 {
    font-size: 3.2rem;
  }
}
.uti--heading-center {
  text-align: center;
}

.uti--plans-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.uti--plans-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.uti--plans-grid ul li {
  flex: 1;
  min-width: calc(33.3333333333% - 2.5rem);
  max-width: 33.3333333333%;
}
@media (max-width: 1023px) {
  .uti--plans-grid ul li {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.uti--plans-tile {
  border: 1px solid #D5D7DA;
  border-radius: 12px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
}
.uti--plans-tile-image {
  width: 40%;
  margin: 0 auto;
}
.uti--plans-tile-image img {
  width: auto;
  height: 10rem;
}
.uti--plans-tile-desc {
  border: solid #D5D7DA;
  border-width: 1px 0;
  padding: 2rem;
  line-height: 1.4;
}
.uti--plans-tile-cta {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.uti--plan-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.uti--plan-selected {
  border: 1px solid #868686;
  border-radius: 24px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.uti--plan-selected-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .uti--plan-selected-details {
    flex-direction: column;
    text-align: center;
  }
}
.uti--plan-selected-image {
  width: 8rem;
}
.uti--plan-selected-image img {
  width: 100%;
  height: auto;
}
.uti--plan-selected-title {
  font-size: 2rem;
}
.uti--plan-selected-price {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .uti--plan-selected-price {
    margin-right: auto;
  }
}
.uti--plan-selected-price:after {
  content: ' ש"ח';
}
.uti--plan-selected-price.deleted {
  text-decoration: line-through;
  font-weight: 400;
}
.uti--plan-selected-special-price {
  font-weight: 700;
}
.uti--plan-selected-special-price:empty {
  display: none;
}
.uti--plan-selected-special-price:empty + .uti--plan-selected-special-price-delete {
  display: none;
}
.uti--plan-selected-special-price:after {
  content: ' ש"ח';
}
.uti--plan-selected-coupon-link > div {
  display: flex;
  justify-content: flex-end;
}
.uti--plan-selected-coupon {
  display: none;
}
.uti--plan-selected-coupon > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .uti--plan-selected-coupon > div {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.uti--plan-selected-coupon .btn {
  border-radius: 8px;
}
.uti--plan-selected a:not(.btn) {
  color: #A48AC0;
}
@media (min-width: 1024px) {
  .uti--plan-form {
    padding: 0 7rem;
  }
}
.uti--plan-form > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .uti--plan-form > ul {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .uti--plan-form > ul li.span {
    grid-column: span 2;
  }
}

.uti--payment-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.uti--payment-intro {
  text-align: center;
}
.uti--payment-iframe {
  border: 1px solid #D5D7DA;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}
.uti--payment-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uti--form label {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.6rem;
}
.uti--form label div {
  position: relative;
}
.uti--form label.error {
  color: red;
}
.uti--form label a[href="#digitel"] {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.uti--form label a[href="#digitel"]:not(.digitel-approved) span.digitel-approved {
  display: none;
}
.uti--form label a[href="#digitel"].digitel-approved {
  pointer-events: none;
  user-select: none;
  background-color: rgb(47, 158, 47);
}
.uti--form label a[href="#digitel"].digitel-approved span:not(.digitel-approved) {
  display: none;
}
.uti--form input[type=text],
.uti--form input[type=email],
.uti--form input[type=tel],
.uti--form input[type=date],
.uti--form input[type=number],
.uti--form select {
  appearance: none;
  width: 100%;
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  padding: 1.2rem 2rem;
  font-family: inherit;
  font-size: inherit;
}
.uti--form input[type=text][readonly],
.uti--form input[type=email][readonly],
.uti--form input[type=tel][readonly],
.uti--form input[type=date][readonly],
.uti--form input[type=number][readonly],
.uti--form select[readonly] {
  opacity: 0.4;
}
.uti--form .select {
  position: relative;
}
.uti--form .select:after {
  content: "▾";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.uti--form-buttons {
  margin: 3rem 0 0;
  border-top: 1px solid #D5D7DA;
  padding: 3rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  padding-right: 3rem;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border: 1px solid #D5D7DA;
  border-radius: 6px;
  transition: background-color 0.2s;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.6rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox:hover .checkmark {
  background-color: rgba(164, 138, 192, 0.2);
  border-color: rgba(164, 138, 192, 0.2);
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #A48AC0;
  border-color: #A48AC0;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.btn {
  appearance: none;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  background-color: #A48AC0;
  padding: 1rem 6rem 1.2rem;
  color: #fff;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.2s linear;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  background-color: #5CBCC6;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-tiny {
  padding: 0.3rem 1rem 0.5rem;
  font-size: 1.4rem;
}
.btn-border {
  border: 1px solid #D5D7DA;
  background-color: transparent;
  color: #414651;
}
.btn-border:hover, .btn-border:focus {
  background-color: #D5D7DA;
}
.btn-icon {
  padding-inline: 3rem;
}
@media (max-width: 1023px) {
  .btn-icon {
    padding-inline: 1.4rem;
  }
}
.btn-icon i {
  position: relative;
  top: 2px;
}

.uti--process-indicator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding-bottom: 3rem;
}
.uti--process-bar {
  flex: 1;
  height: 1px;
  border: 2px solid #5CBCC6;
}
.uti--process-step {
  position: relative;
  border: 2px solid #5CBCC6;
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  background: #5CBCC6;
  counter-increment: step;
}
.uti--process-step span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 1rem);
  color: #414651;
  font-weight: 600;
}
.uti--process-step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 12.5%;
  width: 75%;
  height: 100%;
  background-color: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.uti--process-step.uti--process-current {
  background-color: #fff;
  font-weight: bold;
  color: #5CBCC6;
}
.uti--process-step.uti--process-current:before {
  content: counter(step);
  height: initial;
  width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  mask-image: none;
}
.uti--process-step.uti--process-current ~ div {
  border-color: #D5D7DA;
  background-color: #D5D7DA;
}
.uti--process-step.uti--process-current ~ div.uti--process-step:before {
  content: counter(step);
  height: initial;
  width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  mask-image: none;
}

.uti--response {
  position: relative;
  margin: 0;
  padding-top: 12%;
}
@media (max-width: 1023px) {
  .uti--response {
    padding: 16% 3rem;
  }
}
.uti--response-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20%;
  background-image: url(../images/race.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1023px) {
  .uti--response-bg {
    padding-top: 50%;
  }
}
.uti--response-container {
  width: 60%;
  margin: 0 auto;
  padding: 6rem 4rem 4rem;
  background-color: #fff;
  box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .uti--response-container {
    width: 100%;
    padding: 4rem 2rem 2rem;
  }
}
.uti--response-container div:empty {
  display: none;
}
.uti--response .response-1 {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 3px solid;
  border-radius: 100px;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
.uti--response .response-1:before {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 200px;
  transform: translate(-50%, -50%);
  background-color: var(--ocolor);
}
.uti--response .response-2 {
  margin-top: 2rem;
}
.uti--response .response-2 h1 {
  font-size: 4rem;
}
@media (max-width: 1023px) {
  .uti--response .response-2 h1 {
    font-size: 3.6rem;
  }
}
.uti--response .response-3 {
  margin-top: -1rem;
}
.uti--response .response-4,
.uti--response .response-7 {
  font-size: 2.4rem;
  font-weight: 700;
}
.uti--response .response-6 {
  width: 100%;
  border-top: 1px solid #D5D7DA;
  padding-top: 3rem;
  font-weight: 500;
}

.uti--event-top-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
.uti--event-top-button .btn {
  border-radius: 0 0 6px 6px;
  padding: 0.4rem 1.4rem 0.7rem;
  font-size: 1.4rem;
}
.uti--event-top-user {
  font-weight: 600;
  letter-spacing: 1px;
}

.header {
  border-bottom: 1px solid rgba(213, 215, 218, 0.4);
  background-color: #fff;
  margin: 0 -2rem;
  padding: 0 2rem;
}
.header--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--logo {
  width: 34rem;
  margin-bottom: -4rem;
}
@media (max-width: 1023px) {
  .header--logo {
    width: 24%;
  }
}
@media (max-width: 1023px) {
  .header--logo-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header--logo-mobile {
    display: none;
  }
}
.header--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header--partners {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .header--partners {
    gap: 1.2rem;
  }
}
.header--partners img {
  display: block;
  height: 6rem;
  width: auto;
}
@media (max-width: 1023px) {
  .header--partners img {
    height: 3rem;
  }
}

.uti--select select {
  position: absolute;
}
.uti--select .nice-select {
  width: 100%;
  border: 1px solid #D5D7DA;
  padding: 1.2rem 2rem;
  font-family: inherit;
  font-size: inherit;
  height: initial;
  line-height: initial;
  border-radius: 8px;
  text-align: right !important;
}
.uti--select .nice-select:after {
  content: "▾";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  border: 0 !important;
  height: initial;
  margin-top: initial;
  pointer-events: none;
  position: absolute;
  right: initial;
  width: initial;
}
.uti--select .nice-select-dropdown {
  width: 100%;
  margin-top: 0.5rem;
}
.uti--select .nice-select-search-box {
  padding: 1rem 1rem 0.5rem;
}
.uti--select .nice-select-search {
  margin: 0 !important;
  background-color: rgba(213, 215, 218, 0.2);
}
.uti--select .nice-select .option {
  text-align: right;
}/*# sourceMappingURL=style.css.map */