@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif, Verdana, Century Gothic;
}
.activ{
    margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}
.company{
    margin:1% 0 -1.1% 5%;
}
.black13{
	color: #131313;
}
.black05{
	color: #050505;
}
.h5label{
	font-size: 1.94em;
	font-weight: 600;
	margin-top: 0.2em;
	padding-top: 0.38em;
}
.Label{
	width: 4.69em;
	height: 4.38em;
}
p#label{
	font-size:  0.625em;
	margin-top: -0.2em;
	font-weight: 500;
}
#cnts{
	float: right;
	position: relative;
	margin: 0.625em 0 0 0;
	width: 10em;
}
#cnts ul{
	list-style: none;
}
#cnts ul li{
	float: left;
	position: relative;
}
#cnts ul li,
#contacts ul li a{
	padding: 0 12px;
}
#cnts{
	display: none;
}
#contacts{
    float: right;
	position: relative;
	margin: 1.45em 1.56em 0 0;
	width: 38.75em;
	list-style: none;
}
#contacts ul{
	list-style: none;
}
#contacts ul li{
	float:left;
	position:relative;
}
#contacts ul li,
#contacts ul li a{
	font-size: 1em;
	font-weight: 600;
	padding: 0 10px;
	text-decoration: none;
	color: #050505;
}
#contacts ul li:first-child{
	padding-right: 15px;
}
.stylgrey{
	font-size: 13px;
	font-weight: 500;
	padding-left: 30px;
}
#contacts ul li ul{
	display:none;
}
#contacts ul li:hover ul {
	display:block;
}
#contacts ul li:hover a#bltel{ 
	color:#860814;
	font-size: 1.08em;
	font-weight: 600;
	padding: 0;
   transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.formtel{
	display:block;
	position:absolute;
	top:-15px;
	left:-45px;
	width:240px;
	height: 300px;
	padding: 15px 5px 15px 25px;
   border-radius: 10px;
   box-shadow: 0 -2px 10px rgba(0,0,0,0.22);
	background: #fff;
	z-index: 120;
}
.formtel{
	text-align: left;
}
.formtel #request{
   width: 120%;
   padding: 10px 20px;
   line-height: 42px;
   background: #275F96;
   border-radius: 7px;
	color: #ececec;
}
.indent{
	padding-top: 4%;
}
.grey{
	color: #747474;
}
.fz09{
	font-size: 0.87em;
}
pre {
	font-size: 1em;
   line-height: 1.2em;
}
#ind{
	padding: 3px 0 0 20px;
}
.topmenu{
  background:url(../images/service/twinline.svg) no-repeat;
  position: absolute; /*важно*/
  width: 100%;
  z-index: 100;
}
.topmenu nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 6.375em);
  margin: 0 auto; /*важно auto*/
  height: 10.5em;
  align-items:center;
  justify-content: space-between;
}
nav .menu{
  display: flex;
  align-items: center;
}
nav .menu .links{
  margin-top: 0;/*.5em;высота меню на красном*/
  display: flex;
}
.menu .links li{
  list-style: none;
  line-height: 4.375em;
}
.menu .links li a{
	display: block;
  color: #F7F7F7; /* цвет шрифта меню  */
  font-size: 1em;
  font-weight:  600;
  padding: 0.94em 1.69em 1.06em 1.69em;
	 -webkit-transition: all 0.1s ease;
     -moz-transition:  all 0.1s ease;
     -o-transition: all 0.1s ease;
     transition: all 0.1s ease;
}
.menu .links li a.underline1{
	display: block;
	color: #ececec; /* цвет шрифта меню  */
  font-size: 1em;
  font-weight:  600;
  padding: 0.94em 1.69em 1.87em 1.69em;
	 -webkit-transition: all 0.1s ease;
     -moz-transition:  all 0.1s ease;
     -o-transition: all 0.1s ease;
     transition: all 0.1s ease;
}
.menu .links li label{
  color: #131313; /* цвет шрифта меню  */
  font-size: 18px;
  font-weight:  600;
	 -webkit-transition: all 0.1s ease;
     -moz-transition:  all 0.1s ease;
     -o-transition: all 0.1s ease;
     transition: all 0.1s ease;
}
.menu .links li label{
  display: none;
}
.top{
	padding-top: 0.5em;
}
.menu .links li:hover .underline {
  background: #fff;
	color: #131313;
  padding: 0.94em 1.69em 1.06em 1.69em;
  text-decoration: underline;
	border-radius: 0.9em 0.9em 0 0;
	 -webkit-transition: all 0.1s ease;
     -moz-transition:  all 0.1s ease;
     -o-transition: all 0.1s ease;
     transition: all 0.1s ease;
}
.menu .links li:hover .underline1 {
  background: #fff;
	color: #131313;
  padding: 0.94em 1.69em 1.87em 1.69em;
  text-decoration: underline;
	border-radius: 0.9em 0.9em 0 0;
	 -webkit-transition: all 0.1s ease;
     -moz-transition:  all 0.1s ease;
     -o-transition: all 0.1s ease;
     transition: all 0.1s ease;
}
.menu .links li:hover ul li a{
	color: #131313;
}
.topmenu .search-icon {
  margin-top: 0em;
  margin-right: 0.7em;
  cursor: pointer;
  width: 4.375em;
  text-align: right;
}
.topmenu .search-icon .loupe:before {
	display:inline-block;
	content: url(../images/service/loupe.svg);
}
.topmenu .search-icon .louper {
	display: none;
}
.topmenu .search-icon #poick {
	display: none;
}
.topmenu .venacukos-icon{
  margin-top: -4.06em;
  margin-right: 1.25em;
  cursor: pointer;
  line-height: 100px;
  text-align: right;
}
.topmenu .venacukos-icon .bars:before {
	display:inline-block;
	content: url(../images/service/menu.svg);
	transform: scale(1.2); 
}
.topmenu .venacukos-icon{
  display: none;
}
.topmenu #poisk:checked ~ .search-icon .loupe::before{
  content: url(../images/service/Xw.svg);
}
.topmenu .poiskovik{
  position: absolute;
  top:25.5%;/*было 10%*/
  left:0;	
  height: 45%;/*было 100%*/
  max-width: calc(100% - 5.525em);
  width: 100%;
  opacity: 0;
  pointer-events: none;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
.topmenu #poisk:checked ~ .poiskovik{
  opacity: 1;
  pointer-events: auto; /*важно*/
}
.poiskovik input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #ececec;
  background: #86000d;
  padding: 0 100px 0 15px;
}
.poiskovik input::placeholder{
  color: #ececec;
}
.poiskovik .go-icon .right:before {
	display:inline-block;
	content: url(../images/service/right-white.svg);
	transform: scale(1.2); 
}
.poiskovik .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
  width: 70px;
  background: #86000d;
  border: none;
  outline: none;
  cursor: pointer;
}
.topmenu input[type="checkbox"]{
  display: none;
}

