

/* Start:/local/templates/afisha80/template_styles.css?177314979731942*/
:root {
  --green-dark: #16392B;
  --green: #1f573f;
  --orange: #FF4518;
  --gray-bg: #F2F2F3;
  --gray-border: #e0e0e0;
  --text-main: #000;
  --text-muted: #777;
  --white: #ffffff;
  --accent: #e4f5ec;
  --badge-green: #1a7b52;
  --dark-gray: #4C5155;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Google Sans", sans-serif;
  background: #ffffff;
  color: var(--text-main);
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1620px;
  padding: 0 40px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

/* ШАПКА */

header {
  background: var(--green-dark);
}

.top-bar-wrapper {
}
header .container {
  padding: 0;
}
.top-bar {
  color: #ffffff;
  padding: 13.5px 40px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.top-bar__logo img {
  width: 206px;
}

.top-bar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-nav {
  display: flex;
  gap: 20px;
  font-size: 17px;
}
.top-nav a {
  text-transform: uppercase;
  font-weight: 500;
}
.top-nav a:hover {
  opacity: 0.8;
}

.top-bar__btn {
  background: var(--orange);
  color: #ffffff;
  padding: 16px 54px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}

/* ХЕРО-СЕКЦИЯ */

.banner {
  display: grid;
  grid-template-columns: auto 520px;
  min-height: 320px;
  background: var(--green-dark);
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.banner__image {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.banner__image img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  min-height: 500px;
}

.banner__title {
  font-size: 54px;
  line-height: 68px;
  text-transform: uppercase;
  margin: 43px 40px 43px;
  font-weight: 500;
}
.banner__uzel {
  position: relative;
  overflow: hidden;
}
.banner__uzel img {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}


/* КОНТЕЙНЕР */

.page-title {
  font-size: 54px;
  text-transform: uppercase;
  line-height: 68px;
  margin: 40px 0 24px;
}

.breadcrumbs {
  font-size: 12px;
  color: var(--text-muted);
}

/* ФИЛЬТРЫ АФИШИ */

.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
  flex-wrap: wrap;
}

.filter-tabs {
  display: flex;
  gap: 2px;
  background: var(--gray-bg);
  border-radius: 2px;
  overflow: hidden;
  font-size: 13px;
}

.filter-tabs__item {
  padding: 7px 14px;
  cursor: pointer;
  color: var(--text-muted);
}

.filter-tabs__item--active {
  background: #ffffff;
  color: var(--text-main);
  box-shadow: 0 0 0 1px var(--gray-border) inset;
}

.filter-selects {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
}

.filter-selects select {
  padding: 7px 30px 7px 10px;
  border-radius: 2px;
  border: 1px solid var(--gray-border);
  background: #ffffff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23777' stroke-width='1.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center;
  appearance: none;
}

/* СЕТКА КАРТОЧЕК */

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card {
  border: 1px solid var(--gray-border);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.card__image {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: var(--badge-green);
  color: #ffffff;
  font-size: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
  border-radius: 2px;
}

.card__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card__date {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.card__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card__meta {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: auto;
}

.card__meta span + span::before {
  content: "•";
  padding: 0 4px;
}

/* ПАГИНАЦИЯ */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  font-size: 13px;
}

.pagination__item {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pagination__item--active {
  border-color: var(--orange);
  color: var(--orange);
}

.pagination__item:hover:not(.pagination__item--active) {
  border-color: var(--gray-border);
}

/* ПОДВАЛ */

.footer {
  background: var(--green-dark);
  color: #ffffff;
  font-size: 12px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 300px 151px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 40px 0 40px;
}
.footer-top__contacts {
  padding-top: 18px;
  position: relative;
  font-size: 18px;
}
.footer-top__contacts_title {
  font-size: 14px;
  margin-bottom: 8px;
}
.footer-top__contacts:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 0;
}
.footer__logo img {
  width: 310px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  padding: 24px 0 20px;
}

.pc {
    display: block;
}

  .ph {
      display: none;
  }

.filter {
  width: 100%;
  background: var(--gray-bg);
  padding: 60px 0 40px;
}

.filter-labels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  -ms-flex-wrap: wrap;
}

.filter-labels-list li {
  margin: 5px;
  padding: 0;
  list-style: none;
}

.filter-labels-list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.filter-labels-list li.active a {
  color: #fff;
  background-color: var(--orange);
}
.filter-labels-list li.active a svg {
  color: #fff;
  fill: #fff;
}

.filter-labels-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 12px 12px;
  -webkit-transition: background-color 0.2s, ease-color 0.3s ease;
  -o-transition: background-color 0.2s, ease-color 0.3s ease;
  transition: background-color 0.2s, ease-color 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 19px;
}
.filter-labels-list li a:hover {
  background: var(--orange);
  color: #fff;
}

.filter-labels-list li .icon-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.filter-labels-list li .icon-star::before {
  margin-right: 8px;
  color: currentColor;
  font-size: 20px;
}
.icon-clear {
  width: 42px;
  height: 18px;
}
.filter-labels-list li a svg {
  height: 18px;
  width: 18px;
}
.filter-labels-list li a:hover svg {
  color: #fff;
  fill: #fff;
}


.filter-sorting {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-wrap: wrap;
  gap: 12px;
}

.filter-sorting a, .filter-sorting select {
  display: inline-block;
  min-height: 33px;
  line-height: 43px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  text-decoration: none;
  border: 1px solid #0000000A;
  background: var(--gray-bg);
  border-radius: 4px;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  padding-left: 44px;
  padding-right: 44px;
  color: #092034;
  font-weight: 500;
}

.filter-sorting a.active {
  color: #fff;
  border-color: transparent;
  background-color: var(--orange);
}

.filter-sorting select {
  padding-right: 35px;
  background: url("/local/templates/afisha80/images/arrow.svg") no-repeat right 12px center;
  background-color: var(--gray-bg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 12px;
}

.filter-sorting input,
.filter-sorting select {
  outline: none;
}

.filter-sorting--right {
  margin-left: auto;
}

.filter-sorting .ui__date .ui__date-input[type=text] {
  min-height: 100%;
}
.ui__date--filter {
  position: relative;
}
.dateInput {
  background: var(--gray-bg);
  border: 1px solid #0000000A;
  height: 43px;
  line-height: 43px;
  padding: 12px 20px 12px 38px;
  border-radius: 4px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
  font-size: 15px;
  color: #092034;
}
.ui__date--filter::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  top: 12px;
  left: 12px;
  background: url("/local/templates/afisha80/images/calendar.png") center center no-repeat;
  background-size: 18px;
}

.afisha {
  margin: 24px 0 0;
}
.poster-list {
  display: grid;
  width: 100%;
  margin: 0px 0 60px 0;
  grid-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  border-left: 1px solid #00000029;
  border-top: 1px solid #00000029;
}

.poster-item {
  position: relative;
  border-bottom: 1px solid #00000029;
  border-right: 1px solid #00000029;
  padding: 16px;
}

.poster-item__link::before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  inset: 0;
}

