#genplan {
	position: relative;
	width: 100%;
	user-select: none;
}

#genplan .container {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#genplan .container .gab {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#genplan .container .draggable {
	position: relative;
}

#genplan .container .img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#genplan .container .area {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#genplan .zoom {
	position: fixed;
	top: 120px;
	right: 10px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	z-index: 3;
}

#genplan .zoom .item {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	fill: #555;
}

#genplan .zoom .item .cen {
	width: 26px;
	height: 26px;
}

#genplan .zoom label {
	font-size: 24px;
}

/* new */

.mod_lev {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 25px;
	text-decoration: none;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
}

.mod_lev::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	border-bottom: 1px solid #ddd;
}

a.mod_lev::after {
	left: 0px;
	right: 0px;
}

div.mod_lev::after {
	left: -10px;
	right: -10px;
}

.mod_lev .title {
	font-size: 14px;
	/* color: #57B;
	fill: #57B; */
	text-decoration: none;
}

.mod_tenacy {
	position: absolute;
	top: calc(50% - 8px);
	right: 25px;
	font-size: 14px;
	color: #000;
}

.date_tenacy {
	position: relative;
	font-size: 14px;
	color: #000;
}

.date_tenacy::after {
	content: attr(type);
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	text-align: right;
}

.mod_info {
	display: block;
	padding: 8px 25px;
	width: 250px;
	font-size: 12px;
	font-weight: 700;
}

.mod_info .mod_info_item {
    display: grid;
    grid-template-columns: 2fr 40px 1.3fr;
	/* display: flex; */
	margin: 10px 0;
	/* align-items: flex-end;
    justify-content: space-between; */
}

.mod_info .mod_info_item span:first-child {
	/* width: 40%; */
}

.mod_info .mod_info_item span:nth-child(2) {
	/* width: 20%; */

}

.mod_info .mod_info_item span:nth-child(3) {
	/* width: 40%; */
	text-align: right;
}

.mod_info .mod_info_item span:not(:first-child) {
	font-weight: normal;
	color: #999;
}

.mod_lev_flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.mod_lev_item_title {
	flex-grow: 8;
	flex-shrink: 8;
}
.mod_lev_item_term {
	flex-grow: 1;
	flex-shrink: 1;
	text-align: right;
	padding-left: 5px;
}

.fasad_area_inactive:hover{
	stroke-width: 2px;
}