html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

body {
  font-size: 14px;
  line-height: 1.2;
}

::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 {
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova-Regular.woff') format('woff'), url('/fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova-Bold.woff') format('woff'), url('/fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url('/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova-Extrabld.woff') format('woff'), url('/fonts/ProximaNova-Extrabld.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova-Semibold.woff') format('woff'), url('/fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

.font--regular {
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font--bold {
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.font--extrabold {
  font-family: 'Proxima Nova Th', sans-serif;
  font-weight: 800;
  font-style: normal;
}

.font--semibold {
  font-family: 'Proxima Nova Lt', sans-serif;
  font-weight: 600;
  font-style: normal;
}

b,
strong {
  font-family: 'Proxima Nova 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: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Proxima Nova 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: 'Proxima Nova 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: 'Proxima Nova 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: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default {
  color: #fff;
  background: #fcc101;
}

.btn-default:hover {
  background-color: #e3ae01;
  outline: none;
  box-shadow: none;
}

.btn-default:focus,
.btn-default:focus:active {
  background: #fcc101;
  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;
}

.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;
}

.input-group-btn {
  width: auto;
}

.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: 10px;
}

.intropage {
  background-color: #fcc101;
  min-height: 100vh;
  padding-bottom: 110px;
  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;
}

.intropage .title {
  font-family: 'Proxima Nova Th', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  margin: 0;
  color: #fff;
  margin-bottom: 20px;
}

.intropage .subtitle {
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

.intropage__buy {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 30px 15px;
  left: 0;
  background: linear-gradient(to top, #fcc101 65%, rgba(252, 193, 1, 0) 100%);
  text-align: center;
}

.intropage__buy .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #fcc101;
  max-width: 335px;
}

.intropage__buy .btn-default:hover {
  background-color: #fff;
  color: #e3ae01;
}

.intropage__buy .btn-default:focus,
.intropage__buy .btn-default:focus:active {
  background: #fff;
  color: #fcc101;
}

.intropage__readmore {
  color: #fff;
  font-family: 'Proxima Nova 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;
  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: 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: none;
}

.timer {
  display: flex;
}

.timer__min,
.timer__sec {
  height: 30px;
  width: 30px;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Proxima Nova 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: 'Proxima Nova 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: flex;
  margin: 0 -15px;
  height: 76px;
  border-top: 1px solid #dee1e8;
}

.order-page__header .title {
  font-size: 9px;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.order-page__steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.order-page__steps--wrap {
  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 #fcc101;
}

.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: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  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: #fcc101;
  text-decoration: none;
}

.order-page__event {
  /*order-page__event*/
  font-size: 12px;
  background-color: #dee1e8;
  text-align: center;
  font-family: 'Proxima Nova 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: flex;
  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;
  flex-direction: column;
  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: flex;
  align-items: 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;
  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: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 100;
}

.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: 'Proxima Nova Th', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  margin: 0;
  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;
}

.order-page__footer__total {
  border: solid #dee1e8;
  border-width: 1px 0;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 15px;
}

.order-page__footer__btn {
  padding-top: 30px;
  padding-bottom: 27px;
}

.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;
  padding: 26px 30px 9px;
  margin: 20px 0 30px;
}

.order-page__tickets-total table {
  width: 100%;
  max-width: 100%;
}

.order-page__tickets-total table > thead > tr > th {
  font-size: 18px;
  font-family: 'Proxima Nova 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;
}

.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: 'Proxima Nova 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__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;
  height: 50px;
}

.order-page__overview table > tbody > tr > td:first-child {
  padding-left: 0;
}

.order-page__overview table > tbody > tr > td:last-child {
  padding-right: 10px;
}

.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: 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 > 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;
}

.order-page__overview table > tfoot > tr:last-child {
  font-size: 18px;
}

.order-page__overview table > tfoot > tr .discount > span {
  color: #fcc101;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  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: 'Proxima Nova 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__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: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
  padding-top: 3px;
  margin: 0 0 26px;
}

.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: 'Proxima Nova 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: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  align-items: 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: 'Proxima Nova 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: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-title a .icon {
  font-size: 8px;
  position: relative;
  top: -1px;
  transition: transform 400ms;
  transform: rotateX(180deg);
}

.panel-title a:hover {
  color: #fcc101;
}

.panel-title .collapsed .icon {
  transform: rotateX(0);
}

.ticket {
  border-radius: 5px;
  border: 1px solid #dee1e8;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 40px 6px 32px;
}

