.en_fon_top {
    width: 100%;
    height: 60px;
    background-color: #D9D9D9;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    z-index: 3;   
}
.hidden{
  visibility: visible;
}

.nav__links {
  justify-content: space-around;  
  list-style: none;  
  display: flex; 
  padding-right:20%;

}
.nav__links li {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  margin-left: 100px;
}
.nav__links li a {
  color: black;
}

.menubutton{
  display: block;
  padding: 20px 20px;
  width: 100px
}

.icon{
  position: absolute;
  top: 5px;
  left: 10px;
  width: 50px;
  height: 50px;  
}

* {
    margin: 0;
    padding: 0;
    transition: all .2s;
}

a {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    font-family: "Open Sans";  
    align-items: center;
    font-size: 20px
}
