:root {
  --red: #c8201f;
  --blue: #11376d;
  --gold: #d79a11;
  --cream: #F5F0E6;
  --ink: #111315;
  --font-head: 'Oswald', sans-serif;
  --font-impact: 'Montserrat', 'Oswald', sans-serif;
  --font-signature: 'Caveat', "Segoe Print", "Comic Sans MS", cursive;
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 10% 12%, rgba(215, 154, 17, 0.08), transparent 21rem),
    radial-gradient(circle at 94% 22%, rgba(200, 32, 31, 0.08), transparent 16rem),
    var(--cream);
  color: var(--blue);
}

.section-stack-top {
  z-index: 2;
}

body>*:not(#bg-decor):not(.modal):not(.modal-backdrop):not(.offcanvas):not(.offcanvas-backdrop):not(#mainNav):not(#scroll-top):not(#cookieBanner) {
  position: relative;
  z-index: 1;
}

#eventModal,
#mcModal {
  z-index: 1080;
}

.modal-backdrop {
  z-index: 1070;
}

section {
  position: relative;
  overflow: hidden;
  --section-tint-a: rgba(245, 240, 230, 0);
  --section-tint-b: rgba(245, 240, 230, 0.84);
  --section-tint-c: rgba(250, 247, 241, 0.92);
  background:
    linear-gradient(180deg,
      var(--section-tint-a) 0%,
      var(--section-tint-b) 9%,
      var(--section-tint-c) 50%,
      var(--section-tint-b) 91%,
      var(--section-tint-a) 100%);
}

.about {
  --section-tint-a: rgba(237, 232, 220, 0);
  --section-tint-b: rgba(237, 232, 220, 0.82);
  --section-tint-c: rgba(245, 241, 232, 0.9);
}

.program,
.venues,
.masterclasses,
.partners {
  --section-tint-a: rgba(245, 240, 230, 0);
  --section-tint-b: rgba(245, 240, 230, 0.82);
  --section-tint-c: rgba(250, 247, 241, 0.9);
}

#contacts {
  --section-tint-a: rgba(245, 240, 230, 0);
  --section-tint-b: rgba(243, 238, 229, 0.8);
  --section-tint-c: rgba(249, 246, 239, 0.88);
}

section>.container,
section>.container-fluid {
  position: relative;
  z-index: 1;
}

section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(circle at 86% 16%, rgba(200, 32, 31, 0.12), transparent 18rem),
    radial-gradient(circle at 12% 74%, rgba(215, 154, 17, 0.13), transparent 16rem),
    linear-gradient(118deg, transparent 0 46%, rgba(17, 55, 109, 0.045) 46.2% 46.8%, transparent 47% 100%);
}

.about::after {
  background:
    radial-gradient(circle at 84% 18%, rgba(17, 55, 109, 0.13), transparent 17rem),
    radial-gradient(circle at 10% 80%, rgba(200, 32, 31, 0.12), transparent 15rem);
}

.program::after {
  background:
    radial-gradient(circle at 92% 28%, rgba(200, 32, 31, 0.13), transparent 22rem),
    radial-gradient(circle at 8% 62%, rgba(215, 154, 17, 0.14), transparent 18rem);
}

.venues::after {
  background:
    radial-gradient(circle at 12% 36%, rgba(17, 55, 109, 0.13), transparent 24rem),
    radial-gradient(circle at 88% 70%, rgba(215, 154, 17, 0.14), transparent 20rem),
    linear-gradient(135deg, transparent 0 48%, rgba(200, 32, 31, 0.055) 48.2% 48.8%, transparent 49%);
}

.masterclasses::after,
.partners::after,
#contacts::after {
  background:
    radial-gradient(circle at 88% 30%, rgba(215, 154, 17, 0.15), transparent 18rem),
    radial-gradient(circle at 14% 76%, rgba(200, 32, 31, 0.12), transparent 15rem);
}

.program::before,
.venues::before,
.masterclasses::before,
.partners::before,
#contacts::before {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  font-family: bootstrap-icons !important;
  line-height: 1;
  font-size: clamp(92px, 13vw, 190px);
  opacity: 0.13;
  color: var(--blue);
}

.program::before {
  content: "\F49E";
  right: calc(clamp(18px, 7vw, 120px) + 10px);
  top: 116px;
  color: var(--red);
  transform: rotate(-11deg);
}

.venues::before {
  content: "\F3E8";
  left: calc(clamp(14px, 5vw, 88px) + 10px);
  top: 122px;
  color: var(--blue);
  transform: rotate(7deg);
}

.masterclasses::before {
  content: "\F4B1";
  right: calc(clamp(14px, 7vw, 110px) + 10px);
  top: 102px;
  color: var(--gold);
  transform: rotate(12deg);
}

.partners::before {
  content: "\F4CF";
  left: clamp(18px, 6vw, 100px);
  top: 52px;
  color: var(--red);
  transform: rotate(-8deg);
}

#contacts::before {
  content: "\F32F";
  right: calc(clamp(18px, 7vw, 120px) + 10px);
  top: 82px;
  color: var(--blue);
  transform: rotate(8deg);
}

section {
  scroll-margin-top: 70px;
}

/* в”Ђв”Ђ Section header в”Ђв”Ђ */

.sh-accent {
  width: 50px;
  height: 4px;
  background: var(--red);
  margin-bottom: 16px;
}

.section-header.light .sh-accent {
  background: var(--gold);
}

.section-header.light h2,
.section-header.light p {
  color: #fff;
}

.section-header h2 {
  font-family: var(--font-head);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.1;
  color: var(--ink);
}

.section-header p {
  font-size: 15px;
  color: #777;
  letter-spacing: 1px;
}

/* Scroll reveal */

.reveal-on-scroll {
  --reveal-shift-x: 0px;
  --reveal-shift-y: 42px;
  --reveal-scale: 0.985;
  --reveal-rotate: 0deg;
  --reveal-blur: 10px;
  --reveal-delay: 0ms;
  opacity: 0;
  visibility: hidden;
  filter: blur(var(--reveal-blur));
  transform: translate3d(var(--reveal-shift-x), var(--reveal-shift-y), 0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate));
  transform-origin: 50% 50%;
  transition:
    opacity 760ms var(--ease-out-quint),
    transform 760ms var(--ease-out-quint),
    filter 760ms ease,
    visibility 0s linear 760ms;
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform, filter;
}

.reveal-on-scroll[data-reveal="left"] {
  --reveal-shift-x: -48px;
  --reveal-shift-y: 20px;
}

.reveal-on-scroll[data-reveal="right"] {
  --reveal-shift-x: 48px;
  --reveal-shift-y: 20px;
}

.reveal-on-scroll[data-reveal="up"] {
  --reveal-shift-y: 48px;
}

.reveal-on-scroll[data-reveal="soft"] {
  --reveal-shift-y: 28px;
  --reveal-scale: 0.992;
  --reveal-blur: 6px;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transition-delay: var(--reveal-delay);
  transition-duration: 760ms, 760ms, 760ms, 0s;
}

.reveal-on-scroll.is-past {
  opacity: 0.58;
  visibility: visible;
  filter: saturate(0.94);
  transform: translate3d(0, -10px, 0) scale(0.995);
  transition-delay: 0ms;
  transition-duration: 420ms, 420ms, 420ms, 0s;
}

@media (prefers-reduced-motion: reduce) {




  .reveal-on-scroll,
  .reveal-on-scroll.is-visible,
  .reveal-on-scroll.is-past {
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;
    transition: none;
  }
}

#hero {
  background: linear-gradient(to bottom right, rgba(255, 247, 232, .92) 30%, rgba(255, 247, 232, .6) 50%, transparent 70%);
  border-bottom: 1px solid rgba(22, 21, 18, 0.18);
}

#hero::before,
#hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

#hero::before {
  width: 25rem;
  height: 9rem;
  right: -7rem;
  top: 48rem;
  background: linear-gradient(120deg, transparent 18%, rgba(200, 32, 31, 0.95) 19% 44%, transparent 46%),
    radial-gradient(ellipse at 30% 55%, rgba(17, 55, 109, 0.9), transparent 54%);
  filter: blur(1px);
  transform: rotate(-9deg);
}

#hero::after {
  width: 20rem;
  height: 9rem;
  left: -6rem;
  top: 79rem;
  background: radial-gradient(ellipse at 42% 50%, rgba(200, 32, 31, 0.9), transparent 48%),
    linear-gradient(103deg, transparent 40%, rgba(215, 154, 17, 0.9) 41% 56%, transparent 58%);
  transform: rotate(-14deg);
}

/* в”Ђв”Ђ Date panel в”Ђв”Ђ */

.date-panel {
  background: linear-gradient(90deg, rgba(252, 244, 229, 0.96), rgba(239, 228, 209, 0.84));
  border-right: 1px solid rgba(24, 22, 18, 0.22);
}

.date-panel::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 9px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.11), transparent);
  opacity: 0.45;
  pointer-events: none;
}

.date-panel-mobile {
  gap: 14px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(24, 22, 18, 0.15);
}

.date-panel-mobile-copy {
  min-width: 0;
  flex: 1 1 220px;
  flex-wrap: wrap;
  row-gap: 2px;
}

.date-panel-mobile-date,
.date-panel-mobile-place {
  display: block;
  line-height: 1.15;
  letter-spacing: 0.8px;
}

.date-panel-mobile-date {
  font-size: 0.85rem;
}

.date-panel-mobile-place {
  font-size: 0.8rem;
  color: rgba(17, 19, 21, 0.78);
}

.date-panel-desktop {
  padding: 2.2vw 3.2vw;
  padding-bottom: 0;
}

.brand-lockup {
  gap: 12px;
  margin-bottom: clamp(24px, 2.2vw, 36px);
}

.place {
  margin-top: clamp(24px, 2.2vw, 36px);
}

.i18n-rtl .brand-lockup {
  gap: 48px;
}

.i18n-rtl .brand-lockup .brand-mark {
  order: 1;
}

.i18n-rtl .brand-lockup p {
  order: 0;
}

.i18n-rtl .offcanvas.show .offcanvas-body .navbar-nav {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .i18n-rtl .offcanvas-body .navbar-nav {
    flex-direction: row-reverse;
  }
}

.brand-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: #fff7e8;
  background: var(--red);
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(16px, 1.9vw, 24px);
  box-shadow: inset 0 -6px 0 rgba(152, 26, 23, 0.35);
  width: clamp(44px, 5vw, 68px);
  height: clamp(44px, 5vw, 68px);
}

.brand-mark-sm {
  width: 36px;
  height: 36px;
  font-size: 14px;
  box-shadow: inset 0 -4px 0 rgba(152, 26, 23, 0.35);
}

.brand-lockup p {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--blue);
  font-size: clamp(10px, 1.05vw, 14px);
}

.brand-lockup p::first-line {
  color: #6e665b;
}

.date-stack {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  margin-bottom: 0;
}

.date-range {
  color: var(--blue);
  font-size: clamp(58px, 8.2vw, 108px);
  line-height: 0.82;
}

.date-month {
  color: var(--blue);
  font-size: clamp(21px, 3.1vw, 42px);
}

.date-year {
  color: var(--red);
  font-size: clamp(45px, 6.2vw, 84px);
}

.place {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
  color: var(--blue);
  font-size: clamp(14px, 1.7vw, 24px);
}

.place span {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78em;
  font-weight: 800;
  line-height: 1.14;
  text-transform: uppercase;
}

/* в”Ђв”Ђ Decor в”Ђв”Ђ */

.decor-totem {
  position: absolute;
  left: clamp(40px, 5.4vw, 72px);
  bottom: -12px;
  width: 64px;
  height: 78px;
}

.decor-totem span {
  position: absolute;
  display: block;
}

.decor-totem span:nth-child(1) {
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  background: var(--red);
}

.decor-totem span:nth-child(2) {
  width: 3px;
  height: 38px;
  top: 26px;
  left: 7px;
  background: var(--gold);
  box-shadow: 0 12px 0 var(--gold), 0 25px 0 var(--gold);
}

.decor-totem span:nth-child(3) {
  width: 9px;
  height: 9px;
  right: 4px;
  bottom: 10px;
  background: var(--ink);
  border-radius: 50%;
  box-shadow: -20px -18px 0 var(--ink), 27px 8px 0 rgba(200, 32, 31, 0.8);
}

/* в”Ђв”Ђ Navigation в”Ђв”Ђ */

#mainNav,
#mainNav .container-fluid {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: none !important;
}

#mainNav {
  min-height: clamp(58px, 7.2vw, 86px);
  padding: 0;
}

#mainNav .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  letter-spacing: 1.4px;
  color: var(--ink);
}

#mainNav .navbar-brand .brand-mark-sm {
  margin-right: 0;
}

#mainNav .navbar-brand-label {
  display: inline-block;
  padding-top: 1px;
}

#mainNav .navbar-toggler {
  padding: 0.4rem 0.55rem;
  color: var(--ink);
}

#mainNav .navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
}

#mainNav .nav-link {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 14px 24px;
  position: relative;
  white-space: normal;
  transition: color 300ms ease;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  #mainNav .nav-link {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 0.35rem 0.55rem;
    white-space: nowrap;
  }
}

#mainNav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 300ms ease;
}

#mainNav .nav-link:hover {
  color: var(--red);
}

#mainNav .nav-link:hover::after {
  width: 100%;
}

#mainNav.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(245, 240, 230, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

#mainNav.is-stuck .navbar-nav {
  margin-left: 0 !important;
  justify-content: space-around;
  width: 100%;
}

#mainNav.is-stuck .nav-link {
  text-align: center;
}

.nav-spacer.is-visible {
  display: block !important;
}

#navOffcanvas.offcanvas {
  width: 280px;
  background: var(--cream);
  border-left: 1px solid rgba(17, 19, 21, 0.1);
}

#navOffcanvas.offcanvas .offcanvas-header {
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(17, 19, 21, 0.08);
  align-items: center;
  gap: 12px;
}

#navOffcanvas.offcanvas .offcanvas-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink);
}

#navOffcanvas.offcanvas .btn-close {
  opacity: 0.5;
  transition: opacity 200ms ease;
}

#navOffcanvas.offcanvas .btn-close:hover {
  opacity: 0.8;
}

#navOffcanvas.offcanvas .offcanvas-body {
  padding: 8px 0;
}

#navOffcanvas.offcanvas .navbar-nav {
  gap: 0;
}

#navOffcanvas.offcanvas .nav-item {
  border-bottom: 1px solid rgba(17, 19, 21, 0.06);
}

#navOffcanvas.offcanvas .nav-item:last-child {
  border-bottom: none;
}

#navOffcanvas.offcanvas .nav-link {
  padding: 14px 24px;
  font-size: 15px;
  letter-spacing: 1.5px;
  white-space: normal;
  display: flex;
  align-items: center;
}

#navOffcanvas.offcanvas .nav-link i {
  font-size: 17px;
  width: 22px;
  text-align: center;
}

#navOffcanvas.offcanvas .nav-link::after {
  display: none;
}

@media (min-width: 992px) {
  #navOffcanvas.offcanvas {
    position: static !important;
    width: auto;
    background: none;
    border: none;
    transform: none !important;
    visibility: visible !important;
    display: flex;
    flex-grow: 1;
    pointer-events: auto;
  }

  #navOffcanvas.offcanvas .offcanvas-header {
    display: none;
  }

  #navOffcanvas.offcanvas .offcanvas-body {
    padding: 0;
    display: flex;
    flex-grow: 1;
    align-items: center;
  }

  #navOffcanvas.offcanvas .navbar-nav {
    gap: 0;
    margin-left: auto;
    align-items: center;
  }

  #navOffcanvas.offcanvas .nav-item {
    border-bottom: none;
  }

  #navOffcanvas.offcanvas .nav-link {
    padding: 0.35rem 0.55rem;
    font-size: 10px;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  .lang-nav-btn {
    padding: 3px 8px;
    font-size: 12px;
  }

  .lang-nav-btn .lang-flag {
    font-size: 14px;
  }

  .lang-dropdown .dropdown-item {
    font-size: 13px;
    padding: 8px 14px;
  }

  #navOffcanvas.offcanvas .nav-link::after {
    display: block;
  }

  #mainNav.is-stuck #navOffcanvas.offcanvas,
  #mainNav.is-stuck + #navOffcanvas.offcanvas {
    position: static !important;
  }

  #navOffcanvas.offcanvas-backdrop {
    display: none !important;
  }
}

