.superbanner {
	position: relative;
	z-index: 2;
}
.superbanner-list {
	width: 100%;
	height: 432px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
	.superbanner-list:before,
	.superbanner-list:after {
		display: block;
		position: absolute;
		z-index: 64;
	}
		.superbanner-list:before {
			content: url(images/balls_left.png);
			bottom: -84px;
			left: 0;
		}
		.superbanner-list:after {
			content: url(images/balls_right.png);
			bottom: -50px;
			right: 0;
		}
	.superbanner__item,
	.superbanner__item-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: center no-repeat;
	}
		.superbanner__item {
			background-size: cover;
			display: none;
		}
			.superbanner__item.active { display: block; }
			.superbanner__item-image {
				background: center bottom no-repeat;
			}
			.superbanner__item-text {
				line-height: 45px; 
				font-size: 31px;
				font-weight: bold;
				text-transform: uppercase;
				color: #ffb337;
				position: relative;
				z-index: 16;
				padding-top: 32px;
			}
			
.sb-button {
	position: absolute;
	bottom: 50px;
	right: 30px;
	z-index: 120;
}			
.superbanner-indicator {
	position: absolute;
	z-index: 64;
	bottom: 24px;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
	.superbanner-indicator__item {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin: 0 5px;
		padding: 0;
		border-radius: 50%;
		background: #DCECF3;
		box-shadow: inset rgba(0,0,0,.15) 3px 3px 3px;
		cursor: pointer;
	}
		.superbanner-indicator__item.active {
			cursor: default;
			background: #B6D2DA;
		}
.superlink {
	display: block;
	text-decoration: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 34;
}		