@font-face{
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf');
	font-weight: 300;
}
@font-face{
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf');
	font-weight: 400;
}
@font-face{
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf');
	font-weight: 500;
}
@font-face{
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf');
	font-weight: 700;
}
*{
	padding: 0;
	margin: 0;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*:before, *:after{
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
img{ border: none; }
input, textarea, input:active, textarea:active { outline: none transparent!important; box-shadow: none; -moz-outline: none!important; }
input[type=submit], button[type=submit]{ -webkit-appearance: none; -webkit-border-radius: 0; }
:focus {outline:none;}

::-webkit-input-placeholder {color: #8d8d8d;}
::-moz-placeholder {color: #8d8d8d;}/* Firefox 19+ */
:-moz-placeholder {color: #8d8d8d;}/* Firefox 18- */
:-ms-input-placeholder {color: #8d8d8d;}

/* Общие стили */
.clear{ clear: both; }
.left{ float: left; }
.right{ float: right; }

body{ -webkit-text-size-adjust: 100%; background: #f8f8f8;}
.cont{ width: 1000px; margin: 0 auto; position: relative;}
/* End Общие стили */

/*=============================*/

/* Стили шапки сайта */
header{ padding-top: 17px; background-color: #fefefe;}
header .contacts{ text-align: right;}
header .phone{
	font: 500 25px 'ProximaNova';
	color: #000;
	padding-left: 40px;
	position: relative;
}
header .phone:after{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 19px;
	height: 19px;
	background: url(../images/phone.png) 0 0  no-repeat;
}
header .post{ font: 15px/21px 'ProximaNova'; color: #434343;}
header .post span{ font-weight: 500; color: #000;}
/* End Стили шапки сайта */

/*=============================*/

/* Стили основного блока сайта */
section.section1{
	/* margin: 50px 0 64px 0; */
	position: relative;
	min-height: 618px;
	background-color: #fefefe;
	padding-top: 90px;
}
section.section1 .fon_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 618px;
	line-height: 618px;
	text-align: center;
	z-index: 1;
}
section.section1 .fon_img img{
	max-width: 100%;
	/* max-height: 100%; */
	vertical-align: middle;
}

section .title2{
	font: 700 37px/57px 'ProximaNova';
	color: #333;
	text-align: center;
	position: relative;
	z-index: 2;
}

section .title2 span{color: #0089c1; font: 700 37px/57px 'ProximaNova';}

section .title{
	font: 500 37px/57px 'ProximaNova';
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
}
section .title span{ color: #00b1ff;}
section .title.title_color1{ color: #0089c1}
section .title.title_color2{ color: #fff;}
section .menu{
	text-align: center;
	margin-top: 70px;
	position: relative;
	z-index: 2;
	min-height: 144px;
}
section .menu ul{
	width: 298px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
section .menu ul li{ list-style-type: none;}
section .menu ul li+li{ margin-top: 20px;}
section .menu ul li a{
	font: 18px 'ProximaNova';
	color: #fff;
	text-decoration: none;
	padding-left: 54px;
	position: relative;
	transition: color .3s linear;
}
section .menu ul li a:hover{ color: #f5d501;}
section .menu ul li a:after{
	content: "";
	position: absolute;
	left: 4px;
	top: 0;
	width: 18px;
	height: 0;
	background: url(../images/arrow.png) 0 0  no-repeat;
	overflow: hidden;
	transition: all .2s linear;
}
section .menu ul li a:hover:after{ top: 8px; height: 16px;}
section .menu ul li a span{ border-bottom: 1px solid #ccc; transition: border .3s linear;}
section .menu ul li a:hover span{ border-bottom-color: #f5d501;}
section .block_catalog{
	margin-top: 85px;
	text-align: center;
	position: relative;
	z-index: 2;
}

section.section2{
	background: url(../images/fon_img2.jpg) 50% 0  no-repeat;
	height: 835px;
	padding-top: 100px;

}
section .sub_title{
	font: 18px/28px 'ProximaNova';
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}
section .block_info{
	width: 100%;
	text-align: justify;
	margin: 70px 0 -18px 0;
	padding: 0 30px;
}
section .block_info:after{
	content: "";
	width: 100%;
	display: inline-block;
}
section .block_info .container{
	width: 242px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
section .block_info .container .title_block{
	font: 16px/22px 'ProximaNova';
	color: #fefefe;
	height: 44px;
	overflow: hidden;
}
section .block_info .container .block_color{
	height: 376px;
	background: rgba(0,121,245,.20);
	margin-top: 22px;
	transition: background .3s linear;
	padding: 0 28px;
	text-decoration: none;
	display: block;
}
section .block_info .container .block_color:hover{ background: rgba(6,26,41,.21);}
section .block_info .container .icon{
	width: 146px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
	margin-top: 24px;
}
section .block_info .container .icon img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}
section .block_info .container .list{
	height: 150px;
	overflow: hidden;
	text-align: left;
	padding: 0 8px;
	margin-top: 40px;
}
section .block_info .container .list li{
	list-style-type: none;
	padding-left: 8px;
	position: relative;
	font: 300 15px 'ProximaNova';
	color: #fff;
}
section .block_info .container .list li+li{ margin-top: 10px;}
section .block_info .container .list li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 1px;
	background: #fff;
}
section .block_info .container .text{
	font: 15px/22px 'ProximaNova';
	color: #fff;
	margin-top: 12px;
	border: 1px solid #0089c1;
	padding: 10px;
}
section.section3{ padding: 70px 0 130px 0;}
section .tabs_container1{ margin-top: 76px;}
section .tabs_container1 .tabs{ text-align: center;}
section .tabs_container1 .tabs li{
	display: inline-block;
	list-style-type: none;
	position: relative;
	z-index: 2;
}
section .tabs_container1 .tabs li+li{ margin-left: 44px;}
section .tabs_container1 .tabs li a{
	font: 17px/75px 'ProximaNova';
	color: #707070;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
	display: block;
	padding: 0 28px;
	transition: all .3s linear;
	position: relative;
	border: 1px solid transparent;
}
section .tabs_container1 .tabs li a:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
    border-top: 12px solid #0089c1;
    z-index: -1;
    transition: bottom .3s linear;
}
section .tabs_container1 .tabs li a:hover{ border-color: #0089c1;}
section .tabs_container1 .tabs li.active a{
	color: #fff;
	background: #0089c1;
	box-shadow: none;
}
section .tabs_container1 .tabs li.active a:after{ bottom: -19px;}
section .tab_content1{
	margin-top: 76px;
	display: none;
	padding: 0 60px;
}
section .tab_content1 .thumb{
	width: 420px;
	height: 460px;
	line-height: 460px;
	text-align: center;
}
section .tab_content1 .thumb img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: -1px;
}
section .tab_content1 .block_about{ width: 410px;}
section .tab_content1 h2{
	font: 700 25px 'ProximaNova';
	color: #0089c1;
	text-transform: uppercase;
}
section .tab_content1 p{
	font: 17px/26px 'ProximaNova';
	color: #545454;
	margin-top: 26px;
}
section .tab_content1 .more{
	font: 18px 'ProximaNova';
	color: #0089c1;
	text-decoration: none;
	display: block;
	transition: color .3s linear;
	margin-top: 46px;
	position: relative;
}
section .tab_content1 .more:hover{ color: #0546a6;}
section .tab_content1 .more span{ border-bottom: 1px solid transparent; transition: border .3s linear}
section .tab_content1 .more:hover span{ border-bottom-color:  #0089c1;}
section.section4{
	background: url(../images/fon_img3.jpg) 50% 0  no-repeat;
	height: 925px;
	padding-top: 90px;
}
section .block_work{ text-align: center; margin-top: 80px;}
section .block_work .work{
	width: 230px;
	display: inline-block;
	vertical-align: top;
	margin: 0 35px;
}
section .block_work .work .icon{
	width: 97px;
	height: 85px;
	line-height: 85px;
	display: inline-block;
}
section .block_work .work .icon img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: -1px;
}
section .block_work .work .info{
	font: 18px 'ProximaNova';
	color: #fff;
	margin-top: 32px;
}
section .block_work .work .info span{ font-weight: 700;}
section .departure{
	width: 430px;
	margin: 130px 80px 0 0;
	position: relative;
}
section .departure:after{
	content: "";
	position: absolute;
	left: -210px;
	top: -110px;
	width: 162px;
	height: 167px;
	background: url(../images/arrow_big.png) 0 0  no-repeat;
}
section .departure .icon{
	display: inline-block;
	vertical-align: middle;
	width: 214px;
	height: 233px;
	line-height: 233px;
	text-align: center;
}
section .departure .icon img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: -1px;
}
section .departure .info{
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	font: 500 17px/24px 'ProximaNova';
	color: #eee;
	margin-left: 40px;
}

section.section5{ padding: 80px 0;}
section .banner{
	width: 100%;
	height: 214px;
	background: #ececec url(../images/banner1.png) right 50%  no-repeat;
	margin-top: 140px;
}
section .banner.banner2{ background-image: url(../images/banner2.png);}
section .banner.banner3{ background-image: url(../images/banner3.png); margin-top: 0;}
section .banner .icon{
	width: 39px;
	height: 228px;
	line-height: 228px;
	text-align: center;
	margin: -43px 0 0 60px;
}
section .banner .icon img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: -1px;
}
section .banner2 .icon{
	width: 192px;
	height: 231px;
	line-height: 231px;
	text-align: center;
	margin: -62px 0 0 38px;
}
section .banner3 .icon{
	width: 161px;
	height: 253px;
	line-height: 253px;
	text-align: center;
	margin: -52px 0 0 48px;
}
section .banner .block{ margin-left: 40px; width: 160px;}
section .banner3 .block{ margin-left: 30px; width: 200px;}
section .banner .number{
	font: 700 80px/80px 'ProximaNova';
	color: #c2c2c2;
	margin-top: 26px;
}
section .banner .name{
	font: 300 24px/28px 'ProximaNova';
	color: #333;
	text-transform: uppercase;
}

section .block_product{ margin-top: 80px;}
section .block_product .products{
	text-align: justify;
	width: 474px;
	padding-bottom: 30px;
	border-bottom: 1px solid #575757;
	position: relative;
	text-decoration: none;
}
section .block_product .products .bestseller{
	position: absolute;
	left: 0;
	top: 78px;
	z-index: 1;
	font: 15px 'ProximaNova';
	color: #fff;
	background: #c24b00;
	padding: 6px;
}
section .block_product .products.products_big{ width: 100%;}
section .block_product .products:after{
	content: "";
	width: 100%;
	display: inline-block;
}
section .block_product .products:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 16px;
	left: 0;
	bottom: 0;
	border-left: 1px solid #575757;
	border-right: 1px solid  #575757;
	z-index: 1;
}
section .block_product .products .title_product{
	position: absolute;
	bottom: -14px;
	font: 300 24px 'ProximaNova';
	color: #333;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 2;
}
section .block_product .products .title_product span{ padding: 0 22px; background: #f8f8f8;}
section .block_product .product{
	width: 210px;
	height: 214px;
	border: 1px solid transparent;
	background: #efefef;
	display: inline-block;
	vertical-align: top;
	padding: 12px 26px 12px 20px;
	position: relative;
	transition: all .3s linear;
}
section .block_product .product:hover{ background: #fff; border-color: #0089c1;}
section .block_product .product .icon{
	width: 42px;
	height: 198px;
	line-height: 198px;
	text-align: center;
}
section .block_product .product .icon img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: -1px;
}
section .block_product .product .block{
	width: 110px;
	text-align: right;
	padding: 10px 0;
	position: relative;
	min-height: 100%;
}
section .block_product .product .size{
	font: 300 18px 'ProximaNova';
	color: #505050;
}
section .block_product .product .name{
	font: 300 15px 'ProximaNova';
	color: #505050;
	margin-top: 24px;
}
section .block_product .product .price{
	position: absolute;
	right: 0;
	bottom: 2px;
	font: 300 25px 'ProximaNova';
	color: #0089c1;
}
section .block_product .product .price span{ font-size: 30px; font-weight: 700;}
section .block_buy{ text-align: center; margin-top: 52px;}
section .block_buy .buy,
section .block_catalog .catalog{
	font: 500 20px/70px 'ProximaNova';
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,.23);
	text-decoration: none;
	text-transform: uppercase;
	width: 292px;
	display: inline-block;
	box-shadow: 0 2px 10px rgba(0,0,0,.51);
	border-radius: 8px;
	height: 74px;
	padding: 0 15px;
	border-bottom: 4px solid #c99300;
	background: #f5d501;
	transition: all .1s ease-in-out;
}
section .block_buy .buy:hover,
section .block_catalog .catalog:hover{
	margin-top: 4px;
	border-bottom-width: 0;
	height: 70px;
	background: #e4c603;
}
section .tabs_container2{ margin-top: 40px;}
section .tabs_container2 .tabs{ text-align: center;}
section .tabs_container2 .tabs li{ display: inline-block; list-style-type: none;}
section .tabs_container2 .tabs li+li{ margin-left: 18px;}
section .tabs_container2 .tabs li a{
	width: 232px;
	height: 70px;
	font: 14px/70px 'ProximaNova';
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
	position: relative;
	transition: background .3s linear, border .3s linear;
	color: #232323;
	border: 1px solid transparent;
}
section .tabs_container2 .tabs li a span{
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}
section .tabs_container2 .tabs li a:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
    border-top: 12px solid #0089c1;
    z-index: -1;
    transition: bottom .3s linear;
}
section .tabs_container2 .tabs li a:hover{ border-color: #0089c1;}
section .tabs_container2 .tabs li.active a{
	color: #fff;
	background: #0089c1;
	box-shadow: none;
}
section .tabs_container2 .tabs li.active a:after{ bottom: -19px;}
section .tab_content2{
	display: none;
	margin-top: 76px;
	padding: 0 30px;
}
section .sector{ width: 440px; margin-left: 34px;}
section .sector .block_about{ position: relative; margin: -24px 0 70px -17px;}
section .sector .block_about:after{
	content: "";
	position: absolute;
	left: -28px;
	top: 22px;
	width: 22px;
	height: 21px;
	background: url(../images/img.png) 0 0 no-repeat;
}
section .sector .about{
	display: inline-block;
	vertical-align: top;
	font: 14px/18px 'ProximaNova';
	color: #1a3dc1;
	border-bottom: 1px solid #1a3dc1;
	margin: 24px 0 0 17px;
}
section .sector .title_info{
	font: 500 15px 'ProximaNova';
	color: #52534e;
	text-transform: uppercase;
	position: relative;
}
section .sector .title_info:after{
	content: "";
	position: absolute;
	left: -45px;
	top: -3px;
	width: 22px;
	height: 22px;
	background: url(../images/img2.png) 0 0 no-repeat;
}
section .sector .description{ margin-top: 28px;}
section .sector .block_line{ margin-top: 4px;}
section .sector .block_line .line .name{ padding-left: 36px;}
section .sector .line{ margin-top: 4px; position: relative;}
section .sector .line:after{
	content: "";
	position: absolute;
	left: 0;
	top: 19px;
	width: 100%;
	height: 1px;
	background: #ededed;
	z-index: 1;
}
section .sector .description .name{
	font: 15px/24px 'ProximaNova';
	color: #52534e;
	padding-right: 20px;
	max-width: 240px;
	background: #f8f8f8;
	position: relative;
	z-index: 2;
}
section .sector .description .text{
	font: 15px/24px 'ProximaNova';
	color: #52534e;
	max-width: 182px;
	padding-left: 15px;
	background: #f8f8f8;
	position: relative;
	z-index: 2;
	text-align: right;
}
section .sector .description .line_color .name,
section .sector .description .line_color .text{ background: #fff;}
section .sector .download{
	font: 15px/18px 'ProximaNova';
	color: #5b5b5b;
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 42px;
	max-width: 190px;
	margin-left: -42px;
	margin-top: 40px;
}
section .sector .download span{ border-bottom: 1px solid #5b5b5b; transition: border .3s linear;}
section .sector .download:hover span{ border-bottom-color: transparent;}
section .sector .download:after{
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 19px;
	height: 17px;
	background: url(../images/img3.png) 0 0 no-repeat;
}
section .sector .download2{ margin-left: 107px;}
section .sector .download2:after{
	top: -2px;
	width: 21px;
	height: 23px;
	background-image: url(../images/img4.png);
}
section .sector_product{ width: 296px;}
section .sector_product .title_product{
	font: 500 27px 'ProximaNova';
	color: #333;
	text-transform: uppercase;
	padding-left: 40px;
}
section .sector_product .name{
	font: 17px/20px 'ProximaNova';
	color: #696969;
	padding-left: 40px;
	margin-top: 16px;
}
section .sector_product .thumb{
	margin-top: 90px;
	width: 350px;
	height: 372px;
	line-height: 372px;
	text-align: center;
	display: inline-block;
	margin-left: -30px;
}
section .sector_product .thumb img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: -1px;
}
section .sector_product .price{
	font: 20px 'ProximaNova';
	color: #333;
	padding-left: 40px;
	margin-top: 46px;
}
section .sector_product .price span{ font-size: 30px; font-weight: 700;}
section  .sector_product .discount{
	font: 14px 'ProximaNova';
	color: #333;
	padding-left: 40px;
	margin-top: 6px;
}
section .sector_product .block_buy{ margin-top: 16px;}
section .tab_content2 .compare{
	font: 500 22px/35px 'ProximaNova';
	color: #21211e;
	text-transform: uppercase;
	text-align: center;
	margin-top: 96px;
	position: relative;
}
section .tab_content2 .compare:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: 20px;
	top: -280px;
	width: 98px;
	height: 225px;
	background: url(../images/arrow_big2.png) 0 0 no-repeat;
}
section .tab_content2 .block_table{
	width: 100%;
	padding: 0 30px;
	margin-top: 50px;
}
section .tab_content2 table{ width: 100%; border-collapse: collapse;}
section .tab_content2 table tbody tr.color{ background: #f3f3f3;}
section .tab_content2 .block_table table thead tr th{
	text-align: center;
	padding: 19px 10px;
	font: 15px 'ProximaNova';
	color: #52534e;
	border: 1px solid #e8eae8;
	width: 33.33333%;
}
section .tab_content2 table thead tr th span{ text-transform: uppercase;}
section .tab_content2 .block_table table tbody tr td{
	text-align: center;
	padding: 16px 10px;
	width: 33.33333%;
	font: 15px 'ProximaNova';
	color: #52534e;
	border: 1px solid #e8eae8;
}
section .tab_content2 table tbody tr td:first-child,
section .tab_content2 table thead tr th:first-child{
	text-align: left;
	padding-left: 70px;
	border-left: none;
}
section .tab_content2 table tbody tr td:last-child,
section .tab_content2 table thead tr th:last-child{ border-right: none;}
section .tab_content2 table tbody tr:last-child td{ border-bottom: none;}
section .tab_content2 table tbody tr td.better,
section .tab_content2 table tbody tr td.below{ position: relative;}
section .tab_content2 table tbody tr td.better:after,
section .tab_content2 table tbody tr td.below:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/better.png) 0 0 no-repeat;
}
section .tab_content2 table tbody tr td.below:after{ background-position: -12px 0;}
section .tab_content2 table tbody tr td .price2{ font-size: 21px; font-weight: 700;}
section .tab_content2 .block_table-big table thead tr th,
section .tab_content2 .block_table-big table tbody tr td{ width: 20%;}
section .tab_content2 .block_table-big{ padding: 0;}
section .tab_content2 .block_table-big table tbody tr td:first-child,
section .tab_content2 .block_table-big table thead tr th:first-child{ padding-left: 26px;}
section.section6{
	background: url(../images/fon_img4.jpg) 50% 0  no-repeat;
	height: 1017px;
	padding-top: 40px;
}
section .block_slider{ padding: 0 150px; margin-top: -12px}
section .block_slider .ttile_slider{
	padding: 0 18px;
	font: 17px/22px 'ProximaNova';
	color: #fff;
	margin: 44px 0 16px 0;
}
section .slider li{ text-align: center;}
section .slider .item{
	width: 160px;
	border: 1px solid #0089c1;
	background: #fff;
	height: 240px;
	margin-bottom: 13px;
	transition: all .3s linear;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	display: inline-block;
	text-align: left;
	text-decoration: none;
}
section .slider .item:hover{ border-color: #0067ff; box-shadow: none;}
section .slider .item .thumb{
	width: 100%;
	height: 92px;
	line-height: 92px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,eeeeee+100 */
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
section .slider .item .thumb img{
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
	position: relative;
	top: -1px;
}
section .slider .item .name{
	margin-top: 18px;
	font: 14px 'ProximaNova';
	color: #000;
	padding: 0 14px;
	height: 68px;
	overflow: hidden;
}
section .slider .item .price{
	font: 500 20px 'ProximaNova';
	color: #000;
	padding: 0 10px 0 14px;
	margin-top: 10px;
}
/*=============================*/
section .container2{ padding: 0	30px; margin-top: 86px;}
section .container2 .sector_product{ width: 320px;}
section .container2 .sector_product .title_product{ padding: 0; text-align: right;}
section .container2 .sector_product .name{ padding: 0; text-align: right;}
section .container2 .sector_product .thumb{ width: 320px; margin-top: 50px;}
/*
section .container2 .sector .block_about:after{ background-position: -1px 0;}
section .container2 .sector .title_info:after{ background-position: -24px 0;}
section .container2 .sector .download:after{ background-position: -21px 0;}  */
section .sector .block_video{
	position: relative;
	display: inline-block;
	vertical-align: top;
    margin-top: 90px;
}
section .sector .block_video:after{
	content: "";
	position: absolute;
	top: 60px;
	right: -146px;
	width: 118px;
	height: 84px;
	background: url(../images/arrow_big3.png) 0 0  no-repeat;
}
section .sector .video{
	font: 500 17px/22px 'ProximaNova';
	color: #333;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	width: 118px;
	padding-top: 100px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 30px 0 0 156px;
}
section .sector .video:after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -44px;
	width: 86px;
	height: 86px;
	background: url(../images/video.png) 0 0  no-repeat;
}
section .sector .video span{ border-bottom: 1px solid transparent; transition: border .3s linear;}
section .sector .video:hover span{ border-bottom-color: #333;}
section.section7{ background: #fff; padding-top: 100px; padding-bottom: 60px;}
section.section8{
	padding: 100px 0 162px 0;
	overflow: hidden;
	background: #fff;
}
section .car{
	position: absolute;
	right: -148px;
	bottom: -162px;
	z-index: 2;
}
section .list_delivery{
	width: 394px;
	margin-left: 78px;
	margin-top: 96px;
}
section .list_delivery li{
	list-style-type: none;
	margin-left: 49px;
	font: 18px/20px 'ProximaNova';
	color: #6f6f6f;
	position: relative;
}
section .list_delivery li+li{ margin-top: 54px;}
section .list_delivery li:after{
	content: "";
	position: absolute;
	left: -49px;
	top: 50%;
	margin-top: -12.5px;
	width: 29px;
	height: 25px;
	background: url(../images/check.png) 0 0  no-repeat;
}
section .list_delivery li span{ border-bottom: 1px solid #6f6f6f;}

section.section9{
	padding: 350px 0 72px 0;
	position: relative;
	z-index: 1;
	background: url(../images/shadow.png) 50% 0  no-repeat;
	margin-top: -180px;
}
section .sub_title-form{
	font: 32px/38px 'ProximaNova';
	color: #0089c1;
	font-weight:bold;
	text-align: center;
	margin-top: 10px;
}

section .sub_title2 {
	font: 20px 'ProximaNova';
	color: #333;
	text-align: center;
	margin-top: 10px;
}


section .block_form{ text-align: center; margin-top: 60px;}
section .block_form .form{
	width: 674px;
	display: inline-block;
	vertical-align: top;
}
section .block_form .line_form{
	width: 268px;
	display: inline-block;
	vertical-align: top;
	margin: 0 23px;
}
section .block_form .line_form label{
	display: block;
	font: 16px 'ProximaNova';
	color: #000;
	margin-bottom: 8px;
}
section .block_form .line_form .input{
	width: 288px;
	height: 63px;
	border: 1px solid #7ca5e3;
	text-align: center;
	font: 16px 'ProximaNova';
	color: #000;
}
section .block_form .submit{
	text-align: center;
	margin: 28px 23px 0 23px;
	display: inline-block;
	vertical-align: top;
}
section .block_form .submit .submit_btn{
	font: 500 18px/62px 'ProximaNova';
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,.27);
	text-transform: uppercase;
	width: 298px;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0,.23);
	background: #f5d501;
	border-radius: 4px;
	transition: background .3s linear;
	cursor: pointer;
	border: none;
}
section .block_form .submit .submit_btn:hover{ background: #ffe642;}
section .text_form{
	font: 16px 'ProximaNova';
	color: #8e8d8d;
	text-align: center;
	margin-top: 36px;
}
section.section10{ position: relative;}
section .tabs_container3{
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -500px;
	width: 500px;
}
section .tabs_container3 .tabs li{ list-style-type: none;}
section .tabs_container3 .tabs li a{
	font: 500 20px/50px 'ProximaNova';
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #a7a7a7;
	display: block;
	width: 154px;
	text-align: center;
	transition: all .3s linear;
	position: relative;
}
section .tabs_container3 .tabs li a:hover,
section .tabs_container3 .tabs li.active a{ background: #fff; color: #575757;}
section .tabs_container3 .tabs li a:hover:after,
section .tabs_container3 .tabs li.active a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: background .3s linear;
	z-index: 1;
}
section .tab_content3{
	display: none;
	background: #fff;
	padding: 16px 38px 38px 38px;
	border: 1px solid #dbdbde;
	box-shadow: 17px 17px 24px rgba(0,0,0,.08);
}
section .tab_content3 .title_tab{
	font: 500 18px/21px 'ProximaNova';
	color: #000;
	margin-top: 22px;
}
section .tab_content3 .text{ font: 18px/21px 'ProximaNova'; color: #000;}
section .tab_content3 .text span{ font-weight: 500;}
section.section_thanks{ background: url(../images/fon_img1.png) 50% 50%  no-repeat; min-height: 400px;}
section .block_thanks{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
section .thanks{
	font: 700 37px/57px 'ProximaNova';
	color: #333;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
}
#map1{ width: 100%; height: 518px;}
#map2{ width: 100%; height: 518px; display: none;}
.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
/* End Боковой колонки */

/*=============================*/

/* Стили подвала сайта */
footer{ background: #fff; padding: 42px 0;}
footer .logo{ margin-bottom: 12px;}
footer .copy{
	font: 16px 'ProximaNova';
	color: #686868;
	width: 250px;
	position: relative;
	z-index: 2;
}
footer .link{
	font: 16px 'ProximaNova';
	color: #686868;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0 -250px;
	padding: 0 270px;
	position: relative;
	z-index: 1;
}
footer .link span{ border-bottom: 1px solid transparent; transition: border .3s linear;}
footer .link span:hover{ border-bottom-color: #686868;}
footer .name{
	font: 16px 'ProximaNova';
	color: #686868;
	position: relative;
	z-index: 2;
	max-width: 250px;
}
footer .name a{
	color: #1affbc;
	text-decoration: none;
	border-bottom: 1px solid #1affbc;
	transition: border .3s linear;
}
footer .name a:hover{ border-bottom-color: transparent;}
/* End Стили подвала сайта */

/*=============================*/
.pop_up{
	width: 648px;
	height: 723px;
	background: #f8f8f8 url(../images/pop_paker.jpg) 0 0  no-repeat;
	padding: 40px 20px 0 268px;
	text-align: center;
	display: none;
}
.pop_up .title{
	font: 700 25px/30px 'ProximaNova';
	color: #333;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.pop_up .line_form{
	width: 290px;
	display: inline-block;
	vertical-align: top;
}
.pop_up label{
	display: block;
	font: 300 16px 'ProximaNova';
	color: #535353;
	margin-bottom: 10px;
}
.pop_up label span{ color: #f2d643;}
.pop_up textarea{
	width: 100%;
	border: 1px solid #dedede;
	background: #fff;
	padding: 12px 30px;
	font: 300 14px/22px 'ProximaNova';
	color: #000;
	height: 98px;
	resize: none;
	margin-bottom: 26px;
	box-shadow: inset 3px 0 0 #efefef;
}
.pop_up .input{
	width: 100%;
	height: 62px;
	border: 1px solid #dedede;
	font: 300 14px 'ProximaNova';
	color: #000;
	margin-bottom: 26px;
	padding: 0 30px;
	background: #fff;
	text-align: center;
	box-shadow: inset 3px 0 0 #efefef;
}
.pop_up .text{
	font: 300 16px 'ProximaNova';
	color: #a29e9e;
	margin-top: 24px;
}
.pop_up .submit{
	width: 290px;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
	height: 74px;
}
.pop_up .submit_btn{
	font: 500 20px/70px 'ProximaNova';
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,.23);
	text-transform: uppercase;
	width: 100%;
	display: block;
	box-shadow: 0 2px 10px rgba(0,0,0,.51);
	border-radius: 8px;
	height: 74px;
	padding: 0 15px;
	border: none;
	border-bottom: 4px solid #c99300;
	background: #f5d501;
	transition: all .1s ease-in-out;
	cursor: pointer;
}
.pop_up .submit_btn:hover{
	margin-top: 4px;
	border-bottom-width: 0;
	height: 70px;
	background: #e4c603;
}
.pop_up2{ background-image: url(../images/pop_nasos.jpg);}
.pop_up2 textarea{
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 20px;
}
.pop_up2 .input{ text-transform: uppercase; padding: 0 20px;}
.pop_up3{ background-image: url(../images/pop_zapchast.jpg);}
.pop_up4{ background-image: url(../images/pop_topor.jpg);}
.pop_up6{ background-image: url(../images/pop_catalog.jpg);}
.pop_up7{ background-image: url(../images/pop_material.jpg);}
.pop_up8{ background-image: url(../images/pop_material.jpg);}
.pop_up9{ background-image: url(../images/pop_work.jpg);}

/*===============================*/
.privacyModal{
	padding: 30px;
	display: none;
	width: 800px;
	background: #fff;
}
.privacyModal h1{
	font: 700 26px 'ProximaNova';
	color: #000;
	margin-bottom: 26px;
	text-align: center;
}
.privacyModal p{
	font: 14px 'ProximaNova';
	color: #000;
	margin-bottom: 6px;
}
.privacyModal h3{
	font: 700 20px 'ProximaNova';
	color: #000;
	margin: 16px 0;
}
.privacyModal h4{
	font: 500 16px 'ProximaNova';
	color: #000;
	margin: 12px 0;
}