.widgets__child {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    margin: 0 25px 25px 0;
}

.widgets__item{
  height: 75px;
  width: 75px;
  cursor: pointer;

  a {
    display: flex;
    width: 100%;
    height: 100%;
  }
}