.trigger {
  width: 408px;
  height: 408px;
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .4);
  background-color: #fff;
  position: fixed;
  top: 208px;
  left: 24px;
  z-index: 9999 !important;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-100%) scale(0);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.trigger_loaded {
  transform: translateX(0) scale(1);
  visibility: visible;
  opacity: 1;
}

.trigger_type_squirrel {
  border-radius: 56px;
  background: linear-gradient(to right bottom, rgba(178, 158, 44, .12%) -140px, #374b23), url("https://spk.perm.ru/assets/images/banner-squirrel_tree.webp") 0 0 no-repeat, #fff !important;
  /* background: url("../assets/images/banner-squirrel_tree.webp") 0 0 no-repeat; */
}

