.header_buttons .wpml-ls-legacy-list-horizontal {
  position: absolute;
  left: -89px;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 365px) {
  .header_buttons .wpml-ls-legacy-list-horizontal {
    left: -75px;
  }
}

.header_buttons .wpml-ls-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_buttons .wpml-ls-item a {
  color: #fff;
}

.header_buttons .wpml-ls-item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_buttons .wpml-ls-item a span:before {
  content: '';
  /* display: inline-block; */
  display: none;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.header_buttons .wpml-ls-item:not(:first-child) {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header_buttons .wpml-ls-item:not(:first-child) a {
  color: #1a441b;
}

.header_buttons .wpml-ls-item:not(:first-child):hover {
  background-color: #FFCB05;
}

.header_buttons .wpml-ls-item:nth-child(2) {
  border-top: 2px solid #FFCB05;
}

.header_buttons .wpml-ls-item-ru span {
  position: relative;
}

.header_buttons .wpml-ls-item-ru span:before {
  background-image: url(https://factoria-agro.ua/wp-content/uploads/2018/12/ru.png);
}

.header_buttons .wpml-ls-item-en span {
  position: relative;
}

.header_buttons .wpml-ls-item-en span:before {
  background-image: url(https://factoria-agro.ua/wp-content/uploads/2018/12/eng.png);
}

.header_buttons .wpml-ls-legacy-list-horizontal:hover li:not(:first-child) {
  display: block;
}

.header.fixed > .header_buttons > .wpml-ls-legacy-list-horizontal > ul > li > a,
.header.header--inner > .header_buttons > .wpml-ls-legacy-list-horizontal > ul > li > a {
  color: #000;
}

.header_buttons.opened-menu .wpml-ls-legacy-list-horizontal {
  display: none;
}
/*# sourceMappingURL=header-lang.css.map */