@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body{
	outline: none;
	padding:0;
	margin:0;
	width:100%;
	height: 100%;
	font-family:Open Sans, sans-serif; font-size:18px; font-weight:600 italic;
	}
.window a{
	z-index: 99999999999999999;

	}

.window a{
	text-decoration: none;
    color: #fff;
    background-color: #00a309;
    border-color: #28a745;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	float:right;
	margin-bottom: 5px;
}
h1{font-family:Open Sans, sans-serif; font-size:24px; font-weight:700 italic; }
h2{font-family:Open Sans, sans-serif; font-size:22px; font-weight:700 italic; }
h3{font-family:Open Sans, sans-serif; font-size:20px; font-weight:700 italic; }
	
	.row::after,.row::before{
	content:"";
	display:block;
	clear:both;
}
.price p{
	font-family:Open Sans, sans-serif;
	font-weight:900;
	font-size: 36px;
	margin: 0;
	    ;
    line-height: 40px;
    
	}
.pdv{
	width: 100%;
	margin:auto;
	text-align:center;
	font-family: "Open Sans", sans-serif;
    font-size: 20px;
	padding-bottom: 8px;
	background:#FFF;
	}
.footer{
	width: 100%;
	background: #23b14d;
	margin-top: 30px;
}

.main{
	width: 100%;
	
}
.tab_item li,.simple-little-table th,.simple-little-table td{
	font-style:italic;
	font-family:Open Sans, sans-serif;
	}
/*----------   header    -----------*/
header{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	background: rgba(245,245,245,0.9);
	z-index: 999;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	padding-top:7px;
	}
.logo{
	float:left;
	}
.logo img{
	margin-top: 8px;
	}
.sub-header{
	width: 1140px;
	margin:auto;
	}
.navbar{
	margin:auto;
	}
.nav{
	float:left;
	list-style: none;
	margin-left: 80px;
	}
.nav li{
	float:left;
	}
.nav a{
	text-decoration:none;
	position: relative;
	padding: 30px 13px 13px 13px;
	text-transform:uppercase;
	color: #000;
	    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
	
	}

.nav a:hover::before {
    left: 0;
    right: 0;
}
.nav a::before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: -4px;
    height: 2px;
    background:#981B1E;
    transition-duration: 0.3s;
    transition-property: left,right;
}
.nav a:hover{
	background:rgba(236, 236, 236, 0.8);
	color:#981B1E;
	}
.info{float: right;}
.info a{
	padding: 10px 5px;
	text-decoration:none;
	color: #000;
	
	    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
	}
.info a:hover{
	color: #981B1E;
	text-shadow: 1px 1px 1px #CCCCCC; /* Параметры тени */
	}
.header_phone,.header_mail{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:right;
	}
.active-item{
	background:#bbbbbb;
	color:#999;
	
	}
.active-item::before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: -4px;
    height: 2px;
    background: #999;
    transition-duration: 0.3s;
    transition-property: left,right;
}
/*-------------- end header -----------------*/
	label {
		cursor: pointer;
		}
.map iframe{
	pointer-events: none;
	}
.characteristics{
	width: 100%;
	background:#FFF;
	text-align: center;
	}
.video{
	
	
	height: 440px;
	width: 100%;
	text-align:center;
	padding-top: 200px;
	background:rgba(0, 0, 0, 0.5) url(../images/raster.png);
	}
.video h1{
	text-transform: uppercase;
	color:#FFFFFF;
	text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.80);
	font-size: 58px;
	font-weight:900;
	}
.video p{
	font-size: 48px;
	color:#FFF;
	text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.60);
	}
.characteristics_in{
	width: 1140px;
	padding-top: 30px;
	margin:auto;
	}
.characteristics_in h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.left_block,.right_block{
	float:left;
	
	
	
	}
.window img{
	cursor: pointer;
	}

.left_block{
	width: 40%;}	
