.hero .hero-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hero .hero-block.block-image {
  background-color: #F8E8D0;
}
.hero .hero-block.block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-block.block-content {
  background-color: #576303;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-block.block-content .content-wrapper .title {
  color: #FFFFFF;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 24px;
  max-width: 600px;
}
.hero .hero-block.block-content .content-wrapper .subtitle {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
  margin-bottom: 24px;
  max-width: 625px;
}
.hero .hero-block.block-content .content-wrapper .text {
  color: #FFFFFF;
  line-height: 30px;
  max-width: 600px;
}

.recipe {
  padding: 160px 0;
  background-color: #F7F7F7;
}
.recipe h2 {
  color: #576303;
  font-size: 34px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 32px;
}
.recipe .text {
  max-width: 890px;
}
.recipe .text p {
  color: rgba(87, 99, 3, 0.7);
  font-size: 20px;
  line-height: 38px;
}
.recipe .text p strong {
  color: #576303;
  font-weight: 700;
  opacity: 1;
}

.ripening {
  background-color: #F7F7F7;
}
.ripening .ripening-wrapper {
  padding: 60px;
  height: 700px;
  border-radius: 16px;
  background-size: cover;
  background-position-y: 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.ripening .ripening-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(87, 99, 3, 0.2) 45%, #576303 100%), 50%/cover no-repeat;
}
.ripening .ripening-wrapper .content-wrapper {
  position: relative;
  max-width: 890px;
}
.ripening .ripening-wrapper .content-wrapper h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
  line-height: 52px;
  margin-bottom: 15px;
}
.ripening .ripening-wrapper .content-wrapper p {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
}

.prof {
  padding: 160px 0;
  background-color: #F7F7F7;
  border-bottom: 1px solid rgba(87, 99, 3, 0.2);
}
.prof h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 26px;
  text-align: center;
}
.prof .prof-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.prof .prof-list .prof-item {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  background-color: #576303;
  border-radius: 32px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
}

