.sheetSlider{
	position:relative;
	width:80%;
	padding-bottom:22%;
	overflow:hidden;
}
.sh__btns,.sheetSlider input{display:none}
.sh-control,.sheetSlider label{
	background:0 0;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	box-shadow:0 0 transparent;
	text-decoration:none
}
.sh__content{
	position:absolute;
	width:100%;
	transition:transform .7s cubic-bezier(.54,0,.1,1);
	transform:translate3d(0,0,0)
}
.sh__item{
	display:block;
	position:absolute;
	top:0;left:0;
	width:100%;
}
.sh__item img{width:100%}
.sh__btns{
	bottom:0;
	left:0;
	right:0;position:absolute;z-index:10;padding-left:4em;padding-right:4em;justify-content:space-between}
.sh__btns label{
	background-color:#DDD;
	cursor:pointer;
	margin:0 .2em;height:6px;
	flex:1 0 auto;
	transition:background .5s;
}
.sh__btns label:hover{background-color:#AC1F2D;}
.sh__arrows{
	position:absolute;right:0;bottom:0;z-index:10;transform:translate3d(0,0,0);transition:transform .3s;
	box-shadow:0 1px 1px #DDD}
.sh__arrows:hover,.sheetSlider:hover .sh-control,.sheetSlider:hover .sh__arrows{
	transform:translate3d(0,0,0);
}
.sh__arrows label{
	background-color:#fff;
	background: no-repeat;
	background-position: 50%;
	cursor:pointer;
	border: 1px solid #ddd;
	display:none;
	transition:background-color .3s;
	width:30px;height:10px
}
.sh__arrows label:hover{background-color:rgba(255,255,255,.9)}
.sh-default .sh__item:nth-child(2){left:100%}
.sh-default .sh__item:nth-child(3){left:200%}
.sh-default .sh__item:nth-child(4){left:300%}
.sh-default .sh__item:nth-child(5){left:400%}
.sh-default .sh__item:nth-child(6){left:500%}
.sh-default .sh__item:nth-child(7){left:600%}
.sh-default .sh__item:nth-child(8){left:700%}
.sh-default .sh__item:nth-child(9){left:800%}
.sh-default .sh__item:nth-child(10){left:900%}
.sh-default input:nth-child(1):checked~.sh__content{transform:translate3d(0,0,0)}
.sh-default input:nth-child(2):checked~.sh__content{transform:translate3d(-100%,0,0)}
.sh-default input:nth-child(3):checked~.sh__content{transform:translate3d(-200%,0,0)}
.sh-default input:nth-child(4):checked~.sh__content{transform:translate3d(-300%,0,0)}
.sh-default input:nth-child(5):checked~.sh__content{transform:translate3d(-400%,0,0)}
.sh-default input:nth-child(6):checked~.sh__content{transform:translate3d(-500%,0,0)}
.sh-default input:nth-child(7):checked~.sh__content{transform:translate3d(-600%,0,0)}
.sh-default input:nth-child(8):checked~.sh__content{transform:translate3d(-700%,0,0)}
.sh-default input:nth-child(9):checked~.sh__content{transform:translate3d(-800%,0,0)}
.sh-default input:nth-child(10):checked~.sh__content{transform:translate3d(-900%,0,0)}
.sh-fade .sh__item{opacity:0;transition:opacity .7s cubic-bezier(.54,0,.1,1)}
.sh-fade input:nth-child(1):checked~.sh__content .sh__item:nth-child(1),.sh-fade input:nth-child(10):checked~.sh__content .sh__item:nth-child(10),.sh-fade input:nth-child(2):checked~.sh__content .sh__item:nth-child(2),.sh-fade input:nth-child(3):checked~.sh__content .sh__item:nth-child(3),.sh-fade input:nth-child(4):checked~.sh__content .sh__item:nth-child(4),.sh-fade input:nth-child(5):checked~.sh__content .sh__item:nth-child(5),.sh-fade input:nth-child(6):checked~.sh__content .sh__item:nth-child(6),.sh-fade input:nth-child(7):checked~.sh__content .sh__item:nth-child(7),.sh-fade input:nth-child(8):checked~.sh__content .sh__item:nth-child(8),.sh-fade input:nth-child(9):checked~.sh__content .sh__item:nth-child(9){opacity:1;z-index:1}.sh-flip .sh__item{opacity:0;transition:transform .5s cubic-bezier(.54,0,.1,1),opacity .5s;transform:perspective(400px) rotate3d(1,0,0,10deg);transform-origin:bottom}.sh-flip input:nth-child(1):checked~.sh__content .sh__item:nth-child(1),.sh-flip input:nth-child(10):checked~.sh__content .sh__item:nth-child(10),.sh-flip input:nth-child(2):checked~.sh__content .sh__item:nth-child(2),.sh-flip input:nth-child(3):checked~.sh__content .sh__item:nth-child(3),.sh-flip input:nth-child(4):checked~.sh__content .sh__item:nth-child(4),.sh-flip input:nth-child(5):checked~.sh__content .sh__item:nth-child(5),.sh-flip input:nth-child(6):checked~.sh__content .sh__item:nth-child(6),.sh-flip input:nth-child(7):checked~.sh__content .sh__item:nth-child(7),.sh-flip input:nth-child(8):checked~.sh__content .sh__item:nth-child(8),.sh-flip input:nth-child(9):checked~.sh__content .sh__item:nth-child(9){transform:perspective(400px);opacity:1;z-index:1}.sheetSlider input:nth-child(1):checked~.sh__content .sh__item:nth-child(1) .sh__meta,.sheetSlider input:nth-child(10):checked~.sh__content .sh__item:nth-child(10) .sh__meta,.sheetSlider input:nth-child(2):checked~.sh__content .sh__item:nth-child(2) .sh__meta,.sheetSlider input:nth-child(3):checked~.sh__content .sh__item:nth-child(3) .sh__meta,.sheetSlider input:nth-child(4):checked~.sh__content .sh__item:nth-child(4) .sh__meta,.sheetSlider input:nth-child(5):checked~.sh__content .sh__item:nth-child(5) .sh__meta,.sheetSlider input:nth-child(6):checked~.sh__content .sh__item:nth-child(6) .sh__meta,.sheetSlider input:nth-child(7):checked~.sh__content .sh__item:nth-child(7) .sh__meta,.sheetSlider input:nth-child(8):checked~.sh__content .sh__item:nth-child(8) .sh__meta,.sheetSlider input:nth-child(9):checked~.sh__content .sh__item:nth-child(9) .sh__meta{opacity:1;transform:translate3d(0,0,0)}
.sheetSlider input:nth-child(1):checked~.sh__arrows label:nth-child(2),.sheetSlider input:nth-child(10):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(2):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(2):checked~.sh__arrows label:nth-child(3),.sheetSlider input:nth-child(3):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(3):checked~.sh__arrows label:nth-child(4),.sheetSlider input:nth-child(4):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(4):checked~.sh__arrows label:nth-child(5),.sheetSlider input:nth-child(5):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(5):checked~.sh__arrows label:nth-child(6),.sheetSlider input:nth-child(6):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(6):checked~.sh__arrows label:nth-child(7),.sheetSlider input:nth-child(7):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(7):checked~.sh__arrows label:nth-child(8),.sheetSlider input:nth-child(8):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(8):checked~.sh__arrows label:nth-child(9),.sheetSlider input:nth-child(9):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(9):checked~.sh__arrows label:nth-child(10){background-image:url(../img/icons/right.png);display:block;float:right}.sheetSlider input:nth-child(1):checked~input:nth-child(10):last-of-type~.sh__arrows label:nth-child(10),.sheetSlider input:nth-child(1):checked~input:nth-child(2):last-of-type~.sh__arrows label:nth-child(2),.sheetSlider input:nth-child(1):checked~input:nth-child(3):last-of-type~.sh__arrows label:nth-child(3),.sheetSlider input:nth-child(1):checked~input:nth-child(4):last-of-type~.sh__arrows label:nth-child(4),.sheetSlider input:nth-child(1):checked~input:nth-child(5):last-of-type~.sh__arrows label:nth-child(5),.sheetSlider input:nth-child(1):checked~input:nth-child(6):last-of-type~.sh__arrows label:nth-child(6),.sheetSlider input:nth-child(1):checked~input:nth-child(7):last-of-type~.sh__arrows label:nth-child(7),.sheetSlider input:nth-child(1):checked~input:nth-child(8):last-of-type~.sh__arrows label:nth-child(8),.sheetSlider input:nth-child(1):checked~input:nth-child(9):last-of-type~.sh__arrows label:nth-child(9),.sheetSlider input:nth-child(10):checked~.sh__arrows label:nth-child(9),.sheetSlider input:nth-child(2):checked~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(3):checked~.sh__arrows label:nth-child(2),.sheetSlider input:nth-child(4):checked~.sh__arrows label:nth-child(3),.sheetSlider input:nth-child(5):checked~.sh__arrows label:nth-child(4),.sheetSlider input:nth-child(6):checked~.sh__arrows label:nth-child(5),.sheetSlider input:nth-child(7):checked~.sh__arrows label:nth-child(6),.sheetSlider input:nth-child(8):checked~.sh__arrows label:nth-child(7),.sheetSlider input:nth-child(9):checked~.sh__arrows label:nth-child(8){background-image:url(../img/icons/left.png);display:block;float:left}
.sh-control,.sh__arrows{transform:translate3d(100%,0,0)}
.sh__arrows label{width:50px;height:30px; color: #000;}
@media (min-width:768px){
	.sh__btns{
		display:flex;
	}
}
.sheetSlider input:nth-child(1):checked~.sh__btns label:nth-child(1),.sheetSlider input:nth-child(10):checked~.sh__btns label:nth-child(10),.sheetSlider input:nth-child(2):checked~.sh__btns label:nth-child(2),.sheetSlider input:nth-child(3):checked~.sh__btns label:nth-child(3),.sheetSlider input:nth-child(4):checked~.sh__btns label:nth-child(4),.sheetSlider input:nth-child(5):checked~.sh__btns label:nth-child(5),.sheetSlider input:nth-child(6):checked~.sh__btns label:nth-child(6),.sheetSlider input:nth-child(7):checked~.sh__btns label:nth-child(7),.sheetSlider input:nth-child(8):checked~.sh__btns label:nth-child(8),.sheetSlider input:nth-child(9):checked~.sh__btns label:nth-child(9){
	background-color:#292B69;
}

@media only screen and (max-width: 700px) {
	.sheetSlider{
		width:100%;
	}
}