/* Начало кода выпадающего меню */
.menu .links ul{
  position: absolute;
  background: #fff; /*цвет фона выпадающего подменю*/
  top: 5em;
  z-index: 49;
  opacity: 0;
  visibility: hidden;
	box-shadow: -2px 4px 6px rgba(0,0,0,0.2);
}
.menu .links li:hover > ul{
  top: 7.4em; /* сдвиг выпадающего меню вниз было 118пикс*/
	display: block;
  padding:0.63em 0 0.9em 0;
	border-radius: 0 0 0.9em 0.9em;
  opacity: 1;
  visibility: visible;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
.menu .links ul li a{
  display: block;
  width: 100%;
  line-height: 0.4em;
  border-radius: 0px!important;
}
.menu .links ul li a.tr{
  display: block;
  width: 100%;
  line-height: 0.9em;
  border-radius: 0px!important;
}
.menu .links ul li:hover {
	background: #f3f3f3;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;

}
.menu .links ul ul{
  position: absolute;
  top: 0;
  	box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
right: calc(-100% + 8.39em); /* сдвиг выпадающего меню 3-го порядка вправо*/
}
#classif{
  right: calc(-100% + 6.7em);}
#thinmill{
  right: calc(-100% + 12.31em);
}
#drylab{
  right: calc(-100% + 6.39em);
}
#dryind{
  right: calc(-100% + 12.16em);
}
#Gd{
  right: calc(-100% + 8.86em);
}
#classific{
  right: calc(-100% + 12.55em);
}
#crush{
  right: calc(-100% + 14.25em);
}
.menu .links li:hover > ul ul{
	display: block;
	border-radius: 0 0.9em 0.9em 0.9em;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
.menu .links ul li{
  position: relative;
}
.menu .links ul li:hover ul{
  top: 0;
	background: #f3f3f3;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
.indent {
	padding-top: 4%;
}
.menu .links ul ul li a:hover{
	color: #d0000e;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
/*************************************/ 
.ui-form {
   max-width: 100vw;
   padding-top: 20px;
   padding-bottom: 30px;
   margin: 20px auto 40px;
   background: #f4f5f7;
}
.ui-form p {
   position: relative;
   z-index: 5;
   margin: 0px 0 10px;
   text-align: center;
   color: #050505;
   font-size: 0.9em;
   font-weight: 600;
}
.form-tab {
	display:table;
    max-width: 1280px;
	margin: 0 auto;
	padding:10px;
} 
.form-col1, .form-col2 {
	display:table-cell;
}
.form-col1 {
	width:19%;
	padding-left:2.5em;
	vertical-align:middle;
    font-size: 20px;
    font-weight: 600;
	color: #050505;
} 
.form-col2 {
	width:81%;
} 
.form-row {
   position: relative;
   margin-bottom: 20px;
}
.form-row input {
   display: inline-block;
   width: 20%;
	height: 4em;
   padding: 0;
   margin-left: 3.6%;
   line-height: 30px;
   font-family: 'Montserrat', Verdana, Century Gothic;
   background: none;
   border-width: 0;
   border-bottom: 2px solid #275f96;
   transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
}
#message {
	width:92%;
	height: 3.2em;
}
input[placeholder] {
    font-size: 14px;
    color: #5b5b5b;
}
input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #5b5b5b;
 } 
   input[type="text"]::-moz-placeholder {
    font-size: 14px;
    color: #5b5b5b;
}
.form-row input:focus {
   outline: 0;
   border-color: #e60416;
}
.ui-form input[type="submit"] {
   margin-bottom: 10px;
   width: 130px;
   padding: 0;
   line-height: 50px;
   background: #275f96;
   border-radius: 6px;
   border-width: 0;
   color: white;
   font-size: 15px;
   font-weight: 600;
}
.ui-form p {
   margin: 0;
   padding-top: 10px;
}
form .persdata {
   margin-top: -10px;
   font-size: 12px;
   color:#5b5b5b;
}
.ques{
	display: none;
}
/*************************************/ 
.foot {
  margin: 30px auto 10px;
  width: 100%;
  max-width: 1280px;
}
.foot-tab {
	display:table;
	width:100%;	
	padding:0 1.5em 1.5em;
} 
.foot-col1, .foot-col2, .foot-col3 {
	display:table-cell;
	width: 33%;
    align-items: center;
    justify-content: center;
    text-align: center;
	vertical-align: middle;
} 
.foot-col1 a, .foot-col2 a, .foot-col3 a{
	color: #050505;
	font-weight: 500;
	font-size: 0.9em;
}
/*************************************/ 
footer {
  margin: 0 auto;
  width: 100%;
  max-width: 100vw;
  background: #860814;
  color: #fff;
}
footer a {
	color:#fff;
}
footer a:hover{
	color:#CE9898;
}
footer h5{
	font-size: 1em;
}
.footer-tab {
	display:table;
	max-width:1280px;
	margin: 0 auto;
	padding:1.5em;
} 
.footer-co1, .footer-co2, .footer-co3, .footer-co4 {
	display:table-cell;
	vertical-align:top;
}
.footer-co1 {
	width:10%;
	padding:0 1em 0 6em;
} 
.footer-co2{
	width:30%;
	padding: 1.25em;
	vertical-align: middle;
}
.footer-co3{
	width:35%;
	padding: 1.5em;
} 
.footer-co4{
	width:25%;
	padding: 1.5em;
} 
.f-co1{
    align-items: center;
    justify-content: center;
    text-align: center;
	vertical-align: middle;
    border-right: 2px solid #CE9898;
}
.f-imgpadding{
	padding: 17px 3px 0 0; 
}
.f-title {
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}
footer ul li #tr{
	line-height: 0.9em
}
.f-title2{
	font-size:0.9em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2.5em;
}
.f-content2 {
	font-size:0.9em;
	font-weight: 500;
	line-height: 1.3em;
	text-transform: uppercase;
}
.floatleft {
	float: left;
}
footer ul, footer li {
	list-style:none;
	padding:0;
	margin:0;
} 
footer li {
	margin-bottom:10px;
}
/*******************************/ 
/* Запуск адаптивного кода  */
@media screen and (max-width: 1160px)/*1050-1160*/{ /*важно and*/
#contacts{
	margin-right: 15px;
	width: 560px;
}
#contacts ul li,
#contacts ul li a{
	padding: 0 5px;
}
	.topmenu nav{
  max-width: 100%;
	  padding: 0;
  }
  nav .menu .links{
   margin-top: 2px;/*.5em;высота меню на красном*/
  margin-left: 1.25em;
  }
