.analysis-list {
    border-bottom: 0;
}
.analysis-item {
    border: 0;
}
.analysis-item + .analysis-item {
    border-top: 1px dashed #c5c6ca;
    margin-top: 19px;
    padding-top: 19px;
}
.td .analysis-item__info span {
    display: inline;
}
.etalon .grid-table:last-of-type {
    margin-bottom: -1px;
}
@media(max-width:767px) {
    .td--first {
        font-weight: 600;
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .analysis-item {
        padding: 0;
    }
    .page-anchors + h2 + .grid-table {
        border-top: 0;
    }
    .grid-table {
        grid-template-columns: 200px calc(100% - 200px);
    }
    .desktop--hidden {
        display: none;
    }
    h2 + .grid-table {
        border-top: 1px solid #dbdbde;
    }
}
@media(min-width:768px) and (max-width:1023px) {
    .td.td--last, .th.th--last {
        padding-left: 0;
    }
}
@media(max-width:1023px) {
    .grid-table + h2 {
        margin-top: -32px;
    }
}
@media (min-width: 1024px) {
    .grid-table + h2 {
        margin-top: -37px;
    }
}