.topToBlock {
  position: fixed;
  bottom: 42px;
  margin-left: 50px;
  background-color: #d9002b;
  background: #d9002b url(/bitrix/templates/aspro_max/images/scroll.png)
    no-repeat scroll center 14px;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: 99999;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.topToBlock:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .topToBlock {
    display: none !important;
  }
}
