

/* Start:/o-nas/style.css?17582600836777*/
html,
body {
    overflow-x: hidden;
}



#pagetitle {
    display: none;
}


.wh-section__title {
    font-size: 28px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}



/* Базовое */
.stx-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.stx-title {
    color: #3171C6;
    font-weight: 700;
    font-size: 28px;
    margin: 24px 0 16px;
    text-transform: uppercase;
}

.stx-title--small {
    font-size: 24px;
}

.stx-subtitle {
    color: #3171C6;
    font-weight: 700;
    font-size: 20px;
    margin: 24px 0 16px;
}

.stx-section {
    margin: 32px 0 64px 0;
}

.stx-dashes {

    border-radius: 12px;
    border: 2px solid #D9D9D9;
}

.stx-dash {
    position: relative;
    padding-left: 20px;
    margin: 6px 0;
    color: #3B3C3B;
    line-height: 1.6;
    text-align: center;

}

hr {

    margin: 0;
}

/* HERO */
.stx-hero {
    background-image: url('/local/templates/supertex/images/bg/o_nas.webp');
    background-repeat: no-repeat;
    padding: 36px 0 24px;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}


.stx-hero__title {
    font-size: 28px;
    line-height: 1.35;
    text-align: center;
    color: #3B3C3B;
    text-transform: uppercase;
    font-weight: 500;
}

.stx-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin: 16px 0 8px;
}

.chip {
    background: #3171C6;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;

    color: #fff;
}

.stx-hero__lead {
    text-align: center;
    color: #3B3C3B;
    margin: 8px auto 20px;
    max-width: 820px;
}

.stx-hero__banner {
    height: 140px;
    border-radius: 12px;
    background: #e9ecef;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

/* Grid преимуществ */
.stx-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 100%;
}

.plaque {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-image: var(--plq-bg, none);
    background-repeat: no-repeat;
    background-position: right bottom;

    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    padding: 20px;
    min-height: 180px;
    box-sizing: border-box;
}

.plaque__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #3B3C3B;
    text-transform: uppercase;
    max-width: 70%;
}

.plaque__desc {
    font-size: 14px;
    color: #969696;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    max-width: 70%;
    bottom: 20px;
}


.stx-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.stx-card__title {
    font-weight: 700;
    color: #3B3C3B;
    margin-bottom: 6px;
}

.stx-card__text {
    color: #3B3C3B;
}






/* Скидки */
.stx-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.stx-box {

    border-radius: 12px;
    padding: 16px;

}

.stx-box__title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #3B3C3B;
    text-align: center;
}

.stx-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /* убираем зазоры */
    border-radius: 16px;
    /* общий радиус */
    overflow: hidden;
    /* чтобы углы не торчали */

}

.stx-table th,
.stx-table td {
    border: 1px solid #D9D9D9;
    padding: 10px 12px;
    text-align: center;
}

.stx-table thead th {
    background: #EF7736;
    font-weight: 600;
    text-align: center;
    color: #fff;

}

.stx-table thead th:first-child {
    border-top-left-radius: 12px;
}


.stx-table thead th:nth-child(2) {
    border-top-right-radius: 12px;

}




/* 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;
}

.stx-btn:hover {
    opacity: .92;
}










/* Адаптив */
@media (max-width: 1023.98px) {
    .stx-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stx-flex {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .stx-container {
        padding: 0 10px;
    }

    .stx-title {
        font-size: 22px;
    }

    .stx-subtitle {
        font-size: 18px;
        text-transform: none;
    }

    .stx-hero {
        padding: 24px 0 16px;
    }

    .stx-hero__title {
        font-size: 22px;
    }

    .stx-hero__banner {
        height: 120px;
    }

    .stx-grid {
        grid-template-columns: 1fr;
    }

    .stx-hero__chips {

        gap: 8px;

    }

}



.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }
}


@media (max-width: 767px) {
    .plaque {
        padding: 12px 14px;
        /* меньше отступы */
        min-height: 140px;
        /* ниже карточка */
        border-radius: 10px;
        /* скругления тоже можно уменьшить */
        background-size: 90% auto;
        /* фон не так навязчиво */
    }

    .plaque__title {
        font-size: 16px;
        line-height: 1.2;
        max-width: 70%;
        /* текст на всю ширину */
    }

    .plaque__desc {
        font-size: 14px;

        margin-top: 6px;

        -webkit-line-clamp: 4;
        /* на мобиле можно показать больше строк */
    }
}
/* End */
/* /o-nas/style.css?17582600836777 */
