

/* Start:/local/templates/.default/components/bitrix/news/news2023/bitrix/news.detail/.default/svp.css?17848907879837*/
.article-svp {
    --svp-purple: #393186;
    --svp-purple-dark: #2d256d;
    --svp-ink: #29282f;
    --svp-muted: #686570;
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 0 80px;
    color: var(--svp-ink);
    font-family: "NotoSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
    letter-spacing: 0;
}

.article-svp *,
.article-svp *::before,
.article-svp *::after {
    box-sizing: border-box;
}

.article-svp :where(h2, h3, p, ul, ol, figure) {
    margin-top: 0;
}

.article-svp__lead {
    max-width: 1000px;
    margin: 34px 0 52px;
}

.article-svp__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--svp-purple);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.article-svp__eyebrow::before {
    content: "";
    flex: 0 0 38px;
    width: 38px;
    height: 3px;
    background: var(--svp-purple);
}

.article-svp__intro {
    max-width: 900px;
    margin-bottom: 30px;
    color: var(--svp-ink);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.55;
}

.article-svp__advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 42px;
    max-width: 1000px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-svp__advantages li {
    position: relative;
    min-height: 0;
    padding: 6px 0 6px 28px;
    color: #4e4b55;
    line-height: 1.5;
    background: transparent;
}

.article-svp__advantages li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--svp-purple);
    border: 0;
    border-radius: 50%;
}

.article-svp__layout {
    display: block;
    width: 100%;
}

.article-svp__content {
    width: 100%;
    max-width: 1000px;
    min-width: 0;
}

.article-svp__section {
    scroll-margin-top: 130px;
    margin-bottom: 82px;
}

.article-svp__section-heading {
    display: block;
    margin-bottom: 28px;
}

.article-svp__section-number {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--svp-purple);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.article-svp__section-number::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    background: var(--svp-purple);
}

.article-svp__section-heading h2 {
    margin-bottom: 10px;
    color: var(--svp-ink);
    font-size: 29px;
    font-weight: 600;
    line-height: 1.25;
}

.article-svp__section-heading p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--svp-muted);
    font-size: 16px;
    line-height: 1.6;
}

.article-svp__figure {
    margin-bottom: 0;
}