.poster-item__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 275px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  border-radius: 4px;
  background-color: #1E1E1ECC;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.poster-item picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  inset: 0;
}

.poster-item picture img {
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.poster-item h3 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}

.poster-item__info {
  margin-top: 8px;
}

.poster-item__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #474747;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 18px;
  color: #4C5155;
}

.poster-item__info span::before {
  margin-right: 6px;
  color: #76b312;
  font-size: 15px;
}

.poster-item__info span + span {
  margin-top: 6px;
}
.icon-clock {
  background: url("/local/templates/afisha80/images/clock.svg") left center no-repeat;
  padding-left: 24px;
}
.icon-map {
  background: url("/local/templates/afisha80/images/mark.svg") left center no-repeat;
  padding-left: 24px;
}

.poster-item-img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 12px 14px 12px;
  line-height: initial;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -ms-flex: 1 1 auto;
  -ms-flex-direction: column;
}

.poster-item-img__top {
  margin-bottom: auto;
}

.poster-item-img__top .icon-star {
  color: #76b312;
  font-size: 26px;
  line-height: 0;
}

.poster-item-img__top,
.poster-item-img__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 10px;
}

.poster-label {
  padding: 4px 8px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background-color: var(--green);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.poster-item-img__bottom .poster-label {
  background: #1E1E1ECC;
}

.poster-list--not {
  margin: 70px 0;
}

.bx-pagination .bx-pagination-container ul li span {
  background: none;
  color: #4C5155;
  transition: none;
}
.bx-pagination .bx-pagination-container ul li.bx-active span, .bx-pagination .bx-pagination-container ul li a:hover span {
  background: #FFDDD4;
  border-radius: 4px;
  color: var(--orange);
}
.bx-pagination .bx-pagination-container ul li a {
  border-radius: 0;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  text-indent: -9999px;
  border: none;
  width: 32px;
  height: 26px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span, 
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  padding: 0;
  border: none;
  text-indent: -9999px;
  opacity: 0.6;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, 
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  opacity: 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span {
  background: url("/local/templates/afisha80/images/arrow-left.svg") center center no-repeat;
}
body .bx-pagination .bx-pagination-container ul li.bx-pag-next span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: url("/local/templates/afisha80/images/arrow-right.svg") center center no-repeat;
}

.page {
  padding-bottom: 40px;
}
.page.inner {
  background: rgba(242, 242, 243, 1);
}
.breadcrumbs,
body .mm_breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0 40px;
  color: #878787;
  font-size: 14px;
  column-gap: 10px;
}
body .mm_breadcrumbs {
  padding: 0;
}
body .mm_breadcrumbs > div a {
  color: #878787;
}
body .mm_breadcrumbs__element:not(:last-of-type) {
  margin-right: 0;
}
.breadcrumbs a,
body .mm_breadcrumbs a,
.breadcrumbs span {
  color: #878787;
  font-size: 14px;
}
.breadcrumbs__element:not(:first-of-type)::before,
body .mm_breadcrumbs .nm_breadcrumbs__element:not(:first-of-type)::before {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  margin: 0;
  margin-right: 7px;
  background: #878787;
  content: "";
  vertical-align: middle;
}

