.single-blog .header {
  border-color: rgba(247, 247, 247, 0.1);
}
.single-blog .header .header-menu .menu-link {
  color: #F5F2EE;
}
.single-blog .header .header-menu .menu-link:after {
  background-color: #F5F2EE;
}
.single-blog .header .button-primary {
  border-color: #F5F2EE;
  background-color: #F5F2EE;
  color: #576303;
}
.single-blog .header .button-primary:hover {
  background-color: transparent;
  color: #F5F2EE;
}

.hero {
  background-color: #576303;
  height: 900px;
  position: relative;
}
.hero .container-narrow {
  height: auto;
}
.hero .container {
  max-width: 1120px;
}
.hero .hero-wrapper {
  margin-top: 120px;
}
.hero .hero-block .title {
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: 16px;
}
.hero .hero-block .time-to-read {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  opacity: 0.5;
  margin-bottom: 80px;
}
.hero .hero-block img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.hero .arrow {
  position: absolute;
  right: 160px;
  bottom: 190px;
  transform: rotate(90deg);
}
.hero .arrow .arrow-text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.18px;
}
.hero .arrow .arrow-text:after {
  content: url("../icons/arrows-down-tr.svg");
  position: absolute;
  right: -48px;
  bottom: 0;
  top: 0;
  transform: rotate(270deg);
}

.article {
  background-color: #F7F7F7;
  padding: 304px 0 160px 0;
}
.article .article-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article .article-block {
  margin-bottom: 100px;
}
.article .article-block.descr p {
  color: #373737;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}
.article .article-block.media {
  height: 325px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.article .article-block.media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article-block.media .video-wrapper {
  position: relative;
}
.article .article-block.media .video-wrapper .play-video {
  width: 70px;
  height: 70px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(87, 99, 3, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.article .article-block.media .video-wrapper img {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.article .article-block.media .video-wrapper .video-content {
  height: 100%;
}
.article .article-block.media .video-wrapper .video-content iframe {
  width: 100%;
  height: 100%;
}
.article .article-block.content h3 {
  font-family: "Helvetica Now Display", sans-serif;
  color: #373737;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.article .article-block.content p {
  color: #373737;
  font-size: 18px;
  line-height: 32px;
}
.article .article-block.content p:not(:last-child) {
  margin-bottom: 48px;
}
.article .post-share {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.article .post-share-title {
  color: #576303;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  opacity: 0.5;
}
.article .post-share-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article .post-share-link {
  width: 52px;
  height: 52px;
  border: 1px solid #576303;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.article .post-share-link svg path {
  fill: #576303;
}
.article .post-share-link:hover {
  background-color: #576303;
}
.article .post-share-link:hover svg path {
  fill: #FFFFFF;
}

section.recipes {
  background-color: #FFFFFF;
  padding-bottom: 220px;
}
section.recipes .bg {
  top: 47%;
}

@media screen and (max-width: 1440px) {
  .hero {
    height: 700px;
  }
  .hero .container {
    max-width: 1280px;
  }
  .hero .arrow {
    display: none;
  }
  .hero .hero-wrapper {
    margin-top: 55px;
  }
  .hero .hero-block .title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 16px;
  }
  .hero .hero-block .time-to-read {
    font-size: 16px;
    line-height: 26px;
  }
  .hero .hero-block .image-wrapper {
    height: 600px;
    max-width: 1240px;
    width: 100%;
  }
  .hero .hero-block .image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .article {
    padding: 380px 0 100px 0;
  }
  .article .article-block {
    margin-bottom: 80px;
  }
  .article .article-block.content h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .article .article-block.media {
    height: 250px;
  }
  .article .post-share-title {
    font-size: 16px;
    line-height: 38px;
  }
  section.recipes {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    height: 690px;
  }
  .hero .container {
    max-width: 1060px;
  }
  .hero .hero-wrapper {
    margin-top: 40px;
  }
  .hero .hero-block .image-wrapper {
    height: 495px;
  }
  .article {
    padding: 290px 0 80px 0;
  }
  section.recipes {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 550px;
  }
  .hero .container-narrow {
    padding: 0 32px;
  }
  .hero .hero-wrapper {
    margin-top: 50px;
  }
  .hero .hero-block .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .hero .hero-block .time-to-read {
    margin-bottom: 40px;
  }
  .hero .hero-block .image-wrapper {
    height: 340px;
  }
  .article {
    background-color: #F5F2EE;
    padding: 180px 0 60px 0;
  }
  .article .container-narrow {
    max-width: 620px;
    padding: 0 32px;
  }
  .article .article-block {
    margin-bottom: 60px;
  }
  .article .article-block.descr .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .article .article-block.media {
    height: 225px;
  }
  .article .article-block.media .video-wrapper .play-video {
    width: 59px;
    height: 59px;
  }
  .article .article-block.content {
    margin-bottom: 60px;
  }
  .article .article-block.content h3, .article .article-block.content p {
    font-size: 16px;
    line-height: 26px;
  }
  .article .article-block.content p:not(:last-child) {
    margin-bottom: 36px;
  }
  .article .post-share {
    margin-top: 32px;
  }
  .article .post-share-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .hero .container-narrow {
    padding: 0 15px;
  }
  .article .container-narrow {
    padding: 0 15px;
  }
  section.recipes {
    padding: 60px 0 100px 0;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    height: 500px;
  }
  .hero .hero-wrapper {
    margin-top: 45px;
  }
  .hero .hero-block .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .hero .hero-block .image-wrapper {
    height: 250px;
  }
  .article {
    padding: 140px 0 60px 0;
  }
  .article .article-block {
    margin-bottom: 40px;
  }
  .article .article-block.content {
    margin-bottom: 40px;
  }
  .article .article-block.media {
    grid-template-columns: 1fr;
    height: 100%;
  }
  .article .post-share {
    justify-content: space-between;
  }
}