.topmenu .search-icon {
  margin-right: 1.87em;
}
  .topmenu .poiskovik{
  max-width: calc(100% - 70px);
  }
.form-col1 {
	padding-left:1.0em;
    font-size: 18px;
} 
.footer-tab {
	padding:1.5em 1em;
} 
.footer-co1 {
	padding:0 1em 0 5em;
} 
}
@media screen and ( max-width : 1050px ){  /*важно and*/
	.menu .links li a{
  padding: 0.94em 1.25em 1.0em 1.25em;
  }
  .menu .links li a.underline1{
  padding: 0.94em 1.25em 1.66em 1.25em;
  }
.menu .links li:hover .underline {
  padding: 0.94em 1.25em 1.0em 1.25em;
 }
.menu .links li:hover .underline1 {
  padding: 0.94em 1.25em 1.66em 1.25em;
 }
  nav .menu .links{
   margin-top: 0em;/*.5em;высота меню на красном*/
  }
.footer-co3{
	padding: 1.5em 1em;
} 
.footer-co4{
	padding: 1.5em 0 1.5em 1em;
} 
}
@media screen and (max-width: 997px)/*906-997*/{  /*важно and*/
 .company {
    margin:0 0 -1.2% 5px;	}
 #contacts{
	width: 560px; }
  .menu .links li a{
    padding: 0.94em 0.9em 1.0em 0.9em; }  
  .menu .links li a.underline1{
    padding: 0.94em 0.9em 1.7em 0.9em;	 } 
  .menu .links li:hover .underline {
    padding: 0.94em 0.9em 1.0em 0.9em; }
  .menu .links li:hover .underline1 {
    padding: 0.94em 0.9em 1.7em 0.9em;	  }
  .topmenu .poiskovik{
	  max-width: calc(100% - 2.9em);}
  .topmenu .search-icon {
      margin-right: 0.7em;
   }
