

/* Start:/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/style.css?175328534959197*/
.test_mode{
  background: rgba(36,137,255,0.15);
}
body .map #map svg g:not(.active).select rect,
body .map #map svg g:not(.active).select polygon,
body .map #map svg g:not(.active).select path {
  fill: transparent !important;
}

/*
body #map svg g.select text {
  fill: #FF912C !important;
}*/

#mapa {
  height: 100% !important;
  background: #fff;
}
body #buy-ticket-popup-group:before {
  display: none;
}

.fancybox-container {
  z-index: 1000 !important;
}
.fancybox{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#map svg {
  pointer-events: auto !important;
}

#map svg .active {
  transition: opacity 0.5s ease-out;
}

/*#map svg:not([data-version="2"]) polygon,*/
/*#mapa #crocus polygon,*/
/*#map svg:not([data-version="2"]) path,*/
/*#mapa #crocus path,*/
/*#map svg:not([data-version="2"]) rect,*/
/*#mapa #crocus rect {*/
/*  stroke: #000 !important;*/
/*  opacity: 0.1;*/
/*}*/

/*#map svg:not([data-version="2"]) g rect,*/
/*#map svg:not([data-version="2"]) g path {*/
/*  stroke-width: 1px;*/
/*}*/

#map svg g.active rect,
#map svg g.active path {
  stroke: #ff912c;
  stroke-width: 0;
  fill: #ff912c;
}

#map svg g.select rect,
#map svg g.select polygon,
#map svg g.select path {
  stroke: #ff912c;
  stroke-width: 1;
  fill: #fff !important;
}

.map #map svg g[data-id] {
  cursor: pointer;
}

.map #map svg g.active rect,
.map #map svg g.active polygon,
.map #map svg g.active path {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: stroke 0.5s ease-out, fill 0.5s ease-out;
}

#map svg g.active tspan,
#map svg g.active text {
  stroke: none;
  opacity: 1;
}


.map .st2 {
  fill: #222;
  stroke-width: 0.5;
}

.map_place {
  fill: #5fafff;
  opacity: 1 !important;
}

.map_place.is_ours {
  fill: #80b55c;
}

.map_place.is_st {
  fill: #791c89;
}

.sector_popup {
  position: relative;
  width: 100%;
  height: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  opacity: 0;
  z-index: 992;
  /*position: fixed;*/
  left: 0;
  top: 0;
  transition: opacity, height 0.5s ease-out;
}

.leaflet-control-attribution {
  display: none;
}
.sector_popup__header{
  position: relative;
  width: 100%;
}
.sector_popup__name {
  font-size: 24px;
  pointer-events: none;
  text-align: center;
  padding: 40px 0 30px;
}

.sector_popup.active {
  pointer-events: auto;
  height: calc(100vh);
  opacity: 1;
  flex-direction: column;
}

/* .map .sector_popup path {
  opacity: 0.3;
}*/

.map .sector_popup #crocus circle.active,
.map .sector_popup path.active {
  fill: #5fafff !important;
  stroke: #5fafff !important;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.5s ease-out;
}

.map .sector_popup #crocus circle.active.our,
.map .sector_popup path.active.our {
  fill: #64b32b !important;
  stroke: #64b32b !important;
}

.map .sector_popup path.active[data-ot="true"]:hover,
.map .sector_popup path.active:hover {
  fill: #2c5e90 !important;
  stroke: #2c5e90 !important;
}

.map .sector_popup path.active.selected[data-ot="true"],
.map .sector_popup path.active.selected {
  fill: #2c5e90 !important;
  stroke: #2c5e90 !important;
}

.map .sector_popup #crocus path.active[data-ot="true"],
.map .sector_popup #crocus circle.active[data-ot="true"] {
  fill: #a5d04a !important;
  stroke: #a5d04a !important;
}

.map .sector_popup #crocus path.active[data-st="true"],
.map .sector_popup #crocus circle.active[data-st="true"] {
  stroke: #791c89 !important;
}

.map .sector_popup #crocus path.active[data-st="true"],
.map .sector_popup #crocus circle.active[data-st="true"] {
  fill: #791c89 !important;
  stroke: #791c89 !important;
}

body .map .sector_popup #crocus circle.active.selected {
  fill: #fff !important;
  r: 6px;
}

@media (min-width: 768px) {
  body .map .sector_popup #crocus circle.active:hover {
    fill: #fff !important;
    r: 6px;
  }

}

/* стили и логика появления подсказки о временной зоне  */
.speech-bubble {
  position: absolute;
  padding: 5px 10px 5px 10px;
  background: #ffffff;
  line-height: 14px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
  color: #797E84;
  box-shadow: 0 0 10px #ccc;
  top: -30px;
  left: -17px;
  min-width: 125px;
  display:none;
  white-space: nowrap;
}

.speech-bubble:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 125%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ffffff;
  transform: translate(-50%, -50%);
}

.speech-bubble_two {
  position: absolute;
  padding: 5px 10px 5px 10px;
  background: #ffffff;
  line-height: 14px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
  color: #797E84;
  box-shadow: 0 0 10px #ccc;
  top: -60px;
  left: -85px;
  min-width: 190px;
  display:none;
}

.speech-bubble_two:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 115%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ffffff;
  transform: translate(-50%, -50%);
}

.time-title .speech-bubble {
  position: absolute;
  padding: 5px 10px 5px 10px;
  background: #ffffff;
  line-height: 14px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
  color: #797E84;
  box-shadow: 0 0 10px #ccc;
  top: -30px;
  left: 57px;
  min-width: 125px;
  white-space: nowrap;
  display:none;
}

.time-timezone_wrapper svg{
  width: 16px;
  height: 16px;
}

.time-timezone_wrapper:hover{
  cursor: pointer;
}

.i-orange,
.i-blue {
  --color-i: #bec5cc;
}

@media (hover: hover){
  .time-timezone_wrapper:hover .speech-bubble_two,
  .time-timezone_wrapper:hover .speech-bubble{
    display: block;
    animation: fadeInTimeZone 0.30s ease-in-out;
  }

  .time-timezone_wrapper:hover .i-blue,
  .time-timezone_wrapper:hover .i-orange{
    --color-i: var(--base-color);
  }
}

@media (hover: none){
  .time-timezone_wrapper:focus .speech-bubble_two,
  .time-timezone_wrapper:focus .speech-bubble{
    display: block;
    animation: fadeInTimeZone 0.30s ease-in-out;
  }

  .time-timezone_wrapper:focus .i-blue,
  .time-timezone_wrapper:focus .i-orange{
    --color-i: var(--base-color);
  }
}

@keyframes fadeInTimeZone {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.time-timezone_wrapper{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  
}
/* стили и логика появления подсказки о временной зоне  */

.img2>.row>div {
  margin-bottom: 30px;
}

.seo_text article {
  font-size: 16px;
  overflow: hidden;
}

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

/*.map #map svg:not([data-version="2"]) g tspan,*/
/*.map #map svg:not([data-version="2"]) g text {*/
/*  stroke: #000 !important;*/
/*  stroke-width: 0.5px;*/
/*  fill: #000;*/
/*  font-weight: normal;*/
/*}*/

.filter__teams .hide_ {
  display: none;
}

.filter__teams .show_ {
  display: inline;
}

.filter__teams.filtered .hide_ {
  display: inline;
}

.filter__teams.filtered .show_ {
  display: none;
}

.match_loader {
  width: 100%;
  height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  opacity: 0;
  z-index: 1001;
  position: fixed;
  left: 0;
  top: 70px;
  transition: opacity 0.5s ease-out;
}

.match_loader.active {
  pointer-events: auto;
  opacity: 1;
}

.match_loader__img {
  width: 200px;
  height: 200px;
  background: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/../img/match_loader__load.gif) center no-repeat;
  background-size: cover;
}

.match_loader__text {
  font-size: 36px;
  font-weight: 500;
}

.close_button {
  width: 25px;
  height: 25px;
  background: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/../img/sector_popup__close.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: opacity 0.5s ease-out;
}

.close_button:hover {
  opacity: 0.5;
}

.map_place.is_ours {
  fill: #5fafff;
}

.corporate__textarea {
  text-align: center;
  margin: 20px 0;
}

.modal__callback {
  height: auto;
}

.map .sector_popup path.active[data-ot="true"] {
  fill: #d91621 !important;
  stroke: #d91621 !important;
}

/*
#mapa #crocus .active[data-ot="true"] {
  fill: #80b55c !important;
  stroke: #80b55c !important;
}

@media (max-width: 1024px) {
  #mapa #crocus .active[data-ot="true"]:hover {
    fill: #80b55c !important;
  }
} */

.map_place.is_ours {
  fill: #80b55c;
}

svg>g {
  transition: all 600ms ease;
}

.map__condition-scheme svg {
  width: 100%;
  height: 600px;
}