.event-item__content-left .vi-table-ul li:before {
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.5L2.19569 6.95362C4.54403 6.36926 6.37685 4.53445 6.95867 2.18548L7.5 0L8.04133 2.18548C8.62315 4.53445 10.456 6.36926 12.8043 6.95362L15 7.5L12.8043 8.04638C10.456 8.63074 8.62315 10.4656 8.04133 12.8145L7.5 15L6.95867 12.8145C6.37685 10.4655 4.54403 8.63074 2.19569 8.04638L0 7.5Z" fill="%234A8E39"/></svg>');
  content: "";
}
.event-item__box.wrapper {
  max-width: 1348px;
}
.event-item__top {
  align-items: normal;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #00000029;
  display: grid;
  grid-template-columns: 52% 48%;
}
.event-item__content {
  display: grid;
  grid-template-columns: 1fr 375px;
  gap: 20px;
}
.event-item__content-left {
  background: #fff;
  padding: 32px;
  font-size: 16px;  
  border-radius: 8px;
  border: 1px solid #00000029;
  color: #3D3D3D;
}
.event-item__top-left {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: var(--bg-white);
  border-right: 1px solid #00000029;
}
.event-item__top-left h1 {
  margin: 0 0 24px;
  font-size: 46px;
  text-transform: uppercase;
}
.label-section__box-cancel {
  width: max-content;
  line-height: 17px;
  padding: 5px 10px;
  margin: 0 0 10px;
  border: 1px solid #c4300f !important;
  border-radius: 5px;
  color: var(--bg-white) !important;
  background: #c4300f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-weight: 600;
}
.label-section__box-free {
  width: max-content;
  line-height: 17px;
  padding: 5px 10px;
  margin: 0 0 10px;
  border: 1px solid var(--green);
  border-radius: 5px;
  color: var(--bg-white) !important;
  background: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-weight: 600;
}
.label-section__box {
  display: inline-block;
}
.label-section__box a,
.label-section__box:not(:has(a)) {
  display: block;
  line-height: 19px;
  padding: 4px 8px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  background: #1E1E1ECC;
}
.event-item__section-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-right: 50px;
  gap: 10px;
}
.event-item__label {
  margin: 0 0 50px;
}
.event-item__top-slider {
  width: 100%;
  max-width: 650px;
}
.event-item__top-slider img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event-item__date {
  align-items: flex-start;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 22px;
  font-size: 15px;
  color: var(--dark-gray);
}
.events-date__box i {
  background: var(--green);
}
.event-item__date .events-date__box:not(:last-child),
.event-item__date .events-city__box:not(:last-child) {
  margin: 0 0 12px;
}
.event-item__order {
  justify-content: flex-start;
  margin: 35px 0 0;
  column-gap: 20px;
}
.event-item__top-left .cart-wrap {
  margin: 50px 0 0;
}
body .button-order {
  line-height: 19px;
  padding: 16px 55px;
  border-radius: 4px;
  color: var(--bg-white);
  background: var(--orange);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.button-order__cancel {
  opacity: 0.5;
  pointer-events: none;
}
.cart-buy__box {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  line-height: 21px;
  margin: 35px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-weight: 600;
}
.cart-buy__box a {
  display: flex;
  align-items: center;
  color: #222;
  font-family: "Inter", sans-serif;
  column-gap: 14px;
}
.cart-buy__box a:before {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(/local/templates/afisha80/images/pushkin-cart.png);
  content: "";
}
.cart-buy__box div {
  line-height: 18px;
  opacity: 0.5;
  color: #222222;
  text-transform: none;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.order-price__price {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.event-slider__box {
  max-height: 490px;
  border-radius: 0 8px 8px 0;
  min-height: 100%;
  height: 100%;
}
.event-item__top-slider .swiper-pagination:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 290px;
  background: linear-gradient(
    180deg,
    rgba(3, 3, 3, 0) 0%,
    rgba(3, 3, 3, 0.5) 100%
  );
  content: "";
  pointer-events: none;
}
.event-item__top-slider .swiper-pagination.swiper-pagination-lock:before {
  display: none;
}
.event-item__top-slider .swiper-pagination {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 25px;
  gap: 12px;
}
.event-item__top-slider .swiper-pagination span {
  z-index: 2;
  display: block;
  width: 56px;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.event-item__top-slider
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.event-item__top-slider .swiper-arrows .swiper-button-next,
.event-item__top-slider .swiper-arrows .swiper-button-prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 38px;
  height: 30px;
  margin: -15px 0 0;
  border-radius: none;
  background: none;
}
.event-item__top-slider .swiper-arrows .swiper-button-next {
  right: 20px;
}
.event-item__top-slider .swiper-arrows .swiper-button-prev {
  left: 20px;
}
.event-item__top-slider .swiper-arrows .swiper-button-next:after,
.event-item__top-slider .swiper-arrows .swiper-button-prev:after {
  width: 38px;
  height: 30px;
  background: var(--bg-white);
  -webkit-mask-image: url('data:image/svg+xml,<svg width="38" height="30" viewBox="0 0 38 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_679_2329)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.1172 5.93553C19.3774 12.258 23.331 14.0374 33.656 14.468C23.8543 14.9233 20.0606 16.8289 16.1172 23.0005L16.1172 15.9397L4 15.9397L4 13.5859L16.1172 13.5859L16.1172 5.93553Z" fill="white"/></g><defs><filter id="filter0_d_679_2329" x="0" y="3.93555" width="37.6562" height="25.0649" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_679_2329"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_679_2329" result="shape"/></filter></defs></svg>');
  mask-image: url('data:image/svg+xml,<svg width="38" height="30" viewBox="0 0 38 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_679_2329)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.1172 5.93553C19.3774 12.258 23.331 14.0374 33.656 14.468C23.8543 14.9233 20.0606 16.8289 16.1172 23.0005L16.1172 15.9397L4 15.9397L4 13.5859L16.1172 13.5859L16.1172 5.93553Z" fill="white"/></g><defs><filter id="filter0_d_679_2329" x="0" y="3.93555" width="37.6562" height="25.0649" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_679_2329"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_679_2329" result="shape"/></filter></defs></svg>');
}
.event-item__content {
  align-items: normal;
  margin: 30px 0 0;
  column-gap: 28px;
}
.event-item__content-left a:not(.btn) {
  color: var(--green);
}
.event-item__content-left a:hover {
  color: var(--font-color-default);
}
.content-poster__table {
  margin-top: 32px;
}
.event-item__content-left .content-poster__table a:not(.icon-map) {
  /*  color: #3D3D3D;*/
}
.event-item__content-left .content-poster__table:first-child {
  margin: 0;
}
.event-item__content-right {
  width: 100%;
  max-width: 330px;
}
.event-item__content-left .vi-table-ul li:not(:last-child) {
  margin: 0 0 16px;
}
.event-item__content-left .vi-table-ul {
  margin: 0;
}
.content-poster__table-row {
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 50px;
}
.content-poster__table-row a {
  color: var(--green);
}
.content-poster__table-row a:hover {
  color: var(--bg-black);
}
.content-poster__table-row:not(:last-child) {
  margin: 0 0 24px;
}
.event-item__content-left .vi-table__title,
.content-poster__table-row .vi-table__title {
  display: block;
  flex-shrink: 0;
  width: 100%;
  max-width: 220px;
  line-height: 22px;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px !important;
  font-weight: 600;
}
.event-item__content-left .vi-table__description,
.content-poster__table-row .vi-table__description {
  line-height: 22px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}
.event-item__content-left .vi-table__map,
.content-poster__table-row .vi-table__description .vi-table__map {
  margin: 0;
  column-gap: 20px;
  row-gap: 10px;
}
.event-item__content-left .vi-table__map li {
  margin: 0 !important;
}
.event-item__content-left .vi-table__map li a {
  color: var(--green);
}
.event-item__content-left p {
  margin-bottom: 18px;
}
.event-item__content-right h2,
.event-item__content-right .h2 {
  line-height: 33px;
  margin: 0 0 24px;
  font-size: 32px;
  text-transform: uppercase;
}
.poster-item__container:not(:last-child) {
  margin: 0 0 15px;
}
.poster-item__box {
  align-items: center;
  line-height: 22px;
  color: #4C5155;
  font-size: 14px;
  column-gap: 14px;
}
.poster-item__box picture {
  flex-shrink: 0;
}
.poster-item__box picture img {
  display: block;
  border-radius: 8px;
}
.poster-item__box h3,
.poster-item__box .h3 {
  display: -webkit-box;
  overflow: hidden;
  line-height: 125%;
  margin: 0 0 4px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content-interest {
  display: none;
}


.cart-wrap {
  margin-top: 20px;
}

.cart-wrap .btn {
  padding: 8px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 201px;
  background-color: #F1973F;
  border: 1px solid #F1973F;
  border-radius: 52px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.modal-wrap {
  display: none;
}

.modal-wrap.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #424242;
  z-index: 999;
}

body.stop {
  overflow: hidden;
}

.close {
  position: absolute;
  right: 45px;
  top: 45px;
  cursor: pointer;
}

.modal-back {
  padding: 30px;
  background: #fff;
  max-width: 1250px;
  max-height: 90%;
}

.modal-body {
  height: 100%;
  max-height: 80vh;
  position: relative;
  padding: 35px;
  background: #F2F2F2;
  border-radius: 55px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  overflow: auto;
}

.modal-top {
  margin-bottom: 43px;
  display: flex;
  align-items: center;
}

.modal-top img {
  margin-right: 94px;
}

.modal-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 0.05em;
  color: #222222;
}

.modal-subtitle {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.modal-column-wrap {
  display: flex;
  justify-content: space-between;
}

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

.modal-column li {
  margin-bottom: 15px;
}

.poster-description__order {
  margin-top: 30px;
}

.desc-hide {
  display: none;
}

.modal-column-wrap {
  max-height: 150px;
  overflow: hidden;
}

.modal-column-wrap.active {
  max-height: none;
}
.modal {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Inter", sans-serif;
    --transition-time: 0.3s;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
}

@media (max-width: 1599px) {
  .banner__title {
    font-size: 48px;
    line-height: 54px;
  }
  .banner__uzel img {
    max-height: 576px;
  }
}
@media (max-width: 1200px) {
  .banner {
    grid-template-columns: 1.75fr 1.25fr;
  }
  .banner__title {
    margin: 10px 40px 10px;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__inner {
    grid-template-columns: 1.5fr 1.5fr;
  }
}

@media (max-width: 1023px) {
  .pc {
      display: none;
  }
  .ph {
      display: block;
  }
  .container {
    padding: 0 14px;
  }
  .top-bar {
    padding:  14px;
  }
  .banner {
    grid-template-columns: 1fr;
  }
  .banner__title {
    margin: 16px 14px;
    font-size: 28px;
    line-height: 34px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 20px;
  }
  .event-item__content {
    grid-template-columns: 1fr;
  }
  .event-item__content-right {
    max-width: 500px;
  }
  .event-item__top-left h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .poster-list {
    grid-template-columns: 50% 50%;
  }
  .sort-filter.ph {

  }
  .filter {
    padding: 20px 0;
  }
  .filter-sorting .ui__date .ui__date-input[type=text], .filter-sorting a, .filter-sorting select {
    background-color: #fff;
  }
  .events-box .filter {
    background-color: transparent;
    margin: 0;
  }
  .filter.ph {
    padding: 0;
    overflow-y: auto;
  }
  .filter-labels-list li a {
    background-color: #EFEFEF;
  }
  .filter-labels-list {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .filter-labels-list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .event-item__top {
    display: flex;
    flex-direction: column-reverse;
  }
  .event-item__top-slider img {
    width: 100%;
    border-radius: 8px;
  }
  .event-item__top-slider {
    max-width: 9999px;
  }
  .event-slider__box {
    overflow: hidden;
    border-radius: 0;
  }
  .event-item__top-left {
    padding: 24px 12px;
  }
  .event-item__label {
    margin-bottom: 24px;
  }
  .event-item__top-left h1 {
    margin-bottom: 14px;
  }
  .event-item__date .events-date__box:not(:last-child), .event-item__date .events-city__box:not(:last-child) {
    margin-bottom: 8px;
  }
  .event-item__order {
    margin-top: 24px;
    flex-direction: column;
    max-width: 480px;
    gap: 8px;
  }
  .order-price__subtitle {
    display: inline-block;
    vertical-align: middle;
  }
  .order-price__price {
    vertical-align: middle;
    font-size: 18px;
  }
  .breadcrumbs {
    padding: 20px 0;
  }
  .cart-buy__box {
    margin-top: 24px;
  }
  .event-item__content-left {
    padding: 16px;
  }
  .content-poster__table-row {
    column-gap: 20px;
  }
  .sort-filter.ph .filter-sorting {
    flex-direction: column;
  }
  .filter-sorting .ui__date .ui__date-input[type=text], .filter-sorting a, .filter-sorting select {
    width: 100%;
  }
  .filter-sorting-dates-wrapper {
    overflow-y: auto;
    width: 100%;
  }
  .filter-sorting-dates {
    display: flex;
    gap: 8px;
  }
  .filter-sorting-dates a {
    white-space: nowrap;
  }
  .filter-sorting select {
    margin-left: 0;
  }
  .ui__date--filter {
    width: 100%;
  }
  .page-title {
    margin-top: 24px;
    font-size: 24px;
    line-height: 30px;
  }
  .filter-labels-list, .filter.ph {
    min-height: 43px;
  }
  .filter-labels-list li {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .content-poster__table-row {
    display: block;
  }
  .poster-list {
    grid-template-columns: 1fr;
  }
}
/* End */
/* /local/templates/afisha80/template_styles.css?177314979731942 */
