.group_description_block.bottom {
  padding: 40px 0 0;
  margin-bottom: 30px;
}

.no_goods {
  padding: 87px 30px 50px;
  border-top: 1px solid #e5e5e5;
}
.js-load-wrapper > .no_goods {
  margin-top: -1px;
}
.no_goods .no_products {
  position: relative;
}
.no_goods .no_products:before {
  content: "";
  position: relative;
  width: 117px;
  height: 117px;
  background: url("../../../../images/empty_catalog.png") 0px 0px no-repeat;
  display: block;
  margin: auto auto 23px;
}
.no_goods .button {
  float: right;
  margin: 17px 0px 0px;
}
.wrap_text_empty {
  padding: 10px 0px 15px 0px;
  text-align: center;
}
.wrap_text_empty .middle_text {
  padding: 16px 0px 0px;
  display: inline-block;
}

#main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
#main .catalog-maxwidth .bottom-links-block{
  margin-left: auto;
  margin-right: auto;
}
html.bx-ie #main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
html.bx-ie #main .catalog-maxwidth .bottom-links-block{
  flex-basis: auto;
}
.right_block.narrow_N .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
.right_block.narrow_N .catalog-maxwidth .bottom-links-block{
  max-width: 1156px;
}

.section-content-wrapper .text_after_items{
  margin-top: 49px;
}.page__banner {
	display: none;
}

.page__banner_state_show {
	display: block;
}

.banner-group {
	color: #fff;
}

.banner-group__item {
	display: none;
}

.banner-group__item:first-child {
	display: block;
}

.banner {
	position: relative;
	padding: 20px 0;
}

@media (min-width: 767px) {
	.banner {
		min-height: 500px;
		padding: 40px 0;
	}
}

.banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.banner__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}

.banner__content {
	position: relative;
	z-index: 10;
}

.banner__picture,
.banner__picture-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.banner__picture-inner {
	object-fit: cover;
}

.banner__main {
	margin: 0 0 30px;
}

.banner__main:last-child {
	margin-bottom: 0;
}

.banner__col {
	padding: 10px 0;
}

@media (min-width: 767px) {
	.banner__holder {
		display: flex;
		width: 100%;
	}

	.banner__footer {
		max-width: 50%;
	}
}


@media (min-width: 767px) {
	.banner__col {
		flex-basis: 50%;
		width: 50%;
		max-width: 50%;
		padding: 16px 10px;
	}
}

.banner__col:first-child {
	padding-left: 0;
}

.banner__col:last-child {
	padding-right: 0;
}

.banner__title {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

@media (min-width: 767px) {
	.banner__title {
		margin: 0 0 50px;
		font-size: 40px;
	}
}

.banner__title:last-child {
	margin-bottom: 0;
}

.banner__description {
	font-size: 20px;
}

.banner__control-panel {
	display: flex;
	flex-direction: column;
	color: #343434;
	justify-content: flex-end;
	height: 100%;
	padding: 15px;
	background: #ffffff;
	background: #ffffff61;
	border: 1px solid #949494;
}

.banner__control-panel_align_top {
	justify-content: flex-start;
}

.banner__control {
	padding: 15px 0 0;
	text-align: right;
}

.banner__image {
	display: block;
	max-width: 100%;
}

.banner ul li:before {
	top: 8px;
	width: 7px;
	height: 7px;
	background: #fff;
}