/* Оформление информационного текста в новых категориях каталога */
.sagro-new .sa-mbs-description {
    padding: 72px 0 90px;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 148, 202, .07), transparent 30%),
        linear-gradient(180deg, #f5f9fb 0%, #eef5f8 100%);
}

.sagro-new .sa-mbs-description__content {
    max-width: 1180px;
    padding: 48px 56px 52px;
    border: 1px solid #d6e4eb;
    border-top: 4px solid #0796c8;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18, 55, 77, .09);
    color: #405a6e;
    font-size: 16px;
    line-height: 1.8;
}

.sagro-new .sa-mbs-description__content > :first-child {
    margin-top: 0 !important;
}

.sagro-new .sa-mbs-description__content h2,
.sagro-new .sa-mbs-description__content h3 {
    position: relative;
    max-width: 940px;
    padding-left: 18px;
    color: #102b40;
    text-align: left !important;
    letter-spacing: -.015em;
}

.sagro-new .sa-mbs-description__content h2::before,
.sagro-new .sa-mbs-description__content h3::before {
    content: "";
    position: absolute;
    top: .08em;
    bottom: .08em;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #00a7dc, #087aa4);
}

.sagro-new .sa-mbs-description__content h2 {
    margin: 46px 0 18px;
    font-size: clamp(25px, 2.4vw, 32px);
    line-height: 1.25;
}

.sagro-new .sa-mbs-description__content h3 {
    margin: 34px 0 14px;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.3;
}

.sagro-new .sa-mbs-description__content p,
.sagro-new .sa-mbs-description__content ul,
.sagro-new .sa-mbs-description__content ol {
    max-width: 980px;
}

.sagro-new .sa-mbs-description__content p {
    margin: 0 0 18px;
}

.sagro-new .sa-mbs-description__content ul,
.sagro-new .sa-mbs-description__content ol {
    margin: 20px 0 24px;
    padding: 18px 24px 18px 46px;
    border: 1px solid #dce9ef;
    border-radius: 14px;
    background: #f5fafc;
}

.sagro-new .sa-mbs-description__content li {
    margin: 5px 0;
    padding-left: 4px;
}

.sagro-new .sa-mbs-description__content li::marker {
    color: #0796c8;
}

.sagro-new .sa-mbs-description__content strong,
.sagro-new .sa-mbs-description__content b {
    color: #173247;
}

.sagro-new .sa-mbs-description__content a {
    color: #087fa9;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.sagro-new .sa-mbs-description__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
    border: 1px solid #d9e6ec;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(18, 55, 77, .08);
}

.sagro-new .sa-mbs-description__content table {
    width: 100%;
    margin: 26px 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #d6e4eb;
    border-radius: 14px;
    background: #fff;
}

.sagro-new .sa-mbs-description__content th,
.sagro-new .sa-mbs-description__content td {
    padding: 13px 16px;
    border-right: 1px solid #e1ebf0;
    border-bottom: 1px solid #e1ebf0;
    text-align: left;
}

.sagro-new .sa-mbs-description__content th {
    background: #edf7fb;
    color: #173247;
}

.sagro-new .sa-mbs-description__content tr:last-child td {
    border-bottom: 0;
}

.sagro-new .sa-mbs-description__content th:last-child,
.sagro-new .sa-mbs-description__content td:last-child {
    border-right: 0;
}

@media (max-width: 767px) {
    .sagro-new .sa-mbs-description {
        padding: 42px 0 58px;
    }

    .sagro-new .sa-mbs-description__content {
        padding: 30px 22px 34px;
        border-radius: 16px;
        font-size: 15px;
        line-height: 1.72;
    }

    .sagro-new .sa-mbs-description__content h2 {
        margin-top: 36px;
        padding-left: 14px;
    }

    .sagro-new .sa-mbs-description__content h3 {
        margin-top: 28px;
        padding-left: 14px;
    }

    .sagro-new .sa-mbs-description__content ul,
    .sagro-new .sa-mbs-description__content ol {
        padding: 15px 18px 15px 38px;
    }

    .sagro-new .sa-mbs-description__content table {
        display: block;
        overflow-x: auto;
    }
}
