.dropdown-menu_lang {
  display: inline-block;
  position: relative;
}

/*.dropdown-menu_lang ul {
  width: 25px;
  display: none;
} */

/*.dropdown-menu_lang ul li:hover {
  background: #1d9fcb;
}*/

.dropdown-menu_lang ul li a {
  display: block;
  width: 100%;
  padding: 5px 35px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}

.dropdown-menu_lang .title {
  display: inline-block;
  width: 25px;
  height: 26px;
  font-size: 15px;
  line-height: 30px;
  cursor: pointer;
  background: #eaecf0 url('img/flag_english.png') no-repeat 5px center;
}
.dropdown-menu_lang .title a {
  color: #000;
  text-decoration: none;
}

.dropdown-menu_lang .title a img{
  display: none;
}

.dropdown-menu_lang .title::after {
  content: "";
  float: right;
  display: block;
  background: url('img/arrow_down.png') no-repeat 10px center;
  width: 20px;
  height: 30px;
  margin-right: 5px;
}
.dropdown-menu_lang.open a {
  color: #fff;
}

.dropdown-menu_lang.open .title {
  background: #0085b6 url('img/flag_english_active.png') no-repeat 5px center;
  color: #fff;
}

.dropdown-menu_lang.open .title::after {
  background: url('img/arrow_up.png') no-repeat 10px center;
}

.dropdown-menu_lang.open ul {
  display: block;
}
