    *{
    	margin: 0;
    	padding: 0;
    	box-sizing:border-box;
    }
    body{
	/*background-color: #9b945F;ENTANUR FON*/
	background-image: url("image/bg.png");
  background-size: cover;
}

p{
  text-align: left;
  line-height: 24px;
  font-size: 13px;
  font-family: 'Verdana', Helvetica, Arial, sans-serif;
  color: #444;	
}
.main{
	width: 1000px;
	border: 3px solid #869364;
	background-image:url("image/cloud2.jpg");
  background-size: cover;
	margin: 10px auto;
	position: relative;
	border-radius: 25px;
	/*box-shadow: 5px 5px #444444;*/
}
.header{
	height: 81px;
  margin: 39px;
  display: flex;
  justify-content: space-between;
  /*background-image: url("image/gora.jpg");
  background-size: cover;*/
}
.logo{
	margin-top: 20px;
  color: #092d58;
}
.tel {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #092d58;
}
#header_lang{
  margin-top: 5px;
  display:flex;
  flex-direction: row; 
  justify-content:center;

}
#header_lang img{
  border: 1px solid #092d58;
}
#header_lang a{
  display: block;
  padding: 10px;
}
#header_date{
  margin-top: 25px;
}
.container{
	padding: 20px;
	overflow: auto;  
}
.container_prod{
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.menu{
	height:50px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.footer{
	height: 74px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 12px 20px;
	border-top: 1px solid black;
	display: flex;
  justify-content: space-between;
}
#left{	
	margin-top: 5px;
}
#right{
  color: #092d58;	
}
/*INSERT FROM menu2*/
.menu ul {/*GLXAVOR MENUI CUCAK*/
  list-style: none; /*убираем маркеры списка*/
  margin: 0; /*убираем отступы*/
  padding-left: 0; /*убираем отступы*/
  /*margin-top:25px; делаем отступ сверху*/
  background:#444444; /*добавляем фон всему меню*/
  height: 50px; /*задаем высоту*/
}
.menu a {
  text-decoration: none; /*убираем подчеркивание текста ссылок*/
  background:#444444; /*добавляем фон к пункту меню*/
  color:#fff; /*меняем цвет ссылок*/
  padding:0px 15px; /*добавляем отступ*/
  font-family: arial; /*меняем шрифт*/
  line-height:50px; /*ровняем меню по вертикали*/
  display: block; 
  border-right: 3px solid white; /*добавляем бордюр справа*/
 }
.menu a:hover {
  background: #D61A15;/*добавляем эффект при наведении*/
}
.menu li {
  float:left; /*Размещаем список горизонтально для реализации меню*/
  position:relative; /*задаем позицию для позиционирования*/
}
      /*Стили для скрытого выпадающего меню*/
    li > ul {
        position:absolute;
        top:50px;
        display:none;
        font-size: 15px;
        line-height: 15px; 
    }

.menu-ul a{
  line-height: 25px;
  border-bottom: 2px solid white; 
  padding: 10px 5px;
}
    /*Делаем скрытую часть видимой*/
    li:hover > ul {
        display:block; 
        width:264px;  /*Задаем ширину выпадающего меню*/      
    }
   li:hover > ul > li {
        float:none; /*Убираем горизонтальное позиционирование*/
    }

/*INSERT FROM menu2*/
/*.height{	height: 30px;}*/
.img{	list-style-type: none;}

.hed1{
	font-family: 'open_sanssemibold', Georgia, Times New Roman;
    color: #092d58;
    font-size: 23px;
    line-height: 1.7em;
    text-align: center;
    /*font-style: italic;*/
    padding-top:20px;
}

.hed2{
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
  font-size: 15px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
  color: #092d58;
  }
.hed2 a{
  text-decoration: none;
  color: #092d58;
}
.hed3{
display: -webkit-flex; 
-webkit-flex-wrap: wrap;
display: flex;
flex-wrap: wrap;
padding:10px;
}
.tile{
	width:32%;
	display: flex;
 /* flex-wrap: nowrap;*/
}

.icon{
	float: left;
	margin-right: 10px;
	width:20%;
	 margin: 10px;
	         }
 /*.img{
	height: 40px;
    width: 40px;
    border-radius: 9px;
}*/
.icon img{
	width: 40px;
  border-radius: 15px;
}
#left img{
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #deeccd;
  border-radius: 5px;
}
.article{
	 width: 90%;
	  margin: 10px;
    color: #092d58;
}
/*.article_text p{
	margin-top: 15px;
	float: left;
	text-align: left;
	line-height: 24px;
  font-size: 13px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color: #444;
}*/

.article a{
  text-decoration: none;
  color:#092d58;
  font-size: 17px;
  font-weight: 600;
}
.article a:hover{
  color:#092d58;
  text-shadow:  0 1px 1px rgba(255, 100, 100, 0.75);
}

hr {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  border-radius: 5px;
  border: 2px  solid #092d58;
/* width:100%;
 margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;*/
 
}








/*form {
    display: block;
}
input{
  float: right;
    border: 1px solid #ccc !important;
    border-right: none !important;
    font-size: 11px;
    padding: 0 10px;
    width: 150px;
    height: 30px;
    line-height: 30px;
}
#searchsubmit{
  height: 30px;
    line-height: 30px;
    width: 35px;
    padding: 0;
    text-align: center;
    float: right;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
button {
  float:right;
    font-family: inherit;
    display: inline-block;
    margin: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }*/