.map__condition {
  display: none;
}

.map__condition.active {
  display: flex;
  flex-direction: column;
}

.map__condition-list {
  justify-content: space-between;
  margin-bottom: 20px;
}
.active.map__condition.map__condition-tickets {
  height: 70vh;
}

.btn.btn-shadow{
  padding: 10px 16px;
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 200px;

}
.btn.btn-shadow > span{
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn.btn-shadow:hover, .btn.btn-shadow:active{
  background: #FFF !important;
  border-color: transparent !important;
}

.map__condition-tickets .sectors{
  overflow-y: auto;
  max-height: 100%;
}
.sectors__row {
  margin: 0 27px;
  border-bottom: 1px solid #e3e3e3;
  padding: 27px 0;
}
.sectors__row-header{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.sectors__row-text {
  width: 100%;
  display: flex;
}
.sectors__item{
  width: 33%;
  font-size: 18px;
  font-style: normal;
}
.sectors__title{
  font-weight: 600;
}
.sectors__item.sectors__btn {
  text-align: right;
}
.sectors__item.sectors__price,.sectors__item.sectors__count{
  text-align: center;
}
.sectors__item.sectors__btn .icon {
  width: 16px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin-left: 6px;
  margin-top: -7px;
  background: none;

}
.sectors__item.sectors__btn .icon svg path
{
  stroke: var(--base-color);
}
.icon-arrow-down{
  background: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/img/arrows.svg#arrow-down-view);
}
.icon-arrow-up{
  /* background: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/img/arrows.svg#arrow-up-view); */
}
.icon-arrow-right{
  background: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/img/arrows.svg#arrow-right-view);
}
.ticket-row {
  margin-top: 12px;
}
.ticket-row_list {
  display: flex;
  flex-flow: wrap;
}
.ticket-row_header {
  margin-bottom: 6px;
}
.ticket-row_list-item {
  border-radius: 7px;
  background: #E379FF;
  padding: 4px 8px;
  color: #fff;
  font-size: 16px;
  min-width: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  text-align: center;
}
.ticket-row_list-item:hover {
  background: #e5007e;
}
.ticket-row_list-item.selected.only-selected {
  background: #009540;
  color: #009540;
  position: relative;
}
.ticket-row_list-item.selected.only-selected:after {
  content: "✓";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ticket-row_list-item.selected.only-selected:hover {
  background: #f00;
  color: #f00;
  position: relative;
}
.ticket-row_list-item.selected.only-selected:hover:after {
  content: "x";
}
.sector_choice_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  display: none;
}

.sector_choice {
  width: 600px;
  margin: 0 auto;
  height: 200px;
  top: calc(50vh - 100px);
  position: absolute;
  left: calc(50vw - 300px);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 44px;
  display: none;
}

.sector_choice_name {
  font-size: 18px;
  color: #77a44b;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.sector_choice_descript {
  font-size: 14px;
  color: #6f6f6f;
  text-align: center;
  margin: 1px 0 0;
}

.sector_choice_names {
  display: flex;
  justify-content: space-between;
  margin: 44px 0 10px;
  font-size: 12px;
  color: #000;
  text-align: center;
  opacity: 0.4;
}

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

.cart-control__btn {
  width: 28px;
  height: 28px;
  display: block;
  background: #77a44b;
  border: none;
  border-radius: 100%;
  font-size: 34px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  transition: background 0.5s, color 0.5s, opacity 0.5s;
}

.cart-control__qty {
  margin: 0 10px;
}

.cart-control__btn[disabled] {
  background: #ededed;
  color: #afafaf;
}

.sector_choice__ditails .inline-top {
  min-width: 100px !important;
  display: inline-flex;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  padding: 0 !important;
}

.sector_choice__ditails .inline-top:first-child {
  justify-content: flex-start;
}

.sector_choice__ditails .inline-top:last-child {
  justify-content: flex-end;
}

.map_table__check.active {
  background: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/../img/map_table__check.svg) center no-repeat #fff;
  background-size: 80%;
}

#mapa {
  height: 100% !important;
  background: #fff;
}

#map {
  width: 100%;
  background: none;
  border-radius: 5px;
  transition: 1s;
  margin: 0 auto;
}

#map svg {
  pointer-events: auto !important;
}

#map svg .active {
  transition: opacity 0.5s ease-out;
}

#map svg .active text {
  /*stroke: #fff;*/
}

#map.loading {
  /*filter: brightness(0.5) blur(1px);*/
  cursor: progress;
  background: #8f8f8f;
}

#map svg {
  transition: filter 1s;
}

#map.loading #map svg {
  filter: brightness(0.6) blur(1px);
}

#map .loading-modal {
  display: none;
  position: absolute;
  text-align: center;
  padding: 20px 50px;
  background: #fff;
  border-radius: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px 0px #525252;
  z-index: 9999;
  opacity: 0;
}

#map.loading .loading-modal {
  display: block;
  opacity: 1;
}

@media (max-width: 1024px) {
  .map__condition.active {
    display: block !important;
    max-height: inherit !important;
    overflow: visible !important;
  }

  /*#map {*/
  /*  width: 100%;*/
  /*  max-height: calc(100vh - 300px);*/
  /*  border-radius: 0;*/
  /*}*/
}

.window-map {
  width: 200px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.29);
  border-radius: 7px;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  padding: 10px 14px;
  transition: opacity 0.3s ease-out;
}

.window-map.active {
  opacity: 1;
}

.window-map:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

.window-map__sector,
.window-map__big {
  height: 100%;
  flex-direction: column;
  display: none;
  font-family: Open Sans;
}

.window-map__sector.active,
.window-map__big.active {
  display: flex;
}

.window-map__big {
  justify-content: space-evenly;
}

.window-map__big .window-map__line {
  flex-direction: column;
  align-items: center;
}

.window-map__sector .window-map__line.good_price {
  display: block;
  text-align: center;
  margin: 20px 0 3px;
  color: #80b55c;
}

.window-map__big .window-map__line * {
  margin: 4px 0;
}

.window-map__sector {
  justify-content: space-between;
}

.window-map__sec {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.window-map__price {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.window-map__price.old {
  font-size: 15px;
  font-weight: normal;
  text-decoration: line-through;
  color: #999;
  display: none;
}

.window-map__price.old.active {
  display: block;
}

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

.window-map__line-src {
  display: flex;
  justify-content: center;
}

.window-map__info {
  font-weight: 400;
  font-size: 14px;
  color: #6a7584;
}

.window-map__price-span,
.window-map__count {
  font-size: 14px;
  line-height: 150%;
  color: #233550;
}

.matches_el__link.championat__button-request {
  background: #70acd6;
}

.backward {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  text-align: center;
  z-index: 1001;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: border 0.5s ease-out, opacity 0.7s ease-out,
    transform 0.7s ease-out;
}

.backward__wrp {
  width: 100%;
  height: 30px;
  margin: 0 0 6px;
}

.backward__wrp img {
  height: 100%;
}

.backward .tip {
  font-size: 18px;
  color: #2489FF;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .backward .tip {
    font-size: 13px;
  }
  .sector_popup__name{
    font-size: 18px;
  }
}

#mapa #crocus .active.selected[data-ot="true"],
#mapa #crocus .active[data-ot="true"]:hover {
  fill: #fff !important;
}

.bottom-cart {
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1001;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(180%);
  transition: transform 0.5s ease-out;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
}

.bottom-cart.active {
  transform: translateY(0);
}

.wrapper-bottom-cart {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-cart__button {
  width: 260px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-color);
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  transition: opacity 0.5s ease-out;
}

.bottom-cart__button:hover {
  opacity: 0.8;
  color: var(--new-white);
}

.bottom-cart__clear {
  display: flex;
  font-size: 18px;
  transition: opacity 0.5s ease-out;
  align-items: center;
  margin: 0 0 0 6px;
  color: var(--base-color);
  cursor: pointer;
  font-weight: 600;
}

.bottom-cart__clear:hover {
  opacity: 0.8;
}

.bottom-cart__clear-icon {
  margin-left: 16px;
}

.bottom-cart__center {
  font-weight: 600;
  display: flex;
  font-size: 18px;
  color: #6a7584;
  gap: 10px 40px;
}

.bottom-cart__num {
  color: #233550;
}

.mobile_sector {
  width: 100%;
  height: 50px;
  display: flex;
  z-index: 1003;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(300%);
  transition: transform 0.5s ease-out;
  background: #fff;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.45);
}

.mobile_sector.active {
  transform: translateY(0);
}

.mobile_sector>div {
  width: 50%;
}

.mobile_sector__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 4%;
}

.mobile_sector__title {
  font-size: 16px;
  margin: 0 0 2px;
}

.mobile_sector__title-ac {
  color: #ef6262;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 6px;
  display: none;
}

