.n-home-recipes {
  margin: 120px 0
}
@media screen and (max-width:1023px) {
  .n-home-recipes {
    margin: 48px 0
  }
}
@media screen and (max-width:767px) {
  .n-home-recipes {
    margin: 40px 0
  }
}
.n-home-recipes__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}
[data-animation] .n-home-recipes__head {
  position: relative;
  -webkit-transform: translateY(6.25rem);
  -ms-transform: translateY(6.25rem);
  transform: translateY(6.25rem);
  opacity: .5
}
.n-home-recipes__head.content-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.5s,-webkit-transform 1.5s;
  transition: transform 1.5s,opacity 1.5s,-webkit-transform 1.5s
}
.n-home-recipes__title {
  font-size: 60px;
  line-height: 1.16
}
@media screen and (max-width:1023px) {
  .n-home-recipes__title {
    font-size: 46px;
    line-height: 1.13
  }
}
.n-home-recipes__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}
.n-home-recipes__nav {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  cursor: pointer;
  background: rgba(34,34,34,.5);
  position: relative;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}
.n-home-recipes__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.12117 0.292893C6.73065 -0.0976311 6.09763 -0.0976311 5.70711 0.292893L7.53403e-05 5.99992L5.70711 11.707C6.09763 12.0975 6.73065 12.0975 7.12117 11.707C7.51169 11.3164 7.51169 10.6834 7.12117 10.2929L2.8282 5.99992L7.12117 1.70696C7.51169 1.31643 7.51169 0.683418 7.12117 0.292893Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat
}
.n-home-recipes__nav:hover {
  background: #222
}
.n-home-recipes__nav.is-next {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}
.n-home-recipes__nav.swiper-button-disabled {
  cursor: not-allowed
}
.n-home-recipes__nav.swiper-button-disabled:hover {
  background: rgba(34,34,34,.5)
}
@media screen and (max-width:767px) {
  .n-home-recipes__head {
    margin-bottom: 24px
  }
  .n-home-recipes__title {
    font-size: 28px;
    line-height: 1.28
  }
  .n-home-recipes__footer {
    margin-top: 24px
  }
}
[data-animation] .n-home-recipes__footer {
  position: relative;
  -webkit-transform: translateY(6.25rem);
  -ms-transform: translateY(6.25rem);
  transform: translateY(6.25rem);
  opacity: .5
}
.n-home-recipes__footer.content-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.5s .5s,-webkit-transform 1.5s .5s;
  transition: transform 1.5s,opacity 1.5s,-webkit-transform 1.5s;
  transition-delay: .5s
}
.n-home-recipes__items {
  overflow: hidden
}
@media screen and (max-width:1023px) {
  .n-home-recipes__navigation {
    display: none
  }
  .n-home-recipes__items {
    overflow: visible
  }
}
[data-animation] .n-home-recipes__items {
  position: relative;
  -webkit-transform: translateY(6.25rem);
  -ms-transform: translateY(6.25rem);
  transform: translateY(6.25rem);
  opacity: .5
}
.n-home-recipes__items.content-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.5s .3s,-webkit-transform 1.5s .3s;
  transition: transform 1.5s,opacity 1.5s,-webkit-transform 1.5s;
  transition-delay: .3s
}
.n-home-recipes__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px
}
@media screen and (max-width:1023px) {
  .n-home-recipes__footer {
    margin-top: 40px
  }
}
@media screen and (max-width:767px) {
  .n-home-recipes__footer {
    margin-top: 24px;
    gap: 24px
  }
  .n-home-recipes__btn {
    width: 100%!important
  }
}
.n-home-recipes__pagination {
  display: none
}
@media screen and (max-width:1023px) {
  .n-home-recipes__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
  }
}
.n-home-recipes .n-home-slider-pagination-bullet {
  background: #3f2021;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  opacity: .2;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  cursor: pointer
}
.n-home-recipes .n-home-slider-pagination-bullet.n-home-slider-pagination-bullet_active {
  opacity: 1
}
.n-home-recipes__btn {
  padding-left: 32px;
  padding-right: 32px
}
.n-home-recipe-item {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.n-home-recipe-item__cover {
  display: block;
  height: 234px;
  border-radius: 40px 0 80px;
  overflow: hidden;
  position: relative
}
@media screen and (max-width:1023px) {
  .n-home-recipe-item__cover {
    height: 188px;
    border-radius: 24px 0 64px
  }
}
@media screen and (max-width:767px) {
  .n-home-recipe-item__cover {
    height: 185px
  }
}
.n-home-recipe-item__cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.n-home-recipe-item__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 164px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),color-stop(51.44%,rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background: linear-gradient(180deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.5) 51.44%,rgba(0,0,0,0) 100%);
  padding: 24px 24px 0;
  font-size: 30px;
  line-height: 1.33;
  color: #fff
}
@media screen and (max-width:767px) {
  .n-home-recipe-item__title {
    font-size: 18px;
    line-height: 1.33;
    padding: 16px 16px 0
  }
}
.n-home-recipe-item__content {
  padding: 24px 24px 0
}
@media screen and (max-width:1023px) {
  .n-home-recipe-item__title {
    height: 142px
  }
  .n-home-recipe-item__content {
    padding: 24px 16px 0
  }
}
.n-home-recipe-item__description {
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 24px
}
@media screen and (max-width:767px) {
  .n-home-recipe-item__content {
    padding: 16px 16px 0
  }
  .n-home-recipe-item__description {
    font-size: 16px;
    line-height: 1.37
  }
}
.n-home-recipe-item__link {
  margin-top: 24px;
  color: #eb2227;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
  font-size: 18px;
  line-height: 1.33;
  position: relative
}
@media screen and (max-width:767px) {
  .n-home-recipe-item__link {
    font-size: 16px;
    line-height: 1.37
  }
}
.n-home-recipe-item__link::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 15px;
  margin-right: 0;
  background: url(../../../img/icons/article-arrow.svg) center no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
@media screen and (max-width:1023px) {
  .n-home-recipe-item__link {
    margin-top: 16px;
    gap: 16px
  }
  .n-home-recipe-item__link::before {
    height: 12px;
    background: url(../../../img/icons/article-arrow-mobile.svg) center no-repeat
  }
}
.n-home-recipe-item__link:hover::before {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}