.h-menu > input,
.h-menu > label {
  display: none;
}

.h-menu ul > li:hover,
.h-menu ul > li:active {
  color: rgba(0,0,0,.87);
}

.h-menu ul > li:focus > ul,
.h-menu ul > li:active > ul,
.h-menu ul > li:hover > ul,
.h-menu ul ul:hover {
  display: block;
}

.h-menu ul > li a:hover {
  text-decoration: underline;
}

.h-menu ul li > a:only-child {
  padding-right: 16px;
}

.h-menu ul > li {
  float: left;
  transition: background-color .2s;
  padding-bottom: 9px;
}

.h-menu ul > li > label {
  width: 26px;
}

.h-menu ul ul {
  position: fixed;
  z-index: 55;
  display: none;
  width: 100%;
  background: #f4f2e8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  right: 0;
  margin-top: 9px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.h-menu ul ul > div.container li {
  border-bottom: 1px solid #bdbdbd;
  margin-right: 50px;
  margin-bottom: 8px;
  width: 260px;
}
.h-menu ul ul > div.container li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  position: relative;
  display: block;
}
.h-menu ul ul > div.container li a:after {
  content: '';
  background: url(/sites/default/files/menu-strelica.svg) no-repeat;
  width: 8px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.h-menu ul ul > div.container {
  height: 132px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: start;
}
.h-menu ul ul > div.container .parent-li {
  display: flex;
  height: 100%;
  width: 330px;
}
.h-menu ul ul > div.container .parent-li h2 {
  align-self: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.13;
  color: #075941;
}
.h-menu ul ul > li {
  float: none;
}

.h-menu ul ul ul {
  margin-left: 100%;
  /* line height + padding of link */
  margin-top: -45px;
}

.h-menu ul > li.edge > ul {
  margin-left: 0;
  right: 0;
}

.h-menu ul ul li.edge > ul{
  right: 100%;
}

.h-menu ul > li > label:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgb(150, 150, 150);
  position: absolute;
  top: 43%;
  left: 8px;
}

.h-menu ul ul > li > label:after  {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgb(150, 150, 150);
}