.form-col1 {
	width:21%;
	}
  .footer-co1 {
	padding:0 1em 0 2.5em;
} 
.footer-co2{
	width:33%;
    padding: 0 1em;
	}
  .footer-co3{
	width:39%;
   }

}
@media screen and (max-width: 905px){  /*важно and*/
 #contacts{
	width: 480px; 
	margin: 25px 1px 0 0;
	  z-index: 9999;
}
#contacts #town{
	display: none;	}
#contacts ul li,
#contacts ul li a{
	padding: 0 5px;
}
  .topmenu {
  background: none;
	  z-index: 9999;
	}
.topmenu nav{
  height: 3.5em;
}
	.topmenu .search-icon .loupe {
	display: none;
  }
  .topmenu .search-icon .louper{
	float: left;
	position:absolute;
    top: -1.9em;
    left:10%;
    width: 2.375em;
    cursor: pointer;
  }
  .topmenu .search-icon #poick{
	float: left;
	position:absolute;
    top: -1.5em;
    left:14.5%;
	color: #747474;	
	font-weight: 400;	
  }
  .topmenu .venacukos-icon{
    display: block;
  }
  #navigau:checked ~ .venacukos-icon .bars::before{
  content:url(../images/service/X.svg);
  }
  #navigau:checked ~ .search-icon .louper{
    display: inline-block;
	content: url(../images/service/louper.svg);
	transform: scale(1);
  }
  #navigau:checked ~ .search-icon #poick{
    display: block;
	transform: scale(1);
  }
 .topmenu .poiskovik{
  top: -2.5em;
  left:15%;	
  max-width: calc(100% - 220px);
  height: 4em;
}
 .topmenu #poisk:checked ~  .search-icon .louper{
  content:url(../images/service/Xr.svg);
	transform: scale(0.5);
	}
 .topmenu #poisk:checked ~  .search-icon #poick{
	 display: none;
	}
 .arrows .updown{
  margin-top: -2px;
  margin-right: 20px;
  float: right;
}
  .arrows .updown::before {
	display:inline-block;
	content: url(../images/service/down.svg);
	transform: scale(1.5); 
}
  nav .menu .links {
  display: block;
  position:fixed;  /*важно*/
  background: url(../images/service/LabelRed.svg) no-repeat 50% 95% #fff;
  background-size: 150px;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  margin-left: 0px;
  max-width: 100%;
  overflow-y: auto;  /*важно*/
  padding-top: 90px;
  padding-bottom: 100px;
  transition: all 0.3s ease;
  }
  nav #navigau:checked ~ .menu .links{
  left: 0%;
  }
	.menu .links li:hover > ul{
		padding: 0;
	}
	.menu .links li #lab{
    background:linear-gradient(#d1d1d1 1px, #f5f5f5 19px);  
	background:-o-linear-gradient(#d1d1d1 1px, #f5f5f5 19px);
    background: -webkit-linear-gradient(#d1d1d1 1px, #f5f5f5 19px);
    background: -moz-linear-gradient(#d1d1d1 1px, #f5f5f5 19px);
	padding: 25px 10px 16px 40px;
	border-bottom: 2px solid #d1d1d1;
  }
   .menu .links li{	
    background: #f3f3f3;
  }
	.menu .links li .border{
	border-top: 2px solid #d1d1d1;
	border-bottom: 2px solid #d1d1d1;
	}
  .menu .links ul li a,
  .menu .links li label{
	background:none;
    padding: 16px 10px 16px 40px;
	}
  .menu .links li a,
  .menu .links li label{
  line-height: 23px;
  font-size: 18px;
  display: block;
  color: #131313;
  }
  .menu .links li a.submenu{
  display: none;
  }

  /* запуск адаптивного кода раскрывающегося списка */
  .menu .links ul,
  .menu .links ul ul{
  position: static;  /*важно*/
  opacity: 1;
  visibility: visible;
  background: none;
  max-height: 0px;
  overflow: hidden;
  }
  .menu .links #show-laboratory:checked ~ ul,
  .menu .links #show-planet:checked ~ ul,
  .menu .links #show-services:checked ~ ul,
  .menu .links #show-classif:checked ~ ul,
  .menu .links #show-drylab:checked ~ ul,
  .menu .links #show-Gd:checked ~ ul,
  .menu .links #show-industry:checked ~ ul,
  .menu .links #show-info:checked ~ ul,
  .menu .links #show-thinmill:checked ~ ul,
  .menu .links #show-classific:checked ~ ul,
  .menu .links #show-dryind:checked ~ ul,
  .menu .links #show-crush:checked ~ ul,
  .menu .links #show-company:checked ~ ul,
  .menu .links #show-komplexs:checked ~ ul
  {
  max-height: 100vh;
  }
  .menu .links #show-laboratory:checked ~ .arrows .updown::before,
  .menu .links #show-services:checked ~ .arrows .updown::before,
  .menu .links #show-industry:checked ~ .arrows .updown::before,
  .menu .links #show-info:checked ~ .arrows .updown::before,
  .menu .links #show-company:checked ~ .arrows .updown::before,
  .menu .links #show-komplexs:checked ~ .arrows .updown::before
  {
	display:inline-block;
	content: url(../images/service/up.svg);
	transform: scale(1.5); 
  }
  .menu .links ul ul li{
  margin: 0 10px;
  }
  .menu .links ul li a{
  font-size: 18px;
  line-height: 23px;
  color: #d0000e;
  }
 .form-col1 {
	display: none;
	}
  .ques{
   position: relative;
   display: block;
   z-index: 5;
   margin: 5px 0 5px;
   text-align: center;
   color: #050505;
   font-size: 1.5em;
   font-weight: 600;
	}
  .footer-tab {
	padding:0.8em;
} 
.footer-co1{
	width:5%;
	padding: 1.5em 0.3em 1.5em 0.3em;
}
.footer-co2{
	width:40%;
	padding: 1.5em 0.3em;
}
.footer-co3 {
	width:50%;
	padding: 1.5em 0.3em;
} 
.footer-co4{
	width:5%;
	padding: 1.5em 1.5em 1.5em 0;
} 
.f-title2{
	line-height: 1.5em;
}
.f-content2 {
	font-size:0.83em;
	font-weight: 600;
}
}
@media screen and (max-width: 768px) /*695px*/ {
	.company{
    margin:1% 0 -1.6% 5px;
 }
 .Label{
	width: 3.745em;
	height: 3.5em;
 }
 p#label{
	font-size:  0.45em;
	 line-height: 3px;
 }
 .h5label{
	font-size: 1.4em;
	padding-top: 0.47em;
}
 #contacts{
	width: 25em; 
	margin: 0.813em 1.9em 0 0;
 }
 #contacts ul li,
 #contacts ul li a{
	font-size: 0.95em;
	padding: 0;
}
 #contacts ul li:first-child{
	padding-right: 0;
}
.stylgrey{
		font-size: 0.8em;
		font-weight: 500;
	 margin: 0 20px 0 -10px;
	}