.right_block{width: 60%;}	
.wrapper{width: 100%;}
.characteristics_in h2{
	margin-top: 20px;
	margin-bottom: 20px;
	}
.tabs{
	padding-top: 20px;
	float:left;
	width: 35%;
	height: 340px;
	
	}
.tab_item td{
	padding:3px;
	color: #2e2f31;
	font-size: 16px;
	}
.tabs p{ font-size: 18px;
font-weight:100;
    font-family: Open Sans, sans-serif;}	
.tab{
	text-align:left;
	padding: 8px 15px;
	
	border-right: 1px solid #d4d4d4;
	font-size: 18px;
	margin: 0;
	width:auto;
	cursor:pointer;
	}
.tab_item{
	text-align:left;
	}
.tab_item ul{
	list-style:none;
	}
.tab_item li{
	padding-top:5px;
	padding-bottom: 5px;
	color: #2e2f31;
	font-size: 16px;
	font-family: Open Sans, sans-serif;
	}
.tab_item li::before{
	    content: "•";
    color: #F00;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.tab_content{
	float:left;
	width: 65%;
	height: 400px;
	
	}
.active_tab{
	border: 1px solid #d4d4d4;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left: 2px solid #F00;
	border-right:none;
	
	}

	/*-------------- table ---------------- */





.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:10px;
	border:#ccc 1px solid;
	border-collapse:separate;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
	font-weight:bold;
	padding:6px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}


/*--------------end table ---------------- */
	
.img_first,.img_second{
	width: 100%;
	
	height: 250px;
	}
.img_first img{
	width: 90%;
	height:auto;
	margin:auto;
	}
.img_bottom{
	width: 1120px;
	margin:auto;
	height: 250px;
	}
	
	
/*----------- slider --------------------*/
.scroll-img {
	width: 1020px;
	 height: 200px;
  overflow: hidden;
	margin:auto;
	float:left;
	}
.scroll-img img{
	width: auto; 
	height: 180px;
	margin: 10px;
	}	
.scroll-img ul{
	list-style:none;
	margin:0;
	padding: 0;
	
	}
.scroll-img li{
	float: left;
	}


.scroll-img ul li {
  display: inline-block;
  margin: 10px 0px 10px 0px;
}
#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 1800px;
}
#demo5-backward,#demo5-forward{
	margin-top: 20px;
	height: 180px;
	width: 40px;
	float:left;
	border: none;
	background: #FFFFFF;
	cursor:pointer;
	-webkit-transition: all  1s;
     -moz-transition: all  1s;
     -o-transition: all  1s;
     transition: all  1s;
	 
	
	
	 	}
#demo5-backward:focus,#demo5-forward:focus{
	outline: none; }
	#demo5-backward:hover,#demo5-forward:hover{
		
		}
/*--------------- end slider ------------*/

.color{
	
	position:absolute;
	top: 0;
	left: 0;
	width: 410px;
	height: 200px;
	opacity: 0;

	    -webkit-transition: all 1.0s ;
    -moz-transition: all 1.0s ;
    -o-transition: all 1.0s ;
    transition: all 1.0s ;
	}
.block_img{
	position:relative;
	margin:auto;
	top: 0;
	width: 410px;
	height: 200px;
	
	}
.grey{
	width: 410px;
	height: 200px;
	
	}
.block_img:hover .color{
	opacity: 1;
	}

.prew,.next{
	    margin-top: 40px;
	width: 50%;
	height: 100%;
	
	float:left;
	position:absolute;
	cursor:pointer;
	}
.next{
	
	left: 50%;
	top: 0;
	}
#p8,#n8{
	height: 640px;
	opacity: 1;
	z-index: 99999;
	
	}
#id1,#id2,#id3,#id4,#id5,#id6{
	opacity:0;
	position:absolute;
	top: 0;
	left: 0;
	}
#id1{
	opacity:1;
	}
.img_wind{
	width: 100%;
	height:500px;
	
	position:absolute;
	transform: translateY(-70%);
	
	}
/*------- modal ------ */

