function overTHUMB(obj, stav){
  if(stav){
    obj.style.borderColor = "#fff";
  }else{
    obj.style.borderColor = "#624949";
  }
}

