html, body {
    margin: 0;
    padding: 0;
}

html {  
	font-family: 'Open Sans', Arial, sans-serif;
    //font-size: 16px;
    background: /*#EFEFEF*/lavender;    
}

html * {
    box-sizing: border-box;
} 

button {
    cursor: pointer;
}

@media (max-width:1024px) {

  html {  
      font-size: 1.8vw;
  }

}   
	
#header {
    //box-sizing: border-box;
    background-color: #ffde00;
	
	
}

#header-container {
    //box-sizing: border-box;
    margin: 0 5%;
    padding: 1vw 0;
}

#img_header {
    //box-sizing: border-box;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
	//float:left;
}

#search_header {
    //box-sizing: border-box;
    width: 59%;
    //display: inline-block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	//float:left;
}

#searchform {
    border: 1px solid #D61921;
    margin: 0 5%;
    border-radius: 5px; 
    padding: 0.5vw 0;
    //display: table-cell;
    //text-align: center;
    //height: 100%;
    //vertical-align: middle;
}

#searchform-input {
    //height: 2.16vw;
    //width: 16vw;
    //line-height: 1.5;
//    position: absolute;
    //border-radius: 3px;
//    top: 0;
    //font-size: 1vw;
//    left: 0;
    //padding: 0 0.72vw 0 0.72vw;
    background: transparent;
    //border: none;
//    box-sizing: border-box;
    //float: right;
}

#searchform-submit {
 //   width: 2.3vw;
   // height: 2.16vw;
    //border: none;
    //display: block;
    //background: url(http://ex003.infocom19.ru/wp-content/themes/rhdeti/Img/search-button.png);
    background: url(Img/search-button.png) no-repeat;
    background-size: 100%;
    //position: absolute;
    //right: 0;
    //top: 0px;
    //text-indent: -3000px;
    cursor: pointer;
    //float: right;
}    


#phone_header {
    //box-sizing: border-box;
	width: 20%;
    display: table-cell;
    vertical-align: middle;
    //font-family: 'RalewayBold', sans-serif;
	text-align: center;
	font-size: 2vw;
	//font-weight: bolder;
    color: #D61921/*#7a1100*/;
	//float:left;
}

#phone_header > a {
    font-size: 1.2vw;
    color: #D61921/*#7a1100*/;
    font-weight: bolder;
}

#main_menu {
clear: both;
font-size: 11pt;
height: 20px;
padding: 14px 0px;
overflow: hidden;
/*background: #FFDE00;*/
/*border: 1px solid #FFDE00;*/
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
margin: 0 5% 0 5%;
font-weight: 600;
}

#main_menu ul {
clear: both;
margin: 0;
padding: 0px;
}

#main_menu ul li {
float: left;
list-style: none;
padding: 0 10px;
}

#main_menu a {
color: black;
padding: 0 10px;
text-decoration: none;
}

#main_menu .sub-menu {
display: none;
position: absolute;
margin: 0;
padding: 10px !important;
border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
z-index: 999999;
}

#main_menu ul li:hover .sub-menu  {
display: block;
clear: both;
position: absolute;
background: #45aeff;
}

#main_menu .sub-menu li {
clear: both;
}

#main_menu a:hover {
	color: gray;
/*text-decoration: underline;*/
}