.formtel{
	width:220px;
}
.topmenu .venacukos-icon{
  margin-top: -2.7em;
 }
  .topmenu .search-icon .louper{
    margin-top: 0.95em;
  }
  .topmenu .search-icon #poick{
    margin-top: 0.95em;
  }
  nav .menu .links {
  padding-top: 70px;
  }
  .topmenu .poiskovik{
  top:-1.9em;/*было 10%*/
}
.noview{
	display: none;
}
	.ui-form{
		display: block;
		margin: 30px auto;
	}
.form-tab {
	display:table;
	width:100%;
	text-align: center;
} 
  .ques{
   font-family: 'Montserrat', Verdana, Century Gothic;
   font-size: 1.1em;
   letter-spacing: 1px;
	}
.form-col2 {
	display:table-row;
	width:85%;
} 
.form-row {
   position: relative;
  /* margin-bottom: 30px;*/
}
.form-row input {
   display: inline-block;
   width: 88%;
   padding: 0.75em;
   margin: 1.5% auto 0;
   line-height: 16px;
   background: #fff;
   border-width: 0;
   border-radius: 5px;
   transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
     -moz-transition:  all 0.3s ease;
     -o-transition: all 0.3s ease;
}
#message {
	width:88%;
	margin: -2% auto -7%;
	
}
input[placeholder] {
    font-size: 14px;
	color: #131313;
}
input[type="text"]::-webkit-input-placeholder {
    color: #131313;
 } 
   input[type="text"]::-moz-placeholder {
    color: #131313;
}
.form-row input:focus {
   outline: 1px;
   border-color: #e60416;
}
.ui-form input[type="submit"] {
	margin-top: -10px;
   margin-bottom: 10px;
   width: 240px;
   padding: 0;
   line-height: 45px;
   background: #275f96;
   border-radius: 6px;
   border-width: 0;
   color: white;
   font-size: 16px;
   font-weight:500;
}
footer {
  max-width: 768px;
}
footer h5{
	font-size: 1.15em;
	font-weight:600;
	}
