.shemes .points{		
    position:relative;
    max-width:fit-content;
}

.shemes .points .point{
    position:absolute;        
}

.shemes .points .point::before{
    content:"";    
    position:absolute;
    display:block;
    width:42px;
    height:42px;    
    background:url(/images/icons/plus-color.svg) center center no-repeat;
    background-size:cover;
    border-radius:50%;
    margin-top:-21px;
    margin-left:-21px;        
    cursor:pointer;
    text-align:center;    
}

.shemes .points .point:hover::before{
    opacity:0.8;
}

.shemes .points .card-in-tooltip{
    margin-top:30px;
    background:#ffffff;
    z-index:1;    
    width:auto;
    max-height:600px;    
    overflow:auto;
    position:absolute;
}

.shemes .points .card-in-tooltip .min{    
    max-width:200px;
}
.shemes .points .card-in-tooltip .max{
    max-width:800px;
}

@media (max-width: 575px){
    .shemes .points .point::before{
        width:32px;
        height:32px;
        line-height:32px;
        margin-top:-16px;
        margin-left:-16px;
        font-size:32px;
    }
}
