

/* 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 */


/* Start:/local/components/new_hall/catalog.search/templates/page/style.css?17829722231956*/
.catalog-search-page{
    min-height:48vh;
}

.catalog-search-page__header{
    max-width:820px;
    margin-bottom:24px;
}

.catalog-search-page__search.hero-search{
    width:min(100%, 860px);
    margin-top:0;
}

.catalog-search-component{
    position:relative;
}

.catalog-search-form{
    box-shadow:0 16px 42px rgba(7,10,16,.1);
}

.catalog-search-results{
    display:grid;
    gap:12px;
    margin-top:26px;
    color:#222b33;
}

.catalog-search-results__title{
    color:#66717b;
    font-size:14px;
    font-weight:700;
}

.catalog-search-results__list{
    display:grid;
    gap:10px;
}

.catalog-search-result{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    min-height:58px;
    padding:16px 18px;
    border:1px solid rgba(42,55,66,.1);
    border-radius:16px;
    background:rgba(255,255,255,.82);
    color:#222b33;
    text-decoration:none;
    box-shadow:0 14px 32px rgba(12,20,28,.06);
    transition:background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.catalog-search-result:hover,
.catalog-search-result:focus-visible{
    border-color:rgba(255,90,31,.26);
    background:#fff;
    color:#e64e1e;
    transform:translateY(-1px);
    outline:none;
}

.catalog-search-result__name{
    font-size:16px;
    font-weight:750;
    line-height:1.3;
}

.catalog-search-result__arrow{
    color:#e64e1e;
    font-size:18px;
    font-weight:800;
}

.catalog-search-state{
    padding:18px 0;
    color:#66717b;
    font-size:16px;
    line-height:1.5;
}

.catalog-search-state--error{
    color:#c93b20;
}

.catalog-search-component.is-searching .hero-search-submit{
    filter:saturate(1.08);
}

@media (max-width: 760px){
    .catalog-search-results{
        margin-top:18px;
    }

    .catalog-search-result{
        min-height:52px;
        padding:14px;
        border-radius:14px;
    }

    .catalog-search-result__name{
        font-size:15px;
    }
}

/* End */
/* /local/templates/new_hall/components/bitrix/breadcrumb/new_hall/style.css?17836805591618 */
/* /local/components/new_hall/catalog.search/templates/page/style.css?17829722231956 */
