.article__text li {
	list-style-type: auto;
}

.article__text h2, .article__text h3, .article__text h4 {
    font-weight: bold;
}

.article__text ul {
	gap: initial;
	margin-left: 36px;
}

.prods-sect__table-check img {
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
}

.prods-sect__table-check img.check-t {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

.text-popup ul {
    margin-left: 10px;
}

.text-popup ul li {
    margin-left: 10px;
}

.text_popup_p {
    max-width: 550px;
}

@media only screen and (max-width: 460px) {
    .icon-m--hide {
        display: none;
    }
}