/* в”Ђв”Ђ Hero content в”Ђв”Ђ */

.hero-copy {
  padding: clamp(16px, 2.8vw, 34px) 0 18px clamp(20px, 3.8vw, 58px);
  z-index: 5;
  background: linear-gradient(to bottom right, rgba(255, 247, 232, .92) 40%, rgba(255, 247, 232, .6) 60%, rgba(255, 247, 232, .35) 80%, rgba(255, 247, 232, .15) 92%, transparent 100%);
  align-self: stretch;
}

.hero-copy-inner {
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.85), 0 0 10px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 5 !important;
  max-width: 31rem;
}

.hero-copy .roman {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--red);
  font-size: clamp(58px, 5.4vw, 86px);
}

.i18n-rtl .hero-copy .roman {
  text-align: right;
}

.hero-copy h1 {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.02em;
  max-width: 31rem;
  font-size: clamp(31px, 3vw, 50px);
  text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
}

.hero-copy h1 span:nth-child(1) {
  color: var(--blue);
}

.hero-copy h1 span:nth-child(2) {
  color: var(--red);
}

.hero-copy h1 span:nth-child(3) {
  color: var(--gold);
}

.hero-copy h1 span:nth-child(4) {
  color: var(--red);
}

.signature {
  margin: 8px 0 0;
  color: rgba(17, 55, 109, 0.78);
  font-family: var(--font-signature);
  font-size: clamp(18px, 1.6vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-3deg);
}

.signature::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  margin-top: 3px;
  background: var(--blue);
  transform: rotate(-3deg);
}

.opening-note {
  max-width: none;
  gap: 0;
  margin-top: clamp(16px, 2.4vw, 30px);
  padding: 10px 0 0;
  background: none;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  color: var(--ink);
  text-decoration: none;
}

.opening-note-badge {
  display: none;
}

.opening-note-copy {
  display: inline-grid;
  gap: 2px;
  color: rgba(17, 55, 109, 0.82);
  font-family: var(--font-signature);
  line-height: 1.2;
  transform: rotate(-3deg);
  transform-origin: left top;
  position: relative;
  z-index: 4;
}

.opening-note-copy strong {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
  color: inherit;
}

.opening-note-copy span {
  font-size: clamp(21px, 1.8vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  color: rgba(17, 55, 109, 0.82);
}

.countdown-title {
  font-family: var(--font-head);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue);
  margin-top: clamp(14px, 2vw, 24px);
  margin-bottom: 0;
}

.countdown-timer {
  display: flex;
  align-items: flex-start;
  gap: clamp(4px, 0.8vw, 10px);
  margin-top: clamp(6px, 0.8vw, 12px);
}

.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(245, 240, 230, 0.72);
  border: 1px solid rgba(17, 55, 109, 0.18);
  border-radius: 10px;
  padding: clamp(6px, 1vw, 12px) clamp(8px, 1.4vw, 18px);
  min-width: clamp(48px, 7vw, 78px);
}

.cd-num {
  font-family: var(--font-head);
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 700;
  line-height: 1;
  color: var(--blue);
}

.cd-label {
  font-size: clamp(10px, 1.1vw, 15px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(17, 55, 109, 0.6);
  margin-top: 4px;
}

.cd-sep {
  font-family: var(--font-head);
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  padding-top: clamp(6px, 1vw, 12px);
}

.i18n-rtl .countdown-timer {
  flex-direction: row-reverse;
}

.countdown-desktop {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 4px;
  margin-top: clamp(10px, 1vw, 16px);
}

.countdown-desktop .countdown-block {
  padding: 4px 6px;
  min-width: 0;
}

.countdown-desktop .cd-num {
  font-size: clamp(20px, 1.8vw, 28px);
}

.countdown-desktop .cd-label {
  font-size: 9px;
  margin-top: 2px;
}

.countdown-desktop .cd-sep {
  font-size: clamp(20px, 1.8vw, 28px);
  padding-top: 4px;
}

.date-panel-desktop .countdown-title {
  font-size: clamp(13px, 1.2vw, 18px);
  margin-top: clamp(24px, 2.2vw, 36px);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .countdown-desktop {
    gap: 2px;
    margin-top: 8px;
  }
  .countdown-desktop .countdown-block {
    padding: 3px 4px;
  }
  .countdown-desktop .cd-num,
  .countdown-desktop .cd-sep {
    font-size: 16px;
  }
  .countdown-desktop .cd-label {
    font-size: 7px;
  }
  .date-panel-desktop .countdown-title {
    font-size: 12px;
    margin-top: 20px;
  }
}

.hero-content {
  position: relative;
  overflow: hidden;
}

.hero-art {
  inset: 0;
  min-height: 310px;
  overflow: visible;
}

.hero-layer {
  position: absolute;
  pointer-events: none;
}

.hero-bg {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-skripach {
  z-index: 2;
  left: 50%;
  bottom: -5%;
  height: 90%;
  transform: translateX(0);
  object-fit: contain;
  transform-origin: bottom center;
  animation: hero-sway 4s ease-in-out infinite;
}

@keyframes hero-sway {

  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }

  25% {
    transform: translateX(0) rotate(-5deg);
  }

  75% {
    transform: translateX(0) rotate(5deg);
  }
}

.hero-truba-2 {
  z-index: 2;
  right: 170px;
  top: 40px;
  width: 19%;
  object-fit: contain;
  object-position: left top;
  transform-origin: center;
  animation: hero-truba2-sway 3.5s ease-in-out infinite;
}

@keyframes hero-truba2-sway {

  0%,
  100% {
    transform: rotate(-50deg);
  }

  50% {
    transform: rotate(-44deg);
  }
}

.hero-truba-1 {
  z-index: 1;
  left: calc(27% - 100px);
  bottom: 100px;
  width: 14%;
  object-fit: contain;
  object-position: center bottom;
  transform: rotate(-30deg);
  transform-origin: bottom center;
  animation: hero-truba-sway 3s ease-in-out infinite;
}

@keyframes hero-truba-sway {

  0%,
  100% {
    transform: rotate(60deg);
  }

  50% {
    transform: rotate(66deg);
  }
}

.hero-baraban {
  z-index: 3;
  right: 2%;
  bottom: -10%;
  height: 50%;
  object-fit: contain;
  animation: hero-bounce 2s ease-in-out infinite;
}

@keyframes hero-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.hero-klarnet {
  z-index: 4;
  right: 5%;
  bottom: 5%;
  height: 45%;
  object-fit: contain;
  animation: hero-bounce-reverse 2s ease-in-out infinite;
}

@keyframes hero-bounce-reverse {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}

.blue-mark {
  z-index: 3;
  left: 1.3rem;
  bottom: 1.2rem;
  width: 4.5rem;
  height: 4.5rem;
  background: radial-gradient(circle, var(--blue) 0 58%, transparent 60%);
}

.blue-mark::before,
.blue-mark::after {
  content: "";
  position: absolute;
  background: var(--gold);
}

.blue-mark::before {
  width: 2.8rem;
  height: 0.55rem;
  left: 2rem;
  top: -1rem;
  transform: rotate(-15deg);
}

.blue-mark::after {
  width: 0.6rem;
  height: 3rem;
  left: -0.8rem;
  bottom: 0;
}

.red-sun {
  z-index: 1;
  top: 38%;
  left: 50%;
  width: clamp(100px, 12vw, 180px);
  height: clamp(100px, 12vw, 180px);
  background: var(--red);
  display: grid;
  place-items: center;
  color: #fff7e8;
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(11px, 1.3vw, 18px);
  line-height: 1.15;
  letter-spacing: 0.04em;
  word-spacing: 0.1em;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.gold-callout {
  z-index: 1;
  right: clamp(18px, 4vw, 78px);
  top: clamp(54px, 8vw, 104px);
  display: grid;
  place-items: center;
  width: clamp(96px, 11.5vw, 156px);
  height: clamp(96px, 11.5vw, 156px);
  color: var(--ink);
  background: var(--gold);
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: clamp(11px, 1.1vw, 16px);
  word-spacing: -0.02em;
  transform: rotate(-7deg);
  box-shadow: inset 0 -10px 0 rgba(130, 79, 0, 0.12);
}

.gold-callout::after {
  display: none;
}

/* в”Ђв”Ђ Ticker в”Ђв”Ђ */

.ticker-wrap {
  background:
    linear-gradient(180deg, rgba(39, 36, 32, 0.95), rgba(30, 28, 25, 0.98)),
    repeating-linear-gradient(-45deg,
      rgba(245, 240, 230, 0.016) 0 10px,
      rgba(245, 240, 230, 0.008) 10px 20px);
  padding: 14px 0;
}

.ticker-track {
  gap: 40px;
  animation: ticker 25s linear infinite;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 4px;
  color: var(--cream);
}

.t-dot {
  color: var(--red);
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* в”Ђв”Ђ About в”Ђв”Ђ */

.about {
  padding: 86px 0;
}

.about-content p {
  max-width: 680px;
  color: #4b453e;
  font-size: 16px;
}

.about-lead {
  font-size: 18px !important;
  color: var(--ink) !important;
  font-weight: 500;
}

.about-points {
  margin-top: 22px;
}

.about-point {
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid #d7cebd;
}

.about-point strong {
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  white-space: nowrap;
}

.about-point span {
  font-size: 14px;
  color: #534d45;
}

.about-quote {
  margin-top: 22px;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
  font-style: italic;
  color: #4b453e;
}

.about-quote cite {
  font-size: 13px;
  color: #777;
  font-style: normal;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--red);
  text-decoration: none;
  transition: background 250ms ease, transform 250ms ease;
}

.cta-btn:hover {
  background: #a11a17;
  color: #fff;
  transform: translateY(-2px);
}

.i18n-rtl .cta-btn {
  flex-direction: row-reverse;
}

.i18n-rtl .cta-btn i {
  margin-right: 0;
  margin-left: 0.5rem;
}

.cta-outline {
  background: transparent;
  border: 2px solid var(--red);
  color: var(--red);
}

.cta-outline:hover {
  background: var(--red);
  color: #fff;
}

.about-visual {
  min-height: 340px;
  background:
    linear-gradient(135deg, rgba(17, 19, 21, .68), rgba(17, 19, 21, .52)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
}

.about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  background:
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.18), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.16), transparent 18rem);
  pointer-events: none;
}

.about-visual::after {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.22;
}

.about-visual>* {
  position: relative;
}

.about-num {
  font-family: var(--font-head);
  font-size: 104px;
  line-height: 0.9;
  color: var(--gold);
  font-weight: 700;
}

.about-visual strong {
  font-family: var(--font-head);
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-visual span {
  color: rgba(255, 255, 255, 0.72);
}

.about-visual-grid {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.about-visual-grid span {
  padding: 34px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-top: 3px solid var(--gold);
  font-family: var(--font-head);
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}

/* в”Ђв”Ђ Program в”Ђв”Ђ */

.program {
  padding: 0;
}

.prog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ftab {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .03) 0 8px,
      rgba(215, 154, 17, .015) 8px 16px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(245, 240, 230, .9);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
  transition: all .25s;
}

.ftab.active,
.ftab:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  backdrop-filter: none;
}

.ftab.active {
  border-bottom-color: var(--red);
}

.venues .ftab {
  background: var(--cream);
  border-color: rgba(17, 19, 21, .12);
  color: var(--ink);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.venues .ftab.active,
.venues .ftab:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.ptab {
  flex: 0 0 auto;
}

.program-tools {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.category-rail {
  padding: 2px 0 10px;
  min-width: 0;
  max-width: 100%;
}

.cat-chip {
  flex: 0 0 auto;
}

.i18n-rtl .cat-chip,
.i18n-rtl .ptab {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}

.i18n-rtl .cat-chip i,
.i18n-rtl .ptab i {
  margin-right: 0;
  margin-left: 0.25rem;
}

.i18n-rtl .prog-content,
.i18n-rtl .event-panel {
  text-align: right;
}

.i18n-rtl .agenda-item {
  text-align: right;
}

.i18n-rtl .agenda-main {
  flex-direction: row-reverse;
}

.i18n-rtl .agenda-cat {
  margin-left: 0;
  margin-right: auto;
}

.i18n-rtl .program-summary {
  text-align: right;
}

.i18n-rtl .summary-metrics {
  justify-content: flex-end;
}

.program-count {
  font-family: var(--font-head);
  letter-spacing: 2px;
  color: var(--blue);
  font-size: 13px;
}

.prog-content {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 28px;
  align-items: start;
}

.program-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .03) 0 8px,
      rgba(215, 154, 17, .015) 8px 16px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 4px solid var(--red);
  padding: 18px 20px;
  min-height: 120px;
  margin-bottom: 14px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .045);
  overflow: hidden;
}

.program-summary::before,
.program-summary::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.program-summary::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.08), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.15), rgba(17, 55, 109, 0)) 20px calc(100% - 14px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.24), rgba(215, 154, 17, 0)) 20px calc(100% - 20px) / 68px 3px no-repeat;
  opacity: 0.9;
}

.program-summary::after {
  width: 90px;
  height: 90px;
  right: -28px;
  top: -24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 154, 17, 0.16) 0 38%, rgba(215, 154, 17, 0.04) 39% 60%, transparent 61%);
}

.program-summary h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(245, 240, 230, .95);
}

.program-summary p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: rgba(245, 240, 230, .55);
}

.summary-metrics {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 0;
}

.summary-metrics span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-height: 36px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 8px 11px;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
}

.agenda-list {
  display: grid;
  gap: 8px;
  max-height: 380px;
  overflow: auto;
  padding: 0 8px 2px 28px;
  scrollbar-width: thin;
  scrollbar-color: var(--red) #e2d8c7;
}

.program-board {
  position: relative;
}

.program-board::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d8cfbd;
  pointer-events: none;
  z-index: 0;
}

.agenda-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .03) 0 8px,
      rgba(215, 154, 17, .015) 8px 16px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 4px solid transparent;
  padding: 12px 14px;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .035);
  cursor: pointer;
  transition: all .22s;
  overflow: hidden;
}

.agenda-item::before {
  content: "";
  position: absolute;
  left: -31px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(17, 19, 21, .68);
}

.agenda-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(215, 154, 17, .06), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.15), rgba(215, 154, 17, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
  opacity: 0.95;
  pointer-events: none;
}

.agenda-item:hover,
.agenda-item.active {
  transform: translateX(5px);
  border-left-color: var(--red);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .1)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .03) 0 8px,
      rgba(215, 154, 17, .015) 8px 16px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

.agenda-time {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
}

.agenda-age {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .5px;
  color: var(--cream);
  background: rgba(215, 154, 17, .18);
  border: 1px solid rgba(215, 154, 17, .55);
  border-radius: 3px;
}

.agenda-main {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.agenda-main-text {
  flex: 1 1 auto;
  min-width: 0;
}

.agenda-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.agenda-title {
  display: block;
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1.3;
  color: rgba(245, 240, 230, .92);
  letter-spacing: .3px;
}

.agenda-place {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: rgba(245, 240, 230, .55);
  line-height: 1.4;
}

.agenda-cat {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--gold);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
}

.agenda-ticket {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  border-radius: 4px;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #111315;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(215, 154, 17, .35);
  transition: all .2s;
}

.agenda-ticket i {
  font-size: 15px;
  flex-shrink: 0;
}

.agenda-ticket span {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}

.agenda-ticket:hover {
  background: #f0b532;
  border-color: #f0b532;
  color: #111315;
  box-shadow: 0 6px 20px rgba(215, 154, 17, .5);
  transform: translateY(-1px);
}

.ticket-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  padding: 10px 20px;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #111315;
  background: var(--gold);
  border-radius: 4px;
  transition: all .22s;
}

.ticket-btn:hover {
  background: #f0b52a;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(215, 154, 17, .35);
}

.agenda-list> :nth-child(3n + 1) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(215, 154, 17, .06), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.15), rgba(215, 154, 17, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.agenda-list> :nth-child(3n + 2) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, .06), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.15), rgba(200, 32, 31, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.agenda-list> :nth-child(3n) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, .06), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.15), rgba(17, 55, 109, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.event-panel {
  position: sticky;
  top: 92px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
  color: #fff;
  border-radius: 4px;
  padding: 26px;
  min-height: 340px;
  overflow: hidden;
}

.event-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  background:
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.18), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.16), transparent 18rem);
  pointer-events: none;
}

