@charset "UTF-8";
@font-face {
  font-family: GillSans;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/GillSans.woff2) format("woff2"),url(/fonts/GillSans.woff) format("woff"),url(/fonts/GillSans.ttf) format("truetype")
}
@font-face {
  font-family: GillSans;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/GillSans-SemiBold.woff2) format("woff2"),url(/fonts/GillSans-SemiBold.woff) format("woff"),url(/fonts/GillSans-SemiBold.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
}
:root {
  --scheme-scale: 1
}
html {
  height: 100%;
  scroll-behavior: smooth
}
body {
  height: 100%;
  color: #221f1f;
  background: #f6f6f6;
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-rendering: geometricPrecision;
  line-height: 1.4
}
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
}
body._lock-menu {
  overflow: hidden;
  height: 100%
}
.layout {
  min-width: 320px
}
.layout.page-tickets {
  overflow: hidden
}
ul {
  padding-left: 20px
}
._g-green-label {
  color: #0fb600;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400
}
.anchor {
  position: relative;
  top: -60px
}
@-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;
  background: #fff
}
.action-header__back {
  cursor: pointer;
  display: inline-block
}
.action-header__back img {
  vertical-align: bottom
}
.action-header__close {
  display: inline-block
}
.action-header__title {
  text-align: center;
  font-size: 16px
}
.action-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.banner {
  border-radius: 8px;
  background: #00a9ea;
  margin: 12px;
  padding: 16px;
  color: #fff
}
.banner p {
  font-size: 14px;
  margin-bottom: 10px
}
@media (min-width:768px) {
  .banner {
    margin: 20px 0;
    padding: 20px 24px
  }
  .banner p {
    font-size: 18px
  }
}
.buy-tickets__info {
  padding: 0 25px 0 0
}
.buy-tickets__info h3 {
  font-size: 12px;
  font-weight: 700
}
@media (min-width:768px) {
  .buy-tickets__info h3 {
    font-size: 18px
  }
}
.buy-tickets__info p {
  font-size: 12px;
  color: rgba(41,48,54,.6)
}
.buy-tickets__special {
  position: absolute;
  top: 0;
  left: 0
}
.calendar {
  margin: 25px 0
}
@media (min-width:768px) {
  .buy-tickets__info p {
    font-size: 14px
  }
  .calendar {
    position: absolute;
    top: -10px;
    /*right: 70px;*/
    right: 1px;
    margin: 0;
  }
  .calendar_margin_right {
    right: 70px !important;
  }
}
.calendar__open-button {
  background: #e9e9e9;
  border-radius: 8px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 0 30px
}
@media (min-width:1023px) {
  .buy-tickets__body {
    min-height: 400px
  }
  .calendar__open-button {
    cursor: pointer;
    -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,opacity .3s,-webkit-box-shadow .3s;
    -o-transition: box-shadow .3s,opacity .3s
  }
  .calendar__open-button:hover {
    opacity: .6
  }
  .calendar__open-button:active {
    opacity: 1;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.12)
  }
}
.calendar__open-button img,
.calendar__open-button span {
  vertical-align: middle
}
.calendar__open-button img {
  margin-right: 5px
}
.calendar__datepicker {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  padding: 25px 16px;
  border-radius: 8px 8px 0 0
}
@media (min-width:768px) {
  .calendar__datepicker {
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 100%;
    width: 320px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 28px rgba(0,0,0,.12);
    box-shadow: 0 2px 28px rgba(0,0,0,.12)
  }
}
.calendar__datepicker .ui-datepicker {
  width: 100%
}
.calendar__close {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 23px;
  background: url(../img/icons/close.svg) center no-repeat;
  z-index: 1;
  cursor: pointer
}
.calendar__note {
  margin-top: 20px;
  font-size: 14px;
  display: block
}
.calendar__note sup {
  color: #ff4848;
  line-height: 0
}
.calendar .ui-datepicker-next,
.calendar .ui-datepicker-prev {
  position: absolute;
  top: -8px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  border-radius: 8px;
  background: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer
}
@media (min-width:1023px) {
  .calendar .ui-datepicker-next,
  .calendar .ui-datepicker-prev {
    cursor: pointer;
    -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,opacity .3s,-webkit-box-shadow .3s;
    -o-transition: box-shadow .3s,opacity .3s
  }
  .calendar .ui-datepicker-next:hover,
  .calendar .ui-datepicker-prev:hover {
    opacity: .6
  }
  .calendar .ui-datepicker-next:active,
  .calendar .ui-datepicker-prev:active {
    opacity: 1;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.12)
  }
}
.cart-empty {
  text-align: center;
  padding: 80px 0;
  color: rgba(41,48,54,.6)
}
.cart-empty h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px
}
.cart-empty p a {
  color: #00a9ea;
  text-decoration: none
}
.cart-item:not(:last-child) {
  margin-bottom: 12px
}
.cart-item__header {
  position: relative;
  padding: 16px 16px 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 {
  border-bottom: 2px dotted #e9e9e9;
  width: 100%;
  padding-bottom: 16px
}
.cart-item__info h3 {
  font-size: 18px;
  margin-bottom: 8px
}
.cart-item__info p {
  font-size: 16px;
  /*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: 16px;
  position: relative
}
.cart-item__tickets-head {
  font-size: 16px
}
.cart-item__tickets-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.cart-item__tickets-title:after {
  content: "";
  background: url(../img/icons/arrow-up.svg) center/contain no-repeat;
  display: inline-block;
  width: 14px;
  height: 7px;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  -o-transition: transform .1s ease-in;
  transition: transform .1s ease-in,-webkit-transform .1s ease-in;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.cart-item__tickets_opened .cart-item__tickets-title:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.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 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12)
}
.cart-total_in-popup {
  background: #fff
}
.cart-total__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center
}
.cart-total__note {
  font-size: 14px;
  text-align: center;
  color: #0fb600;
  margin: -12px 0 15px
}
.cart-total__subtitle {
  color: #00a9ea;
  font-size: 14px;
  text-align: center;
  margin: -10px 0 15px
}
.cart-total__countdown {
  text-align: center
}
.cart-total__countdown span {
  display: block;
  font-size: 12px;
  line-height: 1
}
@media (min-width:1023px) {
  .cart-total_in-content {
    border: none;
    position: static
  }
  .cart-total_in-popup .button {
    width: 205px
  }
  .cart-total_in-popup {
    position: absolute;
    background: 0 0
  }
  .cart-total_in-content .cart-total__title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9
  }
  .cart-total_in-popup .cart-total__title {
    text-align: left;
    margin: 0
  }
  .cart-total__countdown {
    text-align: left;
    padding: 33px;
    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;
    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 {
  margin: 25px 0
}
.certificate:last-child {
  margin: 0
}
.certificate:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px
}
.certificate__head {
  margin-bottom: 20px
}
@media (min-width:768px) {
  .certificate__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
  }
}
.certificate__image {
  /*height: 59.375vw;*/
  height: 70vw;
  border-radius: 8px;
  background-size: cover;
  background-position: center
}
@media (min-width:768px) {
  .certificate__image {
    /*height: 24.8697916667vw;*/
    /*width: 50%;*/
    width: 300px;
    height: 28vw;
  }
}
@media (min-width:1023px) {
  .certificate__head {
    display: block
  }
  .certificate__image {
    float: left;
    margin-right: 46px;
    width: 372px;
    height: 269px
  }
}
.certificate_gift .certificate__image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 0;
  float: none!important
}
.certificate__text {
  margin-top: 20px
}
@media (min-width:768px) {
  .certificate__text {
    width: 50%;
    margin: 0;
    padding-left: 27px
  }
  .certificate_gift .certificate__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.certificate__name {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700
}
@media (min-width:1023px) {
  .certificate__text {
    width: auto;
    overflow: hidden;
    padding: 0
  }
  .certificate__name {
    font-size: 18px
  }
}
.certificate__descr {
  font-size: 12px;
  color: rgba(41,48,54,.6)
}
.certificate__options:not(:last-child) {
  margin-bottom: 12px
}
.certificate__options-item {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  padding: 12px 16px;
  white-space: nowrap;
  display: block;
  text-decoration: none
}
.certificate__options-item:not(:last-child) {
  margin-bottom: 12px
}
@media (min-width:768px) {
  .page-certificate .certificate__options-item {
    padding: 20px 24px
  }
  .certificate_gift .certificate__options-item {
    width: calc(50% - 10px);
    margin: 0 0 20px
  }
  .page-certificate .certificate__features {
    font-size: 18px
  }
}
@media (min-width:1023px) {
  .certificate__descr {
    font-size: 14px
  }
  .certificate__options-wrap {
    overflow: hidden
  }
  .certificate__options-item .button:not(.button_round) {
    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: 14px;
  font-weight: 700;
  line-height: 1
}
@media (min-width:1023px) {
  .certificate__features {
    font-size: 16px
  }
  .content-section {
    border-radius: 8px
  }
}
.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: 400
}
.certificate__popup-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: #7a7979;
  margin: 20px 0 50px
}
.certificate__popup-description li {
  list-style: disc
}
.certificate__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}
.content-section {
  padding: 24px 12px;
  background: #fff;
  margin-bottom: 10px
}
.content-section:last-child {
  margin-bottom: 0!important
}
@media (min-width:768px) {
  .content-section {
    margin-bottom: 20px;
    padding: 33px
  }
  .content_narrow .content-section {
    padding: 0;
    background: 0 0
  }
}
.content-section_shadow {
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12)
}
.content-section_small-vertical-padding {
  padding-top: 12px;
  padding-bottom: 12px
}
.content-section_smallest-vertical-padding {
  padding-top: 8px;
  padding-bottom: 8px
}
.content-section_scheme {
  position: relative;
  padding: 0 12px
}
@media (min-width:768px) {
  .content-section_scheme {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    border-radius: 8px
  }
}
@media (max-width:1022.98px) {
  .content-section_view {
    padding: 0
  }
}
.content-section__title {
  font-weight: 700;
  font-size: 18px
}
@media (min-width:1023px) {
  .content-section__title {
    font-size: 20px
  }
}
.content-section__header {
  margin-bottom: 25px;
  position: relative
}
.drop-menu {
  background: #fff;
  padding: 15px 0 0
}
.drop-menu__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.drop-menu__phone a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700
}
.drop-menu__phone a img {
  vertical-align: middle;
  margin-right: 16px
}
.drop-menu__top-nav {
  margin: 0 20px
}
.drop-menu__top-nav-item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  font-size: 16px;
  position: relative
}
.drop-menu__top-nav-item-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #acbecb;
  top: 50%;
  right: 0;
  margin-top: -12px;
  background: url(../img/icons/down.svg) center no-repeat
}
.drop-menu__search {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.drop-menu__search input[type=text] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  font-size: 16px
}
.drop-menu__search input[type=submit] {
  width: 21px;
  height: 21px;
  background: url(../img/icons/search.svg) center no-repeat;
  border: none;
  color: transparent
}
.drop-menu__bottom-nav {
  background: #f6f6f6;
  padding: 0 20px
}
.drop-menu__bottom-nav-item {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.drop-menu__bottom-nav-item-icon {
  width: 35px
}
.drop-menu__bottom-nav-item-icon img {
  display: block
}
.drop-menu__bottom-nav-item_accent {
  color: #ee516a
}
.drop-menu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 100px;
  background: #f6f6f6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.drop-menu__lang-item {
  opacity: .2
}
.drop-menu__lang-item:not(:last-child) {
  margin-right: 28px
}
.drop-menu__lang-item_selected {
  opacity: 1
}
.drop-menu__lang-item img {
  display: block
}
.event-card {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  text-decoration: none
}
.list-view .event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.card-view .event-card .button {
  line-height: 30px;
  height: 30px
}
.card-view .event-card .button_light {
  line-height: 28px!important
}
@media (max-width:767.98px) {
  .list-view .event-card {
    border-radius: 0;
    border: none
  }
  .list-view .event-card:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px
  }
  .list-view .event-card__image {
    width: 72px;
    /*height: 98px;*/
    height: 52px;
    margin-right: 15px;
  }
}
@media (min-width:768px) {
  .list-view .event-card {
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    padding: 24px
  }
}
.event-card__image {
  height: 65.625vw;
  background-size: cover;
  background-position: center
}
.list-view .event-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px
}
@media (min-width:768px) {
  .event-card__image {
    height: 27.34375vw
  }
  .list-view .event-card__image {
    width: 88px;
    /*height: 120px;*/
    height: 64px;
    margin-right: 24px
  }
  .list-view .event-card__name {
    font-size: 14px
  }
}
.event-card__text {
  padding: 20px
}
.list-view .event-card__text {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.event-card__name {
  font-size: 12px;
  margin-bottom: 10px
}
.event-card__type {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  min-height: 45px;
}
.event-card__descr {
  font-size: 12px;
  color: rgba(41,48,54,.6);
  min-height: 85px
}
.event-card__options {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.event-card__options-item {
  width: calc(33.3% - 6px);
  margin-bottom: 9px
}
.event-card__options-item_single {
  width: 100%
}
.card-view .event-card__options-item:last-child:nth-child(3n+2) {
  margin-right: auto;
  margin-left: 9px
}
.card-view .event-card__options-item:nth-child(n+4) {
  /*display: none*/
}
@media (min-width:768px) {
  .list-view .event-card__type {
    font-size: 18px;
    font-weight: 700
  }
  .list-view .event-card__descr {
    font-size: 14px
  }
  .list-view .event-card__options {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .list-view .event-card__options-item_single {
    width: auto!important
  }
  .list-view .event-card__options-item {
    width: calc(25% - 10px);
    margin-right: 10px
  }
  .list-view .event-card__show-all {
    display: none
  }
}
@media (min-width:1023px) {
  .event-card__image {
    height: 210px
  }
  .list-view .event-card__options-item {
    width: calc(16% - 5px)
  }
}
.event-card__price {
  color: rgba(41,48,54,.6);
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 8px
}
@media (max-width:767.98px) {
  .list-view .event-card__options-item:last-child:nth-child(3n+2) {
    margin-right: auto;
    margin-left: 9px
  }
  .list-view .event-card__options-item:nth-child(n+4) {
    display: none
  }
  .event-list__item:not(:last-child) {
    margin-bottom: 12px
  }
  .list-view .event-list__item:not(:last-child) {
    margin-bottom: 20px
  }
}
@media (min-width:768px) {
  .card-view .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 {
    margin-bottom: 16px
  }
  .card-view .event-list__item {
    width: calc(50% - 8px)
  }
}
@media (min-width:1023px) {
  .card-view .event-list__item {
    width: calc(33.3% - 18.6px);
    margin-bottom: 28px
  }
  .card-view .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: 5px!important;
  right: 5px!important;
  color: #221f1f!important
}
.fancybox__content .is-close svg {
  -webkit-filter: none!important;
  filter: none!important
}
.fancybox__content.popup_covid .is-close {
  top: 8px!important
}
.fancybox__content :focus {
  outline: 0!important
}
.filter-container #calendarTrigger {
  display: none
}
.filter-container_filter-active #calendarTrigger {
  display: block
}
.filter-container_filter-active #calendarOpenButton {
  display: none
}
.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: #f79e19
}
.options__tab label {
  padding: 6px 4px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  text-align: center;
  display: block;
  font-size: 12px
}
.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
}
@media (min-width:768px) {
  .fancybox__content.popup_covid .is-close {
    top: 18px!important
  }
  .filter-container #calendarTrigger {
    display: none!important
  }
  .filter-container #calendarOpenButton {
    display: block!important
  }
  .order-ready {
    background: #fff;
    border-radius: 8px
  }
}
.order-ready__card {
  border-radius: 8px;
  border: 1px solid #e9e9e9
}
@media (min-width:768px) {
  .order-ready__card {
    border: none;
    border-radius: 0
  }
}
.order-ready__ticket-info {
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
  background: url(../img/icons/cart2.svg) top 20px right 15px no-repeat
}
.order-ready__ticket-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px
}
@media (min-width:768px) {
  .order-ready__ticket-info {
    padding: 32px;
    background-size: 40px 40px;
    background-position: top 20px right 32px
  }
  .order-ready__ticket-info h3 {
    font-size: 26px
  }
}
.order-ready__ticket-info p {
  font-size: 14px;
  margin-bottom: 12px
}
.order-ready__wallet {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px
}
.order-ready__wallet img {
  height: 32px;
  display: block
}
.order-ready__personal-info {
  padding: 20px
}
@media (min-width:768px) {
  .order-ready__ticket-info p {
    font-size: 16px;
    margin-bottom: 24px
  }
  .order-ready__wallet img {
    height: 40px
  }
  .order-ready__personal-info {
    padding: 32px;
    border-bottom: 1px solid #e9e9e9
  }
}
.order-ready__personal-info h4 {
  font-size: 12px;
  color: rgba(41,48,54,.6);
  margin-bottom: 5px
}
.order-ready__personal-info p {
  font-size: 14px
}
@media (min-width:768px) {
  .order-ready__personal-info h4 {
    font-size: 14px
  }
  .order-ready__personal-info p {
    font-size: 16px
  }
}
.order-ready__personal-info p a {
  color: #00a9ea;
  text-decoration: none
}
.order-ready__personal-info > a {
  display: inline-block;
  color: #00a9ea;
  margin-top: 15px;
  text-decoration: none;
  font-size: 14px
}
.order-ready > .button {
  width: 100%;
  margin: 20px 0 8px
}
@media (min-width:768px) {
  .order-ready__personal-info > a {
    font-size: 16px
  }
  .order-ready > .button {
    width: auto;
    margin: 20px 32px
  }
}
.popup {
  background: #fff;
  display: none;
  margin: auto!important
}
.popup_wide {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media (min-width:1023px) {
  .popup_wide {
    width: 720px;
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
}
.popup_small {
  text-align: center;
  width: calc(100% - 24px);
  max-width: 300px;
  border-radius: 8px;
  padding: 40px 16px 16px!important
}
.popup_small h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px
}
.popup_bottom-gap {
  padding-bottom: 105px!important;
  position: relative
}
@media (min-width:768px) {
  .popup_bottom-gap {
    padding-bottom: 137px!important
  }
}
.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: 20px;
  font-weight: 700;
  padding: 12px 12px 8px
}
@media (min-width:768px) {
  .popup__header {
    padding: 23px 28px 8px
  }
}
.popup__content {
  padding: 12px;
  font-size: 14px;
  max-height: calc(100% - 60px);
  overflow: auto
}
@media (min-width:768px) {
  .popup__content {
    max-height: calc(100vh - 200px);
    padding: 16px 28px 28px
  }
}
.popup__content p:not(:last-child) {
  margin-bottom: 15px
}
.popup__content p img {
  width: 100%;
  border: 4px;
  display: block
}
.popup__content h3 {
  font-size: 16px;
  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: 12px
}
.popup__section_border-bottom {
  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-slider {
  height: 75vw;
  position: relative
}
@media (min-width:768px) {
  .popup__section {
    padding: 28px
  }
  .promo-slider {
    height: 40.8854166667vw;
    margin: 20px 0
  }
}
@media (min-width:1023px) {
  .promo-slider {
    /*height: 410px;*/
    height: 400px;
    border-radius: 6px;
    overflow: hidden;
  }
}
.promo-slider__slide {
  color: #fff;
  position: relative
}
.promo-slider__slide:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear,left bottom,left top,from(#221f1f),to(rgba(34,31,31,0)));
  background: -o-linear-gradient(bottom,#221f1f 0,rgba(34,31,31,0) 100%);
  background: linear-gradient(0deg,#221f1f 0,rgba(34,31,31,0) 100%)
}
.promo-slider__slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.promo-slider__slide-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 34px 12px
}
.promo-slider__slide-text h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px
}
@media (min-width:768px) {
  .promo-slider__slide-text {
    padding: 33px
  }
  .promo-slider__slide-text h3 {
    font-size: 18px
  }
}
.promo-slider__slide-text p {
  font-size: 12px
}
.promo-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 16px;
  position: absolute;
  z-index: 1
}
.promo-slider__pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .3;
  width: 6px;
  height: 6px;
  margin: 0 2px!important
}
.promo-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1
}
.promo-slider__next,
.promo-slider__prev {
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  cursor: pointer
}
.promo-slider__next.swiper-button-disabled,
.promo-slider__prev.swiper-button-disabled {
  opacity: .3;
  cursor: default
}
.promo-slider__next {
  background: url(../img/icons/next2.svg);
  right: 28px
}
.promo-slider__prev {
  background: url(../img/icons/prev2.svg);
  left: 28px
}
.promo {
  margin-bottom: 10px
}
.promo__kv {
  height: 71.25vw;
  color: #fff;
  position: relative
}
@media (min-width:768px) {
  .promo-slider__slide-text p {
    font-size: 14px
  }
  .promo {
    margin-bottom: 20px
  }
  .promo__kv {
    /*height: 41.6666666667vw*/
    height: 31vw;
  }
}
@media (min-width:1023px) {
  .promo__kv {
    border-radius: 8px 8px 0 0;
    margin-bottom: -8px;
    position: relative;
    height: 320px
  }
}
.promo__kv-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
.promo__kv-text {
  position: absolute;
  width: 100%;
  bottom: 14px;
  padding: 0 12px;
  left: 0
}
.promo__kv-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px
}
@media (min-width:768px) {
  .promo__kv-text {
    bottom: 28px;
    padding: 0 33px
  }
  .promo__kv-title {
    font-size: 18px;
    font-weight: 700
  }
}
.promo__kv-info {
  font-size: 12px
}
.promo__kv-info span {
  margin: 0 5px
}
.promo__schedule-button {
  background: #f90;
  display: block;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px
}
.promo__note {
  margin: 10px 0;
  font-size: 14px;
  color: rgba(41,48,54,.6)
}
@media (min-width:768px) {
  .promo__kv-info {
    font-size: 14px
  }
  .promo__schedule-button {
    display: none
  }
  .promo__note {
    font-size: 16px
  }
  .schedule__row:not(.schedule__row_no-padding) {
    padding-right: 70px
  }
}
.promo__note a {
  color: #00a9ea;
  text-decoration: none
}
.promo__text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5
}
.promo__text:last-child {
  margin-bottom: 0
}
.promo__text p:not(:last-child) {
  margin-bottom: 20px
}
.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__date {
  width: 30%
}
@media (min-width:768px) {
  .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: 1px 0
}
.schedule__date h4 {
  font-size: 30px;
  line-height: .8;
  margin-right: 6px
}
@media (min-width:768px) {
  .schedule__date > div > div {
    padding: 3px 0 0
  }
  .schedule__date h4 {
    font-size: 46px;
    margin-right: 12px
  }
}
.schedule__date span {
  font-size: 12px;
  display: block;
  line-height: .9
}
.schedule__date span:first-child {
  color: rgba(41,48,54,.6)
}
.schedule__time {
  width: 70%
}
.schedule__note {
  font-size: 12px;
  color: rgba(122,121,121,.6);
  text-align: center
}
@media (min-width:768px) {
  .schedule__date span {
    font-size: 16px
  }
  .schedule__date span:first-child {
    font-size: 14px
  }
  .schedule__time {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .schedule__note {
    font-size: 16px
  }
}
.schedule__note_covid {
  color: #0fb600;
  text-align: left;
  font-size: 14px
}
.schedule__price {
  color: rgba(41,48,54,.6);
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 8px
}
@media (min-width:768px) {
  .schedule__price {
    font-size: 16px
  }
}
.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%
}
@media (max-width:767.98px) {
  .scheme-tickets {
    height: 100%
  }
  .scheme-tickets__wrapper {
    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: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.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
}
@media screen and (min-width:320px) and (max-width:1000px) {
  .scheme-tooltip {
    -webkit-transform: translate(-50%,-105%) scale(calc(1 / var(--scheme-scale)));
    -ms-transform: translate(-50%,-105%) scale(calc(1 / var(--scheme-scale)));
    transform: translate(-50%,-105%) scale(calc(1 / var(--scheme-scale)))
  }
}
.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%
}
@media (min-width:1023px) {
  .side-special {
    border-radius: 8px
  }
}
.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) {
  .side-special {
    position: absolute;
    overflow: hidden
  }
  .side-special__wrapper {
    max-width: 320px
  }
}
.side-special__body {
  padding: 12px 12px 120px;
  overflow: auto
}
@media (min-width:768px) {
  .side-special__body {
    padding-bottom: 12px
  }
  .tickets {
    position: relative
  }
}
.side-special__body.mCustomScrollbar {
  padding-right: 4px
}
.side-special__body.mCustomScrollbar .mCustomScrollBox {
  padding-right: 7px
}
.side-special__footer {
  margin-top: auto
}
.ticket-item {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e9e9e9
}
.ticket-item:not(:last-child) {
  margin-bottom: 12px
}
.ticket-item_highlight {
  background: #eeffe9
}
.ticket-item_promo {
  padding: 20px 16px
}
.ticket-item__info {
  margin-right: 20px
}
.ticket-item__info h3 {
  font-size: 14px;
  margin-bottom: 5px
}
.ticket-item__info p {
  font-size: 12px;
  color: rgba(41,48,54,.6)
}
.ticket-item__info h2 {
  font-size: 16px
}
.ticket-item__info_certificate p {
  font-size: 16px;
  color: #7a7979
}
.ticket-item__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px
}
.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 {
  border-radius: 8px;
  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
}
@media (max-width:767.98px) {
  .tickets {
    height: 100vh
  }
  .tickets__wrapper {
    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%
  }
}
.tickets__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d7d8d9
}
@media (min-width:768px) {
  .tickets__top {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 24px 28px 20px;
    margin-bottom: 0
  }
  .tickets__top--back {
    display: none
  }
}
@media (max-width:767.98px) {
  .tickets__top {
    margin: 0 -12px 9px;
    padding: 8px 12px;
    width: calc(100% + 24px)
  }
  .tickets__top_view {
    display: none
  }
}
.tickets__top--back {
  width: 24px;
  height: 24px;
  margin-right: 12px
}
.tickets__top--view {
  margin-left: 12px
}
.tickets__top--info {
  font-weight: 500;
  line-height: 20px;
  max-width: calc(100% - 48px);
  width: 100%;
  text-align: center
}
.tickets__top--title {
  font-size: 12px;
  color: #221f1f;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden
}
@media (min-width:768px) {
  .tickets__top--view {
    position: absolute;
    top: 101px;
    right: 28px;
    z-index: 1
  }
  .tickets__top--info {
    text-align: left;
    max-width: calc(100% - 99px);
    width: auto
  }
  .tickets__top--title {
    font-size: 18px;
    margin-bottom: 8px
  }
}
.tickets__top--date {
  font-size: 11px;
  color: #7a7979
}
@media (min-width:768px) {
  .tickets__top--date {
    font-size: 14px;
    line-height: 20px
  }
}
.tickets__scene-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-color: #fff
}
.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 auto 2px
}
@media (min-width:768px) {
  .tickets__scene-btn {
    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 {
    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;
  padding: 0 12px 20px;
  margin: 0 -12px;
  width: calc(100% + 24px)
}
@media (min-width:768px) {
  .tickets__price-filter {
    width: auto;
    margin: 0;
    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
}
@media (max-width:575.98px) {
  .tickets__price-filter--edge-left,
  .tickets__price-filter--edge-right {
    display: block;
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 37px;
    height: 57px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  .tickets__price-filter--edge-left svg,
  .tickets__price-filter--edge-right svg {
    position: absolute;
    top: 11px;
    left: 5px
  }
}
.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: relative;
  margin-bottom: 12px
}
@media (min-width:768px) {
  .tickets__price-filter--wrapper {
    position: absolute;
    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
}

/* Отступ снизу в мобильной версии */
@media (max-width:768px) {
	#scheme-legend{
		padding-bottom: 20%;
	}
	.tickets__legend--item{
		padding: 12px 0 !important;
	}
}

.tickets__legend {
  -webkit-box-shadow: 0 2px 16px rgba(34,31,31,.12);
  box-shadow: 0 2px 16px rgba(34,31,31,.12);
  margin: auto -12px 0;
  padding: 0 20px
}
@media (min-width:768px) {
  .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: 20px 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:not(:last-child) {
  border-bottom: 1px solid #d7d8d9
}
.tickets__legend--img {
  width: 48px;
  height: 28px;
  margin-right: 12px
}
.tickets__scheme {
  margin: -20px -12px 0
}
@media (min-width:768px) {
  .tickets__legend--item {
    padding: 32px 0
  }
  .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__scheme {
    margin: 0
  }
}
.tickets__price {
  -webkit-box-shadow: 0 2px 16px rgba(34,31,31,.12);
  box-shadow: 0 2px 16px rgba(34,31,31,.12);
  padding: 12px;
  margin: auto -12px 0
}
@media (max-width:767.98px) {
  .tickets__scheme {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .tickets__scheme:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(60.83%,#fff),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top,#fff 60.83%,rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg,#fff 60.83%,rgba(255,255,255,0) 100%);
    height: 120px;
    width: 100%;
    top: -80px;
    pointer-events: none
  }
  .tickets__price {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff
  }
}
.tickets__price_aside {
  margin: 0
}
@media (min-width:768px) {
  .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 {
    -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: 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
}
@media (min-width:768px) {
  .tickets__price--total {
    margin-bottom: 0;
    margin-right: 24px
  }
  .tickets__price_aside .tickets__price--total {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px
  }
  .tickets__price_aside .tickets__price--bottom {
    width: 100%
  }
}
.tickets__price--time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #221f1f;
  margin-right: 12px
}
@media (min-width:768px) {
  .tickets__price--time {
    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: 3px
}
.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__price--time .icon {
    margin-bottom: 0;
    margin-right: 8px
  }
  .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: 137px
}
.tickets__view {
  background-color: #fff
}
@media (max-width:767.98px) {
  .tickets__view {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .tickets__view--container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .tickets__close {
    display: none
  }
}
.tickets__view--title {
  text-align: center;
  padding: 40px 0 44px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #221f1f
}
@media (min-width:768px) {
  .tickets__price--next {
    min-width: 206px
  }
  .tickets__view--title {
    display: none
  }
}
.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
}
.mCSB_scrollTools .mCSB_dragger {
  right: 0;
  width: 4px!important;
  background: #7a7979;
  border-radius: 8px
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  z-index: 1
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}
.breadcrumbs {
  padding: 20px 33px;
  font-size: 14px;
  color: rgba(41,48,54,.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto
}
@media (max-width:767.98px) {
  .breadcrumbs {
    display: none
  }
}
@media (min-width:1023px) {
  .breadcrumbs {
    padding: 20px 0
  }
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 8px
}
.breadcrumbs__item:not(:last-child):after {
  content: "—";
  margin-left: 8px
}
.breadcrumbs__item a {
  text-decoration: none;
  color: #00a9ea
}
.content {
  margin: 0 auto;
  padding-bottom: 20px
}
@media (min-width:1023px) {
  .content {
    max-width: 1000px;
    margin-bottom: 60px
  }
  .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;
    margin-bottom: 57px
  }
}
@media (min-width:768px) {
  .content_narrow .breadcrumbs {
    padding: 20px 0
  }
  .content_narrow {
    max-width: 600px
  }
}
@media (min-width:1023px) {
  .content__column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
  }
  .content__column:first-child {
    width: 60%
  }
  .content__column:nth-child(2) {
    width: calc(40% - 24px)
  }
}
@media (max-width:767.98px) {
  .content_scheme {
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: 100%
  }
}
.footer {
  background: #fff
}
.footer__info {
  text-align: center;
  padding: 60px 20px
}
@media (min-width:768px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 768px;
    margin: 0 auto;
    padding: 60px 0
  }
}
.footer__info-item {
  margin-bottom: 40px
}
.footer__info-item img {
  margin-bottom: 10px
}
.footer__info-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px
}
.footer__info-item h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px
}
.footer__info-item p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700
}
.footer__info-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(41,48,54,.6);
  font-size: 12px
}
.footer__info-item ul li {
  margin-bottom: 15px
}
.footer__info-item ul li a {
  text-decoration: none
}
.footer__wrap {
  padding: 60px 20px 20px;
  background: #f6f6f6;
  position: relative
}
@media (min-width:768px) {
  .footer__info-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-bottom: 0
  }
  .footer__wrap {
    background: #fff;
    padding: 60px 30px 20px
  }
}
@media (min-width:1023px) {
  .footer__wrap {
    padding: 60px 90px 20px
  }
}
@media (min-width:1366px) {
  .footer__wrap {
    max-width: 1366px;
    margin: 0 auto
  }
}
._footer-gap .footer__wrap {
  padding-bottom: 140px
}
.footer__logo {
  width: 41px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -20px
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 230px;
  margin: 0 auto
}
.footer__nav {
  margin: 60px 0 0
}
@media (min-width:768px) {
  .footer__social {
    max-width: none
  }
  .footer__nav {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    margin: 30px 0 0
  }
}
.footer__nav-item {
  padding: 30px 0 20px;
  border-bottom: 1px solid #e9e9e9
}
.footer__nav-item-title {
  position: relative;
  font-size: 16px;
  font-weight: 700
}
@media (min-width:768px) {
  .footer__nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    padding: 0
  }
  .footer__nav-item:not(:last-child) {
    margin-right: 10px
  }
  .footer__nav-item-title {
    pointer-events: none;
    font-size: 14px
  }
  .footer__nav-item-title:after {
    display: none
  }
}
@media (min-width:1023px) {
  .footer__nav-item-title {
    font-size: 16px
  }
}
.footer__nav-item-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #acbecb;
  top: 50%;
  right: 0;
  margin-top: -12px;
  background: url(../img/icons/down.svg) center no-repeat
}
.footer__nav-item-title._opened:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.footer__nav-item-content {
  list-style: none;
  padding: 0;
  font-size: 12px;
  color: rgba(41,48,54,.6);
  display: none
}
@media (min-width:768px) {
  .footer__nav-item-content {
    display: block!important
  }
  .footer__bottom-items {
    gap: 0
  }
}
.footer__nav-item-content li {
  margin-top: 20px
}
.footer__nav-item-content li a {
  text-decoration: none
}
.footer__bottom-items {
  margin: 20px 0 0;
  font-size: 12px;
  color: rgba(41,48,54,.6);
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px
}
@media (min-width:1023px) {
  .footer__bottom-items {
    max-width: none
  }
}
.footer__bottom-items li {
  margin: 0 20px 20px 0
}
.footer__bottom-items li a {
  text-decoration: none
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background: #f6f6f6
}
.header__top-row {
  padding: 5px 15px;
  max-width: 1170px;
  margin: 0 auto
}
.header__top-row-phone {
  color: #0060ad;
  font-size: 12px;
  text-decoration: none
}
.header__top-row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin-left: 80px;
  color: rgba(41,48,54,.6)
}
.header__top-row-nav-item {
  text-decoration: none;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__top-row-nav-item-icon {
  margin-right: 5px;
  height: 16px
}
.header__top-row-nav-item-icon img {
  height: 100%;
  display: block
}
.header__top-row-nav-item_accent {
  color: #ee516a
}
.header__top-row-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header__top-row-lang-item {
  opacity: .2
}
.header__top-row-lang-item_selected {
  opacity: 1
}
.header__top-row-lang-item:not(:last-child) {
  margin-right: 10px
}
.header__top-row-lang-item img {
  width: 20px
}
.header__main-row {
  max-width: 1170px;
  margin: 0 auto;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:1023px) {
  .header__main-row {
    padding: 0 15px
  }
  .header__cart-button {
    cursor: pointer;
    -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,opacity .3s,-webkit-box-shadow .3s;
    -o-transition: box-shadow .3s,opacity .3s
  }
  .header__cart-button:hover {
    opacity: .6
  }
  .header__cart-button:active {
    opacity: 1;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.12)
  }
}
.header__main-row-wrap {
  background: #fff;
  border-bottom: 1px solid #e9e9e9
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*padding: 0 0 0 30px;*/
  /*padding: 0 0 0 15px;*/
  padding: 0 0 0 10px;
  font-size: 12px !important;
  /*text-transform: uppercase;*/
}
/* Шапка для широких мониторов (больше 1366) */
@media (min-width:1366px) {
	.header__menu {
		text-transform: uppercase;
		padding: 0 0 0 50px;
	}
	.header__top-row {
		max-width: 1440px;
	}
	.header__main-row {
		max-width: 1440px;
	}
	.header__menu li:not(:last-child) {
		margin-right: 20px !important;
	}
	.header__top-row-nav {
		justify-content: space-between;
		margin-left: 140px;
	}
}
@media (min-width:1600px) {
	.header__menu li:not(:last-child) {
		margin-right: 30px !important;
	}
}
.header__menu li:not(:last-child) {
  /*margin-right: 20px*/
  /*margin-right: 14px;*/
  /*margin-right: 30px;*/
  margin-right: 14px;
}
.header__menu li a {
  text-decoration: none;
  font-size: 12px !important;
}
.header__menu-button {
  height: 60px;
  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;
  border-right: 1px solid #e9e9e9;
  padding: 0 24px;
  cursor: pointer
}
.header__menu-button span {
  width: 30px;
  height: 2px;
  background-color: #0060ad;
  position: relative
}
.header__menu-button span:after,
.header__menu-button span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0060ad
}
.header__menu-button span:before {
  top: -8px
}
.header__menu-button span:after {
  bottom: -8px
}
.header__menu-button_close span {
  background: 0 0
}
.header__menu-button_close span:after,
.header__menu-button_close span:before {
  top: 0
}
.header__menu-button_close span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header__menu-button_close span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header__logo {
  width: 123px;
  margin: 0 18px;
  display: block
}
@media (min-width:1366px) {
  .header__logo {
    width: 180px;
    margin: 0
  }
}
.header__cart {
  height: 100%;
  position: relative
}
.header__cart-button {
  height: calc(100% + 1px);
  padding: 0 28px;
  background: #f79e19;
  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;
  position: relative;
  text-decoration: none
}
.header__cart-icon {
  position: relative;
  left: -3px
}
.header__cart-label {
  display: none;
  color: #fff;
  font-size: 14px;
  margin-left: 10px
}
@media (min-width:768px) {
  .footer__bottom-items li {
    margin: 0 36px 20px 0;
    white-space: nowrap
  }
  .header__cart-label {
    display: inline-block
  }
}
.header__cart-count {
  position: absolute;
  top: 14px;
  left: 44px;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  background: #ff4848;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px
}
.header__cart-alert {
  position: absolute;
  top: 100%;
  right: 12px;
  background: #ffd600;
  padding: 8px 16px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 32px;
  margin-top: 12px;
  line-height: 1;
  display: none;
  z-index: 1
}
.page-root .header__cart-alert {
  display: block
}
.header__cart-alert img {
  vertical-align: middle;
  margin-right: 5px
}
.header__cart-alert:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffd600;
  position: absolute;
  right: 26px;
  top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header__drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 59px);
  overflow-x: hidden;
  overflow-y: auto;
  display: none
}
@media (min-width:1366px) {
  .header__drop-menu {
    display: none!important
  }
}
.button {
  background: #00a9ea;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  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;
  white-space: normal
}
@media (min-width:1023px) {
  .button {
    cursor: pointer;
    -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,opacity .3s,-webkit-box-shadow .3s;
    -o-transition: box-shadow .3s,opacity .3s
  }
  .button:hover {
    opacity: .6
  }
  .button:active {
    opacity: 1;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.12)
  }
}
@media (min-width:768px) {
  .button {
    line-height: 44px
  }
}
.button__icon {
  margin-left: 7px
}
.button_wide {
  display: block;
  width: 100%
}
.button_gray {
  background: #f6f6f6;
  color: #221f1f
}
.button_light {
  border: 1px solid #acbecb;
  line-height: 30px;
  height: 32px;
  color: #221f1f;
  background: 0 0;
  font-weight: 400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:768px) {
  .button_light {
    height: 44px;
    line-height: 42px
  }
}
.button_big {
  line-height: 44px;
  font-weight: 400
}
.button_pink {
  background: #ee516a
}
.button_multiline {
  line-height: 1.3;
  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: 11px!important;
  white-space: normal
}
.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: #f79e19;
  color: #fff;
  cursor: pointer
}
@media (min-width:1023px) {
  .counter__button {
    cursor: pointer;
    -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,opacity .3s,-webkit-box-shadow .3s;
    -o-transition: box-shadow .3s,opacity .3s
  }
  .counter__button:hover {
    opacity: .6
  }
  .counter__button:active {
    opacity: 1;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.12)
  }
}
.counter__button_disabled {
  background: #fff;
  color: #d7d8d9;
  pointer-events: none
}
.counter__value {
  width: 30px;
  font-size: 16px;
  text-align: center
}
.date-bar {
  padding: 0 60px;
  position: relative;
  overflow: visible;
  margin-bottom: 12px
}
@media (min-width:768px) {
  .date-bar {
    margin-bottom: 28px
  }
}
.date-bar__slider {
  overflow: hidden
}
.date-bar__day {
  background: #f6f6f6;
  border-radius: 8px;
  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;
  height: 56px;
  cursor: pointer
}
.date-bar__day_selected {
  background: #00a9ea;
  color: #fff
}
.date-bar__day-num {
  font-size: 28px;
  margin-right: 8px
}
.date-bar__day-detail {
  font-size: 12px;
  line-height: .8
}
.date-bar__day-week {
  display: block;
  color: rgba(41,48,54,.6);
  margin-bottom: 3px
}
.date-bar__day_selected .date-bar__day-week {
  color: #fff
}
.date-bar__day-month {
  display: block
}
.date-bar__next,
.date-bar__prev {
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  border-radius: 8px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent
}
@media (min-width:1023px) {
  .date-bar__next,
  .date-bar__prev {
    cursor: pointer;
    -webkit-transition: opacity .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,opacity .3s,-webkit-box-shadow .3s;
    -o-transition: box-shadow .3s,opacity .3s
  }
  .date-bar__next:hover,
  .date-bar__prev:hover {
    opacity: .6
  }
  .date-bar__next:active,
  .date-bar__prev:active {
    opacity: 1;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.12);
    box-shadow: 0 4px 16px rgba(0,0,0,.12)
  }
}
.date-bar__prev {
  left: 0;
  background: url(../../img/icons/prev.svg) center no-repeat
}
.date-bar__next {
  right: 0;
  background: url(../../img/icons/next.svg) center no-repeat
}
.date-bar .swiper-button-disabled {
  pointer-events: none;
  opacity: .3
}
.form {
  text-align: left
}
.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__field input::-webkit-input-placeholder {
  color: rgba(41,48,54,.6);
  opacity: 1
}
.form__field input::-moz-placeholder {
  color: rgba(41,48,54,.6);
  opacity: 1
}
.form__field input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(41,48,54,.6)
}
.form__field input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(41,48,54,.6)
}
.form__field input::placeholder {
  color: rgba(41,48,54,.6);
  opacity: 1
}
.form__note {
  font-size: 12px;
  margin-bottom: 16px;
  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
}
.form__note a {
  color: #00a9ea;
  text-decoration: none
}
.form label.error, 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-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
}
@media (min-width:1023px) {
  .form__note:not(.form__note_alert) {
    margin: 16px 0 0
  }
  .form__promocode-active {
    background-image: url(../img/arrow-button.png);
    font-size: 14px;
    width: 205px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.form__promocode-active svg {
  margin-right: 5px
}
.month-bar {
  margin: 0 -12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 0 12px 12px
}
@media (min-width:768px) {
  .month-bar {
    margin: 0 0 28px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 4px
  }
}
.month-bar__item {
  line-height: 36px;
  height: 38px;
  border-radius: 38px;
  padding: 0 20px;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer
}
@media (min-width:768px) {
  .month-bar__item {
    border: none;
    border-radius: 0;
    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
  }
}
.month-bar__item_selected {
  border-color: #00a9ea
}
.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: 20px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e9e9e9
}
.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: -33px;
  -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
}
.view-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.view-switch__item {
  display: block;
  cursor: pointer
}
.view-switch__item:not(:last-child) {
  margin-right: 16px
}
.view-switch__item img,
.view-switch__item svg {
  display: block
}
.view-switch__item_active svg path {
  fill: #00a9ea
}


@media (max-width:1023px) {
  .event-card {
    border: none;
  }
}






/*
.cancel__button {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  font-size: 20px;
  background: #dfdfdf;
  color: #fff;
  cursor: pointer;
  position: relative;
  top: 4px;
  padding-top: 1px;

}
*/

/* Отмена выбранных билетов на Шоу */
.cancel__button {
  display: inline-block;
  color: #00a9ea;
  border-bottom: 1px dashed #00a9ea;
  margin-left: 10px;
  cursor: pointer;
}

/* Тень под текстом на баннере */
.promo__kv-text{
	text-shadow: #000 2px 0 5px;
}

/* Заголовки в блоке с основным контентом */
.content-section h1{
	font-size: 26px;
	margin-bottom: 30px;
}

/* Кнопки переключения временных тарифов в Аквариуме */
.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;
}
.popup-options-bar-item.disabled{
	background-color: #f2f2f2;
}
@media (max-width:768px) {
	.popup-options-bar-item{
		font-size: 12px;
	}
}

/* Высокая загруженность */
.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;
}