

/* Start:/dostavka/style.css?17576911502835*/
.stx-page.delivery {

    font-size: 16px;
    line-height: 1.6;
    color: #3B3C3B;
}




.stx-title {
    font-size: 28px;
    font-weight: 600;
    color: #3171C6;
    /* синий из макета */
    margin-bottom: 16px;
}

.stx-lead {
    font-size: 17px;
    margin-bottom: 24px;
}

.stx-section {
    margin-bottom: 32px;
}

.stx-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3171C6;
    margin-bottom: 12px;
}

.stx-section ul,
.stx-section ol {
    padding-left: 0;
}

.stx-section ul li {
    list-style: none;
    margin-bottom: 8px;
    position: relative;

}

.stx-section ul li::before {
    content: "—";
    position: absolute;
    left: -18px;
    color: #3B3C3B;
}

.stx-text-dash {
    position: relative;
    padding-left: 20px;
    margin: 6px 0;
}

.stx-text-dash::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #3B3C3B;
    font-weight: 600;
}

/* Абзацы и пункты с тире */
.stx-dash {
    position: relative;
    padding-left: 28px;
    margin: 6px 0;
}

.stx-dash::before {
    content: "—";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #3B3C3B;
}

/* Нумерованный список */
.stx-steps {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
}

.stx-steps>li {
    counter-increment: step;
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
}

.stx-steps>li::before {
    content: counter(step) ".";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #3B3C3B;
}


/* Адаптив */
@media (max-width: 767.98px) {
    .stx-page.delivery {
        padding: 16px 0;
    }

    .stx-title {
        font-size: 22px;
    }

    .stx-section h2 {
        font-size: 18px;
    }

    .wh-section__title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 0;
    }
}


/* CTA */
.stx-cta {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: url('/local/templates/supertex/images/bg/o_nas_footer.webp') no-repeat center bottom / cover;
    border-radius: 0;
    padding: 24px;
    overflow: hidden;
    min-height: 50vh;
    flex-direction: column;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);


}

.stx-cta__text {
    color: #3B3C3B;
    margin-bottom: 14px;
}

.stx-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    background: #3171C6;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: none;
    transition: 0.5s;

}

.stx-btn:hover {
    background: #EF7736;
}



/* End */
/* /dostavka/style.css?17576911502835 */