.close {
position: absolute;
padding: 0;
top: -10px;
right: -10px;
width: 22px;
height: 22px;
border: 2px solid #ccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background-color: rgba(61, 61, 61, 0.8);
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
text-align: center;
text-decoration: none;
font-weight: bold;
line-height: 20px;
-webkit-transition: background-color ease .7s;
-moz-transition:  background-color ease .7s;
-ms-transition:  background-color ease .7s;
-o-transition:  background-color ease .7s;
transition: background-color ease .7s;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: '\2715';
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
font-size: 12px;
 
}

.close:hover {
background-color: rgba(252, 20, 0, 0.8);
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
 
}

#boxes #dialog {
	
  width:375px; 
  height:203px;
  
  background-color:#ffffff;
}


.window{
	height: auto;
	width: 1140px;
	background:rgba(255, 255, 255, 0.0);;
	}
.window img{
	width: 100%;
    height:auto;
	}


/*------- end modal ------ */
/*-------------- footer -----------------*/
footer{width: 100%;
	height: 400px;
}
.map{
	background:#FFF;
	}

.footer_bottom{
	padding: 15px 40px 65px 40px;
	background:#FFF;
	}
.footer_bottom a{ float:left;}
.footer_bottom p{ float:left;
	margin-left: 40px;
}
.footer_info{
    background-color: #bbbbbb;
	padding-top: 50px;
	padding-bottom: 20px;
}

.footer_info_in{
	width: 1140px;
	margin:auto;
	}

.footer_info_in_pol_1{
	float: left;
	width: 36.5%;
	padding-left: 1.5%;
	
	}
.footer_info_in_pol_2{
	float: left;
	width: 60.5%;
	padding-right: 1.5%
	}
.place img{
	margin-right: 18px;
	padding-bottom: 28px;
	float:left;
	height: 22px;
	width: 15px;
	}
.place span{
	
	}
.place p{
	color:#FFF;}
.footer_info_in_pol_1 a:hover{
	color:#000;
	}
.foter_phone:hover .foter_phone_img{
	background-image:url(../img/phone_black.png);}

.footer_info_in_pol_1 a{
	text-decoration:none;
	color:#ffffff;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 600;
	}
.foter_phone_img{
	float:left;
	width: 18px;
	height:18px;
	background-image:url(../img/phone_white.png);
	background-position:center;
	background-size:18px 18px;
	background-repeat:no-repeat;
	}
.foter_mail_img{
	float:left;
	width: 18px;
	height:14px;
	margin-right:18px;
	background-image:url(../img/mail_while.png);
	background-position:center;
	background-size:18px 14px;
	background-repeat:no-repeat;
	}
.footer_mail:hover .foter_mail_img{
	background-image:url(../img/mail_black.png);
	}
.footer_info_in_pol_1 ul{
	
	list-style:none;
	margin-top: 0px;
	}
.footer_info_in_pol_1 li{
	margin-left: -5px;
	}
.social{
	float:right;
	margin-top: -20px;
	
	}
.groups{float:right;}
.social p,.groups p{
	color:#FFF;
	text-align:right;
	}
.facebook{
	margin-top: 2px;
	float:right;
	width: 27px;
	height:28px;
	background-image: url(../img/facebook_white.png);
	background-position:center;
	background-size:27px 28px;
	background-repeat:no-repeat;
	}
.facebook:hover{
	background-image: url(../img/faceboock_blue.png);
	}
.youtube{
	float:right;
	width: 35px;
	height:35px;
	background-image: url(../img/youtube_white.png);
	background-position:center;
	background-size:35px 35px;
	background-repeat:no-repeat; 
	margin-right: 30px;
	}
.youtube:hover{
	background-image: url(../img/youtube_red.png);
	}
.kivshservice{
	float:right;
	width: 220px;
	height:48px;
	background-image: url(../img/kivsh-logo-1.png);
	background-position:center;
	background-size:220px 48px;
	background-repeat:no-repeat;
	}
.greentech{
	float:right;
	width: 220px;
	height:48px;
	margin-left: 5px;
	background-image: url(../img/GreenTech_0002_logo.png);
	background-position:center;
	background-size:220px 48px;
	background-repeat:no-repeat;
	}
.k_shreder{
	float:right;
	width: 220px;
	height:30px;
	margin-top: 8px;
	background-image: url(../img/K%20SHREDDER_01.png);
	background-position:center;
	background-size:220px 30px;
	background-repeat:no-repeat;
	}
.img_back1{
	background: url(../img/1.jpg) center no-repeat;
	

       background-position: 50% 50%;
    background-size: cover;
    position: relative;
	}
.img_back2{
	background: url(../img/2.jpg) center no-repeat;
	
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
	}
.img_back3{
	background: url(../img/4.jpg) center no-repeat;
	
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
	}
@media screen and (min-width: 1024px) and (max-width: 1139px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 675px;
			}
		.img_bottom{
			width: 755px;
			margin:auto;
			}
.nav {
	margin-left: 30px;
	}
.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
}
@media screen and (min-width: 900px) and (max-width: 1023px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 675px;
			}
		.img_bottom{
			width: 755px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 90%;
			padding-left: 10%;
			}
		.img_first{height:auto;}
