@charset "utf-8";
/* CSS Document */
* {
   margin:0;
   padding:0;
   /*box-sizing: border-box;*/
}
html,body {
   height:100%; 
   width:100%; 
   min-height:100%; 	
   font-family:Arial, Helvetica, sans-serif;
   background:#FFFFFF;
  /* background-image: url('img/newyear/sn2.png'), url('img/newyear/sn3.png'), url('img/newyear/sn1.png'); 
     animation: snow 15s linear infinite; */
 }
 /*
 @keyframes snow {
   0% {
     background-position: 0px 0px, 0px 0px, 0px 0px;
   }
   100% {
     background-position: 500px 1000px, 400px 400px, 200px 200px;
   }
 }
 */
P, BODY, TD, TABLE, .footer {
   /*
   font-family: Verdana, Arial; 
   font-size: 14px/21px;*/
} 
H1 {text-align : center; font-size: 18px;}
H2 {text-align : center; font-size: 16px;}
H3 {text-align : center; font-size: 14px;}
H4 {font-size: 12px;}

p {
   line-height: 1.2;
}

ul {list-style:none;}

a, a:visited {color:#1A1D24; text-decoration:none;}


 .container_site{ 
   min-height:100%;
   padding-top:0px; 
   padding-bottom:0px; 
   margin:0 auto;
   position:relative;
   /*overflow:hidden;*/
}  
 .header {
	width:100%;
	hheight:390px;
	overflow:hidden;
	background-color:#00FF00;
 }

.TopBlock {
	background-image: linear-gradient(#16181e, #1e2129);
	color: #b7b7b7;
	height: 42px;
	line-height: 42px;
}
.MenuBlock {
	width: 100%;
	background-image: linear-gradient(#252a38, #202635);
	height: 100px;
}
.logo {
   width:215px;
   float:left;
   bbackground-color:#00FF00;
}
.logo>a {
   display:block;
   width:215px;
   height:100px;
   background: url('img/logo.png') center left no-repeat;
   text-decoration:overline;
}

.ContentBlock, .contentmenu, .TopBlockWrap{
	width: 1200px;
	margin: 0 auto;
}
.ContentBlock {
   padding-top:10px;
}
.ContentBlock p {
margin:7px 0 7px 0;
}
.language {
   width:100px;
   float:left;
}
.language li {
	width:27px;
	display:block;
	float:left;
}
.TopBlockContent {
	width:1100px;
	float:right;
	text-align:right;
}
.predescription {
	width: 100%;
	padding: 50px 0;
	/*background-color: #f4f4f5;*/
	color: #45474b;
}
/* Menu */
.mainmenu {
   width:965px;
   float:right;
   
}
.mainmenu ul {
   list-style: none;
   float:right;
}
.mainmenu li {
   padding-top:0px;
   float:left;
}
.mainmenu a {
   height:100px;
   display:block;
   text-transform:uppercase;
   padding:0 15px;
   line-height:100px;
   color:#FFFFFF;
   
   transition: 3s;
   -webkit-transition: 3s;
   -moz-transition: 3s;
   -o-transition: 3s;
}
.mainmenu a:hover {
   background:#1A1D24;
   color:#FFFFFF;
}   
/* /menu */

/* Slider */

.SliderButton {
	background: none;
	padding: 10px;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 10px;
	margin: 30px 0;
	display: block;
	text-align: center;
	width: 170px;
}
a:visited.SliderButton  {
   color:#FFFFFF;
   
}
.Slider {
	background-color: #1d2028;
	width: 100%;
	/*height: 366px;*/
	position: relative;
}
.Slider .SliderControls {
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: auto;
	display: flex;
	transform: translateX(-50%);
}
.Slider .SliderControls li {
	background: rgba(255, 255, 255, 0.4);
	width: 15px;
	height: 15px;
	border-radius: 7px;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s linear;
}
.Slider .SliderControls li.Active {
	background: rgba(255, 255, 255, 0.7);
}
.Slider .SliderList {
	list-style: none;
	height: 100%;
}
.Slider .SliderList li {
	position: relative;
	height: 100%;
}
.Slider .SliderList li img {
	width: 100%;
}
.Slider .SliderList li .SlideDescription {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1100px;
	height: 100%;
	color: #ffffff;
}
.Slider .SliderList li .SlideDescription div {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 600px;
}

/* /slider */
/* Filter */
.controls {
	padding: 0 30px;
	width: 100%;
	display: flex;
	margin: 20px 0 0;
}
.controls>.control {
	background: none;
	border: none;
	padding: 5px;
	outline: none;
	cursor: pointer;
	text-align: left;
}
.lising {
	line-height: 30px;
}
.lising ul {
	list-style: none;
}
.controls>.control>span {
	background-color: #ff6161;
	color: #ffffff;
	border-radius: 10px;
	padding: 2px 10px;
	text-align: center;
	margin: 0 0 0 3px;
}
.CatalogList a, .why a, .Interested a {
	color: #222431;
}

.CatalogList {
	padding: 0 30px;
	list-style: none;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.mix {
	width: 250px;
	border: 1px solid #b8b4b4;
	margin: 20px 0;
}

.mix .Icon {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.mix .Header {
	padding: 20px;
	text-align: center;
}
.mix .Icon>img {
	width: 100%;
}
.mix {
	width: 250px;
	border: 1px solid #b8b4b4;
	margin: 20px 0;
}

.mix .Icon {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.mix .Header {
	padding: 20px;
	text-align: center;
}
.mix .Icon>img {
	width: 100%;
}

/* /filter */

/* why */
.why {
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: space-around;
}
.why>li {
	width: 250px;
	font-size: 14px;
	text-align: center;
	padding: 100px 0 0 10px;
}
.why>li h3 {
	font-size: 16px;
	margin: 20px auto;
}
.why>.why-1 {
	background: url('../../images/why/1.png') top center no-repeat;
}
.why>.why-2 {
	background: url('../../images/why/2.png') top center no-repeat;
}
.why>.why-3 {
	background: url('../../images/why/3.png') top center no-repeat;
}
.why>.why-4 {
	background: url('../../images/why/4.png') top center no-repeat;
}
/* /why */

.shadow_layer_footer {
   height:280px;  /*--10px отступ--*/
   
    
}
.footer{
   height:270px;
   margin:-270px auto;
   background-color:#242937;
   position:relative;
   overflow:hidden;
   color:#FFFFFF;
   font-size:12px;
}
.footerContent {
	padding-top:60px;
}
div.user_table_price {
   display:none;
   font-size:13px;
}

.autoline li {
    display:block;
   	float:left;
	width:500px;
	padding:10px;
	margin:0 auto;
}
ul.autoline {
   width:1200px;
   margin:0 auto;
}
.autoline img {
   margin-right:5px;
}
.autoline h2 {
   margin-bottom:15px;
}
.machine li{
   width:395px;
   height:140px;
   padding:0 5px 0 0;
   display:block;
   float:left;
}
.machine img {
   float:left;
}
.xxxreadmore {
	border: 1px solid #8e8f92;
	padding: 10px;
	color: #1a1c20;
	border-radius: 5px;
	width: 150px;
	display: block;
	margin-left:210px;
	margin-top:10px;
	text-align: center;
}
.readmore {
   display:block;
   padding-top:10px;
   color: #1a1c20;
   text-decoration:underline;
 
}
.menuProduction {
   padding-top:15px;
   padding-bottom:15px;
}
.ProductionFoto {
   width:415px;
   float:left;
}
.ProductionDescrition {
   width:770px;
   float:right;
}
ul.ProductionNav {
   list-style:none;
}
.ProductionNav li {
   display:inline-block;
}
.ProductionNav a {
   display:inline-block;
   background-color:##f4f4f4;
   border:1px solid #222836;
   text-decoration:none;
   color:#333333;
   text-align:center;
   padding:13px;
   width:7em;

}
.ProductionNav a:hover {
   background-color:#2D2F35;
   color:#FFFFFF;
} 
.menuProduction a{
	border: 1px solid #8e8f92;
	padding: 10px;
	border-radius: 5px;
	background-color:#FFFFFF;

}
 

.enstpage ul{text-align:justify; text-align-last:justify; list-style-type:none; padding:0;margin:0;}
.enstpage li {
   display:inline-block;
   padding:5px 0px; 
   width:332px;
   height:450px;
   overflow:hidden; 
   margin-bottom:0px; 
   /*border:solid 1px #CCCCCC;*/
   /*background-color:#99FF99;*/
   position:relative;
}

.enstpage:after {content:""; display:inline-block; width:100%; height:0; overflow:hidden;}
.enstpage h4 {
   position:absolute;
}
.enstpage img {
   border:solid 1px #CCCCCC;
   padding:5px 5px;
   margin-bottom:15px; 
}
.enstpage h4>a {
   display:block;
   width:320px;
   height:350px;
   text-align:left; 
   text-align-last:left;
   padding-top:333px;
}

.enstpage2 ul{text-align:justify; text-align-last:justify; list-style-type:none; padding:0;margin:0;}
.enstpage2 li {
   display:inline-block;
   padding:5px 0px; 
   width:282px;
   height:360px;
   overflow:hidden; 
   margin-bottom:0px; 
   /*border:solid 1px #CCCCCC;*/
   /*background-color:#99FF99;*/
   position:relative;
}

.enstpage2:after {content:""; display:inline-block; width:100%; height:0; overflow:hidden;}
.enstpage2 h4 {
   position:absolute;
}
.enstpage2 img {
   border:solid 1px #CCCCCC;
   padding:5px 5px;
   margin-bottom:15px; 
}
.enstpage2 h4>a {
   display:block;
   width:270px;
   height:350px;
   text-align:left; 
   text-align-last:left;
   padding-top:285px;
}

.wenstpage h4 { 
   position:absolute; 
   width:270px;
   height:230px;
   bottom:-210px; 
   margin-left:40%;
}


	


	div.production-en{
	   width:1000px;
	   margin:0 auto;
	}
	.production-en li {
	 float:left;
	 width:500px;
	}
	.production-en-img {
	width:200px;
	float:left;
	margin-right:10px;
	}
   .production-en-desc
   {
	width:290px;
	float:left;
	font-size:14px;
   }
	
.cls, .tehinfo p{
   clear:both;
}
/* Контакты */
.contacts {
   display:flex;
}
.contacts_div1 {
   width:650px;
   float:left;
}
.contacts_div2 {
   width:300px;
   float:left;
   margin-left:20px;
}
/* /Контакты */

/* EmailForm */
.EmailForm-1 th {
   display:none;
}
.EmailForm-1 tr {
display:block;
width:300px;
}
.EmailForm-1 table {
   width:600px;
   position:relative;
}
.EmailForm-1 tr:nth-child(3) {
   display:block;
   position:relative;
   top:-20px;
   float:right;
   margin-top:0px;
}
/* /EmailForm */

.my-flex-container{
   display: flex;
}

/* blockquote */
blockquote {
margin: 0;
background: #F0F0F1;
color: #333334;
padding: 20px 30px;
position: relative;
border-left: 35px solid #DFDEDE;
font-family: 'Lato', sans-serif;
}
blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
left: -29px;
top: 5px;
color: #BCBCBC;
font-size: 50px;
text-shadow: 1px 2px 0 white;
}
blockquote p {
margin: 0 0 16px;
font-size: 20px;
letter-spacing: .05em;
line-height: 1.4;
}
/* blockquote */

.syleul {
   list-style-type: disc;
   margin-left:30px;
}

.catalog {
   display:inline-block;
}
ul.catalog {
   width:1200px;
   margin:0 auto;
}
.catalog li {
    display:block;
   	float:left;
	width:600px;
	padding:0px;
	margin:0 auto;
	height:200px;
}

.catalog img {
   margin:3px 10px 0 10px;
   height:180px;
}
.catalog h3 {
   background-color:#CCCCCC;
   clear:both;
   padding:5px 0 5px 0;
}
.menuProduction {
}

* {
	box-sizing: border-box;
}
.navCatalog {
   height:50px;
}
.activeCat {
background-color:#00FF00;
}
/*Привязка меню*/
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} /* а вот это прикрепит меню к верху */

/* главная страница каталог */
.container-a {
 width:100%;
 min-height:240px;
 padding-left:50%;
 position:relative;
 /*background-color:#00FF00; */
}

.container-a .container-a-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.container-a .container-a-img .pic {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 4;
	-webkit-transition: -webkit-transform .3s ease;
	-webkit-transform: scale(1);
	transition: transform .3s ease;
	transform: scale(1);
}

.container-a:hover .container-a-img .pic {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.container-b {
 width:100%;
 min-height:230px;
 padding-left:0%;
 position:relative;
 /*background-color:#00FF00; */
}
.container-b .container-b-img {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0%;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.container-b .container-b-img .pic {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 4;
	-webkit-transition: -webkit-transform .3s ease;
	-webkit-transform: scale(1);
	transition: transform .3s ease;
	transform: scale(1);
}
.container-b:hover .container-b-img .pic {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.a_catalog_stanki, .a_catalog_linii {
   display:block;
   width:100%;
   height:100%;
}

* {
	box-sizing: border-box;
}
/* конец главная страница каталог */