.headline {
  min-width: 1220px;
  width: 100%;
  padding: 0 -webkit-calc((1220px - 1180px)/2);
  padding: 0 calc((1220px - 1180px)/2);
  margin: 0 auto;
  background-color: rgba(255,255,255,0.75);
}
.headline_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 1220px;
  margin: 0 auto;
}
.headline_cart {
  padding: 0 16px;
  line-height: 56px;
  padding-left: 27px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAKlBMVEX///9dP5RdP5RdP5RdP5RdP5RdP5RdP5RdP5RdP5RdP5RdP5RdP5RdP5SF0qlpAAAADXRSTlMAESJEZneImaq7zN3uIF2eCwAAAGVJREFUeAFdzFGSAyEIhGHQUUa6uf91d4NlSvI9/kUjIIkmlQOMR36o9nC79eyIwjKuGvflKM0l9RKHJOUdm2yrrrdZ1+cpHcmXnqjk1PS816UH/CPw3U/KGwnifi5psPZv0DDkD+MGB+06X+WgAAAAAElFTkSuQmCC") no-repeat left 19px;
}
.headline_cart a {
  display: block;
}
.headline_cart span {
  min-width: 31px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background-color: #727272;
  margin-left: 5px;
  padding: 0 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.headline_item {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
/*&:hover,
		&__active
			background-color: #f0f0f0*/
}
.headline_item:not(.headline_item__right) + .headline_item__right {
  margin-left: auto;
}
.headline_itemTitle {
  display: block;
  padding: 0 16px;
  line-height: 56px;
  color: #912490;
}
.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 */
