.cpt-header-block {
  position: relative;
  height: 680px;
  margin-top: 40px;
}
.cpt-header-block__bg-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cpt-header-block__bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpt-header-block__info {
  width: 95%;
  max-width: var(--main-width);
  position: absolute;
  height: calc(100% - 92px);
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  display: flex;
  align-items: center;
}
.cpt-header-block__details {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.cpt-header-block__uptitle {
  font-size: 18px;
  line-height: 28px;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.8);
}
.cpt-header-block__title {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 660px;
  margin: 44px 0 40px;
  line-height: 115%;
  position: relative;
  z-index: 3;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.8);
}
.cpt-header-block__link {
  width: 175px;
  height: 50px;
  font-size: 14px;
  background: #1b5633;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
  transition: 0.3s linear;
  text-decoration: none;
}
.cpt-header-block__link:hover {
  background: #638d3d;
  color: white;
}
.cpt-header-block__image {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  bottom: -110px;
}
.cpt-header-block__image img {
  width: auto;
  max-width: none;
  height: 566px;
  filter: drop-shadow(20px 20px 50px rgba(101, 33, 120, 0.15));
}
@media (max-width: 1309px) {
  .cpt-header-block {
    height: 460px;
  }
  .cpt-header-block.recipe {
    height: 460px;
  }
  .cpt-header-block__title {
    font-size: 32px;
    margin: 16px 0 24px;
  }
  .cpt-header-block__image {
    bottom: -70px;
  }
  .cpt-header-block__image img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cpt-header-block {
    height: 300px;
    margin: 0;
  }
  .cpt-header-block__info {
    height: calc(100% - 68px);
  }
  .cpt-header-block__uptitle {
    font-size: 14px;
  }
  .cpt-header-block__title {
    font-size: 24px;
    margin: 8px 0 24px;
  }
  .cpt-header-block__bg-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(38, 40, 38, 0.276) 48.93%, rgba(0, 0, 0, 0) 100%);
  }
  .cpt-header-block__image {
    top: 30px;
    bottom: auto;
  }
  .cpt-header-block__image img {
    height: 160px;
  }
  .cpt-header-block__link {
    width: 114px;
    height: 32px;
    font-size: 12px;
    border-radius: 6px;
  }
}

.archive .cpt-header-block__info {
  height: calc(100% - 160px);
}
@media (max-width: 767px) {
  .archive .cpt-header-block__info {
    height: 100%;
  }
}

/*# sourceMappingURL=cpt-header.css.map */
