.clusterMark {
    background: url("../../images/mark_notsolved.png?v1");
    width: 43px;
    height: 43px;
    max-height: 43px;
    position: absolute;
    top: -42px;
    left: -29px;
    z-index: 1
}

.clusterMark .solved {
    background: url("../../images/mark_solved.png?v1") left bottom;
    width: 43px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.clusterMark p {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-left: 15px;
    font-size: 9px;
    margin-top: 22px;
    text-align: center;
}
