.event-order {
  background-color: #101010;
  color: #ffffff;
  padding: 110px 0;
  min-height: 100vh;
  position: relative;
}

.event-order__wrap {
  width: 100%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}

.event-order__wrap.event-order__wrap_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.event-order__detail-text {
  display: flex;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  line-height: 1.32;
  flex-direction: column;
  margin-top: 20px;
}

.event-order__detail-text .dropdown {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.event-order__text {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  line-height: 1.32;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 486px;
  opacity: 0;
  transition: opacity 500ms ease-out;
}

.event-order__text ul li,
.event-order__text ol li {
  display: block;
}

.event-order__tabs {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  margin-bottom: 60px;
}

.event-order__tab {
  position: relative;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #000000;
  border-radius: 2px;
  height: 202px;
  min-width: 226px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  padding: 24px;
  flex-direction: column;
  border: none !important;
  width: calc((100% / 3) - 20px);
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.event-order__tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(230deg, #3d1959 28%, #91124d 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.event-order__tab.active::before {
  opacity: 1;
}

.event-order__tab:not(.active):hover {
  background: #ccd7ea;
  border-color: #ccd7ea;
  border-image: none !important;
  color: #000000 !important;
}

.event-order__tab.active {
  color: #ffffff !important;
}

.event-order__tab:hover {
  text-shadow: 0 0 24px #ffffff;
  border-image: linear-gradient(230deg, #3d1959 28%, #91124d 100%) 1;
  border-style: solid;
}

.event-order__tab:hover .event-order__tab-header--label {
  text-shadow: 0 0 24px #ffffff;
  background: linear-gradient(230deg, #3d1959 28%, #91124d 100%);
  color: #ffffff !important;
}

.event-order__tab.active .event-order__tab-header--label {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

.event-order__tab .event-order__tab-header--label {
  background: linear-gradient(230deg, #3d1959 28%, #91124d 100%);
  color: #ffffff;
}

.event-order__tab.active .event-order__tab-header--title,
.event-order__tab.active .event-order__tab-description {
  color: #ffffff;
}

.event-order__tab:not(:last-child) {
  margin-right: 37px;
}

.event-order__tab-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  z-index: 1;
}

.event-order__tab-header--title {
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  margin-right: 15px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.event-order__tab-header--label {
  font-weight: normal;
  font-size: 26px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-top: 10px;
  height: 40px;
  background-color: #dcdcdc;
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.event-order__tab-description {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: left;
  z-index: 1;
}

.event-order__title.d-lg-block {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 36px;
  display: flex !important;
  align-items: center;
}

@media (max-width: 991px) {
  .event-order__title.d-lg-block {
    display: block !important;
    text-align: left;
    font-size: 30px;
  }
}

.event-order__title--label {
  font-weight: normal;
  font-size: 26px;
  padding: 5px 12px;
  border-radius: 20px;
  height: 40px;
  background-color: #003595;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 2px;
  margin-left: 15px;
  display: inline-flex;
  display: none !important;
}
@media (max-width: 991px) {
  .event-order__title--label {
    display: none;
  }
}

.event-order__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.34;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-order__text-tab {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  line-height: 1.32;
  display: none;
  text-transform: none;
  margin-top: 10px;
}

.event-order__text-tab ul li,
.event-order__text-tab ol li {
  display: block;
}

.event-order__link {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-decoration: underline;
  letter-spacing: 0.1em;
  color: #828282;
}

.event-order__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none !important;
}

.event-order__link:hover {
  color: #ffffff;
}

.event-order__subtitle .event-order__link {
  line-height: 1;
  margin: 0 32px;
}

.event-content {
  margin-top: 80px;
}

.event-content .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.event-content .site--page__content {
  text-transform: uppercase;
  font-size: 24px !important;
  margin-bottom: 40px;
  font-weight: 500;
}

.event-content .site--content__feedback--form__field--input {
  background: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-style: normal;
}

.event-content .site--content__feedback--form__accept label {
  color: #ffffff;
}

.event-table__head,
.event-table__body {
  border-bottom: 2px solid #ffffff;
}

.event-table__head {
  padding-bottom: 30px;
}

.event-table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-table__body .event-table__row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #585858;
}

.event-table__cell {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: inline-flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  flex: 0 1 100%;
  min-height: 1px;
}

.event-table__row > .event-table__cell--narrow {
  cursor: pointer;
}

.event-table__cell--narrow {
  flex: 1 1 100%;
  width: 100%;
}

.event-table__cell--narrow span {
  position: relative;
  font-weight: 500;
}
.event-table__cell--narrow > span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background-image: url("arrow.png");
  background-size: 18px 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: -26px;
  transition: transform ease-in-out 0.25s;
}

.event-table__cell--highlight {
  transition: text-shadow 0.3s ease;
}

.event-table__cell--highlight:hover {
  text-shadow: 0px 0px 24px #ffffff;
}

.event-table__cell--narrow.opened > span::after {
  transform: rotate(180deg);
}

.event-table__cell--narrow:hover > span::after {
  filter: drop-shadow(0 2px 12px white) drop-shadow(0 2px 12px white);
  transition: filter 0.3s ease;
}

.event-sell:hover {
  text-shadow: 0px 0px 24px #ffffff;
  transition: text-shadow 0.3s ease;
}

.event-table__cell a {
  text-decoration: underline;
}

.event-table__cell .ice-btn {
  height: 44px;
  text-decoration: none;
}

.event-table__cell .ice-btn--outline {
  background: transparent;
}

.event-table__detail {
  display: none;
  margin-bottom: 40px;
}

.event-table__detail.opened {
  display: block;
}

.event-table__detail-text {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.event-table__detail-text ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.event-table__detail-text,
.event-table__detail-text ol li,
.event-table__detail-text ul li {
  display: block;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  letter-spacing: 1.67px;
}

.event-table__detail-text ol li::before,
.event-table__detail-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffa33a;
}

/* .event-table__detail-text ol li {
	display: list-item;
} */

.event-table__scheme-link {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.event-table__scheme-link .event-order__link {
  text-transform: uppercase;
}

.event-table__detail-scheme {
  width: 100%;
  min-width: 100%;
}

.event-table__head .event-table__cell {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  flex: 1 1 100%;
  width: 100%;
}

.event-table__cell .event-order__name {
  margin-bottom: 12px;
}

.event-order__tab-content {
  display: none;
}

.event-order__tab-content.active {
  display: block;
}

.event-order__total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}

.event-order__total-text,
.event-order__total-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.event-order__total-text {
  margin-right: 163px;
}

.event-order__img {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 131px;
  height: 100%;
  width: calc(40vw);
}

.event-order__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}

.event-order__btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}

.event-order__btn-group .ice-btn {
  min-width: 354px;
  height: 60px;
  margin-left: 39px;
}

.event-order__btn-group .ice-btn--outline {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 5px;
  color: #fbfbfb;
  background-color: transparent;
}

/* Модальные окна */
.event-order__modal svg path[data-sector].is-disabled {
  fill: #bdbdbd;
}

.event-order__modal svg path[data-sector].is-selected {
  fill: rgba(60, 25, 88, 0.95);
}

.event-order__modal
  svg
  path[data-sector]:not(.is-disabled):not(.is-selected):hover {
  opacity: 0.7;
}

.event-sell {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  box-shadow: 0 5px 35px rgba(80, 24, 86, 0.9);
  padding: 15px;
  border-radius: 2px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  min-width: 200px;
  height: 44px;
  box-sizing: border-box;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}

.event-sell__is-for-kids {
  background-size: cover;
  background-image: url("buy-button-is-for-kids.svg"),
    linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1731px) {
  .page-slider__image {
    width: unset;
    min-width: unset !important;
    min-height: unset !important;
    background: white !important;
  }
}

@media (min-width: 1600px) {
  .page-slider__content {
    max-width: 705px;
  }

  .page-slider__image {
    width: 1200px;
    min-width: 1200px !important;
    min-height: 800px !important;
  }
}

@media (max-width: 1580px) {
  .event-order__tab:first-child {
    margin-left: 22px;
  }

  .event-order__tab:last-child {
    margin-right: 22px;
  }

  .event-order__content {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 1440px) {
  .event-order__img {
    padding-left: 60px;
  }

  .event-table__cell--narrow {
    flex: 1 1 100%;
  }

  .event-order__btn-group .ice-btn {
    min-width: 226px;
  }

  .event-order__btn-group .ice-btn--outline {
    font-size: 14px;
    line-height: 16px;
  }

  .page-slider__image {
    width: auto;
    min-width: auto;
    min-height: auto;
    background: white !important;
  }
  .page-slider__image picture {
    width: 100%;
    object-fit: contain;
  }

  .event-order__tab-header--label {
    font-size: 22px;
  }
}

@media (max-width: 1325px) {
  .event-order__wrap.event-order__wrap_head {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
  }
  .event-order__wrap.event-order__wrap_head .event-order__tabs {
    margin-bottom: 25px;
  }
  .event-order__wrap.event-order__wrap_head .event-order__text {
    margin-top: 0;
    margin-bottom: 85px;
  }
  .event-order__text-tab {
    display: block;
  }
}

@media (max-width: 991px) {
  .site--content__tribune--view_sector__preview img {
    min-height: auto !important;
  }

  .event-table__cell--muted-text {
    color: #828282;
  }

  .event-table__cell--small-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .event-order {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }

  .event-order__tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .event-order__tabs::-webkit-scrollbar-track,
  .event-order__tabs:hover::-webkit-scrollbar-thumb,
  .event-order__tabs::-webkit-scrollbar-thumb:hover,
  .event-order__tabs::-webkit-scrollbar-thumb {
    background: transparent;
  }

  .event-order__tabs::-webkit-scrollbar-thumb {
    border-radius: 0;
  }

  .event-order__tab {
    font-size: 18px;
    letter-spacing: 0.1em;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 10px;
    width: 262px;
    height: 160px;
  }

  .event-order__tab:not(:last-child) {
    margin-right: 17px;
  }
  .event-order__tab:not(:last-child) {
    margin-right: 17px;
  }

  .event-order__tab-header {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .event-order__tab-header--title {
    font-size: 30px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    min-width: 100%;
  }
  .event-order__tab-header--label {
    margin: 0;
    text-align: center;
    min-width: 100%;
    font-size: 16px;
    height: auto;
  }
  .event-order__tab-description {
    font-size: 12px;
    text-align: center;
  }

  .event-order__img {
    padding-left: 0;
    margin: 40px -22px -60px;
    position: relative;
    width: auto;
    height: auto;
  }

  .event-order__img {
    padding-left: 0;
    margin: 60px -22px -60px;
    position: relative;
    width: auto;
    height: auto;
  }

  .event-order__btn-group {
    justify-content: center;
    flex-wrap: wrap;
  }

  .event-order__btn-group .ice-btn {
    margin: 0 20px 20px;
  }

  .event-table__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .event-table__cell--narrow {
    flex: 0 0 auto;
  }

  .event-order__tab-content {
    padding-top: 10px;
  }

  .event-order__subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
    padding-bottom: 35px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 0;
  }

  .event-order__subtitle .event-order__link {
    margin-top: 4px;
  }

  .event-table {
    margin-top: 0;
  }

  .event-table__body {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .event-table__cell {
    width: 100%;
  }

  .event-table__cell .event-order__name {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .event-order__total {
    margin-top: 20px;
  }

  .event-table__body .event-table__row {
    padding-bottom: 15px;
  }

  .event-table__body .event-table__row:last-child {
    border-bottom: 2px solid #ffffff;
  }

  .event-table__body .event-table__row:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }

  .event-table__body .event-table__row:not(:first-child) {
    padding-top: 46px;
  }

  .event-order__link {
    line-height: 1;
  }

  .event-table__cell {
    margin-bottom: 20px;
  }

  .event-order__wrap .event-order__text {
    display: none;
  }

  .event-order__text-tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .event-order__tab {
    padding: 3px 15px;
    align-items: center;
    justify-content: center;
  }
}

.custom-loader {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-loader.active {
  display: flex;
}

.custom-loader .custom-loader-ico {
  width: 24px;
  height: 24px;
  background: url("/local/modules/bq.colosseo/assets/js/fancybox/fancybox_loading.gif")
    top left no-repeat;
}

#popup_dacha_price {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  padding: 60px 80px 60px 80px;
  transform: translate(-50%, -50%);
  background: #000000;
  z-index: 9999;
}
#popup_dacha_price .popup-container {
}
#popup_dacha_price .popup-container .popup-body {
}
#popup_dacha_price .popup-container .popup-body .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
}
#popup_dacha_price .popup-container .popup-body .title {
  padding-bottom: 25px;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.34;
  letter-spacing: 0.085em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#popup_dacha_price .popup-container .popup-body .text {
  text-transform: uppercase;
}
#popup_dacha_price .popup-container .popup-body .text p {
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  text-transform: none;
}
#popup_dacha_price .popup-container .popup-body .text p a {
  text-decoration: underline;
}
#popup_dacha_price .popup-container .popup-body .text p a:hover {
  text-decoration: none;
}
#popup_dacha_price .popup-container .popup-body .text ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 17px;
  color: #ffffff;
  font-size: 22px;
  list-style: disc;
  text-align: left;
  text-transform: none;
}
#popup_dacha_price .popup-container .popup-body .text ul li {
  display: list-item;
}
#popup_dacha_price .popup-container .popup-body .text .buttons {
  margin-top: 50px;
  text-align: center;
}
#popup_dacha_price .popup-container .popup-body .text .buttons .button {
  display: flex;
  width: 100%;
  min-width: 220px;
  height: 60px;
  margin-top: 20px;
  color: #ffffff;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 10px;
  border: none;
  background: linear-gradient(230deg, #3d1959 28%, #91124d 100%);
  box-shadow: 0 5px 35px rgb(80 24 86 / 10%);
}
#popup_dacha_price .popup-container .popup-body .text .buttons .button:hover {
  text-shadow: 0 0 24px #ffffff;
  box-shadow: none;
}
@media (max-width: 767px) {
  #popup_dacha_price {
    padding: 50px;
  }
  #popup_dacha_price .popup-container .popup-body .title {
    font-size: 30px;
  }
  #popup_dacha_price .popup-container .popup-body .text p {
    font-size: 16px;
  }
  .r-order-form__line:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.site--content__tribune--scheme .active .fillBg path {
  fill: #e31324;
}

.site--content__tribune--view_sector {
  display: flex;
  flex-direction: column;
}

.site--content__tribune--view_sector__preview--title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 46px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  width: 100%;
  max-width: 226px;
  text-align: center;
  border: 1px solid #101010;
  border-radius: 2px;
  background-color: #141414;
  color: #fff;
}

.site--content__tribune--view_sector__preview {
  width: 100%;
  position: relative;
}

.site--content__tribune--view_sector__preview img {
  display: block;
  width: 100%;
  height: auto;
  background-color: #5f5f5f;
  min-height: 377px;
}

.site--content__tribune--view_sector__preview--text {
  width: 100%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

[data-tab-code="tickets"] {
  order: 1;
}

[data-tab-code="certs"] {
  order: 2;
}

[data-tab-code="skybox"] {
  order: 2;
}
