/* СПИСКИ БУЛЛЕТЫ */

.uc-bullet-checkbox ul {
    list-style: none;
    padding-left: 0px !important;
    margin-left: 0;
    display: grid !important;
    gap: 8px !important;
}

.uc-bullet-checkbox li {
    position: relative;
    padding-left: 27px; 
}

.uc-bullet-checkbox li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url('https://static.tildacdn.com/tild6363-3636-4136-a663-623731383838/icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
    
.t-records ul li {
    margin-bottom: 15px !important;
}


