.c-social-share {
  display: flex;
  align-items: center;
}

.c-social-share__wrapper {
  z-index: 2;
  position: fixed;
  left: auto;
  right: 16px;
  bottom: 68px;
}

@media (min-width: 992px) {
  .c-social-share__wrapper {
    bottom: unset;
    top: calc(50% - 20px);
  }
}

.c-social-share__button {
  -webkit-transition: border-color 0.25s ease-out;
  -moz-transition: border-color 0.25s ease-out;
  -ms-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
  padding: 0;
  z-index: 1;
  font-size: 0;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border: 2px solid #BBBBBB;
  cursor: pointer;
}

.c-social-share__button:before {
  content: '';
  background-image: url(../../images/share.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  position: absolute;
  top: 12px;
  left: -2px;
  right: 0;
  bottom: 0;
}

.c-social-share__button:hover, .c-social-share__button:focus {
  border-color: #daa300;
}

.c-social-share__toggle {
  display: none;
}

.c-social-share__toggle:checked ~ .c-social-share__icons li:nth-child(1) {
  right: 312px;
}

.c-social-share__toggle:checked ~ .c-social-share__icons li:nth-child(2) {
  right: 262px;
}

.c-social-share__toggle:checked ~ .c-social-share__icons li:nth-child(3) {
  right: 212px;
}

.c-social-share__toggle:checked ~ .c-social-share__icons li:nth-child(4) {
  right: 162px;
}

.c-social-share__toggle:checked ~ .c-social-share__icons li:nth-child(5) {
  right: 112px;
}

.c-social-share__icons {
  position: absolute;
  right: -73px;
}

.c-social-share__icons li {
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -ms-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  margin-right: 16px;
  position: absolute;
  right: 59px;
  top: -19px;
}

.social-media-sharing .share {
  -webkit-transition: transform 0.25s ease-out, border-color 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out, border-color 0.25s ease-out;
  -ms-transition: transform 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: transform 0.25s ease-out, border-color 0.25s ease-out;
  transition: transform 0.25s ease-out, border-color 0.25s ease-out;
  display: flex;
  width: 34px;
  height: 34px;
  border: 2px solid #BBBBBB;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.social-media-sharing .share img {
  width: 34px;
}

.social-media-sharing .share:hover, .social-media-sharing .share:focus {
  transform: scale(1.1);
  border-color: #daa300;
}

#block-social-sharing-block {
  display: none;
}
