.catalog-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: calc(-1 * var(--content-top-space));
  margin-bottom: var(--block-space);
}

.catalog-header__inner {
  position: relative;
  min-height: 350px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-header__breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
}

.catalog-header__breadcrumbs .container {
  max-width: none;
  padding: 0;
}

.catalog-header__breadcrumbs .breadcrumbs {
  color: inherit;
  margin: 0;
}

.catalog-header__content {
  text-align: center;
  max-width: 100%;
}

.catalog-header__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin: 0;
  max-width: 20em;
}