.mobile_sector__title-ac.active {
  display: inline;
}

.mobile_sector__price {
  font-size: 14px;
  color: #95959e;
}

.mobile_sector__button {
  font-size: 14px;
  line-height: 56px;
  background: #26a4ee;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat table {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
  max-width: 400px;
  width: 100%;
}

.stat table tr:nth-child(2n + 1) {
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.stat table td,
.bordered th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.stat table th {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ebf3fc),
      to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(top, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.stat table td:first-child,
.bordered th:first-child {
  border-left: none;
}

.stat table th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.stat table th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.stat table th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.stat table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.stat table tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.info-to-buy__title {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  margin-bottom: 10px;
  color: #2d2d2d;
}

.info-to-buy__num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin: 0 10px 0 0;
  color: var(--base-color);
  border: 1px solid var(--base-color);
  width: 45px;
  height: 45px;
  font-size: 32px;
  font-weight: normal;
}

.info-to-buy__text {
  font-size: 16px;
  line-height: 25px;
  color: #6a7584;
}
.info-to-buy__btn {
  display: none;
}

@media (max-width: 500px) {
  .bottom-cart__clear {
    display: none;
  }

  .bottom-cart__button {
    width: 100%;
    margin-bottom: 10px;
  }

  .wrapper-bottom-cart {
    flex-flow: column;
  }

  .bottom-cart__center {
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center;
    padding: 15px 0;
  }

  .bottom-cart {
    height: auto;
  }
}

.qr-marker {
  position: relative;
  background: #f9e8ff;
  padding: 14px 12px 14px 55px;
  color: #bd00ff;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  max-width: 380px;
  border-radius: 8px;
}

.qr-marker::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background: center url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/../img/QR.png) no-repeat;
  background-size: contain;
  left: 22px;
  top: 50%;
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .qr-marker {
    font-size: 0;
  }
}

.event-info-block {
  padding: 7px 17px;
  color: #ff1414;
  position: relative;
  cursor: unset;
  margin-left: auto;
  max-width: 300px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  background: #ffe8e8;
  border-radius: 15px;
  opacity: 1;
  transition: all 0.1s ease;
  font-size: 14px !important;
}

@media screen and (max-width: 405px) {
  .event-info-block {
    padding-inline: 14px;
    font-size: 12px;
  }
}

.event-info-block--green {
  color: #29df09;
  background: #e8ffec;
}
.event-info-block--custom {
  color: #777;
  background: #eee;
}
.custom-hints{
  display: flex;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.custom-hint{
  padding: 7px 17px;
  position: relative;
  cursor: unset;
  font-size: 14px;
  line-height: 18px;
  border-radius: 15px;
  margin: 8px;
}


.motivation-show {
  padding: 10px 17px 10px 50px;
  color: #2489ff;
  position: relative;
  cursor: unset;
  margin-left: auto;
  max-width: 400px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  background: #e4f2ff;
  border-radius: 15px;
  opacity: 0;
}

.motivation-show::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background: center url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/oko.svg) no-repeat;
  background-size: contain;
  left: 17px;
  top: 50%;
  height: 13px;
  width: 22px;
}

.leaflet-top {
  top: 50% !important;
  transform: translateY(-50%);
}

.leaflet-left .leaflet-control {
  margin-left: 0 !important;
  margin-right: 20px !important;
}

.leaflet-left {
  left: auto !important;
  right: 0;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: none !important;
}

.leaflet-touch .leaflet-bar a {
  border-radius: 7px !important;
  border: none !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.leaflet-touch .leaflet-bar a:first-child {
  margin-bottom: 10px;
  line-height: 34px;
}

.leaflet-touch .leaflet-bar a:last-child
{
  line-height: 34px;
}

h1 {
  padding-top: 30px;
  margin-bottom: 10px !important;
}

.descript {
  color: #727272;
  max-height: max-content;
  overflow-y: hidden;
}

.content-site {
  padding: 0 !important;
  background: #f2f7fc;
  margin-top: 75px;
}

[id*="bx_"] .content-site {
  margin-top: 0px;
}

.header-image {
  width: 100%;
  height: 75vh;
  margin-bottom: -17vh;
}
.header-image.header-image--with_logo {
  height: 70vh;
  margin-bottom: -30vh;
}
@media screen and (min-height: 920px) {
  .header-image {
    margin-bottom: -20vh;
    margin-bottom: max(-20vh, -180px);
  }

  .header-image.header-image--with_logo {
    margin-bottom: -30vh;
    margin-bottom: max(-30vh, -270px);
  }
}
@media screen and (max-height: 768px) {

  .header-image.header-image--with_logo {
    margin-bottom: -40vh;
  }
}

.header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(25%);
}
.header-image img.header_image-desktop {
  display: block;
}
.header-image img.header_image-mobile {
  display: none;
}

.header-block {
  position: relative;
  display: flex;
  /*background: center/cover url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/img/ticket.png) no-repeat;
	background-size: 100% 100%;*/
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-bottom: none;
  margin: 18px 0;
}

@media screen and (min-width: 770px) {
  .header-block::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -1px;
    transform: translateY(-100%);
    background: bottom/100% url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/ticket_top.svg) no-repeat;
    height: 18px;
    width: calc(100% + 2px);
  }

  .header-block::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: -1px;
    transform: translateY(100%);
    background: top/100% url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/ticket_bottom.svg) no-repeat;
    height: 18px;
    width: calc(100% + 2px);
  }
}

.header-block .inside {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 22px 40px;
  height: 100%;
}

.header-block .top-title,.top-title--mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px 35px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.345em;
}

.header-block .left-bottom-part {
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  gap: 22px 16px;
}

.to-buy-pack {
  display: flex;
  gap: 16px;
}

.to-buy {
  color: #fff;
  background: #ff5c00;
  border: 0.7px solid #ff5c00;
  border-radius: 7px;
  padding: 0.8em 1.6em !important;
  font-weight: bold;
  text-align: center;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 130% !important;
}

.left-part-ticket {
  width: 73%;
}

.left-part-ticket .time {
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
  font-size: 14px;
  line-height: 150%;
  align-items: center;
}

.left-part-ticket .time .sepor {
  margin: 0 10px;
}

.left-part-ticket .time .item {
  display: inline-block;
  /*margin: 0 24px 0 0;*/
}

.left-part-ticket .time i {
  font-size: 22px;
  vertical-align: bottom;
}
.time-timezone--mobile{
  display: none;
}
.right-part-ticket {
  width: 27%;
  border-left: 1px dashed #e3e3e3;
}

.header-block .price {
  padding-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.15;
  color: #0A2D61;
}

