/*_____________ FONTS ____________*/
@font-face {
	font-family: "Verdana";
	src: url("fonts/Verdana.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
body{
	color: #000;
	font-family: Verdana,sans-serif;
	font-size: 18px
}
.wrapper{
	width: 100%;
	overflow: hidden;
	background: #EFEFEF
}
h1,h2,h3,h4,h5,h6,p,ul{
	padding: 0;
	margin: 0
}
ul{list-style: none}
/* section{padding: 30px 0} */
*,*:focus{
	outline: none!important
}
/*_______________ ICONS ______________*/
i[class*="ic-"]{
	display: inline-block;
	background: url(img/sprites.png) no-repeat;
	position: relative
}
i.ic-triangle{
	width: 56px;
	height: 56px;
}
i.ic-diametr{
	width: 64px;
	height: 64px;
	background-position: -478px 0
}
i.ic-battery{
	width: 74px;
	height: 74px;
	background-position: -545px 0
}
i.ic-bluetooth{
	width: 30px;
	height: 65px;
	background-position: -743px 0
}
i.ic-music{
	width: 63px;
	height: 67px;
	background-position: -677px 0
}
i.ic-app{
	width: 46px;
	height: 65px;
	background-position: -625px 0
}
i.ic-around{
	width: 59px;
	height: 63px;
	background-position: -56px 0
}
i.ic-power{
	width: 66px;
	height: 67px;
	background-position: -115px 0
}
i.ic-weight{
	width: 59px;
	height: 59px;
	background-position: -181px 0
}
i.ic-time{
	width: 70px;
	height: 64px;
	background-position: -240px 0
}

i.ic-adress{
	width: 55px;
	height: 74px;
	background-position: -365px 0
}
i.ic-gabrite{
	width: 57px;
	height: 57px;
	background-position: -420px 0
}
i.ic-gift{
	width: 67px;
	height: 75px;
	background-position: -114px -73px
}
i.ic-delivery{
	width: 95px;
	height: 75px;
	background-position: -267px -73px
}
i.ic-guarantee{
	width: 60px;
	height: 75px;
	background-position: -433px -73px
}
i.ic-worktime{
	width: 80px;
	height: 75px;
	background-position: -181px -73px
}
i.ic-probeg{
	width: 57px;
	height: 74px;
	background-position: -493px -73px
}
/*_______________ BUTTONS ______________*/
/*_______________ FORMS ______________*/
/*_______________1 MAIN ______________*/
/*______1.1 HEADER ______*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	padding: 12px 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 94px
}
.header.sticky{
	padding-bottom: 0;
	height: 60px
}
.header.sticky #menu{padding-top: 10px}
#menu li{
	display: inline-block;
	margin-left: 50px
}
#menu li a{
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 0 10px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#menu li a:hover,#menu li a:focus{text-decoration: none}
#menu{padding-top: 20px}
/* Effect 3 */
#menu a {
	color: #cccccc;
	overflow: hidden;
	height: 1.5em;
}
#menu a span {
	position: relative;
	display: inline-block;
	transition: transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
}
#menu a span::before {
	color: #cccccc;
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
#menu a:hover span,
#menu a:focus span,
#menu li.active span {
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
#menu li a:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 2px;
	opacity: 0.6;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#menu li.active a:before,
