:root {
  --header: #680a32;
  --white: white;
  --basket-position: #f7f7f7;
  --disabled: #c8ccd2;
  --highlighted: #ffec81;
  --black: black;
  --deep-pink: #ff2372;
  --bold-text-color: #041733;
  --hover: #df0a57;
  --shadow: #17233421;
  --dim-grey: #505d71;
  --medium-sea-green: #16a560;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.content.cart {
  padding-bottom: 0;
}

.header {
  z-index: 2;
  background-color: var(--header);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header.mobile_hidden {
  flex-flow: column;
  display: flex;
}

.header_wrapper {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
}

.header_wrapper.wrapper {
  justify-content: center;
  align-items: center;
}

.left_side {
  align-items: center;
  height: 100%;
  display: flex;
}

.right_side {
  height: 100%;
  display: flex;
}

.header_event_info {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  height: 69px;
  display: flex;
}

.header_event_info.header_checkout {
  margin-left: 10px;
}

.header_event_name {
  letter-spacing: .03em;
  margin-left: 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.header_info_bullet {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.header_info_bullet_image {
  margin-right: 10px;
}

.header_info_bullet_text {
  opacity: .7;
  letter-spacing: .03em;
  max-width: 80vw;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.logo {
  width: 69px;
  height: 69px;
}

.content_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: absolute;
}

.content_wrapper.wrapper {
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.basket {
  background-color: var(--white);
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 618px;
  padding: 25px 16px 23px 18px;
  display: flex;
  position: sticky;
  top: 34px;
}

.basket.shadow {
  width: 428px;
}

.bold {
  font-weight: 700;
  line-height: 26px;
}

.bold.narrow {
  letter-spacing: .02em;
  font-size: 20px;
  line-height: 24px;
}

.basket_title.bold {
  font-size: 21px;
}

.position {
  background-color: var(--basket-position);
  cursor: pointer;
  border-radius: 3px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 8px;
  padding: 14px 19px 12px 13px;
  display: flex;
  position: relative;
}

.position.single {
  background-image: url('../images/ticket_perf.svg');
  background-position: 72% 54%;
  background-repeat: no-repeat;
  background-size: auto 116%;
}

.position.multiple {
  margin-bottom: 14px;
  box-shadow: -3px 3px 0 2px #ebebeb;
}

.position.vip_position.vip_position_opened {
  border: 1px solid var(--disabled);
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  height: auto;
}

.position.opened {
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  height: auto;
  position: relative;
}

.position.highlighted {
  background-color: var(--highlighted);
  margin-top: 5px;
}

.position.sticky {
  z-index: 2;
  position: sticky;
  top: 0;
}

.basket_list {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 2px;
  display: flex;
}

.position_title {
  color: var(--black);
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.position_description {
  opacity: .8;
  color: var(--black);
  letter-spacing: .03em;
  line-height: 17px;
}

.position_description.link {
  color: var(--deep-pink);
  background-image: url('../images/arrow_down_icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 10px;
  font-weight: 500;
}

.position_description.link.hide_details {
  background-image: url('../images/arrow_up.svg');
  margin-top: 17px;
  margin-left: 31px;
  display: inline-block;
}

.position_info {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.position_info.centered {
  align-items: center;
}

.position_info.in_product {
  flex: 1;
  justify-content: space-around;
  height: auto;
}

.position_brief {
  color: var(--bold-text-color);
}

.position_price {
  letter-spacing: .03em;
  font-size: 16px;
}

.position_quantity {
  margin-left: 11px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.hidden {
  display: none;
}

.close_icon {
  cursor: pointer;
  background-color: #c8ccd2;
  background-image: url('../images/close_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 21px;
  width: 21px;
  height: 21px;
}

.close_icon.top_right_corner {
  position: absolute;
  top: -2px;
  right: 0;
}

.close_icon.in_modal {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.close_icon.clear_cart {
  margin-left: 11px;
}

.position_icon {
  margin-right: 13px;
}

.checkout {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.checkout_total_block {
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.checkout_total_title {
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.checkout_total_value {
  letter-spacing: .03em;
  font-size: 16px;
  font-weight: 500;
}

.checkout_subtotal_block {
  justify-content: space-between;
  padding-top: 8px;
  display: flex;
}

.checkout_subtotal_title {
  letter-spacing: .05em;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.checkout_subtotal_value {
  letter-spacing: .03em;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.checkout_sums {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.checkout_buttons {
  margin-top: 26px;
}

.checkout_button {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}

.checkout_button:hover {
  background-color: var(--hover);
}

.vertical {
  flex-direction: column;
  display: flex;
}

.content_wrapper_left_side {
  align-items: center;
  height: 100%;
  display: flex;
}

.content_wrapper_left_side.vertical {
  align-items: flex-start;
  padding-top: 41px;
  padding-bottom: 51px;
}

.content_wrapper_right_side {
  height: 100%;
  display: flex;
}

.content_wrapper_right_side.vertical {
  padding-top: 34px;
  position: sticky;
  top: 100px;
}

.heaer_wrapper_left_side {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heaer_wrapper_right_side {
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  background-color: var(--deep-pink);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 16px;
  display: flex;
}

.button:hover {
  background-color: var(--hover);
}

.button.disabled {
  background-color: var(--disabled);
}

.button.inverted {
  border: 2px solid var(--deep-pink);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .03em;
  font-weight: 700;
}

.button.inverted.narrow {
  width: auto;
}

.blur {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.blur.shown {
  opacity: 1;
  -webkit-backdrop-filter: brightness(60%) blur(5px);
  backdrop-filter: brightness(60%) blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.modal_window {
  background-color: var(--white);
  text-align: center;
  border-radius: 2px;
  width: 439px;
  height: 409px;
  margin: auto;
  padding: 53px 75px 51px;
  position: relative;
}

.dark_body {
  background-color: var(--bold-text-color);
  font-family: Montserrat, sans-serif;
}

.shown {
  display: block;
}

.mock_texts.vertical {
  font-family: Montserrat, sans-serif;
}

.centered {
  text-align: center;
}

.little_gray_description {
  opacity: .5;
  color: var(--black);
  font-size: 12px;
  line-height: 140%;
}

.content_wrapper_left_block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.content_wrapper_left_block.checkout_fields {
  display: flex;
}

.content_wrapper_left_block.product_fields {
  width: 100%;
}

.content_wrapper_left_block.product_fields.hidden {
  display: none;
}

.delivery_title.bold {
  margin-bottom: -1px;
}

.radio_list {
  padding-left: 0;
  list-style-type: none;
}

.radio_list.wide {
  width: 100%;
}

.radio_list_item {
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  border-radius: 3px;
  padding-top: 19px;
  padding-bottom: 21px;
}

.radio_list_item.horizontal {
  align-items: stretch;
}

.radio_list_item.horizontal.wide {
  justify-content: space-between;
  width: 100%;
}

.list_content {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.list_title {
  color: var(--bold-text-color);
  letter-spacing: .03em;
  font-weight: 600;
  line-height: 17px;
}

.list_description {
  opacity: .7;
  letter-spacing: .03em;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.show_more {
  opacity: .7;
  cursor: pointer;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.show_more_text {
  border-bottom: 1px dashed var(--bold-text-color);
  color: var(--bold-text-color);
  letter-spacing: .03em;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.arrow_down {
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: var(--bold-text-color) transparent transparent;
  border-radius: 3px;
  margin-top: -2px;
  margin-left: 8px;
}

.bottom_white_line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: -11px;
}

.radio_button_field {
  padding-left: 0;
  display: flex;
}

.radio_button {
  background-image: url('../images/radio_icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 0;
  border-radius: 0%;
  width: 18px;
  height: 18px;
  margin-left: 0;
}

.radio_button.w--redirected-checked {
  background-image: url('../images/radio_checked_icon.svg');
  background-size: cover;
  border: 0 #0000;
  border-radius: 0%;
  width: 18px;
  height: 18px;
}

.radio_button_label {
  display: none;
}

.left_block {
  margin-bottom: 25px;
}

.left_block.vat_additional {
  flex-direction: column;
  display: flex;
}

.left_block.wide {
  width: 100%;
}

.contacts_title.bold {
  margin-bottom: -1px;
}

.text_field {
  color: #00132f;
  background-color: #fafafb;
  border: 0 solid #000;
  border-bottom: 1px solid #e1e3e7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.text_field.successfull {
  background-color: #16a25f08;
  border-bottom-color: #16a25f;
}

.text_field.error {
  background-color: #ff234b08;
  border-bottom-color: #ff234b;
}

.text_field.narrow {
  width: 45%;
}

.checkbox {
  border: 1px solid #cfcfcf;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 16px;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/checked_icon.svg');
  border-width: 0;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 16px;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.basket_anchor {
  background-color: #bfbfbf;
  border: 0 #000;
  border-radius: 8px;
  width: 44px;
  height: 4px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.basket_anchor.basket_anchor_main, .shown_mobile {
  display: none;
}

.basket_contents.vertical {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.checkout_total_currency {
  letter-spacing: .03em;
  font-size: 16px;
  font-weight: 500;
}

.horizontal {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.checkout_subtotal_currency {
  letter-spacing: .03em;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.position_currency {
  letter-spacing: .03em;
  font-size: 16px;
}

.checkout_total_quantity {
  letter-spacing: .05em;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.page_content {
  width: 100%;
  height: 100%;
  padding-top: 99px;
}

.content_left.vertical, .content_right.vertical {
  width: 50%;
  height: 100%;
}

.header_event_title {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 69px;
  display: none;
}

.header_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.finish_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: absolute;
}

.finish_wrapper.wrapper {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: none;
  position: relative;
}

.h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.h4 {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 150%;
}

.image_cat {
  margin-top: auto;
  margin-bottom: auto;
}

.body-3 {
  border: 1px solid #00000080;
  font-family: Montserrat, sans-serif;
}

.finish_page {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: none;
}

.finish_page.failure_page, .finish_page._404_page, .finish_page.processing_page {
  display: none;
}

._2_text_fields {
  justify-content: space-between;
  display: flex;
}

._2_text_fields.hidden {
  display: none;
}

.wrapper_right_side {
  height: 100%;
  display: flex;
}

.wrapper_right_side.vertical {
  padding-top: 34px;
  position: sticky;
  top: 100px;
}

.wrapper_left_side {
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper_left_side.vertical {
  align-items: flex-start;
  padding-top: 41px;
  padding-bottom: 51px;
}

.triggers {
  display: none;
}

.product_small_image_holder {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  display: flex;
  box-shadow: 0 2px 8px -5px #000;
}

.position_header {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.quantity_selector {
  align-items: center;
  display: flex;
}

.quantity_arithmetic {
  border: 1px solid #00000080;
  border-radius: 34px;
  width: 34px;
  height: 34px;
}

.quantity_arithmetic.minus {
  padding-bottom: 2px;
}

.quantity_arithmetic_symbol {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 29px;
  display: flex;
}

.product_info_holder {
  flex: 1;
  margin-right: 52px;
  display: flex;
}

.product_quantity {
  margin-left: 13px;
  margin-right: 9px;
}

.product_quantity_number {
  font-size: 24px;
  font-weight: 500;
}

.discount_title.bold {
  margin-bottom: -1px;
}

.age_limit_circle {
  border: 2px solid var(--deep-pink);
  border-radius: 38px;
  width: 38px;
  height: 38px;
}

.age_limit_text {
  letter-spacing: .03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.flex_center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.age_limit_description {
  margin-left: 12px;
  margin-right: 84px;
}

.text_500_12 {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.text_pale {
  opacity: .7;
}

.text_white {
  color: var(--white);
}

.languages.vertical {
  justify-content: space-between;
  height: 71px;
}

.language_active {
  color: var(--header);
  text-transform: uppercase;
  background-image: url('../images/active_lang.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.language_code {
  margin-left: 6px;
  margin-right: 7px;
  padding-left: 3px;
  padding-right: 2px;
}

.language {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.hall_wrapper {
  height: 100vh;
  padding-top: 100px;
}

.hall_wrapper.horizontal {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.hall {
  width: 70%;
  height: 100%;
}

.hall.flex_center.vertical {
  width: 70%;
  padding-top: 100px;
  transition: min-width 1s, max-height 1s, min-height 1s, height 1s, width 1s, opacity .2s;
  position: relative;
}

.hall_places {
  width: 30%;
  min-width: 460px;
  height: 100%;
  position: relative;
}

.hall_places.shadow {
  padding: 12px 0 0;
}

.hall_places.shadow.vertical {
  background-color: var(--white);
  flex: none;
  width: 30%;
  height: 100vh;
  padding-top: 100px;
  transition: min-width 1s, max-height 1s, opacity .2s, min-height 1s, width 1s, height 1s, transform 1s;
}

.no_hall_image {
  padding: 25px;
}

.no_hall_description {
  color: var(--disabled);
  margin-top: 21px;
}

.text_600_21 {
  letter-spacing: .03em;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
}

.shadow {
  box-shadow: 0 4px 20px 3px var(--shadow);
}

.vip_promo_banner {
  background-color: var(--bold-text-color);
  color: var(--white);
  border-radius: 5px;
  width: 100%;
  height: 84px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.text_700_18 {
  letter-spacing: .03em;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.vip_promo_banner_text {
  margin-left: 14px;
}

.text_500_14 {
  letter-spacing: .03em;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.right_arrow.right_sided {
  position: absolute;
  inset: auto 10px auto auto;
}

.tabs_menu.horizontal {
  position: relative;
}

.hr {
  background-color: var(--basket-position);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 15px;
  position: relative;
}

.hr.margin_23 {
  margin-top: 5px;
  margin-bottom: 6px;
}

.tab {
  flex: 1;
}

.tab.tab_active {
  border-bottom: 2px solid var(--hover);
  font-weight: 700;
}

.tab_title {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: .03em;
  border-bottom: 2px solid #0000;
  padding-bottom: 8px;
  font-size: 16px;
}

.hall_places_list {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
  position: relative;
  overflow: auto;
}

.no_hall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.position_icon_right {
  margin-left: 6px;
}

.position_icon_right.opened {
  box-shadow: none;
  transform: rotate(90deg);
}

.hall_places_block {
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.hall_places_block.hall_places_list_main {
  display: flex;
}

.hall_place_selected_brief {
  align-items: center;
  display: flex;
}

.text_700_21 {
  letter-spacing: .03em;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
}

.icon_right_black {
  margin-right: 5px;
}

.hall_place_selected_price_info {
  height: 100%;
}

.hall_place_selected_price_info.vertical.space_around {
  flex: 0 auto;
  margin-right: 15px;
}

.hall_place_selected_quantity_limit {
  color: var(--black);
}

.text_400_10 {
  letter-spacing: .03em;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
}

.hall_place_selected_quantity_selector {
  flex-wrap: wrap;
  flex: 1;
  place-content: space-around flex-end;
}

.hall_place_selected_quantity_selector.horizontal {
  align-content: space-between;
}

.hall_place_selected_quantity_selector.horizontal.justify_start {
  padding-top: 5px;
}

.hall_place_selected_quantity_position {
  margin-top: 21px;
}

.hall_place_selected_quantity_position.horizontal.space_between {
  height: 37px;
  position: relative;
}

.space_between {
  justify-content: space-between;
  display: flex;
}

.space_around {
  justify-content: space-around;
  display: flex;
}

.flex {
  display: flex;
}

.circle_icon {
  border: 1px solid var(--disabled);
  text-align: center;
  border-radius: 34px;
  width: 34px;
  height: 34px;
}

.circle_icon.small_icon {
  width: 24px;
  height: 24px;
  font-size: 8px;
  line-height: 8px;
}

.circle_icon.arrow_icon {
  background-color: var(--white);
  transition: transform 1s;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.circle_icon.arrow_icon.arrow_down {
  display: none;
}

.minus_icon_text.circle_icon_text.small_text {
  font-size: 30px;
  line-height: 29px;
}

.minus_icon.circle_icon {
  cursor: pointer;
}

.minus_icon.circle_icon.small_icon {
  width: 34px;
  height: 34px;
}

.circle_icon_text {
  color: var(--black);
  letter-spacing: .03em;
  font-size: 30px;
  font-weight: 300;
  line-height: 29px;
}

.circle_icon_text.circle_icon_text_white {
  color: var(--black);
  font-size: 19px;
  font-weight: 600;
  line-height: 34px;
}

.circle_icon_text.small_text {
  font-size: 20px;
  line-height: 20px;
}

.plus_icon.circle_icon {
  cursor: pointer;
}

.plus_icon.circle_icon.small_icon {
  width: 34px;
  height: 34px;
}

.plus_icon_text.circle_icon_text.small_text {
  font-size: 30px;
  line-height: 31px;
}

.hall_place_selected_quantity_text.centered {
  margin-left: 9px;
  margin-right: 10px;
}

.text_500_24 {
  letter-spacing: .03em;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.hall_places_list_main.hall_places_block {
  height: auto;
  position: relative;
}

.hall_place_selected {
  display: none;
}

.hall_place_selected.hall_places_block {
  height: auto;
  padding-top: 5px;
  display: flex;
}

.bottom_basket {
  flex: none;
  height: 146px;
  padding: 12px 24px 22px;
  position: relative;
}

.bottom_basket.shadow {
  flex: 0 auto;
  height: auto;
  display: none;
  bottom: 0;
}

.hall_place_selected_places {
  margin-top: 21px;
}

.hall_place_selected_places.horizontal.space_between {
  position: relative;
}

.place_icon {
  margin-left: 4px;
  margin-right: 4px;
}

.place_icon.circle_icon {
  background-color: #8c9607;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.place_icon_text.circle_icon_text {
  color: var(--white);
}

.text_600_16 {
  letter-spacing: .03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.place_selected_icon {
  margin-left: 4px;
  margin-right: 4px;
}

.place_selected_icon.circle_icon {
  border-width: 2px;
  border-color: var(--medium-sea-green);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.alert_info {
  background-image: url('../images/Frame-538.png');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: contain;
  min-height: 40px;
  margin-top: 12px;
  padding: 9px 11px 11px 7px;
}

.alert_icon.circle_icon {
  background-color: #ff234b;
  border-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.alert_icon_text.circle_icon_text {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
}

.hall_place_selected_block {
  margin-left: 13px;
}

.vip_position_details {
  margin-top: 12px;
}

.text_600_14 {
  letter-spacing: .03em;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.hall_places_contents.vertical {
  flex: 1;
  display: block;
  overflow: auto;
}

.vip_position_details_position.horizontal {
  margin-top: 2px;
}

.vip_position_details_position_icon {
  margin-right: 19px;
}

.h2 {
  color: var(--bold-text-color);
  letter-spacing: .03em;
  padding-bottom: 21px;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.h2.narrow {
  letter-spacing: .02em;
  font-size: 20px;
  line-height: 24px;
}

.alert_info_description {
  margin-left: 15px;
}

.transparent_icon {
  background-color: #0000001a;
  border-radius: 36px;
  width: 36px;
  height: 36px;
}

.transparent_icon.back_icon {
  background-image: url('../images/back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 34px;
  margin-right: 10px;
}

.transparent_icon.menu_icon {
  background-image: url('../images/dots_vert.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 34px;
  height: 34px;
  display: none;
}

.transparent_icon.lang_icon {
  background-image: url('../images/back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 34px;
  transition: transform 1s;
  transform: rotate(-90deg);
}

.transparent_icon.lang_icon.opened {
  transform: rotate(90deg);
}

.header_info_bullets.vertical.space_between {
  width: 100%;
  height: 35px;
}

.hall_controls.hall_controls_upper {
  margin-top: 29px;
  margin-left: 25px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% auto;
}

.hall_controls.hall_controls_upper.horizontal.space_between.align_start {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  align-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  display: grid;
  inset: 100px 0% 0%;
}

.hall_controls.hall_controls_bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.hall_controls.hall_controls_bottom.horizontal.space_between {
  background-color: var(--white);
  padding: 25px;
  display: block;
  box-shadow: 0 -1px 5px #0003;
}

.info_icon {
  background-color: var(--bold-text-color);
  width: 23px;
  height: 23px;
}

.info_icon.circle_icon {
  transition: background-color .2s;
}

.info_icon.circle_icon.active {
  background-color: var(--white);
  width: 34px;
  height: 34px;
  transition: background-color .2s;
}

.hall_place_icon {
  width: 19px;
  height: 19px;
}

.hall_place_icon.circle_icon {
  background-color: var(--disabled);
}

.hall_place_icon_text {
  color: var(--white);
  font-size: 19px;
  font-weight: 900;
  line-height: 19px;
}

.hall_place_icon_text.circle_icon_text {
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}

.back_icon {
  width: 34px;
  height: 34px;
}

.back_icon.circle_icon {
  cursor: pointer;
  background-image: url('../images/Group-479.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hall_legend.horizontal.opened {
  border-radius: 17px;
  padding: 5px 6px 21px;
  box-shadow: 0 2px 5px #0003;
}

.legend_icon {
  background-color: var(--disabled);
  width: 24px;
  height: 24px;
  margin-left: -9px;
}

.legend_icon.circle_icon.legend_icon_blue {
  background-color: #4794e7;
}

.legend_icon.circle_icon.legend_icon_red {
  background-color: #ff2372;
}

.legend_icon.circle_icon.legend_icon_white {
  background-color: var(--white);
}

.legend_icon_text {
  font-size: 13px;
  line-height: 22px;
}

.hall_legend_range {
  margin-left: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.hall_legend_icons.horizontal {
  padding-left: 9px;
}

.hall_zoom_controls {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.hall_zoom_controls.horizontal.space_between {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-radius: 17px;
  justify-content: space-between;
  place-items: stretch center;
  padding: 6px 5px;
  box-shadow: 0 2px 5px #0003;
}

.hall_legend_arrow {
  margin-left: 4px;
}

.hall_legend_holder {
  background-color: var(--white);
  border-radius: 17px;
  flex: 0 auto;
  padding: 6px 5px;
  box-shadow: 0 2px 5px #0003;
}

.hall_legend_holder.opened {
  background-color: var(--white);
  flex: 0 auto;
}

.upside_down {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.opened {
  border-radius: 17px;
  box-shadow: 0 2px 5px #0003;
}

.price_list {
  padding-left: 0;
  list-style-type: none;
}

.price_list.vertical {
  max-height: 200px;
  overflow: auto;
}

.price_color.el1 {
  margin-left: 9px;
}

.price_color.el1.horizontal {
  opacity: .45;
  margin-top: 6px;
  margin-bottom: 6px;
}

.price_color.el1.horizontal.active {
  opacity: 1;
}

.price_color_hex {
  width: 16px;
  height: 16px;
}

.regular {
  font-weight: 400;
}

.align_start {
  align-items: flex-start;
  display: flex;
}

.show_hide_ribbon.text_500_14 {
  display: none;
}

.hall_info_icon_text.text_500_14 {
  margin-left: 8px;
}

.text_700_16 {
  letter-spacing: .03em;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.cart_icon.circle_icon {
  cursor: pointer;
  background-image: url('../images/cart-38.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 34px;
  height: 34px;
}

.cart_icon.circle_icon.contained {
  background-color: var(--deep-pink);
  background-image: url('../images/cart_white.svg');
}

.home_icon.circle_icon {
  cursor: pointer;
  background-image: url('../images/Home.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 34px;
  height: 34px;
}

.hall_event_info {
  width: 100%;
  height: auto;
}

.hall_event_info.horizontal {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.hall_event_info_image {
  object-fit: contain;
  width: 140px;
  height: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 12px;
}

.hall_event_info_image.horizontal {
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
}

.hall_event_info_name {
  width: 100%;
  max-height: 37px;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
}

.hall_event_info_detail {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.hall_event_info_date {
  margin-top: 5px;
}

.hall_event_info_place {
  font-size: 18px;
  font-weight: 600;
}

.justify_start {
  justify-content: flex-start;
  display: flex;
}

.position_infos.horizontal {
  justify-content: space-between;
  width: 100%;
}

.position_opened {
  width: 100%;
}

.header_anchor {
  display: none;
}

.position_defis {
  letter-spacing: .03em;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.position_promo {
  background-color: var(--basket-position);
  background-image: linear-gradient(to top, var(--basket-position), white);
  border: 2px solid #d69200;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 7px;
  position: relative;
}

.position_promo_text.text_700_16 {
  background-image: linear-gradient(to top, var(--basket-position), white);
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  position: relative;
}

.circle_icon-copy {
  border: 1px solid var(--disabled);
  text-align: center;
  border-radius: 34px;
  width: 34px;
  height: 34px;
}

.info_controls {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.info_controls.horizontal.space_between {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-radius: 17px;
  justify-items: center;
  padding: 6px 5px;
  box-shadow: 0 2px 5px #0003;
}

.hall_places_content {
  width: 30%;
  min-width: 460px;
  height: 100%;
  position: relative;
}

.hall_places_content.shadow {
  padding: 12px 0 0;
}

.hall_places_content.shadow.vertical {
  background-color: var(--white);
  width: 50%;
  padding-top: 0;
}

.hall_places_content.vertical {
  flex: 1;
  width: auto;
  min-width: auto;
  height: auto;
  overflow: hidden;
}

.height_controls {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.height_controls.horizontal.space_between {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-radius: 17px;
  justify-items: center;
  padding: 6px 5px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.anchor_arrow {
  margin-left: 6px;
}

.anchor_arrow.opened {
  box-shadow: none;
  transform: rotate(90deg);
}

.anchor_arrow_button {
  position: absolute;
  inset: 48% auto 0% -50px;
}

.anchor_arrow_button_show_places {
  z-index: 11;
  display: none;
  position: relative;
}

.afisha_image {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  transition: height 1s, top 1s;
  display: flex;
  position: fixed;
  top: -100%;
}

.afisha_img {
  height: 0;
  transition: height 1s;
  display: block;
}

.current_lang {
  justify-content: space-between;
  align-items: center;
  width: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.current_lang.opened {
  box-shadow: none;
  border-radius: 0;
}

.lang_list {
  z-index: 10;
  text-align: center;
  background-color: #00000061;
  border-radius: 20px;
  flex-flow: column;
  transition: height 1s;
  display: none;
  position: absolute;
  inset: 38px 0% auto;
}

.lang_list.shown {
  display: block;
}

.lang_variant {
  padding-top: 8px;
  padding-bottom: 7px;
}

.alt_lang_text {
  text-decoration: none;
}

.lang_variant_link {
  color: var(--white);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .content {
    padding-top: 101px;
    padding-bottom: 165px;
  }

  .content.cart {
    height: 100vh;
    min-height: auto;
  }

  .header {
    height: 28px;
    display: flex;
  }

  .header.mobile_hidden {
    z-index: 13;
    height: 40px;
    margin-top: 0;
    position: relative;
  }

  .header_wrapper.wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header_event_info {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .header_event_info.header_checkout {
    display: none;
  }

  .header_event_name {
    line-height: 16px;
    overflow: hidden;
  }

  .header_info_bullet.header_date {
    margin-left: 0;
  }

  .header_info_bullet.header_place {
    margin-left: 20px;
  }

  .logo {
    display: none;
  }

  .content_wrapper.wrapper {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .basket {
    height: auto;
  }

  .basket.shadow {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 8px;
  }

  .basket_title.bold {
    height: 0;
    display: none;
  }

  .position {
    width: 100%;
    height: 50px;
  }

  .basket_list {
    height: 0;
    display: none;
  }

  .checkout {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .checkout_total_block {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .checkout_subtotal_block {
    width: 100%;
  }

  .checkout_sums {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .checkout_buttons {
    width: 30%;
    margin-top: 0;
    margin-left: 10px;
  }

  .checkout_button.button.disabled {
    height: 46px;
  }

  .content_wrapper_left_side.vertical {
    align-items: center;
    padding: 41px 15px 0 16px;
    position: relative;
    overflow: visible;
  }

  .content_wrapper_right_side.vertical {
    height: auto;
    padding-top: 0;
    top: auto;
    bottom: 0;
  }

  .heaer_wrapper_left_side {
    width: 100%;
  }

  .checkbox, .checkbox.w--redirected-checked {
    width: 24px;
    height: 24px;
  }

  .basket_anchor {
    position: absolute;
  }

  .basket_anchor.basket_anchor_main {
    margin-top: 2px;
    display: block;
  }

  .basket_anchor.basket_anchor_total {
    display: none;
  }

  .shown_mobile {
    display: block;
  }

  .basket_contents {
    width: 100%;
  }

  .basket_contents.vertical {
    height: auto;
    display: flex;
  }

  .header_event_title.header_checkout {
    height: auto;
    display: block;
  }

  .finish_wrapper.wrapper {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    height: 100%;
    margin-bottom: -165px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .finish_page {
    flex-direction: column-reverse;
  }

  .finish_page.processing_page {
    display: none;
  }

  .wrapper_right_side.vertical {
    height: auto;
    padding-top: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .wrapper_left_side.vertical {
    align-items: center;
    height: auto;
    padding: 41px 15px 0 16px;
    position: relative;
    overflow: visible;
  }

  .age_limit_description {
    margin-right: 12px;
  }

  .age_limit_description_text.text_500_12.text_pale {
    overflow: hidden;
  }

  .languages.horizontal {
    justify-content: center;
  }

  .hall_wrapper.horizontal {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding-top: 0;
    overflow: hidden;
  }

  .hall.flex_center.vertical {
    width: 100%;
    height: 100%;
    min-height: 80svh;
    max-height: 100%;
    padding-top: 0;
  }

  .hall.flex_center.vertical.narrow {
    max-height: 20%;
  }

  .hall.flex_center.vertical.tall {
    max-height: 100%;
  }

  .hall_places.shadow.vertical {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: 20svh;
    min-height: 10svh;
    max-height: 50svh;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .hall_places.shadow.vertical.hidden {
    display: none;
  }

  .no_hall_image {
    height: 100%;
    max-height: 30vh;
  }

  .vip_promo_banner.horizontal {
    min-height: 84px;
  }

  .hall_places_list.space_between {
    overflow: visible;
  }

  .no_hall {
    padding-top: 0;
  }

  .position_icon_right {
    transition: transform 1s;
  }

  .position_icon_right.opened {
    margin-left: 0;
  }

  .circle_icon {
    cursor: pointer;
  }

  .circle_icon.arrow_icon {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: block;
    transform: rotate(-90deg);
  }

  .circle_icon.arrow_icon.arrow_down {
    z-index: 5;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: relative;
    transform: rotate(90deg);
  }

  .circle_icon.arrow_icon.top_arrow_icon {
    background-color: var(--white);
    border-radius: 24px;
    width: 34px;
    height: 34px;
    display: flex;
    transform: rotate(90deg);
  }

  .minus_icon_text.circle_icon_text {
    font-size: 27px;
    line-height: 19px;
  }

  .minus_icon_text.circle_icon_text.small_text {
    font-size: 30px;
    line-height: 29px;
  }

  .minus_icon.circle_icon {
    width: 24px;
    height: 24px;
  }

  .minus_icon.circle_icon.small_icon {
    width: 34px;
    height: 34px;
  }

  .circle_icon_text {
    margin-top: 1px;
  }

  .circle_icon_text.circle_icon_text_white {
    font-size: 15px;
    line-height: 21px;
  }

  .circle_icon_text.top_icon_arrow_text {
    color: var(--black);
    font-size: 30px;
    line-height: 24px;
  }

  .plus_icon.circle_icon {
    width: 24px;
    height: 24px;
  }

  .plus_icon.circle_icon.small_icon {
    width: 34px;
    height: 34px;
  }

  .plus_icon_text.circle_icon_text {
    font-size: 27px;
    line-height: 20px;
  }

  .plus_icon_text.circle_icon_text.small_text {
    font-size: 30px;
    line-height: 29px;
  }

  .hall_places_list_main.hall_places_block {
    flex: 1;
  }

  .hall_place_selected.hall_places_block {
    height: auto;
  }

  .bottom_basket.shadow {
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .transparent_icon.back_icon {
    background-size: auto 70%;
    flex: none;
    width: 20px;
    height: 15px;
    margin-right: 5px;
  }

  .transparent_icon.menu_icon {
    flex: none;
    display: block;
  }

  .transparent_icon.lang_icon {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }

  .header_info_bullets.vertical.space_between {
    flex-direction: row;
    width: auto;
    height: auto;
    margin-right: 15px;
  }

  .hall_controls.hall_controls_upper.horizontal.space_between.align_start {
    justify-content: space-between;
    justify-items: baseline;
    height: 100%;
    padding: 22px 16px;
    top: 0;
  }

  .hall_controls.hall_controls_bottom.horizontal.space_between {
    padding: 5px 16px;
  }

  .info_icon.circle_icon.active {
    width: 24px;
    height: 24px;
  }

  .back_icon.circle_icon {
    background-size: 62%;
    width: 24px;
    height: 24px;
  }

  .hall_zoom_controls.horizontal.space_between {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    width: auto;
    display: flex;
  }

  .hall_legend_detailed {
    display: none;
  }

  .show_hide_ribbon.text_500_14, .hall_info_icon_text.text_500_14 {
    display: block;
  }

  .hall_blur {
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hall_blur.hidden {
    display: none;
  }

  .back_to_hall.text_700_18.text_pale {
    text-align: center;
  }

  .text_700_16 {
    font-size: 16px;
  }

  .cart_icon.circle_icon.contained {
    background-color: var(--deep-pink);
    width: 24px;
    height: 24px;
  }

  .home_icon.circle_icon {
    background-size: 14px;
    width: 24px;
    height: 24px;
  }

  .hall_event_info.horizontal {
    display: none;
  }

  .header_opened {
    z-index: 2;
    background-color: var(--header);
    flex-direction: column;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 100px 0% auto;
  }

  .header_opened.hidden {
    display: none;
    top: 70px;
  }

  .position_opened {
    transition: height 1s;
  }

  .header_anchor {
    background-color: var(--header);
    border-radius: 20px;
    width: 70px;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    box-shadow: inset 0 2px 5px 0 var(--header), -2px 0 32px 11px var(--header);
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: rotate(90deg);
  }

  .position_promo {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .position_promo_text.text_700_16 {
    padding-top: 4px;
    padding-bottom: 0;
  }

  .circle_icon-copy {
    cursor: pointer;
  }

  .info_controls.horizontal.space_between {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: end;
    justify-items: end;
    width: auto;
    display: grid;
  }

  .hall_places_content.shadow.vertical {
    flex: 1;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 146px;
    padding-top: 24px;
    position: relative;
  }

  .hall_places_content.shadow.vertical.hidden {
    display: none;
  }

  .hall_places_content.vertical {
    display: flex;
  }

  .height_controls.horizontal.space_between {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: end;
    justify-items: end;
    width: auto;
    display: none;
  }

  .anchor_arrow {
    transform: rotate(-90deg);
  }

  .anchor_arrow.opened {
    margin-left: 0;
  }

  .anchor_arrow.anchor_arrow_up {
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .anchor_arrow.anchor_arrow_down {
    transform: rotate(90deg);
  }

  .anchor_arrow_button {
    z-index: 2;
    justify-content: center;
    align-items: center;
    transition: top 1s;
    display: flex;
    position: absolute;
    inset: -17px 0% auto;
  }

  .anchor_arrow_button_show_places {
    z-index: 12;
    justify-content: center;
    align-items: center;
    transition: top 1s;
    display: flex;
    position: absolute;
    inset: 45px 0% auto;
  }

  .afisha_image {
    z-index: 11;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    position: fixed;
  }

  .afisha_img {
    object-fit: contain;
  }

  .current_lang {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 60px;
  }

  .header.mobile_hidden {
    margin-top: 0;
  }

  .header_wrapper {
    width: 1265px;
    min-width: 100%;
  }

  .header_wrapper.wrapper {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header_event_info {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header_event_info.header_checkout {
    display: none;
  }

  .header_event_name {
    max-height: 16px;
  }

  .header_info_bullet.header_date {
    margin-right: 0;
  }

  .logo {
    height: 60px;
    margin-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: none;
  }

  .logo.header_checkout {
    width: auto;
    max-width: none;
    height: 80%;
  }

  .position {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .position_title {
    font-size: 16px;
    line-height: 18px;
  }

  .checkout {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .checkout_total_block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .checkout_sums {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-right: 10px;
  }

  .checkout_buttons {
    width: 40%;
    margin-top: 0;
  }

  .content_wrapper_left_side.vertical {
    padding-top: 25px;
  }

  .heaer_wrapper_left_side {
    width: 100%;
  }

  .heaer_wrapper_right_side {
    display: none;
  }

  .radio_list_item {
    padding-top: 8px;
    padding-bottom: 7px;
  }

  .left_block {
    margin-bottom: 25px;
  }

  .basket_anchor.basket_anchor_main {
    margin-top: 2px;
  }

  .basket_anchor.basket_anchor_total, .header_event_title {
    display: none;
  }

  .header_event_title.header_checkout {
    height: auto;
    display: flex;
  }

  .wrapper_left_side.vertical {
    padding-top: 25px;
  }

  .languages.horizontal {
    display: none;
  }

  .hall_wrapper.horizontal, .hall_places.shadow.vertical {
    padding-top: 0;
  }

  .circle_icon {
    background-color: var(--white);
  }

  .circle_icon.small_icon {
    width: 24px;
    height: 24px;
  }

  .minus_icon_text.circle_icon_text.small_text {
    font-size: 21px;
    line-height: 21px;
  }

  .minus_icon.circle_icon.small_icon {
    width: 24px;
    height: 24px;
  }

  .circle_icon_text.small_text {
    font-size: 20px;
    line-height: 20px;
  }

  .plus_icon.circle_icon.small_icon {
    width: 24px;
    height: 24px;
  }

  .plus_icon_text.circle_icon_text.small_text {
    font-size: 21px;
    line-height: 21px;
  }

  .bottom_basket.shadow {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .transparent_icon {
    background-color: #0000001a;
    border-radius: 36px;
    width: 36px;
    height: 36px;
  }

  .transparent_icon.back_icon {
    background-size: auto 70%;
    width: 15px;
    height: 15px;
    display: block;
  }

  .header_info_bullets.vertical.space_between {
    flex-direction: row;
    flex: none;
    width: auto;
    height: auto;
    margin-right: 15px;
  }

  .info_icon.circle_icon {
    background-color: var(--black);
  }

  .back_icon.circle_icon {
    background-size: 13px;
    width: 24px;
    height: 24px;
  }

  .legend_icon.circle_icon {
    background-color: var(--disabled);
  }

  .position_place {
    font-size: 13px;
  }

  .tickets_limit {
    font-size: 13px;
    line-height: 17px;
  }

  .hall_info_icon_text.text_500_14 {
    font-size: 12px;
  }

  .cart_icon.circle_icon.contained {
    background-color: var(--deep-pink);
    width: 24px;
    height: 24px;
  }

  .home_icon.circle_icon {
    background-size: 13px;
    width: 24px;
    height: 24px;
  }

  .header_opened {
    top: 60px;
  }

  .header_opened.hidden {
    display: none;
    top: 37px;
  }

  .header_anchor {
    margin-top: -1px;
  }

  .image {
    box-shadow: 0 0 32px 11px var(--header);
  }

  .position_promo_text.text_700_16 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .circle_icon-copy {
    background-color: var(--white);
  }

  .position_span, .text-span-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .hall_places_content.shadow.vertical {
    padding-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .header.mobile_hidden {
    z-index: 13;
    height: 50px;
    margin-top: 0;
    position: relative;
  }

  .header_wrapper.wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header_event_info {
    flex-direction: column;
    width: 95%;
    max-width: 78%;
  }

  .header_event_name {
    margin-left: 4px;
    font-size: 14px;
    overflow: hidden;
  }

  .header_info_bullet.header_date {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 75px;
    max-height: 32px;
    margin-left: 0;
    overflow: auto;
  }

  .header_info_bullet.header_place {
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 32px;
    margin-left: 0;
    overflow: auto;
  }

  .header_info_bullet_image {
    margin-top: 4px;
  }

  .header_info_bullet_text {
    line-height: 16px;
  }

  .content_wrapper.wrapper {
    flex: 1;
  }

  .position.opened {
    padding-right: 13px;
  }

  .checkout_total_title {
    font-size: 16px;
    line-height: 16px;
  }

  .checkout_sums {
    width: 60%;
    margin-right: 10px;
  }

  .checkout_buttons {
    padding-left: 0;
    padding-right: 0;
  }

  .heaer_wrapper_left_side {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .modal_window {
    max-width: 90%;
  }

  .basket_anchor.shown_mobile {
    margin-top: 4px;
  }

  .checkout_total_quantity {
    font-size: 16px;
    line-height: 16px;
  }

  .finish_page.processing_page {
    display: none;
  }

  .hall_place_selected_quantity_selector.horizontal {
    margin-top: 0;
  }

  .hall_place_selected_quantity_position.horizontal.space_between {
    margin-top: 10px;
  }

  .circle_icon.arrow_icon.top_arrow_icon {
    border-width: 0;
  }

  .bottom_basket.shadow {
    height: auto;
    padding-left: 10px;
  }

  .hall_place_selected_places.horizontal.space_between {
    flex-direction: column;
    align-items: flex-start;
  }

  .header_info_bullets.vertical.space_between {
    flex-flow: column;
    width: 100%;
    margin-right: 0;
    padding-left: 3px;
    padding-right: 0;
  }

  .hall_legend_range {
    display: none;
  }

  .hall_zoom_controls.horizontal.space_between {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .header_anchor {
    margin-top: -4px;
  }

  .info_controls.horizontal.space_between, .height_controls.horizontal.space_between {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .anchor_arrow_button_show_places {
    z-index: 12;
    top: 61px;
  }

  .afisha_image {
    z-index: 11;
    position: fixed;
    top: -100%;
  }
}

@media screen and (max-width: 991px) {
  #afisha_image.w-node-_541605d7-e8ee-55cd-40d4-f0f1fb6becb1-96aef60a, #afisha_img.w-node-_249211bc-58e5-71c6-1096-4354cc747754-96aef60a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #priceHolder.w-node-ee42232a-0678-e844-2dca-12026f4c269f-96aef60a {
    place-self: start;
  }

  #w-node-_0462cd73-69d7-f707-5a32-d182f527090d-96aef60a {
    place-self: end start;
  }
}