.right-bottom-part {
  margin-top: auto;
  color: #233550;
  font-size: 12px;
  line-height: 19px;
  /* identical to box height */
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.right-bottom-part_text{
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.match {
  margin-top: 58px;
}

.text-under-map {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 12px 26px;
  background: #fff;
  border: 1px solid #e3e3e3;
  /*z-index   : 999;*/
  color: #6a7584;
  font-weight: 300;
  justify-content: space-between;
  border-radius: 2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-justify-content: space-between;
  align-items: center;
}

.text-under-map a {
  white-space: nowrap;
}

.header-block .separator {
  display: none;
}
.top-title--mobile{
  display: none;
}

.sector-selected g.active
{
  opacity: 0.3;
}

.sector-selected g.active.active-sector
{
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .bx-breadcrumb{
    display: none;
  }
  .left-part-ticket .top-title {
    flex-direction: row-reverse;
    gap: 10px;
    font-size: 11px;
    display: none;
  }
  .top-title--mobile {
    display: flex;
    color: #fff;
    gap: 6px;
    flex-direction: column;
  }

  .type-mer {
    min-width: 100px;
  }

  h1 {
    margin-bottom: 30px !important;
  }

  .header-block {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background-image: none;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 16px;
  }

  .header-block .left-part-ticket,
  .header-block .right-part-ticket {
    width: 100%;
    border: none;
  }
  .header-block .right-part-ticket {
    text-align: center;
  }
  .header-block .right-part-ticket  .top-title {
    display: block;
  }

  .header-block .event-title {
    padding: 0;
    margin: 8px 0;
    margin-bottom: 20px !important;
  }

  .header-block {
    padding: 24px;
  }

  .header-block .inside {
    padding: 0;
  }

  .header-block .left-bottom-part {
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .header-image img.header_image-desktop {
    display: none;
  }
  .header-image img.header_image-mobile {
    display: block;
  }

  .left-part-ticket .time {
    padding-left: 0;
    padding-right: 0;
  }
  .match {
    margin-top: 50px;
  }
  .scheme{
    margin-top: 0 !important;
  }
  .info-to-buy {
    margin-bottom: 22px;
  }
  .info-to-buy__title{
    justify-content: space-between;
    align-items: center;
  }
  .info-to-buy__title span {
    flex-grow: 1;
  }
  .info-to-buy__text{
    display: none;
  }
  .info-to-buy__text.opened{
    display: block;
  }
  .info-to-buy__btn {
    display: block;
    background: none;
    border: none;
  }
  .info-to-buy-icon {
    background: var(--base-color);
    -webkit-mask: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/info-to-buy-icon.svg) no-repeat 50% 50%;
    mask: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/info-to-buy-icon.svg) no-repeat 50% 50%;
    width: 19px;
    height: 11px;
    display: block;
  }
  .opened .info-to-buy-icon{
    transform: rotateZ(180deg);
  }
  .text-under-map {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 24px;
  }

  .header-block .price {
    padding-top: 8px;
    margin-bottom: 28px;
  }

  .header-image {
    height: 40vh;
    margin-bottom: -25vh;
  }

  .header-image.header-image--with_logo {
    height: 30vh;
    margin-bottom: -40vh;
  }

  .to-buy {
    flex: 1 1 auto;
    display: block !important;
    content: "Выбрать места";
  }

  .header-block .separator {
    display: block;
    height: 26px;
    background: center/contain url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/ticket-separator.svg) no-repeat;
    margin: 40px 0;
  }
  .custom-hints{
    flex-wrap: wrap;
  }
  .custom-hint {
    flex: 1 1 250px;
  }
  .sectors__row{
    padding: 16px 0;
  }
  .js-change-scheme-view {
    margin-bottom: 16px;
  }
  .btn-active-group-text, .btn-active-one-text{
    display: none;
  }
  .sectors__item.sectors__btn .btn-shadow{
    width: auto;
  }
  .sectors__item.sectors__btn .icon{
    margin-left: 0;
  }

}
@media screen and (max-width: 475px) {
  .event__main-title[data-font="0"],
  .event__main-title[data-font="1"] {
    font-size: 32px;
    line-height: 36px;
  }
  .event__main-title[data-font="2"],
  .event__main-title[data-font="3"]  {
    font-size: 28px;
    line-height: 32px;
  }
  .event__main-title[data-font="4"] {
    font-size: 24px;
    line-height: 28px;
  }
  .event__main-title[data-font="5"] {
    font-size: 20px;
    line-height: 24px;
  }
  .event__main-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.question-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  background: center url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/../img/question-icon.jpg) no-repeat;
  background-size: 60%;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  cursor: pointer;
  z-index: 999;
}

#arsenal-question {
  padding: 44px;
}

.map .sector_popup #spartak g.active,
.map svg #mesta g.active {
  pointer-events: auto;
  cursor: pointer;
}

.map .sector_popup #spartak g.active text,
.map svg #mesta g.active text {
  fill: #fff;
  pointer-events: none;
}

.map .sector_popup #spartak g.active rect,
.map .sector_popup #spartak g.active path,
.map svg #mesta g.active rect,
.map svg #mesta g.active circle {
  fill: #e379ff;
  stroke: #e379ff;
  stroke-width: 4.1;
  opacity: 1;
  pointer-events: auto;
  /*transition: all 0.1s ease-in-out;*/
}

.map .sector_popup #spartak g.active:not(.only-selected):hover rect,
.map .sector_popup #spartak g.active:not(.only-selected):hover path,
.map svg #mesta g.active:not(.only-selected):hover rect,
.map svg #mesta g.active:not(.only-selected):hover circle {
  fill: #e5007e !important;
  stroke: #e5007e !important;
  stroke-width: 4.1;
}

.map .sector_popup #spartak g.active.selected rect,
.map .sector_popup #spartak g.active.selected path,
.map svg #mesta g.active.selected rect,
.map svg #mesta g.active.selected circle {
  fill: url(#check) !important;
  stroke: #009540 !important;
}

.map .sector_popup #spartak g.active.selected:not(.only-selected):hover rect,
.map .sector_popup #spartak g.active.selected:not(.only-selected):hover path,
.map svg #mesta g.active.selected:not(.only-selected):hover rect,
.map svg #mesta g.active.selected:not(.only-selected):hover circle {
  fill: url(#cross) !important;
  stroke: #f00 !important;
}

.map .sector_popup #spartak g.active.selected text,
.map svg #mesta g.active.selected text {
  fill: transparent;
}

#spartak text.cls-2,#spartak text.cls-1002 {
  fill: transparent;
}

pattern path {
  opacity: 1 !important;
}

#spartak text.cls-2, #spartak text.cls-1002{
  font-weight: 600;
}

#spartak text.cls-3,#spartak text.cls-1003 {
  fill: transparent;
}

#mapa #spartak text.cls-3,#mapa #spartak text.cls-1003 {
  fill: #000000;
}

.cls-901,
.cls-903,
.cls-100901,
.cls-100903{
  fill: none;
}

.cls-904,.cls-100904  {
  fill: #009540;
}

.cls-905,.cls-100905 {
  fill: #fff;
}

.cls-902,.cls-100902 {
  fill: #f00;
}

.cls-903,.cls-100903 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map[data-open-scheme="1"] g[data-point]:not(.active) text {
  display: none;
}

#change-price-in-sectors,
#add-points-in-sectors {
  padding-top: 50px;
}
#add-points-in-sectors .form-control.error{
  border-color: #e84451;
  border-width: 2px;
}

.map {
  border-radius: 15px;
  margin: 25px auto 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.map__condition {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}

.scheme {
  padding: 50px 0 60px;
  margin-top: 30px;
}

.scheme__title {
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: #2d2d2d;
}

.scheme__help {
  font-size: 14px;
  line-height: 150%;
  color: #505050;
  margin: 15px 0px;
}

.scheme__stadium-title {
  padding-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #233550;
}

#container {
  overflow: hidden;
}
.container-bottom_revert {
  display: flex;
  flex-direction: column-reverse;
}
.bottom-block {
  padding: 40px 40px 55px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 60px 0 100px;
  border-radius: 15px;
  font-weight: 500;
}

.bottom-block__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #2d2d2d;
}

.bottom-block__text {
  font-size: 16px;
  line-height: 150%;
  color: #505050;
  padding: 12px 26px;
  background: #fff;
  border-radius: 15px;
}
.bottom-block__fan{
  display: flex;
  border-bottom: 1px solid #E2E3E5;
  padding: 0px 66px 30px;
  margin: 0 -40px 30px;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 27px;
  gap: 10px;
}
.bottom-block__fan-right{
  display: flex;
  gap: 10px;
  align-items: center;
}
.bottom-block__fan-img{
  width: 40px;
  height: 40px;
  flex-basis: 50px;
  flex-shrink: 1;
}
.bottom-block__fan-text{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  flex-shrink: 3;
}
.bottom-block__fan-link{
  text-align: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
}
.tile-tag-block{
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.tile-tag{
  width: calc(20% - 8px);
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 13px 22px;
  color: #6A7584;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tile-tag-btn-block{
  display: flex;
  justify-content: center;
  margin-bottom: 94px;
}
.tile-tag-btn{
  margin: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: var(--base-color);
  background: transparent;
  border: none;
}


.tile-tag--hidden{
  display: none;
}
.tile-tag--show{
  display: flex;
  visibility: visible;
}

.circle-button {
  cursor: pointer;
  width: 38px;
  height: 38px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
}
.popup-group__calc-container .circle-button{
  background: var(--base-color);
}

.circle-button--cross__icon {
  -webkit-mask: url(/upload/cross.svg) no-repeat 50% 50%;
  mask: url(/upload/cross.svg) no-repeat 50% 50%;
  background-color:var(--base-color);
  height: 100%;
}

.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: none;
  color: #fff !important;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
  color: #fff !important;
}

#map svg g[data-id] path {
  pointer-events: all;
}

.sector_popup__close {
  /* display: none; */
}

#edit-stadium {
  margin-top: 150px;
}
.map-header{
  width: 100%;
  position: relative;
  z-index: 401;
}
.right-motivation {
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: column;
  margin: 10px auto 0;
  gap: 8px;
  max-width: 35%;
}

.price-range {
  position: absolute;
  left: 20px;
  max-width: 80%;
  padding: 10px 15px 13px;
/*  pointer-events: none;*/
  margin: 10px auto 0;
  text-align: center;
  user-select: none;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 2px 4px rgba(63, 196, 254, 0.2);
}

.price-range .item {
  display: inline-block;
  margin: 0 0px;
  vertical-align: text-top;
  white-space: nowrap;
  /*pointer-events: auto;
	cursor:pointer;*/
}

.price-range p {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  margin-left: 2px;
}

.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #26a4ee;
  margin: 0;
}

[data-colorhover]
{
  cursor: pointer;
  padding: 0px 2px;
}

#map svg .unhover
{
  opacity: 0.2;
}

