header.header .topLine {
  position: relative;
}

header {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 10px auto;
  position: relative;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
header .topLine {
  clear: both;
  min-height: 23px;
  font-size: 14px;
  position: relative;
  margin: 0 10px;
}
header .topLine .contacts {
  margin: 0;
  float: right;
  list-style: none;
}
header .topLine .contacts li {
  padding: 3px 0 0 45px;
  float: left;
  margin: 0;
}
header .topLine .contacts li a {
  color: #000; /* @todo: as configurable */
  text-decoration: none;
}
header .topLine .contacts li a.iconPhone:before {
  padding: 0 5px;
}
header .topLine .localeHeader {
  float: right;
  position: relative;
  margin-left: 5px;
}
header .topLine .localeHeader .localeCurrent, header .topLine .localeHeader .localeItem {
  width: 35px;
  height: 23px;
}
header .topLine .localeHeader .localeList {
  top: 23px;
}
header .topLine .localeHeader [data-locale=en] {
  background-position: 0 0;
}
header .topLine .localeHeader [data-locale=ru] {
  background-position: 0 -48px;
}
header .topLine .localeHeader [data-locale=uk] {
  background-position: 0 -24px;
}
header .mainLine {
  background: #a9a9a9; /* @todo: as configurable */
  position: relative;
  padding: 5px;
}
header .mainLine:after {
  content: "";
  display: block;
  clear: both;
}
header .mainLine .logo {
  text-decoration: none;
  float: left;
}
header .mainLine .logo img {
  display: block;
  height: 55px;
}
header .mainLine .logo .tagline {
  font-size: 10px;
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
header menu {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: initial;
  background: #fff;
  min-height: 40px;
  -webkit-box-shadow: -4px 4px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 4px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 4px 18px -7px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
header menu input[type=checkbox] {
  display: none;
}
header menu > ul {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
header menu > ul > li {
  text-align: left;
}
header menu > ul > li > label, header menu > ul > li > a {
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
header menu .menu .menuItem {
  position: static;
  display: block;
  text-align: center;
}
header menu .menu .menuItem > a, header menu .menu .menuItem > label {
  border-left: none;
}
header menu .menu .menuItem > ul {
  position: absolute;
  left: 5px;
  right: 5px;
  width: auto;
  bottom: auto;
  top: auto;
  transform: none;
}
header menu .menu .menuItem > ul ul {
  margin-top: 5px;
  width: auto;
  left: 0px;
  right: 0px;
}
header menu .menu .menuItem:hover > ul {
  opacity: 0;
}
header .socialHub {
  list-style: none;
  font-size: 16px;
  float: right;
  margin-right: 10px;
  position: relative !important;
  margin-top: 6px;
  margin-bottom: 0;
}
header .socialHub .socialHubItem {
  border: 1px solid #000;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #eee;
  display: inline-block;
  position: relative;
}
header .socialHub .socialHubItem a {
  color: #000;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

/*# sourceMappingURL=common.css.map */
