.slider-flex-wrapper {
  display: flex;
  align-items: stretch; }
.slider-flex .swiper-slide {
  height: auto; }

.slider-mobile {
  position: absolute;
  left: 6.2%;
  top: 2.9%;
  width: 87.6%;
  background-color: #132d3d; }
  .slider-mobile-cont {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    width: 80%; }
    .slider-mobile-cont::before {
      content: '';
      display: block;
      padding-bottom: 190.4761904762%; }
  .slider-mobile .swiper-slide {
    position: relative;
    flex: 0 0 100%; }
    .slider-mobile .swiper-slide::before {
      content: '';
      display: block;
      padding-bottom: 205.5555555556%; }
    .slider-mobile .swiper-slide div {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: cover; }
  .slider-mobile-mask2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 15; }
  .slider-mobile-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 15; }
  .slider-mobile-next, .slider-mobile-prev {
    position: absolute;
    outline: none;
    border: 0;
    background: none;
    font-size: 26px;
    top: calc(50% - 15px);
    left: -40px;
    color: #9C00B5; }
  .slider-mobile-next {
    left: auto;
    right: -40px; }

/*# sourceMappingURL=slider.css.map */
