.plan{
	position: relative;
	overflow: auto;
	width: 100%;
	font-size: 20px;
}

.plan .plan_img{
	overflow: hidden;
	display: block;
	position: relative;
}
.plan .plan_img img{
	display: block;
	width: 100%;
}

.plan .miniblock{
	display: inline-block;
	font-family: "Lora", sans-serif;
	font-weight: 500;
	font-size: clamp(16px,1.5vw,29px);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;	
	background: #a39382;
	border-radius: 12px;
	padding: 12px 30px;
	position: absolute;
}

.plan .miniblock2{
	display: inline-block;
	font-family: "Lora", sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;	
	background: #a39382;
	border-radius: 12px;
	padding: 12px 30px;
	transform: rotate(-40deg);
	position: absolute;
}

.plan .miniblock.bl1{
	right: 77%;
	bottom: 67%;
	text-wrap: nowrap;
}

.plan .miniblock.bl2{
	right: 56%;
	bottom: 85%;
	text-wrap: nowrap;
}

.plan .miniblock.bl3{
	right: 7%;
	bottom: 91%;
	text-wrap: nowrap;
}

.plan .miniblock2.bl4{
	right: 16%;
	bottom: 25%;
	text-wrap: nowrap;
}

.plan .outercircle{
	position: relative;
	box-sizing: border-box;
}
.plan .circle{
	width: 92px;
	height: 92px;
	font-family: "Lora", sans-serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.plan .circle .inner{
	border-radius: 100%;
	background-color: #fff;
	width: 76px;
	height: 76px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.plan .circle .block{
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 12px;
	padding: 12px 30px;
	background: #fff;
	box-sizing: border-box;
}

.plan .outercircle{
	position: absolute;
	text-wrap: nowrap;
}
.plan .outercircle.oc1{
	right: 43%;
	bottom: 35.8%;
}
.plan .outercircle.oc2{
	right: 59%;
	bottom: 48%;
}
.plan .outercircle.oc3{
	right: 60%;
	bottom: 64%;
}
.plan .outercircle.oc4{
	right: 42%;
	bottom: 61%;
}
.plan .outercircle.oc5{
	right: 42%;
	bottom: 84%;
}
.plan .outercircle.oc6{
	right: 27%;
	bottom: 86%;
}

.plan .outercircle .block{
	opacity: 0;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;	
}

.plan .outercircle:hover .block{
	opacity: 1;
	-webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}


@media screen and (min-width: 2400px) {	
	.plan .miniblock2.bl4{
		right: 19%;
		bottom: 24%;
	}
}

@media screen and (max-width: 1600px) {	
	.plan .miniblock2.bl4{
		right: 14%;
		bottom: 24%;
	}
}

@media screen and (max-width: 1400px) {	

	.plan .circle{
		width: 70px;
		height: 70px;
		font-weight: 500;
		font-size: 16px;
	}
	.plan .circle .inner{
		width: 60px;
		height: 60px;
	}	

	.plan .plan_img{
		width: 1400px;
	    overflow: hidden;
		display: block;
		position: relative;
	}
	
	.plan .plan_img img {
		display: block;
		width: 132%;
		margin-left: -30%;
	}
	
	.plan .miniblock.bl1{
		right: 86%;
		bottom: 72%;
	}
	
	.plan .miniblock.bl2{
		right: 74%;
		bottom: 84%;
	}
	
	.plan .miniblock.bl3{
		right: 7%;
		bottom: 91%;
	}
	
	.plan .miniblock2.bl4{
		right: 19%;
		bottom: 24%;
	}
	
	.plan .outercircle.oc1{
		right: 74%;
		bottom: 33.8%;
	}
	.plan .outercircle.oc2{
		right: 79%;
		bottom: 46%;
	}
	.plan .outercircle.oc3{
		right: 79%;
		bottom: 60%;
	}
	.plan .outercircle.oc4{
		right: 56%;
		bottom: 62%;
	}
	.plan .outercircle.oc5{
		right: 50%;
		bottom: 78%;
	}
	.plan .outercircle.oc6{
		right: 27%;
		bottom: 83%;
	}
}