.propertyGallery {
	width: 100%;
	margin-bottom: 4px;
}

.propertyGallery .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	cursor: zoom-in;
}

.propertyGallery img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
}

.propertyThumbs {
	height: clamp(70px, 8vw, 90px);
	box-sizing: border-box;
}

.propertyThumbs .swiper-slide {
	width: clamp(85px, 10vw, 110px);
	height: calc(clamp(85px, 10vw, 110px) * .745);
	opacity: .45;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid transparent;
	transition:
		opacity .2s ease,
		border-color .2s ease;
}

.propertyThumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #c9c9c9;
}

.propertyThumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.propertyGallery .swiper-button-next,
.propertyGallery .swiper-button-prev,
.propertyGallery .gallery-expand {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .45);
	border: 1px solid rgba(255,255,255,.22);
	backdrop-filter: blur(3px);
	color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.35);
	opacity: 0;
	pointer-events: none;
	transition:
		opacity .25s ease,
		transform .25s ease,
		background .2s ease;
}

.propertyGallery.show-controls .swiper-button-next,
.propertyGallery.show-controls .swiper-button-prev,
.propertyGallery.show-controls .gallery-expand {
	opacity: .75;
	pointer-events: auto;
}

.propertyGallery:hover .swiper-button-next,
.propertyGallery:hover .swiper-button-prev,
.propertyGallery:hover .gallery-expand {
	opacity: 1;
}

.propertyGallery .swiper-button-prev {
	left: 15px;
}

.propertyGallery .swiper-button-next {
	right: 15px;
}

.propertyGallery .swiper-button-prev:hover,
.propertyGallery .swiper-button-next:hover {
	background: rgba(0,0,0,.68);
	border-color: rgba(255,255,255,.42);
}

.propertyGallery .swiper-button-prev:active,
.propertyGallery .swiper-button-next:active {
	background: rgba(0,0,0,.78);
}

.propertyGallery .swiper-button-next::after,
.propertyGallery .swiper-button-prev::after {
	font-size: 18px;
	font-weight: 700;
}

.gallery-expand {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(.92);
}

.propertyGallery.show-controls .gallery-expand {
	transform: scale(1);
}

.gallery-expand:hover {
	background: rgba(0,0,0,.68);
	border-color: rgba(255,255,255,.42);
}

.gallery-expand i {
	color: #fff;
	font-size: 17px;
	line-height: 1;
}

.propertyGallery .swiper-wrapper {
	transition-timing-function:
		cubic-bezier(.22,.61,.36,1) !important;
}

.propertyGallery .swiper-button-next,
.propertyGallery .swiper-button-prev,
.propertyGallery .gallery-expand {
	z-index: 30;
}

.property-gallery-link {
	position: relative;
	z-index: 1;
}

.has-iframe .f-html {
	width:90%;
	height:90%;
}
.fancybox__slide.has-iframe .f-html {
	padding: 8px;
}