#menu li a:hover:before{width: 100%}
/*______1.2 section1 ______*/
.section1{
	background: url(img/background_1.jpg) no-repeat 50% 50%;
	background-size: cover
}
.section1:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.66)
}
.section1 .section-body{
	padding: 0 100px;
	font-size: 24px
}
.fp-scroller,.fp-scroller .container{height: 100%}
/*______1.3 section2 ______*/
.section2 h3,.section2__img{
	text-align: center;
	margin-bottom: 30px
}
.section2 .section-body{padding: 0 220px}
.section2__img img{display: inline-block}
.section2__block{
	display: table
}
.section2__block:not(:last-of-type){margin-bottom: 20px}
.section2__block-right,.section2__block-left{
	display: table-cell;
	vertical-align: middle
}
.section2__block-left{
	width: 90px;
	text-align: center
}
/*______1.4 section3 ______*/
.section3{text-align: center}
.section3 .section-body{position: relative}
.slider{display: none}
.slider-block{
	text-align: center;
	overflow: hidden;
}
.slider-block img{
	height: 375px;
	display: inline-block
}
.slick-prev::before, .slick-next::before{content: ''}
.slick-prev, .slick-next{
	width: 42px;
	height: 77px;
	z-index: 1
}
.slick-prev:hover, .slick-next:hover{
	opacity: 0.7
}
.slick-prev,.slick-prev:hover,.slick-prev:focus{
	background: url(img/sprites.png) no-repeat;
	background-position: 0 -69px;
	left: 0
}
.slick-next,.slick-next:hover,.slick-next:focus{
	background: url(img/sprites.png) no-repeat;
	background-position: -43px -69px;
	right: 0
}
.section3 h3,.slider{margin-bottom: 10px}
.slider-nav>div{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 #000;
	margin: 0 5px;
	cursor: pointer
}
.slider-gero1{
	background: url(img/colors.jpg) no-repeat 50% 50%;
	background-size: cover
}
.slider-gero2{background: url(img/colors2.jpg) no-repeat 50% 50%;
	background-size: cover
	}
.slider-gero3{background:url(img/colors3.jpg) no-repeat 50% 50%;
	background-size: cover
	}
.slider-gero4{background: #2036EB}
.slider-gero5{background: url(img/colors4.jpg) no-repeat 50% 50%;
	background-size: cover
	}
/*______1.5 section4 ______*/
.section4 h3,.section2__img{
	text-align: center;
	margin-bottom: 30px
}
.section4 .section-body{padding: 0 220px}
.section4__img img{display: inline-block}
.section4__block{
	display: table
}
.section4__block:not(:last-of-type){margin-bottom: 20px}
.section4__block-right,.section2__block-left{
	display: table-cell;
	vertical-align: middle
}
.section4__block-left{
	width: 90px;
	text-align: center
}
.section4{
	background: url(img/background_4.jpg) no-repeat 50% 50%;
	background-size: cover
}
.section4 .phone {text-align: center}

.section4:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.66)
}
.section4:after{
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #EFEFEF;
	z-index: 10
}


/*
.section4 h3,.section4 p:not(:last-of-type){margin-bottom: 30px}
.section4 p{
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px
}*/


