.tabs-news {
  margin-top: 30px;
}
.tabs-news__titles {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 37px;
}
@media (max-width: 980px) {
  .tabs-news__titles {
    justify-content: center;
  }
}
.tabs-news__titles-item a {
  padding: 25px 35px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  color: #282828;
  box-shadow: inset 0px 0px 0px 2px #e6e6ef;
  transition: all 0.3s ease;
  border-radius: 250px;
  background: #fff;
}
@media (max-width: 550px) {
  .tabs-news__titles-item a {
    padding: 15px 20px;
  }
}
.tabs-news__titles-item a:hover {
  background: #e6e6ef;
}
.tabs-news__titles-item a.active {
  background: #ff5456;
  color: #fff;
  box-shadow: 0px 26px 25px -15px #ff5456;
}
.tabs-news__news-top {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 980px) {
  .tabs-news__news-top {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.tabs-news__news-top .image {
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  border-radius: 35px;
  font-size: 0;
}
.tabs-news__news-left {
  flex: auto;
}
.tabs-news__news-left .body {
  font-size: 21px;
  padding-left: 65px;
  margin-top: 24px;
  color: #707070;
  border-left: 4px solid #6b7bff;
}
@media (max-width: 980px) {
  .tabs-news__news-left .body {
    padding: 0;
    border: none;
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .tabs-news__news-left .body {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .tabs-news__news-left .more {
    text-align: center;
  }
}
.tabs-news__news-left .more a {
  font-size: 16px;
  text-decoration: none;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid #2961b5;
  color: #404040;
  transition: all 0.3s ease;
  padding: 15px 25px;
}
.tabs-news__news-left .more a:hover {
  background: #2961b5;
  color: #fff;
}
.tabs-news__body-item {
  display: none;
}
.tabs-news__body-item.active {
  display: block;
}
.tabs-news__news-bot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 45px;
}
.tabs-news__news-bot .image-item {
  width: calc(25% - 8px);
  border-radius: 35px;
  overflow: hidden;
  font-size: 0;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 35px 1px rgba(0, 0, 0, 0.12);
}
@media (max-width: 980px) {
  .tabs-news__news-bot .image-item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 550px) {
  .tabs-news__news-bot .image-item {
    width: 100%;
  }
}
.tabs-news__news-bot .image-item:hover {
  transform: translate3D(0px, -17px, 0px);
}
.mosaic-s3-news__announcement--u-inx28if8g {
  display: none !important;
}
