#fade {
	position: fixed;
    top: 0;
    left: 0; 
	z-index: 9999; 
	display: none; /*--по умолчанию скрыт--*/
	width: 100%;
    height: 100%;
	background: #000;
	opacity: .70;/* Полупрозрачность слоя затемнения */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
/*--Модальное окно--*/
.popup_block{
	position: fixed;
	top: 50%;
    left: 50%;
	z-index: 99999;
	display: none; /*--по умолчанию скрыт--*/
	float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
	padding: 15px;
	border: 10px solid #6e6e6e;
/*-- скругленные углы--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
/*--тени для блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
    color: #000;
	font-size: .9em;
}
/*--Фиксированное позиционирование для тупого IE6--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/*--Блок содержания--*/
.note{
	margin:0 0 30px 0;
}
.note img{
    float:left;
	margin:5px 10px 5px 0;
	width: 100px;
	height: 100px;
}
.note h1{
	color: #009cdf;
	text-align: center;
    font-size:20px;      
	}
/* формируем кнопку закрытия */
.close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    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: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
/*--крутим кнопку при наведении--*/
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* контактная форма */
.forms{
    overflow: hidden;
    margin: -30px auto 0;
    padding-top: 10px;
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius:8px;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #CCCCCC, 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset, 0 0 15px #DDDDDD inset;
    text-align: left;
}

.forms fieldset{
    display:inline;
    float:left;
    margin:0;
    margin-left:26px;
    padding:0;
    width: 42%;
    border:none;	
}		
.first {
 margin: 10px;
}
.forms p{
    margin:.5em 0;
}
	
.forms label{

	
    margin-bottom:1px;
    color:#5B5B5B;
}	
.forms input, #form textarea{
    padding:3px;

}
.forms input {

width:100%;

 border: 1px solid #ccc;
    border-radius: 4px;
    height: 35px;
	   
}
.zakazform td {
padding: 3px 20px;
}
.zagalovok {
 text-align:center;
}
/
.forms input:focus{
  background: #F2F2F2;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
  color: #333;
}

				
.forms p.submit{
    clear:both;
    margin:0;
    padding: 10px 25px 20px;
    text-align:center;
}

.forms button{
 background: #009cdf;
    border: 1px solid #009cdf;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 35px;
  
    text-decoration: none;
    transition: border 0.2s ease 0s;
    width: 180px;
}
.form-magaz {
    background: #009cdf;
    border: 1px solid #009cdf;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin-left: 120px;
    text-decoration: none;
    transition: border 0.2s ease 0s;
    width: 200px;
}


.submenu1{
   position:absolute;z-index:999;
display:none;
width:1200px;
height:350px;
background: #fff;
        box-shadow: 0 1px 2px rgba(176,149,92,.42);
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
} 
.submenu2{
   background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(176, 149, 92, 0.42);
    display: none;
    height: 350px;
    margin-left: 240px;
    position: absolute;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    width: 240px;
    z-index: 999;
} 
.submenu3{
   background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(176, 149, 92, 0.42);
    display: none;
    height: 350px;
    margin-left: 920px;
    position: absolute;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    width: 280px;
    z-index: 999;
} 
.submenu1 ul {
    margin: 0;
    padding: 0;
    list-style: none;

}
.firstlevel {
 padding-bottom: 30px!important;

}
.submenu1 ul li {
    widht:400px;
    display: block;
    float: left;
    position:relative;
    
}
.submenu2 ul li {
    display: block;
    float: left;
    position:relative;
    margin: 5px 0;
}
.submenu2 ul li:first-child  {
    
    margin-top: 15px;
}
.submenu3 ul li {
    display: block;
    float: left;
    position:relative;
    margin: 5px 0;
}
.submenu3 ul li:first-child  {
    
    margin-top: 15px;
}
.submenu1 ul li a {
    font-size: 23px;
    display: block;
    text-decoration: none;
    color: #009cdf;
    widht:400px;
    white-space: nowrap;
    line-height:22px;
    margin: 10px 50px;
}
.submenu2 ul li a {
    font-size: 16px;
    padding: 10px 0px;
    text-decoration: none;
    color: #000;
    
    white-space: nowrap;
    line-height:22px;
    margin: 10px 20px;
}
.submenu3 ul li a {
    font-size: 16px;
    padding: 10px 0px;
    text-decoration: none;
    color: #000;
    
    white-space: nowrap;
    line-height:22px;
    margin: 10px 20px;
}
.submenu1 ul li a:hover {
	text-decoration: underline;
    color: #016089;
}
.submenu2 ul li a:hover {
	text-decoration: underline;
    color: #009cdf;
}
.submenu3 ul li a:hover {
	text-decoration: underline;
    color: #009cdf;
}
.submenu1 ul li ul {
    position:absolute;
    left:0;
    top:22px;
     font-size: 17px
}
.submenu1 ul li ul li {
    float: none;
    font-size: 17px;
}
.submenu1 ul li ul li a {
 font-size: 17px!important;
    margin: 5px 50px 0px 50px!important;
    text-decoration: none;
    color: #000!important;
    widht:400px!important;
}
ul li ul li:first-child {
 margin-top:30px!important;
}
ul li ul li a:hover {

    text-decoration: underline;
    color: #009cdf!important;

}
.bolt-li {
   font-size: 19px;
   font-weight: 600;
}