

/* Start:/local/templates/hircost/assets/styles/banner-hero-layout.css?178575348711781*/
.header._banner-hero-layout {
  z-index: 10;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  pointer-events: none;
}

.header._banner-hero-layout .header__menu-toggle,
.header._banner-hero-layout .burger-button {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

.header._banner-hero-layout .header__container {
  pointer-events: none;
}

.header._banner-hero-layout .header__menu-toggle,
.header._banner-hero-layout .burger-button,
.header._banner-hero-layout .header__logo,
.header._banner-hero-layout .header__links,
.header._banner-hero-layout .header__link,
.header._banner-hero-layout .header__actions,
.header._banner-hero-layout .header__action,
.header._banner-hero-layout .header__action-link,
.header._banner-hero-layout .hero__action,
.header._banner-hero-layout .hero__action-btn {
  pointer-events: auto;
}

.page:not(._scrolled) .header._banner-hero-layout {
  background: transparent;
  color: var(--text-black);
}

.page:not(._scrolled) .header._banner-hero-layout .header__action-count {
  background: var(--background-white);
  color: var(--text-black);
}

.page:not(._scrolled) .header._banner-hero-layout .header__logo,
.page:not(._scrolled) .header._banner-hero-layout .header__action-link,
.page:not(._scrolled) .header._banner-hero-layout .header__gender-link,
.page:not(._scrolled) .header._banner-hero-layout .header__link,
.page:not(._scrolled) .header._banner-hero-layout .header__links,
.page:not(._scrolled) .header._banner-hero-layout .header__menu-toggle,
.page:not(._scrolled) .header._banner-hero-layout .burger-button,
.page:not(._scrolled) .header._banner-hero-layout .header__action-icon,
.page:not(._scrolled) .header._banner-hero-layout .burger-button__icon {
  color: inherit;
}

.page:not(._scrolled) .header._banner-hero-layout .header__link {
  opacity: 0.5;
}

.page:not(._scrolled) .header._banner-hero-layout .header__link._active {
  opacity: 1;
}

.page__main._banner-hero-layout > .read-more._image {
  display: none;
}

.page__main._banner-hero-layout > .row > .read-more._image:first-child {
  display: none;
}

.page__main._banner-hero-layout > .hero-banner:first-child {
  margin-top: -4rem;
  padding-top: 4rem;
}

.page__main._banner-hero-layout > .row:first-child {
  margin-top: -4rem;
  margin-bottom: 0 !important;
}

.page__main._banner-hero-layout > .row:first-child > .hero-banner:first-child {
  padding-top: 4rem;
}

.page__main._banner-hero-layout > .row:first-child > .tabs-list {
  display: none;
}

.page__main._banner-hero-layout .hero-banner.read-more {
  --rows: 1;
  --line-height: 1.2em;
}

.section.hero-banner {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 43.375rem;
  min-height: 43.375rem;
  color: var(--text-white);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hero-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 26%;
  pointer-events: none;
}

.hero-banner__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.hero-banner__container {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(43.375rem - 4rem);
  min-height: calc(43.375rem - 4rem);
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.page__main._banner-hero-layout .hero-banner__breadcrumbs {
  position: absolute;
  top: 1rem;
  left: 50%;
  z-index: 11;
  width: calc(100% - 5rem);
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.page__main._banner-hero-layout .hero-banner__breadcrumbs .hero__breadcrumbs {
  justify-content: center;
  pointer-events: auto;
}

.page__main._banner-hero-layout .hero-banner__breadcrumbs,
.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__item,
.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__link,
.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__link *,
.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__item::after {
  color: var(--text-black);
}

.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__link,
.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__link *,
.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__item::after {
  pointer-events: auto;
}

.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__item:last-child .breadcrumbs__link,
.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__item:last-child .breadcrumbs__link * {
  color: var(--text-black-50);
}

.page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__link {
  font-size: 0.875rem;
  line-height: 1.32;
  letter-spacing: 0.0125rem;
}

.page__main._banner-hero-layout .hero-banner__content {
  margin-top: auto;
  max-width: 37.1875rem;
  pointer-events: auto;
}

.page__main._banner-hero-layout .hero-banner__title {
  margin: 0 0 0.75rem;
  color: var(--text-white);
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.page__main._banner-hero-layout .hero-banner__excerpt {
  max-width: 37.1875rem;
  pointer-events: auto;
}

.page__main._banner-hero-layout .hero-banner__text {
  max-width: 100%;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  line-height: 1.2;
  pointer-events: auto;
}

.page__main._banner-hero-layout .hero-banner__button {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: auto;
}

.page__main._banner-hero-layout .hero-banner__button .read-more__button-text {
  font-size: 0.75rem;
  line-height: 1.3334;
}

.page__main._banner-hero-layout .hero-banner__button .read-more__icon {
  color: currentColor;
}

.page__main._banner-hero-layout .hero-banner._catalog .hero-banner__content {
  max-width: 37.1875rem;
}

@media (max-width: 640px) {
  .page:not(._scrolled) .header._banner-hero-layout {
    background: transparent;
    color: var(--text-black);
  }

  .page:not(._scrolled) .header._banner-hero-layout .header__action-link,
  .page:not(._scrolled) .header._banner-hero-layout .header__gender-link,
  .page:not(._scrolled) .header._banner-hero-layout .header__link,
  .page:not(._scrolled) .header._banner-hero-layout .header__actions .hero__action-btn,
  .page:not(._scrolled) .header._banner-hero-layout .header__actions .hero__action-icon,
  .page:not(._scrolled) .header._banner-hero-layout .header__actions .hero__action._filter::after,
  .page:not(._scrolled) .header._banner-hero-layout .burger-button {
    color: inherit;
  }

  .page:not(._scrolled) .header._banner-hero-layout .header__logo,
  .page:not(._scrolled) .header._banner-hero-layout .header__links,
  .page:not(._scrolled) .header._banner-hero-layout .header__action._favorites,
  .page:not(._scrolled) .header._banner-hero-layout .header__action._shopping,
  .page:not(._scrolled) .header._banner-hero-layout .header__action._profile {
    display: none;
  }

  .page:not(._scrolled) .header._banner-hero-layout .header__container {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "burger . actions";
    gap: 0.5rem;
  }

  .page:not(._scrolled) .header._banner-hero-layout .header__actions {
    gap: 1rem;
  }

  .page:not(._scrolled) .header._banner-hero-layout .header__actions .hero__action {
    display: flex;
    color: inherit;
  }

  .page:not(._scrolled) .header._banner-hero-layout .header__actions .hero__action-btn {
    display: inline-flex;
    color: inherit;
  }

  .page:not(._scrolled) .header._banner-hero-layout .header__actions .hero__action._filter::after {
    border-color: var(--icon-black);
  }

  .page__main._banner-hero-layout > .hero-banner:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .page__main._banner-hero-layout > .row:first-child {
    margin-top: 0;
  }

  .page__main._banner-hero-layout > .row:first-child > .hero-banner:first-child {
    padding-top: 0;
  }

  .section.hero-banner {
    --section-bd-radius: 0;
    height: auto;
    min-height: 22.5rem;
    max-height: 22.5rem;
    transition: max-height 0.3s ease-out;
  }

  .page__main._banner-hero-layout .hero-banner._active {
    max-height: 62.5rem;
  }

  .hero-banner__container {
    box-sizing: border-box;
    height: auto;
    min-height: 22.5rem;
    padding-top: calc(var(--header-height) + 1rem);
    padding-bottom: 1rem;
  }

  .page__main._banner-hero-layout .hero-banner__breadcrumbs {
    top: 0.875rem;
    width: calc(100% - 8.5rem);
    z-index: 11;
  }

  .page__main._banner-hero-layout .hero-banner__breadcrumbs .hero__breadcrumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.125rem;
    white-space: normal;
  }

  .page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__item {
    flex-shrink: 0;
  }

  .page__main._banner-hero-layout .hero-banner__breadcrumbs .breadcrumbs__link {
    display: inline;
  }

  .page__main._banner-hero-layout .catalog-list__layouts {
    width: auto;
    overflow: visible;
  }

  .page__main._banner-hero-layout .catalog-list__layouts .hero__action {
    display: inline-flex;
    align-items: center;
  }

  .page__main._banner-hero-layout .hero-banner__content,
  .page__main._banner-hero-layout .hero-banner._catalog .hero-banner__content,
  .page__main._banner-hero-layout .hero-banner__excerpt {
    margin-top: auto;
    max-width: 100%;
  }

  .page__main._banner-hero-layout .hero-banner__content {
    margin-bottom: 4rem;
    transition: margin-bottom 0.3s ease-out;
  }

  .page__main._banner-hero-layout .hero-banner._active .hero-banner__content {
    margin-bottom: 0;
  }

  .page__main._banner-hero-layout .hero-banner__excerpt {
    max-width: 100%;
  }

  .page__main._banner-hero-layout .hero-banner__title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }

  .page__main._banner-hero-layout .hero-banner__excerpt {
    max-width: calc(100% - 2rem);
  }

  .page__main._banner-hero-layout .hero-banner__text {
    max-width: 100%;
    font-size: 1rem;
  }

  .page__main._banner-hero-layout {
    background: var(--background-white);
  }

  .hero-banner__container {
    padding-top: calc(var(--header-height) + 0.875rem);
    padding-bottom: 1.25rem;
  }

  .page__main._banner-hero-layout > .hero-banner:first-child {
    margin-top: calc(-1 * var(--header-height));
    padding-top: var(--header-height);
  }

  .page__main._banner-hero-layout > .row:first-child {
    margin-top: calc(-1 * var(--header-height));
  }

  .page__main._banner-hero-layout > .row:first-child > .hero-banner:first-child {
    padding-top: var(--header-height);
  }

  .page__main._banner-hero-layout > .hero-banner:first-child + .tabs-list,
  .page__main._banner-hero-layout > .hero-banner:first-child + .catalog-list,
  .page__main._banner-hero-layout > .row:first-child + .tabs-list,
  .page__main._banner-hero-layout > .row:first-child + .catalog-list,
  .page__main._banner-hero-layout > .row:first-child > .tabs-list,
  .page__main._banner-hero-layout > .row:first-child > .catalog-list {
    position: relative;
    z-index: 3;
    margin-top: -1rem;
    border-top-left-radius: var(--border-radius-default-mobile);
    border-top-right-radius: var(--border-radius-default-mobile);
  }

  .page__main._banner-hero-layout > .tabs-list + .catalog-list,
  .page__main._banner-hero-layout > .row:first-child + .tabs-list + .catalog-list,
  .page__main._banner-hero-layout > .row:first-child > .tabs-list + .catalog-list {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* End */


/* Start:/local/templates/hircost/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?1777540762198*/
.hero__action._filter {
	display: none;
	position: absolute !important;
	top: 1px;
    left: 35px;
}
@media (min-width: 640.1px) {
	.hero__action._filter {
		display: none !important;
	}
}
/* End */
/* /local/templates/hircost/assets/styles/banner-hero-layout.css?178575348711781 */
/* /local/templates/hircost/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?1777540762198 */
