.uc-aboutblock ul:not([class]) li:before {
    content: '';
    width: 10px;
    height:10px;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    border-radius:30px;
    background-color: orange;
}
.uc-aboutblock ul:not([class]) li:first-child {margin-top: 25px;}
.uc-aboutblock ul:not([class]) li {
    list-style-type: none;
    position: relative;
    padding-left: 24px;
}

@media screen and (max-width: 1200px) {
    body .t450__right_langs .t-descr_xxs {
        font-size: 20px;margin-right:10px;
    }
}

@media screen and (max-width: 640px) {
   body .t-text_md {
        font-size: 18px;
        line-height: 1.45;
    }}
    
body .t-redactor__text a {color:#0270df!important;}