.common-setting-link.box-setting-link:not(.setting-editable) {
    display: none;
}
.f-text ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.f-text li {
    padding-left: 20px;
    margin-bottom: 25px;
    position: relative;
}
.f-text li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/732704/sc/468/h/68d4534c362572c1e304386671ce4d25.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ul-green-markers .f-text li:before {
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/732704/sc/46/h/0ab16578e34436502e651dfc033e949a.png);
}

.block-set mark {
    padding: 0;
    background-color: transparent;
    line-height: inherit;
    border-radius: 0;
    color: inherit;
    position: relative;
    white-space: nowrap;
}
.block-set mark:before {
    content: '';
    width: 105%;
    height: 15px;
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    background-image: var(--underline, url(https://fs.getcourse.ru/fileservice/file/download/a/732704/sc/261/h/577deb28d9d8b7f81c7ad322f9c167b4.png));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    .f-text li {
        padding-left: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .f-text li {
        padding-left: 5vw;
        margin-bottom: 5vw;
    }
    .f-text li:before {
        top: 2.5vw;
        width: 2vw;
        height: 2vw;
    }
    .block-set mark:before {
        height: 2.5vw;
        top: calc(100% - 1.5vw);
    }
}