/*.grid_center {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-gap: 12px;
  grid-auto-flow: column;
}
.app .news {
  display: flex;
  flex-direction: column;
}
.app .news__main {
  flex: 1 1 100%;
  align-content: space-between;
}
.app .news__main .button._mini {
  max-height: 35px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #b27e5f;
	color: #fff;
}*/
