.elementor-1404 .elementor-element.elementor-element-b1dd7d9{--display:flex;--margin-top:83px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1404 .elementor-element.elementor-element-53ef2f8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1404 .elementor-element.elementor-element-d3bf0c3 .elementor-heading-title{font-family:"Adderley", Sans-serif;font-size:94px;font-weight:600;color:var( --e-global-color-c9740d4 );}.elementor-1404 .elementor-element.elementor-element-d3bf0c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-1404 .elementor-element.elementor-element-b1dd7d9{--content-width:500px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:16px;--padding-right:16px;}.elementor-1404 .elementor-element.elementor-element-d3bf0c3 .elementor-heading-title{font-size:64px;}.elementor-1404 .elementor-element.elementor-element-d3bf0c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 14px) 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-1404 .elementor-element.elementor-element-b1dd7d9{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-53ef2f8 */.custom-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Onest', sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 32px;
}

.custom-breadcrumbs a {
  color: #262626;
  text-decoration: none;
  font-weight: 400;
}

.custom-breadcrumbs .bc-separator {
  color: #A5A5A5;
  font-size: 30px;
  line-height: 1;
}

.custom-breadcrumbs .bc-current {
  color: #A5A5A5;
  font-weight: 400;
}

/* Мобилка */
@media (max-width: 767px) {
  .custom-breadcrumbs {
    font-size: 16px;
    gap: 8px;
    margin-bottom: 24px;
  }

  .custom-breadcrumbs .bc-separator {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1df4446 */.afisha-wrap {
  width: 100%;
  font-family: Inter, sans-serif;
}

.afisha-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

/* КНОПКИ МЕСЯЦЕВ */

.afisha-months {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.afisha-month-btn {
  height: 54px;
  padding: 0 10px 0 32px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 999px;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #262626;
  font-family: 'Onest', sans-serif;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.afisha-month-btn span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #1A321D;
  font-size: 18px;
  font-weight: 500;
  transition: 0.2s ease;
}

.afisha-month-btn.active {
  background: #1A321D;
  border-color: #1A321D;
  color: #fff;
}

.afisha-month-btn.active span {
  background: #fff;
  color: #1A321D;
}

.afisha-month-btn:hover,
.afisha-month-btn:focus,
.afisha-month-btn:active {
  outline: none;
  box-shadow: none;
}

/* ФИЛЬТРЫ */

.afisha-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.afisha-filter-btn {
  height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #151515;
  font-family: 'Onest', sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.afisha-filter-btn.active {
  background: #1A321D;
  color: #fff;
  border-color: #1A321D;
}

.afisha-filter-btn:hover,
.afisha-filter-btn:focus,
.afisha-filter-btn:active {
  background: #1A321D !important;
  border-color: #1A321D !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}

/* GRID */

.afisha-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.afisha-card {
  display: block;
  background: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #151515;
  transition: transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.afisha-card:hover {
  transform: translateY(-3px);
  border-color: #F5F5F5;
}

.afisha-card:focus,
.afisha-card:active {
  outline: none;
  box-shadow: none;
}

/* ДАТА */

.afisha-date-row {
  height: 44px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1A321D;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.afisha-date-row strong {
  font-size: 17px;
  margin-right: 4px;
}

.afisha-date-row span {
  font-size: 15px;
  font-weight: 700;
}

/* ФОТО */

.afisha-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}

.afisha-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* КОНТЕНТ */

.afisha-content {
  padding: 18px 16px 20px;
}

.afisha-content h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #262626;
}

.afisha-content p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.afisha-published {
  font-size: 13px;
  color: #a3a3a3;
}

/* ПЛАНШЕТ */

@media (max-width: 1024px) {
  .afisha-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .afisha-img {
    height: 280px;
  }
}

/* МОБИЛКА */

@media (max-width: 767px) {
  .afisha-wrap {
    width: 100%;
    padding: 0;
  }

  .afisha-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    margin-bottom: 26px;
  }

  .afisha-months {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }

  .afisha-month-btn {
    height: 40px;
    padding: 0 8px 0 18px;
    gap: 10px;
    font-size: 16px;
  }

  .afisha-month-btn span {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .afisha-filters {
    display: flex;
    gap: 8px;
    width: 100%;
  }

  .afisha-filter-btn {
    height: 40px;
    padding: 0 18px;
    font-size: 15px;
    white-space: nowrap;
  }

  .afisha-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }

  .afisha-card {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .afisha-date-row {
    height: 43px;
    padding: 0 16px;
    font-size: 12px;
  }

  .afisha-date-row strong {
    font-size: 16px;
  }

  .afisha-date-row span {
    font-size: 14px;
  }

  .afisha-img {
    height: 260px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .afisha-content {
    padding: 14px 16px 18px;
  }

  .afisha-content h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .afisha-content p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 10px;
    -webkit-line-clamp: 5;
  }

  .afisha-published {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Adderley';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://sakhatheatre.ru/wp-content/uploads/2026/04/adderley_bold.woff') format('woff');
}
/* End Custom Fonts CSS */