.ticket ~ .ticket {
  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(#202020 0%, #202020 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*/
  flex-shrink: 0;
}

.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:hover,
.ticket__counter__inc:hover {
  color: #fcc101;
}

.ticket__counter__dec .icon,
.ticket__counter__inc .icon {
  position: relative;
  top: -2px;
}

.ticket__counter__sum {
  font-size: 24px;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  min-width: 37px;
  height: 40px;
  padding-bottom: 10px;
  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__content {
  /*.ticket__content*/
  padding: 0 5px;
}

.ticket__price {
  /*.ticket__price*/
}

.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: 9px;
}

.ticket__type + .ticket__descr {
  margin-top: 8px;
}

.ticket__descr {
  /*.ticket__descr*/
  font-size: 10px;
}

.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__status {
  margin-top: 9px;
  font-size: 14px;
  font-family: 'Proxima Nova 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(#fcc101 0%, #fcc101 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;
}

.ticket--sold-out .ticket__price {
  display: none;
}

.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 {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.ticket--not-available .ticket__status {
  display: block;
}

fieldset + fieldset {
  margin-top: 20px;
}

.form-legend {
  font-size: 18px;
  border: none;
  margin-bottom: 13px;
}

.form-group .control-label {
  font-family: 'Proxima Nova 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-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: 'Proxima Nova 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 {
  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 {
  display: none;
}

.form-fieldset--active .form-control,
.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: 'Proxima Nova 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__btn {
  /*.form-fieldset__btn*/
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: flex;
  padding: 13px 0 10px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-family: 'Proxima Nova 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: absolute;
  z-index: 100;
  transform-origin: center center;
  right: 20px;
}

.form-fieldset__btn,
.form-fieldset__btn:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

.form-fieldset__btn:hover {
  color: #fcc101;
  text-decoration: none;
}

.form-fieldset__btn--edit {
  top: 30px;
}

.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;
}

.form-select .bootstrap-select.open ~ .icon {
  transform: rotateX(180deg);
}

.form-select .bootstrap-select > .dropdown-toggle {
  height: 50px;
  font-family: 'Proxima Nova 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 {
  margin-bottom: 0;
}

.payment-method + .payment-method {
  margin-top: 10px;
}

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

.payment-method label:hover {
  border-color: #fcc101;
}

.payment-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;
  flex-shrink: 0;
}

.payment-method label .img {
  height: 50px;
  width: 62px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 14px;
}

.payment-method label .img img {
  max-width: 100%;
  max-height: 100%;
}

.payment-method label .img .icon_wiretransfer {
  font-size: 35px;
}

.payment-method label .img .icon_creditcart {
  font-size: 32px;
}

.payment-method label .img .logo-bancontact {
  height: 44px;
}

.payment-method label .img .logo-kbc {
  height: 32px;
}

.payment-method input[type=radio]:checked + label {
  border-color: #fcc101;
}

.payment-method input[type=radio]:checked + label > .icon {
  background-color: #fcc101;
  border-color: #fcc101;
}

.fb_shout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  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;
}

.shadow-block {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
  margin: 0 0 30px;
}

.link {
  color: #fcc101;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.link:hover {
  color: #c99a01;
}

.load_more {
  margin-top: 40px;
}

.load_more .btn {
  padding-right: 50px;
  padding-left: 50px;
  width: auto;
  margin: 0 auto;
}

/* ==========================================================================
  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;
}

@media (min-width: 768px) {
  .nav {
    margin-bottom: 50px;
  }

  .nav .btn-group .nav-btn {
    height: 50px;
  }

  .list {
    display: flex;
    flex-wrap: wrap;
    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: 15px;
  }

  .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;
  }

  .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: 45px;
  }

  .intropage__buy.toggle.in {
    display: none;
  }

  .intropage__buy .btn-default {
    max-width: 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);
  }

  .footer__content {
    height: 90px;
    display: flex;
    font-size: 0;
    align-items: center;
    justify-content: space-between;
  }

  .footer__content a {
    color: #202020;
    font-family: 'Proxima Nova 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 > .icon {
    text-decoration: none;
    font-size: 30px;
  }

  .footer__pb {
    text-align: right;
    font-size: 14px;
  }

  .footer__pb > a {
    margin-left: 15px;
    text-decoration: none;
  }

  .footer__pb > a > img {
    width: 128px;
  }

  .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 {
    padding-top: 23px;
    padding-bottom: 36px;
  }

  .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: 0;
    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: flex;
    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: flex;
    padding: 13px 0 10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-family: 'Proxima Nova 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: #fcc101;
    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__overview table > tfoot > tr:last-child > td {
    font-size: 24px;
  }

  .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: 'Proxima Nova 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: 'Proxima Nova 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 18px 70px;
  }

  .ticket ~ .ticket {
    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(#202020 0%, #202020 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 {
    order: 1;
    display: flex;
    flex-shrink: 0;
    min-width: 130px;
    justify-content: flex-end;
  }

  .ticket__counter__dec,
  .ticket__counter__inc {
    position: static;
    border: none;
  }

  .ticket__counter__sum {
    font-size: 18px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: normal;
    font-style: normal;
    min-width: 24px;
    padding: 0;
    line-height: 40px;
  }

  .ticket__counter::after {
    display: none;
  }

  .ticket__content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 0;
  }

  .ticket__price {
    text-align: right;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .ticket__price span:first-child {
    font-size: 18px;
    font-family: 'Proxima Nova 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: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ticket__type {
    font-size: 18px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: bold;
    font-style: normal;
  }

  .ticket__descr {
    font-size: 14px;
    transition: unset;
  }

  .ticket__descr-show {
    display: none;
  }

  .ticket__status {
    align-items: center;
    margin-top: 0;
    padding-left: 10px;
    text-align: right;
  }

  .ticket--special .ticket__decoration--right {
    background: linear-gradient(#fcc101 0%, #fcc101 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: 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: flex;
  }

  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: flex;
    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;
  }
}
