.footer-link-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-right: 40px;
  margin-right: 15px;
  margin-bottom: -20px;

  color: #8d8d8d;
  position: relative;
}

.footer-link-block a {
  color: #8d8d8d;

  vertical-align: top;
  text-decoration: underline;

  transition: 0.5s opacity ease-in-out;
}

.footer-link-block p {
  display: none;
  margin-bottom: 0;

  font-size: 13px;
  line-height: 14px;

  vertical-align: top;
}

p.footer-link-show {
  display: block;
}

.footer-link-btn {
  position: absolute;
  bottom: 75%;
  right: 0;

  width: 40px;
  height: 40px;
  /* margin-left: 165px; */

  background: url("link.svg") no-repeat center;
  background-size: 20px;
  border: none;
  cursor: pointer;
  opacity: 0.2;

  /* transform: translate(-50%); */
}

.footer-link-btn:hover,
.footer-link-btn:focus {
  opacity: 1;
}