.scroll-to-top {
  position: fixed;
  left: 0;
  display: none;
  height: 100%;
  background: rgba(243, 243, 243, 0.9);
  width: 40px;
  top: 0;
  z-index: 20;
  cursor: pointer; }
  .scroll-to-top:hover {
    background: #E8E8E8; }
  .scroll-to-top .to-top-icon {
    position: absolute;
    bottom: 40px;
    height: 40px;
    width: 40px;
    text-align: center; }

.scroll-to-top-active {
  display: block; }

@media screen and (max-width: 1284px) {
  .scroll-to-top {
    display: none !important; } }
