.catalog-b__list_middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.catalog-b__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -22px 0 0;
}
@media (max-width: 650px) {
	.catalog-b__list {
		margin: 0 -12px 0 0;
	}
}
.catalog-b__found-form {
	display: flex;
	justify-content: center;
}
.catalog-b__found-form span {
	font-size: 17px;
}
.catalog-b__found-form .paging-b__button {
	width: 30px;
	height: 30px;
	font-size: 15px;
}
.catalog-b__found-form_hide {
    display: none!important;
}

.catalog-b__go-to-section {
    display: table;
    margin: 10px auto 25px;
}
.catalog-b .catalog-b__go-to-section {
  margin-bottom: 0;
}

.grid-page-b.grid-page-b_reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap;
}

@media (max-width: 900px) {
	.grid-page-b.grid-page-b_reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse nowrap;
		flex-flow: column-reverse nowrap;
	}
}