@font-face {
  font-family: 'Nunito Sans Rg';
  src: url('/fonts/NunitoSans-Regular.eot');
  src: url('/fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/NunitoSans-Regular.woff2') format('woff2'), url('/fonts/NunitoSans-Regular.woff') format('woff'), url('/fonts/NunitoSans-Regular.ttf') format('truetype'), url('/fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans Rg';
  src: url('/fonts/NunitoSans-Bold.eot');
  src: url('/fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/NunitoSans-Bold.woff2') format('woff2'), url('/fonts/NunitoSans-Bold.woff') format('woff'), url('/fonts/NunitoSans-Bold.ttf') format('truetype'), url('/fonts/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans Rg';
  src: url('/fonts/NunitoSans-ExtraBold.eot');
  src: url('/fonts/NunitoSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/fonts/NunitoSans-ExtraBold.woff2') format('woff2'), url('/fonts/NunitoSans-ExtraBold.woff') format('woff'), url('/fonts/NunitoSans-ExtraBold.ttf') format('truetype'), url('/fonts/NunitoSans-ExtraBold.svg#NunitoSans-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans Rg';
  src: url('/fonts/NunitoSans-SemiBold.eot');
  src: url('/fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/NunitoSans-SemiBold.woff2') format('woff2'), url('/fonts/NunitoSans-SemiBold.woff') format('woff'), url('/fonts/NunitoSans-SemiBold.ttf') format('truetype'), url('/fonts/NunitoSans-SemiBold.svg#NunitoSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
.font--regular {
  font-family: 'Nunito Sans Rg', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.font--bold {
  font-family: 'Nunito Sans Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
}
.font--extrabold {
  font-family: 'Nunito Sans Rg', sans-serif;
  font-weight: 800;
  font-style: normal;
}
.font--semibold {
  font-family: 'Nunito Sans Rg', sans-serif;
  font-weight: 600;
  font-style: normal;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-size: 14px;
}
body {
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Nunito Sans Rg', sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input:not([type=radio]),
input:not([type=checkbox]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
a,
button,
input {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
/* ==========================================================================
  Author's custom styles
  ========================================================================== */
.text-opacity {
  opacity: .5;
}
b,
strong {
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
}
.wrapper {
  min-height: 100vh;
}
.wrapper--intropage {
  min-height: 0;
}
/*.nav {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  .font--bold;
  margin-bottom: 23px;

  @media (min-width: @tablet) {
    font-size: 18px;
    margin-bottom: 49px;
  }

  > ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;

    > li:not(.intropage__readmore__close) {
      text-transform: uppercase;

      > a {
        display: block;
        color: #fff;
        padding-top: 7px;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        text-decoration: none;

        @media (min-width: @tablet) {
          padding-top: 8px;
          padding-bottom: 6px;
        }

        &:hover {
          border-bottom-color: #fff;
        }
      }

      &:not(:last-child) {
        margin-right: 15px;

        @media (min-width: @tablet) {
          margin-right: 30px;
        }
      }
    }

    > .active {
      > a {
        border-bottom-color: #fff;
      }
    }
  }
}*/
.nav {
  margin-bottom: 25px;
}
.nav .btn-group {
  min-width: 170px;
  vertical-align: top;
}
.nav .btn-group .nav-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  background-color: #fcc101;
  color: #fff;
}
.nav .btn-group .nav-btn .icon {
  font-size: 8px;
}
.nav .btn-group .dropdown-menu {
  margin: -1px 0 0 0;
  width: 100%;
  border-radius: 0 0 5px 5px;
  background-color: #fcc101;
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
}
.nav .btn-group .dropdown-menu > li > a {
  padding: 5px 20px;
  font-size: 18px;
  line-height: 20px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
.nav .btn-group .dropdown-menu > li > a:hover,
.nav .btn-group .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #020202;
}
.nav .btn-group .dropdown-menu > .active > a,
.nav .btn-group .dropdown-menu > .active > a:hover,
.nav .btn-group .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #020202;
}
.nav .open .nav-btn {
  border-radius: 5px 5px 0 0;
}
.nav .open .nav-btn .icon {
  transform: rotateX(180deg);
}
.list {
  padding: 0;
  margin: 0 0 21px 0;
  list-style: none;
}
.list > li {
  padding-left: 26px;
  position: relative;
  font-size: 12px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
}
.list > li .icon {
  position: absolute;
  left: 13px;
  top: 7px;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.list > li .icon_date {
  font-size: 16px;
}
.list > li .icon_location {
  font-size: 16px;
}
.list > li > a {
  color: inherit;
}
.btn {
  border-radius: 25px;
  height: 50px;
  width: 100%;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: none;
  border: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: unset;
}
.btn-default {
  color: #000;
  background: #ccc;
}
.btn-default:hover {
  background-color: #000;
  color: #ccc;
  outline: none;
  box-shadow: none;
}
.btn-default:focus,
.btn-default:focus:active {
  background: #000;
  outline: none;
  box-shadow: none;
}
.btn-cancel {
  color: #202020;
  background: #dee1e8;
}
.btn-cancel:hover {
  background-color: #cfd3de;
  outline: none;
  box-shadow: none;
}
.btn-cancel:focus,
.btn-cancel:focus:active {
  background: #dee1e8;
  outline: none;
  box-shadow: none;
}
.btn-cancel .icon_load {
  font-size: 14px;
}
.btn-cancel span + .icon_load {
  padding-left: 10px;
}
.btn-shout {
  height: 40px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #4268b3;
}
.btn-shout:hover {
  background-color: #3b5da0;
  outline: none;
  box-shadow: none;
  color: #fff;
}
.btn-shout:focus,
.btn-shout:focus:active {
  background: #4268b3;
  outline: none;
  box-shadow: none;
}
.btn-shout .icon {
  font-size: 19px;
}
.btn-shout span + .icon {
  padding-left: 5px;
}
.insurance-label {
  margin-top: 2px;
  border-radius: 30px;
  height: 25px;
  width: 100%;
  font-weight: bolder;
  text-transform: initial;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .info-insurance {
    float: right;
    padding-left: 5px;
    margin-top: -5px;
  }
}
.insurance-help {
  background-color: #f9fafc;
  margin-top: 10px;
  padding: 25px;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
}
.insurance_text_block {
  padding: 10px;
}
.modal-body-help-insurance{
  padding: 0 50px 50px 50px;
}
.booking-protect {
  margin-bottom: 30px;
}
.ticko-shield {
margin-bottom: 3px;
}
.order-page__thanks__order .btn.btn-shout {
  height: 40px;
}
.input-group-btn {
  width: auto;
}
.input-group--plain .form-control {
	font-size: 14px;
}
.input-group.input-group--plain .input-group-btn .btn {
	background-color: white;
	border: 1px solid #dee1e8;
	border-left-color: white;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-transform: none;
	font-weight: 500;
	font-size: 14px;
	text-decoration: underline;
	color: black;
}

.input-group.input-group--plain .input-group-btn .btn:hover {
	background-color: white;
}

.input-group.input-group--plain .input-group-btn .btn:focus {
	border-color: #66afe9;
	outline: 0;
}

.lang {
  margin-bottom: 10px;
}
.lang .btn-group {
  vertical-align: top;
}
.lang .btn-group .btn {
  height: 30px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  padding: 0 20px;
  color: #fff;
}
.lang .btn-group .dropdown-menu {
  width: 100%;
  min-width: 0;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.lang .btn-group .dropdown-menu > li > a {
  font-weight: 700;
  text-align: center;
  color: #202020;
}
.lang .btn-group .dropdown-menu > .active > a,
.lang .btn-group .dropdown-menu > .active > a:active,
.lang .btn-group .dropdown-menu > .active > a:hover {
  color: #fcc101;
  background-color: #202020;
}
.lang--order {
    margin-top: 10px;
	margin-bottom: 0;
	.btn-group {
		margin-bottom: 10px;
	}
  }
.intropage {
  background-color: #ccc;
  min-height: 100vh;
  position: relative;
}
.intropage p {
  line-height: 20px;
  margin-bottom: 10px;
}
.intropage__img {
  height: 250px;
  background: center center / cover no-repeat #fff;
}
.intropage__content {
  padding-top: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.intropage .title {
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
}
.intropage .subtitle {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.intropage__buy {
  -ms-flex-order: 2;
      order: 2;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 30px 15px;
  left: 0;
  background: linear-gradient(to top, #ccc 65%, rgba(252, 193, 1, 0) 100%);
  text-align: center;
}
.intropage__buy .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #ccc;
  height: auto;
  min-height: 60px;
}

.intropage__buy .btn-default:hover {
  background-color: #fff;
  color: #000;
}
.intropage__buy .btn-default:focus,
.intropage__buy .btn-default:focus:active {
  background: #fff;
  color: #000;
}
.intropage__buy .btn {
  margin-bottom: 15px;
}
.intropage__readmore {
  color: #fff;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.intropage__readmore:hover,
.intropage__readmore:focus {
  color: #fff;
}
.intropage__readmore .icon {
  margin-right: 10px;
}
.intropage__readmore span.toggle.in {
  display: none;
}
.intropage__readmore__close {
  margin-left: auto;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
.intropage__readmore__close a {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.intropage__readmore__close a:hover,
.intropage__readmore__close a:focus {
  color: #e3ae01;
  text-decoration: none;
}
.intropage__readmore__close.toggle.in {
  display: -ms-flexbox;
  display: flex;
}
.intropage__more {
  display: none;
}
.intropage__more a {
  color: #202020;
  text-decoration: underline;
  font-weight: 700;
}
.intropage__more.toggle.in {
  display: block;
}
.intropage__more__item {
  margin-bottom: 10px;
}
.separator ~ .intropage__more__item {
  margin-top: 30px;
}
.intropage__info a {
  color: #202020;
  text-decoration: underline;
  font-weight: 700;
}
.intropage__info.toggle.in {
  display: none;
}
.footer {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 101;
}
.footer__content {
  display: none;
}
.footer__legal-bar {
  height: 37px;
  background-color: #000;
}
.footer__legal-bar-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 50px;
  gap: 25px;
  list-style: none;
  margin-bottom: 0;
}
.footer__legal-bar-list-item a {
  color: #fff;
  font-size: 12px;
}
.footer__legal-bar-list-item a:hover,.footer__legal-bar-list-item a:focus,.footer__legal-bar-list-item a:active {
  color: #ccc;
}
.timer {
  display: -ms-flexbox;
  display: flex;
}
.timer__min,
.timer__sec {
  height: 30px;
  width: 30px;
  font-size: 15px;
  line-height: 30px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
}
.timer__sep {
  width: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  color: #000;
}
.order-page {
  /*&__event {
    font-size: 12px;
    padding: 8px 15px;
    background-color: #dee1e8;
    text-align: center;
    .font--bold;
    margin: 0 -15px;

    @media (min-width: @tablet) {
      margin: 0;
      font-size: 14px;
      padding: 11px 15px 13px;
    }
  }*/
}
.order-page--wrap {
  /*order-page--wrap*/
}
.order-page__bg {
  display: none;
}
.order-page__header {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  height: 76px;
  border-top: 1px solid #dee1e8;
}
.order-page__header .title {
  font-size: 9px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.order-page__steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.order-page__steps--wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 15px 8% 0;
}
.order-page__steps::before {
  position: absolute;
  top: 9.5px;
  height: 1px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: linear-gradient(90deg, transparent 0, transparent 25%, #a3a3a3 25%, #a3a3a3 75%, transparent 75%, transparent 100%) center center / 14px 1px repeat-x;
}
.order-page__steps__item {
  position: relative;
}
.order-page__steps__item .circle {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 5px #fff;
  background: #fff;
}
.order-page__steps__item .circle .icon {
  font-size: 6px;
  color: #fff;
  pointer-events: none;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ready.order-page__steps__item .circle {
  border: 10px solid #9b9b9b;
}
.ready.order-page__steps__item .circle .icon {
  display: block;
}
.active.order-page__steps__item .circle {
  border: 6px solid #9b9b9b;
}
.order-page__steps__item .title {
  position: absolute;
  text-align: center;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.ready.order-page__steps__item .title,
.active.order-page__steps__item .title {
  color: #202020;
}
.order-page__timer {
  width: 91px;
  border-left: 1px solid #dee1e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 14px 0;
}
.order-page__timer .title a {
  color: rgba(0, 0, 0, 0.5);
}
.order-page__timer .title a:hover {
  color: #000;
  text-decoration: none;
}
.order-page__event {
  /*order-page__event*/
  font-size: 12px;
  background-color: #dee1e8;
  text-align: center;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  margin: 0 -15px;
}
.order-page__event--ex {
  visibility: hidden;
  position: fixed;
  z-index: -1000;
  top: -100%;
}
.order-page__event--ex div {
  float: left;
  white-space: nowrap;
  padding: 0 10px;
}
.order-page__event ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.order-page__event ul li {
  display: block;
  font-size: 12px;
  position: relative;
}
.order-page__event ul li a {
  display: block;
  padding: 8px 10px;
  color: rgba(32, 32, 32, 0.6);
  text-decoration: none;
}
.order-page__event ul li a:hover {
  color: #202020;
}
.order-page__event ul li a .icon {
  display: none;
}
.order-page__event ul li + li::after {
  position: absolute;
  content: "";
  display: block;
  border-left: 1px solid #fff;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-page__event ul .active a {
  color: #202020;
  pointer-events: none;
}
.order-page__event--collapsed ul {
  background-color: #fff;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.order-page__event--collapsed ul:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.order-page__event--collapsed ul li {
  background-color: #dee1e8;
  /*margin-top: 1px;*/
  width: 100%;
  color: #202020;
  height: 0;
  overflow: hidden;
}
.order-page__event--collapsed ul li + li::after {
  display: none;
}
.order-page__event--collapsed ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #202020;
}
.order-page__event--collapsed ul li a:hover {
  background-color: #fff;
}
.order-page__event--collapsed ul .active {
  margin-top: 0;
  -ms-flex-order: -1;
      order: -1;
  height: auto;
  cursor: pointer;
}
.order-page__event--collapsed ul .active:hover a {
  background-color: #fff;
}
.order-page__event--collapsed ul .active a {
  pointer-events: none;
  text-decoration: none;
}
.order-page__event--collapsed ul .active a .icon {
  display: inline-block;
  padding-left: 10px;
  font-size: 8px;
}
.order-page__event--collapsed .open {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.order-page__event--collapsed .open li {
  height: auto;
  margin-top: 1px;
}
.order-page__event--collapsed .open .active {
  margin-top: 0;
}
.order-page__event--collapsed .open .active a .icon {
  transform: rotateX(180deg);
}
.order-page__event--collapsed--wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  z-index: 100;
}
.order-page__event__container:has(.open) {
	padding-bottom: 50px;
}
@media (min-width: 768px) {
	.order-page__event__container:has(.open) {
		padding-bottom: 150px;
	}
}
.order-page__step {
  /*.order-page__step*/
  text-align: center;
  padding-top: 26px;
  padding-bottom: 20px;
}
.order-page__step--info {
  padding-top: 43px;
}
.order-page__step .title {
  /* font-family: 'Nunito Sans Th', sans-serif; */
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.order-page__step .title + .subtitle {
  margin-top: 6px;
}
.order-page__step .subtitle {
  font-size: 14px;
}
.order-page__footer--ci {
  /*.order-page__footer--ci*/
  background-color: #f9fafc;
  padding-bottom: 37px;
}
@media (min-width: 768px) {
  .order-page__footer--ci {
    padding-bottom: 0;
  }
}
.order-page__footer__total {
  border: none;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 5px;
}
.order-page__footer__btn {
  padding-top: 20px;
  padding-bottom: 17px;
}
.order-page__help {
  /*.order__help*/
  display: none;
}
.order-page__tickets-info {
  /*.order-page__tickets-info*/
  margin: 10px -15px 0;
  padding: 26px 15px 0;
  background-color: #f9fafc;
  border-top: 1px solid #dee1e8;
  position: relative;
}
.order-page__tickets-info--tickets {
  padding-bottom: 40px;
}
.order-page__tickets-total {
  /*.order-page__tickets-total*/
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 20px 0 30px;
  overflow: hidden;
}
.order-page__tickets-total__body {
  padding: 26px 30px 9px;
}
.order-page__tickets-total table {
  width: 100%;
  max-width: 100%;
}
.order-page__tickets-total table > thead > tr > th {
  font-size: 18px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #dee1e8;
  padding-bottom: 12px;
}
.order-page__tickets-total table > tbody > tr > td {
  border-bottom: 1px solid #dee1e8;
  padding: 20px 5px 17px;
}
table > tbody > tr > td.no-border-bottom {
  border-bottom: none;
}
.order-page__tickets-total table > tbody > tr > td:first-child {
  padding-left: 0;
}
.order-page__tickets-total table > tbody > tr > td:last-child {
  text-align: right;
  padding-right: 0;
}
.order-page__tickets-total table > tfoot > tr > th {
  font-size: 24px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: normal;
  font-style: normal;
  padding: 16px 5px 17px;
}
.order-page__tickets-total table > tfoot > tr > th:first-child {
  padding-left: 0;
}
.order-page__tickets-total table > tfoot > tr > th:last-child {
  text-align: right;
  padding-right: 0;
}
.order-page__tickets-total__footer .btn {
  border-radius: unset;
  height: auto;
  text-transform: unset;
  min-height: 40px;
}
.order-page__add {
  margin-top: 30px;
}
.order-page__add .btn {
  border-radius: 5px;
  height: auto;
  text-transform: unset;
  min-height: 40px;
}
.order-page__overview {
  /*.order-page__overview*/
}
.order-page__overview table {
  width: 100%;
  max-width: 100%;
}
.order-page__overview table > tbody > tr > td {
  border: solid #dee1e8;
  border-width: 1px 0;
  padding: 9px 5px 8px;
}
.order-page__overview table > tbody > tr > td:first-child {
  padding-left: 0;
}
.order-page__overview table > tbody > tr > td:last-child {
  padding-right: 0;
}
.order-page__overview table > tbody > tr > td:not(:first-child) {
  text-align: right;
}
.order-page__overview table > tbody > tr > td > a {
  text-decoration: none;
}
.order-page__overview table > tbody > tr > td > a .icon_remove {
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
}
.order-page__overview table > tfoot > tr > td {
  padding: 9px 5px 8px;
  height: 50px;
}
.order-page__overview table > tfoot > tr > td:first-child {
  padding-left: 0;
}
.order-page__overview table > tfoot > tr > td > a {
  text-decoration: none;
}
.order-page__overview table > tfoot > tr > td > .action, .order-page__overview table > tbody > tr > td > .action {
	text-decoration: underline;
}
.order-page__overview table > tfoot > tr > td > a .icon_remove {
  font-size: 16px;
  display: block;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
}
.order-page__overview table > tfoot > tr > td .promocode {
  white-space: nowrap;
  color: #fcc101;
  font-size: 12px;
}
.order-page__overview table > tfoot > tr > td .promocode .icon {
  font-size: 12px;
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.order-page__overview table > tfoot > tr:last-child > td {
  border-top: 1px solid #dee1e8;
  padding-bottom: 0;
}
.order-page__overview table > tfoot > tr:last-child {
  font-size: 18px;
  font-weight: 700;
}
.order-page__overview table > tfoot > tr .discount > span {
  color: #fcc101;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
}
.order-page__overview table > tfoot > tr .discount > span:hover {
  color: #c99a01;
  text-decoration: none;
}
.order-page__overview table > tfoot > tr .discount > .input-group .form-control {
  height: 40px;
  font-size: 12px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  width: 110px;
  border-right: none;
  padding-left: 10px;
  padding-right: 10px;
}
.order-page__overview table > tfoot > tr .discount > .input-group .btn {
  height: 40px;
  border-radius: 0 5px 5px 0;
  background-color: #fcc101;
  box-shadow: none;
  outline: none;
  color: #fff;
  font-size: 12px;
}
.order-page__overview table > tfoot > tr .discount > .input-group .btn:hover {
  background-color: #c99a01;
}
.order-page__overview table > tfoot > tr .total {
  padding-right: 0;
}
.order-page__information__row {
	display: flex;
	gap: 10px;
	margin-bottom: 3px;
}
.order-page__information__row:last-child {
	display: flex;
	gap: 10px;
	margin-bottom: 0;
}
.order-page__information__row span:last-child {
	align-self: flex-end;
	margin-left: auto;
}
.order-page__thanks {
  /*.order-page__thanks*/
  padding-top: 20px;
}
.order-page__thanks .icon_ticket {
  font-size: 61px;
  color: #00bc00;
}
.order-page__thanks .order-page__step {
  padding-top: 15px;
  padding-bottom: 30px;
}
.order-page__thanks__event {
  color: #040707;
  font-size: 24px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  padding-top: 3px;
  margin: 0 0 10px;
}
.order-page__thanks__order {
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 395px;
  margin: 0 auto 60px;
}
.order-page__thanks__order .resend {
  margin-bottom: 26px;
}
.order-page__thanks__order .resend a {
  color: #fcc101;
  font-size: 12px;
  text-transform: uppercase;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
}
.order-page__thanks__order .resend a:hover {
  color: #c99a01;
}
.order-page__thanks__order .number {
  margin-bottom: 25px;
}
.order-page__share {
  /*.order-page__share*/
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.order-page__share a {
  text-decoration: none;
}
.order-page__share .icon {
  font-size: 40px;
  margin: 15px;
}
.order-page__share .icon_facebook {
  color: #3b5998;
}
.order-page__share .icon_facebook:hover {
  color: #2d4373;
}
.order-page__share .icon_linkedin {
  color: #0077b5;
}
.order-page__share .icon_linkedin:hover {
  color: #005582;
}
.order-page__share .icon_twitter {
  color: #55acee;
}
.order-page__share .icon_twitter:hover {
  color: #2795e9;
}
.order-page__share .icon_mail {
  color: #fcc101;
}
.order-page__share .icon_mail:hover {
  color: #c99a01;
}
.order-page__share--wrap {
  margin: 0 -15px;
  padding: 18px 15px;
  border-top: 1px solid #dee1e8;
}
.order-page__info {
  /*order-page__info*/
}
.order-page__info > p > b {
  font-size: 18px;
  line-height: 30px;
}
.order-page__info + .order-page__info {
  margin-top: 15px;
}
.order-page__info .btn-cancel {
  padding-left: 35px;
  padding-right: 35px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.form-group + .order-page__info {
  margin-top: 40px;
}
.panel {
  box-shadow: none;
  border: none;
}
.panel-group {
  margin: 0 -15px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin: 0;
}
.panel-heading {
  border-top: 1px solid #dee1e8;
  border-radius: 0;
}
.panel-title {
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.panel-title a {
  padding: 17px 20px 16px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.panel-title a .icon {
  font-size: 8px;
  position: relative;
  top: -1px;
  transition: transform 200ms;
  transform: scale(-1);
}
.panel-title a:hover {
  color: #fcc101;
}
.panel-title .collapsed .icon {
  transform: scale(1);
}
.ticket {
  border-radius: 5px;
  border: 1px solid #dee1e8;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 40px 12px 32px;
  min-height: 80px;
}
.ticket--input {
    padding-right: 20px
}

.ticket ~ .ticket,
.ticket ~ .ticket--group,
.ticket--group ~ .ticket,
.ticket--group ~ .ticket--group {
  margin-top: 10px;
}
.ticket__decoration {
  /*.ticket__decoration*/
  position: absolute;
  pointer-events: none;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.ticket__decoration--left {
  /*.ticket__decoration--left*/
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: linear-gradient(#ccc 0%, #ccc 100%) top left / 7px 1px repeat-y, linear-gradient(transparent 1px, #b7b7b7 2px) top right / 1px 3px repeat-y;
}
.ticket__decoration--left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 11px;
  transform: translateX(50%);
  border: solid #dee1e8;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
  border-radius: 0 0 22px 22px;
}
.ticket__decoration--left::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 11px;
  transform: translateX(50%);
  border: solid #dee1e8;
  border-width: 1px 1px 0 1px;
  background-color: #fff;
  border-radius: 22px 22px 0 0;
}
.ticket__decoration--right {
  /*.ticket__decoration--right*/
  display: none;
}
.ticket__counter {
  /*.ticket__counter*/
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ticket--input .ticket__counter {
	order: 1
}
.ticket__counter__inc {
  height: 50%;
  top: 0;
  right: 0;
  border: none;
  border-left: 1px solid #dee1e8;
  border-top-right-radius: 5px;
}
.ticket__counter__dec {
  height: 50%;
  bottom: 0;
  right: 0;
  border: none;
  border-left: 1px solid #dee1e8;
  border-bottom-right-radius: 5px;
}
.ticket__counter__dec,
.ticket__counter__inc {
  position: absolute;
  width: 40px;
  background: transparent;
  box-shadow: none;
  outline: none;
  padding: 0;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #000;
}
.ticket__counter__dec.disabled,
.ticket__counter__inc.disabled,
.ticket__counter__dec.disabled:hover,
.ticket__counter__inc.disabled:hover {
  color: #cccccc;
}
.ticket__counter__dec:hover,
.ticket__counter__inc:hover {
  color: #000;
}
.ticket__counter__dec .icon,
.ticket__counter__inc .icon {
  position: relative;
  top: -2px;
}
.ticket__counter__sum,
.ticket__sum {
  font-size: 24px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-align: center;
  min-width: 37px;
  height: 40px;
  /* padding-bottom: 10px; */
  line-height: initial;
  width: auto;
}
.ticket__counter::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #dee1e8;
}
.ticket--input .ticket__counter::after  {
    background: none;
    width: 15px
}
.ticket__content {
  /*.ticket__content*/
  padding: 0 10px;
}
.ticket__price span:first-child {
	font-weight: bold;
}
.ticket__image {
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.ticket__image > a, .ticket__image > image {
  width: 100px;
}
#modal-image .help-close-button {
  padding-bottom: 15px;
}
.ticket__price span:last-child:not(:first-child) {
  font-size: 10px;
}
.ticket__price + .ticket__descr-show {
  margin-top: 9px;
}
.ticket__info + .ticket__price,
.ticket__info + .ticket__sold-out {
  margin-top: 15px;
}
.ticket__type {
	font-weight: bold;
}
.ticket__type + .ticket__descr {
  margin-top: 8px;
}
.ticket__descr {
  /*.ticket__descr*/
  font-size: 10px;
}
.ticket__descr p:last-of-type {
   margin-bottom: 0;
}
.ticket__descr-show {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.ticket__descr-show,
.ticket__descr-show:focus {
  color: #fcc101;
  text-decoration: none;
}
.ticket__descr-show:hover {
  color: #e3ae01;
  text-decoration: none;
}
.ticket__descr .ticket__edit {
  display: none;
}
@media (min-width: 768px) {
  .ticket__descr .ticket__edit {
    display: inline;
  }
}
.ticket__status {
  margin-top: 15px;
  font-size: 14px;
  /* font-family: 'Nunito Sans Lt', sans-serif; */
  font-weight: 600;
  font-style: normal;
  display: none;
}
.ticket__status .icon {
  font-size: 12px;
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.ticket--special .ticket__decoration--left {
  background: linear-gradient(#000 0%, #000 100%) top left / 7px 1px repeat-y, linear-gradient(transparent 1px, #b7b7b7 2px) top right / 1px 3px repeat-y;
}
.ticket--sold-out {
  border-color: #f5f6f8;
  color: #bcbcbc;
}
.ticket--sold-out .ticket__counter {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.ticket--sold-out .ticket__decoration--left {
  background: linear-gradient(#bcbcbc 0%, #bcbcbc 100%) top left / 7px 1px repeat-y, linear-gradient(transparent 1px, #e9e9e9 2px) top right / 1px 3px repeat-y;
}
.ticket--sold-out .ticket__decoration--left::before,
.ticket--sold-out .ticket__decoration--left::after {
  border-color: #f5f6f8;
}
.ticket--sold-out .ticket__descr-show,
.ticket--sold-out .ticket__descr-show:focus {
  color: #bcbcbc;
}
.ticket--sold-out .ticket__status {
  display: block;
  text-transform: uppercase;
  justify-content: flex-end;
}
.ticket--time-based .ticket__status, .ticket--not-available .ticket__status {
	display: block;
	justify-content: flex-end;
}
.ticket--time-based .ticket__status a, .ticket--not-available .ticket__status a {
	text-transform: uppercase;
	font-weight: 500;
}
.ticket--sold-out .ticket__price {
  display: none;
}
.ticket_status_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ticket_status_container .queue_registration {
	padding-top: 5px
}
.ticket_status_container .enter_unlock_code {
    padding-bottom: 15px
}
.ticket--not-available .ticket__decoration--left {
  background: linear-gradient(#bcbcbc 0%, #bcbcbc 100%) top left / 7px 1px repeat-y, linear-gradient(transparent 1px, #b7b7b7 2px) top right / 1px 3px repeat-y;
}
.ticket--not-available .ticket__counter {
	display: none;
}
.ticket--not-available .ticket__status {
  display: block;
}

.ticket--enter-code.ticket__decoration--left {
    background: linear-gradient(#bcbcbc 0%, #bcbcbc 100%) top left / 7px 1px repeat-y, linear-gradient(transparent 1px, #b7b7b7 2px) top right / 1px 3px repeat-y;
}
.ticket--enter-code .ticket__counter {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.ticket--enter-code .ticket__status {
    display: block;
    visibility: hidden;
}

.ticket--default .ticket__decoration--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #202020;
  background-image: none, linear-gradient(transparent 1px, #b7b7b7 2px);
}
.ticket--default .ticket__decoration--left .icon {
  font-size: 17px;
}
.ticket--default .ticket__decoration--left .ticketstar {
  height: 17px;
  width: auto;
  color: #202020;
}
@media (min-width: 768px) {
  .ticket--default .ticket__decoration--left .ticketstar {
    height: 23px;
  }

  .ticket_status_container {
      text-align: right;
  }
}
@media (min-width: 768px) {
  .ticket--default .ticket__decoration--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #202020;
    background-image: none, linear-gradient(transparent 1px, #b7b7b7 2px);
  }
  .ticket--default .ticket__decoration--right .ticketstar {
    width: auto;
    height: 23px;
  }
}
.ticket--unlocked {
  border-color: #fcc101;
}
.ticket--unlocked .ticket__decoration--left {
  background-image: none, linear-gradient(transparent 1px, #fcc101 2px);
  color: #fcc101;
}
.ticket--unlocked .ticket__decoration--left::before,
.ticket--unlocked .ticket__decoration--left::after {
  border-color: #fcc101;
}
.ticket--unlocked .ticket__decoration--left .ticketstar {
  color: #fcc101;
}
.ticket--unlocked-other {
    position: absolute;
    right: 50px;
    bottom: 5px;
}
@media (min-width: 768px) {
  .ticket--unlocked .ticket__decoration--right {
    background-image: none, linear-gradient(transparent 1px, #fcc101 2px);
  }
  .ticket--unlocked .ticket__decoration--right::before,
  .ticket--unlocked .ticket__decoration--right::after {
    border-color: #fcc101;
  }
  .ticket--unlocked .ticket__decoration--right .ticketstar {
    color: #fcc101;
  }
}
.ticket--unlocked .ticket__counter__inc,
.ticket--unlocked .ticket__counter__dec {
  border-color: #fcc101;
}
@media (min-width: 768px) {
  .ticket--unlocked .ticket__counter__inc,
  .ticket--unlocked .ticket__counter__dec {
    border: none;
  }
}
.ticket--unlocked .ticket__counter::after {
  background-color: #fcc101;
}
.ticket__edit {
  /*ticket__edit*/
  text-transform: uppercase;
  font-weight: 700;
}
.ticket__decor div {
  height: 5px;
  box-shadow: inset 0 -1px 0 0 #dee1e8;
  position: relative;
}
.ticket__decor div:first-of-type {
  margin: 0 55px;
}
.ticket__decor div:last-of-type {
  margin: 0 65px;
}
.ticket__decor div::before,
.ticket__decor div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
}
.ticket__decor div::before {
  border-radius: 0 50% 0 0;
  left: -5px;
  box-shadow: 1px -1px 0 0 #dee1e8;
}
.ticket__decor div::after {
  right: -5px;
  border-radius: 50% 0 0 0;
  box-shadow: -1px -1px 0 0 #dee1e8;
}
.ticket__list_open {
  text-decoration: none;
}
.ticket__list_open .icon {
  font-size: 8px;
  position: relative;
}
.ticket__list_open:hover,
.ticket__list_open:focus {
  text-decoration: none;
}
fieldset + fieldset {
  margin-top: 20px;
}
.form-legend {
  font-size: 20px;
  font-weight: 800;
  border: none;
  margin-bottom: 13px;
}
.form-group .control-label {
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
}
.form-group .control-label--static {
  font-size: 18px;
  text-transform: uppercase;
}
.form-control {
  font-size: 15px;
  height: 50px;
  border: solid 1px #dee1e8;
}
.form-control,
.form-control:hover,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:hover,
.has-error .form-control:focus {
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #e65747;
}
.form-control-static {
  padding: 0;
  margin-bottom: -3px;
  transform: translateY(3px);
  min-height: 0;
}
.form-control-static--lg {
  font-size: 18px;
  margin-top: -4px;
  margin-bottom: 8px;
}
.form-control-static--md {
  font-size: 16px;
}
.form-radio + .form-radio,
.form-radio + .form-checkbox,
.form-checkbox + .form-radio,
.form-checkbox + .form-checkbox {
  margin-top: 7px;
}
.form-radio label,
.form-checkbox label {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  vertical-align: top;
  padding: 7px 0 7px 40px;
  position: relative;
  cursor: pointer;
  word-wrap: break-word;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: normal;
  font-style: normal;
}
.form-radio label::before,
.form-checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #dee1e8;
  border-radius: 5px;
}
.has-error .form-radio label::before,
.has-error .form-checkbox label::before,
.has-error .form-select button.dropdown-toggle {
  border-color: #e65747;
}
.form-radio label .icon,
.form-checkbox label .icon {
  display: none;
  position: absolute;
  left: 9px;
  top: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #00bc00;
}
.form-radio input[type=radio]:checked + label .icon,
.form-checkbox input[type=radio]:checked + label .icon,
.form-radio input[type=checkbox]:checked + label .icon,
.form-checkbox input[type=checkbox]:checked + label .icon {
  display: block;
}
.form-radio--inline label,
.form-checkbox--inline label {
  margin-right: 15px;
}
.form-fieldset {
  background: #fff;
  border-radius: 5px;
  padding: 25px 30px 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  min-height: 320px;
  position: relative;
}
.form-fieldset--edit {
  padding-bottom: 70px;
}
.form-fieldset--edit .form-control-static--lg.active {
  display: none;
}
.form-fieldset--active .form-control,
.form-fieldset--active .form-checkbox,
.form-fieldset--active .form-fieldset__save,
.form-fieldset--active .form-fieldset__border {
  display: none;
}
.form-fieldset__border {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  border: 2px solid #fcc101;
  border-radius: 5px;
}
.form-fieldset__save {
  /*.form-fieldset__save*/
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  padding: 0;
  background-color: #fcc101;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  border-radius: 0 0 5px 5px;
  font-size: 18px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
.form-fieldset__save:hover {
  background-color: #e3ae01;
}
.form-fieldset__save:hover + .form-fieldset__border {
  border-color: #e3ae01;
}
.form-fieldset__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
.form-fieldset__btn {
  /*.form-fieldset__btn*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 10px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  transform-origin: center center;
  transform: translateX(40px);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-fieldset__btn {
    transform: translateX(60px);
  }
}
.form-fieldset__btn,
.form-fieldset__btn:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
.form-fieldset__btn:hover {
  color: #ccc;
  text-decoration: none;
}
/* .form-fieldset__btn--edit {
  top: 30px;
} */
.form-fieldset__btn--edit {
  margin-bottom: 40px;
}
.form-fieldset--edit .form-fieldset__btn--edit {
  display: none;
}
/* .form-fieldset__btn--pdf {
  top: 150px;
} */
/* .form-fieldset--edit .form-fieldset__btn--pdf {
  top: 90px;
} */
/* .form-fieldset__btn--phone {
  top: 230px;
} */
/* .form-fieldset--edit .form-fieldset__btn--phone {
  top: 170px;
} */
.form-fieldset__btn .icon {
  font-size: 20px;
}
.form-select {
  position: relative;
}
.form-select .icon {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  top: 20px;
  right: 19px;
  font-size: 9px;
  line-height: 9px;
  transition: transform 400ms;
  transform: scaleY(1);
  transform-origin: center center;
}
.form-select .bootstrap-select.open ~ .icon {
  transform: scaleY(-1);
}
.form-select .bootstrap-select > .dropdown-toggle {
  height: 50px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  text-transform: none;
  padding-right: 20px;
}
.form-select .bootstrap-select > .dropdown-toggle,
.form-select .bootstrap-select > .dropdown-toggle:hover,
.form-select .bootstrap-select > .dropdown-toggle:focus,
.form-select .bootstrap-select > .dropdown-toggle:active,
.form-select .bootstrap-select > .dropdown-toggle:active:focus {
  color: #202020;
  border: 1px solid #dee1e8;
  background-color: #fff;
  box-shadow: none;
  outline: none!important;
}
.form-select .bootstrap-select > .dropdown-toggle .caret {
  display: none;
}
.form-select .dropdown-menu {
  border: 1px solid #dee1e8;
}
.form-select .dropdown-menu > li {
  outline: none;
}
.form-select .dropdown-menu > li > a {
  padding: 6px 12px;
  outline: none;
}
.payment-method, .shipping-method .insurance-method {
  margin-bottom: 0;
}
.payment-method + .payment-method,
.shipping-method + .shipping-method,
.insurance-method + .insurance-method {
  margin-top: 10px;
}
.payment-method label, .shipping-method label {
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 20px 8px 13px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 0;
}

.insurance-method label{
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-ms-flex-align: center;*/
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  /*padding: 8px 20px 8px 13px;*/
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 0;
}

.order-page-container {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	border-radius: 5px;
	/* margin-bottom: 20px; */
	margin-bottom: 26px;
}

.order-page-container__item {
	border-bottom: 1px solid #dee1e8;
	padding: 20px;
}

.order-page-container__item:last-child {
	border-bottom: none;
}

.order-page-container__item .alert {
	margin-top: 20px;
}

.order-page-container__item .action {
	text-decoration: underline;
}

.order-page-container__item-collapse-toggle {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.order-page-container__item-collapse-toggle .fa-angle-up {
	display: flex;
	align-items: center;
}

.order-page-container__item-collapse-toggle.collapsed .fa-angle-up {
	rotate: 180deg;
}

.order-page-container__item-collapse-toggle:hover, .order-page-container__item-collapse-toggle:focus {
	text-decoration: none;
}

.order-page-container__item-collapse-content {
	margin-top: 20px;
	display: flex;
	gap: 20px;
}

.order-page-container__item .order-page-container__item-content .input-group {
	margin-top: 0;
	width: 100%;
}

.order-page-container__item-icon {
	max-width: 45px;
}

.order-page-container__item-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.heading-insurance {
  padding: 8px 20px 8px 13px;
}

.payment-method label:hover, .shipping-method label:hover, .insurance-method label:hover {
  border-color: #fcc101;
}
.payment-method label > .icon, .shipping-method label > .icon {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  font-size: 8px;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #dee1e8;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.label_icon {
  width: 25px;
  height: 25px;
  /*display: block;*/
  text-align: center;
  font-size: 8px;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #dee1e8;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.payment-method label .img, .shipping-method label .img, .insurance-method label .img {
  height: 50px;
  width: 62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 8px;
  margin-right: 14px;
}
.payment-method label .img img, .shipping-method label .img img, .insurance-method label .img img {
  max-width: 100%;
  max-height: 100%;
}
.payment-method label .img .icon_wiretransfer, .payment-method label .img .new-icon-credit_cards {
  font-size: 35px;
}
.payment-method label .img .logo-bancontact {
  height: 44px;
}
.payment-method label .img .logo-kbc {
  height: 32px;
}
.shipping-method label .img, .insurance-method label .img {
    width: 0px
}
.payment-method input[type=radio]:checked + label,
.shipping-method input[type=radio]:checked + label,
.insurance-method input[type=radio]:checked + label {
  border-color: #fcc101;
}
.payment-method input[type=radio]:checked + label > .icon,
.shipping-method input[type=radio]:checked + label > .icon,
.insurance-method input[type=radio]:checked + label > .icon {
  background-color: #fcc101;
  border-color: #fcc101;
}
.fb_shout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.fb_shout > span {
  padding: 8px 30px;
  font-size: 18px;
  line-height: 24px;
}
.fb_shout--wrap {
  background: url(../img/layout/order_bg.png) center center / cover no-repeat;
  margin-bottom: 40px;
}
.order-page__thanks__order .fb_shout {
  padding: 0;
}
.shadow-block {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
  margin: 0 0 30px;
}
.link {
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
}
.load_more {
  margin-top: 40px;
}
.load_more .btn {
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  margin: 0 auto;
}
.login-page {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
}
.login-page__img {
  display: none;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 100%;
  background: center center / cover no-repeat #fcc101;
}
@media (min-width: 768px) {
  .login-page__img {
    display: block;
  }
}
.login-page__wrap {
  padding-top: 36px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .login-page__wrap {
    -ms-flex: 0 0 705px;
        flex: 0 0 705px;
    width: 705px;
  }
}
.login-page__form {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 40px;
}
.login-page__form .form-control[type="password"] {
  font-size: 13px;
}
@media (min-width: 768px) {
  .login-page__form .form-group .control-label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px;
  }
  .login-page__form .form-legend {
    margin-bottom: 74px;
  }
  .login-page__form .form-control {
    height: 60px;
  }
  .login-page__form .form-control[type="password"] {
    font-size: 14px;
  }
}
.login-page__form .btn {
  font-size: 16px;
  margin-bottom: 15px;
}
.login-page__form fieldset {
  margin-bottom: 15px;
}
.login-page__logo {
  display: inline-block;
  vertical-align: top;
}
.login-page__logo img {
  width: 170px;
}
.login-page .lang {
  margin-bottom: 88px;
}
.login-page .lang .btn-group .btn {
  color: #1e1e1e;
  font-size: 16px;
}
.login-page__copy {
  margin-top: auto;
  font-size: 16px;
  line-height: 19px;
  padding: 30px 0;
}
.loader {
  display: none;
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.loader-logo {
  position: absolute;
  width: 68px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.loader-row {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.loader-square {
  width: 15px;
  height: 15px;
  background: #fff;
  position: relative;
}
.loader-square-1,
.loader-square-4 {
  opacity: .79;
}
.loader-square-2 {
  opacity: .44;
}
.promo_codes {
  border: 1px solid #dee1e8;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 7px 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.promo_codes-title {
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-right: 20px;
}
.promo_codes-title .icon {
  font-size: 17px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .promo_codes-title {
    height: 30px;
    font-size: 14px;
  }
}
.promo_codes-title .ticketstar {
  height: 17px;
  width: auto;
  margin-right: 10px;
  color: #202020;
}
@media (min-width: 768px) {
  .promo_codes-title .ticketstar {
    height: 23px;
    margin-right: 15px;
  }
}
.promo_codes-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 10px;
  background-color: #dee1e8;
  border-radius: 15px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  margin-right: 15px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .promo_codes-item {
    font-size: 15px;
  }
}
.promo_codes-item-del {
  font-size: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fcc101;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.promo_codes-item-del:hover {
  background-color: #e3ae01;
}
.promo_codes-item-del svg {
  fill: #fff;
  height: 8px;
  width: auto;
}
.promo_codes-item-delete {
	width: 10px;
	height: 18px;
	margin-right: 5px;
}

.promo_codes-item-delete i {
	font-size: 8px;
	display: inline-block;
}

.promo_codes-item-delete i:before {
	color: #000000;
	display: inline-block;
	transform: rotate(45deg);
}

.promo_codes-item-delete:hover i {
	opacity: 0.5;
}
.discount > span {
  color: #fcc101;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.discount > span:hover {
  color: #c99a01;
}
.discount > .input-group .form-control {
  height: 40px;
  font-size: 12px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  width: 110px;
  border-right: none;
  padding-left: 10px;
  padding-right: 10px;
}
.discount > .input-group .btn {
  height: 40px;
  border-radius: 0 5px 5px 0;
  background-color: #fcc101;
  box-shadow: none;
  outline: none;
  color: #fff;
  font-size: 12px;
}
.discount > .input-group .btn:hover {
  background-color: #c99a01;
}
.discount-selection {
  padding-top: 15px;
}
.discount-selection > span {
  text-decoration: underline;
}
.discount-selection > .input-group {
  margin: 10px auto 0;
}
.discount-selection > .input-group .form-control {
  width: 160px;
}
.notification {
  text-align: center;
  background-color: #fff9e5;
  border-radius: 5px;
  padding: 20px 30px;
  margin: 15px 0 30px;
}
@media (min-width: 768px) {
  .notification {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    padding: 54px 140px 54px 0;
  }
}
.notification-image {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .notification-image {
    margin-bottom: 0;
    font-size: 92px;
    width: 190px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.notification-image .ticketstar {
  color: #fcc101;
  height: 60px;
  width: auto;
}
@media (min-width: 768px) {
  .notification-image .ticketstar {
    height: 92px;
  }
}
.notification-icon {
  font-size: 60px;
  color: #fcc101;
  margin-bottom: 10px;
}
.notification-title {
  font-size: 16px;
  line-height: 20px;
  /* font-family: 'Nunito Sans Th', sans-serif; */
  font-weight: 800;
  font-style: normal;
  color: #fcc101;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .notification-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.notification-text {
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .notification-text {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ==========================================================================
  Helper classes
  ========================================================================== */
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.non-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ticket--group .ticket__counter::after {
  display: none;
}
@media (min-width: 768px) {
  .nav {
    margin-bottom: 50px;
  }
  .nav .btn-group .nav-btn {
    height: 50px;
  }
  .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 12px;
  }
  .list.toggle.in {
    display: none;
  }
  .list > li {
    margin-bottom: 16px;
  }
  .list > li:not(:last-child) {
    margin-right: 35px;
  }
  .btn {
    border-radius: 30px;
    height: 60px;
  }
  .lang {
    margin-bottom: 20px;
  }
  .lang--order {
    margin-top: 15px;
	margin-bottom: 0;
	.btn-group {
		margin-bottom: 15px;
	}
  }
  .intropage {
    padding-bottom: 147px;
  }
  .intropage__img {
    position: fixed;
    top: 0;
    bottom: 90px;
    left: 50%;
    right: 0;
    height: auto;
    transition: transform 400ms ease-in-out, opacity 400ms ease;
  }
  .intropage__img.toggle.in {
    transform: translateX(100%);
    opacity: 0;
  }
  .intropage__content {
    transition: padding 400ms ease-in-out;
    padding-top: 20px;
    display: block;
  }
  .intropage__content--wrap.toggle.in {
    width: 100%;
  }
  .intropage .title {
    margin-bottom: 24px;
    transition: margin 400ms ease-in-out;
    font-size: 45px;
  }
  .intropage .title.toggle.in {
    margin-top: -22px;
    margin-bottom: 27px;
  }
  .intropage__buy {
    position: static;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
  }
  .intropage__buy.toggle.in {
    display: none;
  }
  .intropage__buy .btn-default {
    max-width: none;
  }
  .footer__content {
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__content a, .footer__content .social-item {
    color: #202020;
    /* font-family: 'Nunito Sans Rg', sans-serif; */
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
  }
  .footer__content a:hover,
  .footer__content a:focus {
    color: #fcc101;
  }
  .footer__content a:not(:last-child) {
    margin-right: 15px;
  }
  .footer__content a:has(.icon), .footer__content a:has(.new-icon-x_round_icon) {
    text-decoration: none;
    font-size: 30px;
  }

  .footer__pb {
    text-align: right;
    font-size: 14px;
  }
  .footer__pb > a {
    margin-left: 15px;
    text-decoration: none;
  }
  .order-page--wrap {
    /*margin-top: 60px;*/
    margin-bottom: 120px;
    padding-bottom: 60px;
    background: #fff;
    border-radius: 5px;
  }
  .order-page__bg {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: center center / cover no-repeat #767676;
    z-index: -1;
  }
  .order-page__header {
    margin: 0;
    border: none;
  }
  .order-page__event {
    margin: 0;
    font-size: 14px;
  }
  .order-page__event ul li {
    font-size: 14px;
  }
  .order-page__event ul li a {
    padding: 11px 10px 13px;
  }
  .order-page__event--collapsed ul li + li {
    border-left: none;
  }
  .order-page__step {
    text-align: center;
    padding: 26px 0 20px;
  }
  .order-page__step .title {
    font-size: 36px;
  }
  .order-page__step .title + .subtitle {
    margin-top: 3px;
  }
  .order-page__footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 37px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 101;
  }
  .order-page__footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .order-page__footer__total {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-size: 18px;
  }
  .order-page__footer__btn {
    padding-top: 0;
    padding-bottom: 0;
  }
  .order-page__help {
    display: block;
  }
  .order-page__help__btn {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: none;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0 10px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 11px;
    /* font-family: 'Nunito Sans Rg', sans-serif; */
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(50%);
    position: fixed;
    top: 217px;
    z-index: 100;
  }
  .order-page__help__btn,
  .order-page__help__btn:focus {
    color: #000;
    text-decoration: none;
    outline: none;
  }
  .order-page__help__btn:hover {
    color: #5b5b5b;
    text-decoration: none;
  }
  .order-page__help__btn .icon {
    font-size: 19px;
  }
  .order-page__tickets-info {
    margin: 20px 0 -60px;
    padding: 26px 0 60px;
    border-radius: 0 0 5px 5px;
  }
  .order-page__thanks {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .order-page__thanks .icon_ticket {
    font-size: 76px;
  }
  .order-page__thanks .order-page__step {
    padding-top: 22px;
    padding-bottom: 23px;
  }
  .going-block {
    margin-bottom: 0;
  }
  .last-block {
    padding-bottom: 20px;
  }
  .order-page__thanks .order-page__step .title {
    font-size: 18px;
    /* font-family: 'Nunito Sans Th', sans-serif; */
    font-weight: 800;
    font-style: normal;
    color: #040707;
    text-transform: uppercase;
  }
  .order-page__thanks .order-page__step .subtitle {
    font-size: 18px;
    /* font-family: 'Nunito Sans Th', sans-serif; */
    font-weight: 800;
    font-style: normal;
    color: #040707;
    text-transform: uppercase;
    margin-top: 1px;
  }
  .order-page__thanks__event {
    font-size: 36px;
  }
  .order-page__thanks__order {
    margin-bottom: 35px;
  }
  .order-page__thanks__order .number {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .order-page__thanks__order .email {
    font-size: 18px;
  }
  .order-page__share--wrap {
    margin: 0;
    padding: 25px 0 17px;
  }
  .panel-group {
    margin: 0;
    border-bottom: 1px solid #dee1e8;
  }
  .panel-title {
    font-size: 18px;
  }
  .panel-title a {
    padding: 20px 30px 18px;
  }
  .panel-body {
    padding: 29px 0 50px;
  }
  .ticket {
    padding: 15px 56px 15px 70px;
  }
  .ticket--input {
      padding-right: 70px
  }
  .ticket ~ .ticket,
  .ticket ~ .ticket--group,
  .ticket--group ~ .ticket,
  .ticket--group ~ .ticket--group {
    margin-top: 20px;
  }
  .ticket__decoration--left {
    width: 35px;
  }
  .ticket__decoration--right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: linear-gradient(#ccc 0%, #ccc 100%) top right / 7px 1px repeat-y, linear-gradient(transparent 1px, #b7b7b7 2px) top left / 1px 3px repeat-y;
  }
  .ticket__decoration--right::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 11px;
    transform: translateX(-50%);
    border: solid #dee1e8;
    border-width: 0 1px 1px 1px;
    background-color: #fff;
    border-radius: 0 0 22px 22px;
  }
  .ticket__decoration--right::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 11px;
    transform: translateX(-50%);
    border: solid #dee1e8;
    border-width: 1px 1px 0 1px;
    background-color: #fff;
    border-radius: 22px 22px 0 0;
  }
  .ticket__counter {
    -ms-flex-order: 1;
        order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 130px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .ticket__counter__dec,
  .ticket__counter__inc {
    position: static;
    border: none;
  }
  .ticket__counter__sum,
  .ticket__sum {
    font-size: 18px;
    /* font-family: 'Nunito Sans Rg', sans-serif; */
    font-weight: normal;
    font-style: normal;
    min-width: 24px;
    padding: 0;
    line-height: 40px;
  }
  .ticket--group .ticket__sum {
    margin-right: 40px;
  }
  .ticket__counter::after {
    display: none;
  }
  .ticket__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 10px 0 0;
  }
  .ticket__price {
    text-align: right;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .ticket__price span:first-child {
    font-size: 18px;
    /* font-family: 'Nunito Sans Rg', sans-serif; */
    font-weight: bold;
    font-style: normal;
  }
  .ticket__price span:last-child:not(:first-child) {
    font-size: 14px;
    margin-top: 8px;
  }
  .ticket__info + .ticket__price,
  .ticket__info + .ticket__sold-out {
    margin: 0;
  }
  .ticket__info {
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ticket__type {
    font-size: 18px;
    /* font-family: 'Nunito Sans Rg', sans-serif; */
    font-weight: bold;
    font-style: normal;
  }
  .ticket__type .ticket__edit {
    display: none;
  }
  .ticket__descr {
    font-size: 14px;
    transition: unset;
  }
  .ticket__descr p {
    padding-top: 4px;
    font-size: 11px;
  }
  .ticket__descr-show {
    display: none;
  }
  .ticket__status {
    -ms-flex-align: center;
        align-items: center;
    margin-top: 0;
    padding-left: 10px;
    text-align: right;
    min-width: 130px;
  }
  .ticket--special .ticket__decoration--right {
    background: linear-gradient(#000 0%, #000 100%) top right / 7px 1px repeat-y, linear-gradient(transparent 1px, #b7b7b7 2px) top left / 1px 3px repeat-y;
  }
  .ticket--sold-out .ticket__counter {
    display: none;
  }
  .ticket--sold-out .ticket__decoration--right {
    background: linear-gradient(#bcbcbc 0%, #bcbcbc 100%) top right / 7px 1px repeat-y, linear-gradient(transparent 1px, #e9e9e9 2px) top left / 1px 3px repeat-y;
  }
  .ticket--sold-out .ticket__decoration--right::before,
  .ticket--sold-out .ticket__decoration--right::after {
    border-color: #f5f6f8;
  }
  .ticket--sold-out .ticket__status {
    display: -ms-flexbox;
    display: flex;
  }
  .ticket--not-available .ticket__decoration--right {
    background: linear-gradient(#bcbcbc 0%, #bcbcbc 100%) top right / 7px 1px repeat-y, linear-gradient(transparent 1px, #b7b7b7 2px) top left / 1px 3px repeat-y;
  }
  .ticket--not-available .ticket__counter {
    display: none;
  }
  .ticket--not-available .ticket__status {
    display: -ms-flexbox;
    display: flex;
  }
    .ticket--enter-code .ticket__counter {
        display: none;
    }
    .ticket--enter-code .ticket__status {
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
    }
  fieldset + fieldset {
    margin-top: 30px;
  }
  .form-legend {
    font-size: 24px;
    margin-bottom: 23px;
    margin-top: 10px;
  }
  .form-group {
    margin-bottom: 26px;
  }
  .form-group .control-label {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .form-control {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-control-static {
    transform: translateY(0);
  }
  .form-radio label,
  .form-checkbox label {
    line-height: 22px;
    padding: 5px 0 4px 40px;
  }
  .form-fieldset {
    padding-bottom: 5px;
  }
  .form-fieldset--edit {
    padding-bottom: 65px;
  }
  /*   .form-fieldset__btn {
    right: 0;
  } */
  .form-select .bootstrap-select > .dropdown-toggle {
    font-size: 18px;
    padding-left: 20px;
  }
  .form-select .dropdown-menu > li > a {
    font-size: 15px;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .list > li + li {
    margin-top: 16px;
  }
  .lang--order .btn-group .btn {
    border-color: #dee1e8;
    color: #202020;
  }
  .order-page__overview--wrap {
    margin: 30px -15px 0;
    padding: 25px 15px 0;
    background-color: #f9fafc;
    border-top: 1px solid #dee1e8;
  }
}
@media (min-width: 992px) {
  .order-page__header {
    height: 79px;
  }
  .order-page__header .title {
    font-size: 12px;
  }
  .order-page__steps--wrap {
    padding: 30px 10% 0;
  }
  .order-page__steps::before {
    background: linear-gradient(90deg, transparent 0, transparent 1.5px, #a3a3a3 1.5px, #a3a3a3 10.5px, transparent 10.5px, transparent 12px) center center / 12px 1px repeat-x;
  }
  .order-page__steps__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .order-page__steps__item .circle {
    box-shadow: 0 0 0 10px #fff;
  }
  .order-page__steps__item .title {
    position: static;
    transform: none;
    padding: 1px 10px 0;
    background: #fff;
  }
  .order-page__timer {
    width: 170px;
  }
  .order-page__timer .title .icon {
    font-size: 12px;
    position: relative;
    top: -1px;
  }
}
/* calendar page styles */
.btn-calendar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  color: #fcc101;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .btn-calendar {
    display: -ms-flexbox;
    display: flex;
    max-width: 270px;
  }
}
.btn-calendar svg {
  width: 24px;
  height: 24px;
  fill: #fcc101;
}
.btn-calendar span {
  display: none;
}
@media (min-width: 768px) {
  .btn-calendar span {
    margin-left: 15px;
    display: inline;
  }
}
.btn-calendar:hover {
  color: #202020;
}
.btn-calendar:hover svg {
  fill: #202020;
}
.order-page__step .title--bag {
  margin-top: 15px;
}
@media (min-width: 1230px) {
  .order-page__step .title--bag {
    margin-top: 0;
  }
}
.order-page__bag {
  position: relative;
}
.order-page__bag .btn-calendar {
  position: absolute;
  left: 0;
  top: 25px;
}
.calendar {
  margin-bottom: 30px;
}
.calendar:before {
  content: "";
  display: block;
  border-top: 1px solid #dee1e8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .calendar {
    padding: 0 6%;
  }
}
.calendar-week {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar-week-day {
  width: 100%;
}
@media (min-width: 768px) {
  .calendar-week-day {
    -ms-flex: 0 0 calc(14.28571429%);
        flex: 0 0 calc(14.28571429%);
    max-width: calc(14.28571429%);
  }
}
@media (min-width: 768px) {
  .calendar-week-day + .calendar-week-day {
    border-left: 1px dashed #dee1e8;
  }
}
.calendar-week-date {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-weight: 700;
}
.calendar-week-date--dayoff {
  color: #b8b8b8;
}
@media (min-width: 768px) {
  .calendar-week-date {
    font-weight: 400;
  }
}
.calendar-week-cell {
  height: 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 2px;
  border-top: 1px solid #dee1e8;
}
.calendar-week-cell.empty {
  display: none;
}
@media (min-width: 768px) {
  .calendar-week-cell.empty {
    display: -ms-flexbox;
    display: flex;
  }
}
.calendar-week-ticket {
  width: 100%;
  height: 75px;
  padding: 4px 8px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.calendar-week-ticket:hover .calendar-popup {
  opacity: 1;
}
.calendar-week-ticket-info {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.calendar-week-ticket-info p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.calendar-week-ticket-info div {
  /* font-family: 'Nunito Sans Lt', sans-serif; */
  font-weight: 600;
  font-style: normal;
}
.calendar-week-ticket.border {
  background-position: top left;
  background-size: 4px 1px;
  background-repeat: repeat-y;
}
.calendar-week-ticket.a {
  background-color: #fff9e5;
}
.calendar-week-ticket.a.border {
  background-image: linear-gradient(#fcc100 0%, #fcc100 100%);
}
.calendar-week-ticket.a .calendar-popup-head {
  background-color: #fcc100;
}
.calendar-week-ticket.b {
  background-color: #ebe7f1;
}
.calendar-week-ticket.b.border {
  background-image: linear-gradient(#9c89b8 0%, #9c89b8 100%);
}
.calendar-week-ticket.b .calendar-popup-head {
  background-color: #9c89b8;
}
.calendar-week-ticket.c {
  background-color: #cfe8e8;
}
.calendar-week-ticket.c.border {
  background-image: linear-gradient(#0f8b8d 0%, #0f8b8d 100%);
}
.calendar-week-ticket.c .calendar-popup-head {
  background-color: #0f8b8d;
}
.calendar-week-ticket.d {
  background-color: #fceef1;
}
.calendar-week-ticket.d.border {
  background-image: linear-gradient(#efa8b8 0%, #efa8b8 100%);
}
.calendar-week-ticket.d .calendar-popup-head {
  background-color: #efa8b8;
}
.calendar-week-ticket.e {
  background-color: #f8f8f8;
}
.calendar-week-ticket.e.border {
  background-image: linear-gradient(#bcbcbc 0%, #bcbcbc 100%);
}
.calendar-week-ticket.e .calendar-popup-head {
  background-color: #bcbcbc;
}
.calendar-popup {
  border-radius: 5px;
  background-color: #fff;
}
.calendar-week-ticket .calendar-popup {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .calendar-week-ticket .calendar-popup {
    left: auto;
    top: -33px;
    width: 320px;
    transform: translateX(100%);
    right: -10px;
  }
}
@media (min-width: 768px) {
  .calendar-week-ticket .calendar-popup::before {
    position: absolute;
    left: 0;
    top: 75px;
    transform: translateX(-100%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #fff transparent transparent;
  }
}
@media (min-width: 768px) {
  .calendar-week-ticket .calendar-popup--right {
    right: auto;
    left: -10px;
    transform: translateX(-100%);
  }
}
@media (min-width: 768px) {
  .calendar-week-ticket .calendar-popup--right::before {
    left: auto;
    right: 0;
    transform: translateX(100%);
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
  }
}
.calendar-popup-head {
  padding: 7px 20px;
  /* font-family: 'Nunito Sans Lt', sans-serif; */
  font-weight: 600;
  font-style: normal;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.a .calendar-popup-head {
  background-color: #fcc100;
}
.b .calendar-popup-head {
  background-color: #9c89b8;
}
.c .calendar-popup-head {
  background-color: #0f8b8d;
}
.d .calendar-popup-head {
  background-color: #efa8b8;
}
.e .calendar-popup-head {
  background-color: #bcbcbc;
}
.calendar-popup-body {
  padding: 0 20px;
}
.calendar-popup-row {
  padding: 9px 0 2px;
}
.calendar-popup-row:not(:last-of-type) {
  border-bottom: 1px solid #dee1e8;
}
.calendar-popup-row + .calendar-popup-row {
  margin-top: 5px;
}
.calendar-popup-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 10px 0;
}
.calendar-popup-counter-dec,
.calendar-popup-counter-inc {
  width: 40px;
  background: transparent;
  box-shadow: none;
  outline: none;
  padding: 0;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #000;
  border: none;
}
.calendar-popup-counter-dec:hover,
.calendar-popup-counter-inc:hover {
  color: #fcc101;
}
.calendar-popup-counter-dec .icon,
.calendar-popup-counter-inc .icon {
  position: relative;
  top: -2px;
}
.calendar-popup-counter-sum {
  text-align: center;
  min-width: 70px;
  height: 40px;
  width: auto;
  font-size: 18px;
  padding: 0;
  line-height: 40px;
}
/*.calendar-modal .modal-dialog {*/
/*  max-width: 320px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/
.calendar-modal .modal-close {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 24px;
  line-height: 10px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calendar-modal .modal-close:focus {
  outline: none;
}
.calendar-modal .calendar-popup {
  padding-bottom: 20px;
}
.calendar-modal .calendar-popup-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 10px;
}
.calendar-modal .btn {
  height: 40px;
  border-radius: 20px;
}
.calendar-period {
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
.calendar-period-change {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 24px;
  height: 24px;
}
.calendar-period-change svg {
  width: auto;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #202020;
}
.calendar-period-change:hover svg {
  fill: #fcc100;
}
.calendar-period-date {
  font-size: 18px;
  font-weight: 700;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
}
.calendar-switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
}
.calendar-switch-item {
  padding: 0 8px;
  margin-left: 8px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.calendar-switch-item:hover {
  text-decoration: none;
  color: #fcc100;
}
.calendar-switch-item.active {
  color: #fcc100;
  box-shadow: 0 2px 0 0 #fcc100;
  pointer-events: none;
}
.calendar-bag {
  height: 60px;
  width: 60px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 4px;
}
.calendar-bag svg {
  width: 29px;
  fill: #202020;
}
.calendar-bag-counter {
  min-width: 20px;
  position: absolute;
  border-radius: 10px;
  line-height: 20px;
  padding: 0 4px;
  background-color: #202020;
  color: #fff;
  top: 3px;
  left: 28px;
}
.calendar-bag:hover {
  text-decoration: none;
}
.calendar-bag:hover svg {
  fill: #fcc100;
}
.calendar-bag:hover .calendar-bag-counter {
  background-color: #fcc100;
}
.calendarPlug {
  margin-bottom: 30px;
}
.calendarPlug:before {
  content: "";
  display: block;
  border-top: 1px solid #dee1e8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .calendarPlug {
    padding: 0 6%;
  }
}
.calendarPlug .event {
  padding-left: 8px;
  border-color: transparent;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.calendarPlug .event.border {
  background-position: top left;
  background-size: 4px 1px;
  background-repeat: repeat-y;
}
.calendarPlug .event.a {
  background-color: #fff9e5;
}
.calendarPlug .event.a.border {
  background-image: linear-gradient(#fcc100 0%, #fcc100 100%);
}
.calendarPlug .event.b {
  background-color: #ebe7f1;
}
.calendarPlug .event.b.border {
  background-image: linear-gradient(#9c89b8 0%, #9c89b8 100%);
}
.calendarPlug .event.c {
  background-color: #cfe8e8;
}
.calendarPlug .event.c.border {
  background-image: linear-gradient(#0f8b8d 0%, #0f8b8d 100%);
}
.calendarPlug .event.d {
  background-color: #fceef1;
}
.calendarPlug .event.d.border {
  background-image: linear-gradient(#efa8b8 0%, #efa8b8 100%);
}
.calendarPlug .event.e {
  background-color: #f8f8f8;
}
.calendarPlug .event.e.border {
  background-image: linear-gradient(#bcbcbc 0%, #bcbcbc 100%);
}
.calendarPlug.fc td,
.calendarPlug.fc th {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-style: dashed;
}
.calendarPlug.fc td:first-of-type,
.calendarPlug.fc th:first-of-type {
  border-left-width: 0;
}
.calendarPlug.fc .fc-day-header {
  height: 60px;
  vertical-align: middle;
  border-top-width: 0;
  font-weight: 400;
}
.calendarPlug.fc .fc-head-container {
  border-top-width: 0;
}
.calendarPlug.fc .fc-left,
.calendarPlug.fc .fc-center,
.calendarPlug.fc .fc-right {
  -ms-flex: 1;
      flex: 1;
}
.calendarPlug.fc .fc-center > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.calendarPlug.fc .fc-center .fc-button {
  background-color: transparent;
  color: #202020;
  outline: none;
  border-color: transparent;
  padding: 0;
  font-size: 20px;
}
.calendarPlug.fc .fc-center .fc-button:focus {
  outline: none;
  box-shadow: none;
}
.calendarPlug.fc .fc-center .fc-button:hover {
  color: #fcc100;
}
.calendarPlug.fc .fc-right {
  text-align: right;
}
.calendarPlug.fc .fc-right .fc-button {
  padding: 0 8px;
  margin-left: 8px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  background-color: transparent;
  border: none;
  color: #202020;
  border-radius: 0;
}
.calendarPlug.fc .fc-right .fc-button:hover {
  text-decoration: none;
  color: #fcc100;
}
.calendarPlug.fc .fc-right .fc-button:focus {
  box-shadow: none;
}
.calendarPlug.fc .fc-right .fc-button.fc-button-active {
  color: #fcc100;
  box-shadow: 0 2px 0 0 #fcc100;
  pointer-events: none;
}
.calendarPlug.fc .fc-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .calendarPlug.fc .fc-toolbar {
    display: block;
  }
  .calendarPlug.fc .fc-right {
    text-align: center;
  }
}
.calendarPlug.fc .fc-toolbar h2 {
  font-size: 18px;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
}
.calendar-tooltip {
  position: absolute;
  z-index: 1000;
  opacity: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  max-width: 320px;
  pointer-events: none;
}
.calendar-tooltip .tooltip-inner {
  max-width: none;
  background-color: transparent;
  color: #202020;
  text-align: left;
  font-size: 14px;
  padding: 0;
}
.calendar-tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}
.calendar-tooltip .tooltip-arrow {
  border-color: #fff;
}
.calendar-tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.calendar-tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(45%);
  margin-top: 0;
  margin-bottom: 0;
}
.calendar-tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.calendar-tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(45%);
  margin-top: 0;
  margin-bottom: 0;
}
.calendar-tooltip[x-placement^="right"] {
  margin-left: 5px;
  top: 0!important;
}
.calendar-tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(45%);
  margin-left: 0;
  margin-right: 0;
}
.calendar-tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.calendar-tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(45%);
  margin-left: 0;
  margin-right: 0;
}
.calendar-tooltip p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

a.fc-h-event.only_slot {
	height: 50px;
	text-align: center;
}

.uploader {
  border: 1px dashed #dee1e8;
  border-radius: 5px;
  overflow: hidden;
}
.uploader-footer {
  border-top: 1px dashed #dee1e8;
  padding: 10px;
  text-align: center;
}
.uploader-footer--crop {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uploader-footer--crop .btn {
  height: 40px;
  border-radius: 20px;
  text-transform: none;
}
.uploader-footer--cropchange {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.uploader-footer--cropchange .btn {
  max-width: 150px;
  margin: 0 10px;
}
.uploader-capture {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  color: #202020;
  /* font-family: 'Nunito Sans Rg', sans-serif; */
  font-weight: bold;
  font-style: normal;
}
.uploader-capture:hover,
.uploader-capture:focus {
  text-decoration: none;
}
.uploader-capture:hover .uploader-capture-img,
.uploader-capture:focus .uploader-capture-img {
  color: #fcc101;
}
.uploader-capture-img {
  font-size: 16px;
  margin-right: 10px;
  color: #202020;
}
.preview label i {
  font-size: 90pt;
}
.uploader-upload {
  text-align: center;
  padding: 40px 30px 20px;
}
.uploader-upload-img {
  width: 60px;
  height: 44px;
  color: #fcc101;
  margin-bottom: 16px;
}
.uploader-upload .btn {
  min-height: 40px;
  border-radius: 20px;
  max-width: 225px;
  text-transform: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin: 6px 0;
}
.uploader-upload p {
  margin-bottom: 10px;
}
.uploader-upload p span {
  font-size: 18px;
  line-height: 19px;
}
.uploader-upload i {
  font-size: 44px;
}
.uploader-imgs {
  padding: 0 15px;
}
.uploader-imgs-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  overflow-x: auto;
  padding: 15px 0;
}
.uploader-img {
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  position: relative;
}
.uploader-img + .uploader-img {
  margin-left: 15px;
}
.uploader-img input {
  display: none;
}
.uploader-img input:checked + label:after {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  display: block;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M20,0C9,0,0,9,0,20s9,20,20,20s20-9,20-20S31,0,20,0z M28.8,14.9L17.8,26.1c-0.1,0.1-0.2,0.1-0.3,0c0,0,0,0,0,0l-6.2-6.3c-0.1-0.1-0.1-0.3,0-0.3l1.5-1.6c0.1-0.1,0.2-0.1,0.3,0c0,0,0,0,0,0l4.5,4.6l9.3-9.5c0.1-0.1,0.2-0.1,0.3,0c0,0,0,0,0,0l1.5,1.5C28.8,14.6,28.8,14.8,28.8,14.9z' fill='rgba(255,255,255,.8)'/></svg>");
}
.uploader-img label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.uploader-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.uploader-img-del {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23A3A3A3' d='M12.4,15.4L8,11l-4.4,4.4c-0.8,0.8-2.1,0.8-3,0s-0.8-2.1,0-3L5.1,8L0.6,3.6c-0.8-0.8-0.8-2.1,0-3s2.1-0.8,3,0l0,0L8,5.1l4.4-4.4c0.8-0.8,2.1-0.8,3,0s0.8,2.1,0,3L11,8l4.4,4.4c0.8,0.8,0.8,2.1,0,3S13.3,16.2,12.4,15.4z'/></svg>") center center / 8px 8px no-repeat #fff;
}
.uploader-btn_crop {
  max-width: 225px;
  margin: 0 auto;
}
.uploader-btn_crop .new-icon-crop {
  color: #fff;
  margin-right: 10px;
}
.uploader-crop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  height: 215px;
  background-color: #a4a4a4;
}
/* ==========================================================================
  Helper classes
  ========================================================================== */
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.non-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav > ul > .active > a {
  border-bottom-color: #fff!important;
}
.order-page__error__order {
  padding: 0 30px 20px 30px;
  max-width: 395px;
  margin: 0 auto;
}
.order-page__steps__item a {
  text-decoration: underline;
  color: black;
}
.list > li {
  font-weight: normal;
  font-size: 15px;
}
.footer__pb {
  color: black;
}
.description {
  font-size: 18px;
  padding: 0 0 19px;
}
.description img {
  max-width: 100%;
}
.order-page__thanks .subtitle p {
  padding-top: 10px;
}
.order-page__thanks li {
  list-style-type: none;
}
.footer__content a {
  display: inline-block;
}
.ticket__availability {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.order-page__event {
  min-height: 1px;
}
#header-banner {
  border-radius: 5px 5px 0 0;
}
.content > .container {
  padding-bottom: 157px;
}
.content .container .lang > .btn-group {
  padding-left: 12px;
}
.content > .fix-mobile-bg {
  padding-bottom: 0!important;
}
.order-page--wrap {
  margin-bottom: 20px;
}
.order-page--wrap .panel-group:last-child {
  border-bottom: 0;
}
.order-page--wrap .panel:last-child .panel-body {
  padding-bottom: 0;
}
.order-page--wrap h1 {
  margin-top: 60px;
}
#chart {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 10px;
  min-height: 560px;
}
.ticket__info {
  width: 100%;
}
.form-fieldset {
  min-height: auto;
}
.nav .btn-group .dropdown-menu {
  width: auto;
}
.discount .input-group {
  margin-top: 26px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #f5f5f5;
  color: inherit;
}
.form-select .bootstrap-select > .dropdown-toggle {
  line-height: 34px;
}
p {
  line-height: 1.5em;
}
a.text-underline,
.text-underline a {
  text-decoration: underline;
}
.discount.discount-selection .input-group input[type="text"] {
  height: 40px;
}

#loading-tickets {
  min-height: 95px;
  margin: 15px 0;
}
#loading-tickets .logo {
  top: auto;
  transform: translate(-50%, 0%);
}
@media (min-width: 768px) {
  .content > .fix-mobile-bg.fix-background-image {
    background: none;
  }
}
@media (min-width: 768px) {
  .description {
    padding: 0 0 29px;
  }
  .order-page__thanks {
    padding-top: 0;
  }
  .order-page__thanks .order-page__step .subtitle {
    font-family: 'Nunito Sans Rg', sans-serif;
	font-weight: 600;
    text-transform: none;
  }
  fieldset.hide + fieldset {
    margin-top: 0;
  }
  .order-page__step .title + .subtitle {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .order-page__footer {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  }
  .discount .btn,
  .discount .input-group input[type="text"] {
    height: 50px;
  }
  fieldset[style*="display: none"] + fieldset {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .ticket__content {
    display: flex;
    flex-direction: column;
  }
  .ticket__image {
	margin-top: 15px;
    order: 1;
  }
  .modal-help .modal-dialog {
    max-width: 320px;
  }
  .content {
    padding-bottom: 37px;
  }
  .content > .fix-mobile-banner {
    margin: 0 15px;
  }
  .content.footer-sticky .order-page__footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 37px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
    z-index: 101;
  }
  .content.footer-sticky > .container {
    padding-bottom: 190px;
  }
  #header-banner {
    border-radius: 0;
  }
  .content > .container {
    padding-bottom: 20px;
  }
  /* 	.form-fieldset__btn--phone {
		top: 170px;
	} */
  .form-fieldset .form-edit-product {
    min-height: 245px;
  }
}
@media (max-width: 374px) {
  .modal-help .modal-dialog {
    max-width: 300px;
  }
}
/* ORDER PAGE ============================================ */
.order-page__info .btn-cancel {
  width: 250px;
}
/* HELP MODAL ============================================ */
.help-button-default {
  height: 50px;
}
.help-close-button {
  opacity: 1;
}
.help-close-button:hover {
  opacity: 1;
}
#help-modal-footer {
  background-color: #f9fafc;
}
.modal-help {
  text-align: center;
  padding: 0!important;
}
.modal-help:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-help .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 775px;
}
.ticket-canceled-success {
  margin-top: 20px;
}
/* .form-fieldset__btn--phone {
	top: 180px;
} */
/* .form-fieldset__btn--pdf {
	top: 100px;
} */
.link_order_page {
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Nunito Sans Rg', sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* CUSTOMER PAGER ====================================== */
.form-select .bootstrap-select > .dropdown-toggle {
  padding-right: 45px;
}
/* hide capture from camera button */
.upload .uploader-footer {
  display: none;
}
@media (min-width: 768px) {
  .upload .uploader-footer {
    display: block;
  }
}
/* ==========================================================================
  Timeslots classes
  ========================================================================== */
.timeslots-slider {
  position: relative;
  margin-bottom: 40px;
}
.timeslots-slider-wrap {
	display: none;
}
.timeslots-slider-wrap.active {
	display: block;
}
.timeslots-slider-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	transition: .3s;
}

.timeslots-slider-body.loading {
	opacity: 0.5;
}

.timeslots-slider-prev,
.timeslots-slider-next {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  bottom: 12px;
}
.timeslots-slider-prev,
.timeslots-slider-next {
  font-size: 24pt;
}
.timeslots-slider-prev:hover,
.timeslots-slider-next:hover {
  text-decoration: none;
}
.timeslots-slider-prev .path1:before,
.timeslots-slider-next .path1:before {
  color: #FFF;
}
.timeslots-slider-prev .path2:before,
.timeslots-slider-next .path2:before {
  color: #E9EDEF;
}
.timeslots-slider-prev .path3:before,
.timeslots-slider-next .path3:before {
  color: #000;
}
.timeslots-slider-prev:hover .path1:before,
.timeslots-slider-next:hover .path1:before {
  color: #000;
}
.timeslots-slider-prev:hover .path3:before,
.timeslots-slider-next:hover .path3:before {
  color: #fff;
}
.timeslots-slider-prev {
  left: -10px;
  transform: translateX(-100%);
}
.timeslots-slider-next {
  right: -10px;
  transform: translateX(100%);
}
.timeslots-slider-item {
  width: 64px;
  height: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  cursor: pointer;
}
.timeslots-slider-item.today::before {
  content: attr(data-today);
  text-transform: uppercase;
  opacity: .4;
  margin-bottom: 4px;
}
.timeslots-slider-item.disabled {
  color: #E1E1E1;
  pointer-events: none;
}
.timeslots-slider-item-dweek {
  font-size: 12px;
  line-height: 15px;
  opacity: .4;
  margin-bottom: 4px;
}
.timeslots-slider-item-date {
  box-shadow: inset 0 0 0 1px #E9EDEF;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 6px;
  cursor: pointer;
}
.timeslots-slider-item-date::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #31AB34;
  width: 100%;
  height: 8px;
}
.available .timeslots-slider-item-date::after {
  background: #FCC101;
}
.blocked .timeslots-slider-item-date::after {
  background: #C0C0C0;
}
.disabled .timeslots-slider-item-date::after {
  display: none;
}
.today .timeslots-slider-item-date {
  background: #E9EDEF;
}
.selected .timeslots-slider-item-date {
  box-shadow: inset 0 0 0 2px #31AB34;
}
.timeslots-slider-item-day {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.timeslots-slider-item-month {
  font-size: 14px;
  line-height: 1;
}
.timeslots-subtitle {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 24px;
}
.timeslots-item {
  margin-bottom: 16px;
}
.timeslots-item.s .timeslots-item-info::before, .selection-time-slot-availability.s .timeslots-item-info::before {
  background-color: #E97451;
}
.timeslots-item.m .timeslots-item-info::before, .selection-time-slot-availability.m .timeslots-item-info::before {
  background-color: #FABF2C;
}
.timeslots-item input[type="radio"] {
  display: none;
}
.timeslots-item input[type="radio"]:checked ~ .timeslots-item-label {
  background: #E6FBE5;
  box-shadow: inset 0 0 0 2px #00B720;
  color: #00B720;
}
.timeslots-item-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px #E9EDEF;
  border-radius: 10px;
  padding: 26px 0;
  cursor: pointer;
  margin: 0;
  color: #000;
  font-weight: 400;
  flex-flow: wrap;
}
.timeslots-item-label:hover {
  box-shadow: 0 0 12px rgba(139, 164, 203, 0.6), inset 0 0 0 1px #E9EDEF;
}
@media (max-width: 480px) {
  .timeslots-item-label {
    display: block;
    text-align: center;
    box-shadow: 0 0 12px rgba(139, 164, 203, 0.6), inset 0 0 0 1px #E9EDEF;
  }
}
.timeslots-item-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: inherit;
  display: block;
}
@media (max-width: 480px) {
  .timeslots-item-time {
    margin-right: 0;
    padding-left: 0;
    width: auto;
  }
}
@media (max-width: 480px) {
  .timeslots-item-time.no-timeslot-info {
    margin-bottom: 0;
  }
}
.timeslots-item-description {
  width: 100%;
  padding: 8px 30px 0;
}
.timeslots-item-info {
  padding: 6px 12px;
  border-radius: 32px;
  box-shadow: inset 0 0 0 1px #E9EDEF;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  line-height: 15px;
  background-color: #fff;
  color: #000;
}
.timeslots-item:not(.compact) .timeslots-item-info {
  margin-left: auto;
  margin-right: 30px;
}
.timeslots-item-info::before {
  content: "";
  background-color: #31AB34;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.timeslots-item-info-queue-registration::before {
  background-color: #E1E1E1 !important;
}
.timeslots-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #E9EDEF;
}
.timeslots-select-wrap {
  display: none;
}
.timeslots-select-wrap.active {
  display: block;
}
.timeslots-select-body {
  padding: 16px 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: solid #E9EDEF;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 1px 1px 0 1px;
  border-radius: 8px 8px 0 0;
  position: relative;
  transform: translateY(1px);
  z-index: 1;
  background-color: #fff;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.timeslots-select-date {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: center;
}
.timeslots-select-change {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.timeslots-select-change:hover {
  text-decoration: none;
}
.timeslots-select-change:hover span {
  text-decoration: underline;
}
.timeslots-select-change i {
  font-size: 18pt;
  color: #FCC101;
  margin-right: 10px;
}
.selection-time-slot-availability {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .timeslots-select {
    border-bottom: none;
    width: 100%;
  }
  .timeslots-select-body {
    border-bottom: solid thin #E9EDEF;
    padding: 16px 0;
  }
  .timeslots-select-date {
    margin-left: 10px;
    margin-right: 10px;
  }
  .time-slots-select-date-time {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .selection-time-slot-availability {
    margin-left: 10px;
    margin-right: 10px;
  }
  .timeslots-select-change {
    -ms-flex-positive: 2;
        flex-grow: 2;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin-right: 10px;
  }
}
@media (max-width: 641px) {
  .timeslots-select {
    border-bottom: none;
  }
  .timeslots-select-body {
    border-bottom: solid thin #E9EDEF;
    border-radius: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeslots-select {
    border-bottom: none;
  }
  .timeslots-select-body {
    border-bottom: solid thin #E9EDEF;
    border-radius: 8px;
  }
}
/* ==========================================================================
  END Timeslots classes
  ========================================================================== */
/* ==========================================================================
  Cookies classes
  ========================================================================== */
.cookies {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  max-width: 350px;
  overflow: hidden;
  z-index: 101;
}
.cookies-body,
.cookies-footer {
  padding: 15px;
}
.cookies-footer {
  background-color: #ccc;
  text-align: center;
}
/* ==========================================================================
  END Cookies classes
  ========================================================================== */
