@font-face {
  font-family: 'Graphie Bold';
  src: url('fonts/Graphie-Bold.otf') format('opentype');
}
.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.header {
  height: 95px;
  position: absolute;
  z-index: 4;
  width: 100%;
  right: 0;
  top: 0;
}
.header .content {
  height: 100%;
  position: relative;
}
@media (min-width: 801px) {
  .header .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.header .logo {
  display: block;
  text-decoration: none;
  color: black;
}
@media (min-width: 801px) {
  .header .logo {
    font-family: 'Graphie Bold';
    font-size: 30px;
    text-transform: uppercase;
    margin: auto 22px 6px 0;
  }
}
.header .button {
  display: none;
}
.header .menu-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}
.header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header .menu a {
  all: unset;
}
.header .menu .item {
  cursor: pointer;
  color: black;
  text-decoration: none;
  margin: auto 31px 10px 0;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
}
.header .menu .item:hover {
  color: #900c0c;
}
.header .langs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: auto 0 3px 60px;
}
.header .langs .item {
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 5px solid #fdca27;
  margin: auto 8px 0 0;
  background-size: cover;
}
.header .langs .active {
  border-color: white;
}
@media (max-width: 1100px) {
  .header .menu {
    margin-left: auto;
  }
  .header .langs {
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .header {
    height: 50px;
    background: #fee934;
  }
  .header .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header .logo {
    display: block;
    margin: auto auto auto 0;
    font-family: 'Graphie Bold';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
  }
  .header .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    max-width: 40px;
    min-width: 40px;
    height: 50px;
    top: 0;
    right: 0;
    transition: 0.5s ease-in-out;
  }
  .header .button > span {
    display: block;
    min-width: 10px;
    height: 2px;
    background: black;
    margin: 0 auto 2px auto;
  }
  .header .button > span:first-child {
    margin-top: auto;
  }
  .header .button > span:last-child {
    margin-bottom: auto;
  }
  .header .menu-wrapper {
    transition: 0.5s ease-in-out;
    position: absolute;
    width: 220px;
    height: 100vh;
    min-height: 570px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background: #fee934;
    box-shadow: inset 20px 0 54px 0 rgba(0,0,0,0.15);
    top: 0;
    right: -220px;
    z-index: 10;
  }
  .header .menu-wrapper .langs {
    order: 1;
    margin: 0;
    padding-left: 26px;
    height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
  }
  .header .menu-wrapper .langs .item {
    min-width: 40px;
    height: 40px;
    margin: auto auto auto 0;
  }
  .header .menu-wrapper .menu {
    order: 2;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .header .menu-wrapper .menu .item {
    min-width: 220px;
    max-width: 220px;
    padding-left: 26px;
    height: 50px;
    border-bottom: 1px solid #fdca27;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 13px;
  }
  .header .menu-wrapper .menu .item:first-child {
    border-top: 1px solid #fdca27;
  }
  .header .menu-wrapper .menu .item a {
    margin: auto 0;
  }
}
