@font-face {
  font-family: GillSans;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/GillSansC.woff2) format("woff2"),url(/fonts/GillSansC.woff) format("woff"),url(/fonts/GillSansC.ttf) format("truetype")
}
@font-face {
  font-family: GillSans;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/GillSansC-Bold.woff2) format("woff2"),url(/fonts/GillSansC-Bold.woff) format("woff"),url(/fonts/GillSansC-Bold.ttf) format("truetype")
}


@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/NotoSans-Regular.ttf) format('truetype');
}

*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  list-style: none
}

* {
	cursor:none !important;
}

html {
  height: 100%;
  cursor:none !important;
}
body {
  color: #221f1f;
  background: rgba(0,0,0,.5);
  font-family: 'Noto Sans',sans-serif;
  /*font-family: "GillSans",sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-rendering: geometricPrecision;
  line-height: 1.4;
  cursor:none !important;
}
body .body-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}
body._lock {
  overflow: hidden
}
body._lock .body-overlay {
  opacity: 1;
  pointer-events: auto
}
.layout {
  width: 1080px;
  height: 1920px;
  margin: 0 auto;
  padding: 88px 0 120px;
  position: relative;
  background: #f6f6f6
}
.page-order .layout {
  background: #fff
}
.page-finish .layout {
  padding: 0
}
.onscreenKeyboard {
  z-index: 1051;
  max-width: 1080px;
  margin: 0 auto
}
._g-green-label {
  color: #0fb600;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  100% {
    -webkit-transform: translate(24px,0);
    transform: translate(24px,0)
  }
}
.action-header {
  padding: 12px;
  border-bottom: 1px solid #e9e9e9
}
.action-header__back {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px
}
.action-header__back img {
  vertical-align: middle
}
.action-header__close {
  display: inline-block
}
.action-header__title {
  text-align: center;
  font-size: 16px;
  /*font-weight: 700*/
}
.action-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.additional {
  position: absolute;
  z-index: 41;
  height: 100%;
  width: 320px;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 0 8px 8px 0;
  display: none
}
.additional__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 8px 0 0;
  z-index: 1
}
.additional__inner {
  height: 100%;
  padding: 48px 0 110px;
  overflow: auto
}
.additional__total {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 12px;
  background: #fff;
  border-radius: 0 0 8px;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.16);
  box-shadow: 0 0 8px rgba(0,0,0,.16)
}
.additional__total-title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px
}
.additional__total-countdown {
  text-align: center
}
.additional__total-countdown span {
  display: block;
  font-size: 11px
}
.additional__total-countdown img {
  display: block;
  margin: 0 auto
}
.buy-tickets {
  position: relative
}
.buy-tickets__info {
  padding: 0 25px 0 0
}
.buy-tickets__info h3 {
  font-size: 18px;
  font-weight: 700
}
.buy-tickets__info h3:not(:last-child) {
  margin-bottom: 10px
}
.buy-tickets__info p {
  font-size: 14px;
  color: rgba(41,48,54,.6)
}
.buy-tickets__total-text {
  font-size: 14px;
  font-weight: 700
}
.buy-tickets__total .button {
  font-size: 14px;
  width: 200px
}
.buy-tickets__total_disabled .buy-tickets__total-text {
  color: rgba(41,48,54,.6)
}
.buy-tickets__total_disabled .buy-tickets__buy,
.buy-tickets__total_disabled .buy-tickets__continue {
  background: #f2f2f2;
  color: rgba(41,48,54,.6);
  pointer-events: none
}
.buy-tickets__descr {
  color: rgba(41,48,54,.6);
  font-size: 14px;
  margin: 30px 0
}
.buy-tickets__descr p {
  margin-bottom: 20px
}
.buy-tickets__descr ul {
  list-style-position: outside;
  padding: 0 0 0 20px
}
.buy-tickets__descr ul li {
  list-style: disc;
  margin-bottom: 5px
}
.buy-tickets__body {
  min-height: 400px
}
.cart-item:not(:last-child) {
  margin-bottom: 12px
}
.cart-item__header {
  position: relative;
  padding: 10px 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  border-radius: 8px 8px 0 0
}
.cart-item__header:after,
.cart-item__header:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff
}
.cart-item__header:after {
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  left: -7px;
  bottom: -7px
}
.cart-item__header:before {
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  right: -7px;
  bottom: -7px
}
.cart-item__info {
  width: 100%;
  padding-bottom: 10px;
  position: relative
}
.cart-item__info:after {
  content: "";
  position: absolute;
  border-top: 2px dotted #e9e9e9;
  width: calc(100% + 20px);
  left: -10px;
  bottom: 0
}
.cart-item__info h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px
}
.cart-item__info p {
  font-size: 12px;
  color: rgba(41,48,54,.6)
}
.cart-item__info-feature {
  font-size: 14px;
  color: #0fb600;
  margin-bottom: 12px
}
.cart-item__tickets {
  border: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 10px 28px;
  position: relative
}
.cart-item__tickets-head {
  font-size: 16px;
  font-weight: 700
}
.cart-item__tickets-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.cart-item__tickets-list {
  background-color: #f6f6f6;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 12px;
  margin-top: 18px
}
.cart-item__tickets-list ul {
  list-style: none;
  padding-left: 0
}
.cart-item__tickets-list li:not(:first-child) {
  padding-top: 8px
}
.cart-item__tickets-list li:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #e9e9e9
}
.cart-total {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  border: 1px solid #e9e9e9;
  border-radius: 8px
}
.cart-total__countdown {
  padding: 28px;
  border-bottom: 1px solid #e9e9e9
}
.cart-total__countdown img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 16px
}
.cart-total__countdown span {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle
}
.cart-total__info {
  font-size: 16px;
  margin-bottom: 30px
}
.cart-total__info b {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: right
}