.event-panel::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -50px;
  bottom: -50px;
  background: var(--red);
  opacity: .18;
}

.event-panel>* {
  position: relative;
}

.panel-date {
  font-family: var(--font-head);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 13px;
}

.panel-time {
  font-family: var(--font-head);
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin: 12px 0;
}

.age-badge {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--cream);
  background: rgba(215, 154, 17, .22);
  border: 1px solid var(--gold);
  border-radius: 4px;
}

.panel-title {
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.panel-text {
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.55;
  overflow: visible;
}

.panel-text + .panel-text {
  margin-top: 10px;
}

.panel-group {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: linear-gradient(135deg, rgba(215, 154, 17, .10), rgba(215, 154, 17, .03));
  border-radius: 0 4px 4px 0;
}

.panel-group-title {
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.panel-group p {
  color: rgba(255, 255, 255, .78);
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}

.event-modal-content {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
  color: #fff;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.event-modal-content .modal-header {
  padding-bottom: 0;
}

.event-modal-content .modal-title {
  font-family: var(--font-head);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 13px;
}

.event-modal-content .modal-body {
  position: relative;
  padding: 10px 20px 24px;
}

.event-modal-content .modal-body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background:
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.24), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.22), transparent 18rem);
  pointer-events: none;
}

.event-modal-content .panel-time {
  font-size: 38px;
}

.event-modal-content .panel-title {
  font-size: clamp(22px, 5vw, 28px);
}

.event-modal-content .panel-text {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}

.panel-place {
  display: inline-flex;
  align-items: baseline;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 7px 10px;
  background: rgba(212, 160, 23, .16);
  border-left: 3px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25;
}

.panel-place .bi-geo-alt {
  margin-right: 4px;
  font-size: 12px;
}

/* в”Ђв”Ђ Venues / Districts в”Ђв”Ђ */

.venues-layout {
  display: grid;
  grid-template-columns: .9fr 1.2fr;
  gap: 34px;
  height: 620px;
}

.venues-sidebar {
  display: grid;
  gap: 12px;
  min-height: 0;
  grid-template-rows: auto 1fr;
}

.venues-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.venues-header {
  display: none;
}

.venues-header.visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 6px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.venues-header strong {
  font-family: var(--font-head);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.venues-header span {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--red);
}

.venues-list {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 6px 4px 0;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 32, 31, .55) rgba(0, 0, 0, .08);
}

.venues-list::-webkit-scrollbar {
  width: 10px;
}

.venues-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .08);
  border-radius: 999px;
}

.venues-list::-webkit-scrollbar-thumb {
  background: rgba(200, 32, 31, .55);
  border-radius: 999px;
}

.venue-item {
  position: relative;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  border-left: 4px solid var(--gold);
  cursor: pointer;
  transition: all .25s;
  overflow: hidden;
}

.venue-item::before,
.venue-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.venue-item::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.06), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.18), rgba(215, 154, 17, 0)) 18px calc(100% - 12px) / 52px 2px no-repeat;
  opacity: 0.92;
}

.venue-item::after {
  width: 68px;
  height: 68px;
  right: -18px;
  top: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 32, 31, 0.12) 0 38%, rgba(200, 32, 31, 0.03) 39% 60%, transparent 61%);
}

.venue-item:hover,
.venue-item.active {
  border-left-color: var(--red);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
  transform: translateX(4px);
}

.vi-num {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 11px;
  color: var(--red);
  letter-spacing: 3px;
  margin-bottom: 4px;
}

.venue-item .venue-title {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 16px;
  letter-spacing: 1px;
}

.venue-item p {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: var(--muted, #6b7280);
  line-height: 1.45;
}

.venue-item p em {
  font-style: normal;
  color: var(--blue);
}

.venue-item p em::before {
  content: "\F3C5";
  font-family: bootstrap-icons !important;
  margin-right: 4px;
  font-size: 12px;
}

.vi-schedule {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
}

.vi-schedule::before {
  content: "\F295";
  font-family: bootstrap-icons !important;
  margin-right: 4px;
  font-size: 12px;
  color: var(--gold);
}

.vi-schedule li {
  padding: 2px 0;
}

.vi-schedule strong {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--red);
  margin-right: 4px;
}

.venues-city,
.venues-district {
  display: grid;
  gap: 10px;
  align-content: start;
}

.venue-day-label {
  position: relative;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  padding: 10px 0 4px;
  border-top: 2px solid var(--gold);
  margin-top: 6px;
  overflow: hidden;
}

.venue-day-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(200, 32, 31, 0));
}

#venues-list .venue-item:nth-child(3n + 2)::before,
.venues-district .venue-item:nth-child(3n + 2)::before {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.06), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.18), rgba(200, 32, 31, 0)) 18px calc(100% - 12px) / 52px 2px no-repeat;
}

#venues-list .venue-item:nth-child(3n)::before,
.venues-district .venue-item:nth-child(3n)::before {
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.06), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.18), rgba(17, 55, 109, 0)) 18px calc(100% - 12px) / 52px 2px no-repeat;
}

.map-container {
  position: relative;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(135deg, rgba(17, 19, 21, .68), rgba(17, 19, 21, .52)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
  color: #fff;
  border-radius: 4px;
  padding: 16px;
  min-height: 390px;
  overflow: hidden;
}

.map-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .48;
  background:
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.18), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.16), transparent 18rem);
  pointer-events: none;
}

.map-container::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -50px;
  bottom: -50px;
  background: var(--red);
  opacity: .18;
}

.map-container>* {
  position: relative;
  z-index: 1;
}

.map-toolbar {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 6px;
  margin-bottom: 8px;
}

.map-note {
  font-size: 11px;
  color: rgba(255, 255, 255, .46);
  line-height: 1.35;
}

.map-frame {
  background: rgba(255, 255, 255, .06);
  border-radius: 4px;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 0%;
}

.festival-map {
  width: 100%;
  flex: 1 1 0%;
  min-height: 360px;
  border-radius: 3px;
  overflow: hidden;
  background: #1a1a1a;
}

.map-frame::before {
  display: none;
}

.map-legend {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  max-width: calc(100% - 32px);
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background:
    linear-gradient(135deg, rgba(17, 19, 21, .68), rgba(17, 19, 21, .52)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 6px 8px;
  border-radius: 2px;
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}

.legend-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot.venue {
  background: var(--red);
}

.legend-dot.district {
  background: var(--blue);
}

.legend-dot.cluster {
  background: var(--gold);
}

.map-popup {
  position: absolute;
  transform: translate(-50%, calc(-100% - 18px));
  min-width: 240px;
  max-width: 340px;
  max-height: 300px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-top: 4px solid var(--red);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
  padding: 13px 14px;
  z-index: 5;
  pointer-events: auto;
  backdrop-filter: blur(12px);
}

.map-popup::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.map-popup strong {
  display: block;
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1.1;
  color: var(--ink);
  text-transform: uppercase;
}

.map-popup span {
  display: block;
  margin: 6px 0 4px;
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--blue);
  text-transform: uppercase;
}

.map-popup p {
  font-size: 12px;
  color: var(--muted, #6b7280);
  line-height: 1.4;
}

.map-popup-events {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.map-popup-events li {
  padding-top: 8px;
  border-top: 1px solid rgba(17, 55, 109, .12);
}

.map-popup-events li:first-child {
  padding-top: 0;
  border-top: 0;
}

.map-popup-event-title {
  display: block;
  font-family: var(--font-head);
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
  font-weight: 700;
}

.map-popup-event-meta {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.35;
  color: var(--muted, #6b7280);
}

.map-fallback {
  height: 430px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #e7dfcf;
  color: var(--ink);
  font-family: var(--font-head);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 24px;
}



/* в”Ђв”Ђ Masterclasses в”Ђв”Ђ */

.masterclasses {
  padding: 86px 0;
}

.mc-tabs {
  border-bottom: none;
}

.mc-tabs .nav-item {
  margin-bottom: 0;
}

.mc-tabs .nav-link {
  border-radius: 0;
  border-color: #d6cdbc;
  background: rgba(255, 255, 255, 0.92);
}

.mc-tabs .nav-link.active,
.mc-tabs .nav-link:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.mc-grid {
  gap: 16px;
}

.mc-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 240, 230, 0.82));
  color: var(--ink);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
  padding: 18px 18px 16px;
  transition: all .3s;
  overflow: hidden;
}

.mc-card::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  right: -30px;
  bottom: -30px;
  background: var(--red);
  opacity: .14;
}

.mc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.08), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.22), rgba(215, 154, 17, 0)) 22px calc(100% - 18px) / 54px 3px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.16), rgba(17, 55, 109, 0)) 22px calc(100% - 10px) / calc(100% - 44px) 1px no-repeat;
  opacity: .95;
  pointer-events: none;
}

.mc-card>* {
  position: relative;
}

.mc-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
}

.mc-card .panel-date {
  font-family: var(--font-head);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  font-size: 11px;
}

.mc-card .panel-title {
  font-family: var(--font-head);
  font-size: 15px;
  line-height: 1.12;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mc-card .panel-place {
  margin: 0 0 8px;
  padding: 4px 7px;
  background: rgba(215, 154, 17, .1);
  border-left: 3px solid var(--gold);
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25;
}

.mc-card .panel-text {
  color: rgba(17, 19, 21, .68);
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mc-address {
  color: rgba(17, 19, 21, .5);
  font-size: 11px;
  margin: 0 0 8px;
  padding-left: 14px;
  line-height: 1.3;
  position: relative;
}

.mc-address::before {
  content: "\F3C5";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  color: var(--blue);
}

/* в”Ђв”Ђ Masterclasses categories (refactored) в”Ђв”Ђ */

.masterclasses-grid {
  margin-top: 2rem;
}

.mc-category-card {
  position: relative;
  background: var(--cream);
  border-radius: 4px;
  border-top: 4px solid var(--gold);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(17, 19, 21, .08);
  transition: all .25s ease;
  height: 100%;
  text-align: center;
  cursor: default;
}

.mc-category-card::before,
.mc-category-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mc-category-card::before {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(245, 240, 230, 1) 0%, rgba(245, 240, 230, .98) 45%, rgba(245, 240, 230, .4) 72%, transparent 95%);
  opacity: 1;
}

.mc-category-card::after {
  width: 68px;
  height: 68px;
  right: -18px;
  top: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 32, 31, 0.12) 0 38%, rgba(200, 32, 31, 0.03) 39% 60%, transparent 61%);
}

.mc-category-card:hover {
  border-top-color: var(--red);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
}

.mc-category-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e3d8;
  position: relative;
}

.mc-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .85;
  transition: opacity .35s, transform .35s;
}

.mc-category-card:hover .mc-category-img img {
  opacity: 1;
  transform: scale(1.03);
}

.mc-category-card h3 {
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.15;
  color: var(--ink);
  margin: 1rem 1rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.mc-category-card p {
  font-size: 15px;
  color: rgba(17, 19, 21, .7);
  line-height: 1.5;
  padding: 0 1rem 1.5rem;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mc-category-card h3 {
    font-size: 23px;
  }

  .mc-category-card p {
    font-size: 18px;
    line-height: 1.55;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mc-category-card h3 {
    font-size: 21px;
  }

  .mc-category-card p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  .mc-category-card h3 {
    font-size: 18px;
  }

  .mc-category-card p {
    font-size: 14px;
    line-height: 1.45;
  }
}

.mc-category-card[data-mc] {
  cursor: pointer;
}

.mc-category-card[data-mc]:hover .mc-category-img img {
  transform: scale(1.06);
}

.mc-modal-content {
  background:
    linear-gradient(135deg, rgba(17, 19, 21, .68), rgba(17, 19, 21, .52)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
  color: #fff;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.mc-modal-content .modal-title {
  font-family: var(--font-head);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 13px;
}

.mc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mc-list-item {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.mc-list-date {
  font-family: var(--font-head);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  font-size: 11px;
  margin-bottom: 6px;
}

.mc-list-title {
  font-family: var(--font-head);
  font-size: 15px;
  line-height: 1.2;
  color: rgba(245, 240, 230, .9);
  margin: 0 0 8px;
}

.mc-list-place {
  font-size: 12px;
  color: var(--gold);
  margin-bottom: 4px;
}

.mc-list-place i {
  font-size: 11px;
}

.mc-list-address {
  font-size: 11px;
  color: rgba(245, 240, 230, .5);
  margin-bottom: 6px;
}

.mc-list-text {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(245, 240, 230, .7);
  margin: 0;
}

.mc-group {
  margin-bottom: 20px;
}

.mc-group:last-child {
  margin-bottom: 0;
}

.mc-group-title {
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(215, 154, 17, .25);
}

.mc-group-title i {
  font-size: 12px;
}

.mc-group-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .mc-list {
    columns: 2;
    column-gap: 24px;
  }

  .mc-group {
    break-inside: avoid;
  }
}

.mc-list-place {
  display: none;
}

/* в”Ђв”Ђ Directions в”Ђв”Ђ */

.directions {
  padding: 92px 0;
  background: rgba(17, 19, 21, 0.68);
  position: relative;
  overflow: hidden;
}

.directions::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  background:
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.18), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.16), transparent 18rem);
  pointer-events: none;
}

.dark-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.dark-decor i {
  position: absolute;
  display: block;
  line-height: 1;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.dark-decor .decor-lg {
  font-size: clamp(96px, 14vw, 210px);
  opacity: 0.22;
}

.dark-decor .decor-sm {
  font-size: clamp(46px, 6vw, 90px);
  opacity: 0.28;
}

.dark-decor-ring,
.dark-decor-bars {
  position: absolute;
  display: block;
}

.dark-decor-ring {
  width: clamp(96px, 11vw, 170px);
  height: clamp(96px, 11vw, 170px);
  border: 2px solid rgba(215, 154, 17, 0.32);
  border-radius: 50%;
}

.dark-decor-bars {
  width: clamp(92px, 10vw, 150px);
  height: 72px;
  opacity: 0.34;
  background:
    linear-gradient(rgba(245, 240, 230, 0.68), rgba(245, 240, 230, 0.68)) 0 0 / 78px 5px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 18px 26px / 112px 5px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 52px / 62px 5px no-repeat;
}

.dark-decor-directions .decor-lg-a {
  right: 5vw;
  top: 58px;
  color: var(--gold);
  transform: rotate(-10deg);
}

.dark-decor-directions .decor-lg-b {
  left: 5vw;
  bottom: 10%;
  color: rgba(245, 240, 230, 0.8);
  transform: rotate(12deg);
}

.dark-decor-directions .decor-lg-c {
  right: 22vw;
  bottom: 6%;
  color: var(--red);
  transform: rotate(14deg);
}

.dark-decor-directions .decor-sm-a {
  left: 15vw;
  top: 94px;
  color: var(--gold);
  transform: rotate(-16deg);
}

.dark-decor-directions .decor-sm-b {
  right: 12vw;
  top: 42%;
  color: rgba(245, 240, 230, 0.76);
  transform: rotate(8deg);
}

.dark-decor-directions .decor-sm-c {
  left: 45vw;
  bottom: 18%;
  color: var(--gold);
  transform: rotate(-8deg);
}

.dark-decor-directions .decor-sm-d {
  left: 6vw;
  top: 178px;
  color: rgba(245, 240, 230, 0.82);
  transform: rotate(18deg);
}

.dark-decor-directions .decor-ring-a {
  left: 3vw;
  top: 88px;
  transform: rotate(-10deg);
}

.dark-decor-directions .decor-bars-a {
  left: 12vw;
  top: 212px;
  transform: rotate(-14deg);
}

.directions .prog-tabs .ftab {
  border-color: rgba(255, 255, 255, .15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(245, 240, 230, .85);
}

.directions .prog-tabs .ftab.active,
.directions .prog-tabs .ftab:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.directions .cat-chip {
  border-color: rgba(255, 255, 255, .12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(245, 240, 230, .7);
}

.directions .cat-chip.active,
.directions .cat-chip:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.directions .program-count {
  color: var(--gold);
}

.directions .program-summary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top-color: var(--red);
}

.directions .program-summary::before {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.12), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)) 20px calc(100% - 14px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.3), rgba(215, 154, 17, 0)) 20px calc(100% - 20px) / 68px 3px no-repeat;
}

