.app_bnr {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 4;
  width: 88px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.app_bnr:hover {
  transform: translateX(5px);
}
.app_bnr__link {
  display: block;
}

@media only screen and (max-width: 960px) {
  .app_bnr {
    bottom: 5px;
    width: 54px;
  }
}
.regions_area {
  display: none;
}