

/* Start:/local/templates/new_hall/components/bitrix/breadcrumb/new_hall/style.css?17836805591618*/
.nh-breadcrumbs {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 9px 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
  backdrop-filter: blur(14px);
}

.nh-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nh-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #697386;
  font: 750 13px/1.2 var(--font-accent);
  white-space: nowrap;
}

.nh-breadcrumbs__separator {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  color: #697386;
  transform: rotate(45deg);
  opacity: .5;
}

.nh-breadcrumbs__home,
.nh-breadcrumbs__link {
  color: #4b5563;
  transition: color .18s ease, background-color .18s ease;
}

.nh-breadcrumbs__home {
  color: #a3080b;
}

.nh-breadcrumbs__link:hover,
.nh-breadcrumbs__link:focus-visible,
.nh-breadcrumbs__home:hover,
.nh-breadcrumbs__home:focus-visible {
  color: #d14124;
  outline: none;
}

.nh-breadcrumbs__current {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
}

@media (max-width: 560px) {
  .nh-breadcrumbs {
    width: 100%;
    padding: 8px 10px;
    border-radius: 16px;
  }

  .nh-breadcrumbs__list {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nh-breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }

  .nh-breadcrumbs__item {
    font-size: 12px;
  }
}

/* End */
/* /local/templates/new_hall/components/bitrix/breadcrumb/new_hall/style.css?17836805591618 */
