.news_popular {
  padding: 14.6rem 0 4.6rem;
}
.news_popular::after {
  width: 100%;
  height: 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to bottom, var(--bg), transparent);
  z-index: -1;
  pointer-events: none;
}
.news_popular .head p {
  color: rgba(86, 86, 86, 0.8);
}
.news_popular p {
  margin-top: 2rem;
}
.news_popular .list {
  margin-top: 5.4rem;
}
.news_popular .list ul {
  display: grid;
  grid-template-columns: 39.39393939% 57.57575757%;
  justify-content: space-between;
  gap: 3rem 0;
}
.news_popular .item a {
  border-radius: 1.6rem;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 44.404%;
  gap: 2rem;
  height: 100%;
  padding: 1.1rem 1.3rem 1.1rem 3.2rem;
}
.news_popular .item a:hover img {
  transform: scale(1.02);
}
.news_popular .item .img {
  align-self: center;
  border-radius: 1.5rem;
  padding-bottom: 77.443%;
  height: 100%;
}
.news_popular .item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 4.7% 0 2.7%;
}
.news_popular .item .title {
  font-size: 2.2rem;
  line-height: 1.59090909;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news_popular .item .metas {
  color: var(--text);
  opacity: 0.85;
}
.news_popular .lar_item {
  grid-column: 2;
  grid-row: span 4;
}
.news_popular .lar_item .img img{
  width: 100%;
  height: auto;
  display: block;
}
.news_popular .lar_item a {
  padding: 0;
  position: relative;
  border: none;
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
}
.news_popular .lar_item .img {
  padding-bottom: 81.67895%;
}
.news_popular .lar_item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 30%;
  background-color: rgba(29, 149, 212, 0.9);
  z-index: 2;
  color: #fff;
  overflow-y: auto;
  max-height: 60%;
  padding: 3.1% 14% 2.5% 3.95%;
}
.news_popular .lar_item .title {
  font-size: 3rem;
  line-height: 1.3333;
}
.news_popular .lar_item .metas {
  color: #fff;
}
.news_popular .lar_item .btn_circle {
  position: absolute;
  width: 5rem;
  content: '';
  right: 3.95%;
  bottom: 3.1rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}
.news_popular .lar_item .btn_circle::after {
  padding-bottom: 100%;
  display: block;
  content: '';
  background: url("../img/arrow-r-b.svg") no-repeat center / 31%;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.news_popular .lar_item .btn_circle:hover {
  background-color: var(--title);
}
.news_popular .lar_item .btn_circle:hover::after {
  filter: contrast(0) brightness(2);
}
.news_main {
  padding: 8.8rem 0 13.6rem;
}
.news_main h1 {
  font-size: 5rem;
  line-height: 1.16;
  font-weight: 600;
}
.news_main .list {
  margin-top: 6.1rem;
}
.news_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(32rem, 100%), 1fr));
  gap: 3.4rem 2.51179545%;
}
.news_main nav.navigation {
  margin-top: 5.9rem;
}
.news_main nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.news_main nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.news_main nav.navigation .page-numbers {
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  color: #171717;
  cursor: pointer;
  text-align: center;
  border-radius: 0.6rem;
  min-width: 5.4rem;
  line-height: 5.4rem;
  padding: 0 0.5rem;
}
.news_main nav.navigation .page-numbers.current,
.news_main nav.navigation .page-numbers:hover {
  background-color: var(--primary);
  color: #fff;
}
.news_main nav.navigation .page-numbers.prev,
.news_main nav.navigation .page-numbers.next,
.news_main nav.navigation .page-numbers.omit {
  min-width: unset;
  padding: 0;
}
.news_main nav.navigation .prev,
.news_main nav.navigation .next {
  background: url("../img/pg-nav.svg") no-repeat center / contain;
  width: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  opacity: 0.5;
  margin: 0 1rem;
}
.news_main nav.navigation .prev:hover,
.news_main nav.navigation .next:hover {
  opacity: 1;
  filter: unset;
  background-color: transparent;
}
.news_main nav.navigation .next {
  transform: rotate(180deg);
}
.news_main nav.navigation .omit {
  margin: 0 1.2rem 0 2.1rem;
}
.news_main nav.navigation span.page-numbers {
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .news_main h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .news_popular {
    padding: 50px 0;
  }
  .news_popular .list {
    margin-top: 30px;
  }
  .news_popular .list ul {
    gap: 16px 0;
  }
  .news_popular .item a {
    border-radius: 10px;
    padding: 10px;
  }
  .news_popular .item .img {
    border-radius: 10px;
  }
  .news_popular .item .info {
    padding: 0;
    gap: 12px;
  }
  .news_popular .item .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .news_popular .item .info .metas {
    line-height: 1.5;
  }
  .news_popular .lar_item a {
    padding: 0;
  }
  .news_popular .lar_item .info {
    padding: 20px;
    padding-right: 60px;
  }
  .news_popular .lar_item .btn_circle {
    width: 40px;
    right: 10px;
    bottom: 10px;
  }
  .news_main {
    padding: 50px 0;
  }
  .news_main h1 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .news_main .list {
    margin-top: 30px;
  }
  .news_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
  .news_main nav.navigation {
    margin-top: 40px;
  }
  .news_main nav.navigation .nav-links {
    gap: 10px;
  }
  .news_main nav.navigation .page-numbers {
    line-height: 40px;
    min-width: 40px;
    border-radius: 4px;
    font-size: 14px;
  }
  .news_main nav.navigation .prev,
  .news_main nav.navigation .next {
    width: 6px;
    margin: 0;
  }
  .news_main nav.navigation .omit {
    margin: 0;
  }
  .news_popular .lar_item{
    grid-column: unset;
    grid-row: unset;
  }
}
@media screen and (max-width: 576px) {
  .news_popular .list ul {
    grid-template-columns: 1fr;
  }
}