.directions .program-summary::after {
  background: radial-gradient(circle, rgba(215, 154, 17, 0.2) 0 38%, rgba(215, 154, 17, 0.05) 39% 60%, transparent 61%);
}

.directions .program-summary h3 {
  color: #fff;
}

.directions .program-summary p {
  color: rgba(255, 255, 255, .5);
}

.directions .summary-metrics span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--gold);
}

.directions .agenda-list {
  scrollbar-color: var(--gold) rgba(255, 255, 255, .1);
}

.directions .program-board::before {
  background: rgba(255, 255, 255, .12);
}

.directions .agenda-item {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
}

.directions .agenda-item::before {
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(17, 19, 21, .68);
}

.directions .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.08), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.25), rgba(215, 154, 17, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.directions .agenda-item:hover,
.directions .agenda-item.active {
  border-left-color: var(--red);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
}

.directions .agenda-time {
  color: var(--gold);
}

.directions .agenda-title {
  color: #fff;
}

.directions .agenda-place {
  color: rgba(255, 255, 255, .45);
}

.directions .agenda-cat {
  color: var(--gold);
}

.directions .agenda-list > :nth-child(3n + 1) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.08), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.25), rgba(215, 154, 17, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.directions .agenda-list > :nth-child(3n + 2) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.08), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.22), rgba(200, 32, 31, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.directions .agenda-list > :nth-child(3n) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.08), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.22), rgba(17, 55, 109, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.directions .event-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
}

.directions .rail-arrow {
  color: #fff;
  border-color: rgba(255, 255, 255, .2);
  background: var(--red);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.directions .rail-arrow:hover {
  background: #a81a19;
}

.directions .category-rail-wrap,
.directions .mc-tabs-wrap {
  border-color: rgba(255, 255, 255, .08);
}

.dir-card {
  appearance: none;
  width: 100%;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 18px 16px;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: all .35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: inherit;
}

.dir-card[style*="--bg:"] {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, .78), transparent 80%),
    var(--bg) center / cover no-repeat border-box;
  background-origin: border-box;
}

.dir-card[style*="--bg:"]:hover {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, .78), transparent 80%),
    var(--bg) center / cover no-repeat border-box;
  background-origin: border-box;
}

.dir-card::before,
.dir-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dir-card::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.13), transparent 32%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.28), rgba(215, 154, 17, 0)) 20px calc(100% - 24px) / 58px 3px no-repeat;
  opacity: 0.92;
}

.dir-card::after {
  width: 96px;
  height: 96px;
  top: -34px;
  right: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 32, 31, 0.18) 0 42%, rgba(200, 32, 31, 0.04) 43% 64%, transparent 65%);
  opacity: 0.9;
}

.dir-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 38px rgba(17, 19, 21, .12);
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
}

.dir-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  transition: background .35s;
}

.dir-icon i {
  font-size: 15px;
  color: #fff;
}

.dir-card:hover .dir-icon {
  background: rgba(255, 255, 255, .5);
}

.dir-card>* {
  position: relative;
}

.dir-card>* {
  z-index: 1;
}

.dir-card h3 {
  font-family: var(--font-head);
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 4px;
}

.dir-card p {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, .80);
  line-height: 1.5;
  flex: 1 1 0%;
}

.dir-ruler {
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 12px 0 0;
  opacity: .16;
}

.dir-card[style*="--bg:"] h3 {
  text-shadow: 0 1px 4px rgba(0, 0, 0, .75), 0 0 12px rgba(0, 0, 0, .4);
}

.dir-card[style*="--bg:"] p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, .7), 0 0 8px rgba(0, 0, 0, .35);
  color: rgba(255, 255, 255, .92);
}

.dir-card:hover .dir-ruler {
  opacity: .3;
}

.dir-grid>div:nth-child(4n + 1) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.14), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.28), rgba(215, 154, 17, 0)) 20px calc(100% - 24px) / 58px 3px no-repeat;
}

.dir-grid>div:nth-child(4n + 2) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.18), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.3), rgba(17, 55, 109, 0)) 20px calc(100% - 24px) / 52px 3px no-repeat;
}

.dir-grid>div:nth-child(4n + 2) .dir-card::after {
  background: radial-gradient(circle, rgba(17, 55, 109, 0.2) 0 42%, rgba(17, 55, 109, 0.05) 43% 64%, transparent 65%);
}

.dir-grid>div:nth-child(4n + 3) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.15), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.3), rgba(200, 32, 31, 0)) 20px calc(100% - 24px) / 52px 3px no-repeat;
}

.dir-grid>div:nth-child(4n) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(245, 240, 230, 0.11), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.16), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.26), rgba(215, 154, 17, 0)) 20px calc(100% - 24px) / 64px 3px no-repeat;
}

.dir-grid>div:nth-child(4n) .dir-card::after {
  width: 78px;
  height: 78px;
  top: auto;
  bottom: -24px;
  right: -18px;
  background: radial-gradient(circle, rgba(245, 240, 230, 0.14) 0 38%, rgba(245, 240, 230, 0.03) 39% 62%, transparent 63%);
}

@media (min-width: 992px) {
  .date-range {
    font-size: clamp(58px, 6vw, 80px);
  }

  .red-sun {
    top: 12%;
    left: 60%;
    width: clamp(100px, 12vw, 180px);
    height: clamp(100px, 12vw, 180px);
    font-size: clamp(11px, 1.3vw, 18px);
    transform: translate(-50%, -50%) rotate(-7deg);
  }

  .opening-note-badge {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    background: var(--red);
    box-shadow: inset 0 -5px 0 rgba(152, 26, 23, 0.35);
    color: #fff7e8;
    font-size: 19px;
  }

  .opening-note-badge .bi {
    line-height: 1;
  }

  .dir-grid {
    justify-content: space-evenly;
    row-gap: 16px;
  }

  .dir-grid>[class*="col-"] {
    flex: 0 1 235px;
    max-width: 235px;
    width: 100%;
  }

  .mc-grid {
    justify-content: space-evenly;
    row-gap: 16px;
  }

  .mc-card {
    flex: 0 1 255px;
    max-width: 255px;
  }

  .dir-card h3 {
    font-size: 22px;
  }

  .dir-card p {
    font-size: 17px;
    line-height: 20px;
  }

  .dir-icon {
    width: 44px;
    height: 44px;
  }

  .dir-icon i {
    font-size: 25px;
  }
}

.dir-examples {
  margin: 8px 0 0;
  padding: 10px 0 0;
  border-top: 1px dashed rgba(255, 255, 255, .1);
}

.dir-examples span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.55;
  padding: 2px 0;
}

.dir-examples span::before {
  content: "\00b7";
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-right: 8px;
}

/* в”Ђв”Ђ Directions modal в”Ђв”Ђ */

.dir-modal-content {
  background: var(--ink);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
}

.dir-modal-content .modal-header {
  padding: 24px 28px 12px;
}

.dir-modal-content .modal-title {
  font-family: var(--font-head);
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.dir-modal-content .modal-body {
  padding: 8px 28px 28px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .15) transparent;
}

.dir-modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}

.dir-modal-content .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.dir-modal-content .modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .15);
  border-radius: 3px;
}

.dir-modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, .3);
}

.dir-modal-desc {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.dir-event-row {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dir-event-row:last-child {
  border-bottom: none;
}

.dir-event-date {
  flex: 0 0 120px;
  font-family: var(--font-head);
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.5;
}

.dir-event-info {
  flex: 1 1 0%;
  min-width: 0;
}

.dir-event-title {
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 6px;
}

.dir-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}

.dir-event-meta span::before {
  display: inline-block;
  margin-right: 5px;
  color: var(--gold);
  font-weight: 700;
}

.dir-event-venue::before {
  content: "\2192";
}

.dir-event-participants::before {
  content: "\2605";
}

/* в”Ђв”Ђ Responsive в”Ђв”Ђ */

@media (max-width: 991.98px) {
  .opening-note {
    display: block !important;
  }

  .about {
    padding: 64px 0;
  }

  .about-grid {
    row-gap: 24px;
  }

  .about-content p {
    max-width: none;
    font-size: 26px;
  }

  .about-lead {
    font-size: 25px !important;
  }

  .about-point {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }

  .about-point strong {
    font-size: 21px;
    letter-spacing: 1.6px;
  }

  .about-quote {
    margin-top: 18px;
    padding-left: 16px;
    font-size: 23px;
  }

  .about-quote cite {
    font-size: 21px;
  }

  .section-header p {
    font-size: 23px;
  }

  .section-header h2 {
    font-size: clamp(39px, 5vw, 59px);
  }

  .about-point span {
    font-size: 22px;
  }

  .cta-btn {
    font-size: 32px;
  }

  .about-cta {
    margin-top: 20px !important;
  }

  .about-visual {
    min-height: 0;
    padding: 24px 22px !important;
  }

  .about-num {
    font-size: clamp(72px, 12vw, 104px);
  }

  .about-visual strong {
    font-size: clamp(25px, 3.1vw, 33px);
  }

  .about-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .about-visual-grid span {
    padding: 20px 10px;
    font-size: 19px;
    letter-spacing: 1.6px;
  }

  .prog-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
    scrollbar-color: var(--red) #e2d8c7;
  }

  .prog-tabs::-webkit-scrollbar,
  .category-rail::-webkit-scrollbar {
    height: 6px;
  }

  .prog-tabs::-webkit-scrollbar-thumb,
  .category-rail::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 999px;
  }

  .ftab {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .program-tools {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .category-rail-wrap {
    overflow: hidden;
  }

  .category-rail-wrap .category-rail {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .category-rail-wrap .category-rail::-webkit-scrollbar {
    display: none;
  }

  .rail-arrow {
    position: absolute;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .25s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  }

  .rail-arrow-left {
    left: 0;
  }

  .rail-arrow-right {
    right: 0;
  }

  .rail-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .category-rail-wrap::before,
  .category-rail-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    z-index: 1;
    pointer-events: none;
    transition: opacity .25s;
  }

  .category-rail-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--red), transparent);
  }

  .category-rail-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--red), transparent);
  }

  .category-rail-wrap.at-start::before {
    opacity: 0;
  }

  .category-rail-wrap.at-end::after {
    opacity: 0;
  }

  .program-count {
    justify-self: start;
    font-size: 12px;
    letter-spacing: 1.6px;
  }

  .prog-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .program-summary {
    padding: 16px 16px 14px;
  }

  .program-summary h3 {
    font-size: clamp(24px, 4.2vw, 30px);
  }

  .program-summary p {
    font-size: 17px;
  }

  .summary-metrics span {
    min-height: 0;
    white-space: normal;
    font-size: 15px;
    padding: 8px 12px;
  }

  .agenda-list {
    max-height: none;
    overflow: visible;
    padding: 0 4px 2px 24px;
  }

  .agenda-item {
    gap: 6px;
    padding: 12px;
  }

  .agenda-title {
    font-size: 19px;
    line-height: 21px;
  }

  .agenda-place {
    font-size: 18px;
    line-height: 20px;
  }

  .event-panel {
    display: none;
  }

  .panel-time {
    font-size: 38px;
  }

  .panel-title {
    font-size: clamp(24px, 4.5vw, 30px);
  }

  .venues {
    padding: 68px 0;
  }

  .venues-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    height: auto;
  }

  .venues-sidebar {
    gap: 10px;
  }

  .venues-sort-wrap {
    overflow: hidden;
  }

  .venues-sort-wrap .venues-sort {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .venues-sort-wrap .venues-sort::-webkit-scrollbar {
    display: none;
  }

  .venues-sort-wrap::before,
  .venues-sort-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    z-index: 1;
    pointer-events: none;
    transition: opacity .25s;
  }

  .venues-sort-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--cream), transparent);
  }

  .venues-sort-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--cream), transparent);
  }

  .venues-sort-wrap.at-start::before {
    opacity: 0;
  }

  .venues-sort-wrap.at-end::after {
    opacity: 0;
  }

  .venues-list {
    max-height: 420px;
    padding: 4px 4px 4px 0;
  }

  .venue-item {
    padding: 14px 14px 14px 16px;
  }

  .venue-item .venue-title {
    font-size: 22px;
  }

  .venue-item p,
  .vi-schedule {
    font-size: 17px;
  }

  .map-container {
    min-height: 0;
    padding: 14px;
  }

  .map-note {
    font-size: 12px;
    color: rgba(255, 255, 255, .62);
  }

  .map-frame {
    padding: 6px;
  }

  .festival-map {
    min-height: clamp(320px, 55vw, 460px);
  }

  .map-legend {
    position: static;
    margin-top: 10px;
    max-width: none;
  }

  .directions {
    padding: 72px 0;
  }

  .dark-decor-directions .decor-lg-a,
  .dark-decor-directions .decor-lg-b,
  .dark-decor-directions .decor-lg-c,
  .dark-decor-directions .decor-sm-d,
  .dark-decor-directions .decor-bars-a {
    display: none;
  }

  .dark-decor-directions .decor-sm-a,
  .dark-decor-directions .decor-sm-b,
  .dark-decor-directions .decor-sm-c {
    opacity: 0.4;
  }

  .dir-grid {
    row-gap: 12px;
  }

  .dir-grid>[class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dir-card {
    min-height: 100%;
    padding: 16px 14px 14px;
  }

  .dir-card::after {
    width: 76px;
    height: 76px;
    top: -28px;
    right: -22px;
    opacity: 0.72;
  }

  .dir-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .dir-card h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .dir-card p {
    font-size: 11px;
    line-height: 1.42;
  }

  .masterclasses {
    padding: 70px 0;
  }

  .mc-tabs-wrap {
    overflow: hidden;
  }

  .mc-tabs-wrap .mc-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mc-tabs-wrap .mc-tabs::-webkit-scrollbar {
    display: none;
  }

  .mc-tabs-wrap::before,
  .mc-tabs-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    z-index: 1;
    pointer-events: none;
    transition: opacity .25s;
  }

  .mc-tabs-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--red), transparent);
  }

  .mc-tabs-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--red), transparent);
  }

  .mc-tabs-wrap.at-start::before {
    opacity: 0;
  }

  .mc-tabs-wrap.at-end::after {
    opacity: 0;
  }

  .ftab {
    padding: 10px 12px;
  }

  .mc-grid {
    gap: 12px;
  }

  .mc-card {
    padding: 14px 14px 13px;
  }

  .mc-card .panel-date {
    letter-spacing: 1.6px;
  }

  .mc-card .panel-title {
    font-size: 14px;
    line-height: 1.18;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .mc-card .panel-place,
  .mc-address {
    font-size: 11px;
  }

  .mc-card .panel-text {
    font-size: 11px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

@media (min-width: 992px) {
  #hero .row.g-0 {
    min-height: clamp(410px, 48vw, 610px);
  }

  .date-panel-desktop {
    min-height: 100%;
  }
}

/* в”Ђв”Ђ Stars / Р—РІС‘Р·РґРЅС‹Рµ РіРѕСЃС‚Рё в”Ђв”Ђ */

.stars {
  background: rgba(17, 19, 21, 0.66);
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}

.stars-bg-geo {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stars-bg-geo::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 154, 17, 0.18), transparent 21rem),
    radial-gradient(circle at 90% 34%, rgba(17, 55, 109, 0.26), transparent 24rem),
    radial-gradient(circle at 72% 88%, rgba(200, 32, 31, 0.15), transparent 20rem);
}

.dark-decor-stars .decor-lg-a {
  right: 6vw;
  top: 54px;
  color: var(--gold);
  transform: rotate(9deg);
}

.dark-decor-stars .decor-lg-b {
  left: 4vw;
  top: 24%;
  color: rgba(245, 240, 230, 0.82);
  transform: rotate(-12deg);
}

.dark-decor-stars .decor-lg-c {
  right: 16vw;
  bottom: 11%;
  color: var(--red);
  transform: rotate(-8deg);
}

.dark-decor-stars .decor-sm-a {
  left: 30vw;
  top: 112px;
  color: var(--gold);
  transform: rotate(14deg);
}

.dark-decor-stars .decor-sm-b {
  right: 4vw;
  top: 48%;
  color: rgba(245, 240, 230, 0.72);
  transform: rotate(-10deg);
}

