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

.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;
}


.uc-sertificate .t422__text_right {
    border-radius: 0px 20px 20px 0px !important;
}

.uc-sertificate .t422__img {
    border-radius: 20px 0px 0px 20px !important;
}

@media screen and (max-width: 960px) {
    .uc-sertificate .t422__text {
        border-radius: 0px 0px 20px 20px !important;
    }
    
    .uc-sertificate .t422__img-mobile {
        border-radius: 20px 20px 0px 0px !important;
    }
}

