.notPrintable {
	display: none !important;
}

.main-content {
	margin-top: 0 !important;
}

.print-pt-3 {
	padding-top: 1em !important;
}

.detail {
	margin-top: 3em !important;
	padding-top: 0 !important;
}

.map {
	height: 15em !important;
	width: 100% !important;
}

.estateList {
	/* columns: 3 !important; */
	display: flex !important;
	flex-wrap: wrap;
	column-gap: 1em;
}

.estateList__item {
	width: calc(100% / 2 - 2em);
	height: 2.5em !important;
}

.slick-arrow {
	display: none !important;
}

.detail__mainImage figure {
	position: relative;
	height: 17em !important;
	overflow: hidden;
}

.detail__mainImage figure img {
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;

	height: 100%;
	width: 100%;
}

/* .carousel--gallery .carousel__item {
	display: none !important;
}

.carousel--gallery .carousel__item:nth-last-of-type(1),
.carousel--gallery .carousel__item:nth-last-of-type(2),
.carousel--gallery .carousel__item:nth-last-of-type(3),
.carousel--gallery .carousel__item:nth-last-of-type(4) {
	display: block !important;
} */

.breakNewPagePrint {
	page-break-before: always;
	margin-top: 3em;
}

.medailon--horizontal .medailon__imgWrap {
	width: 8em;
	height: 8em;
}