#search_block_top {
  min-height: 30px;
  margin: 0 0 32px;
  position: relative;
}
#search_block_top button[type=submit] {
  position:absolute;
  top:50%;
  margin-top: -15px;
  right:5px;
  width:31px;
  height:31px;
  height:3.1rem;
  /*background:url("../../../img/styles/bg_submit.png") 5px 0 no-repeat;*/
  text-indent:-999em;
  overflow:hidden;
  cursor:pointer;
  border:none;
  opacity: 0;
  z-index: 2;
}
#search_block_top:after {
  font-family: "pictos", arial;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;

  line-height: 29px;

  content: '\1F50D';
  position:absolute;
  top:50%;
  margin-top: -15px;
  right:5px;
  width:29px;
  height:29px;
  text-align: center;
  font-size: 1.2em;
  color: #212121;
}
.fontface #search_block_top:after {
  content: '\E809';
}
#search_block_top button[type=submit]:hover, #search_block_top button[type=submit]:focus {
  background-position:5px -29px;
}
#search_block_top input[type=text] {
  height:31px;
  height:3.1rem;
  line-height:31px;
  line-height:3.1rem;
  font-size:12px;
  font-size:1.2rem;
  width:100%;
  display: block;
  padding: 0;
  color: #212121;
  border: #212121 solid 1px;
  background: #fff;
  padding: 0 36px 0 5px;
}
#search_block_top label {
  position: absolute !important;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#toggle_search {
  background: none repeat scroll 0 0 #333;
    bottom: -26px;
    display: none;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    height: 26px;
}
#toggle_search:after {
  font-family: "pictos", arial;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;

  line-height: 26px;

  content: '\1F50D';
}
.fontface #toggle_search:after {
  content: '\E80A';
}

#toggle_search {
  background: none repeat scroll 0 0 #333;
    bottom: -26px;
    display: none;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    height: 26px;
}
#toggle_search:after {
  font-family: "pictos", arial;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;

  line-height: 26px;

  content: '\1F50D';
}
.fontface #toggle_search:after {
  content: '\E80A';
}