<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grid_news {
  padding: 0 0 16px;
}
.grid_news .h3,
.grid_news .color-gray {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .grid_news {
    padding: 0 0 32px;
  }
  .grid_news .h3,
  .grid_news .color-gray {
    padding: 0 32px;
  }
}

.grid_news .news-picture {
  align-items: center;
  display: flex;
  height: 180px;
  justify-content: center;
  min-height: 180px;
  width: 100%;
}
.grid_news .news-picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.grid_news .round_big {
  left: 32px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  top: 100px;
}

@media (min-width: 1024px) {
  .box-items {
    grid-auto-rows: 310px;
  }
}
@media (min-width: 1280px) {
  .box-items {
    grid-auto-rows: 330px;
  }
  .round_big {
    min-height: 60px;
    min-width: 60px;
  }
}

.news-slider {
  height: 335px;
}
.news-slider {
  grid-row: 1 / 4;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.news-slider .swiper-slide img {
  height: calc(100% - 45px);
  object-fit: cover;
  width: 100%;
}
.news-slider.swiper-horizontal&gt;.swiper-pagination-bullets {
  bottom: 0;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  height: 4px;
}
.news-slider.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #C7C6C4;
  border-radius: 2px;
  height: 100%;
  opacity: 1;
  position: relative;
  width: 100%;
}
.news-slider.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet:before {
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
.news-slider.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EF7B00;
  border-radius: 2px;
  opacity: 1;
}
@media (min-width: 380px) {
  .news-slider {
    height: 430px;
  }
}
@media (min-width: 612px) {
  .news-slider {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .news-slider {
    height: 475px;
  }
}


@media (min-width: 1024px) {
  .iframe-wrapper iframe {
    height: attr(data-height type(&lt;length&gt;), auto);
  }
}
</pre></body></html>