body, html {
  overflow: hidden;
}

p, ul, ol {
  margin: 0;
  padding: 0;
}

.sl_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9999;
}

.sl_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  height: 100%;
}

.sl_main_text {
  margin-bottom: 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.swiper {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
  max-width: 350px;
}

.swiper-images-wrapper {
  display: flex;
}
.swiper-images-wrapper .swiper-slide {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  width: 350px;
  max-width: 100%;
  height: 100%;
}
.swiper-images-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-images-wrapper .swiper-slide .image_text {
  padding: 17px;
  position: absolute;
  bottom: 0;
  fill: rgba(17, 17, 17, 0.38);
  backdrop-filter: blur(5px);
  color: #ffed31;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sl_button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 46px;
  border: 2px solid #87ffa8;
  background: #2e432d;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.55);
  color: #6eff96;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  animation: pulse 1.5s infinite;
  cursor: pointer;
  outline: none;
}

@keyframes pulse {
  50% {
    transform: scale(1.1);
  }
}

/*# sourceMappingURL=preview-with-slider.css.map */
