@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/PPNeueMontreal-Regular-C0RgVexg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lektorat";
  src: url("/assets/Lektorat-CondensedExtrabold-DSk2XJWP.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --efir-paper: #eae6dd;
  --efir-paper-soft: #f3f0e9;
  --efir-ink: #1b1a18;
  --efir-black: #080808;
  --efir-coral: #f05235;
  --efir-green: #39d77d;
  --efir-rule: rgba(27, 26, 24, .2);
  --efir-white-rule: rgba(255, 255, 255, .18);
}

html {
  scroll-behavior: smooth;
}

body.efir-page {
  margin: 0;
  background: var(--efir-paper);
  color: var(--efir-ink);
  font-family: "PP Neue Montreal", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.efir-page *,
.efir-page *::before,
.efir-page *::after {
  box-sizing: border-box;
}

.efir-page button,
.efir-page a {
  font: inherit;
}

.efir-page button {
  border: 0;
}

.efir-page-wrapper {
  overflow: clip;
}

.efir-page .nav_component {
  color: #fff;
  height: 5.375rem;
  overflow: visible;
  z-index: 20;
}

.efir-page .nav_component > .padding-global {
  display: block;
  height: auto;
}

.efir-page .nav_component .nav_container {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  height: 3.375rem;
}

.efir-page .nav_component .nav_brand {
  grid-column: span 2 / span 2;
  height: 2.375rem;
  justify-self: start;
  width: 2.375rem;
}

.efir-page .nav_component .nav_logo {
  display: block;
  height: 2.375rem;
  width: 2.375rem;
}

.efir-page .nav_component .nav_menu {
  align-items: center;
  display: flex;
  gap: clamp(1.5rem, 3vw, 3.75rem);
  height: auto;
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
  width: auto;
}

.efir-page .nav_component .nav_menu .btn-animate-chars {
  display: inline-flex;
  height: auto;
  line-height: 1;
}

.efir-page .nav_component .is-subscribe-link {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

.efir-page .nav_component .nav_logo,
.efir-page .nav_component .is-nav-link {
  color: #fff;
}

.efir-page .nav_component .is-nav-link[data-proyavlenie-creative="true"] {
  color: #fff !important;
}

.efir-page .nav_component .is-nav-link.w--current {
  color: var(--efir-coral);
}

.efir-page .nav_component .btn-animate-chars.hide-tablet {
  background: #fff;
  color: var(--efir-ink);
}

.efir-page .nav_component .btn-animate-chars__bg {
  background: currentColor;
  opacity: 0;
}

.efir-page .nav_component .btn-animate-chars {
  white-space: nowrap;
}

.efir-page .nav_menu_button_wrapper .btn-animate-chars,
.efir-page .nav_floating-menu_button_wrapper .btn-animate-chars {
  cursor: pointer;
  max-width: none;
}

.efir-page .nav_menu_button_wrapper .bold-nav-full__hamburger,
.efir-page .nav_floating-menu_button_wrapper .bold-nav-full__hamburger {
  pointer-events: none;
}

.efir-page .nav-floating {
  color: #fff;
  opacity: 1;
  pointer-events: none;
  z-index: 997;
}

.efir-page .nav-floating > .padding-global {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-120%);
  transition: opacity .24s ease, transform .34s cubic-bezier(.77, 0, .175, 1);
}

.efir-page .nav-floating.is-scrolled > .padding-global,
.efir-page .nav-floating[data-navigation-status="active"] > .padding-global,
.efir-page .nav-floating[data-navigation-status="closing"] > .padding-global {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.efir-page .nav-floating_content-wrapper {
  align-items: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.efir-page .nav-floating_logo-wrapper {
  background: var(--efir-black);
}

.efir-page .nav_floating-menu_button_wrapper .btn-animate-chars,
.efir-page .nav-floating_button-wrapper .btn-animate-chars {
  background: var(--efir-black);
  color: #fff;
}

.efir-page .nav-floating .bold-nav-full {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.efir-page .nav-floating .bold-nav-full__tile {
  clip-path: inset(100% 0 0 0);
  transition: clip-path .55s cubic-bezier(.77, 0, .175, 1);
}

.efir-page .nav-floating[data-navigation-status="active"] {
  pointer-events: auto;
}

.efir-page .nav-floating[data-navigation-status="active"] .bold-nav-full {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.efir-page .nav-floating[data-navigation-status="active"] .bold-nav-full__tile {
  clip-path: inset(0 0 0 0);
}

.efir-page .nav-floating[data-navigation-status="closing"] .bold-nav-full {
  opacity: 1;
  pointer-events: none;
  visibility: visible;
}

.efir-page .nav-floating[data-navigation-status="closing"] .bold-nav-full__tile {
  clip-path: inset(0 0 100% 0);
}

.efir-page .bold-nav-full__tile {
  background: var(--efir-coral);
}

.efir-page .bold-nav-full__ul {
  gap: clamp(.25rem, 1vh, 1rem);
}

.efir-page .bold-nav-full__li .btn-animate-chars {
  color: var(--efir-ink);
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(2.75rem, 7.5vw, 7.75rem);
  height: .9em;
  line-height: .82;
  max-width: none;
  padding: 0;
}

.efir-page .bold-nav__bottom {
  color: var(--efir-ink);
}

.efir-main {
  min-height: 100svh;
}

.efir-hero {
  background: var(--efir-black);
  color: #fff;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.efir-grid-lines {
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(8.333333% - 1px),
    rgba(255, 255, 255, .06) calc(8.333333% - 1px),
    rgba(255, 255, 255, .06) 8.333333%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.efir-hero::after {
  background: var(--efir-coral);
  content: "";
  height: 1px;
  left: 2rem;
  position: absolute;
  right: 2rem;
  top: 5.375rem;
}

.efir-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 120rem;
  min-height: 0;
  padding: 7.25rem 2rem 1.5rem;
  position: relative;
  z-index: 2;
}

.efir-broadcast-line {
  --efir-hero-type-size: clamp(3.1rem, 5vw, 6rem);
  align-items: center;
  display: block;
  min-height: clamp(5.5rem, 7vw, 7.25rem);
  position: relative;
  width: 100%;
}

.efir-broadcast-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.efir-broadcast-line h1 {
  color: #fff;
  font-family: "Lektorat", Impact, sans-serif;
  font-size: var(--efir-hero-type-size);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .72;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.efir-broadcast-heading__accent {
  color: var(--efir-coral);
}

.efir-event-moment {
  color: rgba(255, 255, 255, .62);
  font-size: clamp(.58rem, .72vw, .72rem);
  letter-spacing: .09em;
  line-height: 1.35;
  margin-top: .65rem;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.efir-hero__meta {
  align-items: center;
  display: flex;
  font-size: .75rem;
  justify-content: space-between;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.efir-status-pill {
  align-items: center;
  border: 1px solid var(--efir-white-rule);
  border-radius: 999px;
  display: inline-flex;
  gap: .625rem;
  padding: .55rem .8rem;
}

.efir-status-pill__dot,
.efir-on-air > span,
.efir-live__eyebrow i,
.efir-chat__ready-dot {
  background: var(--efir-green);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(57, 215, 125, .65);
  display: inline-block;
  height: .55rem;
  width: .55rem;
}

[data-efir-phase="waiting"] .efir-status-pill__dot,
[data-efir-phase="live"] .efir-status-pill__dot,
[data-efir-phase="live"] .efir-on-air > span,
[data-efir-phase="live"] .efir-live__eyebrow i,
[data-efir-phase="live"] .efir-chat__ready-dot {
  animation: efir-pulse 1.6s infinite;
}

.efir-hero__title-wrap {
  margin-top: auto;
  padding-top: clamp(3rem, 8vh, 7rem);
}

.efir-kicker,
.efir-section-index {
  font-size: .75rem;
  letter-spacing: .14em;
  margin: 0;
  text-transform: uppercase;
}

.efir-kicker {
  color: rgba(255, 255, 255, .58);
  margin-bottom: 1.25rem;
}

.efir-title {
  display: flex;
  flex-direction: column;
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(7rem, 23vw, 25rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .62;
  margin: 0;
  text-transform: uppercase;
}

.efir-title > span:last-child {
  align-self: flex-end;
}

.efir-title__accent {
  color: var(--efir-coral);
}

.efir-countdown--hero {
  color: var(--efir-coral);
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.efir-countdown--hero .efir-countdown__label {
  color: #fff;
  font-size: clamp(.58rem, .7vw, .72rem);
  max-width: none;
  white-space: nowrap;
}

.efir-countdown--hero .efir-countdown__value {
  display: inline-block;
  font-size: var(--efir-hero-type-size);
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.035em;
  line-height: .72;
  min-width: 2ch;
  text-align: center;
}

.efir-hero__bottom {
  align-items: end;
  border-top: 1px solid var(--efir-white-rule);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: clamp(1.15rem, 2.2vw, 2rem);
  padding-top: 1rem;
}

.efir-hero__bottom .efir-kicker {
  margin-bottom: .4rem;
}

.efir-lead {
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  margin: 0;
  max-width: 42rem;
}

.efir-countdown {
  align-items: baseline;
  display: flex;
  gap: .3rem;
  justify-self: end;
  white-space: nowrap;
}

.efir-countdown__label {
  color: rgba(255, 255, 255, .5);
  font-size: .68rem;
  letter-spacing: .12em;
  margin-right: .75rem;
}

.efir-countdown__value {
  color: var(--efir-coral);
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .7;
}

.efir-countdown small {
  color: var(--efir-coral);
  font-size: .65rem;
  margin-right: .55rem;
}

.efir-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  grid-column: auto;
  justify-self: end;
}

.efir-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: .25rem;
  cursor: pointer;
  display: inline-flex;
  font-size: .75rem;
  gap: 1.75rem;
  justify-content: space-between;
  letter-spacing: .07em;
  min-height: 3.6rem;
  padding: .9rem 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.efir-button:hover,
.efir-button:focus-visible {
  transform: translateY(-2px);
}

.efir-button:focus-visible {
  outline: 2px solid var(--efir-green);
  outline-offset: 3px;
}

.efir-button.is-primary {
  background: var(--efir-coral);
  color: #fff;
}

.efir-button.is-primary:hover,
.efir-button.is-primary:focus-visible {
  background: #ff5a3d;
}

.efir-button.is-ghost {
  background: transparent;
  border-color: var(--efir-white-rule);
  color: #fff;
}

.efir-button.is-ghost:hover,
.efir-button.is-ghost:focus-visible {
  background: #fff;
  color: var(--efir-ink);
}

.efir-button:disabled {
  cursor: not-allowed;
  opacity: .45;
  transform: none;
}

.efir-stage-section {
  margin: 0 auto;
  max-width: 120rem;
  padding: 1.5rem 2rem clamp(4rem, 7vw, 7rem);
}

.efir-section-head {
  align-items: center;
  border-bottom: 1px solid var(--efir-rule);
  display: flex;
  justify-content: space-between;
  padding-bottom: .85rem;
}

.efir-section-head h2,
.efir-route-copy h2 {
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(3.5rem, 8vw, 8.5rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .78;
  margin: 1rem 0 0;
  text-transform: uppercase;
}

.efir-section-index {
  color: var(--efir-coral);
}

.efir-on-air {
  align-items: center;
  display: flex;
  font-size: .7rem;
  gap: .6rem;
  letter-spacing: .12em;
  padding-bottom: .35rem;
}

.efir-stage-grid {
  align-items: stretch;
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 24vw, 360px);
  height: clamp(420px, calc(42.75vw - 36.5625px), 760px);
  margin-top: 1.25rem;
}

.efir-player {
  --efir-control-height: 2.45rem;
  --efir-control-pad-bottom: 1rem;
  --efir-player-safe-bottom: 0px;
  --efir-promo-gap: .75rem;
  --efir-strip-height: 2.65rem;
  aspect-ratio: auto;
  background: var(--efir-black);
  color: #fff;
  height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.efir-player__video,
.efir-player__placeholder,
.efir-waiting,
.efir-live,
.efir-post,
.efir-zoom-frame {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.efir-player__video {
  background: #000;
  display: block;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transition: filter .34s ease, opacity .34s ease, transform .34s cubic-bezier(.2, .8, .2, 1);
  user-select: none;
}

.efir-player.has-video .efir-player__video {
  opacity: 1;
}

.efir-player.is-switching .efir-player__video {
  filter: saturate(.25) contrast(1.8);
  opacity: .12;
  transform: scale(1.014);
}

.efir-video-transition {
  inset: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity .12s linear;
  z-index: 8;
}

.efir-video-transition span {
  background: var(--efir-coral);
  height: 11%;
  left: -5%;
  opacity: .9;
  position: absolute;
  top: 27%;
  transform: translateX(-105%) skewX(-18deg);
  width: 110%;
}

.efir-video-transition span:nth-child(2) {
  background: #fff;
  height: 3px;
  top: 54%;
  transform: translateX(105%);
}

.efir-video-transition span:nth-child(3) {
  background: var(--efir-black);
  height: 17%;
  top: 68%;
}

.efir-player.is-switching .efir-video-transition {
  opacity: 1;
}

.efir-player.is-switching .efir-video-transition span {
  animation: efir-glitch-swipe .64s cubic-bezier(.77, 0, .175, 1) both;
}

.efir-player.is-switching .efir-video-transition span:nth-child(2) {
  animation-direction: reverse;
  animation-duration: .48s;
}

.efir-player.is-switching .efir-video-transition span:nth-child(3) {
  animation-delay: .06s;
}

.efir-player.is-video-ready .efir-player__placeholder {
  opacity: 0;
  pointer-events: none;
}

.efir-player__placeholder {
  background: var(--efir-coral);
  display: grid;
  overflow: hidden;
  place-items: center;
  transition: opacity .35s ease;
}

.efir-player__placeholder::before,
.efir-player__placeholder::after {
  border: 1px solid rgba(27, 26, 24, .28);
  content: "";
  height: 68%;
  position: absolute;
  transform: rotate(45deg);
  width: 42%;
}

.efir-player__placeholder::before {
  left: -18%;
  top: -34%;
}

.efir-player__placeholder::after {
  bottom: -42%;
  right: -12%;
}

.efir-player__marquee {
  display: flex;
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(4rem, 10vw, 11rem);
  left: 0;
  line-height: .72;
  opacity: .1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  white-space: nowrap;
}

.efir-player__marquee span {
  animation: efir-marquee 24s linear infinite;
  display: block;
}

.efir-player__placeholder-copy {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 80%;
  position: relative;
  text-align: center;
  z-index: 2;
}

.efir-player__placeholder-copy strong,
.efir-live__copy > strong,
.efir-post strong {
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(3.75rem, 7vw, 8rem);
  letter-spacing: -.03em;
  line-height: .76;
  text-transform: uppercase;
}

.efir-player__eyebrow,
.efir-live__eyebrow,
.efir-post > span {
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.efir-player__placeholder-copy small {
  color: rgba(255, 255, 255, .72);
}

.efir-player__start {
  align-items: center;
  background: rgba(8, 8, 8, .92);
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: .3rem;
  box-shadow: 0 .8rem 2.5rem rgba(0, 0, 0, .38);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: .8rem;
  left: 50%;
  max-width: calc(100% - 2rem);
  padding: .8rem 1rem;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 14;
}

.efir-player__start[hidden] {
  display: none;
}

.efir-player__start:hover,
.efir-player__start:focus-visible {
  background: var(--efir-coral);
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.efir-player__start-icon {
  align-items: center;
  background: var(--efir-coral);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .72rem;
  height: 2.5rem;
  justify-content: center;
  padding-left: .12rem;
  width: 2.5rem;
}

.efir-player__start strong,
.efir-player__start small {
  display: block;
}

.efir-player__start strong {
  font-size: .72rem;
  letter-spacing: .08em;
}

.efir-player__start small {
  color: rgba(255, 255, 255, .64);
  font-size: .58rem;
  line-height: 1.25;
  margin-top: .2rem;
}

.efir-waiting {
  align-items: center;
  background: var(--efir-coral);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.efir-waiting[hidden],
.efir-live[hidden],
.efir-post[hidden],
.efir-zoom-frame[hidden] {
  display: none;
}

.efir-waiting__pulse {
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  height: min(70vw, 46rem);
  position: absolute;
  width: min(70vw, 46rem);
}

.efir-waiting__pulse::before,
.efir-waiting__pulse::after {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: inherit;
  content: "";
  inset: 14%;
  position: absolute;
}

.efir-waiting__pulse::after {
  inset: 31%;
}

.efir-waiting p,
.efir-waiting span {
  font-size: .75rem;
  letter-spacing: .16em;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.efir-waiting strong {
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(7rem, 19vw, 21rem);
  letter-spacing: -.04em;
  line-height: .72;
  margin: 2rem 0;
  position: relative;
}

.efir-live {
  align-items: center;
  background: var(--efir-black);
  display: flex;
  justify-content: center;
}

.efir-live__copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 80%;
  text-align: center;
}

.efir-live__eyebrow {
  align-items: center;
  display: inline-flex;
  gap: .55rem;
}

.efir-live__copy p {
  color: rgba(255, 255, 255, .62);
  margin: 0 0 .5rem;
}

.efir-live__fallback {
  color: #fff;
  font-size: .72rem;
  letter-spacing: .08em;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
  text-transform: uppercase;
}

.efir-zoom-frame {
  background: #111;
  border: 0;
  z-index: 4;
}

.efir-post {
  align-items: center;
  background: var(--efir-paper-soft);
  color: var(--efir-ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.efir-post > span {
  color: var(--efir-coral);
}

.efir-post a {
  border-bottom: 1px solid currentColor;
  color: var(--efir-ink);
  margin-top: 2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.efir-player__controls {
  align-items: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, .78));
  bottom: calc(var(--efir-strip-height) + var(--efir-player-safe-bottom));
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 0;
  padding: 3.5rem 1.2rem 1rem;
  position: absolute;
  right: 0;
  z-index: 6;
}

.efir-player__control-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  min-width: 0;
}

[data-efir-phase="waiting"] .efir-player__controls,
[data-efir-phase="live"] .efir-player__controls,
[data-efir-phase="post_event"] .efir-player__controls {
  background: transparent;
}

[data-efir-phase="live"] .efir-player__controls,
[data-efir-phase="post_event"] .efir-player__controls {
  display: none;
}

.efir-player-control {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: .68rem;
  gap: .55rem;
  letter-spacing: .08em;
  padding: .62rem .78rem;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.efir-player-control:hover,
.efir-player-control:focus-visible {
  background: #fff;
  color: var(--efir-ink);
  outline: none;
  transform: translateY(-1px);
}

.efir-sound {
  color: rgba(255, 255, 255, .92);
  height: 2.45rem;
  justify-content: center;
  padding: 0;
  width: 2.45rem;
}

.efir-sound__icon,
.efir-sound__icon svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.efir-sound__speaker {
  fill: currentColor;
}

.efir-sound__waves,
.efir-sound__cross {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.efir-sound__waves {
  display: none;
}

.efir-sound[aria-pressed="true"] {
  color: #47d98a;
}

.efir-sound[aria-pressed="true"] .efir-sound__waves {
  display: block;
}

.efir-sound[aria-pressed="true"] .efir-sound__cross {
  display: none;
}

.efir-fullscreen__icon::before {
  content: "⛶";
  font-size: 1.05rem;
  line-height: .7;
}

.efir-player__now {
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.efir-player__now {
  justify-self: end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.efir-player-nudge {
  align-items: end;
  animation: efir-nudge-in .45s cubic-bezier(.2, .8, .2, 1) both;
  bottom: calc(var(--efir-strip-height) + var(--efir-player-safe-bottom) + var(--efir-control-height) + var(--efir-control-pad-bottom) + var(--efir-promo-gap));
  color: var(--efir-ink);
  display: grid;
  gap: .65rem;
  grid-template-columns: 3rem minmax(0, 1fr);
  max-width: min(28rem, calc(100% - 2rem));
  position: absolute;
  right: 1rem;
  width: max-content;
  z-index: 12;
}

.efir-player-nudge[hidden] {
  display: none;
}

.efir-player-nudge__avatar {
  background: #111;
  border: 2px solid var(--efir-coral);
  border-radius: 50%;
  height: 3rem;
  object-fit: cover;
  width: 3rem;
}

.efir-player-nudge__bubble {
  background: rgba(243, 240, 233, .98);
  border-radius: 1.15rem 1.15rem 1.15rem .3rem;
  box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .3);
  grid-column: 2;
  min-width: 0;
  padding: .88rem 3rem .88rem .9rem;
  position: relative;
}

.efir-player-nudge.is-ruslan {
  grid-template-columns: minmax(0, 1fr) 3rem;
}

.efir-player-nudge.is-ruslan .efir-player-nudge__avatar {
  grid-column: 2;
}

.efir-player-nudge.is-ruslan .efir-player-nudge__bubble {
  border-radius: 1.15rem 1.15rem .3rem 1.15rem;
  grid-column: 1;
  grid-row: 1;
}

.efir-player-nudge__bubble small {
  color: #c7351f;
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.efir-player-nudge__bubble p {
  color: var(--efir-ink);
  font-size: .94rem;
  line-height: 1.35;
  margin: .3rem 0 .7rem;
}

.efir-player-nudge__button {
  align-items: center;
  background: var(--efir-coral);
  border: 1px solid var(--efir-coral);
  border-radius: .55rem;
  color: var(--efir-ink);
  display: flex;
  font-size: .75rem;
  font-weight: 700;
  gap: .8rem;
  justify-content: space-between;
  letter-spacing: .08em;
  min-height: 2.5rem;
  padding: .55rem .8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.efir-player-nudge__button:hover,
.efir-player-nudge__button:focus-visible {
  background: var(--efir-ink);
  border-color: var(--efir-ink);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.efir-player-nudge__close {
  align-items: center;
  background: transparent;
  color: var(--efir-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  opacity: .55;
  padding: 0;
  position: absolute;
  right: .12rem;
  top: .02rem;
  width: 2.5rem;
}

.efir-player-nudge__close:hover,
.efir-player-nudge__close:focus-visible {
  color: var(--efir-coral);
  opacity: 1;
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.efir-player:fullscreen,
.efir-player:-webkit-full-screen,
.efir-player.is-pseudo-fullscreen {
  --efir-player-safe-bottom: env(safe-area-inset-bottom, 0px);
  aspect-ratio: auto;
  background: #000;
  height: 100vh;
  height: 100dvh;
  inset: 0;
  max-height: none;
  min-height: 0;
  position: fixed;
  width: 100vw;
  width: 100dvw;
  z-index: 2147483000;
}

.efir-player::backdrop {
  background: #000;
}

body.efir-pseudo-fullscreen {
  overflow: hidden;
}

.efir-recording-strip {
  background: var(--efir-black);
  bottom: var(--efir-player-safe-bottom);
  color: #fff;
  height: var(--efir-strip-height);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 9;
}

.efir-recording-strip__track {
  align-items: center;
  animation: efir-recording-marquee 24s linear infinite;
  display: flex;
  height: 100%;
  width: max-content;
}

.efir-recording-strip__track span {
  align-items: center;
  display: inline-flex;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  padding-right: 4rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.efir-recording-strip__track span::before {
  background: var(--efir-coral);
  border-radius: 50%;
  content: "";
  height: .5rem;
  margin: 0 .8rem;
  width: .5rem;
}

[data-efir-phase="waiting"] .efir-recording-strip,
[data-efir-phase="live"] .efir-recording-strip,
[data-efir-phase="post_event"] .efir-recording-strip {
  display: none;
}

.efir-player__progress {
  background: rgba(255, 255, 255, .24);
  bottom: 0;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 7;
}

.efir-player__progress span {
  background: var(--efir-coral);
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}

.efir-chat {
  align-self: stretch;
  background: var(--efir-ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: none;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

@media (min-width: 1500px) {
  .efir-stage-grid {
    height: min(52.5rem, calc(56.25vw - 239.0625px));
  }
}

.efir-chat__head {
  align-items: flex-end;
  border-bottom: 1px solid var(--efir-white-rule);
  display: flex;
  justify-content: space-between;
  padding: .85rem;
}

.efir-chat__index {
  color: var(--efir-coral);
  font-size: .65rem;
  letter-spacing: .12em;
}

.efir-chat__head h2 {
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: .8;
  margin: .45rem 0 0;
}

.efir-chat__body {
  display: block;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.efir-chat__lock,
.efir-chat__ready {
  height: 100%;
}

.efir-chat__lock {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.efir-chat__thread {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .55rem;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .75rem;
  scrollbar-color: var(--efir-coral) rgba(255, 255, 255, .06);
  scrollbar-width: thin;
}

.efir-stage-actions {
  border-bottom: 1px solid var(--efir-rule);
  border-left: 1px solid var(--efir-rule);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1px;
}

.efir-stage-actions a {
  align-items: center;
  background: var(--efir-paper-soft);
  border-right: 1px solid var(--efir-rule);
  border-top: 1px solid var(--efir-rule);
  color: var(--efir-ink);
  display: flex;
  font-size: clamp(.72rem, .88vw, .9rem);
  font-weight: 700;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: .06em;
  min-height: 5rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.efir-stage-actions a:nth-child(1) {
  background: var(--efir-ink);
  color: #fff;
}

.efir-stage-actions a:nth-child(3) {
  background: var(--efir-coral);
  color: #fff;
}

.efir-stage-actions a:hover,
.efir-stage-actions a:focus-visible {
  box-shadow: 0 .65rem 1.4rem rgba(27, 26, 24, .16);
  outline: none;
  transform: translateY(-2px);
}

.efir-stage-actions a:nth-child(1):hover,
.efir-stage-actions a:nth-child(1):focus-visible {
  background: #292724;
}

.efir-stage-actions a:nth-child(2):hover,
.efir-stage-actions a:nth-child(2):focus-visible,
.efir-stage-actions a:nth-child(3):hover,
.efir-stage-actions a:nth-child(3):focus-visible {
  background: #ff5a3d;
  color: #fff;
}

.efir-stage-actions__copy {
  display: flex;
  flex-direction: column;
  gap: .26rem;
}

.efir-stage-actions__copy small {
  font-size: .56rem;
  font-weight: 400;
  letter-spacing: .12em;
  opacity: .62;
}

.efir-stage-actions__arrow {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  transition: transform .2s ease;
  width: 2rem;
}

.efir-stage-actions a:hover .efir-stage-actions__arrow,
.efir-stage-actions a:focus-visible .efir-stage-actions__arrow {
  transform: translate(2px, -2px);
}

.efir-chat__thread::-webkit-scrollbar {
  width: 5px;
}

.efir-chat__thread::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .06);
}

.efir-chat__thread::-webkit-scrollbar-thumb {
  background: var(--efir-coral);
  border-radius: 10px;
}

.efir-chat__message {
  align-items: end;
  animation: efir-chat-message-in .46s cubic-bezier(.2, .8, .2, 1) both;
  display: grid;
  gap: .4rem;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  width: 96%;
}

.efir-chat__message:nth-child(2) { animation-delay: .42s; }
.efir-chat__message:nth-child(3) { animation-delay: .84s; }
.efir-chat__message:nth-child(4) { animation-delay: 1.26s; }
.efir-chat__message:nth-child(5) { animation-delay: 1.68s; }
.efir-chat__message:nth-child(6) { animation-delay: 2.1s; }

.efir-chat__message.is-ruslan {
  align-self: flex-end;
  grid-template-columns: minmax(0, 1fr) 1.7rem;
}

.efir-chat__message img {
  background: #000;
  border: 1px solid var(--efir-coral);
  border-radius: 50%;
  height: 1.7rem;
  object-fit: cover;
  width: 1.7rem;
}

.efir-chat__message.is-ruslan img {
  grid-column: 2;
}

.efir-chat__message.is-ruslan > div {
  grid-column: 1;
  grid-row: 1;
}

.efir-chat__message small {
  color: var(--efir-coral);
  display: block;
  font-size: .5rem;
  letter-spacing: .04em;
  margin: 0 0 .16rem;
}

.efir-chat__message.is-ruslan small {
  text-align: right;
}

.efir-chat__message p {
  background: var(--efir-paper-soft);
  border-radius: 1rem 1rem 1rem .24rem;
  color: var(--efir-ink);
  font-size: clamp(.62rem, .69vw, .74rem);
  line-height: 1.24;
  margin: 0;
  overflow-wrap: anywhere;
  padding: .5rem .58rem;
}

.efir-chat__message.is-ruslan p {
  background: var(--efir-coral);
  border-radius: 1rem 1rem .24rem 1rem;
  color: #fff;
}

.efir-chat__message--promo {
  grid-template-columns: 2rem minmax(0, 1fr);
  margin-top: .2rem;
  width: 100%;
}

.efir-chat__message--promo.is-ruslan {
  grid-template-columns: minmax(0, 1fr) 2rem;
}

.efir-chat__message--promo img {
  height: 2rem;
  width: 2rem;
}

.efir-chat__promo-bubble {
  background: var(--efir-paper-soft);
  border-radius: 1rem 1rem 1rem .24rem;
  color: var(--efir-ink);
  min-width: 0;
  padding: .62rem;
}

.efir-chat__message--promo.is-ruslan .efir-chat__promo-bubble {
  border-radius: 1rem 1rem .24rem 1rem;
}

.efir-chat__message--promo .efir-chat__promo-bubble small {
  color: #c7351f;
  font-size: .6rem;
  font-weight: 700;
  margin-bottom: .25rem;
  text-align: left;
}

.efir-chat__message--promo .efir-chat__promo-bubble p {
  background: transparent;
  border-radius: 0;
  color: var(--efir-ink);
  font-size: .8125rem;
  line-height: 1.3;
  margin: 0 0 .55rem;
  padding: 0;
}

.efir-chat__promo-button {
  align-items: center;
  background: var(--efir-coral);
  border: 1px solid var(--efir-coral);
  border-radius: .5rem;
  color: var(--efir-ink);
  display: flex;
  font-size: .68rem;
  font-weight: 700;
  gap: .65rem;
  justify-content: space-between;
  letter-spacing: .07em;
  min-height: 2.5rem;
  padding: .48rem .7rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.efir-chat__promo-button:hover,
.efir-chat__promo-button:focus-visible {
  background: var(--efir-ink);
  border-color: var(--efir-ink);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.efir-chat__locked-note {
  align-items: center;
  border-top: 1px solid var(--efir-white-rule);
  display: grid;
  flex: none;
  gap: .55rem;
  grid-template-columns: 1.65rem 1fr;
  padding: .62rem .75rem;
}

.efir-chat__locked-note > span {
  align-items: center;
  border: 1px solid var(--efir-white-rule);
  border-radius: 50%;
  color: var(--efir-coral);
  display: inline-flex;
  font-family: "Lektorat", Impact, sans-serif;
  font-size: 1.2rem;
  height: 1.65rem;
  justify-content: center;
  line-height: 1;
  width: 1.65rem;
}

.efir-chat__locked-note p {
  color: rgba(255, 255, 255, .58);
  font-size: .6rem;
  line-height: 1.3;
  margin: 0;
}

.efir-chat__locked-note strong {
  color: #fff;
  display: block;
  font-size: .56rem;
  letter-spacing: .08em;
}

.efir-chat__ready {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
}

.efir-chat__ready[hidden],
.efir-chat__lock[hidden] {
  display: none;
}

.efir-chat__ready strong {
  display: block;
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  letter-spacing: -.02em;
  line-height: .76;
}

.efir-chat__ready p {
  color: rgba(255, 255, 255, .55);
  font-size: .9rem;
  line-height: 1.45;
  margin: 1.25rem auto 0;
  max-width: 19rem;
}

.efir-chat__ready-dot {
  margin-bottom: 1.5rem;
}

.efir-route-section {
  background: var(--efir-coral);
  display: grid;
  gap: clamp(4rem, 8vw, 9rem);
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  padding: clamp(5rem, 10vw, 10rem) max(2rem, calc((100vw - 120rem) / 2 + 2rem));
}

.efir-route-copy .efir-section-index {
  color: rgba(27, 26, 24, .58);
}

.efir-route-copy h2 span {
  color: #fff;
}

.efir-route-copy > p:last-child {
  font-size: 1.1rem;
  line-height: 1.45;
  margin: 2rem 0 0;
  max-width: 32rem;
}

.efir-route-links {
  border-top: 1px solid rgba(27, 26, 24, .35);
  display: flex;
  flex-direction: column;
}

.efir-route-links a {
  align-items: center;
  border-bottom: 1px solid rgba(27, 26, 24, .35);
  color: var(--efir-ink);
  display: grid;
  gap: 1rem;
  grid-template-columns: 2rem 1fr auto;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: color .2s ease, padding .25s ease;
}

.efir-route-links a:hover,
.efir-route-links a:focus-visible {
  color: #fff;
  padding-left: .75rem;
  padding-right: .75rem;
  outline: none;
}

.efir-route-links small {
  font-size: .65rem;
}

.efir-route-links strong {
  font-family: "Lektorat", Impact, sans-serif;
  font-size: clamp(2rem, 3.5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: .86;
}

.efir-route-links span {
  font-size: 1.4rem;
}

.efir-page .site-legal-footer {
  background: var(--efir-black);
}

@keyframes efir-pulse {
  0% { box-shadow: 0 0 0 0 rgba(57, 215, 125, .64); }
  70% { box-shadow: 0 0 0 .6rem rgba(57, 215, 125, 0); }
  100% { box-shadow: 0 0 0 0 rgba(57, 215, 125, 0); }
}

@keyframes efir-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@keyframes efir-recording-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes efir-glitch-swipe {
  0% { transform: translateX(-105%) skewX(-18deg); }
  48% { transform: translateX(0) skewX(-18deg); }
  100% { transform: translateX(105%) skewX(-18deg); }
}

@keyframes efir-chat-message-in {
  from { opacity: 0; transform: translateY(.75rem) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes efir-nudge-in {
  from { opacity: 0; transform: translateY(.8rem) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1100px) {
  .efir-broadcast-line {
    --efir-hero-type-size: clamp(2.75rem, 4.9vw, 4rem);
    gap: 1rem;
  }

  .efir-broadcast-line h1 {
    font-size: var(--efir-hero-type-size);
  }

  .efir-countdown--hero .efir-countdown__value {
    font-size: var(--efir-hero-type-size);
  }

  .efir-countdown--hero .efir-countdown__label,
  .efir-event-moment {
    font-size: .52rem;
  }

  .efir-stage-grid {
    grid-template-columns: minmax(0, 1fr) clamp(270px, 28vw, 305px);
    height: clamp(360px, calc(40.5vw - 36.5625px), 420px);
  }

  .efir-player {
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .efir-page .nav_menu,
  .efir-page .nav_component > .padding-global .hide-tablet {
    display: none !important;
  }

  .efir-page .nav_menu_button_wrapper {
    display: flex;
    grid-column: auto;
    justify-content: flex-end;
    justify-self: end;
  }

  .efir-page .nav_component .nav_container {
    grid-template-columns: 2.375rem minmax(0, 1fr);
  }

  .efir-page .nav_component .nav_menu_button_wrapper .btn-animate-chars {
    background: #fff;
    color: var(--efir-ink);
  }

  .efir-page .nav_component .nav_brand {
    grid-column: auto;
  }

  .efir-page .nav-floating_button-wrapper {
    display: none !important;
  }

  .efir-broadcast-line {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    min-height: 0;
  }

  .efir-broadcast-heading {
    align-items: center;
    width: 100%;
  }

  .efir-event-moment {
    text-align: center;
  }

  .efir-countdown--hero {
    justify-content: center;
    left: auto;
    position: static;
    transform: none;
    width: 100%;
  }

  .efir-stage-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .efir-player {
    height: calc(56.25vw - 2.25rem);
    min-height: calc(56.25vw - 2.25rem);
    width: 100%;
  }

  .efir-chat {
    height: clamp(360px, 60svh, 460px);
    max-height: 460px;
    min-height: 360px;
    width: 100%;
  }

  .efir-route-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .efir-hero,
  .efir-hero__inner {
    min-height: 0;
  }

  .efir-hero::after {
    left: 1rem;
    right: 1rem;
  }

  .efir-hero__inner {
    padding: 7rem 1rem 1rem;
  }

  .efir-broadcast-line {
    --efir-hero-type-size: clamp(3.1rem, 14vw, 5.5rem);
    gap: 1rem;
  }

  .efir-broadcast-line h1 {
    font-size: var(--efir-hero-type-size);
  }

  .efir-event-moment {
    margin-top: .55rem;
    text-align: center;
  }

  .efir-hero__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: .75rem;
  }

  .efir-title {
    font-size: clamp(6.5rem, 32vw, 11rem);
    line-height: .66;
  }

  .efir-hero__bottom {
    align-items: start;
    gap: .75rem;
    grid-template-areas:
      "actions"
      "copy";
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
    padding-top: .85rem;
  }

  .efir-hero__copy {
    grid-area: copy;
  }

  .efir-countdown {
    justify-self: center;
  }

  .efir-countdown--hero {
    align-items: center;
    flex-wrap: wrap;
    row-gap: .4rem;
  }

  .efir-countdown--hero .efir-countdown__label {
    display: block;
    flex: 0 0 100%;
    margin: 0 0 .2rem;
    max-width: none;
    text-align: center;
  }

  .efir-actions,
  .efir-button {
    width: 100%;
  }

  .efir-actions {
    grid-area: actions;
    justify-self: stretch;
  }

  .efir-stage-section {
    padding: 1.25rem 1rem 4rem;
  }

  .efir-section-head {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
  }

  .efir-section-head h2,
  .efir-route-copy h2 {
    font-size: clamp(3.6rem, 18vw, 6rem);
  }

  .efir-on-air {
    padding-bottom: 0;
  }

  .efir-player {
    --efir-control-height: 2.15rem;
    --efir-control-pad-bottom: .5rem;
    --efir-strip-height: 2.35rem;
    aspect-ratio: 16 / 9;
    height: calc(56.25vw - 1.125rem);
    min-height: calc(56.25vw - 1.125rem);
  }

  .efir-player__video {
    object-fit: contain;
  }

  .efir-player__placeholder-copy {
    max-width: 88%;
  }

  .efir-player__placeholder-copy strong,
  .efir-live__copy > strong,
  .efir-post strong {
    font-size: clamp(3.25rem, 16vw, 5.25rem);
  }

  .efir-player__controls {
    display: flex;
    padding: 2rem .55rem .5rem;
  }

  .efir-player__control-group {
    gap: .35rem;
  }

  .efir-player-control {
    font-size: .72rem;
    height: 2.15rem;
    justify-content: center;
    padding: 0;
    width: 2.15rem;
  }

  .efir-player-control [data-sound-label],
  .efir-player-control [data-fullscreen-label] {
    display: none;
  }

  .efir-player-nudge {
    gap: .5rem;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    max-width: min(22.5rem, calc(100% - 1.5rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
    right: calc(.75rem + env(safe-area-inset-right, 0px));
  }

  .efir-player-nudge__avatar {
    height: 2.5rem;
    width: 2.5rem;
  }

  .efir-player-nudge.is-ruslan {
    grid-template-columns: minmax(0, 1fr) 2.5rem;
  }

  .efir-player-nudge__bubble {
    padding: .75rem 2.75rem .75rem .75rem;
  }

  .efir-player-nudge__bubble p {
    font-size: .875rem;
    line-height: 1.35;
    margin: .3rem 0 .55rem;
  }

  .efir-player-nudge__bubble small {
    font-size: .6875rem;
  }

  .efir-player-nudge__button {
    font-size: .6875rem;
    min-height: 2.75rem;
    padding: .5rem .7rem;
  }

  .efir-player-nudge__close {
    height: 2.75rem;
    right: 0;
    top: 0;
    width: 2.75rem;
  }

  .efir-chat__message--promo {
    grid-template-columns: 2.25rem minmax(0, 1fr);
  }

  .efir-chat__message--promo.is-ruslan {
    grid-template-columns: minmax(0, 1fr) 2.25rem;
  }

  .efir-chat__message--promo img {
    height: 2.25rem;
    width: 2.25rem;
  }

  .efir-chat__message--promo .efir-chat__promo-bubble p {
    font-size: .875rem;
    line-height: 1.35;
  }

  .efir-chat__promo-button {
    min-height: 2.75rem;
  }

  .efir-player__start {
    gap: .55rem;
    max-width: calc(100% - 1rem);
    padding: .55rem .7rem;
  }

  .efir-player__start-icon {
    height: 2rem;
    width: 2rem;
  }

  .efir-player__start strong {
    font-size: .63rem;
  }

  .efir-player__start small {
    font-size: .5rem;
  }

  .efir-player__now {
    display: none;
  }

  .efir-waiting strong {
    font-size: clamp(7rem, 28vw, 11rem);
  }

  .efir-chat {
    height: clamp(360px, 62svh, 440px);
    min-height: 360px;
  }

  .efir-stage-actions {
    grid-template-columns: 1fr;
  }

  .efir-stage-actions a {
    min-height: 4.4rem;
  }

  .efir-route-section {
    padding: 5rem 1rem;
  }
}

@media (max-width: 479px) {
  .efir-page .nav_component,
  .efir-page .nav-floating_content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .efir-page .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .efir-title {
    font-size: clamp(6rem, 34vw, 9rem);
  }

  .efir-countdown__value {
    font-size: 2.65rem;
  }

  .efir-countdown small {
    margin-right: .25rem;
  }

  .efir-player {
    aspect-ratio: 16 / 9;
  }

}

@media (max-height: 330px) and (orientation: landscape) {
  .efir-player-nudge {
    bottom: auto;
    top: calc(.75rem + env(safe-area-inset-top, 0px));
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .efir-player.is-pseudo-fullscreen {
    bottom: auto;
    height: 100vw;
    height: 100dvw;
    left: 100vw;
    left: 100dvw;
    right: auto;
    top: 0;
    transform: rotate(90deg);
    transform-origin: top left;
    width: 100vh;
    width: 100dvh;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .efir-page *,
  .efir-page *::before,
  .efir-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