.dark-decor-stars .decor-sm-c {
  left: 12vw;
  bottom: 10%;
  color: var(--gold);
  transform: rotate(10deg);
}

.sbg.r1 {
  position: absolute;
  width: 200px;
  height: 12px;
  background: var(--red);
  opacity: .15;
  top: 20%;
  right: -40px;
  transform: rotate(-10deg);
}

.sbg.c1 {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  opacity: .1;
  bottom: 10%;
  left: -60px;
}


.stars-row+.stars-row {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.stars-row-content {
  position: relative;
  padding: 0 12px;
}

.stars-row-title {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.stars-row-text {
  color: rgba(245, 240, 230, .8);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.stars-row-desc {
  color: rgba(245, 240, 230, .78);
  font-size: 14.5px;
  line-height: 1.7;
  font-style: italic;
  padding: 14px 0 0;
  margin: 14px 0 0;
  border-top: 1px solid rgba(215, 154, 17, .25);
  position: relative;
}

.stars-row-desc::before {
  content: "\201C";
  display: inline;
  font-size: 28px;
  line-height: 0;
  color: var(--gold);
  vertical-align: -6px;
  margin-right: 2px;
  opacity: .7;
}

.stars-row-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.stars-row-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  pointer-events: none;
}

.stars-row-img img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  opacity: .75;
  transition: opacity .4s, transform .4s;
}

.stars-row:hover .stars-row-img img {
  opacity: .95;
  transform: scale(1.03);
}

@media (max-width: 991.98px) {
  .stars-row .row {
    position: relative;
  }

  .stars-row .col-lg-6:has(.stars-row-img) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    padding: 0 !important;
  }

  .stars-row .col-lg-6:has(.stars-row-content) {
    position: relative;
    z-index: 1;
    margin-top: 200px;
  }

  .stars-row-img {
    margin-top: 0;
    border-radius: 0;
    height: 100%;
  }

  .stars-row-img img {
    height: 100%;
    object-fit: cover;
    opacity: .55;
  }

  .stars-row-img::after {
    background:
      linear-gradient(0deg, rgba(17, 19, 21, .95) 0%, rgba(17, 19, 21, .6) 40%, rgba(17, 19, 21, .15) 80%, transparent);
    border: none;
    border-radius: 0;
  }

  .stars-row:hover .stars-row-img img {
    opacity: .7;
  }

  .stars-row-content {
    padding: 32px 24px;
  }

  .stars-row-title {
    font-size: 28px;
    line-height: 27px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .7), 0 0 12px rgba(0, 0, 0, .35);
  }

  .stars-row-text {
    font-size: 23px;
    line-height: 1.65;
    color: rgba(245, 240, 230, .95);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  }

  .stars-row-desc {
    font-size: 22px;
    line-height: 1.7;
    color: rgba(245, 240, 230, .92);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  }

  .stars-row+.stars-row {
    margin-top: 36px;
    padding-top: 36px;
  }
}

.speaker-card {
  position: relative;
  background: rgba(255, 255, 255, .18);
  border-top: 3px solid var(--gold);
  overflow: hidden;
  transition: transform .35s, background .35s;
}

.speaker-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .28);
}

.sc-photo {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  opacity: .65;
  transition: opacity .35s;
}

.speaker-card:hover .sc-photo {
  opacity: .85;
}

.sc-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 16px 14px;
  background: linear-gradient(to top, rgba(17, 19, 21, .92) 0%, rgba(17, 19, 21, .7) 60%, transparent 100%);
  overflow: hidden;
}

.sc-info h3 {
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.sc-info span {
  font-size: 13px;
  line-height: 1.15;
  color: var(--gold);
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.sc-decor {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border: 2px solid;
  border-radius: 50%;
  opacity: .55;
}

.d-red {
  border-color: var(--red);
}

.d-blue {
  border-color: var(--blue);
}

.d-yellow {
  border-color: var(--gold);
}

.stars-accordion {
  display: grid;
  gap: 18px;
}

.stars-accordion-item {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.stars-accordion-item .accordion-header {
  margin: 0;
}

.stars-accordion-button {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  border: 0;
}

.stars-accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  box-shadow: none;
}

.stars-accordion-button:focus {
  box-shadow: none;
}

.stars-accordion-button::after {
  width: 14px;
  height: 14px;
  margin-left: auto;
  background-size: 14px;
  filter: invert(91%) sepia(11%) saturate(2235%) hue-rotate(345deg) brightness(95%) contrast(87%);
}

.stars-accordion-index {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(215, 154, 17, .45);
  background: rgba(215, 154, 17, .1);
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 2px;
}

.stars-accordion-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.stars-accordion-title {
  font-family: var(--font-head);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stars-accordion-meta {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
}

.stars-accordion-body {
  padding: 0 0 22px;
}

.i18n-rtl .stars-accordion-button {
  flex-direction: row-reverse;
}

.i18n-rtl .stars-accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

.i18n-rtl .stars-accordion-copy {
  text-align: right;
}

.i18n-rtl .fb-info {
  text-align: right;
}

.stars-marquee-shell {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.stars-marquee-frame {
  position: relative;
}

.stars-marquee-shell.is-steered .stars-marquee-track,
.stars-marquee-shell:hover .stars-marquee-track,
.stars-marquee-shell:focus-within .stars-marquee-track {
  animation-play-state: paused;
}

.stars-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: stars-marquee var(--marquee-duration, 36s) linear infinite;
}

.stars-marquee-track[data-direction="reverse"] {
  animation-direction: reverse;
}

.stars-marquee-set {
  display: flex;
  gap: 18px;
  padding: 0 18px 4px 24px;
}

.stars-marquee-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, .08);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.stars-marquee-nav:hover {
  background: rgba(215, 154, 17, .9);
  border-color: rgba(215, 154, 17, .95);
  color: var(--ink);
}

.stars-marquee-prev {
  left: 10px;
}

.stars-marquee-next {
  right: 10px;
}

.stars-marquee-nav .bi {
  font-size: 18px;
  line-height: 1;
}

@keyframes stars-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.stars-marquee-card {
  flex: 0 0 clamp(224px, 23vw, 292px);
  max-width: clamp(224px, 23vw, 292px);
  min-height: 326px;
}

.stars-marquee-card .sc-photo {
  height: 326px;
}

/* в”Ђв”Ђв”Ђ FOOTER в”Ђв”Ђв”Ђ */
.footer {
  background:
    linear-gradient(180deg, rgba(39, 36, 32, 0.95), rgba(30, 28, 25, 0.98)),
    radial-gradient(circle at 16% 18%, rgba(245, 240, 230, 0.06), transparent 22rem),
    radial-gradient(circle at 84% 82%, rgba(215, 154, 17, 0.08), transparent 18rem),
    repeating-linear-gradient(-45deg,
      rgba(245, 240, 230, 0.016) 0 10px,
      rgba(245, 240, 230, 0.008) 10px 20px);
  padding: 58px 0 0;
  color: #fff;
  border-top: 1px solid rgba(245, 240, 230, 0.12);
}

.footer-geo {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.95;
}

.fg-rect.r1 {
  position: absolute;
  width: 132px;
  height: 8px;
  background: var(--red);
  opacity: .16;
  top: 34px;
  right: 76px;
  box-shadow: 62px 22px 0 rgba(215, 154, 17, 0.16);
}

.fg-rect.r2 {
  position: absolute;
  width: 8px;
  height: 88px;
  background: var(--blue);
  opacity: .16;
  bottom: 78px;
  left: 52px;
}

.fg-dot.d1 {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  opacity: .18;
  top: 46%;
  right: 18%;
}

.fb-num {
  font-family: var(--font-head);
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  color: #fff7e8;
  line-height: 1;
  background: var(--red);
  box-shadow:
    inset 0 -6px 0 rgba(152, 26, 23, 0.34),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.fb-info strong {
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: 1.2px;
  line-height: 1.18;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.fb-info span,
.footer-contact p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .72);
}

.footer-contact h3 {
  margin-top: 0;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.footer-top {
  position: relative;
  z-index: 1;
}

.footer-top>[class*="col-"] {
  position: relative;
}

.footer-top>[class*="col-"]:not(:first-child)::before {
  content: "";
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5 * -0.25);
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(245, 240, 230, 0.12), transparent);
}

.footer-links {
  gap: 6px !important;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, .78);
  transition: color .2s, transform .2s;
  text-decoration: none;
}

.footer-links a .bi {
  color: rgba(215, 154, 17, 0.82);
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(2px);
}

.i18n-rtl .footer-links {
  text-align: right;
}

.i18n-rtl .footer-links a {
  flex-direction: row-reverse;
}

.i18n-rtl .footer-contact {
  text-align: right;
}

.i18n-rtl .footer-social {
  justify-content: flex-end;
}

.i18n-rtl .venue-item p {
  text-align: right;
}

.i18n-rtl .venue-item p em::before {
  margin-right: 0;
  margin-left: 4px;
}

.i18n-rtl .venue-item .venue-title {
  text-align: right;
}

.i18n-rtl .venues-header strong {
  text-align: right;
}

.i18n-rtl .venues-header span {
  text-align: left;
}

.i18n-rtl .sc-info h3 {
  text-align: right;
}

.i18n-rtl .sc-info span {
  display: block;
  text-align: right;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  transition: all .25s;
}

.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.footer-policy {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, .68);
  transition: color .2s, transform .2s;
  text-decoration: none;
}

.footer-policy:hover {
  color: var(--gold);
  transform: translateX(2px);
}

.footer-bottom {
  position: relative;
  color: rgba(255, 255, 255, .6);
}

.footer-copy-title {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.footer-copy-title a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-copy-title a:hover,
.footer-copy-title a:focus {
  color: var(--gold);
}

.footer-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 240, 230, 0.16), transparent);
  margin: 12px 0;
  opacity: 1;
}

.footer-bottom span {
  position: relative;
}

.footer-copyright {
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.footer-copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: var(--gold);
}

.footer-developer {
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.footer-developer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-developer a:hover,
.footer-developer a:focus {
  color: var(--gold);
}

.footer-contact {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
  border-radius: 4px;
  overflow: hidden;
}

.footer-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.08), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.16), rgba(200, 32, 31, 0)) 18px calc(100% - 16px) / 52px 3px no-repeat;
  pointer-events: none;
}

.footer-contact>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .footer-top>[class*="col-"]:not(:first-child)::before {
    display: none;
  }

  .footer-top {
    row-gap: 18px;
  }

  .fb-info strong {
    font-size: 16px;
  }

  .footer-links {
    gap: 4px !important;
  }

  .footer-contact {
    margin-top: 4px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

#mainNav .nav-link:focus-visible,
.navbar-toggler:focus-visible,
.cta-btn:focus-visible,
.ftab:focus-visible,
.agenda-item:focus-visible,
.dir-card:focus-visible,
.footer-links a:focus-visible,
.footer-social a:focus-visible,
.footer-policy:focus-visible,
.scroll-top:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 4px 14px rgba(200, 32, 31, 0.45);
  transition: all .25s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-top:hover {
  background: #a11a19;
  box-shadow: 0 6px 20px rgba(200, 32, 31, 0.6);
  transform: translateY(-2px);
}

body.modal-open #scroll-top {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
}

.scroll-top.visible:hover {
  transform: translateY(-2px);
}

/* в”Ђв”Ђв”Ђ PARTNERS / ORGANIZERS в”Ђв”Ђв”Ђ */

.organizers-strip {
  padding: 56px 0;
  background: rgba(17, 19, 21, 0.72);
}

.organizers-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  background:
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.18), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.16), transparent 18rem);
  pointer-events: none;
}

.organizers-strip::after {
  background:
    radial-gradient(circle at 92% 28%, rgba(200, 32, 31, 0.13), transparent 22rem),
    radial-gradient(circle at 8% 62%, rgba(215, 154, 17, 0.14), transparent 18rem);
}

.organizers-strip > .container {
  z-index: 1;
}

.organizers-strip .partners-state-grid {
  justify-content: center;
  gap: 16px;
}

.organizers-strip .partner-item-logo {
  flex: 0 1 260px;
  max-width: 260px;
  min-height: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .03) 0 8px,
      rgba(215, 154, 17, .015) 8px 16px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  padding: 24px 18px 22px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .22);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.organizers-strip .partner-item-logo::before,
.organizers-strip .partner-item-logo::after {
  display: none;
}

.organizers-strip .partner-item-logo:hover {
  transform: translateY(-4px);
  border-top-color: var(--red);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .32);
}

.organizers-strip .partner-logo-image-wrap {
  width: 140px;
  height: 140px;
  padding: 16px;
  background: #fff !important;
  border: 1px solid rgba(215, 154, 17, .22);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}

.organizers-strip .partner-item-logo strong {
  color: rgba(245, 240, 230, .92);
  font-size: 12px;
  letter-spacing: .6px;
  line-height: 1.3;
}

.organizers-strip .partner-role {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(215, 154, 17, .12);
  border: 1px solid rgba(215, 154, 17, .28);
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 14px;
  line-height: 1.2;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .organizers-strip {
    padding: 64px 0;
  }

  .organizers-strip .partners-state-grid {
    gap: 32px;
  }

  .organizers-strip .partner-item-logo {
    flex-basis: 280px;
    max-width: 280px;
    padding: 26px 20px 24px;
  }

  .organizers-strip .partner-logo-image-wrap {
    width: 144px;
    height: 144px;
  }

  .organizers-strip .partner-item-logo strong {
    font-size: 13px;
  }

  .organizers-strip .partner-role {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .organizers-strip {
    padding: 52px 0;
  }

  .organizers-strip .partners-state-grid {
    gap: 24px;
  }

  .organizers-strip .partner-item-logo {
    flex-basis: 240px;
    max-width: 240px;
    padding: 22px 16px 20px;
  }

  .organizers-strip .partner-logo-image-wrap {
    width: 128px;
    height: 128px;
    padding: 14px;
  }

  .organizers-strip .partner-item-logo strong {
    font-size: 11px;
    letter-spacing: .5px;
  }

  .organizers-strip .partner-role {
    font-size: 10px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .organizers-strip {
    padding: 44px 0;
  }

  .organizers-strip .partners-state-grid {
    justify-content: center;
    gap: 20px;
  }

  .organizers-strip .partners-state-grid>.partner-item-logo {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    padding: 20px 14px 18px;
  }

  .organizers-strip .partner-logo-image-wrap {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .organizers-strip .partner-item-logo strong {
    font-size: 20px;
    line-height: 1.35;
  }

  .organizers-strip .partner-role {
    font-size: 23px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .organizers-strip {
    padding: 36px 0;
  }

  .organizers-strip .partners-state-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .organizers-strip .partner-item-logo {
    flex: none;
    max-width: none;
    min-width: 0;
    padding: 14px 8px 12px;
  }

  .organizers-strip .partner-logo-image-wrap {
    width: 120px;
    height: 120px;
    padding: 10px;
  }

  .organizers-strip .partner-item-logo strong {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .2px;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .organizers-strip .partner-role {
    font-size: 8px;
    letter-spacing: .8px;
    padding: 3px 6px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  .organizers-strip {
    padding: 32px 0;
  }

  .organizers-strip .partners-state-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .organizers-strip .partner-item-logo {
    flex: none;
    max-width: none;
    min-width: 0;
    padding: 16px 14px 14px;
    display: grid;
    grid-template-columns: 88px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    row-gap: 4px;
  }

  .organizers-strip .partner-logo-image-wrap {
    width: 88px;
    height: 88px;
    padding: 10px;
    margin: 0;
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .organizers-strip .partner-item-logo strong {
    font-size: 12px;
    line-height: 1.25;
    grid-row: 2;
    grid-column: 2;
    text-align: left;
    align-self: start;
  }

  .organizers-strip .partner-role {
    font-size: 11px;
    letter-spacing: 1.4px;
    grid-row: 1;
    grid-column: 2;
    text-align: left;
    align-self: end;
  }
}

.partners-tier h3 {
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6cdbc;
}

.partners-state-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  row-gap: 16px;
}

.partners-state-grid>.partner-item-logo {
  flex: 0 1 230px;
  max-width: 230px;
  width: 100%;
}

.partners-compact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partners-municipal-grid {
  row-gap: 16px;
}

.partners-municipal-grid > .partners-municipal-col {
  flex: 0 0 calc((100% - 64px) / 5);
}

.partner-item {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
  padding: 22px;
  height: 100%;
  transition: box-shadow .3s, transform .3s;
}

.partner-item::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: -18px;
  bottom: -18px;
  background: var(--red);
  opacity: .12;
}

.partner-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  transform: translateY(-3px);
}

.partner-item>* {
  position: relative;
}

.partner-item-logo {
  position: relative;
  height: auto;
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 16px 12px 18px;
}

.partner-item-logo::after {
  display: none;
}

.partner-item-logo::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 46px;
  height: 46px;
  border-top: 2px solid rgba(17, 55, 109, 0.12);
  border-left: 2px solid rgba(17, 55, 109, 0.12);
  border-top-left-radius: 14px;
  pointer-events: none;
}

.partner-item-logo::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 16px;
  height: 18px;
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.12), rgba(17, 55, 109, 0)) 0 100% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.22), rgba(215, 154, 17, 0)) 0 0 / 52px 3px no-repeat;
  opacity: 0.8;
  pointer-events: none;
}

