.header {
  max-height: 150px;
}
.country__lang {
  position: relative !important;
  display: inline;
  width: 80%;
}
.lang__title {
  text-align: left;
}
.dd.country {
  min-height: 150px;
  display: none;
}
.lang__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
@font-face {
  font-family: icomoon;
  src: url("./icomoon.ttf") format("truetype");
}
@font-face {
  font-family: benton-sans;
  font-weight: 700;
  src: url("BentonSansBold.woff2") format("woff2");
}
html,
body,
.wrapper,
.main {
  height: 100%;
  overflow: hidden;
}
label {
  white-space: nowrap;
}
.dd {
  text-align: left;
  max-height: 80px;
  top: 0;
  align-items: center;
  display: flex !important;
}
.wrapper {
  padding-top: 80px;
  position: relative;
  bottom: 0;
}
.country__cta {
  bottom: 1.5rem;
}
.dd__closeIcon {
  display: none;
}
.utils__linkTxt {
  display: none;
  font-family: benton-sans;
  right: 0;
  margin: 1rem;
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.2px;
  line-height: 2.5;
  padding: 0.4375rem 0;
  cursor: pointer;
}
.header__container,
.header__nav {
  width: 100%;
}
.visible {
  display: block;
}
@media screen and (max-width: 600px) {
  .dd {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .country__lang {
    margin-top: 0;
  }
  header {
    height: 100%;
  }
  .wrapper {
    padding-top: 0px;
  }
  .dd__closeIcon {
    display: block;
    margin-right: 10px;
  }
  .utils__linkTxt {
    display: inline-block;
    float: right;
    height: 50px;
    padding: 0;
    line-height: 0.5em;
  }
  .country__lang {
    top: 0;
  }
  .lang__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .dd.visible {
    display: block;
    height: 100% !important;
    min-height: 100% !important;
  }
  .utils__burger {
    background-color: black;
    margin-right: 1em;
    margin-left: 2em;
  }
  .utils__burger:after {
    background-color: black;
  }
  .utils__openMenu:after {
    background-color: black;
    margin-right: 1em;
    margin-left: 2em;
  }
}