/*__footer___*/
footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 10px 0
}
/*________________HUMBURGER______________*/
.hamburger {
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	z-index: 9999;
	position: relative;
	padding: 7px 15px 20px; }
	.hamburger:hover {
		opacity: 0.7; }
		.hamburger.is-active .hamburger-inner,
		.hamburger.is-active .hamburger-inner::before,
		.hamburger.is-active .hamburger-inner::after{
			background-color: #fff
		}
		.hamburger-box {
			width: 40px;
			height: 24px;
			display: inline-block;
			position: relative; }

			.hamburger-inner {
				display: block;
				top: 50%;
				margin-top: -2px; }
				.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
					width: 40px;
					height: 4px;
					background-color: #fff;
					border-radius: 4px;
					position: absolute;
					transition-property: -webkit-transform;
					transition-property: transform;
					transition-property: transform, -webkit-transform;
					transition-duration: 0.15s;
					transition-timing-function: ease; }
					.hamburger-inner::before, .hamburger-inner::after {
						content: "";
						display: block; }
						.hamburger-inner::before {
							top: -10px; }
							.hamburger-inner::after {
								bottom: -10px; }
							}
							/*
 * Elastic
 */
 .hamburger--elastic .hamburger-inner {
 	top: 2px;
 	transition-duration: 0.4s;
 	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
 	.hamburger--elastic .hamburger-inner::before {
 		top: 10px;
 		transition: opacity 0.15s 0.4s ease; }
 		.hamburger--elastic .hamburger-inner::after {
 			top: 20px;
 			transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

 			.hamburger--elastic.is-active .hamburger-inner {
 				-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
 				transform: translate3d(0, 10px, 0) rotate(135deg);
 				transition-delay: 0.1s; }
 				.hamburger--elastic.is-active .hamburger-inner::before {
 					transition-delay: 0s;
 					opacity: 0; }
 					.hamburger--elastic.is-active .hamburger-inner::after {
 						-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
 						transform: translate3d(0, -20px, 0) rotate(-270deg);
 						transition-delay: 0.1s; }
 						/*
 * Elastic Reverse
 */
 .hamburger--elastic-r .hamburger-inner {
 	top: 2px;
 	transition-duration: 0.4s;
 	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
 	.hamburger--elastic-r .hamburger-inner::before {
 		top: 10px;
 		transition: opacity 0.15s 0.4s ease; }
 		.hamburger--elastic-r .hamburger-inner::after {
 			top: 20px;
 			transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 			transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

 			.hamburger--elastic-r.is-active .hamburger-inner {
 				-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
 				transform: translate3d(0, 10px, 0) rotate(-135deg);
 				transition-delay: 0.1s; }
 				.hamburger--elastic-r.is-active .hamburger-inner::before {
 					transition-delay: 0s;
 					opacity: 0; }
 					.hamburger--elastic-r.is-active .hamburger-inner::after {
 						-webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
 						transform: translate3d(0, -20px, 0) rotate(270deg);
 						transition-delay: 0.1s; }
/*
*
*/

/*_______________2 MEDIA ______________*/
@media screen and (max-width: 1439px){
	.section2__block-left i{
		-webkit-transform: scale(0.83);
		-moz-transform: scale(0.83);
		-ms-transform: scale(0.83);
		-o-transform: scale(0.83);
		transform: scale(0.83);
	}
	.section2__block{font-size: 14px}
	.section2__block:not(:last-of-type){margin-bottom: 0}
	.section2 h3, .section2__img{margin-bottom: 10px}
}
	.section4__block-left i{
		-webkit-transform: scale(0.83);
		-moz-transform: scale(0.83);
		-ms-transform: scale(0.83);
		-o-transform: scale(0.83);
		transform: scale(0.83);
	}
	.section4__block{font-size: 14px}
	.section4__block:not(:last-of-type){margin-bottom: 0}
	.section4 h3, .section4__img{margin-bottom: 10px; position:relative }
}
	.section-body .phone p{position:relative }
@media screen and (max-width: 1200px){
	#menu li {margin-left: 20px}
}
@media screen and (max-width: 992px){
	.section2 .section-body {padding: 0px 20px}
	#menu li a{
		font-size: 14px;
		padding: 0 10px
	}
	.section4 .section-body {padding: 0px 20px}
	
	.header.sticky #menu li a{padding-top: 0}
	#menu li a:before{bottom: 0}
	.header.sticky{height: 70px}
}
@media screen and (max-width: 767px){
	section{padding: 30px 0}
	body{font-size: 14px}
	.h-logo img,.section2__img img,.slider-block img{width: 100%}
	.slider-block img{height: auto}
	.header,.header.sticky{height: auto}
	.header.sticky{padding-bottom: 12px}
	.section1 .section-body {
		padding: 110px 0 0;
		font-size: 20px;
	}
	h3{font-size: 20px}
	.section2 .section-body{padding: 0 15px}
	.section4 .section-body{padding: 0 15px}
	.slider-block{height: auto}
	.slick-prev, .slick-next{
		top: 100%;
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
	.section-body .phone p{position:relative }
	.slider-nav{padding-top: 10px}
	.slider-nav>div{
		width: 35px;
		height: 35px
	}
	footer{padding: 5px 15px}
	/*.section4 p{width: 290px}
	.section4:after{bottom: -3px}*/
	.h-logo-wrap{width: 70%}
	.h-menu-wrap{
		display: none;
		position: fixed;
		top: 88px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,1)
	}
	#menu li{
		display: block;
		margin: 0
	}
	#menu li a{
		padding: 0 10px;
		font-size: 24px;
		display: block
	}
	.header #menu li a{margin-top: 10px}
	.hamburger{
		display: inline-block;
		position: fixed;
		top: 12px;right: 0
	}
	section,.fp-tableCell,.fp-scrollable{height: auto!important}
	.slider-block__price {
		padding-top: 20px;
	}
}
@media screen and (max-width: 350px){
	.section1 .section-body {
		padding: 80px 0 0;
		font-size: 17px;
	}
	.h-menu-wrap{top: 80px}
}
/*_______________3 ANIMATION ______________*/
@media screen and (min-width: 767px){
	section.active p,
	section.active h3{
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}