.more {
  padding: 160px 0 220px 0;
  background-color: #F7F7F7;
}
.more .more-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 500px;
}
.more .more-block {
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.more .more-block img {
  width: 100%;
}
.more .more-block .content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
}
.more .more-block .content h3 {
  color: #FFFFFF;
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 14px;
}
.more .more-block .content p {
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 16px;
}
.more .more-block.second:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, rgba(87, 99, 3, 0.9) 33.25%, rgba(87, 99, 3, 0) 66.52%);
  border-radius: 32px;
  z-index: 1;
}
.more .more-block.second video {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.25);
}
.more .more-block.first:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(87, 99, 3, 0) 0%, #576303 100%), 50%/cover no-repeat;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .hero .hero-wrapper {
    height: 600px;
  }
  .hero .hero-block.block-content .content-wrapper {
    max-width: 550px;
  }
  .hero .hero-block.block-content .content-wrapper .title {
    font-size: 32px;
    line-height: 38px;
  }
  .recipe {
    padding: 120px 0;
  }
  .recipe h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.64px;
  }
  .ripening .ripening-wrapper {
    height: 600px;
  }
  .prof {
    padding: 120px 0;
  }
  .more {
    padding: 120px 0 180px 0;
  }
  .more .more-wrapper {
    height: 425px;
  }
  .more .more-block {
    border-radius: 24px;
  }
  .more .more-block.first:before {
    border-radius: 24px;
  }
  .more .more-block.first p {
    max-width: 330px;
  }
  .more .more-block.second:before {
    border-radius: 24px;
  }
  .more .more-block .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    padding: 40px;
  }
  .more .more-block .content h3 {
    margin-bottom: 14px;
  }
  .more .more-block .content p {
    margin-bottom: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-menu .menu-link {
    color: #576303;
  }
  .header .header-menu .menu-link:after {
    background-color: #576303;
  }
  .header .button-primary {
    background-color: #576303;
    color: #FFFFFF;
    border: 1px solid #576303;
  }
  .header .button-primary:hover {
    background-color: #FFFFFF;
    color: #576303;
  }
  .hero .hero-wrapper {
    height: 500px;
  }
  .hero .hero-block.block-content .content-wrapper {
    max-width: 465px;
  }
  .hero .hero-block.block-content .content-wrapper .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .hero .hero-block.block-content .content-wrapper .subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .hero .hero-block.block-content .content-wrapper .text {
    font-size: 14px;
    line-height: 24px;
  }
  .recipe {
    padding: 100px 0 80px 0;
  }
  .recipe h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.64px;
  }
  .recipe .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .prof {
    padding: 80px 0;
  }
  .prof h2 {
    max-width: 540px;
    margin: 0 auto 20px auto;
  }
  .more {
    padding: 80px 0 130px 0;
  }
  .more .more-wrapper {
    height: 315px;
  }
  .more .more-block.first p {
    font-size: 15px;
    line-height: 26px;
  }
  .more .more-block .content {
    padding: 32px;
  }
  .more .more-block .content h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .header .mobile-menu-button {
    background-color: #576303;
  }
  .header .mobile-menu-button i svg rect {
    fill: #FFFFFF;
  }
  .header .mobile-menu-button span {
    color: #FFFFFF;
    opacity: 0.5;
  }
  .hero {
    height: 100%;
    background-color: #F7F7F7;
  }
  .hero .hero-wrapper {
    grid-template-columns: 1fr;
    height: 100%;
  }
  .hero .hero-block.block-image {
    height: 542px;
  }
  .hero .hero-block.block-image img {
    display: block;
    height: 400px;
    width: auto;
    margin: 0 auto;
  }
  .hero .hero-block.block-content {
    padding: 60px 40px;
    width: 100%;
    max-width: 680px;
    margin: -142px auto 0 auto;
  }
  .hero .hero-block.block-content .content-wrapper {
    max-width: 465px;
  }
  .hero .hero-block.block-content .content-wrapper .title {
    text-align: center;
    margin: 0 auto 24px auto;
  }
  .hero .hero-block.block-content .content-wrapper .subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .hero .hero-block.block-content .content-wrapper .text {
    text-align: center;
  }
  .recipe {
    padding: 60px 0;
  }
  .more {
    padding: 70px 0 120px 0;
  }
  .more .more-wrapper {
    height: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .more .more-block {
    height: 290px;
  }
  .more .more-block.first .content p {
    max-width: 100%;
  }
  .more .more-block .content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 100%;
    max-width: 550px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .more .more-block .content h3 {
    text-align: center;
    margin-bottom: 8px;
  }
  .more .more-block .content p {
    text-align: center;
    margin-bottom: 16px;
  }
  .more .more-block .content .button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .recipe h2 {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -0.84px;
  }
  .ripening .container {
    padding: 0;
  }
  .ripening .ripening-wrapper {
    height: 500px;
    border-radius: 0;
    padding: 32px;
  }
  .ripening .ripening-wrapper .content-wrapper {
    max-width: 590px;
  }
  .ripening .ripening-wrapper .content-wrapper h3 {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  .ripening .ripening-wrapper .content-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
  .prof {
    padding: 60px 0;
  }
  .prof .prof-list.slick-slider {
    display: block;
  }
  .prof .prof-list.slick-slider .slick-list {
    margin-bottom: 16px;
  }
  .prof .prof-list.slick-slider .slick-slide {
    background: none;
    color: #576303;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
  }
  .prof .prof-list.slick-slider .slick-dots {
    bottom: -30px;
  }
  .prof .prof-list.slick-slider .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
  }
  .prof .prof-list.slick-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #576303;
    opacity: 0.2;
    transition: opacity 0.3s ease;
  }
  .prof .prof-list.slick-slider .slick-dots li button:before {
    content: none;
  }
  .prof .prof-list.slick-slider .slick-dots li.slick-active button {
    opacity: 1;
  }
  .more .more-block .content {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-block.block-image {
    height: 325px;
  }
  .hero .hero-block.block-image img {
    height: 100%;
  }
  .hero .hero-block.block-content {
    margin: -48px 15px 0 15px;
    width: auto;
    padding: 40px 20px;
    border-radius: 12px;
  }
  .hero .hero-block.block-content .content-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .recipe h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .recipe .text p {
    color: #576303;
    font-size: 15px;
    line-height: 25px;
  }
  .ripening .ripening-wrapper {
    height: 550px;
    padding: 60px 32px;
    background-position-x: 30%;
  }
  .ripening .ripening-wrapper:before {
    background: linear-gradient(180deg, rgba(27, 28, 34, 0.5) 20%, #576303 100%), 50%/cover no-repeat;
  }
  .prof .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .prof .prof-list .slick-slider .slick-slide {
    font-size: 15px;
    line-height: 25px;
  }
  .prof .prof-list .slick-slider .slick-dots {
    bottom: -40px;
  }
  .more {
    padding: 60px 0 100px 0;
  }
  .more .more-block {
    height: 265px;
  }
  .more .more-block.first:before {
    background: linear-gradient(180deg, rgba(87, 99, 3, 0.4) -38.49%, #576303 100%), 50%/cover no-repeat;
  }
  .more .more-block .content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .more .more-block .content p {
    font-size: 14px;
    line-height: 20px;
  }
}