.floating-lang {
  position: fixed;
  right: 30px;
  top: 5%;
  transform: translateY(-50%);
  font-size: 14px;
  text-decoration: none;
  color: #4a586e !important; /* или ваш цвет */
  z-index: 9999;
}

.floating-lang:hover {
  opacity: 0.7;
}

.allrecords {
    color: #4a586e;
    text-decoration:none
}


.floating-tomain {
  position: fixed;
  left: 30px;
  top: 5%;
  transform: translateY(-50%);
  font-size: 14px;
  text-decoration: none;
  color: #4a586e !important; /* или ваш цвет */
  z-index: 9999;
}