@import url(http://fonts.googleapis.com/css?family=Arimo);
@import url(http://fonts.googleapis.com/css?family=Oswald:300);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,cyrillic);
body{
	margin: 0;
	padding: 0;
}

/*ГЛАВНАЯ начало*/
#block1{
	width: 100%;
	height: 644px;
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	position: relative;
}
.logo{
	margin-left: auto;
	margin-right: auto;
	margin-top: 175px;
	width: 330px;
	height: 200px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(images/logo-znak.png);
	background-repeat: no-repeat;
	background-size: 27% 42%;
	background-position: 9% 50%;
}
.logo-name{
	font-family: 'Arimo', sans-serif;
	font-size: 74px;
	margin-left: 39%;
	margin-right: 61%;
	margin-top: 18%;
	display: inline-block;
}
.logo-desc{
	font-family: 'Oswald', sans-serif;
	margin-left: 39%;
	margin-top: -7%;
	display: inline-block;
	font-size: 17px;
}
.tochka{
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

/*фиксированное плавающее меню - начало*/
#top_nav{
	/*top: 150px; высота шапки в пикселях*/
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 605px;
}
#top_nav ul{
	list-style-type: none;
	background: rgba(175,175,175,0.8);
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
#top_nav ul li{
	display: inline-block;
}
#top_nav ul li a{
	text-decoration: none;
	color: #404040;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	margin-right: 50px;
	margin-left: 50px;
}
#top_nav ul li a:hover{
	border-bottom: 1px solid #404040;
}
/*фиксированное плавающее меню - конец*/
/*ГЛАВНАЯ конец*/

/*О НАС начало*/
#block2{
	width: 100%;
	height: 644px;
	background-image: url(images/bg-2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.block2-content{
	width: 810px;
	height: 510px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.6);
	background-image: url(images/krug.png),url(images/krug.png),url(images/krug.png),url(images/krug.png),url(images/krug.png),url(images/krug.png),url(images/krug.png),url(images/krug.png);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: 95% 14%,95% 34%,95% 58%,95% 79%,5% 14%,5% 34%,5% 58%,5% 79%;
	background-size: 5%;
	margin-top: 6%;
}
.content{
	text-align: center;
	width: 567px;
	height: 408px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.content p{
	color: #333333;
	text-align: center;
	font-size: 20px;
	font-family: 'Didact Gothic', sans-serif;
}
.content a{
	text-decoration: none;
	background-color: #003366;
	padding: 7px 18px 7px 18px;
	border-radius: 2px;
	font-size: 18px;
	color: #d1d1d1;
}
/*О НАС конец*/

/*ПРЕИМУЩЕСТВА начало*/
#block3{
	width: 100%;
	height: 644px;
	background-image: url(images/bg-3.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.block3-content{
	width: 810px;
	height: 510px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(240,240,240,0.6);
	background-image: url(images/gal.png),url(images/gal.png),url(images/gal.png),url(images/gal.png),url(images/gal.png),url(images/gal.png);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: 5% 17%,5% 34%,5% 50%,5% 65%,5% 77%,5% 87%;
	background-size: 5%;
	margin-top: 6%;
}
/*ПРЕИМУЩЕСТВА конец*/

/*АКЦИЯ начало*/
#block4{
	width: 100%;
	min-height: 1288px;
	background-image: url(images/bg-4.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.block4-content{
	width: 810px;
	min-height: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/akcia.png);
	background-repeat: no-repeat;
	background-position: 50% 4%;
	background-size: 25%;
	background-color: rgba(240,240,240,0.6);
	margin-top: 6%;
}
.kontakt-form{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.kontakt-form1{
	background-image: url(images/forma-zakaza.png);
	background-repeat: no-repeat;
	background-size: 227px 204px;
	background-position: 50%;
	height: 250px;
	position: relative;
}
.name{
	position: absolute;
	left: 170px;
	top: 16px;
}
.email{
	position: absolute;
	left: 301px;
	top: 77px;
}
.knopka-otp{
	position: absolute;
	left: 249px;
	top: 140px;
}
/*АКЦИЯ конец*/

/*КОНТАКТЫ начало*/
#block5{
	width: 100%;
	height: 644px;
	background-image: url(images/bg-5.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.block5-content{
	width: 810px;
	height: 510px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.6);
	margin-top: 70px;
}
.contentv{
	font-family: 'Didact Gothic', sans-serif;
}
.karta{
	width: 500px;
	height: 250px;
	float: left;
	left: 25px;
	margin-left: 35px;
	display: inline-block;
	margin-top: 70px;
}
.adress{
	float: right;
	text-align: center;
	margin-right: 35px;
	display: inline-block;
	margin-top: 130px;
}
.contentv h2{
	padding-top: 50px;
	text-align: center;
}
/*КОНТАКТЫ конец*/

/*Слайдер начало*/
#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	}
#slider{ /* Оболочка слайдера */
	width:640px;
	height:360px;
	overflow: hidden;
	border:#eee solid 10px;
	position:relative;
}
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
.sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align:center;
}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/radioBg.png) center bottom no-repeat;
}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;
}
.sli-links .control-slide.active{
	background-position:center top;
}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(images/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;
}
#prewbutton{
	left:10px;
}
#nextbutton{
	right:10px;
	background:url(images/arrowBg.png) right center no-repeat;
}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;
}
	/*Слайдер конец*/