.footer-tab {
	position: relative;
	display:block;
	width:100%;	
	padding:1.5em;
} 
.footer-co1, .footer-co2, .footer-co3, .footer-co4 {
	display:block;
}
.footer-co1 {
	position: absolute;
	transform: scale(1.5);
	bottom: 2em;
	right: 8.5em;
} 
.footer-co2{
	width:100%;
	padding: 0.5em 0 0 2.5em;
}
.footer-co3, .footer-co4{
	width:70%;
	padding: 0.5em 2.5em;
} 
.f-co1{
	 border-right: none;
}
.f-imgpadding{
	padding: 22px 3px 0 0; 
}
.f-title {
	font-size:1.02em;
	font-weight:600;
	padding-bottom:5px;
	position:relative;
}
.f-title2{
	font-size:0.9em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 2em;
}
footer .f-content {
	display: none;
}
} 
@media only screen and (max-width: 660px){ 
	.company{
    margin:1% 0 -2.5% 5px;
 }
    .topmenu nav{
  height: 2.5em;
   }
  .topmenu .search-icon #poick{
    left:16%;
    margin-top: 0.95em;
    }
	div#contacts{display: none;}
	
	div#cnts{display: block;}
	
    .topmenu .venacukos-icon{
    margin-top: -1.35em;
    }
  .topmenu .search-icon .louper{
    margin-top: 0.95em;
  }
  .topmenu .poiskovik{
   top:-1.5em;/*было 10%*/
   left:18%;	
   max-width: calc(100% - 220px);
}
    .topmenu .poiskovik .go-icon{
    width: 30px;
    right: 0;
    }
    .topmenu .poiskovik input{
     padding-right: 30px;
    }
