body .header {
  background: transparent; }

body .section-wrap.section-wrap--top {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr; }

body #section-header {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 1; }

body .section-wrap.section-wrap--top div:nth-child(2) {
  grid-row: 1;
  grid-column: 1; }

body .header-menu a {
  color: #fff; }

.header-menu ul {
  list-style: none; }

.header-menu ul li {
  display: inline-block; }

.header-menu .has-dropdown ul li {
  display: block; }

.header-menu .has-dropdown ul {
  display: none; }

.header-menu .has-dropdown:hover > ul {
  position: absolute;
  display: block;
  text-align: left;
  width: 30%;
  background: grey;
  padding: 10px;
  margin: 0; }
