/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.swiper.sliderExtendedPropertyGallery {
  width: 100%;
  height: 100%;
  margin-left: 0;
  overflow: visible;
}
.swiper.sliderExtendedPropertyGallery .swiper-wrapper {
  display: flex;
  flex-flow: row;
}
.swiper.sliderExtendedPropertyGallery .swiper-wrapper .swiper-slide {
  height: 100%;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
  transition: var(--transition-fast);
}
.swiper.sliderExtendedPropertyGallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.swiper.sliderExtendedPropertyGallery .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper.sliderExtendedPropertyGallery .slider__nav__button {
  width: 20px;
  height: auto;
}
.swiper.sliderExtendedPropertyGallery .slider__nav__button::after {
  content: "";
}
.swiper.sliderExtendedPropertyGallery .slider__nav__button.swiper-button-prev {
  left: 1.25rem;
}
.swiper.sliderExtendedPropertyGallery .slider__nav__button.swiper-button-next {
  right: 1.25rem;
  transform: rotate(180deg);
}
.swiper.sliderExtendedPropertyGallery .slider__pagination {
  display: none;
}

@media (min-width: 640px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------SM:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 768px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------MD:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  .swiper.sliderPropertyGallery .swiper-wrapper .swiper-slide {
    overflow: hidden;
    border-radius: 0.375rem;
  }
  .swiper.sliderPropertyGallery .slider__nav__button {
    width: 1.5rem;
  }
}
@media (min-width: 1024px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------LG:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 1280px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------XL:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  .swiper.sliderPropertyGallery {
    width: calc(50% - 5px);
  }
  .swiper.sliderPropertyGallery .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .swiper.sliderPropertyGallery .slider__nav__button {
    display: none;
  }
  .swiper.sliderPropertyGallery .slider__pagination {
    width: calc(100% - 5px);
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.675rem;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    z-index: 9;
  }
  .swiper.sliderPropertyGallery .slider__pagination .swiper-pagination-bullet {
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
    opacity: 1;
  }
  .swiper.sliderPropertyGallery .slider__pagination .swiper-pagination-bullet img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media (min-width: 1536px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*-----------------------------------2XL:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}

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