.box select {
   padding: 10px;
   border: none;
   background: #EC6E00;
   font-family: "Russo One", sans-serif;
   color: #fff;
   font-size: 10px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
   outline: none;
}
.swich-language {
   display: flex; /* Встановлюємо flex-контейнер */
   align-items: center; /* Вирівнюємо елементи вертикально по центру */
   max-width: 75px;
}
.list-language a {
   text-decoration: none;
   display: flex;
   align-items: center;
}





.swich-parent {
   position: relative;
   color: #fff;
   top: -5px;
   z-index: 10;
}
.list-language {
   position: absolute;
   right: 0;
   display: none;
   position: absolute;
   font-size: 10px;
   width: 100%;
}
.list-language img {
   width: 30px;
   margin: 3px;
   padding-right: 5px;
}
@media only screen and (max-width: 430px) {
   .list-language img {
      width: 23px;
      margin: 0px;
      padding-right: 5px;
      margin-bottom: 3px;
      margin-left: 2px;
   }
}
.list-language div {
   display: flex;
   align-items: center;
   min-width: 100%;
}
.list-language-active {
   display: block;
   background-color:#EC6E00;
}
.list-language {
}
.list-language div img {
}
.swich-language img {
   width: 20px;
}
button {
   background-color:#EC6E00;
   border: none;
   padding: 5px;
}
.list-language div:hover {
   background-color: #fff;
   color: black;
}

button {
   background-color: #EC6E00;
   border: none;
   padding: 5px;
   color: #fff;
}
.list-language div:hover {
   background-color: #fff;
   color: black;
}
.list-language-active {
   text-decoration: none;
   display: block;
   background-color: #EC6E00;
}
@media only screen and (max-width: 600px) {
   .swich-parent {
      top: 2px;
   }
   .span-text {
      display: block;
   }
}
