/* fonts */
@font-face {
	font-family: 'OpenSans Rg';
	src: url("../fonts/open-sans.ttf");
}
@font-face {
	font-family: 'OpenSans Light';
	src: url("../fonts/open-sans-light.ttf");
}
@font-face {
	font-family: 'OpenSans Bold';
	src: url("../fonts/opensans-bold.ttf");
}
@font-face {
	font-family: 'OpenSans Semibold';
	src: url("../fonts/opensans-semibold.ttf");
}

html, body{
	margin: 0px;
	padding: 0px;
}
ul, menu{ margin: 0px; padding: 0px; list-style: none; }
ol{ margin: 0px; padding: 0px;}
A { outline: none; color: #fff; text-decoration: none; transition: all 300ms ease 0s}
A img{ outline: none; border: none;}
.disabled{ display: none; }

/* header */
header{
	margin: 0px;
	padding: 0px;
	background: url(../images/header.jpg) no-repeat 50% 0 #393939;
	background-attachment: fixed;
	width: 100%;
	min-width: 1000px;
	height: 770px;
}
header .logo, header .header_info, header .call{
	display: inline-block;
	vertical-align: top;
}
header .logo, header .logo-m{
	margin: 18px 0px;
}
header .logo-m{
	display: none;
	width: 186px;
}
header .logo-m img{
	width: 100%;
}
header .header_info{
	margin: 22px 0px;
	padding: 3px 0px 7px 20px;
	width: 425px;
	font: italic 13px/23px 'OpenSans Rg',sans-serif;
	color: #fff;
	border-left: 1px solid #e6e6e6;
}
header .call p, header .call a.btn{
	display: inline-block;
	vertical-align: middle;
}
header .call{
	margin: 24px 0px;
	padding: 0px;
	width: 360px;
}
header .call p{
	margin: 4px 25px 0px 0px;
	padding: 0px;
	font: 17px/22px 'OpenSans Bold',sans-serif;
	color: #fff;
}
header .call p span{
	color: #b9b9b9;
	font: 17px/24px 'OpenSans Bold',sans-serif;
}
.whatsapp {
	margin: -3px 0px -5px 30px;
}
header h1{
	margin: 40px 0px 10px;
	padding: 0px;
	font: 33px/36px 'OpenSans Bold',sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
header h2{
	margin: 0px;
	padding: 10px;
	font: 25px/36px 'OpenSans Rg',sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
header ul{
	margin: 40px 0px 50px;
}
header ul li{
	margin: 0px;
	padding: 0px 0px 0px 35px;
	font: 18px/48px 'OpenSans Rg',sans-serif;
	color: #fff;
	background: url(../images/header_li.png) no-repeat 0 50%;
	width: 380px;
}
header div.gift{
	margin: 0px;
	padding: 20px 0px 0px 164px;
	background: url(../images/gift.png) no-repeat;
	width: 435px;
	height: 70px;
	font: 14px/24px 'OpenSans Bold',sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
	header{
		min-width: 100%;
		height: 100%;
		background-size: cover;
	}
	header h1{
		margin: 0;
	}
	header #top{
		text-align: center;
	}
	header #top .call p{
		width: 100%;
	}
	header #top .header_info{
		width: 90%;
		border: none;
		margin: 10px 0;
	}
	header ul{
		margin: 40px 200px 50px;
		text-align: start;
	}
	header div.gift{
		margin: 15px auto 0;
	}
	.whatsapp{
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	header {
		min-width: 100%;
		text-align: center;
		height: auto;
		margin: 0;
		padding-bottom: 20px;
	}
	header .logo-m {
		margin: auto;
		display: block !important;
		text-align: center;
	}
	header .logo{
		display: none;
	}
	header .header_info{
		padding: 0;
		width: 290px;
	}
	header .call{
		width: 280px;
		margin: 0;
	}
	header .call p{
		margin: 12px 0;
	}
	header h1{
		font: 20px/30px 'OpenSans Bold',sans-serif;
		margin: 0;
	}
	header h2{
		font: 16px/26px 'OpenSans Rg',sans-serif;
	}
	header ul{
		margin: 40px 0;
	}
	header ul li{
		font: 16px/40px 'OpenSans Rg',sans-serif;
		width: auto;
	}
	header div.gift{
		background: red;
		padding: 10px 20px;
		width: auto;
		height: auto;
		border-radius: 5px;
	}
}
/* nav */
nav{
	margin: 0px;
	padding: 0px;
	background: #1a1a1a;	
}
menu{
	min-width: 1000px;
	text-align: center;
	font-size: 0px;
}
menu li{
	margin: 0px;
	padding: 15px 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	height: 36px;
	transition: all 300ms ease 0s
}
menu li:hover{
	background: #ffdd2e;
}
menu li a{
	color: #fff;
	text-decoration: none;
}
menu li:hover a{
	color: #1a1a1a;
}
menu li a span{
	padding: 0px 35px;
	font: 16px/36px 'OpenSans Rg',sans-serif;
	border-right: 1px solid #4b4b4b;
}
menu li:first-child a span{
	border-left: 1px solid #4b4b4b;
}
menu li:hover a span{
	border-color: #ffdd2e;
}
.burger {
	position: absolute;
	left: 18px;
	top: 22px;
	z-index: 1001;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: all, .3s;
	transition: all, .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	display: none;
}

.open-menu .burger{
   position: fixed;
}

@media only screen and (max-width: 1024px) {
	.burger {
		display: block;
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	menu{
		min-width: auto;
	}
}

.burger .row {
	-webkit-transition: all, .3s;
	transition: all, .3s;
}

.open-menu .burger .burger_s .row.row-1 span.line-1 {
	-webkit-transform: translate(1px, 1px) translateZ(0) rotate(45deg) rotateZ(0deg);
	transform: translate(1px, 1px) translateZ(0) rotate(45deg) rotateZ(0deg);
}

.open-menu .burger .burger_s .row.row-1 span.line-2 {
	-webkit-transform: translate(-2px, 1px) translateZ(0) rotate(-45deg) rotateZ(0deg);
	transform: translate(-2px, 1px) translateZ(0) rotate(-45deg) rotateZ(0deg);
}

.open-menu .burger .burger_s .row.row-2 span {
	opacity: 0;
}

.open-menu .burger .burger_s .row.row-2 span.line-1 {
	-webkit-transform: translate(100%, 0) translateZ(0);
	transform: translate(100%, 0) translateZ(0);
}

.open-menu .burger .burger_s .row.row-2 span.line-2 {
	-webkit-transform: translate(-100%, 0) translateZ(0);
	transform: translate(-100%, 0) translateZ(0);
}

.open-menu .burger .burger_s .row.row-3 span.line-1 {
	-webkit-transform: translate(1px, -1px) translateZ(0) rotate(-45deg) rotateZ(0deg);
	transform: translate(1px, -1px) translateZ(0) rotate(-45deg) rotateZ(0deg);
}

.open-menu .burger .burger_s .row.row-3 span.line-2 {
	-webkit-transform: translate(-2px, -1px) translateZ(0) rotate(45deg) rotateZ(0deg);
	transform: translate(-2px, -1px) translateZ(0) rotate(45deg) rotateZ(0deg);
}

.burger .burger_s {
	width: 57px;
	height: 53px;
	background: transparent;
	-webkit-transition: all, .3s;
	transition: all, .3s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.burger .burger_s.opacity {
	opacity: .7;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	will-change: trasform;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.burger .burger_s .row {
	position: absolute;
	left: 21px;
	right: 0;
	height: 3px;
	width: 26px;
	overflow: hidden;
}

.open-menu .burger .burger_s .row {
	overflow: visible;
}

.burger .burger_s .row.row-1 {
	top: 18px;
}

.open-menu .burger .burger_s .row.row-1 {
	top: 19px;
}

.burger .burger_s .row.row-2 {
	top: 25px;
}

.burger .burger_s .row.row-3 {
	bottom: 18px;
}

.open-menu .burger .burger_s .row.row-3 {
	bottom: 19px;
}

.burger .burger_s span {
	background-color: #ffffff;
	width: 13px;
	height: 3px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all, .3s;
	transition: all, .3s;
}

/* nav */
div.nav {
	margin: 0px auto;
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 1000
}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
	div.nav{
		min-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	div.nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		min-width: 320px;
		bottom: 0;
		height: 100%;
		background: rgba(14, 14, 14, 0.94);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all, .3s;
		transition: all, .3s;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

@media only screen and (max-width: 767px) {
	div.nav {
		position: fixed;
		top: 0;
		min-width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background: rgba(14, 14, 14, 0.94);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all, .3s;
		transition: all, .3s;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

.open-menu div.nav {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	nav {
		background: none;
		min-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	nav {
		background: none;
		min-width: 100%;
	}
}

nav.fix {
	position: fixed;
	top: 0;
	z-index: 10000;
}

nav .page {
	padding: 0px;
}

menu {
	font-size: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	menu {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	menu {
		text-align: center;
	}
}
@media only screen and (max-width: 1024px){
	menu li:first-child a span{
		border: 0;
	}
	menu li{
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	menu li a span{
		border: 0;
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 53px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	menu li a span{
		border: 0;
		padding: 0;
		display: block;
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 35px;
	}
}

menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

menu li:hover a {
	color: #d8d7d7;
}

/* footer */
footer{
	margin: 0px auto;
	padding: 1px 0px;
	background: url(../images/footer.jpg) no-repeat 50% 0 #fdfdfd;
	min-width: 1000px;
	height: 252px;
	text-align: left;
}
footer .map{
	margin: 0px;
	padding: 0px;
	height: 480px;
	border-bottom: 3px solid #d7d7d7;
}
footer .logo, footer .footer_info, footer .call{
	display: inline-block;
	vertical-align: top;
}
footer .footer_info{
	margin: 22px 0px;
	padding: 18px 0px 7px 492px;
	font: italic 13px/23px 'OpenSans Rg',sans-serif;
	text-align: center;
}
footer .footer_info a{
	color: #2c2c2c;
}
footer .call p, footer .call a.btn{
	display: inline-block;
	vertical-align: middle;
}
footer .call{
	margin: 33px 0px;
	padding: 0px;
	width: 360px;
}
footer .call p{
	margin: 0px 25px 0px 0px;
	padding: 0px;
	font: 18px/36px 'OpenSans Bold',sans-serif;
	color: #212121;
}
footer .call p span{
	color: #636363;
}
footer h2{
	margin: 60px 0px 20px;
	padding: 0px;
	font: 26px/30px 'OpenSans Bold',sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
footer hr{
	margin: 20px auto 40px;
	padding: 0px;
	background: #ffdd2e;
	border: none;
	width: 135px;
	height: 1px;
}
footer div.phone, footer a.btn{
	display: inline-block;
	vertical-align: top;
}
footer div.phone{
	margin: 0 25px 50px 119px;
    padding: 0px;
    font: 17px/26px 'OpenSans Light',sans-serif;
	color: #fff;
	border: 1px solid #fff;
	width: 365px;
	text-align: center;
}
footer .map_info{
	margin: 80px 0px 0px;
	position: absolute;
	z-index: 1000;
}
footer .map_info div.gift{
	margin: 100px 60px 60px 60px;
	padding: 20px 0px 0px 150px;
	background: url(../images/gift-footer.png) no-repeat;
	width: 420px;
	height: 70px;
	font: 16px/24px 'OpenSans Bold',sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}
footer .map_info p.adres{
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 90px;
	background: url(../images/adres.jpg) no-repeat rgba(0, 0, 0, 0.5);
	font: 18px/66px 'OpenSans Light',sans-serif;
	color: #fff;
	width: 420px;
}
footer .map_info p.time{
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 70px;
	background: url(../images/time.jpg) no-repeat rgba(0, 0, 0, 0.5);
	font: 18px/37px 'OpenSans Light',sans-serif;
	color: #fff;
	width: 200px;
}
@media only screen and (max-width: 767px){
	footer a.btn{
		line-height: 40px;
	}
}

/* ПАРАЛАКС */
.parallax-window {
	min-height: 400px;
	background: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.parallax-window {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.parallax-window {
		height: auto;
	}
}

.parallax-window2 {
	min-height: 400px;
	background: transparent;
}

@media only screen and (max-width: 767px) {
	.parallax-window2 {
		height: auto;
		padding-bottom: 22px;
	}
}
/* section */
section{
	margin: 0px auto;
	padding: 1px 0px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
}
section.why{
	background: #fcfcfc;
}
section.for{
	background: #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
}
section.clients{
	background: #fcfcfc;
	border-top: 1px solid #e5e5e5;
}
section.video{
	background: url(../images/video.jpg) no-repeat 50% 0 #393939;
	background-attachment: fixed;
}
section.we{
	background: url(../images/we.jpg) no-repeat 50% 0 #393939;
	background-attachment: fixed;
	min-height: 1294px;
}
section.photo{
	background: url(../images/photo.jpg) no-repeat 50% 0 #393939;
	background-attachment: fixed;
	padding-bottom: 50px;
}
section.how{
	padding: 0px 0px 115px;
}
.page{
	margin: 0px auto;
	padding: 0;
	width: 1000px;
}
@media only screen and (max-width: 1024px) {
	.page {
		width: auto;
		box-sizing: border-box;
		padding: 15px;
		text-align: center;
	}
	.flex_mobile{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.flex_mobile h1{
		order: 1;
	}
	.flex_mobile h2{
		order: 2;
	}
	.flex_mobile ul{
		order: 3;
	}
	.flex_mobile .form_block{
		order: 4;
	}
	.flex_mobile .gift{
		order: 5;
	}
	.flex_mobile .form_block .buttons{
		width: 242px;
	}
}

@media only screen and (max-width: 767px) {
	.page {
		width: auto;
		box-sizing: border-box;
		padding: 15px;
	}
}
section h2{
	margin: 60px 0px 20px;
	padding: 0px;
	font: 26px/30px 'OpenSans Bold',sans-serif;
	color: #262626;
	text-transform: uppercase;
}
section.video h2, section.we h2, section.photo h2{
	color: #fff;
}
section hr{
	margin: 20px auto 60px;
	padding: 0px;
	background: #ffdd2e;
	border: none;
	width: 135px;
	height: 1px;
}
section.video iframe{
	background: #ccc;
}
section.video p{
	margin: 40px 0px;
	padding: 20px 0px;
	background: #ffdd2e;
	font: 18px/30px 'OpenSans Light',sans-serif;
	color: #2c2c2c;
}
section.video .video iframe{
	margin: 0 2px 8px;
}
section.products p{
	margin: 0px;
	padding: 0px;
	font: 24px 'OpenSans Light',sans-serif;
	color: #1a1a1a;
}
section.products p span{
	font-size: 36px;
}
section ul.why li{
	margin: 0px 11px 70px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	font: 14px/21px 'OpenSans Rg',sans-serif;
	color: #363636;
}
section ul.why li span{
	margin: 10px 0px;
	display: block;
	font: 15px/21px 'OpenSans Bold',sans-serif;
	color: #282828;
	text-transform: uppercase;
}
section ul.for{
	margin: 0px 0px 35px;
	font-size: 0px;
}
section ul.for li{
	margin: 0px 1px 35px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 244px;
	border: 1px solid #ececec;
}
section ul.for li div{
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	width: 244px;
	height: 96px;
	font: 16px/24px 'OpenSans Light',sans-serif;
	color: #272a30;
}
section ul.prod-nav{
	font-size: 0px;
}
section ul.prod-nav li{
	margin: 0px 3px 30px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	height: 74px;
	font: 18px/60px 'OpenSans Light',sans-serif;
	color: #323232;
	width: 318px;
	cursor: pointer;
}
section ul.prod-nav li.active{
	background: url(../images/prod-act.jpg) no-repeat;
}
section ul.prod-nav li span{
	border: 1px solid #323232;
	display: block;
	height: 60px;
}
section ul.prod-nav li:hover span{
	background: #ffdd2e;
}
section ul.prod-nav li.active span, section ul.prod-nav li:hover span{
	border-color: #ffdd2e;
}
section ul.products{
	font-size: 0px;
}
section ul.products > li{
	margin: 0px 0px 50px;
	padding: 30px 0px;
	display: inline-block;
	vertical-align: top;
	background: #fafafa;
	border: 1px solid #f1f1f1;
	width: 330px;
	transition: all 300ms ease 0s
}
section ul.products > li:hover{
	background: #ffdd2e;
	border: 1px solid #ffdd2e;
}
section ul.products > li h3{
	margin: 0px;
	padding: 0px;
	font: 18px/30px 'OpenSans Rg',sans-serif;
	color: #323232;
	text-transform: uppercase;
}
section ul.products > li p{
	margin: 0px;
	padding: 0px;
	font: 13px 'OpenSans Light',sans-serif;
	color: #323232;
}
section ul.products > li p.price{
	font: 36px/50px 'OpenSans Rg',sans-serif;
}
section ul.products > li img{
	margin: 30px 0px 0px;
}
section ul.products > li ul{
	margin: 30px 0px;
}
section ul.products > li ul li{
	margin: 0px;
	padding: 0px;
	font: 15px/45px 'OpenSans Light',sans-serif;
	color: #323232;
	border-bottom: 1px solid #a7a7a7;
}
section ul.products > li:hover ul li{
	border-bottom: 1px solid #131313;
}
section ul.products > li ul li.alt{
	padding: 2px 0px 3px;
	font: 15px/20px 'OpenSans Light',sans-serif;
}
section ul.we li{
	margin: 0px;
	padding: 0px 30px;
	display: inline-block;
	vertical-align: top;
	width: 430px;
	text-align: left;
	font: 14px/21px 'OpenSans Light',sans-serif;
	color: #fff;
	min-height: 155px;
}
section ul.title li{
	min-height: 10px;
}
section ul.we li.others{
	text-align: right;
	border-right: 1px solid #fff;
}
section ul.we li span{
	margin: 25px 0px;
	display: block;
	font-size: 21px;
	color: #9bc82e;
}
section ul.we li.others span{
	color: #fb3f51;
}
section ul.title li span{
	font-size: 30px;
}
section ul.comments li{
	margin: 15px 10px 70px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	width: 475px;
	text-align: left;
}
section ul.comments li img, section ul.comments li p{
	display: inline-block;
	vertical-align: top;
}
section ul.comments li p{
	margin: 0px 0px -15px 30px;
	padding: 20px 0px 0px;
	font: 16px/26px 'OpenSans Rg',sans-serif;
	color: #363636;
}
section ul.comments li p span{
	font: 21px/30px 'OpenSans Bold',sans-serif;
	color: #343434;
	text-transform: uppercase;
}
section ul.comments li p a{
	margin: 20px 0px 0px;
	font: italic 15px/21px 'OpenSans Rg',sans-serif;
	color: #2d2d2d;
	display: block;
}
section ul.comments li div{
	margin: -5px 0px 0px;
	padding: 11px 60px 4px 10px;
	width: 403px;
	border: 1px solid #dadada;
	border-top: none;
	font: italic 14px/26px 'OpenSans Rg',sans-serif;
	color: #363636;
}
section ul.photo{
	margin: 0px 0px 40px;
}
section ul.photo li{
	margin: 0px 20px 18px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
section ul.photo li .zoom{
	margin: 0px;
	padding: 0px;
	background: url(../images/zoom.png) no-repeat;
	width: 310px;
	height: 235px;
	position: absolute;
	opacity: 0;
	transition: all 300ms ease 0s
}
section ul.photo li:hover .zoom{
	opacity: 1;
}
section ul.how{
	text-align: left;
	font-size: 0px;
}
section ul.how-nav{
	background: url(../images/how.jpg) no-repeat;
}
section ul.how-nav li{
	margin: 0px 75px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	font: 24px/48px 'OpenSans Light',sans-serif;
	color: #1a1a1a;
	width: 48px;
	height: 48px;
	border: 1px solid #ffdd2e;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	text-align: center;
	cursor: pointer;
	transition: all 300ms ease 0s
}
section ul.how-nav li.li1{	margin: 0px 75px 0px 0px;}
section ul.how-nav li.li5{ margin: 0px 0px 0px 75px;}
section ul.how-nav li:hover, section ul.how-nav li.active{
	background: #ffdd2e;
}
section ul.how li{
	margin: 30px 20px 10px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	width: 181px;
	height: 260px;
	border: 1px solid #ffdd2e;
	font: 14px/24px 'OpenSans Rg',sans-serif;
	color: #272a30;
	text-align: center;
	transition: all 300ms ease 0s
}
section ul.how li:hover, section ul.how li.active{
	background: #ffdd2e;
}
section ul.how li:last-child{
	margin: 30px 0px 10px;
}
section ul.how li span{
	font: 14px/24px 'OpenSans Bold',sans-serif;
}
section ul.clients li{
	margin: 0 auto;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
section ul.clients li a.btn{
	width: 307px;
}
section.clients{
	padding-bottom: 67px;
}
section ul.clients{
	max-width: 775px;
	margin: 0 auto;
}
section ul.clients li img{
	border: 1px solid #d2d2d2;
}

@media only screen and (max-width: 1024px) {
	section {
		min-width: 100%;
	}
	section.video iframe{
		width: 720px;
	}
	section.video p{
		margin: 20px 0;
		padding: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	section.video{
		height: auto;
		background-attachment: inherit;
	}
	section ul.prod-nav li{
		margin: 0 3px 3px;
	}
	section ul.we li{
		width: 302px;
		font-size: 16px;
		min-height: 183px;
	}
	section ul.we li span{
		margin: 18px 0;
	}
	section ul.we.title li{
		min-height: auto;
	}
	section ul.how{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 40px;
	}
	section ul.how-nav{
		display: none;
	}
	section ul.how li, section ul.how li:last-child{
		position: relative;
		margin: 45px 0;
	}
	section ul.how li::before{
		content: '1';
		border: 1px solid #ffdd2e;
		border-radius: 50%;
		margin: 0px 75px;
		padding: 0px;
		display: inline-block;
		vertical-align: top;
		font: 24px/48px 'OpenSans Light',sans-serif;
		color: #1a1a1a;
		width: 48px;
		height: 48px;
		-webkit-border-radius: 24px;
		text-align: center;
		cursor: pointer;
		transition: all 300ms ease 0s;
		position: absolute;
		top: -70px;
		right: -10px;
	}
	section ul.how li#li2::before{
		content: '2';
	}
	section ul.how li#li3::before{
		content: '3';
	}
	section ul.how li#li4::before{
		content: '4';
	}
	section ul.how li#li5::before{
		content: '5';
	}
	section ul.prod-nav li.active{
		background: none;
		background-color: #ffdf01;
	}
	section ul.prod-nav li{
		height: 100%;
		margin: 0 10px 10px;
	}
}

@media only screen and (max-width: 767px) {
	section {
		min-width: 100%;
	}
	section h2{
		margin: 40px 0;
		font-size: 20px;
	}
	section.video iframe{
		width: 290px;
		height: 210px;
	}
	section.video p{
		font-size: 14px;
		line-height: 16px;
	}
	section ul.prod-nav li{
		width: 276px;
	}
	section ul.products > li{
		width: 290px;
	}
	section ul.products > li ul li{
		font-size: 14px;
		line-height: 42px;
	}
	section.products p span{
		font-size: 32px;
	}
	section.products p{
		font-size: 20px;
	}
	section ul.we li{
		width: 226px;
	}
	section hr{
		margin: 20px auto;
	}
	section ul.why li{
		font-size: 16px;
	}
}
@media only screen and (max-width: 599px){
	section ul.comments iframe{
		width: 255px;
		height: auto;
	}
	section ul.comments li{
		width: 277px;
	}
	section ul.comments li div{
		width: 229px;
		padding: 11px 34px 4px 10px;
	}
	section ul.comments li p{
		font-size: 15px;
		text-align: center;
	}
	section ul.comments li p span{
		font-size: 17px;
	}
	section ul.photo{
		margin: 0 0 14px;
	}
	section.photo{
		padding-bottom: 30px;
	}
	section ul.we li.others, section ul.we li.we{
		text-align: center;
	}
}
/* buttons */
.buttons {
	margin: 0px;
	padding: 0px;
	font: 18px/52px 'OpenSans Light',sans-serif;
	color: #303030;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background: #ffdd2e;
	width: 270px;
	text-align: center;
	border-top: 1px solid #ffe06e;
	border-bottom: 1px solid #ebc70e;
	border-left: 1px solid #ffde44;
	border-right: 1px solid #ffde44;}
.buttons:hover{
	background: #ffe24c;
}
a.btn{
	margin: 0px;
	padding: 0px;
	font: 18px/52px 'OpenSans Light',sans-serif;
	color: #303030;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background: #ffdd2e;
	width: 270px;
	text-align: center;
	border-top: 1px solid #ffe06e;
	border-bottom: 1px solid #ebc70e;
	border-left: 1px solid #ffde44;
	border-right: 1px solid #ffde44;
}
section.products a.btn_popup{
	margin: 40px 0px;
}
section.how a.btn{
	float: left;
	width: 181px;
}
a.btn:hover{
	background: #ffe24c;
}
a.btn_call{
	width: 170px;
	font: 18px/32px 'OpenSans Light',sans-serif;
}
a.btn_more{
	background: none;
	border: 1px solid #323232;
	width: 170px;
	font: 14px/60px 'OpenSans Light',sans-serif;
}
a.btn_more:hover, section ul.products > li:hover a.btn_more{
	background: #323232;
	color: #fff;
}
a.btn_photo{
	background: none;
	border: 1px solid #ffdd2e;
	font: 18px/60px 'OpenSans Light',sans-serif;
	color: #ffdd2e;
}
a.btn_photo:hover{
	background: #ffdd2e;
	color: #202020;
}

a.btn_service1{
	background: none;
	border: 0px solid #ffdd2e;
	font: 120px/60px 'OpenSans Light',sans-serif;
	color: #ffdd2e;
}
a.btn_service1:hover{
	background: #ffdd2e;
	color: #202020;
}

a.btn_service2{
	background: none;
	border: 0px solid #ffdd2e;
	font: 120px/60px 'OpenSans Light',sans-serif;
	color: #ffdd2e;
}
a.btn_service2:hover{
	background: #ffdd2e;
	color: #202020;
}

a.btn_service3{
	background: none;
	border: 0px solid #ffdd2e;
	font: 120px/60px 'OpenSans Light',sans-serif;
	color: #ffdd2e;
}
a.btn_service3:hover{
	background: #ffdd2e;
	color: #202020;
}
@media only screen and (max-width: 1024px){
	section.how a.btn{
		float: none;
	}
}
@media only screen and (max-width: 767px){
	a.btn_more{
		line-height: 44px;
	}
	section.products a.btn_popup{
		margin: 12px 0;
	}
	section.how a.btn{
		float: none;
	}
	a.btn{
		width: 205px;
	}
	section ul.clients li img{
		width: 100%;
	}
	.popup_default form{
		width: 258px;
		padding: 7px;
	}
	.popup_default div.arcticmodal-close{
		margin: -15px 0 0 0;
		height: 15px;
		width: 15px;
		background-size: contain;
	}
	.popup_default form p{
		font-size: 14px;
	}
	.popup_default .buttons{
		width: auto;
		line-height: 45px;
		padding: 0 20px;
	}
}

/* forms */
.form_block{
	margin: 20px 0px 0px 379px;
	padding: 30px 0px 0px 255px;
	position: absolute;
	background: url(../images/camera.png) no-repeat;
}
.form{
	margin: 0px;
	padding: 20px 0px;
	width: 365px;
	background: #f7f8f8;
	text-align: center;
	z-index: 1000;
}
footer .form{
	margin: 50px 0px 0px 630px;
	position: absolute;
}
.form p{
	margin: 0px 0px 10px;
	padding: 0px;
	font: 16px/24px 'OpenSans Bold',sans-serif;
	color: #373737;
	text-transform: uppercase;
	text-align: center;
}
.form p span{
	font: 30px/50px 'OpenSans Bold',sans-serif;
}
.form input{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 65px;
	height: 51px;
	width: 205px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #fdfdfd;
	-webkit-box-shadow:inset 0 1px 0 0 #e1e1e1;
	box-shadow:inset 0 1px 0 0 #e1e1e1;
	font: italic 14px/51px 'OpenSans Rg',sans-serif;
	color: #707070;
}
.form input.name{ background: url(../images/name.png) no-repeat #ededed;}
.form input.phone{ background: url(../images/phone.png) no-repeat #ededed;}
.form input.mail{ background: url(../images/mail.png) no-repeat #ededed;}
.form p.security{
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 80px;
	background: url(../images/security.jpg) no-repeat 50px 5px;
	font: italic 11px/14px 'OpenSans Rg',sans-serif;
	color: #707070;
	text-align: left;
	text-transform: none;
}
div.arcticmodal-close{
	margin: -60px -40px 0px 0px;
	padding: 0px;
	float: right;
	background: url(../images/close.png) no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
@media only screen and (max-width: 1200px){
	footer{
		width: 100%;
		min-width: auto;
	}
	footer .form{
		margin: 24px auto;
		position: inherit;
	}
	.ymaps-map{
		width: 100%;
		max-height: 700px;
		min-width: auto;
	}
	footer .map{
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.form_block{
		margin: 0 0 0 65px;
		position: inherit;
	}
	footer div.phone{
		margin: 0 25px 50px 11px;
	}
	footer .footer_info{
		padding: 0;
		width: 90%;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 767px){
	a.fancybox img{
		width: 290px;
	}
	section ul.photo li .zoom{
		width: 290px;
	}
	section ul.photo li{
		margin: 0 0 18px 0;
	}
	.form{
		width: 275px;
		padding: 20px 7px;
		margin: 0 auto;
	}
	.form p{
		font-size: 14px;
		line-height: 22px;
	}
	.form p.security {
		padding: 0 0 0 40px;
		background: url(../images/security.jpg) no-repeat 15px 5px;
	}
	.form_block{
		margin: 0;
		position: inherit;
		background: none;
		padding: 0;
	}
	.form input{
		width: 175px;
	}
	footer div.phone{
		width: 100%;
		margin: 0 0 20px 0;
	}
	footer a.btn{
		width: 100%;
	}
	footer hr{
		margin: 0 auto 15px;
	}
	footer h2{
		margin: 15px 0 20px;
	}
	footer .map_info p.adres {
		margin: 0px 0px 195px;
		padding: 0px 0px 0px 67px;
		background: url(../images/adres.jpg) no-repeat rgba(0, 0, 0, 0.5);
		font: 18px/27px 'OpenSans Light',sans-serif;
		color: #fff;
		width: 202px;
		-webkit-background-size: 42px;
		background-size: 60px;
	}
	footer .map_info{
		margin: 54px 0 0 25px;
	}
	footer .footer_info{
		padding: 0;
		width: 90%;
		margin: 10px 0;
	}
	.b24-widget-button-position-bottom-right{
		right: 5px;
		bottom: 5px;
	}
	.b24-widget-button-popup-image{
		display: none;
	}
	.b24-widget-button-popup{
		width: 227px;
	}
	.b24-widget-button-position-bottom-right .b24-widget-button-popup{
		left: -238px;
	}
}
/* timer */
.timer{
	margin: 0px;
	padding: 0px;
	width: 370px;
	text-align: left;
}
.timer p.title{
	margin: 0px;
	padding: 0px;
	font: 16px/48px 'OpenSans Rg', sans-serif;
	color: #fff;
	text-align: left; 
}
.timer p{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 0px;
}
.timer p span{
	margin: 0px 7px 0px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	font: italic 13px/21px 'OpenSans Rg', sans-serif;
	text-align: center;
	width: 80px;
}
.timer_block{
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.timer_block .time{
	margin: 5px 7px 0px 0px;
	padding: 0px;
	background: url(../images/timer.png) no-repeat;
   text-align: center;
   width: 80px;
   height: 70px;
   display: inline-block;
   vertical-align: top;
}
.timer_block .time p{
	font: 48px/70px 'OpenSans Semibold', sans-serif;
	color: #181818;
}