.cart-total_disabled .cart-total__title {
	color: #d7d8d9
}
.cart-total_disabled .button_wide {
background: #f2f2f2;
color: rgba(41,48,54,.6);
pointer-events: none
}

.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.certificate__left {
  width: 300px;
  margin-right: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.certificate__options {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.certificate__image {
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 194px;
  margin-bottom: 20px
}
.certificate_gift .certificate__image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 0
}
.certificate__name {
  font-size: 18px;
  font-weight: 700
}
.certificate__options:not(:last-child) {
  margin-bottom: 12px
}
.certificate_gift .certificate__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.certificate__options-item {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  padding: 16px;
  white-space: nowrap
}
.certificate__options-item:not(:last-child) {
  margin-bottom: 12px
}
.certificate__options-item .button {
  width: 160px
}
.certificate_gift .certificate__options-item {
  width: calc(33.3% - 13px);
  margin: 0
}
.certificate_gift .certificate__options-item .button {
  width: 100%
}
.certificate__features {
  font-size: 16px;
  line-height: 1
}
.certificate__features img,
.certificate__features span {
  vertical-align: middle;
  display: inline-block
}
.certificate__features img {
  margin-right: 5px
}
.certificate__features span {
  color: rgba(41,48,54,.6);
  font-weight: 700
}
.page-certificate .certificate__features {
  font-size: 18px
}
.certificate__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}
.content-section {
  background: #fff;
  margin-bottom: 20px;
  padding: 28px;
  border-radius: 8px
}
.content-section_scheme {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  position: relative
}
.content-section:last-child {
  margin-bottom: 0!important
}
.content-section__title {
  font-weight: 700;
  font-size: 20px
}
.content-section__header {
  margin-bottom: 25px;
  position: relative
}
.event-card {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  display: inline-block;
  text-decoration: none
}
.event-card__image {
  height: 390px;
  background-size: cover;
  background-position: center
}
.event-card__text {
  padding: 20px
}
.event-card__name {
  font-size: 12px;
  margin-bottom: 5px
}
.event-card__type {
  font-size: 16px;
  font-weight: 700
}
.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.event-list__item {
  width: calc(33.3% - 18.6px);
  background: #fff;
  margin-bottom: 28px
}
.event-list__item:last-child:nth-child(3n+2) {
  margin-right: auto;
  margin-left: 28px
}
.fancybox__slide {
  padding: 0!important;
  cursor: auto!important
}
.fancybox__slide::after,
.fancybox__slide::before {
  display: none!important
}
.fancybox__content {
  padding: 0!important;
  cursor: auto!important
}
.fancybox__content .is-close {
  top: 20px!important;
  right: 20px!important;
  color: #221f1f!important
}
.fancybox__content .is-close svg {
  -webkit-filter: none;
  filter: none
}
.fancybox__content.popup_covid .is-close {
  top: 8px!important
}
.fancybox__content :focus {
  outline: 0!important
}
.offer {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  padding: 20px;
  position: relative
}
.offer__checkbox {
  position: absolute!important;
  top: 20px;
  right: 20px
}
.offer__title {
  font-size: 18px;
  margin: 0 30px 10px 0
}
.offer__price {
  font-size: 16px;
  margin-bottom: 10px
}
.offer__price ._old {
  opacity: .2;
  text-decoration: line-through;
  font-weight: 700;
  margin-right: 5px
}
.offer__price ._new {
  font-weight: 700
}
.offer__note {
  font-size: 16px;
  color: rgba(41,48,54,.6)
}
.offer__image {
  height: 188px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  margin: 20px 0
}
.offer__text {
  font-size: 14px;
  line-height: 1.6
}
.offer__text p:not(:last-child) {
  margin-bottom: 20px
}
.offer__text p a {
  color: #00a9ea;
  text-decoration: none
}
.options__title {
  color: rgba(41,48,54,.6);
  margin-bottom: 12px
}
.options__tabs {
  margin-bottom: 10px
}
.options__tab input {
  display: none
}
.options__tab input:checked + label {
  border: none;
  color: #fff;
  background-color: #ff8a00
}
.options__tab label {
  padding: 6px 4px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  text-align: center;
  display: block;
  font-size: 14px
}
.options__head {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px
}
.options__head a {
  font-size: 14px;
  color: #00a9ea;
  text-decoration: none
}
.options__content {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9
}
.options__content-item {
  display: none
}
.options__content-item_selected {
  display: block
}
.options__value {
  font-size: 18px
}
.options__suboptions-item:not(:first-child) {
  padding-top: 20px
}
.options__suboptions-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9
}
.options__suboptions-item-note {
  font-size: 14px;
  margin-top: 3px
}
.options__textfields {
  margin: 30px 0 0;
  display: none
}
.order-ready {
  background: url(/img/terminal/finish-bg.png) center/cover no-repeat;
  height: 100%;
  padding: 120px 60px 0 286px
}
.order-ready__inner {
  background: #fff;
  height: 100%;
  border-radius: 10px 10px 0 0;
  padding: 60px 300px 100px 74px;
  position: relative
}
.order-ready__decor {
  position: absolute;
  right: 60px;
  top: 160px
}
.order-ready__logo {
  width: 183px;
  margin-bottom: 60px
}
.order-ready__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px
}
.order-ready__text {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 1.5
}
.order-ready__info {
  font-size: 20px
}
.order-ready__info span {
  color: rgba(41,48,54,.6)
}
.order-ready .button {
  width: 289px;
  line-height: 56px;
  height: 56px;
  position: absolute;
  left: 74px;
  bottom: 80px
}
.popup {
  background: #fff;
  display: none;
  margin: auto!important;
  border-radius: 8px
}
.popup_wide {
  width: 720px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}
