

#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:100%; 
	height:100vh;
}
#slider{ /* Оболочка слайдера */
	width:100%;
	overflow: hidden;
	border:none;
	position:relative;
	height:100vh;
}
.slide{ /* Слайд */
	width:100%;
	height:100vh;
	text-align: center;
}
.sli-links{ /* Кнопки смены слайдов */
	margin-top: -35px;
	text-align: center;
	z-index: 9999;
	position: sticky;
}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	overflow:hidden;
	text-indent:-9999px;
	background:#fff;
	color: #fff0;
	box-shadow: 2px 2px 5px #000;
	transition: all .50s;
	margin: 0px 10px;
}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;
	box-shadow: 0px 0px 5px #000;
	background:#f00;
}
.sli-links .control-slide.active{
	background-position:center top;
	background:#ff0;
}
	#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100vh;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(../img/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;
}

#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	background:url(../img/arrowBg.png) right center no-repeat;
}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;
}



/*------------INFO-------------*/

div.slide table{
	width: 100%;
	height: 100vh;
	text-align: center;
	color: #fff;
}
div.slide table img.logo{
	width: 200px;
}
div.slide table td{
	width: 100%;
	height: 100vh;
	text-align: center;
}
div.slide table td h1{
	font-size: 70px;
	text-transform: uppercase;
	font-family: GlroyBold;
	margin: 0px;
	padding: 0px;
	line-height: 70px;
}
div.slide table td p.min{
	font-size: 35px;
	font-family: GlroyLight;
	margin: 0px;
	padding: 0px;
}

div.infos{
	display: inline-block;
	width: auto;
	margin: 1%;
	padding: 20px 40px;
}


div.infos p.inf{
	font-size: 120px;
	line-height: 120px;
	color: #ff0;
	text-transform: uppercase;
	font-family: GlroyBold;
	margin: 0px;
	padding: 0px;
}


/*----------FON------------------*/

.sl1{
	background: url(../img/dacha-fon.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.sl2{
	background: url(../img/bany-fon.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.sl3{
	background: url(../img/garagh-fon.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.sl4{
	background: url(../img/kottedgh-fon.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.sl5{
	background: url(../img/zabor5-fon.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}