/* line 1, ../sass/catalog.scss */
html,
body {
  height: 100%;
}

/* line 6, ../sass/catalog.scss */
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

/* line 15, ../sass/catalog.scss */
.swiper {
  width: 100%;
  height: 100%;
}

/* line 20, ../sass/catalog.scss */
.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  overflow: hidden;
}

/* line 28, ../sass/catalog.scss */
.swiper-slide img {
  display: block;
  width: 100%;
}

/* line 33, ../sass/catalog.scss */
.swiper-button-next, .swiper-button-prev {
  color: white;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px 10px;
  border-radius: 10px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

/* line 42, ../sass/catalog.scss */
.swiper-pagination-bullet-active {
  background-color: red;
}

@media only screen and (min-width: 769px) {
  /* line 47, ../sass/catalog.scss */
  .swiper-slide:first-child {
    transition: transform 100ms;
  }

  /* line 51, ../sass/catalog.scss */
  .swiper-slide:first-child img {
    transition: box-shadow 500ms;
  }

  /* line 55, ../sass/catalog.scss */
  .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(50%);
    z-index: 2;
  }

  /* line 60, ../sass/catalog.scss */
  .swiper-slide:nth-child(2) {
    transition: transform 100ms;
  }

  /* line 64, ../sass/catalog.scss */
  .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(55%);
    z-index: 1;
  }

  /* line 69, ../sass/catalog.scss */
  .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(-50%);
  }

  /* line 73, ../sass/catalog.scss */
  .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(-55%);
  }
}