.popup_small {
  text-align: center;
  width: calc(100% - 24px);
  max-width: 500px;
  border-radius: 8px;
  padding: 40px 16px 16px!important;
  top: -220px
}
.popup_small h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px
}
.popup_small._padding {
  text-align: center;
  width: calc(100% - 24px);
  max-width: 300px;
  padding: 40px 16px 16px!important
}
.popup_additional-open {
  position: relative
}
.popup_additional-open:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  border-radius: 8px
}
.popup_stage {
  max-height: 640px
}
.popup_covid {
  max-width: 484px;
  border-radius: 8px
}
.popup._scheme .error {
  margin-left: 0;
  margin-top: 8px
}
.popup__header {
  font-size: 18px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 700;
  padding: 28px
}
.popup__content {
  font-size: 14px;
  max-height: calc(100vh - 200px);
  padding: 28px;
  overflow: auto
}
.popup__content p:not(:last-child) {
  margin-bottom: 20px
}
.popup__content p img {
  width: 100%;
  border: 4px;
  display: block
}
.popup__content h3 {
  font-weight: 700;
  margin-bottom: 15px
}
.popup__icon {
  display: block;
  margin: 0 auto 10px
}
.popup__icon_vip {
  width: 80px
}
._scheme .popup__icon {
  margin-bottom: 22px
}
.popup__section {
  padding: 28px
}
.popup__section:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9
}
.popup__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px
}
.popup__title_vip {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 16px
}
._scheme .popup__title {
  font-size: 24px;
  margin-bottom: 36px
}
.popup__text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px
}
.promo {
  margin-bottom: 20px
}
.promo__kv {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  border-radius: 8px 8px 0 0;
  margin-bottom: -8px;
  height: 290px;
  /*height: 320px*/
}
.promo__kv-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 28px;
  padding: 0 33px
}
.promo__kv-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700
}
.promo__kv-info {
  font-size: 14px
}
.promo__kv-info span {
  margin: 0 5px
}
.promo__note {
  margin: 10px 0 30px;
  font-size: 16px;
  color: rgba(41,48,54,.6)
}
.promo__note a {
  color: #00a9ea;
  text-decoration: none
}
.promo__text {
  font-size: 14px;
  line-height: 1.5
}
.promo__text p:not(:last-child),
.promo__text:not(:last-child) {
  margin-bottom: 30px
}
.promo__text a {
  color: #00a9ea;
  text-decoration: none
}
.schedule__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 20px
}
.schedule__row + .schedule__row {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e9e9e9
}
.schedule__row:not(.schedule__row_no-padding) {
  padding-right: 70px
}
.schedule__row_no-padding .button {
  width: 180px!important
}
.schedule__date {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.schedule__date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.schedule__date > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 0 0
}
.schedule__date h4 {
  line-height: .8;
  font-size: 46px;
  margin-right: 12px
}
.schedule__date span {
  font-size: 16px;
  display: block;
  line-height: .9
}
.schedule__date span:first-child {
  color: rgba(41,48,54,.6);
  font-size: 14px
}
.schedule__time {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.schedule__note {
  font-size: 16px;
  color: rgba(122,121,121,.6);
  text-align: center
}
.schedule__note_covid {
  color: #0fb600;
  text-align: left;
  font-size: 14px
}
.schedule__price {
  color: rgba(41,48,54,.6);
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 8px
}
.scheme-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: auto
}
.scheme-popup._visible {
  z-index: 5;
  opacity: 1;
  visibility: visible
}
.scheme-popup__wrapper {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 20px
}
.scheme-popup__container {
  display: inline-block;
  position: relative;
  z-index: 100;
  margin: auto;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  max-width: 900px
}
.scheme-tickets {
  position: relative;
  max-width: 1000px
}
.scheme-tickets__wrapper {
  overflow: hidden;
  font-size: 100px;
  height: 100%
}
.scheme-tickets__preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8)
}
.scheme-tickets__preloader--spinner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px
}
.scheme-tickets__preloader--spinner > div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00a9ea;
  -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
  animation-timing-function: cubic-bezier(0,1,1,0)
}
.scheme-tickets__preloader--spinner > div:nth-child(1) {
  left: 8px;
  -webkit-animation: .6s infinite lds-ellipsis1;
  animation: .6s infinite lds-ellipsis1
}
.scheme-tickets__preloader--spinner > div:nth-child(2) {
  left: 8px;
  -webkit-animation: .6s infinite lds-ellipsis2;
  animation: .6s infinite lds-ellipsis2
}
.scheme-tickets__preloader--spinner > div:nth-child(3) {
  left: 32px;
  -webkit-animation: .6s infinite lds-ellipsis2;
  animation: .6s infinite lds-ellipsis2
}
.scheme-tickets__preloader--spinner > div:nth-child(4) {
  left: 56px;
  -webkit-animation: .6s infinite lds-ellipsis3;
  animation: .6s infinite lds-ellipsis3
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  100% {
    -webkit-transform: translate(24px,0);
    transform: translate(24px,0)
  }
}
.scheme-tickets__main {
  position: relative;
  font-size: 0;
  width: 100%
}
.scheme-tickets__main image {
  pointer-events: none
}
.scheme-tickets__main text {
  font-family: "Noto Sans",sans-serif;
  display: none;
  font-weight: 700;
  font-size: 3px;
  fill: #fff;
  pointer-events: none
}
.scheme-tickets .place {
  fill: #c4c4c4;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  cursor: pointer
}
.scheme-tickets .place._reserved ~ text {
  display: initial
}
.scheme-tickets .place._reserved ~ image {
  display: none
}
.scheme-tickets .place._price-filter {
  pointer-events: none;
  opacity: .25
}
.scheme-tickets__zoom {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear
}
.scheme-tickets__zoom--in,
.scheme-tickets__zoom--out {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.scheme-tickets__zoom--in svg,
.scheme-tickets__zoom--out svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.scheme-tickets__zoom--in._disabled,
.scheme-tickets__zoom--out._disabled {
  pointer-events: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none
}
.scheme-tickets__zoom--in._disabled svg,
.scheme-tickets__zoom--out._disabled svg {
  opacity: .9
}
.scheme-tickets__zoom--in {
  margin-bottom: 12px
}
.scheme-tickets__vip {
  cursor: pointer
}
.scheme-tooltip {
  position: absolute;
  z-index: 2;
  padding: 8px 36px 8px 16px;
  background: #00a9ea;
  font-size: 14px;
  border-radius: 8px;
  -webkit-transform: translate(-50%,-109%) scale(calc(1 / var(--scheme-scale)));
  -ms-transform: translate(-50%,-109%) scale(calc(1 / var(--scheme-scale)));
  transform: translate(-50%,-109%) scale(calc(1 / var(--scheme-scale)));
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center
}
.scheme-tooltip:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #00a9ea transparent transparent
}
.scheme-tooltip__close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px
}
.scheme-tooltip__text {
  font-size: 13px;
  line-height: 143%;
  color: #fff;
  white-space: nowrap
}
.side-special {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 41;
  width: 100%;
  height: 100%
}
.side-special__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0,0,0,.4)
}
.side-special__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff
}
@media (min-width:768px) {
  .fancybox__content.popup_covid .is-close {
    top: 18px!important
  }
  .side-special {
    position: absolute;
    border-radius: 8px;
    overflow: hidden
  }
  .side-special__wrapper {
    max-width: 320px
  }
}
.side-special__body {
  /*padding: 12px;*/
  overflow: auto
}
.side-special__body.mCustomScrollbar {
  padding-right: 4px
}
.side-special__body.mCustomScrollbar .mCustomScrollBox {
  padding-right: 7px
}
.side-special__footer {
  margin-top: auto
}
.ticket-item {
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  font-size: 16px
}
.ticket-item:not(:last-child) {
  margin-bottom: 6px;
}
.ticket-item_highlight {
  background: #eeffe9
}
.ticket-item_promo {
  padding: 20px 16px;
  margin: 12px
}
.ticket-item__title b {
  font-weight: 700
}
.ticket-item__label {
  font-weight: 700;
  margin-bottom: 10px
}
.ticket-item__price {
  text-align: right;
  color: rgba(41,48,54,.6)
}
.ticket-item__info h2 {
  font-size: 16px;
  /*font-weight: 700*/
}
.ticket-item__datails {
  margin: 20px 0 0
}
.ticket-item__datails h3 {
  font-size: 12px;
  margin-bottom: 20px
}
.ticket-item__datails h3 ._old-price {
  color: rgba(41,48,54,.6);
  text-decoration: line-through
}
.ticket-item__datails h3 ._highlight {
  background: #eeffe9;
  border-radius: 20px;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px
}
.ticket-item__datails h3 ._highlight2 {
  font-size: 14px;
  font-weight: 700;
  color: #0fb600
}
.ticket-item__datails h3 b {
  font-size: 14px;
  font-weight: 700
}
.ticket-item__datails p {
  font-size: 12px;
  color: rgba(41,48,54,.6);
  line-height: 1.6
}
.ticket-item__datails p:not(:last-child) {
  margin-bottom: 20px
}
.ticket-item__datails p a {
  color: #00a9ea;
  text-decoration: none
}
.ticket-item__datails-more {
  margin-bottom: 10px;
  display: none
}
.ticket-item__datails-more-image {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  /*height: 46.25vw;*/
  width: 100%;
  margin-bottom: 10px
}
.ticket-item__datails-more p {
  color: #221f1f
}
.ticket-item__datails-more-handle span:nth-child(2),
.ticket-item__datails-more-handle._hide span:nth-child(1) {
  display: none
}
.ticket-item__datails-more-handle._hide span:nth-child(2) {
  display: inline
}
.tickets {
  position: relative
}
.tickets__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d7d8d9;
  padding: 24px 28px 20px;
  margin-bottom: 0
}
.tickets__top--back {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 12px
}
.tickets__top--view {
  position: absolute;
  top: 101px;
  right: 28px;
  z-index: 1;
  margin-left: 12px
}
.tickets__top--info {
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  max-width: calc(100% - 99px);
  width: auto
}
.tickets__top--title {
  color: #221f1f;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 8px
}
.tickets__top--date {
  font-size: 14px;
  line-height: 20px;
  color: #7a7979
}
.tickets__scene-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  width: 152px;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  padding: 8px 16px;
  border: 1px solid #d7d8d9;
  border-radius: 8px
}
.tickets__scene-btn--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 12px 0 0
}
.tickets__scene-btn--img img {
  width: 16px;
  height: 16px
}

