.news_banner {
  position: relative;
  background-color: var(--bg2);
  overflow: hidden;
}
.news_banner .bg_mask {
  top: 49.6%;
}
.news_banner .bg_mask img {
  margin-right: -6.145833%;
}
.news_banner .flex {
  min-height: 73.6rem;
  padding-top: 123px;
}
.news_banner .head {
  flex: 1;
  max-width: 83.7rem;
  padding: 4rem 0;
  margin-bottom: 4%;
}
.news_banner .head p {
  color: var(--text_w2);
}
.news_banner h1 {
  max-width: 58rem;
}
.news_banner p {
  margin-top: 2.5rem;
}
.news_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
  background-color: var(--bg);
  border: 1px solid var(--bg);
  transition: border-color 0.2s;
  border-radius: 10rem;
  max-width: 50.6rem;
  margin-top: 3.5rem;
  padding-right: 1px;
}
.news_banner form:focus-within {
  border-color: var(--secondary);
}
.news_banner form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 0 20px;
}
.news_banner form input[type=submit] {
  width: 6.5rem;
  height: 6.5rem;
  padding: 0;
  text-indent: -999px;
  border-radius: 50%;
  color: transparent;
  background: url("../images/icon-search-w.svg") no-repeat center / 35.4% var(--secondary);
  transition: all 0.3s;
  margin: 1px 0;
}
.news_banner form input[type=submit]:hover {
  background-color: var(--secondary);
}
.news_popular {
  padding-top: 11.1rem;
}
.news_popular .news_popular_swiper {
  overflow: hidden;
  border-radius: 2.2rem 1.6rem 1.6rem 2.2rem;
}
.news_popular .news_popular_swiper .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.news_popular .img {
  z-index: -1;
  width: 53.26388889%;
  border-radius: 2.2rem;
  --h: 62.71186441%;
}
.news_popular .info {
  flex: 1;
  border-radius: 1.6rem;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: -3.40277778%;
  padding: 3.0555556% 5.4166667% 2.7777778%;
}
.news_popular .info .metas {
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.news_popular .info .metas .tag {
  color: var(--primary);
  margin-left: 0.3125em;
}
.news_popular .info .metas .cat {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: var(--primary);
  color: #fff;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 1.27em;
  letter-spacing: normal;
  padding: 0.6667em 1.06667em;
  margin: 1.3194444% 1.25%;
}
.news_popular .info .title {
  font-size: 3.134rem;
  line-height: 1.29;
  font-weight: 600;
  max-width: 47.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 2.1rem;
  letter-spacing: 0.01595em;
}
.news_popular .info .desc {
  font-size: 1.8rem;
  line-height: 1.58;
  color: var(--text);
  max-width: 54.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 2rem;
}
.news_popular .info .btn {
  margin-top: 2.6rem;
}
.news_popular .swiper_control {
  position: static;
  margin-top: 3.1rem;
}
.news_popular div.swiper-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  justify-content: flex-end;
  gap: 1.8rem;
}
.news_popular div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--primary);
  opacity: 0.39;
  margin: 0;
  transition: all 0.3s;
}
.news_popular div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.news_popular .swiper_btns.middle {
  top: 47.6%;
}
.news_main {
  padding: 5.7rem 0 11.8rem;
}
.news_main .list {
  margin-top: 4.9rem;
}
.news_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 5rem 1.5625%;
}
@media screen and (max-width: 768px) {
  .news_banner .flex {
    min-height: unset;
    padding-top: 100px;
  }
  .news_banner .head {
    padding: 30px 0 50px;
    margin: 0;
  }
  .news_banner form {
    margin-top: 20px;
    max-width: 400px;
  }
  .news_banner form input[type=submit] {
    width: 48px;
    height: 48px;
  }
  .news_popular {
    padding: 50px 0;
  }
  .news_popular .news_popular_swiper {
    border-radius: 10px;
  }
  .news_popular .img {
    border-radius: 10px;
  }
  .news_popular .info {
    border-radius: 10px;
  }
  .news_popular .info .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .news_popular .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .news_popular .info .btn {
    margin-top: 20px;
  }
  .news_popular .swiper_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
  }
  .news_popular .swiper_control .swiper_btns.middle {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .news_popular .swiper_control div.swiper-pagination.swiper-pagination-bullets {
    gap: 10px;
  }
  .news_popular .swiper_control div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .news_main {
    padding: 50px 0;
  }
  .news_main .list {
    margin-top: 30px;
  }
  .news_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
}
@media screen and (max-width: 576px) {
  .news_popular .img {
    width: 100%;
  }
  .news_popular .info {
    margin: -10px 0 0;
    padding: 20px;
  }
  .news_popular .info .metas .cat {
    margin: 10px;
  }
}
