.swiper-div {
    position: absolute;
    bottom: 10px;
    text-align: left;
    right: 10px;
    padding: 10px 20px;
    background: none;
}
.swiper-div .btn {
	background: linear-gradient(180deg,#ff0000 0,#c20800 100%) !important;
    animation: vehsika1 2s linear infinite;
    box-shadow: 0 0 0px #ff0000;
}
@keyframes vehsika1 {
  0% {
    box-shadow: 0 0 0px #ff0000;
  }
  50% {
    box-shadow: 0 0 20px #ff0000;
  }
  75% {
    box-shadow: 0 0 0px #ff0000;
  }
  85% {
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    box-shadow: 0 0 0px #ff0000;
  }
}
.swiper-text-block {
}
.swiper-text-block h3 {
    line-height: 1em;
}
.swiper-text-block h4 {
    margin-top: -5px;
}
h3.line-height-3.text-lg-10.font-weight-extra-bold {
    font-size: 32px !important;
}
