/*
CONSTRUCTIVE
*/
.swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img {
	width: 100%;
	height: 100%;
}
/*
AVOID IPHONE X SCREEN NOTCH IN LANDSCAPE MODE
*/
@media only screen and (orientation: landscape) and (max-device-width: 375px) and (max-device-height: 812px) {
	.swiperBlock {
		width: calc(100% - 88px);
		margin-left: 44px;
	}
}
.interiors.swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
}
.typeweb.swiper-slide img {
	-o-object-fit: contain;
	object-fit: contain;
}
.swiperInfo .swiper-slide {
	height: auto;
	min-height: 100%;
}
.swiper-scrollbar {
	position: absolute;
	border-radius: 0;
	background: transparent;
	pointer-events: auto;
	cursor: pointer;
}
.swiper-scrollbar-drag {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 0;
	background: transparent;
	pointer-events: auto;
}
.swiperBlock-scrollbar.swiper-scrollbar {
	z-index: 49;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 0;
	border-bottom: 48px solid rgba(255,0,255,0);
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiperBlock-scrollbar .swiper-scrollbar-drag {
	bottom: 0;
	height: 5px;
	margin-left: -48px;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	border-top: 43px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.5), inset 0 -4px 0 #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.5), inset 0 -4px 0 #fff;
	cursor: ew-resize;
}
.swiperInfo-scrollbar.swiper-scrollbar {
	top: 0 !important;
	right: 0 !important;
	width: 1px !important;
	height: 100% !important;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiperInfo-scrollbar .swiper-scrollbar-drag {
	background: #4d4d4d;
}
/*
CONSTRUCTIVE
*/
