.headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  padding: 0 -webkit-calc((1220px - 1180px)/2);
  padding: 0 calc((1220px - 1180px)/2);
  margin: 0 auto;
  background-color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.headline_item {
  position: relative;
  cursor: pointer;
  color: #c64b00;
}
.headline_item:not(.headline_item__right) + .headline_item__right {
  margin-left: auto;
}
.headline_item:hover,
.headline_item__active {
  color: #ea8100;
}
.headline_itemTitle {
  display: block;
  padding: 0 16px;
  line-height: 56px;
  color: inherit;
}
.headline_itemTitle img {
  margin-right: 8px;
}
.headline_itemTitle__lang:after {
  content: "";
  display: inline-block;
  background-image: url("/themes/comp1/img/arrowhead-down.png");
  background-repeat: no-repeat;
  background-position: center 75%;
  width: 7px;
  height: 1em;
  margin-left: 8px;
}
.headline_itemTitle__search:before {
  content: "";
  display: inline-block;
  background-image: url("/themes/comp1/img/search.png");
  background-repeat: no-repeat;
  background-position: center 75%;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.headline_itemDropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #f0f0f0;
  z-index: 100;
}
.headline_itemDropdown__right {
  left: auto;
  right: 0;
}
.headline_itemDropdown__search {
  width: 370px;
  padding: 16px;
}
.headline_itemDropdown__login {
  width: 290px;
  padding: 16px;
}

/*# sourceMappingURL=../maps/component/headline.css.map */
