.block-news {
  padding: 40px 0 80px;
  margin-top: unset;
}
.block-news h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #0b0d0f;
}
@media (max-width: 959px) {
  .block-news h1 {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .block-news h1 {
    font-size: 28px;
  }
}
.block-news > p {
  max-width: 400px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #667188;
}
.block-news .scroll {
  display: block;
  margin-bottom: -10px;
}
.block-news .scroll .uk-subnav {
  margin-left: -8px;
}
@media (max-width: 959px) {
  .block-news .scroll .uk-subnav {
    margin: 0 var(--ph) 0 calc(var(--ph) - 8px);
  }
}
.block-news .scroll .uk-subnav li {
  padding-left: 8px;
}
.block-news .scroll .uk-subnav li a {
  background-color: #f4f5f6;
}
.block-news .scroll .uk-subnav li a:hover {
  background: #cecece;
  color: #000;
}
.block-news .scroll .uk-subnav li.uk-active a {
  background-color: #0b0d0f;
  color: #fff;
}
.block-news .carts-blog {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
@media (max-width: 959px) {
  .block-news .carts-blog {
    grid-template-columns: repeat(6, 1fr);
  }
}
.block-news .carts-blog > div {
  grid-column: span 2;
}
@media (max-width: 639px) {
  .block-news .carts-blog > div {
    grid-column: span 3;
  }
}
.block-news .carts-blog > div a {
  text-decoration: unset;
}
.block-news .carts-blog > div a .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 120%;
  border-radius: 12px;
  overflow: hidden;
}
.block-news .carts-blog > div a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.block-news .carts-blog > div a p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #0b0d0f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  margin: 16px 0 8px;
}
.block-news .carts-blog > div a p.date {
  display: none;
}
.block-news .carts-blog > div a .hashtag {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fa7a35;
}
.block-news .carts-blog > div a:hover .img img {
  transform: scale(1.1);
}
.block-news .carts-blog.main-cat > div:first-child {
  grid-column: span 5;
  grid-row: span 4;
}
@media (max-width: 959px) {
  .block-news .carts-blog.main-cat > div:first-child {
    grid-column: span 6;
  }
}
.block-news .carts-blog.main-cat > div:first-child a {
  height: 560px;
  display: block;
  position: relative;
}
@media (max-width: 959px) {
  .block-news .carts-blog.main-cat > div:first-child a {
    height: 480px;
  }
}
@media (max-width: 639px) {
  .block-news .carts-blog.main-cat > div:first-child a {
    height: 300px;
  }
}
.block-news .carts-blog.main-cat > div:first-child a .img {
  padding-bottom: 560px;
}
@media (max-width: 959px) {
  .block-news .carts-blog.main-cat > div:first-child a .img {
    padding-bottom: 480px;
  }
}
@media (max-width: 639px) {
  .block-news .carts-blog.main-cat > div:first-child a .img {
    padding-bottom: 300px;
  }
}
.block-news .carts-blog.main-cat > div:first-child a .img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 2, 2, 0) 0%, rgba(2, 2, 2, 0.6) 100%);
}
.block-news .carts-blog.main-cat > div:first-child a .text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
}
@media (max-width: 639px) {
  .block-news .carts-blog.main-cat > div:first-child a .text {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
.block-news .carts-blog.main-cat > div:first-child a .text h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin: 8px 0;
  text-align: left;
}
@media (max-width: 639px) {
  .block-news .carts-blog.main-cat > div:first-child a .text h2 {
    font-size: 20px;
  }
}
.block-news .carts-blog.main-cat > div:first-child a .text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  height: unset;
}
@media (max-width: 639px) {
  .block-news .carts-blog.main-cat > div:first-child a .text p {
    font-size: 14px;
  }
}
.block-news .carts-blog.main-cat > div:first-child a .text p.date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.5;
}
@media (max-width: 639px) {
  .block-news .carts-blog.main-cat > div:first-child a .text p.date {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .block-news .carts-blog.main-cat > div:nth-child(n+2):nth-child(-n+5) {
    grid-column: span 3;
    grid-row: span 1;
  }
  .block-news .carts-blog.main-cat > div:nth-child(n+2):nth-child(-n+5) a {
    display: flex;
    gap: 15px;
  }
  .block-news .carts-blog.main-cat > div:nth-child(n+2):nth-child(-n+5) a .img {
    width: 120px;
    padding-bottom: 120px;
  }
  .block-news .carts-blog.main-cat > div:nth-child(n+2):nth-child(-n+5) a .text p {
    overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    height: unset;
  }
  .block-news .carts-blog.main-cat > div:nth-child(n+2):nth-child(-n+5) a .text p.date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #afb6c3;
  }
}

.page-article {
  padding: 40px 0 0;
}
.page-article h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  color: #0b0d0f;
}
@media (max-width: 959px) {
  .page-article h1 {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .page-article h1 {
    font-size: 24px;
  }
}
.page-article .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #99a1b2;
  margin-right: 24px;
}
.page-article .hashtag {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fa7a35;
  margin-left: 8px;
  text-decoration: unset;
}
.page-article .bnr-article {
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 639px) {
  .page-article .bnr-article {
    margin: 24px calc(var(--ph) * -1) 32px;
    border-radius: 0;
    width: 100vw;
    max-width: 100vw;
  }
}
.page-article .text {
  max-width: 1000px;
  margin: auto;
}
.page-article .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #22262d;
  margin: 0;
}
.page-article .text p + p {
  margin-top: 20px;
}
.page-article .text p.uk-text-muted {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #838da1;
}
.page-article .text h2, .page-article .text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #0b0d0f;
  margin: 24px 0 4px;
}
.page-article .text .slideshow-img {
  margin: 40px 0 16px;
}
.page-article .text .slideshow-img .slideshow-container {
  border-radius: 20px;
}
.page-article .text .slideshow-img .slideshow-container .uk-slideshow-items {
  padding-bottom: 700px;
}
@media (max-width: 959px) {
  .page-article .text .slideshow-img .slideshow-container .uk-slideshow-items {
    padding-bottom: 480px;
  }
}
@media (max-width: 959px) {
  .page-article .text .slideshow-img .slideshow-container .uk-slideshow-items {
    padding-bottom: 280px;
  }
}
.page-article .text .slideshow-img .slideshow-container .uk-slideshow-items img,
.page-article .text .slideshow-img .slideshow-container .uk-slideshow-items video {
  object-fit: cover;
  border-radius: 20px;
}
.page-article .text .block-share {
  border-radius: 20px;
  padding: 20px 24px;
  background-color: #f4f5f6;
  margin: 40px 0 80px;
}
.page-article .text .block-share p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #22262d;
}
.page-article .text .block-share a {
  background-color: #fff;
  display: inline-block;
}
.page-article .blog-items {
  background-color: #fafafa;
  padding-bottom: 80px;
}
.page-article .blog-items h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  color: #0b0d0f;
}
@media (max-width: 959px) {
  .page-article .blog-items h2 {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .page-article .blog-items h2 {
    font-size: 24px;
  }
}
.page-article .blog-items .uk-slider .card-item .img {
  background-color: #fff;
}

/*# sourceMappingURL=blog.css.map */
