.news-small-item {
  /*padding-bottom: .5rem;*/ }

.topnews-cont {
  padding: 1px 0; }

.swiper-pagination.sp-top-news {
  right: .5rem; }

.top-news-swiper {
  margin-right: 1.5rem; }
  .top-news-swiper .swiper-slide {
    height: max-content; }
  .top-news-swiper .swiper-wrapper {
    height: max-content; }

.hidden-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 48, 135, 0.5);
  z-index: 1000; }

.hidden-loader.active {
  display: flex; }

.round-image {
  overflow: hidden;
  border-radius: 1rem;
  background: var(--primary); }

.round-image img {
  max-width: 100%; }

.item-news {
  border-radius: 1rem;
  padding: 1rem;
  background: #fff;
  transition: all .4s ease-in-out;
  position: relative; }

/*.item-news:hover {
	background: var(--gray-bg);
}*/
.item-news img {
  border-radius: 1rem; }

.pad-round-news {
  position: relative;
  padding: .5rem;
  border-radius: 2rem;
  overflow: hidden;
  transition: all .3s ease-in-out; }
  .pad-round-news img {
    transition: all .4s ease-in-out; }
  .pad-round-news .img-oh {
    overflow: hidden;
    border-radius: 1.5rem; }
  .pad-round-news:hover {
    background: var(--neutral-light); }
    .pad-round-news:hover .img-oh img {
      transform: scale(1.08); }
    .pad-round-news:hover a {
      color: var(--primary); }

.roundsend {
  background: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  color: var(--primary);
  border: none;
  transition: all .4s ease-in-out; }
  .roundsend:hover {
    background: var(--primary);
    color: #fff; }

.circled-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  border: solid 2px var(--neutral-mid-light);
  color: var(--primary); }
  .circled-share:hover {
    text-decoration: none;
    border-color: var(--primary); }

@media print {
  .circled-share {
    display: none; } }