.genplan {
	background: url(/images/gen_plan_4.jpg);
    max-width: 1404px;
    max-height: 995px;
    position: relative;
    width: 100%;
    background-size: 100%;
    height: 44.2vw;
}
.genplan svg {
    max-width: initial;
    position: absolute;
    z-index: 9999;
}
#layer1 {
	display: none;
}
#mask-order {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
#mask-order path {
	display: block;
	opacity: .6;
	color: transparent;
	z-index: 999999;
	position: fixed;
}
#mask-order.show path:not(.active), #mask-order.show-full path:not(.active) {
	display: block;
	opacity: .6;
	color: #00630dcf;
}
.genplan #mask-order .active {
	cursor: pointer;
}
.genplan #mask-order:hover path.active {
	display: block;
}
.genplan #mask-order path.active:hover {
	stroke: #fff;
    opacity: 1;
    stroke-width: 1;
}
.genplan #layer1 path {
	stroke: #fff;
	stroke-width: 0.3;
	display: none; 
	cursor: pointer;
}
.genplan svg g {
	position: relative;
}
.sector-free:hover {
	color:  #fff6;
	cursor: pointer;
	box-shadow: 0 0 10px 10px #fff inset;
	stroke: #fff;
	stroke-width: 0.3;
}
.sector-free {
	color: #56c436a8;
}
.sector-disable {
	color: #da2222bb;
}
.sector-wait {
	color: #dabb22d4;
}
.toltip {
	display: none;
    position: fixed;
    height: 160px;
    width: 250px;
    margin-left: -140px;
    margin-top: -200px;
    top: 10px;
    left: 10px;
    background: #fff;
    box-shadow: 0 2px 2px #11111180;
    padding: 15px;
    z-index: 9999;
}
.toltip h3 {
	margin-top: 0;
	font-size: 18px;
}
.toltip h3 span {
	color:  red;
}
.toltip p {
	 font-size: 14px;
}
.orders div {
	position: absolute;
	width: 16.5%;
	background: #fffd;
	text-align: center;
	z-index: 9;
}
.orders p {
	line-height: 59px;
	margin: 0;
}
#order-1 {
	top: 15%;
	left: 33%;
}
#order-2 {
	top: 15%;
	left: 59%;
}
#order-3 {
	top: 15%;
	left: 81%;
}
#order-4 {
    top: 70%;
    left: 68%;
}
#order-5 {
    top: 70%;
    left: 30%;
}
#order-6 {
	top: 15%;
	left: 10%;
}
.call-sector-id {
	display: none !important;
}
.link-more {
	color: red;
	display: none;
}
@media (max-width: 1280px) {	
	.orders p {
		line-height: 30px;
	}
	.toltip {
	    height: 120px;
	    width: 200px;
	    margin-left: -115px;	    
	}
	.toltip p {
	    line-height: 14px;	    
	}
	.toltip h3 {
		line-height: 14px;
	}
	.toltip {
	    height: 160px;
	}
}
@media (max-width: 800px) {
	.link-more {
		display: block;
	}
	.genplan {
		width: 680px;
    	height: 481px;
    	overflow: hidden;
	}
	#genplan-wrapper {
		overflow-x: scroll;
	}
}
#genplan-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
}
}