

/* Start:/opt/style.css?17576922075259*/
/* Базовый контейнер */
.stx-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.wh-section__title {
    margin: 8px 0 12px;
}

.stx-lead {
    color: #4b5563;
    margin: -25px 0 35px;
}


.opt-hero {
    position: relative;
    display: block;
    width: 100%;
    background: var(--hero) center top / 100% auto no-repeat;
    aspect-ratio: var(--hero-ratio, 873 / 431);
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: -25px;

}




.opt-hero__inner {
    position: relative;
    z-index: 1;
}


.stx-section {
    margin: 28px 0;
}

.stx-h2 {
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 10px;
    color: #3171C6;
    letter-spacing: .01em;
}

/* списки с тире */
.stx-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    color: #3B3C3B;
}

.stx-list li {
    position: relative;
    padding-left: 18px;
    margin: 8px 0;
    color: #3B3C3B;
    padding-left: 28px;
}

.stx-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #3B3C3B;
}

/* ---------- Таблица скидок ---------- */
.opt-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.opt-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;

    border: 1px solid #d9d9d9;
    border-radius: 16px;
    overflow: hidden;
    min-width: 420px;
    max-width: 600px;

}

.opt-table thead th {
    background: #EF7736;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 12px 14px;
    border-radius: 0;
}

.opt-table thead .th-left {
    border-top-left-radius: 12px;
}

.opt-table thead .th-right {
    border-top-right-radius: 12px;
}

.opt-table td:last-child {
    border-right: none;
}

/* «другой» радиус у второй колонки */

.opt-table td {
    text-align: center;
    padding: 12px 14px;
    color: #3B3C3B;
    font-size: 14px;
    border-right: 1px solid #d9d9d9;
}

.opt-table tbody tr+tr td {
    border-top: 1px solid #d9d9d9;

}

.stx-list__combo {
    position: relative;
    padding-left: 18px;
    /* место под тире */
    margin: 8px 0;
    /* как у остальных пунктов */
    line-height: 1.45;
}

.stx-list__combo::before {
    content: "—";
    position: absolute;
    left: 0;
    top: .2em;
    color: #9aa3af;
}

/* вторая строка — вплотную, но с небольшим дыханием */
.stx-list__combo-sub {
    display: block;
    margin-top: 1px;
    color: inherit;
}

.stx-list li.stx-list__item--plain {
    padding-left: 0;
    margin-top: 32px;
    margin-bottom: 100px;
}

.stx-list li.stx-list__item--plain::before {
    content: none;
}

@media (max-width: 640px) {
    .stx-list__combo-sub {
        margin-top: 1px;
    }
}


@media (max-width: 768px) {
    .wh-section__title {
        font-size: 22px;
    }

    .stx-lead {
        font-size: 14px;
    }

    .opt-hero {
        margin-left: 0;
        margin-right: 0;
        border-radius: 16px;
        aspect-ratio: var(--hero-ratio, 873 / 431);
        background-position: center top;
        background-size: 100% auto;
        padding: 0;
    }

    .stx-h2 {
        font-size: 18px;
    }

    .opt-table td,
    .opt-table th {
        padding: 10px 12px;
        font-size: 13px;
    }

    .opt-table {
        min-width: 340px;

        border-radius: 16px;
    }

    .opt-table thead th {
        padding: 8px 10px;
        font-size: 12.5px;
    }

    .opt-table td {
        padding: 8px 10px;
        font-size: 13px;
        word-break: break-word;

    }

    .stx-section {
        margin: 0;
    }

    .wh-section__title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 32px !important;
    }
}


@media (max-width: 480px) {
    .opt-hero {
        aspect-ratio: var(--hero-ratio, 16 / 9);
        border-radius: 14px;
    }

    .stx-h2 {
        font-size: 17px;
    }

    .stx-list li {
        margin: 6px 0;
    }

    .opt-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }


}


/* 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 */
/* /opt/style.css?17576922075259 */
