.admin-bar .block_banner__img {
  height: calc(100vh - 122px);
}

.block_banner {
  margin-bottom: 120px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .block_banner {
    margin-bottom: 0;
  }
}
.block_banner__img {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  max-height: 1000px;
}
.block_banner__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #223F52;
  opacity: 0.76;
  mix-blend-mode: multiply;
}
.block_banner__img.bg_image_navy:after {
  background-color: #223F52;
}
.block_banner__img.bg_image_copper:after {
  background-color: #A27652;
}
.block_banner__img.bg_image_transparent:after {
  background: transparent;
}
.block_banner__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 80%;
}
.block_banner__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  opacity: 0;
}
.block_banner__decor.blend_mode {
  opacity: 0.76;
  mix-blend-mode: multiply;
}

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