.fg-figure-detail-footer {
  position: fixed;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 75px;
  width: 400px;

  border-top: 1px solid #dddddd;
  background: #fafafa;
  cursor: auto;
}

.fg-figure-detail-footer-button {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 80px;

  background: none;
  border: none;
  color: #777777;

  transition: all .4s ease;
}

.fg-figure-detail-footer-button:hover,
.fg-figure-detail-footer-button:active,
.fg-figure-detail-footer-button:focus {
  color: black;
}

.fg-figure-detail-footer-button-icon {
  font-size: 25px;
  line-height: 1;
}

.fg-figure-detail-like-btn {
  position: relative;
  height: 27px;
}

.fg-figure-detail-like-btn--liked,
.fg-figure-detail-like-btn:hover,
.fg-figure-detail-like-btn:active,
.fg-figure-detail-like-btn:focus {
  color: #ea4c89;
}

.fg-figure-detail-like-btn--own-figure:hover,
.fg-figure-detail-like-btn--own-figure:active,
.fg-figure-detail-like-btn--own-figure:focus {
  color: #777777;
}

.fg-figure-detail-like-btn--low-opacity,
.fg-figure-detail-like-btn--low-opacity:hover,
.fg-figure-detail-like-btn--low-opacity:active,
.fg-figure-detail-like-btn--low-opacity:focus {
  color: rgba(119, 119, 119, .3);
}

.fg-figure-detail-like-icon--liked-by-auth-user {
  position: absolute;
  top: 1px;
  left: calc(50% - 12.5px);

  opacity: 0.4;

  font-size: 24px;
}

.fg-figure-detail-footer-button-info-text {
  margin-left: 5px;
  margin-right: -11px;

  width: 5px;

  font-family: 'AzoSans-Medium';
  font-size: 10px;
}

.fg-figure-detail-like-btn--low-opacity {
  cursor: default;
}

@media only screen and (max-width : 800px) {
  .fg-figure-detail-footer {
    left: 0;
    width: 100%;
  }
}
