.slider_style {
  width: 100%;
}
@media (max-width: 1260px) {
  .actions-block__bg {
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
}
.scrollTop {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 30px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: 999;
  transition: all 0.2s;
}
.scrollTop:hover {
  box-shadow: 0 0 0 1px #64a300;
}
.scrollTop:hover:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2012%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%2364a300%22%20d%3D%22M1.567%2C-0.014%20L11.008%2C9.058%20L11.546%2C9.501%20L11.008%2C9.944%20L1.567%2C19.015%20L-0.006%2C17.503%20L8.322%2C9.501%20L-0.006%2C1.498%20L1.567%2C-0.014%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.scrollTop:before {
  content: "";
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2012%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23B3B3B3%22%20d%3D%22M1.567%2C-0.014%20L11.008%2C9.058%20L11.546%2C9.501%20L11.008%2C9.944%20L1.567%2C19.015%20L-0.006%2C17.503%20L8.322%2C9.501%20L-0.006%2C1.498%20L1.567%2C-0.014%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  transform: rotate(-90deg);
  position: absolute;
}
