@import url('//fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Helvetica+Neue:100,200,300,400,500,600,700,800');
.embed-events {
  display: flex;
  flex-direction: column;
}
.embed-events__label {
  color: #9b9b9b;
  line-height: 14px;
  margin-bottom: 6px;
}
.embed-events__item {
  display: flex;
  position: relative;
  flex-direction: row;
  min-height: 60px;
  margin-bottom: 15px;
  cursor: pointer;
}
.embed-events__item_without-image {
  min-height: 120px !important;
}
.embed-events__item_without-image .embed-events__image {
  display: none;
}
.embed-events__item_selected:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #f5a623;
  pointer-events: none;
}
.embed-events__item_selected .embed-events__selection {
  visibility: visible;
}
.embed-events__item_one {
  flex-direction: column-reverse;
  border-radius: 4px;
  overflow: hidden;
  min-height: 210px;
  margin-bottom: 15px;
}
.embed-events__item_one .embed-events__image img {
  width: 100%;
  height: 280px;
  min-height: 130px;
}
.embed-events__item_one .embed-events__info {
  width: 100%;
  border-radius: 0 0 4px 4px;
  border: none;
  flex-grow: 1;
  padding-left: 25px;
  padding-right: 25px;
  bottom: 0;
}
.embed-events__item_one .embed-events__name {
  font-size: 18px;
  margin-bottom: 5px;
}
.embed-events__item_one .embed-events__time {
  font-size: 14px;
}
.embed-events__item_one .embed-events__selection {
  top: auto;
  right: 11px;
  bottom: 13px;
}
@media (max-width: 639px) {
  .embed-events__item_one {
    align-items: center;
  }
  .embed-events__item_one .embed-events__image img {
    width: 280px;
  }
  .embed-events__item_one .embed-events__info {
    width: 280px;
  }
}
.embed-events__item_two {
  min-height: 85px;
}
.embed-events__item_two .embed-events__image img {
  min-height: 100px;
}
.embed-events__image {
  display: flex;
  position: relative;
  background-color: #37273b;
}
.embed-events__image img {
  width: 100px;
  height: 100%;
}
.embed-events__image .ticketed {
  position: absolute;
  display: table;
  bottom: 0;
  right: 0;
  line-height: 1;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.75) 50%, transparent 50%);
  padding: 22px 5px 2px 22px;
}
.embed-events__image .ticketed svg {
  width: 18px;
  height: 18px;
  fill: #f5a623;
}
.embed-events__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 15px;
  width: 100%;
  background: #231d29;
  border: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.embed-events__name {
  color: #fff;
  padding-right: 28px;
  margin-bottom: 4px;
  line-height: 1.1;
}
.embed-events__time {
  color: #f5a623;
}
.embed-events__address {
  color: #fff;
}
.embed-events__selection {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: #4990e2 url("../../../assets/img/icons/mark.png") center / 12px 9px no-repeat;
  visibility: hidden;
  border-radius: 50%;
}
.embed-event-image {
  width: 100%;
  height: 100%;
  max-width: 480px;
  max-height: 480px;
  border-radius: 24px;
  box-shadow: 0 2px 90px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 960px) {
  .embed-event-image.hide-md {
    display: none;
  }
}
@media (max-width: 959px) {
  .embed-event-image {
    display: none;
  }
  .embed-event-image.hide-md {
    display: inline-block;
    max-width: 460px;
    height: auto;
  }
}
.blurred {
  filter: blur(5px);
  opacity: 0.6;
  pointer-events: none;
}
event-info {
  font-weight: bold;
  text-align: left;
}
event-info .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: normal;
}
event-info .share {
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  color: #9b9b9b;
  font-size: 12px;
  padding: 0;
}
event-info .share:hover {
  color: #ffffff;
}
event-info .share:hover svg {
  fill: #ffffff;
}
event-info .share svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: #9b9b9b;
}
event-info .time {
  font-size: 14px;
  color: #f5a623;
}
event-info .name {
  font-size: 36px;
  margin-bottom: 20px;
}
event-info .address {
  font-size: 16px;
  color: #f5a623;
}
@media (max-width: 959px) {
  event-info {
    width: 100%;
    max-width: 460px;
  }
}
event-card {
  display: inline-flex;
  padding: 10px;
}
event-card .event-card-wrap {
  position: relative;
  width: 300px;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #9b9b9b;
}
event-card .event-card-wrap:hover {
  border-color: #f5a623;
  cursor: pointer;
}
@media (max-width: 959px) {
  event-card .event-card-wrap {
    width: 288px;
  }
}
event-card .card-image {
  width: 100%;
  padding: 100% 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
event-card .card-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
event-card .event-card-info {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  padding: 10px 20px 15px 20px;
  min-height: 145px;
  height: auto;
}
event-card .date {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  flex-grow: 1;
  line-height: 1.1;
}
event-card .date .orange {
  font-size: 14px;
}
event-card .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
event-card .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 26px;
}
event-card .over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9b9b9b;
}
event-card .event-ticketed {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  fill: #f5a623;
}
@media (max-width: 959px) {
  event-card {
    padding: 8px;
    width: auto;
  }
}
.upcoming-events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.upcoming-events event-card {
  width: auto;
}
.flex-block {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
}
.flex-block_column {
  flex-direction: column;
}
.flex-block_center {
  justify-content: center;
}
.flex-block_feedback .embed-form {
  margin-bottom: 20px;
}
.flex-block_between {
  justify-content: space-between;
}
.flex-block__item {
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 100%;
}
.flex-block__item_w_50 {
  flex-basis: 50%;
}
@media (max-width: 639px) {
  .flex-block {
    flex-wrap: wrap;
  }
  .flex-block .flex-block__item_w_50 {
    flex-basis: 100%;
  }
}
.event-sphere {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #121212;
  border-radius: 5px;
  background: #4990e2;
  pointer-events: none;
}
.sold-out-events:before {
  background-color: #f5a623 !important;
}
.embed-form {
  display: block;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
.embed-form__label {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
  margin: 0;
  color: #9b9b9b;
}
.embed-form__input {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  background-color: transparent !important;
}
.embed-form__input_w_sm {
  min-width: 280px;
}
.embed-form__input:focus {
  border-color: #4990e2;
  box-shadow: 0 0 10px 0 rgba(73, 144, 226, 0.2);
}
.embed-form__input:focus ~ .embed-form__label {
  color: #4990e2;
}
.embed-form__input.ng-touched.ng-invalid {
  border-color: #d04843;
  box-shadow: 0 0 10px 0 rgba(208, 72, 67, 0.2);
}
.embed-form__input.ng-touched.ng-invalid ~ .embed-form__label {
  color: #d04843;
}
.embed-form__input.ng-empty:not(:focus) ~ .flag {
  pointer-events: none;
  opacity: 0;
  transition: .225s ease opacity;
}
.embed-form__input_textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 45px;
  height: 45px;
  resize: vertical;
}
.embed-form__input_center {
  text-align: center;
}
.embed-form__input_section {
  margin-bottom: 20px;
}
.embed-form__input_section button {
  text-align: left;
}
.embed-form__input_section button:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 10px;
  top: 14px;
  border: solid #f5a623;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.embed-form__error {
  position: absolute;
  top: 60px;
  left: 0;
  color: #d04843;
  font-size: 12px;
}
.embed-form__success {
  position: absolute;
  top: 60px;
  left: 0;
  color: #3f8c60;
  font-size: 12px;
  font-weight: bold;
}
.embed-form__datepicker {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 959px) {
  .embed-form__datepicker {
    width: 288px;
  }
}
.embed-form__datepicker .embed-form__input {
  padding-right: 25px;
  cursor: pointer;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup {
  width: 100%;
  background: #121212;
  border: solid #66606c;
  border-width: 0 1px 1px 1px;
  z-index: 2000;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup table {
  margin: auto;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup thead small {
  color: #fff;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn {
  border-width: 0;
  background: transparent;
  color: #fff !important;
  padding: 8px 11px;
  box-shadow: none;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn span:not(.text-muted) {
  font-weight: 600;
  background: transparent;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn span:not(.text-muted).text-info {
  color: #4990e2 !important;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn-default[disabled] {
  background: transparent;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn-default[disabled] span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5) !important;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn-info {
  background: rgba(73, 144, 226, 0.2);
  border-color: #4990e2;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .btn-info .text-info {
  color: #fff;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .one-event,
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .two-events {
  position: relative;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .one-event:before,
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .two-events:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #121212;
  border-radius: 5px;
  background: #4990e2;
  pointer-events: none;
  right: 3px;
  bottom: 3px;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .two-events:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #121212;
  border-radius: 5px;
  background: #4990e2;
  pointer-events: none;
  right: 7px;
  bottom: 3px;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .three-events {
  position: relative;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .three-events .btn {
  position: relative;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .three-events .btn:before,
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .three-events .btn:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #121212;
  border-radius: 5px;
  background: #4990e2;
  pointer-events: none;
  right: 3px;
  bottom: 2px;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .three-events .btn:after {
  right: 7px;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup .three-events:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #121212;
  border-radius: 5px;
  background: #4990e2;
  pointer-events: none;
  right: 12px;
  bottom: 2px;
}
.embed-form__datepicker .embed-form__input + div[uib-datepicker-popup-wrap] .uib-datepicker-popup tbody td.uib-day:not(.current-month) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.embed-form__datepicker .calendar-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  fill: #929193;
}
.embed-form__timepicker {
  width: 100%;
}
.embed-form__timepicker .uib-timepicker {
  height: 40px;
  width: 100%;
}
.embed-form__timepicker .form-control {
  height: 40px;
  background: transparent;
  border-color: #66606c;
  font-size: 14px;
  color: inherit;
}
.embed-form__timepicker .form-control:focus {
  border-color: #4990e2;
  box-shadow: 0 0 10px 0 rgba(73, 144, 226, 0.2);
}
.embed-form__timepicker .has-error .form-control {
  border-color: #d04843;
  box-shadow: 0 0 10px 0 rgba(208, 72, 67, 0.2);
}
.embed-form__timepicker .uib-separator {
  min-width: 15px;
  text-align: center;
}
.embed-form__timepicker .uib-time input {
  width: 100%;
}
.embed-form__timepicker .uib-time .btn {
  margin-left: 15px;
  height: 40px;
  min-width: 83px;
  color: inherit !important;
  font-size: 14px;
  border-color: #66606c;
  background: transparent;
}
.embed-form__timepicker .uib-time .btn:hover,
.embed-form__timepicker .uib-time .btn:focus {
  background: rgba(25, 25, 25, 0.4);
  color: inherit !important;
}
@media (max-width: 639px) {
  .embed-form__timepicker {
    width: auto;
  }
  .embed-form__timepicker .uib-timepicker {
    width: auto;
  }
  .embed-form__timepicker .uib-time input {
    max-width: 83px;
  }
}
.embed-form .uib-rating {
  font-size: 35px;
}
.embed-form .uib-rating .glyphicon-star-empty {
  color: #9b9b9b;
}
.embed-form .uib-rating .glyphicon-star {
  color: #f5a623;
  cursor: pointer;
}
.embed-form .uib-rating:hover ~ .embed-form__label,
.embed-form .uib-rating:focus ~ .embed-form__label {
  color: #4990e2;
}
.embed-form.mt {
  margin-top: 30px;
}
@media (max-width: 959px) {
  .embed-form.mt {
    margin-top: 0;
  }
}
.embed-btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  flex-basis: 100%;
}
.embed-btn-group__item {
  display: flex;
  height: 40px;
  flex-basis: 50%;
  background: transparent;
  border-color: #66606c;
  color: inherit;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.embed-btn-group__item:hover {
  color: #fff;
  background-color: rgba(25, 25, 25, 0.4);
}
.embed-btn-group__item.active {
  color: #fff;
  border-color: #4990e2;
  background: #4990e2;
}
.btn-submit {
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 14px;
  background-color: #4990e2;
  border-radius: 4px;
}
.btn-submit_sm {
  max-width: 280px;
  height: 50px;
}
.btn-submit:disabled {
  opacity: .2;
}
.btn-submit_loading {
  opacity: .7;
  pointer-events: none;
}
.btn-submit_dome {
  font-size: 16px;
  letter-spacing: 0.5px;
  background-color: #4990e2;
}
.btn-submit:hover,
.btn-submit:focus {
  color: #fff;
  background-color: #509ef9;
}
.btn-submit.lg {
  font-size: 18px;
  font-weight: bold;
}
.success-message {
  font-size: 14px;
}
.success-message.new {
  font-size: 16px;
  margin-bottom: 30px;
}
.title-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.title {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 20px;
}
.title_xl {
  font-size: 32px;
}
.title_padding {
  padding: 0 10px;
}
.embed-checkbox {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.embed-checkbox:hover {
  cursor: pointer;
}
.embed-checkbox input {
  display: none;
}
.embed-checkbox input.ng-not-empty + i {
  border-color: #4990e2;
  background-color: #4990e2;
}
.embed-checkbox input.ng-not-empty + i:before,
.embed-checkbox input.ng-not-empty + i:after {
  display: block;
}
.embed-checkbox i {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 5px;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}
.embed-checkbox i:before,
.embed-checkbox i:after {
  position: absolute;
  content: '';
  display: none;
  height: 2px;
  background-color: #fff;
  top: 6px;
}
.embed-checkbox i:before {
  left: 2px;
  width: 5px;
  transform: rotate(45deg);
}
.embed-checkbox i:after {
  left: 4px;
  width: 9px;
  transform: rotate(-45deg);
}
.embed-checkbox_dome {
  align-items: start;
}
.embed-checkbox_dome input {
  pointer-events: none;
}
.embed-checkbox_dome input.ng-not-empty + i {
  border-color: #9b9b9b;
  background-color: transparent;
}
.embed-checkbox_dome i {
  top: 2px;
  margin-right: 10px;
}
.embed-checkbox_dome i:before,
.embed-checkbox_dome i:after {
  background-color: #4990e2;
}
.embed-checkbox_dome i:before {
  width: 4px;
}
.embed-checkbox.lg {
  margin-bottom: 30px;
}
.embed-checkbox.lg i {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 12px;
  border-radius: 2px;
}
.embed-checkbox.lg i:before,
.embed-checkbox.lg i:after {
  height: 3px;
  top: 8px;
}
.embed-checkbox.lg i:before {
  width: 7px;
  top: 10px;
}
.embed-checkbox.lg i:after {
  left: 4px;
  width: 14px;
}
.terms-modal {
  max-height: 400px;
  overflow-x: auto;
  padding: 10px !important;
}
.embed-terms {
  color: #646464;
  margin-top: 10px;
  line-height: 1.1;
  text-align: center;
  font-size: 11px;
}
.embed-terms a {
  color: #4990e2 !important;
}
.embed-terms a:hover {
  text-decoration: underline !important;
}
.ticket-title {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.divider {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.embed-order {
  margin: 10px 10px 30px 10px;
}
.embed-order__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.embed-order__total {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.embed-order__total span {
  font-weight: bold;
  color: #f5a623;
}
.embed-order__block {
  width: 100%;
}
.embed-order__block:not(:last-child) {
  margin-bottom: 20px;
}
.embed-order__block:not(:last-child) td {
  padding-bottom: 10px;
}
.embed-order__block:not(:last-child) td:last-child {
  text-align: right;
}
.embed-order__block-row {
  margin-bottom: 10px;
}
.embed-order__block-row:last-child td {
  padding-bottom: 0;
}
.embed-order__block-row.header {
  opacity: .4;
}
.embed-tickets {
  background-color: inherit;
  margin: 0 10px 10px;
}
.embed-tickets .tickets-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}
.embed-tickets .ticket {
  display: block;
  position: relative;
  padding: 15px 20px;
  min-height: 128px;
  background: #37273b;
  border-left: 1px dotted #291e2c;
  border-right: 1px dotted #291e2c;
  color: #9b9b9b;
  letter-spacing: -0.4px;
}
.embed-tickets .ticket:not(:last-child) {
  margin-bottom: 20px;
}
.embed-tickets .ticket:before,
.embed-tickets .ticket:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  background: #121212;
  box-shadow: 0 0 0 0 #121212, 0 16px 0 0 #121212, 0 32px 0 0 #121212, 0 48px 0 0 #121212, 0 64px 0 0 #121212, 0 80px 0 0 #121212, 0 96px 0 0 #121212, 0 112px 0 0 #121212, 0 128px 0 0 #121212, 0 144px 0 0 #121212, 0 160px 0 0 #121212;
}
.embed-tickets .ticket:after {
  left: auto;
  right: -4px;
}
.embed-tickets .ticket .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
}
.embed-tickets .ticket__block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.embed-tickets .ticket__block_end {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
}
.embed-tickets .ticket__block .counter {
  height: auto;
}
.embed-tickets .ticket__block .counter__input {
  min-width: 24px;
  height: 24px;
  width: 24px;
  padding: 0;
  color: #fff;
  border: none;
}
.embed-tickets .ticket__block .counter__input:focus {
  border: none;
  box-shadow: none;
}
.embed-tickets .ticket__block .counter__btn {
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-radius: 3px;
}
.embed-tickets .ticket__block .counter__btn:before,
.embed-tickets .ticket__block .counter__btn:after {
  top: 10px;
  left: 6px;
  width: 10px;
}
.embed-tickets .ticket .info {
  display: block;
  flex-grow: 1;
}
.embed-tickets .ticket .name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 5px;
  word-break: break-word;
}
.embed-tickets .ticket .price {
  font-size: 22px;
  text-align: right;
  line-height: 1.4;
  color: #f5a623;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  flex-grow: 1;
}
.embed-tickets .ticket .description {
  margin-top: 5px;
  max-height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.5);
}
.embed-tickets .ticket .description .simplebar-track.horizontal .simplebar-scrollbar {
  visibility: hidden !important;
  pointer-events: none;
}
.embed-tickets .ticket__info {
  display: block;
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.5);
}
.embed-tickets .ticket__info .text-bright {
  color: rgba(255, 255, 255, 0.75);
}
.embed-card {
  margin-bottom: 20px;
}
.embed-card label {
  display: block;
  width: 100%;
  line-height: 14px;
  margin: 0 0 5px 0;
  color: #9b9b9b;
}
.embed-card label.card-error {
  color: #d04843;
}
.embed-card .card-element {
  padding: 10px;
  border: 1px solid #9b9b9b;
  width: 100%;
  height: 40px;
  border-radius: 2px;
}
.embed-card .card-element.card-error {
  border-color: #d04843;
}
.embed-card .error {
  color: #d04843;
  font-size: 12px;
}
.orange {
  color: #f5a623;
}
.terms-link,
.terms-link:focus {
  color: #4990e2;
}
.terms-link:hover,
.terms-link:focus:hover {
  color: #58adff;
  text-decoration: underline;
}
.form-container {
  overflow-anchor: auto;
  display: block;
  margin: auto;
  max-width: 940px;
}
.form-container .pay-info-form.guest .col {
  padding-top: 0;
  padding-bottom: 0;
}
.form-container.success {
  display: flex;
  flex-grow: 1;
  height: 100%;
  flex-direction: column;
}
.form-container.on-blurred .on-blur {
  filter: blur(5px);
  opacity: 0.6;
  pointer-events: none;
}
.with-image {
  width: 100%;
  position: relative;
  justify-content: center;
}
.form-block {
  display: flex;
  margin: 0 -10px;
  position: relative;
  flex-wrap: wrap;
}
.form-block.center {
  align-items: center;
}
.form-block.success {
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 959px) {
  .form-block {
    margin: 0;
  }
  .form-block.jc-m-center {
    justify-content: center;
  }
}
.blur-image {
  display: flex;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  justify-content: center;
}
.blur-image img {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  filter: blur(50px);
  opacity: .4;
}
@media (max-width: 959px) {
  .blur-image {
    margin-left: 0;
  }
}
.row-block {
  display: block;
  padding: 10px;
  flex-basis: 33.3%;
}
.row-block.center {
  text-align: center;
}
.row-block.wide {
  flex-basis: 66.6%;
}
@media (max-width: 959px) {
  .row-block.wide {
    padding: 8px;
    flex-basis: 100%;
  }
}
.row-block.full-width {
  flex-basis: 100%;
}
.row-block.pad {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-basis: 100%;
}
@media (max-width: 959px) {
  .row-block.pad {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 959px) {
  .row-block.no-pad {
    padding: 0;
  }
}
.row-block.no-padding {
  padding: 0;
}
@media (max-width: 959px) {
  .row-block {
    padding: 8px;
    flex-basis: 100%;
  }
  .row-block.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .row-block.hide-md {
    display: none;
  }
}
.pad-block {
  width: 100%;
  padding: 10px;
}
.pad-block.flexed {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pad-block.flexed .form-title {
  line-height: 1.1;
}
.pad-block.flexed .spec-btn-outline {
  margin-bottom: 5px;
}
@media (max-width: 959px) {
  .pad-block {
    padding: 8px;
  }
}
.bs-btn-group {
  display: flex;
  width: 100%;
  max-width: 460px;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #414045;
  margin: 30px auto;
  font-size: 16px;
  font-weight: 500;
}
.bs-btn-group button {
  height: 32px;
  width: 50%;
  border-radius: 16px;
  color: #fff;
  border: none;
  font-weight: bold;
  background-color: transparent;
}
.bs-btn-group button:first-child {
  margin-right: 10px;
}
.bs-btn-group button:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.bs-btn-group button.active {
  color: #000;
  background-color: #b2b2b5;
}
@media (max-width: 959px) {
  .bs-btn-group {
    margin: 10px auto;
  }
}
@keyframes fade-in-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.overflow-modal {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  overflow: auto;
  padding-top: 30px;
}
@media (max-width: 959px) {
  .overflow-modal {
    padding-top: 0;
  }
  .overflow-modal .embed-view {
    padding-top: 0 !important;
  }
  .overflow-modal .dp-center {
    justify-content: center;
    display: flex;
  }
}
.overflow-modal .header {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .overflow-modal .header {
    display: flex;
    align-items: center;
    font-size: 20px;
    min-height: 45px;
  }
}
.overflow-modal .back-btn {
  border: none;
  padding: 0;
  width: 33px;
  height: 26px;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.overflow-modal .back-btn svg {
  width: 100%;
  height: 100%;
  fill: #f5a623;
}
@media (max-width: 959px) {
  .overflow-modal .back-btn {
    width: 25px;
    height: 19px;
    margin-right: 12px;
  }
}
.overflow-modal .embed-view {
  flex-grow: 1;
}
.overflow-modal .powered {
  color: #646464;
}
.overflow-modal.inc {
  animation: fade-in-modal 0.3s;
}
.form-title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
}
.form-title.sm {
  font-size: 24px;
}
.form-title.no-mb {
  margin-bottom: 0;
}
.mrb-counter {
  display: flex;
  width: 100%;
  background: transparent;
  border: 2px solid #f5a623;
  border-radius: 16px;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 60px;
  margin-bottom: 20px;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}
.mrb-counter.ticket .info {
  padding: 5px 0 5px 20px;
}
@media (max-width: 959px) {
  .mrb-counter.ticket .info {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 5px 0 5px 16px;
    align-items: flex-start;
  }
}
@media (max-width: 959px) {
  .mrb-counter {
    min-height: 60px;
  }
}
.mrb-counter .info {
  display: flex;
  align-items: center;
  padding-left: 20px;
  flex-grow: 1;
  flex-direction: row;
}
.mrb-counter .info .name {
  font-size: 18px;
}
.mrb-counter .info .desc {
  font-size: 12px;
  color: #646464;
  font-weight: normal;
}
.mrb-counter .info .price {
  margin-right: 20px;
  min-width: 55px;
}
@media (max-width: 959px) {
  .mrb-counter .info {
    font-size: 16px;
    padding-left: 16px;
  }
  .mrb-counter .info .price {
    font-size: 18px;
    margin-right: 0;
  }
}
.mrb-counter .binds {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.mrb-counter input {
  background-color: transparent;
  color: #f5a623;
  border: none;
  padding-right: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  max-width: 90px;
}
.mrb-counter input.no-data {
  opacity: 0;
}
@media (max-width: 959px) {
  .mrb-counter input {
    padding-right: 16px;
  }
}
.mrb-counter input[type=number]::-webkit-inner-spin-button,
.mrb-counter input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mrb-counter input[type="number"] {
  -moz-appearance: textfield;
}
.mrb-counter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-shadow: none;
  padding: 0;
  border: none;
}
.mrb-counter__btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #000;
}
.mrb-counter__btn.inc {
  width: 60px;
  background-color: #f5a623;
}
.mrb-counter__btn.inc:hover {
  background-color: #ffc72a;
}
.mrb-counter__btn.inc:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #000;
}
.mrb-counter__btn.dec {
  width: 40px;
  background-color: #646464;
}
.mrb-counter__btn.dec:hover {
  background-color: #787878;
}
.embed-map {
  display: flex;
  overflow: hidden;
  border-radius: 16px;
}
.sel-section {
  font-size: 16px;
  font-weight: bold;
  min-height: 22px;
}
.sel-section .name {
  color: #f5a623;
}
@media (max-width: 959px) {
  .sel-section {
    text-align: center;
  }
}
.spec-btn {
  border: none;
  height: 50px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  background-color: #f5a623;
}
.spec-btn.sm {
  min-width: 288px;
}
.spec-btn-outline {
  border: 1px solid #f5a623;
  height: 28px;
  min-width: 120px;
  color: #f5a623;
  font-size: 14px;
  border-radius: 16px;
  background-color: transparent;
}
.spec-btn-outline:hover {
  background-color: #f5a623;
  color: #000;
}
@media (max-width: 620px) {
  .spec-btn-outline {
    height: 28px;
    min-width: 90px;
    font-size: 12px;
  }
}
.counter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 40px;
}
.counter__label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
  margin: 0;
  color: #9b9b9b;
}
.counter__input {
  min-width: 60px;
  width: 60px;
  font-size: 14px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #66606c;
  background-color: transparent !important;
}
.counter__input:focus {
  border-color: #4990e2;
  box-shadow: 0 0 10px 0 rgba(73, 144, 226, 0.2);
}
.counter__input:focus ~ .counter__label {
  color: #4990e2;
}
.counter__input.ng-touched.ng-invalid {
  border-color: #d04843;
  box-shadow: 0 0 10px 0 rgba(208, 72, 67, 0.2);
}
.counter__input.ng-touched.ng-invalid ~ .counter__label {
  color: #d04843;
}
.counter__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  cursor: pointer;
  border: solid #66606c;
}
.counter__btn:hover {
  background-color: rgba(25, 25, 25, 0.4);
}
.counter__btn:hover:before,
.counter__btn:hover:after {
  background-color: #fff;
}
.counter__btn:before,
.counter__btn:after {
  display: block;
  position: absolute;
  top: 19px;
  left: 13px;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #929193;
}
.counter__btn_minus {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-width: 1px 0 1px 1px;
}
.counter__btn_plus {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-width: 1px 1px 1px 0;
}
.counter__btn_plus:after {
  transform: rotate(90deg);
}
.counter.guests-counter {
  align-items: center;
}
.counter.guests-counter:not(:last-child) {
  margin-bottom: 20px;
}
.counter.guests-counter .counter__label {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 15px;
  margin-bottom: 0;
}
.counter.guests-counter .counter__input {
  height: 40px;
}
.dob,
.eta {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.dob__label,
.eta__label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
  margin: 0;
  color: #9b9b9b;
}
.dob__label.error,
.eta__label.error {
  color: #d04843;
}
.dob__input,
.eta__input {
  width: 100%;
  height: 40px;
  max-width: 92px;
  flex-basis: 50%;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
}
.dob__input:focus,
.eta__input:focus {
  border-color: #4990e2;
  box-shadow: 0 0 10px 0 rgba(73, 144, 226, 0.2);
}
.dob__input:focus ~ .dob__label,
.eta__input:focus ~ .dob__label {
  color: #4990e2;
}
.dob__input.ng-touched.ng-invalid,
.eta__input.ng-touched.ng-invalid {
  border-color: #d04843;
  box-shadow: 0 0 10px 0 rgba(208, 72, 67, 0.2);
}
.dob__input.ng-touched.ng-invalid ~ .dob__label,
.eta__input.ng-touched.ng-invalid ~ .dob__label {
  color: #d04843;
}
.dob__button,
.eta__button {
  height: 40px;
  max-width: 86px;
  flex-basis: 50%;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  width: 86px;
}
.dob__button:hover,
.eta__button:hover {
  border: 1px solid #4990e2;
}
.dob__block,
.eta__block {
  margin-left: 11px;
}
.dob__block:first-child,
.eta__block:first-child {
  margin-left: 0;
}
.dob__error,
.eta__error {
  position: absolute;
  top: 60px;
  left: 0;
  color: #d04843;
  font-size: 12px;
}
.dob .timepicker-divider:after,
.eta .timepicker-divider:after {
  display: block;
  position: absolute;
  content: ':';
  right: -8px;
  top: 10px;
}
.dob .dropdown,
.eta .dropdown,
.dob .dropdown.data-simplebar,
.eta .dropdown.data-simplebar {
  z-index: 1000;
}
.dob .dropdown .dropdown-menu,
.eta .dropdown .dropdown-menu,
.dob .dropdown.data-simplebar .dropdown-menu,
.eta .dropdown.data-simplebar .dropdown-menu {
  position: absolute !important;
  display: none;
  min-width: 100%;
  max-height: 190px;
  border: 1px solid #4990e2;
  background-color: #121212;
}
.dob .dropdown .dropdown-menu li,
.eta .dropdown .dropdown-menu li,
.dob .dropdown.data-simplebar .dropdown-menu li,
.eta .dropdown.data-simplebar .dropdown-menu li {
  display: block;
  width: 100%;
}
.dob .dropdown .dropdown-menu li:first-child:last-child .divider,
.eta .dropdown .dropdown-menu li:first-child:last-child .divider,
.dob .dropdown.data-simplebar .dropdown-menu li:first-child:last-child .divider,
.eta .dropdown.data-simplebar .dropdown-menu li:first-child:last-child .divider {
  display: none;
}
.dob .dropdown .dropdown-menu li a,
.eta .dropdown .dropdown-menu li a,
.dob .dropdown.data-simplebar .dropdown-menu li a,
.eta .dropdown.data-simplebar .dropdown-menu li a {
  display: flex;
  flex-direction: row;
  padding: 5px 12px;
  font-weight: normal;
  justify-content: center;
  font-size: 18px;
}
.dob .dropdown .dropdown-menu li a:hover,
.eta .dropdown .dropdown-menu li a:hover,
.dob .dropdown.data-simplebar .dropdown-menu li a:hover,
.eta .dropdown.data-simplebar .dropdown-menu li a:hover,
.dob .dropdown .dropdown-menu li a:focus,
.eta .dropdown .dropdown-menu li a:focus,
.dob .dropdown.data-simplebar .dropdown-menu li a:focus,
.eta .dropdown.data-simplebar .dropdown-menu li a:focus {
  color: #fff;
  background-color: #4990e2 !important;
}
.dob .dropdown.open .dropdown-menu,
.eta .dropdown.open .dropdown-menu,
.dob .dropdown.data-simplebar.open .dropdown-menu,
.eta .dropdown.data-simplebar.open .dropdown-menu {
  display: block;
}
.dob .simplebar-scrollbar:before,
.eta .simplebar-scrollbar:before {
  background-color: #4990e2;
}
.dob_invalid .dob__input,
.eta_invalid .dob__input {
  border-color: #d04843;
  box-shadow: 0 0 10px 0 rgba(208, 72, 67, 0.2);
}
.dob_invalid .dob__label,
.eta_invalid .dob__label {
  color: #d04843;
}
.modal-opened {
  position: relative;
}
.modal-dialog {
  width: 600px;
}
.modal-dialog .modal-content {
  background-color: #121212;
}
.modal-dialog .modal__content {
  padding: 0;
}
@media (max-width: 639px) {
  .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0;
  }
}
.modal-small .modal-dialog {
  width: 360px;
}
.modal-backdrop.in {
  opacity: .6;
  background-color: #000;
}
.modal {
  position: absolute;
}
.modal__title {
  font-size: 16px;
  background-color: #121212;
  padding: 12px 0 7px 0;
  color: #fff;
}
.modal__content {
  background-color: #121212;
  color: #9b9b9b;
  padding: 14px;
  font-size: 14px;
}
.modal__btn-ok {
  display: flex;
  font-size: 16px;
  justify-content: center;
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 2px;
  background-color: #4990e2;
  color: #fff;
}
.modal__btn-ok:hover {
  background-color: #51a6e2;
}
.modal__btn-cancel {
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #565555;
  background-color: transparent;
  color: #9b9b9b;
}
.modal__btn-cancel:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.modal .modal-footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px;
  border: none;
  background-color: #121212;
}
.layout-form {
  display: flex;
  flex-direction: column;
}
.layout-form .layout-placeholder {
  margin-bottom: 4px;
}
.layout-form .layout-select {
  font-size: 16px;
  height: 28px;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}
.layout-form .dropdown-menu {
  background-color: #121212;
  color: #fff;
  margin: 0;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  overflow: hidden;
}
.layout-form .dropdown-menu li {
  cursor: pointer;
  padding: 8px 16px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.layout-form .dropdown-menu li:last-child {
  border-bottom: none;
}
.layout-form .dropdown-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.layout-form.new .layout-select {
  position: relative;
  padding-right: 20px;
  border: none;
  text-align: left;
}
.layout-form.new .layout-select:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 0;
  top: 6px;
  border: solid #f5a623;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.layout-form.new.invisible {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.btn-header {
  padding: 0 16px 7px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}
.section-name {
  min-height: 45px;
  font-size: 16px;
  color: #fff;
  margin: 0 16px 7px;
  text-align: center;
}
.section-name .sec-values {
  color: #f5a623;
  font-weight: bold;
}
.icon-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  text-shadow: none;
  height: 28px;
  border: 1px solid #9b9b9b;
  background-color: transparent;
  border-radius: 4px;
}
.icon-btn:hover svg,
.icon-btn:focus svg {
  fill: #fff;
}
.icon-btn svg {
  width: 24px;
  height: 24px;
  fill: #9b9b9b;
}
.view-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  overflow-anchor: none;
  height: calc(100vh - 148px - 79px);
}
.layout-padder {
  display: table;
  margin: auto;
}
.layout {
  position: relative;
  overflow: visible;
  background: transparent center / contain no-repeat;
}
.layout_view .layout-object {
  cursor: pointer;
}
.layout-object {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.layout-object_square {
  border-radius: 0;
}
.layout-object_section-selected {
  background-color: #f5a623;
}
.layout-object_section-preferred {
  background-color: #4990e2;
}
.layout-object_click-area:before {
  content: '';
  position: absolute;
  display: block;
  width: 300%;
  height: 300%;
  min-width: 30px;
  min-height: 30px;
  max-width: 40px;
  max-height: 40px;
  cursor: pointer;
}
.layout-object-wrapper {
  position: absolute;
  width: 0;
  height: 0;
}
.section-list {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.section-list .res-section {
  margin-top: 4px;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #9b9b9b;
  cursor: pointer;
}
.section-list .res-section_selected {
  color: #4990e2;
}
.section-list .res-section:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.fullscreen.modal.in .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
}
.section-info {
  display: flex;
  max-width: 620px;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 18px;
  border-radius: 16px;
  font-weight: bold;
}
.section-info:hover,
.section-info.selected {
  cursor: pointer;
  border-color: #f5a623;
}
@media (max-width: 959px) {
  .section-info {
    padding: 16px;
    font-size: 16px;
  }
}
.layout-wrap {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
}
.layout-wrap .view-wrapper {
  height: auto;
}
@media (max-width: 620px) {
  .layout-wrap {
    padding: 8px;
  }
}
.layout-btn-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  top: 40px;
  background-color: #f5a623;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1000;
}
.layout-btn-block .dvdr {
  display: block;
  width: 90%;
  height: 1px;
  background-color: #000;
  margin: auto;
}
.zoom-btn {
  display: inline-flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  width: 40px;
  height: 50px;
  border: none;
  background-color: #f5a623;
}
.zoom-btn:hover {
  background-color: #ffc72a;
}
@media (max-width: 959px) {
  .zoom-btn {
    width: 36px;
    height: 45px;
  }
}
.zoom-btn:before {
  content: '';
  width: 16px;
  height: 2px;
  position: absolute;
  background-color: #000;
}
.zoom-btn.in:after {
  content: '';
  width: 16px;
  height: 2px;
  position: absolute;
  background-color: #000;
  transform: rotate(90deg);
}
.zoom-btn:disabled {
  background-color: #ac7419;
}
section {
  display: flex;
  flex-direction: row;
}
@media (max-width: 620px) {
  section {
    flex-direction: column;
  }
}
section.column {
  flex-direction: column;
}
.dome-form {
  letter-spacing: .03em;
}
.dome-form.approved .success-overflow {
  opacity: .1;
  pointer-events: none;
}
.header-dome {
  font-weight: bold;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 620px) {
  .header-dome {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1;
  }
}
.gut {
  position: relative;
  width: 100%;
  padding: 10px;
}
@media (max-width: 620px) {
  .gut {
    padding: 8px;
  }
  .gut.form {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.gut_pad {
  padding-top: 0;
  padding-bottom: 0;
}
.gut.col {
  width: 50%;
}
@media (max-width: 620px) {
  .gut.col {
    width: 100%;
  }
}
.gut.to-bottom {
  display: flex;
  align-items: flex-end;
}
.gut.disabled .dome-menu {
  pointer-events: none;
  opacity: .3;
}
.gut.no-hover {
  pointer-events: none;
}
.countdown,
.dome-info {
  display: block;
}
.countdown + .dome-info {
  padding-top: 80px;
}
@media (max-width: 620px) {
  .countdown + .dome-info {
    padding-top: 126px;
  }
}
.dome-countdown-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #121212;
  z-index: 2;
}
.dome-countdown {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 620px;
  padding: 10px 20px;
  max-height: 110px;
  height: 110px;
}
.dome-countdown__head {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .dome-countdown__head {
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  .dome-countdown {
    max-height: 126px;
    height: 126px;
  }
}
.dome-countdown__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.dome-countdown__number {
  font-size: 20px;
  font-weight: bold;
}
.dome-countdown__block {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.dome-countdown__div {
  width: 0;
  height: 20px;
  border-left: 1px solid #646464;
}
@media (max-width: 620px) {
  .dome-info-section {
    margin: -30px -10px 0 -10px;
  }
  .dome-info-section .col {
    padding: 0;
  }
  .dome-info-section .col:not(.dome-img) {
    padding: 16px;
  }
}
.dome-img {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dome-img img {
  width: 100%;
}
@media (max-width: 620px) {
  .dome-img {
    max-height: 200px;
  }
}
.dome-venue-info td {
  vertical-align: top;
}
.dome-venue-info td:first-child {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 15px;
  line-height: 2;
  white-space: nowrap;
  height: 28px;
}
.dome-venue-info td:last-child {
  word-break: break-all;
}
.dome-venue-info td a:hover {
  text-decoration: underline;
}
.dome-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dome-flex.revert {
  flex-direction: row-reverse;
}
.eta-vars {
  display: flex;
  justify-content: space-between;
}
.eta-vars.blocked .eta-var:after {
  display: none;
  content: '';
}
.eta-var {
  min-width: 80px;
  min-height: 40px;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  position: relative;
}
.eta-var:hover {
  border-color: #4990e2;
}
.eta-var.active {
  color: #fff;
  border-color: #4990e2;
  background: #4990e2;
}
.eta-var.active:hover {
  cursor: default;
}
.eta-var:disabled {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.eta-var .left {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: -20px;
  left: 0;
  color: #f5a623;
  text-align: center;
  font-size: 13px;
}
.eta-var .left.no-space {
  color: #d04843;
}
.text-head {
  font-size: 20px;
}
.dome-promo-code {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dome-promo-code .embed-form__input {
  width: auto;
  display: inline-block;
  flex-grow: 1;
  border-right: none;
}
.dome-promo-code button {
  display: inline-block;
  min-width: 80px;
  color: #000;
  border: none;
  background-color: #f5a623;
  border-radius: 2px;
}
.dome-promo-code svg {
  margin: 0;
  width: 18px;
  height: 18px;
  stroke: #000;
}
.dome-button {
  border: none;
  width: 100%;
  height: 50px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #f5a623;
}
.dome-button:disabled {
  opacity: .3;
}
.dome-button_sm {
  max-width: 160px;
  height: 40px;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.dome-divider {
  margin: 20px 0;
  border-bottom: 1px solid;
}
.dome-divider_sm {
  margin: 10px 0;
}
.pay-info-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 1;
}
.pay-info-form .head {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.pay-info-form .head.new {
  font-size: 36px;
  font-weight: bold;
}
.pay-info-form .gut {
  padding-top: 0;
  padding-bottom: 0;
}
.pay-info-form.readonly .flag {
  pointer-events: none;
}
.pay-info-form.readonly .embed-form__input,
.pay-info-form.readonly .embed-form__input:hover {
  border-color: transparent;
  box-shadow: none;
}
.pay-info-form.guest .gut {
  width: 100%;
  padding: 10px;
}
@media (max-width: 959px) {
  .pay-info-form.guest .gut {
    padding: 8px;
  }
  .pay-info-form.guest .gut.form {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pay-info-form.guest .gut.col {
  width: 50%;
}
@media (max-width: 959px) {
  .pay-info-form.guest .gut.col {
    width: 100%;
  }
}
.pay-info-form.guest .gut.to-bottom {
  display: flex;
  align-items: flex-end;
}
.pay-info-form.guest .gut.disabled .dome-menu {
  pointer-events: none;
  opacity: .3;
}
.pay-info-form.guest .gut.no-hover {
  pointer-events: none;
}
.dome-tickets {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 620px) {
  .dome-tickets {
    flex-wrap: wrap;
  }
}
.dome-tickets_menu {
  flex-wrap: nowrap;
}
.dome-ticket {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #9b9b9b;
  color: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 100px;
}
@media (max-width: 620px) {
  .dome-ticket {
    width: 100%;
  }
}
.dome-ticket .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  max-width: 100%;
}
.dome-ticket .info .clear-btn {
  width: 24px;
  height: 24px;
  padding: 5px;
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dome-ticket .info .clear-btn svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.dome-ticket .info .clear-btn:hover svg {
  fill: #f5a623;
}
.dome-ticket .info .pre-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.dome-ticket .info .name {
  white-space: nowrap;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  line-height: 1.3;
  text-overflow: ellipsis;
}
.dome-ticket .empty {
  display: block;
  text-align: center;
}
.dome-ticket.disabled {
  pointer-events: none;
}
.dome-ticket .add-icon {
  display: none;
  width: 24px;
  height: 24px;
}
.dome-ticket .add-icon svg {
  width: 100%;
  height: 100%;
  fill: #f5a623;
}
.dome-ticket:hover {
  cursor: pointer;
  border-color: #f5a623;
}
.dome-ticket:hover .empty {
  display: none;
}
.dome-ticket:hover .add-icon {
  display: block;
}
.dome-ticket.fish {
  border-color: #3eafb0;
}
.dome-ticket.fish:hover {
  border-color: #3eafb0;
}
.dome-ticket.fish .ticket-icon {
  fill: #3eafb0;
}
.dome-ticket.meat {
  border-color: #ef4136;
}
.dome-ticket.meat:hover {
  border-color: #ef4136;
}
.dome-ticket.meat .ticket-icon {
  fill: #ef4136;
}
.dome-ticket.veg {
  border-color: #b9ca00;
}
.dome-ticket.veg:hover {
  border-color: #b9ca00;
}
.dome-ticket.veg .ticket-icon {
  fill: #b9ca00;
}
.dome-ticket.lg .ticket-icon {
  width: 28px;
  height: 28px;
}
.dome-ticket.lg.meat .ticket-icon {
  width: 31px;
}
.dome-ticket.lg.veg .ticket-icon {
  height: 38px;
}
.dome-ticket.selected {
  border-color: #f5a623;
}
.dome-ticket.selected:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #202020;
  bottom: -36px;
}
.dome-menu {
  display: flex;
  height: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 6px;
  background-color: #4A4A4A;
  cursor: pointer;
  padding: 10px 0;
}
@media (max-width: 620px) {
  .dome-menu {
    height: 100px;
    padding: 20px 0;
  }
}
.dome-menu .ticket-icon {
  width: 28px;
  height: 28px;
}
.dome-menu.fish .ticket-icon {
  fill: #3eafb0;
}
.dome-menu.meat .ticket-icon {
  fill: #ef4136;
  width: 31px;
}
.dome-menu.veg .ticket-icon {
  fill: #b9ca00;
  height: 38px;
}
.dome-menu.selected .ticket-icon,
.dome-menu:hover .ticket-icon {
  fill: #ffffff;
}
.dome-menu.selected.fish,
.dome-menu:hover.fish {
  background-color: #3eafb0;
}
.dome-menu.selected.meat,
.dome-menu:hover.meat {
  background-color: #ef4136;
}
.dome-menu.selected.veg,
.dome-menu:hover.veg {
  background-color: #b9ca00;
}
.dome-menu.selected:hover {
  cursor: default;
}
.dome-menu .change {
  margin-bottom: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  color: #f5a623;
}
.ticket-icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  margin-bottom: 5px;
}
.ticket-icon_menu {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ticket-icon_menu.selected:hover {
  cursor: default;
}
.ticket-icon_menu.fish {
  fill: #3eafb0;
}
.ticket-icon_menu.meat {
  fill: #ef4136;
  width: 31px;
}
.ticket-icon_menu.veg {
  fill: #b9ca00;
  height: 38px;
}
.dome-ticket-wrapper {
  width: 100%;
  max-width: 100px;
}
@media (max-width: 620px) {
  .dome-ticket-wrapper {
    flex-basis: 33%;
    max-width: 33.3333%;
  }
}
.dome-ticket-form-wrapper {
  display: block;
  text-align: center;
  margin-left: -5000px;
  margin-right: -5000px;
  background-color: #202020;
  margin-top: 15px;
  transition: .195s ease all;
  min-height: 496px;
  height: auto;
  overflow: hidden;
}
.dome-ticket-form-wrapper.mobile {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .dome-ticket-form-wrapper.mobile {
    display: block;
  }
  .dome-ticket-form-wrapper.mobile:not(.collapsed) {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.dome-ticket-form-wrapper.collapsed {
  height: 0;
  min-height: 0;
}
@media (max-width: 620px) {
  .dome-ticket-form-wrapper {
    margin-left: -8px;
    margin-right: -8px;
    min-height: 675px;
  }
}
.dome-ticket-form-wrapper.noguest {
  height: 190px;
  min-height: 190px;
}
@media (max-width: 620px) {
  .dome-ticket-form-wrapper.noguest {
    height: 200px;
    min-height: 200px;
  }
}
.dome-ticket-form {
  display: inline-flex;
  flex-direction: column;
  width: 620px;
  text-align: left;
}
@media (max-width: 620px) {
  .dome-ticket-form {
    width: auto;
    max-width: 100vw;
  }
}
.dome-purchase-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.dome-purchase-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dome-modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dome-modal + .modal-backdrop.in {
  opacity: .8;
}
.dome-modal .modal-dialog {
  margin: 20px;
  height: auto;
  max-width: 460px;
}
@media (max-width: 620px) {
  .dome-modal .modal-dialog {
    margin: 16px;
  }
}
.dome-modal .modal-content {
  background-color: #202020;
  border-radius: 8px;
  padding: 40px 20px;
  height: auto;
  text-align: center;
}
@media (max-width: 620px) {
  .dome-modal .modal-content {
    padding: 20px 16px;
  }
}
.dome-modal .mod-icon svg {
  width: 90px;
  height: 82px;
  fill: #f5a623;
}
.dome-modal .mod-title {
  font-weight: bold;
  font-size: 18px;
}
.dome-modal .mod-footer {
  text-align: center;
}
.dome-modal .mod-footer .mod-button {
  min-width: 180px;
  height: 40px;
  border-radius: 3px;
  background-color: #4990e2;
  border: none;
}
.sold {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sold__icon svg {
  width: 100px;
  height: 60px;
  fill: #f5a623;
}
.sold__title {
  font-size: 18px;
  font-weight: bold;
}
.dome {
  background: #000;
  color: #000;
  margin: 0;
  letter-spacing: .03em;
  font-size: 14px;
}
.dome__container {
  display: block;
  max-width: 620px;
  margin: 40px auto 0;
}
@media (max-width: 620px) {
  .dome__container {
    margin: 0 auto;
  }
}
.dome__heading {
  background-color: #f5a623;
  width: 100%;
  height: 40px;
}
.dome__heading td {
  vertical-align: middle;
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 620px) {
  .dome__heading td {
    font-size: 12px;
    padding: 0 16px;
  }
}
.dome__h {
  margin: 10px 0 15px;
  font-size: 24px;
  font-weight: bold;
}
.dome__wrapper {
  background-color: #fff;
  padding: 10px 60px;
}
@media (max-width: 620px) {
  .dome__wrapper {
    padding: 10px 0 0;
  }
}
.dome__divider {
  display: block;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 620px) {
  .dome__divider_pad {
    margin: 0 16px;
  }
}
.dome__block {
  padding: 20px;
}
.dome__block.sm {
  padding: 16px 20px;
}
.dome__block.xs {
  padding: 8px 20px;
}
.dome__block_tickets {
  padding: 20px 0 0 0;
}
@media (max-width: 620px) {
  .dome__block_tickets {
    padding: 20px 20px 0 20px;
  }
}
.dome__ticket {
  display: flex;
  flex-direction: row-reverse;
  border: 3px solid #000;
  padding: 20px;
  justify-content: space-between;
}
.dome__ticket + .dome__ticket {
  margin-top: 20px;
}
.dome__ticket img {
  width: 140px;
  height: 100%;
}
.dome__ticket.meat {
  border-color: #ef4136;
}
.dome__ticket.fish {
  border-color: #3eafb0;
}
.dome__ticket.vegeterian {
  border-color: #b9ca00;
}
.dome__ticket .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dome__ticket table {
  flex-grow: 1;
  color: #000;
  border-spacing: 0 5px;
}
.dome__ticket table td:last-child {
  font-weight: bold;
}
.dome__ticket table td:first-child {
  padding-right: 32px;
  white-space: nowrap;
}
.dome__ticket .name {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 620px) {
  .dome__ticket {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .dome__ticket img {
    margin-bottom: 25px;
  }
}
.dome__button {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background-color: #f5a623;
  color: #000;
  text-decoration: none;
  border: none;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.dome__info {
  border-spacing: 0 5px;
}
.dome__info td:first-child {
  color: #4a4a4a;
}
.dome__info td:last-child {
  padding-left: 16px;
  font-weight: bold;
}
.dome__info td:last-child a {
  text-decoration: none;
  color: inherit;
}
.dome__info td:last-child a:hover {
  text-decoration: underline;
  color: inherit;
}
.dome__add-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.dome__add-text.mt {
  margin-top: 10px;
}
.dome__add-text.mb {
  margin-bottom: 30px;
}
.dome__add-text.notice {
  font-size: 36px;
  color: #f5a623;
  margin-bottom: 10px;
}
.dome__add-text.bold {
  font-size: 22px;
  margin-bottom: 10px;
}
.dome__add-text.normal {
  font-weight: normal;
  font-size: 16px;
}
.dome__extension-text {
  text-align: center;
}
.dome__extension-text a {
  font-weight: bold;
  text-decoration: underline;
  color: #f5a623;
}
.dome__extension-text a:hover {
  color: #f5a623;
}
.dome__order-table {
  width: 100%;
  border-spacing: 0;
  color: #4A4A4A;
}
.dome__order-table .left {
  text-align: left;
}
.dome__order-table .center {
  text-align: center;
}
.dome__order-table .right {
  text-align: right;
}
.dome__order-table .value {
  color: #000;
}
.dome__order {
  margin-bottom: 5px;
}
.dome__order.special {
  font-weight: bold;
  color: #f5a623;
}
.dome__order.sm {
  font-size: 12px;
}
.dome__order.lg {
  font-size: 24px;
  font-weight: bold;
}
.dome__order.mt {
  margin-top: 5px;
}
.dome__mrb {
  margin-top: 40px;
  color: #9b9b9b;
  font-size: 11px;
  text-align: center;
}
.dome__mrb svg {
  width: 24px;
  height: 24px;
  fill: #9b9b9b;
}
.dome__mrb a {
  color: #9b9b9b;
  font-weight: bold;
  text-decoration: underline;
}
.dome__mrb a:hover {
  color: #9b9b9b;
}
.dome .confirmation-text {
  font-size: 11px;
  color: #5a5a5a;
  text-align: center;
  display: block;
  height: 50px;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media (max-width: 620px) {
  .dome .confirmation-text {
    font-size: 12px;
    padding: 16px;
  }
}
.success-dome {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.success-dome__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 16px;
}
.success-dome__info svg {
  min-width: 44px;
  width: 44px;
  height: 44px;
  fill: #f5a623;
}
@media (max-width: 620px) {
  .success-dome__info svg {
    display: none;
  }
}
@media (max-width: 620px) {
  .success-dome__info {
    margin-right: 8px;
  }
}
.success-dome__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}
.success-dome__text {
  margin-left: 16px;
  font-size: 11px;
}
@media (max-width: 620px) {
  .success-dome__text {
    line-height: 1.1;
    margin-left: 0;
  }
}
.success-dome__btn {
  min-width: 120px;
  height: 32px;
  background-color: #4990e2;
  border-radius: 3px;
  border: none;
}
@media (max-width: 620px) {
  .success-dome__btn {
    padding: 0;
    min-width: 100px;
  }
}
@media (max-width: 620px) {
  .success-dome__btn_tickets {
    min-width: 60px;
  }
}
.awoid-page-break {
  page-break-inside: avoid;
}
.changed-type {
  font-size: 14px;
  color: #f5a623;
  font-weight: bold;
}
/* gutter */
/* nav */
/* header */
/* left-panel */
/* right-panel */
/* panels text color */
/* notification */
/* content */
/* tabs */
/* divider */
/* venue */
/* btn */
/* roles */
/* snapshot */
/* reservation */
/* notes */
/* tags */
/* forms */
.embed-form .flag,
.form-custom .flag {
  cursor: pointer;
}
.countries-list {
  display: none;
  position: absolute;
  background-color: #281e2c;
  top: calc(100% + 3px);
  left: 0;
  z-index: 1001;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  max-height: 194px;
}
.countries-list.visible {
  display: block;
}
.countries-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 5px;
  cursor: pointer;
  flex-grow: 1;
}
.countries-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.countries-item span {
  font-size: 13px;
  flex-grow: 1;
}
.countries-item .country-dial {
  text-align: right;
  margin-left: 10px;
}
.countries-item .flag {
  margin-right: 5px;
  margin-top: -2px;
  min-width: 24px;
}
body {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}
.spinner {
  display: inline-block;
  animation: rotate 2s linear infinite, dash 1.5s ease-in-out infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  stroke: #929193;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
.spinner_w_30 {
  width: 30px;
  height: 30px;
}
.spinner_full {
  width: 100%;
  height: 30px;
}
.spinner_submit {
  margin: 0;
  width: 14px;
  height: 14px;
  stroke: #fff;
}
.spinner_submit.bl {
  stroke: #000;
}
.spinner_sm {
  margin: 0;
  width: 18px;
  height: 18px;
  stroke: #fff;
}
.spinner_sm.bl {
  stroke: #000;
}
.spinner-over {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.spinner-over_yellow .spinner {
  stroke: #f4a900;
}
.overflow {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
}
.overflow_visible {
  opacity: 1;
  pointer-events: all;
  transition: 1s ease opacity;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.text-primary {
  color: #ffffff;
}
.text-secondary {
  color: #9b9b9b;
}
.text-tertiary {
  color: #646464;
}
.text-special {
  color: #f5a623;
}
.text-error {
  color: #d04843;
}
.border {
  border-color: #9b9b9b;
}
.notifications .notifications-container {
  z-index: 1061;
}
.notifications .notifications-container .close-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.notifications .notifications-container .close-click:before,
.notifications .notifications-container .close-click:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 2px;
  top: 7px;
  left: 0;
  background-color: white;
}
.notifications .notifications-container .close-click:before {
  transform: rotate(-45deg);
}
.notifications .notifications-container .close-click:after {
  transform: rotate(45deg);
}
.embed-style_background {
  background-color: #121212;
}
.embed-style_color {
  color: #fff;
}
.embed-view {
  max-width: 620px;
  font-size: 14px;
  margin: 0 auto;
  padding: 30px 10px 10px 10px;
}
@media (max-width: 620px) {
  .embed-view {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.embed-view.wide {
  width: 100%;
  max-width: 940px;
  padding: 30px 0 10px;
}
@media (max-width: 959px) {
  .embed-view.wide {
    width: 100%;
    padding: 45px 8px 10px;
  }
}
.embed-view button {
  touch-action: manipulation;
}
.venue-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}
.venue-info__image {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: transparent center / cover no-repeat;
}
.venue-info__title {
  font-size: 24px;
}
.body_default {
  background-color: #121212 !important;
}
.body_default body {
  color: #fff !important;
}
.body_default .embed-view {
  padding: 40px 20px;
}
.modal-open .modal {
  display: block;
}
.powered {
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
}
.powered a {
  color: inherit;
  text-decoration: underline;
}
.powered a:hover {
  color: inherit;
}
@media (max-width: 620px) {
  .powered {
    font-size: 12px;
  }
}
.no-scroll {
  overflow: hidden;
}
.promo-discount {
  color: #f5a623;
  font-size: 24px;
  font-weight: bold;
}
.promo-error {
  padding-top: 8px;
  color: #f5a623;
  font-size: 16px;
}