/* VipLargePopup */
#VipLargePopup_button_cont{
	position: absolute;
	z-index: 1;
	top: 140px;
	padding-left: 27px;
}
.VipLargePopup_img{
	width:120px !important;
	margin-right: 5px;
	display:inline-block !important;
	border-radius:8px;
}
@media (max-width:768px) {
	#VipLargePopup_button_cont{
		top: 130px;
		padding-left: 0;
	}
	.VipLargePopup_img{
		width:110px !important;
	}
	#VipLargePopup_button .tickets__price-filter--item{
		padding: 8px 20px 8px 20px !important;
	}
}

.tickets__price-filter {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: auto;
  margin: 0;
  width: auto;
  padding: 0 28px 20px
}
.tickets__price-filter._right-pos ~ .tickets__price-filter--edge-right {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0
}
.tickets__price-filter._left-pos ~ .tickets__price-filter--edge-left {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0
}
.tickets__price-filter--edge-left,
.tickets__price-filter--edge-right {
  display: none
}
.tickets__price-filter--edge-right {
  right: -12px;
  background: -o-radial-gradient(100% 41.4%,121.22% 51.56%,#fff 70.58%,rgba(255,255,255,0) 100%);
  background: radial-gradient(121.22% 51.56% at 100% 41.4%,#fff 70.58%,rgba(255,255,255,0) 100%)
}
.tickets__price-filter--edge-left {
  left: -12px;
  background: -o-radial-gradient(100% 41.4%,121.22% 51.56%,#fff 70.58%,rgba(255,255,255,0) 100%);
  background: radial-gradient(121.22% 51.56% at 100% 41.4%,#fff 70.58%,rgba(255,255,255,0) 100%);
  -webkit-transform: matrix(-1,0,0,1,0,0);
  -ms-transform: matrix(-1,0,0,1,0,0);
  transform: matrix(-1,0,0,1,0,0)
}
.tickets__price-filter--wrapper {
  position: absolute;
  margin-bottom: 12px;
  z-index: 1;
  top: 104px
}
.tickets__price-filter--item {
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #221f1f;
  padding: 4px 8px 4px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  border-radius: 20px
}
.tickets__price-filter--item:not(:last-child) {
  margin-right: 8px
}
.tickets__price-filter--dot {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5a7de6
}
.tickets__price-filter--checkbox {
  display: none
}
.tickets__price-filter--checkbox:checked + .tickets__price-filter--outline {
  opacity: 1;
  visibility: visible
}
.tickets__price-filter--outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.tickets__legend {
  margin: 0;
  padding: 0 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #d7d8d9
}
.tickets__legend--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tickets__legend--item {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #221f1f
}
.tickets__legend--item:nth-child(1) {
  margin-right: 55px
}
.tickets__legend--item:nth-child(2) {
  margin-right: 28px
}
.tickets__legend--item:not(:last-child) {
  border-bottom: none
}
.tickets__legend--img {
  width: 48px;
  height: 28px;
  margin-right: 12px
}
.tickets__scheme {
  margin: 0
}
.tickets__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 24px 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #d7d8d9
}
.tickets__price_aside {
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px;
  -webkit-box-shadow: 0 2px 16px rgba(34,31,31,.12);
  box-shadow: 0 2px 16px rgba(34,31,31,.12);
  border-top: 0
}
.tickets__price--total {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #221f1f;
  margin-bottom: 0;
  margin-right: 24px
}
.tickets__price_aside .tickets__price--total {
  margin-right: 0;
  width: 100%;
  margin-bottom: 16px
}
.tickets__price--total > span:first-child {
  margin-right: 8px
}
.tickets__price--total ._g-green-label {
  margin-top: 4px
}
.tickets__price--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tickets__price_aside .tickets__price--bottom {
  width: 100%
}
.tickets__price--time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #221f1f;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
  font-size: 16px;
  line-height: 24px
}
.tickets__price_aside .tickets__price--time {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-right: 12px
}
.tickets__price--time .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 8px
}
.tickets__price--time .icon img {
  width: 16px;
  height: 16px
}
.tickets .tickets__price--promo {
  margin-right: 8px
}
@media (max-width:767.98px) {
  .tickets .tickets__price--promo {
    font-size: 11px;
    line-height: 1.3;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
  }
}
.tickets__price--promo-active {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/arrow-button-mobile.png) 0 0/100% 100% no-repeat;
  color: #221f1f;
  font-size: 11px;
  text-decoration: none;
  line-height: 1.3;
  height: 44px;
  padding: 0 12px;
  margin-right: 8px
}
@media (min-width:768px) {
  .tickets .tickets__price--promo {
    width: 205px;
    margin-right: 16px
  }
  .tickets .tickets__price--promo br {
    display: none
  }
  .tickets__price--promo-active {
    background-image: url(/img/arrow-button.png);
    font-size: 14px;
    width: 205px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px
  }
  .tickets__price--promo-active br {
    display: none
  }
}
.tickets__price--promo-active svg {
  margin-right: 5px
}
.tickets__price--next {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 206px
}
.tickets__view {
  background-color: #fff
}
.tickets__view--title {
  display: none;
  text-align: center;
  padding: 40px 0 44px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #221f1f
}
.tickets__view--img {
  width: 100%;
  background-image: url(/img/scheme-bg.gif);
  background-size: contain;
  background-repeat: no-repeat
}
.tickets__view--sector [data-sector] {
  cursor: pointer
}
.tickets__view--labels {
  pointer-events: none
}
.tickets__view--popup .fancybox__button--fullscreen {
  display: none
}
.tickets__view--popup .fancybox__caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 16px;
  padding-left: 12px;
  color: #fff
}
.tickets__close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 1
}
.tickets__close svg {
  width: 24px;
  height: 24px
}
.content {
  padding: 0 80px;
  height: 100%;
  overflow: auto
}
.content__wrapper {
  padding: 32px 0
}
.content__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.content__column:first-child {
  width: 490px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 37px
}
.content__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.content__title {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 40px
}
.content__note {
  text-align: center;
  color: rgba(41,48,54,.6);
  font-size: 16px;
  margin: 20px 0
}
.footer {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 80px;
  -webkit-box-shadow: 0 -4px 16px rgba(0,0,0,.04);
  box-shadow: 0 -4px 16px rgba(0,0,0,.04);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 120px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0
}
.footer__logo {
  width: 223px
}
.footer__logo img {
  width: 100%
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px
}
.footer__info-item:not(:last-child) {
  margin-right: 50px
}
.footer__info-item h3,
.footer__info-item h4 {
  font-weight: 700
}
.footer__info-item h4 {
  margin-bottom: 8px
}
.footer__info-item h3 {
  font-size: 18px;
  margin-bottom: 4px
}
.footer__info-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px
}
.page-finish .footer {
  display: none
}
.header {
  height: 88px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  background: #fff;
  padding: 0 80px
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}
.header__nav-item {
  font-size: 18px;
  font-weight: 700;
  position: relative
}
.header__nav-item:not(:last-child) {
  margin-right: 72px
}
.header__nav-item a {
  display: block;
  line-height: 88px;
  text-decoration: none
}
.header__nav-item_current {
  color: #00a9ea
}
.header__nav-item_current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #00a9ea;
  border-radius: 10px 10px 0 0
}
.header__button {
  background: #ff8a00;
  width: 310px;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  display: block
}
.header__button img {
  vertical-align: middle;
  margin-right: 15px
}
.header__back {
  font-size: 18px;
  text-decoration: none;
  font-weight: 700
}
.header__back img {
  vertical-align: middle;
  margin-right: 20px
}
.header__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center
}
.header__descr {
  font-size: 16px;
  text-align: center;
  color: rgba(41,48,54,.6);
  margin-top: 5px
}
.button {
  background: #00a9ea;
  color: #fff;
  border-radius: 8px;
  padding: 0 12px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border: none;
  line-height: 40px;
  font-size: 16px
}
.button__icon {
  margin-left: 7px
}
.button_wide {
  display: block;
  width: 100%
}
.button_gray {
  background: #f6f6f6;
  color: #221f1f
}
.button_light {
  border: 1px solid #acbecb;
  color: #221f1f;
  background: 0 0;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.button_big {
  line-height: 44px;
  font-weight: 400
}
.button_big.button_light {
  height: 44px;
  line-height: 42px
}
.button_pink {
  background: #ee516a
}
.button_multiline {
  line-height: 1.1;
  height: 44px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px!important
}
.button_round {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 26px;
  padding: 0;
  font-size: 14px!important
}
.button_round img {
  margin: 0;
  vertical-align: baseline
}
.button_green {
  background: #0fb600
}
.checkbox {
  position: relative;
  padding: 0 0 0 30px;
  display: block
}
.checkbox:not(:last-child) {
  margin-bottom: 12px
}
.checkbox_no-label {
  width: 18px;
  height: 18px;
  padding: 0
}
.checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden
}
.checkbox__input:checked + .checkbox__box {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.57143 0C1.88944 0 1.23539 0.270917 0.753154 0.753154C0.270917 1.23539 0 1.88944 0 2.57143V15.4286C0 16.1106 0.270917 16.7646 0.753154 17.2468C1.23539 17.7291 1.88944 18 2.57143 18H15.4286C16.1106 18 16.7646 17.7291 17.2468 17.2468C17.7291 16.7646 18 16.1106 18 15.4286V2.57143C18 1.88944 17.7291 1.23539 17.2468 0.753154C16.7646 0.270917 16.1106 0 15.4286 0H2.57143ZM7.71429 13.3894L4.23386 9.909L6.05186 8.091L7.71429 9.75343L12.591 4.87671L14.409 6.69471L7.71429 13.3894Z' fill='%2300A9EA'/%3E%3C/svg%3E");
  border: none
}
.checkbox__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #e9e9e9;
  border-radius: 3px
}
.checkbox__label {
  font-size: 12px;
  display: block
}
.checkbox__label a {
  color: #00a9ea;
  text-decoration: none
}
.checkbox-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 28px;
  line-height: 28px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.checkbox-alt:focus {
  background-color: transparent;
  outline: 0
}
.checkbox-alt .checkbox-alt-switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 25%/50%;
  vertical-align: top;
  background: #787880;
  opacity: 32%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-tap-highlight-color: transparent
}
.checkbox-alt .checkbox-alt-switch:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
  box-shadow: 0 3px 5px rgba(0,0,0,.3);
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s
}
.checkbox-alt input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0
}
.checkbox-alt input[type=checkbox]:not(:disabled):active + .checkbox-alt-switch:before {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px rgba(0,0,0,.3)
}
.checkbox-alt input[type=checkbox]:checked + .checkbox-alt-switch {
  background: #00a9ea;
  opacity: 1
}
.checkbox-alt input[type=checkbox]:checked + .checkbox-alt-switch:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px)
}
.checkbox-alt input[type=checkbox]:not(:disabled) + .checkbox-alt-switch {
  cursor: pointer
}
.checkbox-alt input[type=checkbox]:disabled + .checkbox-alt-switch {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  border-color: rgba(0,0,0,.1)
}
.checkbox-alt input[type=checkbox]:disabled + .checkbox-alt-switch:before {
  background: #787880;
  opacity: 32%
}
.checkbox-alt.focused .checkbox-switch:before {
  -webkit-box-shadow: inset 0 0 4px #ff5623;
  box-shadow: inset 0 0 4px #ff5623
}
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.counter__button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  font-size: 20px;
  background: #ff8a00;
  color: #fff;
  cursor: pointer
}
.counter__button_disabled {
  background: #fff;
  color: #d7d8d9;
  pointer-events: none
}
.counter__value {
  width: 30px;
  font-size: 16px;
  text-align: center
}
.form {
  text-align: left
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.form__row .form__field {
  width: 60%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  margin-bottom: 0!important
}
.form__field {
  position: relative
}
.form__field:not(:last-child) {
  margin-bottom: 28px
}
.form__field-label {
  position: absolute;
  background: #fff;
  font-size: 12px;
  left: 12px;
  top: -6px;
  line-height: 1;
  padding: 0 3px;
  z-index: 1;
  color: #221f1f
}
.form__field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 0 16px;
  background: 0 0;
  font-size: 14px;
  width: 100%;
  position: relative;
  top: 0
}
.form__note {
  font-size: 12px;
  line-height: 1.6;
  color: #221f1f
}
.form__note_alert {
  font-size: 14px;
  padding-left: 28px;
  background: url(../img/icons/alert.svg) left 0 top 3px no-repeat;
  position: relative;
  margin-bottom: 20px
}
.form__note a {
  color: #00a9ea;
  text-decoration: none
}
.form label.error {
  color: #ff4848;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
  line-height: 16px;
  display: block
}
.form label.error .error-note {
  border-radius: 8px;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid #ff4848;
  color: #000
}
.form__promocode-active {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/img/arrow-button.png) 0 0/100% 100% no-repeat;
  color: #221f1f;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.3;
  height: 44px;
  padding: 0 12px;
  width: 205px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.form__promocode-active svg {
  margin-right: 5px
}
.month-bar {
  margin: 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: auto;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 4px
}
.month-bar__item {
  line-height: 36px;
  height: 38px;
  padding: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px
}
.month-bar__item_selected {
  color: #00a9ea;
  position: relative
}
.month-bar__item_selected:after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: #00a9ea;
  position: absolute;
  top: 100%;
  left: 0
}
.radio {
  position: relative;
  padding: 0 30px 0 0;
  display: block
}
.radio__input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden
}
.radio__input:checked + .radio__box {
  border-color: #0fb600
}
.radio__input:checked + .radio__box:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0fb600
}
.radio__box {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e9e9e9
}
.scroll {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: 455px
}
.scroll__button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.scroll__button:first-child {
  margin-bottom: 20px
}
.scroll__button svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.scroll__button_disabled {
  background: #d7d8d9;
  -webkit-box-shadow: none;
  box-shadow: none
}
.scroll__button_disabled svg path {
  fill: #f2f2f2
}
.page-finish .scroll {
  display: none
}
.tip {
  display: inline-block
}
.tip__label {
  display: inline-block;
  color: #00a9ea;
  position: relative;
  cursor: pointer
}
.tip__label:after {
  content: "";
  width: 11px;
  height: 9px;
  background: url(../img/icons/triangle.svg) 0 0/100% 100% no-repeat;
  bottom: 100%;
  left: calc(50% - 4px);
  position: absolute;
  display: none
}
.tip_opened .tip__label:after {
  display: block
}
.tip__bubble {
  position: absolute;
  left: 0;
  margin-top: -30px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  background: #00a9ea;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  padding: 4px 30px 4px 12px;
  display: none
}
.tip__bubble-close {
  position: absolute;
  top: 9px;
  right: 8px;
  cursor: pointer
}
.tip__bubble-close img,
.tip_opened .tip__bubble {
  display: block
}

