.start-helper {
  padding: 22px;
  border: 1px solid var(--global-color-primary);
  border-radius: 10px;
  width: 100%;
  max-width: 467px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  backdrop-filter: blur(20px);
  position: absolute;
  bottom: 45px;
  left: 0px;
}
@media (min-width: 768px) {
  .start-helper {
    position: absolute;
    bottom: 90px;
    left: 16px;
  }
}
.start-helper_title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "Satoshi Variable";
  text-align: center;
}
