.paragraph--type--homepage-block-with-tabs,
.site-footer,
.block--views-block-homepage-hero-slider-home-page-hero-slider-views-block {
  position: relative;
}

.scroll-arrow-top-block-wrapper {
  position: absolute;
  right: 15px;
  top: -45px;
  z-index: 10;
}

.scroll-arrow-bottom-block-wrapper {
  position: absolute;
  bottom: 55px;
  right: 5px;
  z-index: 10;
}

.scroll-arrow-center-block-wrapper {
  position: absolute;
  left: -15px;
  top: -40px;
  z-index: 10;
}

@media (min-width: 576px) {
  .scroll-arrow-bottom-block-wrapper {
    right: 3.625rem;
  }

  .scroll-arrow-center-block-wrapper {
    left: 70px;
    top: -20px;
  }
}

@media (min-width: 992px) {
  .scroll-arrow-center-block-wrapper {
    left: -25px;
    top: 10px;
  }
}

@media (min-width: 1500px) {
  .scroll-arrow-center-block-wrapper {
    left: 70px;
    top: -20px;
  }
}

.scroll-arrow-center-block-wrapper::before,
.scroll-arrow-bottom-block-wrapper::before {
  content: '';
  position: absolute;
  top: 94px;
  margin-top: -35px;
  right: 22px;
  display: inline-block;
  width: 46px;
  height: 94px;
  background-repeat: no-repeat;
  background-size: 46px 94px;
  background-image: url("../img/icon-arrowcircle-down.png");
}

.scroll-arrow-center-block-wrapper::before {
  margin-top: -30px;
  right: 27px;
}

.scroll-arrow-top-block-wrapper::before {
  content: '';
  position: absolute;
  top: -12px;
  margin-top: -35px;
  right: 40px;
  display: inline-block;
  width: 20px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 20px 100px;
  background-image: url("../img/icon-arrow-top.png");
}

.scroll-arrow-top-block-wrapper .scroll-to-top-text,
.scroll-arrow-bottom-block-wrapper .scroll-to-bottom-text {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.scroll-arrow-center-block-wrapper .scroll-to-center-text {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.scroll-arrow-center-block-wrapper .scroll-to-center-text {
  color: #000;
}

.scroll-arrow-top-block-wrapper .scroll-to-top-text,
.scroll-arrow-bottom-block-wrapper .scroll-to-bottom-text {
  color: #ffffff;
}
.scroll-arrow-top-block-wrapper .scroll-to-top-text {
  color: #7b2222;
}

.scroll-to-center-text:hover,
.scroll-to-center-text:focus,
.scroll-arrow-top-block-wrapper:hover,
.scroll-arrow-top-block-wrapper:focus,
.scroll-arrow-bottom-block-wrapper:hover,
.scroll-arrow-bottom-block-wrapper:focus {
  cursor: pointer;
}