.article-svp__figure img {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.article-svp__figure figcaption {
    margin-top: 9px;
    color: #77737e;
    font-size: 13px;
    line-height: 1.45;
}

.article-svp__figure--wide {
    margin-bottom: 26px;
}

.article-svp__feature {
    max-width: 760px;
    margin-bottom: 50px;
    padding: 0;
}

.article-svp__feature-copy {
    max-width: 760px;
    padding: 20px 0 0;
    border-top: 3px solid var(--svp-purple);
}

.article-svp__feature-label {
    margin-bottom: 8px;
    color: var(--svp-purple);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.article-svp__feature h3,
.article-svp__split-copy h3 {
    margin-bottom: 14px;
    color: var(--svp-ink);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.article-svp__feature ul,
.article-svp__split-copy ul {
    margin: 0;
    padding-left: 20px;
}

.article-svp__feature li,
.article-svp__split-copy li {
    margin-bottom: 8px;
    padding-left: 4px;
}

.article-svp :where(.article-svp__feature, .article-svp__split-copy) li::marker {
    color: var(--svp-purple);
}

.article-svp__split {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    gap: 34px;
    align-items: center;
    margin-bottom: 52px;
    padding-top: 0;
}

.article-svp__split--copy-left {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.article-svp__split-copy p:last-child {
    margin-bottom: 0;
}

.article-svp__figure--instruction {
    margin-bottom: 30px;
}

.article-svp__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 42px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: svp-step;
}

.article-svp__steps li {
    position: relative;
    min-height: 164px;
    padding: 26px 28px 26px 60px;
    counter-increment: svp-step;
    background: transparent;
}

.article-svp__steps li::before {
    content: counter(svp-step);
    position: absolute;
    top: 25px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    background: var(--svp-purple);
    border-radius: 50%;
}

.article-svp__steps h3 {
    margin-bottom: 7px;
    color: var(--svp-ink);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.article-svp__steps p {
    margin-bottom: 0;
    color: var(--svp-muted);
    font-size: 14px;
    line-height: 1.55;
}

.article-svp__section--consumption {
    padding: 42px 46px 46px;
    background: #f3f1f9;
    border-radius: 6px;
}

.article-svp__figure--table img {
    background: transparent;
}

.article-svp__split--tool {
    align-items: start;
}

.article-svp__split--tool .article-svp__figure {
    max-width: 540px;
}

.article-svp__check-list {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.article-svp__check-list li {
    position: relative;
    margin-bottom: 17px;
    padding-left: 30px;
    color: #45424b;
}

.article-svp__check-list li::before {
    content: "";
    position: absolute;
    top: 0.48em;
    left: 0;
    width: 15px;
    height: 8px;
    border-bottom: 2px solid var(--svp-purple);
    border-left: 2px solid var(--svp-purple);
    transform: rotate(-45deg);
}

.article-svp__plate-benefits {
    display: grid;
    grid-template-columns: 0.85fr 0.85fr 1.3fr;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-svp__plate-benefits li {
    position: relative;
    min-height: 0;
    padding: 0;
    color: #4e4b55;
    background: transparent;
}

.article-svp__plate-benefits li::before {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 14px;
    background: var(--svp-purple);
}

.article-svp__footer {
    max-width: 1000px;
    margin: 6px 0 0;
    padding: 0;
}

.article-svp__back,
.article-svp__back:visited {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--svp-purple);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.article-svp__back span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transition: transform 160ms ease;
}

.article-svp a:focus-visible {
    outline: 3px solid rgba(57, 49, 134, 0.35);
    outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
    .article-svp__back:hover {
        color: var(--svp-purple-dark);
    }

    .article-svp__back:hover span {
        transform: translateX(-3px);
    }
}

@media (max-width: 1180px) {
    .article-svp {
        max-width: 100%;
    }
}

@media (max-width: 940px) {
    .article-svp__lead {
        margin-top: 30px;
        margin-bottom: 46px;
    }

    .article-svp__split,
    .article-svp__split--copy-left {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .article-svp__split--copy-left .article-svp__figure {
        grid-row: 1;
    }

    .article-svp__split-copy {
        max-width: 760px;
    }

    .article-svp__split--tool .article-svp__figure {
        max-width: 100%;
    }
}

@media (max-width: 720px) {
    .article-svp {
        margin-bottom: 54px;
        font-size: 15px;
    }

    .article-svp__lead {
        margin-bottom: 40px;
    }

    .article-svp__intro {
        font-size: 19px;
        line-height: 1.5;
    }

    .article-svp__advantages {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .article-svp__advantages li {
        min-height: 0;
        padding-right: 0;
    }

    .article-svp__section {
        margin-bottom: 60px;
    }

    .article-svp__section-heading {
        margin-bottom: 24px;
    }

    .article-svp__section-heading h2 {
        font-size: 25px;
    }

    .article-svp__feature {
        margin-bottom: 40px;
    }

    .article-svp__split {
        margin-bottom: 42px;
    }

    .article-svp__steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-svp__steps li {
        min-height: 0;
        padding: 23px 16px 23px 56px;
        border-right: 0 !important;
    }

    .article-svp__steps li::before {
        top: 21px;
        left: 13px;
    }

    .article-svp__section--consumption {
        padding: 32px 16px 36px;
        border-radius: 0;
    }

    .article-svp__plate-benefits {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 16px;
    }

    .article-svp__plate-benefits li {
        padding: 15px 0;
        min-height: 0;
        background: transparent;
        border-radius: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-svp *,
    .article-svp *::before,
    .article-svp *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/news2023/bitrix/news.detail/.default/svp.css?17848907879837 */
