.title_urk{
  display: flex;
  height: 50px;
  align-items: center;
}
.wrapper_lang {
  width: 90%;
  margin: 0 auto;
}
.d-flex{
  display: flex;
  align-items: center;
  flex-direction: row;

}
.text-ukr{
  font-size: 16px;
  text-transform: none;
  text-align: left;
  width: 94%;
  line-height: 1.2;
  margin-bottom: 0;
  color:#ff4d4d;
}
.change-lang{
  width: 78px;
  position: relative;
}
.langs{
  position: absolute;
  width: 78px;
  z-index: 50;
  display: none;
}
.active-lang{
  display: block;
}
.lang{
  text-align: center;
  font-size: 16px;
  border: 1px solid grey;
  background-color: lightgoldenrodyellow;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4px 7px;
  text-decoration: none;  
  cursor: pointer
}
.arrow-lang.active-arrow{
  transform: rotate(180deg);
  
}
.change-lang_menu{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  background-color: lightgrey;
  font-size: 14px;
  height: 34px;
  border: 1px solid lightgrey;
  cursor: pointer;
}
.lang_flag{
  width: 20px;
  height: 20px;
}
.arrow-lang{
  width: 12px;
  transition: all 0.2s;
}



@media screen and (max-width: 639px){

.d-flex{
  display: flex;
  align-items: center;
}
.text-ukr{
  font-size: 16px;
  text-transform: none;
  text-align: left;
  width: 75%;
}
.change-lang{
  width: 78px;
  position: relative;
}
.langs{
  position: absolute;
  width: 78px;
  z-index: 50;
  display: none;
}
.active-lang{
  display: block;
}
.lang{
  text-align: center;
  font-size: 16px;
  border: 1px solid grey;
  background-color: lightgoldenrodyellow;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4px 7px;
  text-decoration: none;  
  cursor: pointer
}
.arrow-lang.active-arrow{
  transform: rotate(180deg);
  
}
.change-lang_menu{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  background-color: lightgrey;
  font-size: 14px;
  height: 34px;
  border: 1px solid lightgrey;
  cursor: pointer;
}
.lang_flag{
  width: 20px;
  height: 20px;
}
.arrow-lang{
  width: 12px;
  transition: all 0.2s;
}

}