/* The blue circular result marker: keep its white leaves, recolour only the accent. */
.u-b-i-l .first > div > ul > li:first-child {
    background-image: none !important;
    position: relative;
}

.u-b-i-l .first > div > ul > li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 108px;
    height: 108px;
    transform: translateY(-50%);
    background: url("/images/uslugi/otdelka-balconov/realph_marker.png") center / contain no-repeat;
    filter: hue-rotate(145deg) saturate(1.8) brightness(1.08);
}

.u-b-i-l .first > div > ul > li:first-child::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    box-sizing: border-box;
    width: 106px;
    height: 106px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    pointer-events: none;
}
