.header {
  background: url("../img/header-bg.png") center center no-repeat;
  background-size: cover;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Tahoma', sans-serif;
  width: 100%;
  z-index: 10;
}

.header .row {
  margin-left: 75px;
  margin-right: -45px;
  margin-top: 20px;
}

.header .header__logo a img {
  max-width: 100%;
}

.header .header__menu {
  margin-left: 20px;
  margin-right: -20px;
}

.header .header__menu ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 10px;
}

.header .header__menu > ul > li {
  position: relative;
}

.header .header__menu ul li ul {
  position: absolute;
  padding: 10px;
  background-color: #e2e2e2;
  display: none;
  grid-gap: 16px;
  flex-direction: column;
  width: 250px;
  z-index: 1;
}

.header .header__menu ul li ul li {
  margin-right: 0;
}

.header .header__menu ul li:hover ul {
  display: grid;
}

.header .chw-widget ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 10px;
}

.header .chw-widget ul li {
  margin: 5px;
}

.header .chw-widget ul li a {
  height: 16px;
  width: 30px;
}

.header .header__menu ul li {
  margin-right: 25px;
}

.header .header__menu ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header .header__menu ul li a:hover {
  color: #616161;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header .header__menu ul li.active a {
  color: #616161;
}

.header .header__menu img {
  height: 20px;
}

.header .header__lang {
  margin-right: -30px;
  margin-top: -10px;
}

.header .header__lang a img {
  width: 38px;
  height: 25px;
}

.chw-widget ul {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
  .header .row {
    margin-left: 0;
    margin-right: 0;
  }
  .header .header__menu {
    text-align: center;
    margin: 10px 0;
  }
  .header .header__menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header__menu ul li {
    margin-right: 15px;
  }
  .header .header__menu ul li a {
    font-size: 16px;
  }
  .header .header__menu img {
    max-width: 100%;
  }
  .header .header__lang {
    text-align: center;
    margin-top: 10px;
  }
  .header .header__lang a img {
    width: 25px;
    height: 15px;
  }
}

@media (max-width: 640px) {
  .header .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header__menu ul li {
    margin: 10px;
  }
}
/*# sourceMappingURL=header.css.map */