#socialBlock {
  display: none;
}

#scrollArrow {
  cursor: pointer;
  margin-left: auto;
  background: var(--color3);
  border-radius: 50%;
}

.arrow-scroll-wrap {
  position: sticky;
  z-index: 5;
  bottom: 0;
}

.arrow-scroll {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  position: absolute;
  right: 15px;
  bottom: 40px;
}

.social-icons {
  display: flex;
  justify-content: center;
}
.social-icons__block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.social-icons a {
  display: block;
}

@media (max-width: 1200px) {
  .arrow-scroll {
    gap: 5px;
  }
  #scrollArrow {
    width: 42px;
    height: 42px;
  }
  .social-icon > svg {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=arrow-scroll.css.map */