.schemes-group{
	position: absolute;
}

.schemes-group,
.scheme{
	width: 100%;
	height: 100%;
}

.scheme{
	display: none;
}

.scheme[scheme-active="true"]{
	display: block;
	overflow: auto;
}

#scheme_buttons_container{
	position: absolute;
	bottom: 0;
	opacity: .3;
	transition: opacity .4s;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,.6);
}

#scheme_buttons_container:hover{
	opacity: 1;
}

#scheme_btn_previus,
#scheme_btn_next{
	margin: 10px;
	border: 0;
	background: none;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
}

#scheme_btn_previus[disabled="disabled"],
#scheme_btn_next[disabled="disabled"]{
	opacity: .5;
	cursor: not-allowed;
}

.scheme-container{
	padding-bottom: 55px;
}
