.slider__wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slider{
	height: 600px;
	position: relative;
	left: 0;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}
.slider a{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.slider__nav{
	width: 40px;
	height: 50px;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	display: block;
	z-index: 10;
}
.slider__nav[data-action="prev"]{
	left: 0;
}
.slider__nav[data-action="next"]{
	right: 0;
}
.control__wrap{
	width: 100%;
	bottom: 0;
	position: absolute;
	z-index: 5;
	text-align: center;
}
.slider__control{
	display: inline-block;
	margin-bottom: 10px;
}
.slider__control li{
	width: 15px;
	height: 15px;
	background-color: #fff;
	display: inline-block;
	margin: 10px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 50%;
}
.slider__control li:hover,.slider__control li.current{
	opacity: 1;
}
.main-prod{
	padding: 30px 0;
	background-color: #f2f2f2;
}
.main-prod__link{
	position: relative;
	width: 260px;
	height: 150px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	display: inline-block;
}
.main-prod__back,.main-prod__front{
	position: absolute;
}
.main-prod__link .fb-like{
position: absolute;
z-index: 10;
bottom: 15px;
left: 15px;
}
.main-prod__link:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
}
.main-prod__link:hover .main-prod__front{
	/*right: -100%;*/
	opacity: 0;
}
.main-prod__front{
	opacity: 1;
	/*right: 0;*/
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.screen{
	height: 700px;
		background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.screen_hero{
	height: 600px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.screen_small{
	height: 460px;
}
.screen_product{
	height: 350px;
}
.screen__hero{
	width: 100%;
	height: 100%;
	position: relative;
	border: 5px solid #fff;
}
.screen__hero h2{
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-transform: uppercase;
	font-size: 3.5em;
}
.screen article{
	padding-top: 160px;
	width: 330px;
	float: right;
}
.screen_small article{
	padding-top: 50px;
}
.screen h2{
	text-transform: uppercase;
	font-size: 2.4em;
	font-weight: 600;
	line-height: 1.15;

}
.screen p{
	margin: 30px 0;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.15;
}
.screen p a{
	color: #42ccff;
	text-decoration: none;
	position: relative;
}
.screen p a::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background-color: #42ccff;
	display: block;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.screen p a:hover::after{
	width: 100%;
}
.screen__more{
	text-align: center;
	padding: 50px 0;
}
.screen__load{
	display: block;
	width: 400px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	font-size: 2em;
	color: #333;
	text-decoration: none;
	border: 2px solid #333;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.screen__load span{
	position: relative;
	z-index: 5;
}
.screen__load::before{
	content: '';
	display: block;
	width: 0;
	left: 0;
	height: 60px;
	position: absolute;
	background-color: #000;-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.screen__load:hover::before{
	width: 100%;
}
.screen__load:hover{
	color: #fff;
	border-color: #000;
}
.screen__load:hover i.icon-load{
	background-image: url('../img/icon-load-hover.png');
}
.screen__load-link{
	font-size: 1.8em;
	color: #005793;
	text-decoration: none;
	position: relative;
}
.screen__load-link::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background-color: #005793;
	display: block;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.screen__load-link:hover::after{
	width: 100%;
}