.partner-item-logo strong {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.25;
}

.partner-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: .5px;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.35;
}

.partner-logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(215, 154, 17, .08);
  color: var(--gold);
  font-size: 22px;
}

.partner-logo-image-wrap {
  width: 102px;
  height: 102px;
  padding: 12px;
  margin-inline: auto;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(17, 55, 109, 0.08);
  overflow: hidden;
}

.partner-logo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.partner-logo-image-wrap-dark {
  background: var(--blue);
  border-color: rgba(17, 55, 109, 0.38);
  box-shadow: inset 0 0 0 1px rgba(245, 240, 230, 0.08);
}

.partners-state-grid> :nth-child(3n + 1) .partner-logo-image-wrap {
  box-shadow:
    inset 0 0 0 1px rgba(17, 55, 109, 0.06),
    0 10px 24px rgba(17, 55, 109, 0.05);
}

.partners-state-grid> :nth-child(3n + 2)::before {
  width: 58px;
  height: 24px;
  border-top: 2px solid rgba(200, 32, 31, 0.14);
  border-left: 0;
  border-radius: 0;
}

.partners-state-grid> :nth-child(3n + 2)::after {
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.12), rgba(17, 55, 109, 0)) 0 100% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.2), rgba(200, 32, 31, 0)) 0 0 / 42px 3px no-repeat;
}

.partners-state-grid> :nth-child(3n) .partner-logo-image-wrap {
  position: relative;
}

.partners-state-grid> :nth-child(3n) .partner-logo-image-wrap::after {
  display: none;
}

.partner-item-compact {
  min-height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-top-width: 3px;
}

.partner-item-compact .partner-logo {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  margin-bottom: 0;
  font-size: 24px;
  border-radius: 50%;
  background: rgba(215, 154, 17, .08);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item-compact .partner-logo.partner-logo-image-wrap {
  width: 102px;
  height: 102px;
  padding: 12px;
  margin-inline: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 55, 109, 0.08);
}

.partner-item-compact strong {
  align-self: center;
  display: inline-block;
  font-family: var(--font-head);
  font-size: 13px;
  line-height: 1.4;
}

.partners-municipal-col {
  position: relative;
  min-height: 100%;
  padding: 16px 14px 14px;
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 6px 18px rgba(17, 19, 21, 0.04);
  overflow: hidden;
}

.mc-grid> :nth-child(3n + 1) .mc-card {
  border-top-color: var(--gold);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 240, 230, 0.86));
}

.mc-grid> :nth-child(3n + 1) .mc-card::after {
  background: var(--gold);
  opacity: .12;
}

.mc-grid> :nth-child(3n + 2) .mc-card {
  border-top-color: var(--red);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 235, 232, 0.88));
}

.mc-grid> :nth-child(3n + 2) .mc-card::before {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.08), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.22), rgba(200, 32, 31, 0)) 22px calc(100% - 18px) / 54px 3px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.14), rgba(17, 55, 109, 0)) 22px calc(100% - 10px) / calc(100% - 44px) 1px no-repeat;
}

.mc-grid> :nth-child(3n + 2) .mc-card::after {
  background: var(--red);
  opacity: .12;
}

.mc-grid> :nth-child(3n) .mc-card {
  border-top-color: var(--blue);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(233, 239, 248, 0.88));
}

.mc-grid> :nth-child(3n) .mc-card::before {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.1), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.22), rgba(17, 55, 109, 0)) 22px calc(100% - 18px) / 54px 3px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.16), rgba(215, 154, 17, 0)) 22px calc(100% - 10px) / calc(100% - 44px) 1px no-repeat;
}

.mc-grid> :nth-child(3n) .mc-card::after {
  background: var(--blue);
  opacity: .11;
}

.mc-grid> :nth-child(4n + 1) .mc-card .panel-place {
  background: rgba(215, 154, 17, .12);
}

.mc-grid> :nth-child(4n + 2) .mc-card .panel-place {
  background: rgba(200, 32, 31, .08);
  border-left-color: var(--red);
}

.mc-grid> :nth-child(4n + 3) .mc-card .panel-place {
  background: rgba(17, 55, 109, .08);
  border-left-color: var(--blue);
}

.partners-municipal-col::before,
.partners-municipal-col::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.partners-municipal-col::before {
  width: 62px;
  height: 62px;
  right: -16px;
  top: -18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(215, 154, 17, 0.22), rgba(215, 154, 17, 0.06) 62%, transparent 63%);
  opacity: 0.95;
}

.partners-municipal-col::after {
  left: 14px;
  right: 18px;
  bottom: 10px;
  height: 24px;
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.16), rgba(17, 55, 109, 0.02) 58%, transparent 58%) 0 14px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.16), rgba(200, 32, 31, 0) 42%) 0 0 / 44px 3px no-repeat;
  opacity: 0.75;
}

.partners-municipal-title {
  position: relative;
  margin-bottom: 10px;
  padding-right: 18px;
  padding-bottom: 8px;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--blue);
}

.partners-municipal-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: var(--gold);
}

.partners-municipal-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partners-municipal-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  color: rgba(17, 19, 21, 0.82);
  font-size: 13px;
  line-height: 1.45;
  font-style: italic;
}

.partners-municipal-list li:last-child {
  margin-bottom: 0;
}

.partners-municipal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.i18n-rtl .partners-municipal-list li {
  padding-left: 0;
  padding-right: 16px;
}

.i18n-rtl .partners-municipal-list li::before {
  left: auto;
  right: 0;
}

.partners-municipal-grid> :nth-child(2n)::before {
  background:
    radial-gradient(circle at 30% 30%, rgba(17, 55, 109, 0.18), rgba(17, 55, 109, 0.05) 62%, transparent 63%);
}

.partners-municipal-grid> :nth-child(3n)::after {
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.14), rgba(17, 55, 109, 0.02) 58%, transparent 58%) 0 14px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.24), rgba(215, 154, 17, 0) 42%) 0 0 / 52px 3px no-repeat;
}

.partners-quote {
  position: relative;
  margin-top: 28px;
  padding: 30px 34px 28px 92px;
  overflow: hidden;
  border: 1px solid rgba(17, 55, 109, 0.1);
  border-left: 6px solid var(--gold);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 240, 230, 0.88)),
    repeating-linear-gradient(-45deg,
      rgba(17, 55, 109, 0.018) 0 8px,
      rgba(17, 55, 109, 0.008) 8px 16px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, 0.08);
  color: rgba(17, 19, 21, 0.82);
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
}

.partners-quote::before,
.partners-quote::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.partners-quote::before {
  content: "“";
  left: 28px;
  top: 18px;
  font-family: var(--font-head);
  font-size: 88px;
  line-height: 1;
  color: rgba(17, 55, 109, 0.14);
}

.partners-quote::after {
  width: 180px;
  height: 180px;
  right: -48px;
  bottom: -72px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(215, 154, 17, 0.15) 0 32%, rgba(215, 154, 17, 0.04) 33% 56%, transparent 57%),
    radial-gradient(circle at 30% 30%, rgba(200, 32, 31, 0.12), transparent 62%);
  opacity: 0.95;
}

.partners-quote p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.partners-quote p::after {
  content: "";
  display: block;
  width: 96px;
  height: 6px;
  margin-top: 18px;
  background:
    linear-gradient(90deg, var(--gold), var(--gold)) 0 0 / 58px 3px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.26), rgba(17, 55, 109, 0)) 0 100% / 96px 1px no-repeat;
}

.stars-quote {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)),
    repeating-linear-gradient(-45deg,
      rgba(215, 154, 17, .04) 0 8px,
      rgba(215, 154, 17, .02) 8px 16px);
  border-color: rgba(255, 255, 255, .1);
  border-left-color: var(--gold);
  box-shadow: 0 14px 32px rgba(17, 19, 21, 0.08);
  color: rgba(245, 240, 230, .85);
  backdrop-filter: blur(6px);
}

.stars-quote::before {
  color: rgba(215, 154, 17, .2);
}

.stars-quote::after {
  background:
    radial-gradient(circle, rgba(215, 154, 17, .2) 0 32%, rgba(215, 154, 17, .06) 33% 56%, transparent 57%),
    radial-gradient(circle at 30% 30%, rgba(200, 32, 31, .15), transparent 62%);
}

.stars-quote p::after {
  background:
    linear-gradient(90deg, var(--gold), var(--gold)) 0 0 / 58px 3px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0)) 0 100% / 96px 1px no-repeat;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .stars-row .col-lg-6:has(.stars-row-content) {
    margin-top: 170px;
  }

  .stars-row-content {
    padding: 28px 20px;
  }

  .stars-row-title {
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .7), 0 0 12px rgba(0, 0, 0, .35);
  }

  .stars-row-text {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(245, 240, 230, .95);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  }

  .stars-row-desc {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(245, 240, 230, .92);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  }

  .stars-row-desc::before {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .stars-row .col-lg-6:has(.stars-row-content) {
    margin-top: 45px;
  }

  .stars-row-content {
    padding: 24px 16px;
  }

  .stars-row-title {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .7), 0 0 12px rgba(0, 0, 0, .35);
  }

  .stars-row-text {
    font-size: 16px;
    line-height: 1.55;
    color: rgba(245, 240, 230, .95);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  }

  .stars-row-desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(245, 240, 230, .92);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  }

  .stars-row-desc::before {
    font-size: 22px;
  }

  .stars-quote {
    padding: 22px 20px 22px 68px;
  }

  .stars-quote::before {
    left: 18px;
    font-size: 60px;
  }
}

.stars .partners-tier h3 {
  color: rgba(245, 240, 230, .82);
  border-bottom-color: rgba(255, 255, 255, .1);
}

.stars .partner-item {
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
  color: rgba(245, 240, 230, .85);
  border-top-color: var(--gold);
}

.stars .partner-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
  background: rgba(255, 255, 255, .12);
}

.stars .partner-item::after {
  opacity: .06;
}

.stars .partner-item-logo {
  min-height: 192px;
}

.stars .partner-item-logo strong {
  color: rgba(245, 240, 230, .82);
}

.stars .partner-logo-image-wrap {
  background: rgba(255, 255, 255, .9);
}

.stars .partner-item-logo::before {
  border-color: rgba(215, 154, 17, .18);
}

.stars .partner-item-logo::after {
  background:
    linear-gradient(90deg, rgba(215, 154, 17, .25), rgba(215, 154, 17, 0)) 0 100% / 100% 1px no-repeat,
    linear-gradient(90deg, var(--gold), var(--gold)) 0 0 / 52px 3px no-repeat;
}

.stars .partner-logo-image-wrap,
.stars .partner-logo-image-wrap-dark {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .1);
  box-shadow: none;
}

#organizers .partner-logo-image-wrap,
#organizers .partner-logo-image-wrap-dark {
  background: #fff;
  border: 1px solid rgba(215, 154, 17, .22);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}

.stars .partner-item-compact {
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
  color: rgba(245, 240, 230, .85);
}

.stars .partner-item-compact:hover {
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

.stars .partner-item-compact strong {
  color: rgba(245, 240, 230, .82);
}

.stars .partner-item-compact .partner-logo i {
  color: rgba(215, 154, 17, .7);
}

.stars .partners-municipal-title {
  color: rgba(245, 240, 230, .92);
}

.stars .partners-municipal-list li {
  color: rgba(245, 240, 230, .85);
  font-style: normal;
}

.stars .partners-municipal-col {
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}

.stars .partners-municipal-col::before {
  border-color: rgba(215, 154, 17, .18);
}

.stars .partners-municipal-col::after {
  background:
    linear-gradient(90deg, rgba(215, 154, 17, .25), rgba(215, 154, 17, 0)) 0 100% / 100% 1px no-repeat,
    linear-gradient(90deg, var(--gold), var(--gold)) 0 0 / 52px 3px no-repeat;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  #mainNav {
    min-height: 80px;
  }

  #mainNav.is-stuck {
    min-height: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  #mainNav {
    min-height: 50px;
  }

  #mainNav.is-stuck {
    min-height: 50px;
  }

  #mainNav.is-stuck .nav-link {
    font-size: 9px !important;
    letter-spacing: 0.3px !important;
    padding: 0.3rem 0.4rem !important;
  }
}

