.ticketSection {
  margin-top: 0px;
  max-width: 1280px;
  margin: 0px auto;
  padding: 20px 20px;
}

.ticketSection .inner {
  max-width: 100%;
}

.ticketSection .slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ticketSection .tickets {
  margin-top: 0px;
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 20px;
}

.ticketSection .tickets .inner {
  max-width: 100%;
  overflow: hidden;
}

.ticketSection .tickets-item {
  background-color: #fff;
  position: relative;
  padding: 20px 40px;
  width: 100%;
  margin: 0px 10px;
}

.ticketSection .tickets-item::before {
  border-radius: 50%;
  -webkit-box-shadow: 0 50px 0 -20px #121a27, 0 80px 0 -20px #121a27, 0 110px 0 -20px #121a27, 0 140px 0 -20px #121a27, 0 170px 0 -20px #121a27, 0 200px 0 -20px #121a27, 0 230px 0 -20px #121a27, 0 260px 0 -20px #121a27, 0 290px 0 -20px #121a27, 0 320px 0 -20px #121a27, 0 350px 0 -20px #121a27, 0 380px 0 -20px #121a27, 0 410px 0 -20px #121a27, 0 440px 0 -20px #121a27;
          box-shadow: 0 50px 0 -20px #121a27, 0 80px 0 -20px #121a27, 0 110px 0 -20px #121a27, 0 140px 0 -20px #121a27, 0 170px 0 -20px #121a27, 0 200px 0 -20px #121a27, 0 230px 0 -20px #121a27, 0 260px 0 -20px #121a27, 0 290px 0 -20px #121a27, 0 320px 0 -20px #121a27, 0 350px 0 -20px #121a27, 0 380px 0 -20px #121a27, 0 410px 0 -20px #121a27, 0 440px 0 -20px #121a27;
  content: "";
  display: block;
  height: 60px;
  left: -30px;
  position: absolute;
  top: -60px;
  width: 60px;
}

.ticketSection .tickets-item:first-child {
  margin-left: 0px;
}

.ticketSection .tickets-item:last-child {
  margin-right: 0px;
}

.ticketSection .tickets-item--title {
  font-family: "Avenir-Medium", Arial, Helvetica, sans-serif !important;
  display: block;
  font-size: 28px;
  color: #da1840;
}

.ticketSection .tickets-item--price {
  font-family: "Avenir-Bold", Arial, Helvetica, sans-serif !important;
  font-size: 30px;
  display: block;
  margin: 0px 0px 20px 0;
}

.ticketSection .tickets-item .btn {
  display: inline-block;
  color: #fff;
  background-color: #da1840;
  padding: 10px 35px;
  border: 1px solid #da1840;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.ticketSection .tickets-item .btn:hover {
  background-color: #da1840;
  color: #fff;
  border-color: #da1840;
}

.ticketSection .holiday {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 20px;
  margin-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .section-two .game-content--text .text {
    font-size: 14px;
  }

  .game-content--opener, .game-content--closer {
    width: 24px;
    height: 24px;
    background-size: 20px;
  }

  .ticketSection .tickets-item {
    width: auto;
  }

  .ticketSection {
    padding: 20px 0 0 0;
  }

  .ticketSection .tickets-item:first-child {
    margin-left: 20px;
  }

  .ticketSection .tickets-item:last-child {
    border-right: 20px solid #000;
  }

  .ticketSection .slider {
    display: block;
    overflow-y: scroll;
  }
}
@media (max-width: 400px) {
  .ticketSection .tickets-item {
    padding: 20px 25px;
  }

  .ticketSection .tickets-item--title {
    font-size: 22px;
  }

  .ticketSection .tickets-item--price {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .ticketSection .tickets-item .btn {
    font-size: 12px;
  }
}
.ticketSection .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ticketSection .price-slider {
  position: relative;
}

.ticketSection .second-class-arrows .splide__arrow--next {
  right: -4em;
}
.ticketSection .second-class-arrows .splide__arrow--prev {
  left: -4em;
}

@media (max-width: 1400px) {
  .ticketSection .second-class-arrows .splide__arrow--next {
    top: 43%;
    right: 1em;
  }
  .ticketSection .second-class-arrows .splide__arrow--prev {
    top: 43%;
    left: 1em;
  }
}
@media (max-width: 700px) {
  .ticketSection .second-class-arrows .splide__arrow--next {
    top: 43%;
    right: 5px;
  }
  .ticketSection .second-class-arrows .splide__arrow--prev {
    top: 43%;
    left: 5px;
  }
}
/*# sourceMappingURL=price.css.map */