﻿.list-style, .description ul, .glossary-list ul, ol {
    margin-bottom: 30px;
}

    .list-style:last-child {
        margin-bottom: 0
    }

    .list-style ul li, .description ul li, .glossary-list ul li {
        width: 100%;
        /*font: 18px/24px Roboto,arial, sans-serif*/
    }

    .list-style ul li, .description ul li, .glossary-list ul li {
        position: relative;
       margin-bottom: 10px;
        color: #000;
        display: block;
        padding-left: 25px;
        box-sizing: border-box
    }

        .list-style ul li:before, .description ul li:before, .glossary-list ul li:before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            width: 9px;
            height: 9px;
            background: #d51c27;
            border-radius: 50%;
        }

.list-style ul li {
    line-height: 22px;
}
.description h1, .description h2, .description h3 {
    font-weight: 500;
}
