.SubpageHeader {
  margin-top: calc(var(--spaceMd) * -1);
  margin-bottom: var(--spaceXl);
}

.SubpageHeader-inner {
  position: relative;
  padding: var(--spaceXxl) 0;
}

@media (max-width: 87rem) {
  .SubpageHeader-inner {
    padding: 4em 0;
  }
}

.SubpageHeader-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, var(--colorBrandDark) 25%, rgba(6, 60, 132, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.SubpageHeader-title {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 55%;
}

.SubpageHeader-wrap {
  position: relative;
}

.SubpageHeader-kapka {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1rem;
}

@media (max-width: 87rem) {
  .SubpageHeader-kapka {
    width: 8rem;
    right: 1rem;
  }
}

@media (max-width: 40rem) {
  .SubpageHeader-kapka {
    width: 5rem;
  }
}

.SubpageHeader-kapka img {
  filter: drop-shadow(2px 4px 6px #767676);
}

.SubpageHeader-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.SubpageHeader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=subpage-header.min.css.map */
