.site-main--has-page-banner {
  margin-top: 0;
}

.page-banner {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  background-color: var(--block-bg);
  background-position: 70px 0px;
  background-size: contain;
  padding: 120px 0;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 30, 0.72);
}
.page-banner .container {
  position: relative;
  z-index: 1;
}
.page-banner__title {
  margin: 0;
  color: var(--additional-c-elements);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.page-banner .breadcrumbs {
  margin-bottom: 24px;
}

@media screen and (max-width: 1112px) {
  .page-banner {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .page-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 80px 0;
  }
  .page-banner__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 568px) {
  .page-banner__title {
    font-size: 30px;
  }
}

/*# sourceMappingURL=page-banner.css.map */
