.h-menu:before,
.h-menu:after {
  content: "";
  display: table;
}
.h-menu:after {
  clear: both;
}
.h-menu input:not(.form-text) {
  display: none;
}
.h-menu ul {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.h-menu ul > li {
  position: relative;
}
.h-menu ul > li a,
.h-menu ul > li span {
  color: #272727;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: block;
  border-radius: 2px;
  padding: 30px 27px 17px 12px;
}
.lang-en .h-menu ul > li a,
.lang-en .h-menu ul > li span {
  padding-top: 25px;
}
.h-menu ul > li a:hover {
  text-decoration: none;
}
.h-menu ul > li > label {
  display: table-cell;
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
