.__categories .__list {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.__categories .__list a {
  display: inline-block;
  padding: 10px 15px;
  background: #243a76;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.__news_list {
  background: #fff;
  padding: 30px 0;
}

.__news_list .__title_news_list a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: #243a76;
  margin-bottom: 15px;
}

.__news_list .flex {
  gap: 15px;
  justify-content: space-between;
}

.__news_item {
  flex: 0 0 calc((100% / 3) - 10px);
  max-width: calc((100% / 3) - 10px);
}

.__news_item .__image_item a {
  display: block;
  text-align: center;
}

.__news_item .__image_item img {
  width: 100%;
  max-height: 305px;
  object-fit: fill;
  min-height: 305px;
}
.__news_item .__name_item {
  padding: 10px;
  background: #f2f2f2;
}
.__news_item .__name_item a {
  font-size: 14px;
  text-decoration: none;
  color: #333e48;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  padding: 0;
}
.__news_item .__desc_item {
  padding: 10px;
}
