.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: 40px;
}
 
.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

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

.news__date {
  margin-right: 1em;
}


.container1 {
  display: flex;
  flex-direction: row;
  height: auto;
  padding-top: 40px;
}

.left-column {
  flex: 1;
  background: lightblue;
}

.center-column {
  flex: 1;
  background: lightyellow;
}

.right-column {
  flex: 1;
  background: lightpink;
}

.container2 {
  display: flex;
  flex-direction: row;
  height: auto;
}

.left-column {
  flex: 1;
  background: lightblue;
}

.center-column {
  flex: 1;
  background: lightyellow;
}

.right-column {
  flex: 1;
  background: lightpink;
}

.container3 {
  display: flex;
  flex-direction: row;
  height: auto;
  padding-bottom: 40px;
}

.left-column {
  flex: 1;
  background: lightblue;
}

.center-column {
  flex: 1;
  background: lightyellow;
}

.right-column {
  flex: 1;
  background: lightpink;
}