.element__details {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 22px 25px 0;
  border-radius: 50%;
  border: none;
  color: rgb(255, 255, 255);
  background: #ff872f;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  bottom: 85px;
  right: 0;
  visibility: hidden;
  opacity: 0;
}