.footer {
  padding: 4rem $gap;
  position: relative;
}

.scrolltop {
	background: rgba($color-black, 0.1);
	border-radius: 4px;
	bottom: 6rem;
	display: none;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem;
	position: fixed;
	right: 6rem;
	text-decoration: none;
	z-index: 50;
	bottom: 0.5rem;
	right: 0.5rem;

  @media (min-width: $breakpoint-desktop) {
		bottom: 3rem;
		right: 3rem;
  }

	i {
		font-size: 1.5rem;
		line-height: 1;
	}
}