.n-home-articles {
  margin: 120px 0
}
@media screen and (max-width:1023px) {
  .n-home-articles {
    margin: 48px 0
  }
}
@media screen and (max-width:767px) {
  .n-home-articles {
    margin: 40px 0
  }
}
.n-home-articles__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-articles__head {
  position: relative;
  -webkit-transform: translateY(6.25rem);
  -ms-transform: translateY(6.25rem);
  transform: translateY(6.25rem);
  opacity: .5
}
.n-home-articles__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-articles__title {
  font-size: 60px;
  line-height: 1.16
}
@media screen and (max-width:1023px) {
  .n-home-articles__title {
    font-size: 46px;
    line-height: 1.13
  }
}
.n-home-articles__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}
.n-home-articles__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-articles__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-articles__nav:hover {
  background: #222
}
.n-home-articles__nav.is-next {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}
.n-home-articles__nav.swiper-button-disabled {
  cursor: not-allowed
}
.n-home-articles__nav.swiper-button-disabled:hover {
  background: rgba(34,34,34,.5)
}
.n-home-articles__items {
  overflow: hidden
}
@media screen and (max-width:1023px) {
  .n-home-articles__navigation {
    display: none
  }
  .n-home-articles__items {
    overflow: visible
  }
}
[data-animation] .n-home-articles__items {
  position: relative;
  -webkit-transform: translateY(6.25rem);
  -ms-transform: translateY(6.25rem);
  transform: translateY(6.25rem);
  opacity: .5
}
.n-home-articles__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-articles__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;
  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-articles__footer {
    margin-top: 40px
  }
}
@media screen and (max-width:767px) {
  .n-home-articles__head {
    margin-bottom: 24px
  }
  .n-home-articles__title {
    font-size: 28px;
    line-height: 1.28
  }
  .n-home-articles__footer {
    margin-top: 24px;
    gap: 24px
  }
  .n-home-articles__btn {
    width: 100%!important
  }
}
[data-animation] .n-home-articles__footer {
  position: relative;
  -webkit-transform: translateY(6.25rem);
  -ms-transform: translateY(6.25rem);
  transform: translateY(6.25rem);
  opacity: .5
}
.n-home-articles__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-articles__pagination {
  display: none
}
@media screen and (max-width:1023px) {
  .n-home-articles__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-articles .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-articles .n-home-slider-pagination-bullet.n-home-slider-pagination-bullet_active {
  opacity: 1
}
.n-home-articles__btn {
  padding-left: 32px;
  padding-right: 32px
}
.n-home-articles__item {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.n-home-articles-item,
.n-home-articles-item:nth-child(2) {
  border-radius: 0
}
.n-home-articles-item__cover {
  height: 234px;
  border-radius: 40px 0 80px;
  overflow: hidden;
  position: relative
}
@media screen and (max-width:1023px) {
  .n-home-articles-item__cover {
    height: 188px;
    border-radius: 24px 0 64px
  }
}
.n-home-articles-item__cover img {
  height: 100%
}
.n-home-articles-item__info {
  padding: 24px 24px 0
}
@media screen and (max-width:1023px) {
  .n-home-articles-item__info {
    padding: 24px 16px 0
  }
}
.n-home-articles-item .article-card__timing {
  margin-top: 0
}
.n-home-articles-item .article-timing {
  color: #000;
  opacity: .4;
  font-size: 14px;
  line-height: 1.28
}
.n-home-articles-item .article-timing__created-time {
  opacity: 1
}
.n-home-articles-item .article-card__title {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.33
}
@media screen and (max-width:1023px) {
  .n-home-articles-item .article-card__title {
    margin-top: 8px
  }
}
@media screen and (max-width:767px) {
  .n-home-articles-item__cover {
    height: 185px
  }
  .n-home-articles-item__info {
    padding: 16px 16px 0
  }
  .n-home-articles-item .article-card__title {
    margin-top: 18px
  }
}
.n-home-articles-item .article-card__button {
  margin-top: 24px;
  color: #eb2227;
  -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
}
@media screen and (max-width:767px) {
  .n-home-articles-item .article-card__button {
    font-size: 16px;
    line-height: 1.37
  }
}
.n-home-articles-item .article-card__button::before {
  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-articles-item .article-card__button {
    margin-top: 16px;
    gap: 16px
  }
  .n-home-articles-item .article-card__button::before {
    height: 12px;
    background: url(../../../img/icons/article-arrow-mobile.svg) center no-repeat
  }
}
.n-home-articles-item .article-card__button:hover::before {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}