.detailer {
	overflow:hidden;
	position:relative;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	/**/
	/*position: absolute;*/
	z-index: 9;
}
.detailer,
.detailer * {
	touch-action: none;
}
body.locked-by-detailer {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.detailer:not(.detailer_loaded):before {
	/*content: "Загрузка";*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detailer__anim-container {
	display:block !important;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	overflow-scrolling:touch;
	-webkit-touch-callout:none;
	touch-callout:none;
	z-index:0;
	/**/
	position: relative;
}
.detailer__anim-container.none {
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.detailer__anim {
	font-size:0;
}
.detailer .anim_hidden {
	opacity:0;
	overflow:hidden;
}
.detailer_loaded .anim_hidden {
	height:0;
	opacity:1;
	width:0;
}
.detailer__loadingpage {
	display: flex;
	height: 100%;
	font-size: 20px;
	justify-content: center;
}
.detailer__loadingpage .detailer__module-title {
	align-self: center;
	color: #000;
}
