.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}



/*
--------------------------------------------------------------------*/

.series-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.series-item {
  width: 31%;
  margin-bottom: 30px;
}


.series-index::after{
  content:"";
  display: block;
  width:31%;
}


.series-index a,
.series-index a:visited {
  color: #333 !important;
  line-height: 1.4em;
}

.series-item-thumb {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.series-item {
  width: 48%;
}
.series-index::after{
  width:48%;
}
}