@media (max-width: 1399.98px) {
  .partners-state-grid {
    justify-content: center;
    gap: 18px;
  }

  .partners-state-grid>.partner-item-logo {
    flex-basis: 210px;
    max-width: 240px;
  }

  .partner-item-logo {
    min-height: 224px;
    gap: 14px;
    padding: 20px 18px 22px;
  }

  .partner-item-logo strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .partner-logo-image-wrap {
    width: 148px;
    height: 148px;
    padding: 18px;
  }

  .partners-compact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partners-municipal-grid > .partners-municipal-col {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}

@media (min-width: 1200px) {
  .partners-tier .partners-state-grid>.partner-item-logo {
    flex: 0 0 calc((100% - 54px) / 4);
    max-width: calc((100% - 54px) / 4);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .partners-tier .partners-state-grid>.partner-item-logo {
    flex: 0 0 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .partners-tier .partners-state-grid>.partner-item-logo {
    flex: 0 0 calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
  }

  .partners-municipal-grid>.partners-municipal-col {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (max-width: 991.98px) {
  .partners {
    padding: 68px 0;
  }

  .partners-tier h3 {
    font-size: 13px;
    letter-spacing: 1.7px;
  }

  .partner-item-logo {
    min-height: 220px;
  }

  .partners-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-municipal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-quote {
    margin-top: 22px;
    padding: 26px 24px 24px 78px;
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #mainNav .container-fluid {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  #mainNav .navbar-brand {
    gap: 10px;
  }

  .hero-content {
    flex-direction: column;
  }

  .hero-copy,
  .hero-art {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-copy {
    padding: 28px 28px 18px;
    background: linear-gradient(to bottom, rgba(255, 247, 232, 0.95) 0%, rgba(255, 247, 232, 0.84) 70%, rgba(255, 247, 232, .35) 90%, transparent 100%);
  }

  .hero-copy h1 {
    font-size: clamp(28px, 4vw, 42px);
    max-width: 38rem;
  }

  .hero-copy .roman {
    font-size: clamp(44px, 6vw, 66px);
  }

  .hero-art {
    min-height: 340px;
  }

  .hero-skripach {
    left: 54%;
    height: 88%;
  }

  .hero-truba-2 {
    left: 8%;
    right: auto;
    top: -2%;
    width: 11%;
  }

  .hero-truba-1 {
    left: 12%;
    bottom: 18%;
    width: 14%;
  }

  .hero-baraban {
    right: 4%;
    height: 30%;
  }

  .mc-card {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }

  .red-sun {
    top: 20%;
    left: 56%;
    width: clamp(100px, 12vw, 180px);
    height: clamp(100px, 12vw, 180px);
    font-size: clamp(11px, 1.3vw, 18px);
    transform: translate(-50%, -50%) rotate(-7deg);
  }

  .i18n-rtl .hero-copy-inner {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .i18n-rtl .hero-skripach {
    left: auto;
    right: 54%;
  }

  .i18n-rtl .hero-baraban {
    right: auto;
    left: 4%;
  }

  .i18n-rtl .hero-klarnet {
    right: auto;
    left: 5%;
  }

  .i18n-rtl .red-sun {
    left: auto;
    right: 56%;
    transform: translate(50%, -50%) rotate(-7deg);
  }

  .i18n-rtl .gold-callout {
    right: auto;
    left: clamp(18px, 4vw, 78px);
  }

  .date-range {
    font-size: clamp(50px, 2.2vw, 90px);
  }

  .summary-metrics {
    justify-content: flex-start;
  }

  .section-header h2 {
    font-size: clamp(39px, 5vw, 59px);
  }

  .section-header p {
    font-size: 23px;
    line-height: 27px;
  }

  .about-content p {
    max-width: none;
    font-size: 26px;
  }

  .about-lead {
    font-size: 25px !important;
  }

  .about-point strong {
    font-size: 21px;
  }

  .about-point span {
    font-size: 22px;
  }

  .about-quote {
    font-size: 23px;
  }

  .about-quote cite {
    font-size: 21px;
  }

  .cta-btn {
    font-size: 32px;
  }

  .about-visual strong {
    font-size: clamp(25px, 3.1vw, 33px);
  }

  .about-visual-grid span {
    font-size: 19px;
  }

  .agenda-title {
    font-size: 19px;
  }

  .agenda-place {
    font-size: 16px;
  }

  .agenda-time {
    font-size: 24px;
  }

  .agenda-cat {
    font-size: 13px;
  }

  .vi-num {
    font-size: 24px;
  }

  .venue-item .venue-title {
    font-size: 22px;
  }

  .venue-item p,
  .vi-schedule {
    font-size: 17px;
  }

  .vi-schedule strong {
    font-size: 15px;
  }

  .mc-card .panel-title {
    font-size: 19px;
  }

  .mc-card .panel-date {
    font-size: 16px;
  }

  .mc-card .panel-place {
    font-size: 15px;
    padding: 6px 10px;
  }

  .mc-address {
    font-size: 16px;
    line-height: 20px;
  }

  .mc-card .panel-text {
    font-size: 18px;
    line-height: 24px;
  }

  .dir-card h3 {
    font-size: 23px;
  }

  .dir-card p {
    font-size: 21px;
    line-height: 26px;
  }

  .dir-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .dir-icon i {
    font-size: 24px;
  }

  .partners-tier h3 {
    font-size: 24px;
  }

  .partner-item-compact strong {
    font-size: 17px;
  }

  .partners-municipal-title {
    font-size: 20px;
  }

  .partners-municipal-list li {
    font-size: 17px;
    line-height: 21px;
  }

  .footer-links a {
    font-size: 18px;
  }

  .footer-contact h3 {
    font-size: 17px;
  }

  .footer-contact p {
    font-size: 18px;
  }

  .fb-info span {
    font-size: 18px;
  }

  .fb-num {
    width: 72px;
    height: 72px;
    font-size: 32px;
  }

  .fb-info strong {
    font-size: 22px;
    letter-spacing: 1.4px;
  }

  .footer-links a {
    font-size: 18px;
  }

  .footer-links a .bi {
    font-size: 16px;
  }

  .footer-contact h3 {
    font-size: 17px;
  }

  .footer-contact p {
    font-size: 18px;
  }

  .footer-social a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .footer-policy {
    font-size: 14px;
  }

  .footer-copy-title {
    font-size: 1rem;
  }

  .footer-copyright,
  .footer-developer {
    font-size: 0.85rem;
  }

  .map-note {
    font-size: 15px;
  }

  .map-legend span {
    font-size: 14px;
  }

  .sc-info h3 {
    font-size: 18px;
  }

  .sc-info span {
    display: block;
    font-size: 13px;
    line-height: 1.15;
  }

  .sc-info {
    padding: 18px 14px 12px;
  }

  .stars-accordion-title {
    font-size: 24px;
  }

  .stars-accordion-meta {
    font-size: 20px;
  }

  .stars-accordion-index {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .stars-marquee-card {
    flex-basis: 260px;
    max-width: 260px;
    min-height: 300px;
  }

  .stars-marquee-card .sc-photo {
    height: 300px;
  }





  .partner-logo {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .partner-item-compact .partner-logo {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .partners-quote {
    padding: 30px 30px 28px 86px;
    font-size: 20px;
    line-height: 1.7;
  }

  .partners-quote::before {
    left: 24px;
    font-size: 80px;
  }

  .partner-item-logo {
    min-height: 240px;
    gap: 16px;
    padding: 24px 20px 26px;
  }

  .partner-item-logo strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .partner-logo-image-wrap {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .event-modal-content .modal-title {
    font-size: 16px;
    letter-spacing: 2.5px;
  }

  .event-modal-content .modal-body {
    padding: 14px 24px 28px;
  }

  .event-modal-content .panel-date {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .event-modal-content .panel-time {
    font-size: 44px;
  }

  .event-modal-content .panel-title {
    font-size: 24px;
  }

  .event-modal-content .panel-text {
    font-size: 18px;
    line-height: 24px;
  }

  .ftab {
    font-size: 14px;
    padding: 10px 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .program-summary {
    align-items: start;
    grid-template-columns: 1fr 0.2fr;
  }

  .summary-metrics {
    align-self: end;
  }

  .stars-marquee-card {
    flex-basis: 240px;
    max-width: 240px;
    min-height: 290px;
  }

  .stars-marquee-card .sc-photo {
    height: 286px;
  }

  .sc-info {
    padding: 18px 14px 12px;
  }

  .sc-info h3 {
    font-size: 18px;
  }

  .sc-info span {
    display: block;
    font-size: 12px;
    line-height: 1.15;
  }

  .stars-accordion-index {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .stars-accordion-title {
    font-size: 20px;
  }

  .stars-accordion-meta {
    font-size: 15px;
  }

  .i18n-rtl .hero-copy-inner {
    text-shadow: 0 1px 4px rgba(255, 255, 255, 0.85), 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 5 !important;
    max-width: 23rem;
  }
}

/* в”Ђв”Ђв”Ђ PARALLAX BACKGROUND DECOR в”Ђв”Ђв”Ђ */
#bg-decor {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17, 55, 109, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 55, 109, 0.03) 1px, transparent 1px);
  background-size: 74px 74px;
  background-position: center top;
  opacity: 0.95;
}

.bg-layer {
  position: absolute;
  inset: -12vh -8vw;
  will-change: transform;
}

.bg-layer-soft {
  opacity: 0.9;
}

.bg-layer-geo {
  opacity: 0.82;
}

.bg-layer-icons {
  opacity: 0.94;
}

#bg-decor::before,
#bg-decor::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(17, 55, 109, 0.12);
  opacity: 0.5;
  transform: rotate(-12deg);
}

#bg-decor::before {
  width: 34vw;
  height: 34vw;
  min-width: 280px;
  min-height: 280px;
  left: -14vw;
  top: 118vh;
}

#bg-decor::after {
  width: 28vw;
  height: 28vw;
  min-width: 220px;
  min-height: 220px;
  right: -10vw;
  top: 250vh;
}

.bg-shape {
  position: absolute;
  will-change: transform;
}

.bg-circle-red {
  width: clamp(120px, 14vw, 240px);
  height: clamp(120px, 14vw, 240px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 32, 31, 0.75), rgba(200, 32, 31, 0.12) 46%, transparent 72%);
  opacity: 0.22;
  filter: blur(2px);
}

.bg-circle-blue {
  width: clamp(150px, 17vw, 290px);
  height: clamp(150px, 17vw, 290px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 55, 109, 0.62), rgba(17, 55, 109, 0.1) 48%, transparent 74%);
  opacity: 0.18;
  filter: blur(2px);
}

.bg-circle-gold {
  width: clamp(110px, 11vw, 190px);
  height: clamp(110px, 11vw, 190px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 154, 17, 0.72), rgba(215, 154, 17, 0.12) 45%, transparent 72%);
  opacity: 0.22;
  filter: blur(1px);
}

.bg-ring-blue,
.bg-ring-red,
.bg-ring-gold {
  border-radius: 50%;
  opacity: 0.2;
}

.bg-ring-blue {
  width: clamp(105px, 11vw, 170px);
  height: clamp(105px, 11vw, 170px);
  border: 2px solid var(--blue);
}

.bg-ring-red {
  width: clamp(85px, 9vw, 135px);
  height: clamp(85px, 9vw, 135px);
  border: 2px solid var(--red);
}

.bg-ring-gold {
  width: clamp(70px, 7vw, 110px);
  height: clamp(70px, 7vw, 110px);
  border: 2px solid var(--gold);
}

.bg-diamond-red {
  width: 40px;
  height: 40px;
  background: var(--red);
  opacity: 0.20;
  transform: rotate(45deg);
}

.bg-diamond-gold {
  width: 30px;
  height: 30px;
  background: var(--gold);
  opacity: 0.20;
  transform: rotate(45deg);
}

.bg-diamond-blue {
  width: 34px;
  height: 34px;
  background: var(--blue);
  opacity: 0.16;
  transform: rotate(45deg);
}

.bg-bar-gold {
  width: 128px;
  height: 4px;
  background: var(--gold);
  opacity: 0.22;
  transform: rotate(-15deg);
}

.bg-bar-red {
  width: 90px;
  height: 3px;
  background: var(--red);
  opacity: 0.22;
  transform: rotate(12deg);
}

.bg-dot-grid {
  width: 100px;
  height: 82px;
  opacity: 0.18;
  background-image: radial-gradient(circle, var(--blue) 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.bg-step-mark {
  width: 92px;
  height: 92px;
  opacity: 0.18;
  background:
    linear-gradient(var(--red), var(--red)) 0 0 / 58px 5px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 0 28px / 78px 5px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 56px / 48px 5px no-repeat;
  transform: rotate(-18deg);
}

.bg-icon {
  opacity: 0.52;
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  line-height: 1;
  text-shadow: 0 10px 28px rgba(17, 19, 21, 0.08);
}

.icon-music,
.icon-palette,
.icon-camera,
.icon-cup,
.icon-brush {
  color: var(--gold);
}

.icon-ticket,
.icon-star,
.icon-mic,
.icon-chat {
  color: var(--red);
}

.icon-geo,
.icon-book,
.icon-film,
.icon-theatre,
.icon-trophy {
  color: var(--blue);
}

.decor-a {
  top: 4vh;
  left: 5vw;
}

.decor-b {
  top: 14vh;
  right: 8vw;
}

.decor-c {
  top: 72vh;
  left: 72vw;
}

.decor-d {
  top: 48vh;
  left: 22vw;
}

.decor-e {
  top: 84vh;
  right: 18vw;
}

.decor-f {
  top: 38vh;
  left: 3vw;
}

.decor-g {
  top: 64vh;
  right: 6vw;
}

.decor-h {
  top: 12vh;
  left: 44vw;
}

.decor-i {
  top: 76vh;
  right: 18vw;
}

.decor-j {
  top: 28vh;
  right: 28vw;
}

.decor-k {
  top: 58vh;
  left: 14vw;
}

.decor-l {
  top: 18vh;
  left: 12vw;
}

.decor-m {
  top: 88vh;
  right: 14vw;
}

.decor-n {
  top: 48vh;
  left: 68vw;
}

.decor-o {
  top: 82vh;
  left: 8vw;
}

.decor-p {
  top: 24vh;
  left: 41vw;
}

.decor-q {
  top: 68vh;
  right: 15vw;
}

.decor-r {
  top: 52vh;
  left: 7vw;
}

.decor-s {
  top: 10vh;
  left: 58vw;
}

.decor-t {
  top: 82vh;
  right: 8vw;
}

.decor-u {
  top: 42vh;
  left: 34vw;
}

.decor-v {
  top: 20vh;
  right: 22vw;
}

.decor-w {
  top: 90vh;
  left: 70vw;
}

.decor-x {
  top: 6vh;
  left: 18vw;
}

.decor-y {
  top: 60vh;
  right: 34vw;
}

.decor-z {
  top: 34vh;
  right: 4vw;
}

.decor-aa {
  top: 74vh;
  left: 48vw;
}

.decor-ab {
  top: 44vh;
  right: 46vw;
}

.decor-ac {
  top: 14vh;
  left: 76vw;
}

@media (prefers-reduced-motion: reduce) {
  .bg-layer {
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
  #mainNav .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #mainNav .navbar-brand {
    gap: 9px;
    font-size: 0.9rem;
    letter-spacing: 1.2px;
  }

  .hero-copy {
    padding: 24px 16px 18px;
    background: linear-gradient(to bottom, rgba(255, 247, 232, 0.98) 0%, rgba(255, 247, 232, 0.95) 66%, rgba(255, 247, 232, 0.9) 84%, rgba(255, 247, 232, 0.76) 94%, rgba(255, 247, 232, 0.42) 100%);
  }

  .hero-copy-inner {
    overflow-wrap: break-word;
  }

  .opening-note {
    margin-top: 14px;
    padding: 10px 0 18px;
  }

  .opening-note-badge {
    display: none;
  }

  .opening-note-copy strong {
    font-size: 2.5rem;
  }

  .opening-note-copy span {
    font-size: 1.85rem;
    color: rgba(17, 55, 109, 0.88);
  }

  .hero-copy h1 {
    font-size: clamp(26px, 7vw, 40px);
    line-height: 1.1;
  }

  .hero-copy .roman {
    font-size: clamp(40px, 10vw, 60px);
  }

  .hero-art {
    min-height: 200px;
  }

  .hero-content {
    overflow: visible;
  }

  .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-truba-2,
  .hero-truba-1 {
    display: none;
  }

  .hero-skripach {
    left: 50%;
    height: 80%;
    z-index: 0;
  }

  .hero-baraban {
    right: 5%;
    height: 50%;
    z-index: 0;
  }

  .i18n-rtl .hero-copy-inner {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .i18n-rtl .hero-skripach {
    left: auto;
    right: 50%;
  }

  .i18n-rtl .hero-baraban {
    right: auto;
    left: 5%;
  }

  .i18n-rtl .hero-klarnet {
    right: auto;
    left: 5%;
  }

  .blue-mark,
  .red-sun,
  .gold-callout {
    display: none;
  }

  #hero::before,
  #hero::after {
    display: none;
  }

  .about {
    padding: 48px 0;
  }

  .about-content p {
    max-width: none;
    font-size: 18px;
    line-height: 21px;
  }

  .about-lead {
    font-size: 19px !important;
    line-height: 23px;
  }

  .about-point strong {
    font-size: 18px;
  }

  .about-point span {
    font-size: 16px;
    line-height: 20px;
  }

  .about-quote {
    font-size: 20px;
  }

  .about-quote cite {
    font-size: 18px;
  }

  .section-header p {
    font-size: 18px;
    line-height: 20px;
  }

  .section-header h2 {
    font-size: clamp(36px, 7vw, 56px);
  }

  .cta-btn {
    font-size: 21px;
  }

  .signature {
    font-size: clamp(22px, 5vw, 32px);
  }

  .about-num {
    font-size: 64px;
    line-height: 0.9;
  }

  .about-visual {
    min-height: 0;
    padding: 20px 16px !important;
  }

  .about-visual strong {
    font-size: clamp(22px, 4vw, 30px);
    letter-spacing: 1.6px;
  }

  .about-visual span {
    font-size: 16px;
    line-height: 19px;
  }

  .about-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .about-visual-grid span {
    font-size: 16px;
    padding: 16px 10px;
    letter-spacing: 1.4px;
  }

  .event-panel {
    position: static;
    min-height: 200px;
  }

  .agenda-item {
    gap: 4px;
    padding: 12px 14px;
  }

  .agenda-main {
    margin-top: 0;
  }

  .ftab {
    font-size: 18px;
    padding: 9px 12px;
  }

  .program-summary h3 {
    font-size: clamp(22px, 6vw, 30px);
  }

  .program-summary p {
    font-size: 18px;
    line-height: 22px;
  }

  .summary-metrics span {
    font-size: 16px;
    padding: 6px 10px;
  }

  .agenda-time {
    font-size: 17px;
  }

  .agenda-title {
    font-size: 18px;
    line-height: 21px;
  }

  .agenda-place {
    font-size: 14px;
    line-height: 17px;
  }

  .agenda-cat {
    font-size: 11px;
  }

  .venues-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    height: auto;
  }

  .venues-sidebar {
    gap: 10px;
  }

  .venues-list {
    max-height: none;
    overflow-y: visible;
    overflow-x: hidden;
    overscroll-behavior: auto;
  }

  .venues-list .reveal-on-scroll,
  .venues-list .reveal-on-scroll.is-visible,
  .venues-list .reveal-on-scroll.is-past {
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;
  }

  .venue-item {
    padding: 12px 14px;
  }

  .vi-num {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .venue-item .venue-title {
    font-size: 18px;
    line-height: 21px;
  }

  .venue-item p {
    font-size: 14px;
    line-height: 17px;
  }

  .vi-schedule {
    font-size: 14px;
    line-height: 20px;
  }

  .vi-schedule strong {
    font-size: 13px;
  }

  .mc-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 14px 14px 12px;
  }

  .mc-card .panel-date {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .mc-card .panel-title {
    font-size: 18px;
    line-height: 21px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .mc-card .panel-place {
    font-size: 14px;
    padding: 6px 8px;
  }

  .mc-address {
    font-size: 14px;
    line-height: 17px;
  }

  .mc-card .panel-text {
    font-size: 14px;
    line-height: 17px;
  }

  .map-container {
    padding: 4px;
  }

  .map-frame {
    min-height: 360px;
  }

  .festival-map {
    min-height: 360px;
  }

  .map-note {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
  }

  .map-legend span {
    font-size: 9px;
    padding: 4px 4px;
  }

  .legend-dot {
    width: 13px;
    height: 13px;
  }

  .stars {
    padding: 72px 0;
  }

  .stars-bg-geo {
    opacity: 0.78;
  }

  .sc-info h3 {
    font-size: 18px;
  }

  .sc-info span {
    font-size: 14px;
  }

  .stars-accordion {
    gap: 14px;
  }

  .stars-accordion-button {
    gap: 12px;
    padding: 16px 18px;
    align-items: flex-start;
  }

  .stars-accordion-index {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .stars-accordion-title {
    font-size: 18px;
  }

  .stars-accordion-meta {
    font-size: 14px;
    letter-spacing: 1.3px;
  }

  .stars-marquee-shell {
    mask-image: none;
  }

  .stars-marquee-set {
    gap: 12px;
    padding: 0 12px 4px 16px;
  }

  .stars-marquee-card {
    flex-basis: 208px;
    max-width: 208px;
    min-height: 276px;
  }

  .stars-marquee-card .sc-photo {
    height: 270px;
  }

  .stars-marquee-nav {
    width: 36px;
    height: 36px;
  }

  .stars-marquee-prev {
    left: 6px;
  }

  .stars-marquee-next {
    right: 6px;
  }















  .dir-grid {
    row-gap: 6px;
  }

  .dir-grid>[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dir-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 16px 16px;
  }

  .dir-card::before {
    display: none;
  }

  .dir-card::after {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -10px;
    right: -10px;
  }

  .dir-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .dir-icon i {
    font-size: 16px;
  }

  .dir-card h3 {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .dir-card p {
    display: block;
    font-size: 14px;
    line-height: 1.4;
  }

  .dir-card-text {
    flex: 0 1 0%;
    min-width: 0;
  }

  .masterclasses {
    padding: 64px 0;
  }

  .footer {
    padding-top: 46px;
  }

  .footer-top>.col-6 {
    width: 100%;
  }

  .footer-top>.col-12:first-child .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .fb-num {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .fb-info strong {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .fb-info span {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-contact {
    padding: 16px 16px 14px;
  }

  .footer-contact h3 {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .footer-contact p {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-social a {
    width: 42px;
    height: 42px;
  }

  .footer-links a {
    font-size: 16px;
  }

  .footer-policy {
    font-size: 14px;
  }

  .footer-copy-title {
    font-size: 1rem;
  }

  .footer-copyright,
  .footer-developer {
    font-size: 0.85rem;
  }

  .partners-quote {
    padding: 24px 20px 24px 68px;
    font-size: 14px;
    line-height: 1.6;
  }

  .partners-quote::before {
    left: 18px;
    top: 16px;
    font-size: 64px;
  }

  .partners-state-grid {
    align-items: stretch;
    gap: 10px;
  }

  .partners-state-grid>.partner-item-logo {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: none;
    height: auto;
  }

  .partners-compact-grid {
    grid-template-columns: 1fr;
  }

  .partners-municipal-grid > .partners-municipal-col {
    flex: 0 0 100%;
  }

  .partner-item-logo {
    flex-direction: row;
    align-items: center;
    min-height: 0;
    gap: 10px;
    padding: 12px 10px;
  }

  .partner-item-logo strong {
    text-align: left;
    font-size: 11px;
    line-height: 1.3;
  }

  .partner-logo-image-wrap {
    width: 56px;
    height: 56px;
    padding: 8px;
    margin-inline: 0;
    flex-shrink: 0;
  }

  .partners-tier h3 {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .partner-item-compact {
    padding: 12px 14px;
    gap: 10px;
  }

  .partner-item-compact .partner-logo {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .partner-item-compact strong {
    font-size: 14px;
    line-height: 17px;
  }

  .partners-municipal-col {
    padding: 14px 12px 12px;
  }

  .partners-municipal-title {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .partners-municipal-list li {
    font-size: 14px;
    line-height: 17px;
  }

  #bg-decor {
    background-size: 54px 54px;
    opacity: 0.72;
  }

  .bg-layer {
    inset: -8vh -16vw;
  }

  .bg-layer-icons {
    opacity: 0.62;
  }

  .bg-layer-geo {
    opacity: 0.56;
  }

  .bg-icon {
    font-size: 2.45rem;
  }

  .decor-b,
  .decor-g,
  .decor-j,
  .decor-n,
  .decor-q,
  .decor-t,
  .decor-w,
  .decor-z,
  .decor-aa,
  .decor-ac {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mc-card {
    flex: 0 0 calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .mc-card .panel-title {
    font-size: 19px;
    line-height: 22px;
  }

  .mc-card .panel-date {
    font-size: 15px;
  }

  .mc-card .panel-place {
    font-size: 15px;
  }

  .mc-address {
    font-size: 15px;
    line-height: 18px;
  }

  .mc-card .panel-text {
    font-size: 15px;
    line-height: 19px;
  }

  .dir-card p {
    display: block;
    font-size: 18px;
    line-height: 18px;
  }

  .dir-icon {
    width: 48px;
    height: 48px;
  }

  .dir-icon i {
    font-size: 18px;
  }

  .dir-card h3 {
    font-size: 20px;
  }

  .sc-info h3 {
    font-size: 18px;
  }

  .sc-info span {
    display: block;
    font-size: 13px;
    line-height: 1.15;
  }

  .partner-item-logo {
    flex-direction: column;
    min-height: 180px;
    gap: 12px;
    padding: 14px 12px 16px;
  }

  .partner-item-logo strong {
    text-align: center;
    font-size: 13px;
  }

  .partner-logo-image-wrap {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .partner-item-compact .partner-logo {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .partner-item-compact strong {
    font-size: 15px;
    line-height: 18px;
  }

  .partners-tier h3 {
    font-size: 18px;
  }

  .partners-municipal-title {
    font-size: 15px;
  }

  .partners-municipal-list li {
    font-size: 15px;
    line-height: 19px;
  }

  .partners-quote {
    font-size: 16px;
    padding: 26px 22px 24px 78px;
  }

  .partners-quote::before {
    font-size: 72px;
  }

  .fb-num {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .fb-info strong {
    font-size: 20px;
  }

  .fb-info span {
    font-size: 17px;
    line-height: 21px;
  }

  .footer-contact h3 {
    font-size: 17px;
  }

  .footer-contact p {
    font-size: 17px;
    line-height: 21px;
  }

  .footer-links a {
    font-size: 17px;
  }

  .footer-social a {
    width: 44px;
    height: 44px;
  }

  .vi-num {
    font-size: 16px;
  }

  .venue-item .venue-title {
    font-size: 20px;
    line-height: 23px;
  }

  .venue-item p {
    font-size: 15px;
    line-height: 18px;
  }

  .vi-schedule {
    font-size: 15px;
  }

  .map-note {
    font-size: 15px;
  }

  .map-legend span {
    font-size: 11px;
  }

  .agenda-time {
    font-size: 18px;
  }

  .agenda-title {
    font-size: 19px;
    line-height: 22px;
  }

  .agenda-place {
    font-size: 15px;
    line-height: 18px;
  }

  .signature {
    font-size: clamp(22px, 5vw, 32px);
  }

  .ftab {
    font-size: 15px;
    padding: 9px 13px;
  }

  .partners-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .partners-state-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .partners-state-grid>.partner-item-logo {
    flex: 0 0 100%;
    height: auto;
    min-height: 0;
  }

  .partner-item-logo strong {
    font-size: 15px;
    justify-content: flex-start;
    text-align: left;
    padding: 0 4px;
  }

  .i18n-rtl .partner-item-logo {
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
    gap: 14px;
  }

  .i18n-rtl .partner-item-logo strong {
    text-align: right;
    justify-content: flex-end;
  }
}

/* ── Cookie banner ── */

#cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 25vh;
  z-index: 1050;
  background: rgba(245, 240, 230, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 3px solid var(--red);
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.12);
  padding: 0;
  overflow-y: auto;
  transform: translateY(0);
  opacity: 1;
  transition: transform 500ms var(--ease-out-quint), opacity 400ms ease;
}

#cookieBanner.cookie-banner-hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.cookie-banner-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 24px 10px;
}

.cookie-banner-body {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}

.cookie-banner-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--red);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

.cookie-banner-text {
  min-width: 0;
}

.cookie-banner-text p {
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
}

.cookie-banner-text a,
.cookie-checkbox a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: rgba(17, 55, 109, 0.4);
  text-underline-offset: 2px;
  transition: color 200ms;
}

.cookie-banner-text a:hover,
.cookie-checkbox a:hover {
  color: var(--red);
}

.cookie-banner-hint {
  font-size: 10px !important;
  color: #777 !important;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 11px;
  color: var(--ink);
  user-select: none;
}

.cookie-checkbox input[type="checkbox"] {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  accent-color: var(--red);
  cursor: pointer;
}

.cookie-buttons {
  display: flex;
  gap: 6px;
}

.cookie-btn {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 14px;
  border: 2px solid;
  border-radius: 0;
  cursor: pointer;
  transition: background 200ms, color 200ms, transform 200ms, opacity 200ms;
}

.cookie-btn-accept {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.cookie-btn-accept:hover:not(:disabled) {
  background: #a11a17;
  transform: translateY(-1px);
}

.cookie-btn-accept:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cookie-btn-reject {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.cookie-btn-reject:hover {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  #cookieBanner {
    max-height: calc(25vh + 50px);
  }

  .cookie-banner-inner {
    padding: 16px 16px 14px;
  }

  .cookie-banner-body {
    gap: 10px;
  }

  .cookie-banner-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .cookie-banner-text p {
    font-size: 13px;
  }

  .cookie-banner-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .cookie-checkbox {
    font-size: 12px;
  }

  .cookie-buttons {
    justify-content: stretch;
  }

  .cookie-btn {
    flex: 1;
    text-align: center;
    padding: 10px 14px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cookie-banner-text p {
    font-size: 15px;
  }

  .cookie-btn {
    font-size: 14px;
    padding: 12px 18px;
  }

  .cookie-checkbox {
    font-size: 14px;
  }
}

/* ── Cookie policy modal ── */

#cookiePolicyModal {
  z-index: 1080;
}

.cookie-policy-modal-content {
  background: rgba(17, 19, 21, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .35);
  color: #e8e2d6;
  border: 1px solid rgba(215, 154, 17, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.cookie-policy-modal-content .modal-header {
  padding: 18px 24px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-policy-modal-content .modal-title {
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}

.cookie-policy-modal-content .modal-body {
  padding: 16px 24px 28px;
  position: relative;
}

.cookie-policy-modal-content .modal-body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background:
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.24), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.22), transparent 18rem);
  pointer-events: none;
}

.cookie-policy-modal-content .modal-body>* {
  position: relative;
}

.cookie-policy-modal-content .modal-body p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(232, 226, 214, 0.88);
  margin-bottom: 14px;
}

.cookie-policy-modal-content .modal-body h2 {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 2px solid rgba(215, 154, 17, 0.3);
  padding-bottom: 10px;
  margin: 32px 0 18px;
}

.cookie-policy-modal-content .modal-body h2:first-child {
  margin-top: 0;
}

.cookie-policy-modal-content .modal-body ul {
  padding-left: 22px;
  margin-bottom: 14px;
}

.cookie-policy-modal-content .modal-body ul li {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(232, 226, 214, 0.88);
  margin-bottom: 6px;
}

.cookie-policy-modal-content .modal-body strong {
  color: #fff;
}

.cookie-policy-modal-content .modal-body a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-color: rgba(215, 154, 17, 0.4);
  text-underline-offset: 2px;
  transition: color 200ms;
}

.cookie-policy-modal-content .modal-body a:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .cookie-policy-modal-content .modal-header {
    padding: 14px 16px 6px;
  }

  .cookie-policy-modal-content .modal-body {
    padding: 12px 16px 22px;
  }

  .cookie-policy-modal-content .modal-body h2 {
    font-size: 17px;
  }
}

.lang-nav-btn {
  background: var(--blue);
  border: 2px solid var(--gold);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px 6px 12px;
  min-width: 48px;
  min-height: 36px;
  font-size: 13px;
  font-family: var(--font-head);
  letter-spacing: .06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, box-shadow .2s;
  white-space: nowrap;
}

.lang-nav-btn:hover,
.lang-nav-btn:focus-visible {
  background: var(--red);
  border-color: #fff;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(215,154,17,.3);
}

.lang-nav-btn::after {
  display: none;
}

.lang-nav-btn .lang-flag {
  font-size: 17px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.lang-nav-btn .lang-code {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}

.lang-dropdown {
  min-width: 176px;
  border-radius: 8px;
  border: 1px solid rgba(17, 55, 109, .12);
  box-shadow: 0 14px 34px rgba(17, 19, 21, .2);
  overflow: hidden;
  padding: 6px;
  margin-top: 8px;
  background: #fff;
}

.lang-dropdown .dropdown-item {
  display: grid;
  grid-template-columns: 34px 1fr 16px;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  line-height: 1.15;
  padding: 9px 10px;
  font-family: var(--font-head);
  border-radius: 6px;
  color: var(--ink);
  transition: background .12s, color .12s;
  white-space: nowrap;
}

.lang-dropdown .dropdown-item::after {
  content: "";
  width: 14px;
  height: 14px;
  justify-self: end;
}

.lang-dropdown .dropdown-item:hover,
.lang-dropdown .dropdown-item:focus-visible {
  background: rgba(17,55,109,.08);
  color: var(--blue);
  outline: none;
}

.lang-dropdown .dropdown-item.active,
.lang-dropdown .dropdown-item:active {
  background: var(--blue);
  color: #fff;
}

.lang-dropdown .dropdown-item.active::after {
  content: "\F26E";
  font-family: "bootstrap-icons";
  font-size: 13px;
  line-height: 1;
}

.lang-dropdown .dropdown-item .lang-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 22px;
  border-radius: 5px;
  background: rgba(17, 55, 109, .08);
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.lang-dropdown .dropdown-item.active .lang-code,
.lang-dropdown .dropdown-item:active .lang-code {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.lang-offcanvas-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 14px;
  border-radius: 6px;
}

.lang-offcanvas-btn .lang-flag {
  font-size: 16px;
}

.lang-offcanvas-btn .lang-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 20px;
  border-radius: 5px;
  background: rgba(17, 55, 109, .1);
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.lang-offcanvas-menu .dropdown-item.active,
.lang-offcanvas-menu .dropdown-item:active {
  background: var(--blue);
  color: #fff;
}

@media (max-width: 991.98px) {
  .lang-nav-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  .lang-nav-btn .lang-flag {
    font-size: 16px;
  }

  .lang-nav-btn .lang-code {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  #navOffcanvas.offcanvas .nav-link {
    padding: 0.5rem 0.85rem;
    font-size: 14px;
    letter-spacing: 2px;
  }

  #mainNav .nav-link {
    font-size: 14px;
    padding: 0.5rem 0.85rem;
    letter-spacing: 2px;
  }

  .lang-nav-btn {
    padding: 6px 10px 6px 12px;
    font-size: 13px;
  }

  .lang-nav-btn .lang-flag {
    font-size: 17px;
  }

  .lang-dropdown .dropdown-item {
    font-size: 15px;
    padding: 9px 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .partner-logo-image-wrap {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
