.news_list li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ec572e;
}
.news_list li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.news_list {
    padding: 0px;
    margin-top: 5px;
}
.css_form_left .form-group.css_part_small_header_form input {
    margin-right: 0px;
    width: calc(57% - 15px);
}