.scheme-parts__point {
	border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    position: absolute;
    background: #5E5E5E;
    font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 9.68421px;
	color: #FFFFFF;
	cursor: pointer;
}

.scheme-parts__point:hover{
	background: #A01602;
}

.scheme-parts__tooltip {
	position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    top: -2px;
    margin: auto;
    text-align: center;
}

.scheme-parts__tooltip-text-wrap {
	visibility: hidden;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 250px;
	left: 50%;
	margin-left: -60px;
	background: #FFFFFF;
	text-align: left;
	padding: 20px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
	top: 15px;
}

.scheme-parts__tooltip-text {
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	margin-bottom: 10px;
}

.scheme-parts__tooltip-link-details {
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #333333;
}

.scheme-parts__tooltip:hover .scheme-parts__tooltip-text-wrap {
  visibility: visible;
}