.social-static-block {
  width: 27px;
  height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 4;
}

.static-socials {
  margin-top: 150px;
}

.home__social-links-block {
  text-align: center;
  position: absolute;
  top: 25vh;
  z-index: 4;
}

.static-social-icon {
  margin-bottom: 15px;
  display: block;
}

.static-social-scroll-block {
  width: 27px;
  position: absolute;
  bottom: 0;
}

.static-social-scroll-button {
  height: 27px;
  width: 110px;
  background: transparent;
  border: none;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  color: #181C22;
  font-family: Taviraj;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}

.static-social-scroll-line {
  height: 80px;
  width: 4px;
  background: #7E50D3;
  margin: auto;
  position: relative;
}

.static-social-scroll-helper {
  height: 20px;
  width: 4px;
  background: #7E50D3;
  position: absolute;
  top: 100%;
  z-index: 2;
}

.static-social-scroll-line-red {
  position: absolute;
  left: 0;
  height: 20px;
  width: 4px;
  background: #F14B59;
  z-index: 3;
}

@media screen and (max-width: 800px) {
  .static-social-scroll-block {
    bottom: 32%;
  }

   .static-socials {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .static-social-scroll-block {
    bottom: 36%;
  }

  .social-static-block {
    max-height: 900px;
    height: calc(129vh - 11px);
  }
}