.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}













.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #f3f3f3;
  opacity: 1
}

.swiper-pagination-bullet-active {
  background-color: #333
}

.swiper-button-next, .swiper-button-prev {
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: none;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: none
}

@media (max-width: 767.98px) {
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

.swiper-button-next:before, .swiper-button-prev:before {
  width: 100%;
  height: 100%;
  display: block;
  opacity: .04;
  content: "";
  background-color: #000;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: background-color opacity
}

.swiper-container-text.swiper-container-hover .swiper-button-next:before, .swiper-container-text.swiper-container-hover .swiper-button-prev:before {
  background-color: #fff;
  opacity: 1
}

.swiper-button-next:after {
  content: url(/a/dist/img/icon-swipe-right.svg);
  top: 0;
  left: 0;
  position: absolute
}

.swiper-button-prev:after {
  content: url(/a/dist/img/icon-swipe-left.svg);
  top: 0;
  left: 0;
  position: absolute
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0
}

.swiper-slide {
  position: relative;
  height: auto
}

.swiper-slide-align {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

.swiper-slide-text-container, .swiper-slide-text-container .swiper-slide-text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.swiper-slide-text-container .swiper-slide-text {
  color: #fff;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: opacity;
  opacity: 0
}

@media (max-width: 767.98px) {
  .swiper-slide-text-container .swiper-slide-text {
    transition-delay: 1s
  }
}

.swiper-slide-text-container:before {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  content: "";
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: opacity;
  opacity: 0
}

@media (max-width: 767.98px) {
  .swiper-slide-text-container:before {
    transition-delay: 1s
  }
}

@media (max-width: 767.98px) {
  .swiper-slide-active .swiper-slide-text-container div {
    opacity: 1
  }

  .swiper-slide-active .swiper-slide-text-container:before {
    opacity: .5
  }
}

@media (min-width: 768px) {
  .swiper-container-text .swiper-slide-hover .swiper-slide-text-container div {
    opacity: 1
  }

  .swiper-container-text .swiper-slide-hover .swiper-slide-text-container:before {
    opacity: .5
  }
}

.swiper-slide-comments {
  position: relative
}

.swiper-slide-comments .swiper-slide-comment {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  transition-property: opacity;
  opacity: 0
}

.swiper-slide-comments .swiper-slide-comment.active {
  opacity: 1
}

@media (min-width: 768px) {
  .swiper-slide-used-item {
    width: 720px;
    height: 480px
  }
}

.d-flex {
  display: flex !important
}

.flex-column {
  flex-direction: column !important
}

.justify-content-center {
  justify-content: center !important
}
.h-100 {
    height: 100%!important
}