.map-header .selected
{
  border-radius: 100px;
  height: 23px;
  line-height: 20px;
  margin-top: 4px;
  color: #ffffff;
}

/*.map-header .selected .circle
{
  margin-bottom: 1px;
}*/

@media screen and (max-width: 625px) {
  .map-header .selected
  {
    line-height: 24px;
    margin-top: -2px !important;
  }
  .price-range {
    position: unset;
    width: 100%;
    max-width: 95%;
    transform: none;
    font-size: 0.5em;
    padding: 7px;
  }
  .right-motivation{
    position: unset;
    max-width: 95%;
    justify-content: center;
    margin-left: 25px;
  }
  .right-motivation .close
  {
    margin-left: -20px !important;
  }
  .event-info-block{
    max-width: 100%;
    margin: 0 auto;
  }
  .custom-hints {
    justify-content: center;
  }
  .custom-hint {
    flex: unset;
  }
  .motivation-show{
    margin: 0 auto;
  }
  .sectors__row-text {
    flex-wrap: wrap;
  }
  .sectors__item {
    width: auto;
    margin-right: 8px;
  }
  .sectors__item.sectors__title {
    flex-grow: 1;
    width: 100%;
  }
  .sectors__item.sectors__btn {
    margin-right: 0;
  }
  .sectors__item.sectors__count, .sectors__item.sectors__price {
    font-size: 14px;
    color: #70747F;
  }
  .ticket-row_header {
    font-size: 14px;
  }
  .ticket-row_list-item {
    padding: 2px 8px;
    min-width: 24px;
  }
  .ticket-row_list-item.selected.only-selected:hover:after {
    top: 48%;
    left: 52%;
  }


}

.bottuns-above-scheme {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin: 9px 0;
  flex-wrap: wrap;
}

.bottuns-above-scheme__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 12px 24px;
  gap: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #2489ff;
}

.bottuns-above-scheme__item--calendar {
  position: relative;
  color: #2d2d2d;
  gap: 16px;
  min-width: 330px;
}

.date-title,.time-title {
  position: relative;
  padding-left: 32px;
}
.time-title {
  margin-left: 24px;
}

.time-title svg{
  margin-left:5px;
  margin-top: -2px;
}

.date-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 24px;
  height: 24px;
  background: center/contain url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/icon_date.svg) no-repeat;
  transform: translateY(-50%);
}
.time-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 24px;
  height: 24px;
  background: center/contain url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/icon_time.svg) no-repeat;
  transform: translateY(-50%);
}

.bottuns-above-scheme__item--to-buy {
  transition: 1s;
}

.bottuns-above-scheme__item--to-buy.active {
  background: #2489ff;
  color: white;
}

.bottuns-above-scheme__item-title {}

.bottuns-above-scheme__list-item {
  display: block;
  padding: 13px 24px 14px;
  border-bottom: 1px solid #e7ecf3;
  cursor: pointer;
  color: #2d2d2d;
}

.bottuns-above-scheme__list-item:last-child {
  border: none;
}

.bottuns-above-scheme__list-item:hover {
  color: white;
  background: #2489ff;
}

.bottuns-above-scheme__list-item--selected {
  position: relative;
  background: #fbfcfd;
  opacity: 0.6;
}

.bottuns-above-scheme__list-item--selected::after {
  position: absolute;
  content: "Выбранная дата";
  right: 20px;
}

.bottuns-above-scheme__to-drop-list {
  position: relative;
  color: #2489ff;
  padding-right: 19px;
  cursor: pointer;
}

.bottuns-above-scheme__to-drop-list::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 6px;
  width: 11px;
  background: center/contain url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/to-drop.svg) no-repeat;
}
.bottuns-above-scheme__item-title{
  cursor: pointer;
}

.bottuns-above-scheme__buy-count {
  display: none;
}

.bottuns-above-scheme__buy-count-control {
  width: 24px;
  height: 24px;
  background: center/contain none no-repeat;
  cursor: pointer;
  flex-shrink: 0;
}

.bottuns-above-scheme__buy-count-control--minus {
  display: none;
  background-image: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/minus-white.png);
}

.bottuns-above-scheme__item--to-buy.active .bottuns-above-scheme__buy-count-control--minus,
.bottuns-above-scheme__item--to-buy.active .bottuns-above-scheme__buy-count{
  display: block;
}

.bottuns-above-scheme__buy-count-control--plus {
  background-image: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/plus-blue.png);
}

.bottuns-above-scheme__item--to-buy.active .bottuns-above-scheme__buy-count-control--plus {
  background-image: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/plus-white.png);
}

.bottuns-above-scheme__drop-list {
  display: none;
  position: absolute;
  overflow: hidden;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  z-index: 500;

  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  max-height: 70vh;
  overflow-y: auto;
}

.detail-event .event-cards__team-logos {
    position: relative;
    margin: auto;
    width: 100%;
    display: inline-flex;
    margin-top: -380px;
    margin-bottom: 50px;
}

.detail-event .event-cards__team-logos .lleft,
.detail-event .event-cards__team-logos .lright
{
    width: 50%;
    text-align: center;
    line-height: 200px !important;
}
.detail-event .event-cards__team-logos .lcenter
{
    width: 0%;
    text-align: center;
    color: white;
    font-size: 70px !important;
    margin-left: -24px !important;
    margin-right: 24px !important;
    line-height: 200px !important;
}
.detail-event .event-cards__logo
{
  height: 100%;
}
@media (max-width: 1024px) {
  .tile-tag {
    width: calc(33% - 7px);
  }
  .tile-tag--hidden-lg{
    display: none;
  }
  .tile-tag--show{
    display: flex;
    visibility: visible;
  }
  .my-row-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .my-row-flex .time-title {
    margin: 0;
  }
  .time-timezone{
    display: none;
  }
  .time-timezone--mobile{
    display: inline-block;
    background: var(--base-color);
    -webkit-mask: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/icon-timezone.svg) no-repeat 50% 50%;
    mask: url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/icon-timezone.svg) no-repeat 50% 50%;
    width: 20px;
    height: 12px;
  }

  .tooltip.custom-tooltip-timezone.show {
    color: #6A7584;
    text-align: center;
    font-family: Roboto, 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
  }

  .custom-tooltip-timezone .tooltip-inner {
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.10);
    color: #6A7584;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
  }

  .custom-tooltip-timezone .tooltip-arrow {
    display: none;
  }

  .custom-tooltip-timezone.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
  .custom-tooltip-timezone.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #e7e7e7;
  }

  .custom-tooltip-timezone.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
  .custom-tooltip-timezone.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #e7e7e7;
    left: 0;
  }
  .detail-event .event-cards__team-logos .lcenter
  {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .tile-tag {
    width: calc(50% - 5px);
  }
  .tile-tag--hidden-sm{
    display: none;
  }
  .tile-tag--show{
    display: flex;
    visibility: visible;
  }
  .bottuns-above-scheme {
    flex-direction: column;
  }

  .bottuns-above-scheme__item-title {
    flex: 1 1;

  }
  .bottuns-above-scheme__item--to-buy {
    justify-content: flex-start;
  }


  .detail-event .event-cards__logo
  {
    height: 100% !important;
  }

  .detail-event .event-cards__team-logos .lcenter {
    width: auto;
    text-align: center;
    color: white;
    font-size: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    line-height: 75px !important; 
    font-size: 50px !important;
  }
  .detail-event .event-cards__team-logos{
    margin-top: 100px;
  }
  .detail-event .event-cards__team-logos .lleft, .detail-event .event-cards__team-logos .lright {
    line-height: 50px !important;
    height: 50px;
  }
  .content-site {
    margin-top: 60px;
  }
  [id*="bx_"] .content-site {
    margin-top: 0px;
  }
}

.guest-form #map svg {
  width: calc(100% - 200px);
  margin: 0 100px;
  filter: brightness(0.6) blur(1px);
  cursor: default !important;
}

.guest-form #map svg * {
  cursor: default !important;
}
.map-guest-form{
  max-height: unset !important;
}
.guest-form {
  background: #8f8f8f;
  overflow: hidden;
  min-height: 600px;
}

.buy-guest {
  display: flex;
  flex-direction: column;

  position: relative;
  margin: 16px auto;
  background: #fff;
  box-shadow: 0px 0px 4.37676px rgba(0, 0, 0, 0.2);
  border-radius: 15px;

  width: 700px;
  max-width: 90%;

  padding: 50px 45px;
  z-index: 1;
}

.buy-guest .title {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;

  color: #233550;
}

.buy-guest .inputs {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 40px 0 0;
}

.buy-guest .inputs input {
  padding: 14px 18px 11px;
  background: #fff;
  border: 1px solid #b1bbca;
  border-radius: 7px;
  width: 100%;
}

.buy-guest .submit {
  width: 100%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding: 19px 10px;
  border: none;
  background: #2489ff;
  border-radius: 7px;

  color: #ffffff;
}

