.bunner__main .tooltip {
  padding: 3px 7px;
}

.action {
  position: relative;
}

.action::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  top: 9px;
  transform: rotate(349deg);
}

.bunner__dark:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0, rgb(0 0 0 / 41%), rgb(42 42 42 / 63%));
}

@media (max-width: 640px) {
  .bunner__content {
    top: auto;
    background: #FFF;
    width: 90%;
    height: 195px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #868686;
    position: relative !important;
    margin-top: -35px;
    margin-bottom: 23px;
  }

  .bunner-form-gradient {
    background-size: cover;
  }
  .bunner__title,
  .bunner_caption {
    color: #0a2838
  }

  /*.bunner__dark {
    display: none;
  } */

  .bunner__main .uk-slider-nav {
    position: static !important;
    margin-top: 0 !important;
  }

  .line__bunner {
    height: 1px;
    width: 50px;
    background: #0a2838;
  }

  .tooltip {
    background: #1f2c42;
    color: #FFF
  }

  .title-action {
    color: #1f2c42;
  }

  .action::after {
    background: #5dbfbb;
    top: 7px;
    transform: rotate(354deg);
  }
}