#terminal_loader{
	position: absolute;
	z-index: 1100;
	top: 300px;
	/*left: 200px;*/
	width: 200px;
	height: 200px;
	background-color: #fff;
	border-radius: 100px;
	text-align: center;
	padding-top: 65px;

	left:0;
  	right:0;

 	margin-left: auto;
	margin-right: auto;

	display: none;

	/*margin: 0 auto;*/

	-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.footer{
	-webkit-box-shadow: 0px -2px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px -2px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px -2px 8px 0px rgba(34, 60, 80, 0.2);
}

#redirect_popup{
	position: absolute;
	z-index: 1101;
	top: 170px;
	/*left: 200px;*/
	width: 450px;
	height: 430px;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 60px;

	left:0;
  	right:0;

 	margin-left: auto;
	margin-right: auto;

	font-size: 20px;

	display: none;

	/*margin: 0 auto;*/

	-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
#timerPopup{
	font-size: 70px;
	padding-top: 30px;
}


.promo__kv-text {
	text-shadow: #000 2px 0 5px;
}


/* Кнопки переключения временных тарифов в Аквариуме */
.popup-options-bar-cont{
	display: none;
}
.popup-options-bar{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.popup-options-bar-item{
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid #e9e9e9;
	width: 32%;
	text-align: center;
	cursor: pointer;
}
.popup-options-bar-item .name{
	font-weight: bold;
}
.popup-options-bar-item .time{
	margin-top: 10px;
}
.popup-options-bar-item .price{
	font-size: 12px;
	color: rgba(41,48,54,.6);
	margin-top: 4px;
}
@media (max-width:768px) {
	.popup-options-bar-item{
		font-size: 12px;
	}
}


.video_banner {
	height: 100vh;
	width: 100vw;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
}
.notify_block{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background: #00000094;
	text-transform: uppercase;
	/*width: 250px;*/
	/*height: 150px;*/
	border-top-left-radius: 15px;
	padding: 20px 25px;
	color: white;
	font-size: 26px;
}

/* Заголовки в блоке с основным контентом */
.content-section h1{
	font-size: 26px;
	margin-bottom: 30px;
}

/* Отмена выбранных билетов на Шоу */
.cancel__button {
  display: inline-block;
  color: #00a9ea;
  border-bottom: 1px dashed #00a9ea;
  margin-left: 10px;
  cursor: pointer;
}

/* Высокая загруженность */
.high_attendance_cont{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.high_attendance_text{
	position: relative;
	top: -5px;
}
.high_attendance_button{
	display: inline-block;
	cursor: pointer;
}