.right-motivation .close
{
  cursor: pointer;
  overflow: hidden;
  border: 1px solid;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #8c8c8c;
  background: white;
  float: right;
  right: 0px;
  position: absolute;
  margin-right: -20px;
  margin-top: -5px;
  font-size: 12px;
}

.right-motivation:not(.mobile)
{
  margin-right: 5px;
}

.right-motivation .close.hidden
{
  display: none;
}

.right-motivation .icon
{
  width: 20px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.icon-fan-id
{
  background: url('/local/templates/new_arena/img/sprite.svg#fanid-view');
  height: 20px !important;
}

.icon-no-fan-id
{
  background: url('/local/templates/new_arena/img/sprite.svg#nofan-view');
  margin-top: -5px;
}

.icon-sold-out
{
  background: url('/local/templates/new_arena/img/sprite.svg#soldout-view');
  margin-top: 5px;
}

.icon-qr
{
  background: url('/local/templates/new_arena/img/sprite.svg#info-view');
  margin-top: 5px;
}

.event-info-block--info
{
  color: #4B79A7;
  background: #F2F7FC;
}

.hidden-text
{
  cursor: pointer;
}

.hidden-text .text
{
  display: none;
}

.hidden-text .icon
{
  margin: 0px;
}

.motivation-show.mt-auto
{
  font-weight: normal;
  opacity: 1;
  display: none;
}
/*.event-info-block--sold-out::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background: center url(/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/./img/fire.svg) no-repeat;
    background-size: auto;
  background-size: contain;
  left: 15px;
  top: 50%;
  height: 24px;
  width: 24px;
}

.event-info-block--sold-out {
  padding-left: 50px;
}

*/

#map svg g[data-id]:not(.active) rect,
#map svg g[data-id]:not(.active) path{
  fill: #F1F4F6;
}

.price-range .item.first-item
{
  color: #6A7584;
  font-size: 16px;
  line-height: 28px;
  width: 20px;
  margin-right: 0px;
}

.item-price__wrapper{
  border-radius: 10px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.price-range .item.last-item
{
  color: #6A7584;
  font-size: 16px;
  line-height: 28px;
  width: 10px;
  margin-left: 0px;
}

.mobile-range-header
{
  display: none;
  color: #6A7584;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.continer-voiting-win
{
    height: 172px;
    border: 1px solid #E2E3E5;
    padding: 18px;
    background: #FFFFFF;
    margin: 30px 0 30px;
    border-radius: 18px;
    font-weight: 500;
}

.continer-voiting-win .headline
{
    font-family: Roboto;
    font-size: 23px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: #0A2D61;
    height: 50px;
    line-height: 35px;
}

.continer-voiting-win .block-votes
{
    display: flex;
    width: 100%;
}
.continer-voiting-win .block-votes.disabled
{
    opacity: 0.5;
}
.continer-voiting-win .block-votes .vote
{
    width: calc(100%/3);
    height: 79px;
    font-size: 18px;
    font-weight: 400;
    color: #0A2D61;
    border-radius: 18px;
    border: 1px solid #E2E3E5;
    text-align: center;
    line-height: 79px;
    margin: 0 5px;
}
.continer-voiting-win .block-votes .vote:hover
{
    cursor: pointer;
}
.continer-voiting-win .block-votes .vote:first-child
{
    margin-left: 0px;
}

.continer-voiting-win .block-votes .vote:last-child
{
    margin-right: 0px;
}
.continer-voiting-win .block-votes .result
{
    display: none;
}

.continer-voiting-win .show-result .result
{
    display: block;
    width: calc(100% - 80px);
    margin: 0px 12px 12px 12px;
    border-radius: 3px;
    height: 17px;
    background: white;
}

.continer-voiting-win .show-result .result span:first-child
{
    background: #1DACD6;
    height: 17px;
    width: attr(data-proc);
    display: block;
    border-radius: 3px;
}
.continer-voiting-win .show-result .result span:last-child
{
    line-height: 16px;
    font-size: 23px;
    width: 56px;
    float: right;
    text-align: center;
    background: #f2f7fb;
    margin-right: -60px;
    margin-top: -16px;
}

.continer-voiting-win .show-result .result [style^="width: 1"],
.continer-voiting-win .show-result .result [style^="width: 2"]
{
    background: #0E688F !important;
}
.continer-voiting-win .show-result .result [style^="width: 3"],
.continer-voiting-win .show-result .result [style^="width: 4"]
{
    background: #9AA8B2 !important;
}

.continer-voiting-win .show-result .result [style^="width: 100"]
{
    background: #1DACD6 !important;
}
.continer-voiting-win .block-votes.show-result  .vote
{
    line-height: 46px;
    background: #F2F7FB;
}
.icon.icon-arrow-up svg
{
  transform: rotate(180deg);
}

.icon-arrow-up
{
  /* -webkit-mask: none !important;
  mask: none !important; */
}

#map g:not(.active){
  cursor: default !important;
}

@media screen and (min-width: 1400px) {
  .head-image img
  {
    width: 648px !important;
  }
}

@media screen and (min-width: 860px) {
    .event-info-block--sold-out
    {
      max-width: 208px;
    }
    .event-info-block--info
    {
      max-width: 276px;
    }
    .right-motivation.mobile
    {
      display: none;
    }


}
@media screen and (max-width: 860px) {
  .right-motivation
  {
    display: none;
  }
  .right-motivation.mobile
  {
    display: block;
    position: relative;
    padding-top: 10px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    z-index: 10;
    margin-left: 25px;
  }
  .event-info-block
  {
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  .price-range
  {
    position: relative;
  }
  .hidden-text
  {
    width: 54px;
    float: left;
    margin-right: 8px;
  }
  .right-motivation .close
  {
    margin-left: 30px;
  }
  .right-motivation .top-icons .icon
  {
    margin: 0px auto;
    float: none;
  }
  .right-motivation .top-icons .icon-no-fan-id
  {
    margin-top: -3px;
  }
  .right-motivation .top-icons .icon-fan-id
  {
    margin-left: 1px;
    margin-top: 1px;
  }

  .right-motivation.mobile .top-icons
  {
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
    display: flex;
  }

  .right-motivation.mobile .top-icons .event-info-block
  {
    width: 54px;
    float: left;
    margin-right: 8px;
    height: 38px;
  }

  .right-motivation.mobile .top-icons
  {
    cursor: pointer;
  }

  .right-motivation.mobile .top-icons .icon-sold-out
  {
    margin-top: 0px;
  }

  .right-motivation.mobile .top-icons .event-info-block--info .icon-qr
  {
    margin-top: 0px;
  }

  .right-motivation.mobile .top-icons .event-info-block--green
  {
    padding-top: 12px;
  }

  .right-motivation.mobile .middle-icons .event-info-block
  {
    width: 172px;
    margin: 0px;
    cursor: pointer;
    margin-bottom: 10px;
    float: left;
    margin-left: 20px;
  }

  .right-motivation.mobile .middle-icons .event-info-block--sold-out
  {
    width: 202px;
  }

  .right-motivation.mobile .middle-icons .event-info-block--info
  {
    width: 275px;
  }

  .right-motivation.mobile .middle-icons .event-info-block--green
  {
    width: 192px;
    line-height: 25px;
  }

  .right-motivation.mobile .middle-icons .event-info-block--green .icon-no-fan-id
  {
    margin-top: 0px;
  }

  .right-motivation.mobile .middle-icons .motivation-show
  {
    width: 232px;
    margin: 0px auto;
  }

  /*.leaflet-map-pane,*/
  /*.leaflet-overlay-pane*/
  /*{*/
  /*  position: relative !important;*/
  /*}*/

  /*#map svg*/
  /*{*/
  /*  margin-bottom: 200px;*/
  /*  margin-top: -100px;*/
  /*  height: 600px !important;*/
  /*}*/

  .hidden
  {
    display: none;
  }

  /*#map*/
  /*{*/
  /*  max-height: 100% !important;*/
  /*  height: 100% !important;*/
  /*}*/

  #map .leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer
  {
    position: relative !important;
  }

  .price-range
  {
    max-width: 100%;
    margin-left: -20px;
  }

  .price-range
  {
    overflow: hidden;
  }

  .price-range .item
  {
    margin: 0px;
    width: 24%;
    float: left;
    /* margin: 0px 1% 10px; */
    border: 2px solid white;
    border-color: white;
    margin-right: 0px;
    line-height: 26px;
  }

  .map-header .price-range .item.selected
  {
    margin-top: 0px !important;
    margin-bottom: 6px;
  }

  .map-header
  {
    background: white;
  }

  .motivation-show.mt-auto
  {
    float: left;
    margin-left: 20px !important;
  }

  .price-range .item.first-item,
  .price-range .item.last-item
  {
    display: none;
  }

  .mobile-range-header
  {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .stadium-svg svg {
    max-height: calc(100vh - 100px);
  }

  .price-range
  {
    max-width: 100%;
    margin-left: -20px;
  }
  .bottom-block{
    padding: 24px 0;
  }
  .bottom-block__fan{
    display: flex;
    border-bottom: 1px solid #E2E3E5;
    padding: 0px 24px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 23px;
    flex-direction: column;
  }
  .continer-voiting-win .block-votes .vote
  {
    width: 100%;
    margin-bottom: 10px;
  }
  .continer-voiting-win .block-votes .vote:first-child
  {
    margin-left: 5px;
  }

}
@media screen and (max-width: 575px) {
  .leaflet-top {
    transform: translateY(0);
    top: unset !important;
    bottom: 20px !important;
  }
  .leaflet-bottom{

  }
}

/* End */


/* Start:/local/templates/new_arena/components/bitrix/breadcrumb/breadcrumb_afisha/style.css?1753285349529*/
.bx-breadcrumb {
	margin: 10px 0 36px;
}

.bx-breadcrumb i {
	color         : #b5bdc2;
	font-size     : 22px;
	vertical-align: text-top;
	margin-right  : 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float         : left;
	white-space   : nowrap;
	line-height   : 13px;
	vertical-align: middle;
	margin-right  : 10px;
	color         : #A0A0A0;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size  : 18px;
	line-height: 25px;

	white-space: normal;
}

/* End */


/* Start:/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/style.css?175328534912563*/
@import url(/local/modules/datepicker/jquery-ui.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap);

.events-title {
    margin-top: 30px;
}

.event-cards {
    --margin-events: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--margin-events);
}

.event-cards__elem {
    flex-direction: column;
    display: flex;
    flex: 300px 1 1;
    width: 100%;
    margin: 30px 0;
    min-height: 390px;
}
.event-cards__elem.test_mode {
    background: #d4e6fc;
}

.event-cards__part-top {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 234px;
    color: #fff;
    border-radius: 15px;
}
.event-cards__part-top:hover{
    color: #ffffff;
}

.event-cards__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease 1s;
}

.event-cards__elem:hover .event-cards__bg {
    transform: scale(1.2);
}

.event-cards__part-top::before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.74%, rgba(0, 0, 0, 0.63) 76.89%); */
}