.foot {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.foot-tab {
	display:block;
} 
.foot-col1, .foot-col2, .foot-col3 {
	display:block;
	width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
	vertical-align: middle;
	padding: 5px;
} 
footer h5{
	font-size: 1em;
	font-weight:600;
	}
.footer-tab {
	padding:1em;
} 
.footer-co1 {
	transform: scale(1);
	bottom: 0.8em;
	right: 6.5em;
} 
.footer-co2{
	padding: 0.5em 0 0 1em;
}
.footer-co3, .footer-co4{
	padding: 0.5em 1em;
} 
}
@media only screen and (max-width: 520px){ 
    .topmenu .venacukos-icon{
    margin-top: -1.7em;
    }
}
@media screen and (max-width: 400px){   /*важно and*/
	div#contacts{display: none;}
	div#cnts{display: block;}
	    .topmenu .venacukos-icon{
    margin-top: -1.2em;
	 margin-right: 10px; 
    }
	.company{
    margin:0 0 -2.8% 5px;
    }
    .Label{
	width: 2.74em;
	height: 2.82em;
    }
	.h5label{
	font-size: 1.3em;
	padding-top: 0.37em;

	}
    p#label{
	font-size:  0.42em;
	font-weight: 600;
	line-height: 3px;
    }
    .topmenu nav{
    padding: 0 10px;
    }
	.menu .links li #lab{
	padding: 25px 10px 16px 10px;
    }
    .menu .links ul li a,
    .menu .links li label{
    padding: 16px 10px 16px 10px;
	}

    .topmenu .search-icon .louper{
   /* margin-top: -1.7em;*/
	left:5%;	
    }
    .topmenu .search-icon #poick{
    /*margin-top: -2.3em;*/
		left:14.5%;
    }
    nav .menu .links {
    padding-top: 70px;
    }
    .topmenu .poiskovik{
   top:-1.7em;/*было 10%*/
	left:15%;	
    max-width: calc(100% - 130px);
    }
footer {
  max-width: 400px;
}
}
