body.page-id-1254 #property-detail-gallery-popup {
  margin: auto auto;
}
body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper {
  max-height: 55vw;
}
body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev {
  background: linear-gradient(90deg, rgba(17, 31, 45, 0.8) 0%, rgba(17, 31, 45, 0.3) 50%, rgba(23, 31, 45, 0.025) 100%);
  left: 0;
}
body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next {
  background: linear-gradient(270deg, rgba(17, 31, 45, 0.8) 0%, rgba(17, 31, 45, 0.3) 50%, rgba(23, 31, 45, 0.025) 100%);
  right: 0;
}
body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev, body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next {
  height: 100%;
  width: 30px;
  top: 0;
  margin: 0;
}
body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev::after, body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next::after {
  filter: brightness(0) invert(1);
  font-size: 20px;
}
@media (min-width: 768px) {
  body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev, body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next {
    width: 70px;
  }
  body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev::after, body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next::after {
    font-size: 30px;
  }
  body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev::after {
    margin-right: 30px;
  }
  body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next::after {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev, body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next {
    width: 100px;
  }
  body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-prev::after, body.page-id-1254 #property-detail-gallery-popup .gallery-popup-swiper .swiper-button-next::after {
    font-size: 40px;
  }
}
body.page-id-1254 .swiper-pagination-tdg-custom {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
body.page-id-1254 .swiper-pagination-tdg-custom .swiper-bullet-custom {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  background-color: #171f2d;
  position: relative;
  transition: 0.2s transform, 0.2s left;
  margin: 5px;
}
body.page-id-1254 .swiper-pagination-tdg-custom .swiper-bullet-custom.swiper-pagination-bullet-active {
  opacity: 1;
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper {
  max-height: calc(100vh - 120px);
  display: flex;
  margin: 0 auto;
  max-width: 1290px;
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .swiper-container.swiper-container-vertical .swiper-button-wrapper {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  height: 50px;
  background: #171f2d;
  background: linear-gradient(180deg, rgba(17, 31, 45, 1) 10%, rgba(23, 31, 45, 0) 80%);
  top: 0;
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .swiper-container.swiper-container-vertical .swiper-button-wrapper.inverse {
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, rgba(17, 31, 45, 1) 10%, rgba(23, 31, 45, 0) 80%);
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .swiper-container.swiper-container-vertical .swiper-button-wrapper .swiper-button-next {
  /*transform:rotate(90deg);*/
  transform: rotate(90deg);
  background-image: url("../images/icon-arrow-down.svg");
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  right: auto;
  height: 36px;
  width: 15px;
  position: absolute;
  bottom: auto;
  top: 0;
  background-size: 100% 100%;
  margin-top: 10px;
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .swiper-container.swiper-container-vertical .swiper-button-wrapper .swiper-button-prev {
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background-image: url("../images/icon-arrow-up.svg");
  right: auto;
  height: 36px;
  width: 15px;
  position: absolute;
  bottom: auto;
  top: 0;
  background-size: 100% 100%;
  margin-top: 5px;
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .property-gallery-new {
  flex-basis: 100%;
  max-height: calc(100vh - 120px);
  height: calc(width * .75);
  flex-grow: 1;
  flex-shrink: 1;
}
body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .property-gallery-thumbs-new {
  flex-basis: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  max-height: calc(100vh - 120px);
  margin-left: 5px;
}
body.page-id-1254 .property-detail-page-wrapper #main-bullets {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
body.page-id-1254 .property-detail-page-wrapper #main-bullets .swiper-pagination-tdg-custom {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
body.page-id-1254 .property-detail-page-wrapper #main-bullets .swiper-pagination-tdg-custom .swiper-bullet-custom {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  background-color: #171f2d;
  position: relative;
  transition: 0.2s transform, 0.2s left;
  margin: 5px;
}
body.page-id-1254 .property-detail-page-wrapper #main-bullets .swiper-pagination-tdg-custom .swiper-bullet-custom.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 769px) {
  body.page-id-1254 #main-bullets {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .property-gallery-thumbs-new {
    display: none;
  }
}
@media (min-width: 1441px) {
  body.page-id-1254 .property-detail-page-wrapper .property-images-wrapper .property-gallery-thumbs-new {
    flex-basis: 200px;
  }
}