.event-cards__elem .event-cards__team-logos {
    position: relative;
    margin: auto;
    width: 100%;
    display: inline-flex;
}
.event-cards__elem .event-cards__team-logos .lleft,
.event-cards__elem .event-cards__team-logos .lright
{
    width: 50%;
    text-align: center;
    line-height: 80px;
}
.event-cards__elem .event-cards__team-logos .lcenter
{
    text-align: center;
    line-height: 80px;
}

.event-cards__elem .event-cards__team-logos
.event-cards__logo {
    margin: 0 10px;
    height: 100%;
    width: auto;
}

.event-cards__logo {
    margin: 0 10px;
}
.event-cards__liga {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
}
img.event-cards__liga-logo {
    max-height: 32px;
}

.event-cards__date {
    position: absolute;
    max-width: 62%;
    bottom: 25px;
    left: 20px;
    z-index: 1;
    background: rgb(18 18 18 / 70%);
    border-radius: 5px;
    padding: 0px 7px;
}
.event-cards__date-bottom{
    display: none;
}

.event-cards__price.btn-primary {
    position: absolute;
    width: max-content;
    max-width: 35%;
    bottom: 25px;
    right: 20px;
    text-align: right;
    background: var(--accent-color);
    padding: 0;
    z-index: 1;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    white-space: nowrap;
}
.event-cards__price.btn-primary span {
    padding: 5px 10px;
}
.event__elem--show-more .btn-primary.btn--my-orange {
    background: transparent;
    border: none;
}
.event__elem--show-more .btn-my-orange div{
    color: var(--base-color);
}
.event-cards__title {
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    line-height: 1.2;
    margin-bottom: 5px;
    color:black;
}

.event-cards__address {
    font-weight: 400;
    margin-bottom: 10px;
}

.event__elem--show-more {
    display: flex;
    background: #E9F4FF;
    border-radius: 15px;
    border: 1px solid var(--base-color);
    color: var(--base-color);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 20px;
    transition: .2s all ease-out;
    min-height: 234px;
    height: 234px;
    /* height: auto; */
}

.scheme .event__elem--show-more {
    background: none;
}

.search-form {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    margin: 50px 0 37px;
    color: #233550;
}

.search-form__filter-image-blcok {
    display: flex;
}

.search-form__filter-image {
    margin: auto 8px;
    object-fit: contain;
}

.search-form__filter-lable {
    display: flex;
    flex: auto 0 0;
}

.search-form__filter-text {
    padding: 11px 0 14px 10px;
}

.search-form__row-select {
    display: flex;
    margin-top: 27px;
    gap: 20px;
    justify-content: space-between;
}

.search-form__search-block {
    position: relative;
}

.search-form__search-block::before {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    background: center url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/search-icon.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    left: 21px;
    top: 50%;
    width: 18px;
    height: 18px;
}

.search-form__search-input {
    position: relative;
    width: 100%;
    border: 1px solid #B1BBCA;
    padding: 11px 15px 11px 56px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 7px;
    background: #FFFFFF;
}

/* Chrome, Edge, Opera */
.search-form__search-input::-webkit-input-placeholder {
    color: #D2D5DA; /* Замените на нужный цвет */
}
/* Firefox 19+ */
.search-form__search-input::-moz-placeholder {
    color: #D2D5DA; /* Замените на нужный цвет */
    opacity: 1;
}
/* IE 10-11 */
.search-form__search-input:-ms-input-placeholder {
    color: #D2D5DA; /* Замените на нужный цвет */
}
/* Edge */
.search-form__search-input::-ms-input-placeholder {
    color: #D2D5DA; /* Замените на нужный цвет */
}
/* Firefox 4-18 */
.search-form__search-input:-moz-placeholder {
    color: #D2D5DA; /* Замените на нужный цвет */
    opacity: 1;
}

.search-form__selector {
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 4.37676px rgba(0, 0, 0, 0.2);
    padding: 11px 15px 14px;
    cursor: pointer;
    flex: auto 1 0;
    border-radius: 7px;
    max-width: 250px;
}

.search-form__selector-text {
    position: relative;
    margin: 0 auto;
    padding-right: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 25px;
}

.search-form__selector-text--date{
    padding-left: 0px;
}

.search-form__selector-text::after {
    content: '';
    position: absolute;
    height: 7.66px;
    width: 15.32px;
    right: 0;
    top: 45%;
    background: center url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/grey-arrow-down.svg) no-repeat;
    background-size: contain;
}

.search-form__selector--start-date::after{
    content: '–';
    position: absolute;
    top:12px;
    right:-14px;
}

.search-form__selector--genre {
    flex-grow: 2;
}

.search-form__selector--location {
    flex-grow: 3;
}

.search-form__selector-list {
    position: absolute;
    left: 0;
    top: 100%;
    /*width: 100%;*/
    visibility: hidden;
    background: #FFF;
    box-shadow: 0px 0px 4.37676px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: none;
    margin-top: 10px;
    text-align: left;
    border-radius: 7px;
    z-index: 10;
}

.search-form__selector-option+.search-form__selector-option {
    border-top: 1px solid #E7ECF3;
}

.search-form__selector-option {
    padding: 17px 25px 15px;
}

.search-form__selector-option:first-of-type {
    padding-top: 23px;
}

.search-form__selector-option[show-all] {
    font-weight: 600;
    background: #f7f7f7;
}

.search-form__selector-option:hover {
    background: #E7ECF3;
}

.search-form__selector-text--date {
    /*padding-left: 40px;*/
}

.search-form__selector-text--date::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 23px;
    background: center/contain url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/calendar-icon.svg) no-repeat;
}

.search-form__selector-list--date {
    /*width: 350px;*/
    max-width: 90vw;
    right: 0;
    left: auto;
    cursor: auto;
}

.search-form__reset {
    display: flex;
    align-items: center;
}

.search-form__reset-inner {
    color: var(--base-color);
    cursor: pointer;

}

.show-first-day:before,
.show-after-day:before {
    content: '';
    position: absolute;
    background: #c9e4ff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin-left: -25px;
    margin-top: 6px;
}

/* .show-after-day:after {
    content: '';
    position: absolute;
    background: #c9e4ff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 6px;
} */

.search-form__selector--location .scroll,.search-form__selector--liga .scroll
{
    overflow-y: auto;
    max-height: 320px;
}

.search-form__reset-inner.disabled
{
    color: #ccc;
    cursor: default;
}

@media screen and (min-width:992px) {
    .event-cards__elem {
        max-width: calc((100% / 3) - var(--margin-events) * 2 / 3);
    }
}

