#rekrutacja-trwa {
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 5;
}

#button-dok {
  max-width: 250px;
  background-color: rgb(180,157,90);
}

#button-dok:hover {
  max-width: 250px;
  background-color: #1f5058;
  transition: opacity .35s;
  color: #f4f4f4;
}