.nav {
	margin-left: 30px;
	}
.block_video{
	margin:0 1.3%;
	width:265px;
	}
.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
.navbar{
	display:none;
	}
}
@media screen and (min-width: 740px) and (max-width: 899px){
.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 675px;
			}
		.img_bottom{
			width: 755px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 93%;
			padding-left: 7%;
			}
		.img_first{height:auto;}
		.tabs,.tab_content{height: auto;}
.nav {
	margin-left: 30px;
	}


.sub-header{
	width: 100%;
	}
.about_as{
	width: 100%;
	}
.navbar{
	display:none;
	}
.block{
	margin: 0 10px;
	}
.footer_info_in_pol_1,.footer_info_in_pol_2{
		width:48.5%;}
}
@media screen and (min-width: 620px) and (max-width: 739px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 340px;
			}
			.video p,.characteristics_in p{
				padding: 20px;
				}
		.img_bottom{
			width: 420px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 93%;
			padding-left: 7%;
			}
		.img_first{height:auto;}
.tabs,.tab_content{height: auto;}


.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
.navbar{
	display:none;
	}
.block{
	width: 290px;
	height: 330px;
	margin: 0 5px;
	}
.block_in{width: 290px;}
.block_in img{
		width: 290px;
	}
.footer_info_in_pol_1,.footer_info_in_pol_2{
		width:48.5%;}
.video_in iframe{width: 280px;}
	.item{height:auto;}
}
@media screen and (min-width: 360px) and (max-width: 619px){
	.characteristics_in,.footer_info_in{
		width: 100%;
		}
		.scroll-img{
			width: 340px;
			}
			.video p,.characteristics_in p{
				padding: 20px;
				}
		.img_bottom{
			width: 420px;
			margin:auto;
			}
		.characteristics_in{}
		
		.right_block,.left_block{
			float:none;
			width: 100%;
			}
		.right_block{
			width: 93%;
			padding-left: 7%;
			}
		.img_first{height:auto;}
		.tabs,.tab_content{height: auto;}
.video{
	width: 100%;
	
	top: 35vh;
	}

.block_video{
	margin:auto;
	width:280px;
	}

.about_as{
	width: 100%;
	}	
.sub-header{
	width: 100%;
	}
.navbar{
	display:none;
	}
.item{width: 95%;}
.block{
	width: 290px;
	height: 330px;
	margin: auto;
	float:none;
	}
.block_in{width: 290px;}
.block_in img{
		width: 290px;
	}
.footer_info_in_pol_1,.footer_info_in_pol_2{
		width:90%;margin:auto;float:none;}
.video_in iframe{width: 280px;}
	.item{height:auto;}
	}