.show {
    display: block;
    visibility: visible;
}

@media screen and (max-width:1200px) {
    .event-cards__elem .event-cards__team-logos
    {
        color: white;
        margin-top: 25% !important;
    }
}

@media screen and (max-width:768px) {

    .search-form__selector--start-date::after{
        content: '';
    }

    .event-cards__elem {
        height: auto;
    }

    .event-cards__address {
        margin-bottom: 25px;
    }

    .event__elem--show-more {
        background: none;
    }

    .search-form__row-select {
        flex-direction: column;
    }

    .search-form__selector{
        max-width: unset;
    }

    .search-form__filter-lable {
        margin: 0 auto;
    }

    .search-form__selector-list {
        position: static;
        text-align: center;
    }

    .search-form__selector-list--date {
        width: 100%;
        max-width: auto;
    }
    .event-cards__price.btn-primary span{
        font-size: 20px;
    }
    .event-cards__date{
        max-width: 55%;
    }
    .event-cards__elem .event-cards__team-logos
    {
        color: white;
        margin-top: 15% !important;
    }
}
@media screen and (max-width:375px) {
    .event-cards__price.btn-primary{
        right: 12px;
    }
    .event-cards__price.btn-primary span{
        font-size: 20px;
    }
    .event-cards__date{
        left: 12px;
        font-size: 16px;
    }
}
.search-form__selector .ui-widget.ui-widget-content{
    border: none;
    max-width: 100%;
}
.search-form__selector .ui-widget-header {
    border: none;
    background: transparent;
    color: #6A7584;
    font-weight: 400;

}
.search-form__selector .ui-widget-content {
    border: navajowhite;
    background: #ffffff;
    color: #6A7584;
}

.search-form__selector .ui-state-default,
.search-form__selector .ui-widget-content .ui-state-default{
    border: none;
    background: none;
    text-align: center;
    color: #6A7584;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;

}

.search-form__selector .calendar_first .ui-state-active,.search-form__selector .ui-widget-content .calendar_first .ui-state-active
{
    background: none;
    color: #6A7584;
}
.search-form__selector .calendar_hasdate .ui-state-default,
.search-form__selector .calendar_first.calendar_hasdate .ui-state-default
{
    background: #c9e4ff;
}
.search-form__selector .ui-state-disabled.calendar_hasdate .ui-state-default
{
    background: none;
}
.search-form__selector .ui-state-highlight,
.search-form__selector  .ui-widget-content .ui-state-highlight
{
    border-radius: 50%;
    background: #c9e4ff;
    color: #444444;
    font-weight: bold;
}

.search-form__selector .ui-state-active,.search-form__selector .ui-widget-content .ui-state-active
{
    border-radius: 50%;
    background: var(--base-color);
    color: #ffffff;
}

.days-of-active
{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: -5px;
    padding-bottom: 10px;
    color: #ccc;
}

.search-form__selector-option.selected
{
    background: #C1C1C1;
}

.no-events
{
    width: 100%;
    max-width: 500px;
    margin: 40px auto 75px;
    text-align: center;
    display: none;
}

.no-events .heading
{
    font-size: 20px;
    font-weight: bold;
    font-family: "Raleway";

}

.no-events .btn
{
    max-width: 260px;
}

.no-events .icon.icon-arrow-right {
    background: #fff;
    -webkit-mask: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/arrow-right.svg) no-repeat 50% 50%;
    mask: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/arrow-right.svg) no-repeat 50% 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.no-events .text
{
    font-size: 14px;
    color: #8b8b8b;
    padding-bottom: 10px;
}

.no-events.show
{
    display: block;
}
.blue-slider-d-none{
    display: none;
}
.btn--my-orange .next {
    display: none;
}
.event-cards__elem .event-cards__team-logos
{
    color: white;
    margin-top: 15%;
}
.event-cards__elem .event-cards__team-logos .event-cards__logo
{
    height: 50%;
}
.event-cards__elem .event-cards__team-logos .lcenter
{
    font-size: 50px;
    color: white;
}
/* End */


/* Start:/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/style-filter.css?17532853491530*/
.search-form__reset-inner--text{
    display: none;
}

.search-form__reset-inner--icon{
    width: 40px;
    height: 40px;
    /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); */
    border-radius: 100%;
}

.search-form__reset-inner--icon--image{
    background: var(--base-color);
    -webkit-mask: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/cross.svg) no-repeat 50% 50%;
    mask: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/cross.svg) no-repeat 50% 50%;
    height: 100%;
    mask-size: 30px 30px;
}

.disabled .search-form__reset-inner--icon--image{
    background: #6c7583;
}

.search-form__selector--date-range{
    display: none;
}

.search-form--btns{
    display: none;
}

.search-form__selector--city .search-form__selector-text{
    background: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/blue-filter-icons.svg#city-view);
    background-repeat: no-repeat;
    background-size: 16px 22px;
    background-position: 0% 50%;
}
.search-form__selector--location .search-form__selector-text{
    background: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/blue-filter-icons.svg#location-view);
    background-repeat: no-repeat;
    background-size: 16px 20px;
    background-position: 0% 50%;
}
.search-form__selector--category .search-form__selector-text{
    background: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/blue-filter-icons.svg#category-view);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0% 50%;
}
.search-form__selector--liga .search-form__selector-text{
    background: url(/local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/../../img/blue-filter-icons.svg#liga-view);
    background-repeat: no-repeat;
    background-size: 17px 21px;
    background-position: 0% 50%;
}

/* End */


/* Start:/local/templates/new_arena/css/leaflet.css?175328535014271*/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 990;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/local/templates/new_arena/css/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/local/templates/new_arena/css/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/local/templates/new_arena/css/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* End */


/* Start:/local/modules/swiper/swiper-bundle.min.css?175328534918451*/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/themes/blue/style.css?17532853492337*/
.event-cards .event-cards__elem:nth-of-type(3),
.event-cards .event-cards__elem:nth-of-type(4){
    display: none;
}
.about-event-headline,.info-to-buy-headline{
    display: none;
}
.match {
    margin: 0;
    padding: 0;
}
.info-to-buy-block {
    margin-bottom: 58px;
}
.hints-on-map{
    display: none;
}
.additional-services{
    display: none;
}
.price-range .item-price {
    display: none;
}
#map svg g.active:not(.select) tspan,
#map svg g.active:not(.select) text {
    fill: #fff !important;
}
.js-toggle-bottom-block__text{
    display: none;
}
.bottom-block__text--start{
    display: none;
}
.sector_popup__header--row{
    display: none;
}
.mobile_sector__info {
    display: none;
}
.btn.mobile_sector__button {
    font-size: 14px;
    line-height: 56px;
    background: var(--base-color);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 0;
}
.mobile_sector__button.btn.btn--my-orange .mobile_sector__title-title{
    display: none;
}
.right-motivation--orange{
    display: none;
}
.bottom-block__fan.bottom-block__fan--orange{
    display: none;
}
.btn-mobile-scheme-show{
    display: none !important;
}
.multidate-block--info{
    display: none;
}
.bottuns-above-scheme__to-drop-list--orange{
    display: none;
}
.js-change-scheme-view.js-change-scheme-view--orange{
    display: none !important;
}
@media (max-width: 768px) {
    .ticket-row_list-item.selected.only-selected:hover {
        background: #009540;
        color: #009540;
    }
    .map .sector_popup #spartak g.active:not(.only-selected):hover rect, .map .sector_popup #spartak g.active:not(.only-selected):hover path, .map svg #mesta g.active:not(.only-selected):hover rect, .map svg #mesta g.active:not(.only-selected):hover circle {
        fill: #e379ff !important;
        stroke: #e379ff !important;
        stroke-width: 4.1;
    }
    .ticket-row_list-item:hover {
        background: #e379ff;
    }

    .ticket-row_list-item.selected.only-selected:hover:after {
        content: "✓";
    }

    .detail-event .event-cards__logo
    {
        min-height: 85px;
    }
    .detail-event .event-cards__team-logos
    {
        margin-bottom: 20px;
    }
    .detail-event .event-cards__team-logos .lcenter
    {
        line-height: 85px !important;
    }
}
/* End */
/* /local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/style.css?175328534959197 */
/* /local/templates/new_arena/components/bitrix/breadcrumb/breadcrumb_afisha/style.css?1753285349529 */
/* /local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/style.css?175328534912563 */
/* /local/templates/new_arena/components/bitrix/news.list/events_new/themes/blue/style-filter.css?17532853491530 */
/* /local/templates/new_arena/css/leaflet.css?175328535014271 */
/* /local/modules/swiper/swiper-bundle.min.css?175328534918451 */
/* /local/templates/new_arena/components/bitrix/news/afisha/bitrix/news.detail/.default/themes/blue/style.css?17532853492337 */
