.counter img {
    display: inline-block;
}

.news_more {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}
.news_list {
    list-style-type: none;
    margin: 5px 10px 15px 25px;
    padding: 0;
}
.news_item {
    margin-bottom: 5px;
}
.news_item time {
    margin-right: 16px;
}
.news_item p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.info_box {
    padding: 6px 8px;
    border: 1px solid #F30;
    background: #fefaef;
    margin: 0px 10px 15px;
}

h2.section_title:first-of-type {
    margin: 0;
}

.text_tp1 {
    margin: 0px 10px 0px;
}

.text_tp1 table {
    margin-bottom: 20px;
}
.text_tp1 table caption {
    text-align: left;
}
.text_tp1 table.sly th {
    font-weight: normal;
    text-align: left;
    background-color: #f3f8fb;
}
.text_tp1 table.yellow th {
    font-weight: normal;
    text-align: left;
    background-color: #ffffeb;
}
.text_tp1 table th img {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;
    line-height: 45px;
}
.text_tp1 table th,
.text_tp1 table td {
    padding: 6px 8px 5px 8px;
}