

/* Start:/local/templates/aspro_next_modify/css/pages/garantiya.css?17872229475626*/
.sdiskontom-title-h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 700;
}

.sdiskontom-paragraph {
    margin-bottom: 25px;
    font-size: 15px;
}

/* Вводный (лид) абзац в главной карточке */
.sdiskontom-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}

/* Карточки */
.sdiskontom-card {
    background: #ffffff;
    border-radius: 6px;
    padding: 25px;
}

.sdiskontom-card--yellow {
    border: 1px solid #ffb800;
}

.sdiskontom-card--gray {
    border: 1px solid #e5e5e5;
}

/* Иконки в кружочках */
.sdiskontom-icon-circle {
    width: 40px;
    height: 40px;
    background-color: #FFF9ED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb800;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
}

/* Шапка блока (иконка + заголовок + описание) */
.sdiskontom-courier-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Особенности (иконка + контент) */
.sdiskontom-feature {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.sdiskontom-feature h3 {
    font-size: 17px;
    color: #333;
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: 700;
}

/* Абзац-примечание внутри карточки */
.sdiskontom-note {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 12px;
}

.sdiskontom-note:last-child {
    margin-bottom: 0;
}

/* Списки с желтыми буллитами */
.sdiskontom-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sdiskontom-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.sdiskontom-list li::before {
    content: "•";
    color: #ffb800;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}

/* Таблицы */
.sdiskontom-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    -webkit-overflow-scrolling: touch;
}

.sdiskontom-table-clean {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-size: 14px;
}

.sdiskontom-table-clean td {
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
    color: #555555;
}

.sdiskontom-table-clean td:first-child {
    color: #333333;
    font-weight: 600;
    white-space: nowrap;
    width: 190px;
}

.sdiskontom-table-clean td:last-child {
    width: 260px;
    color: #333333;
}

/* Виджет подписки (Сайдбар) */
.sdiskontom-subscribe-widget {
    background-color: #ffb800;
    padding: 25px 20px;
    border-radius: 4px;
    color: #ffffff;
}

.sdiskontom-subscribe-widget__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.sdiskontom-subscribe-widget__text {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.sdiskontom-subscribe-widget__form {
    display: flex;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.sdiskontom-subscribe-widget__input {
    width: 100%;
    border: none;
    padding: 10px 12px;
    font-size: 13px;
    outline: none;
    font-family: inherit;
    color: #333;
}

.sdiskontom-subscribe-widget__btn {
    background: #ffffff;
    border: none;
    padding: 0 12px;
    cursor: pointer;
    color: #999;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Блок с формой */
.sdiskontom-help-banner {
    background-color: #ffb800;
    padding: 50px 0;
    text-align: center;
    color: #333333;
    margin-top: 60px;
}

.sdiskontom-help-banner__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sdiskontom-help-banner__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sdiskontom-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.sdiskontom-form__input {
    flex: 1;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    outline: none;
}

.sdiskontom-form__submit {
    background-color: #333333;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    transition: background 0.2s;
}

.sdiskontom-form__submit:hover {
    background-color: #1a1a1a;
}

.sdiskontom-help-banner__consent {
    font-size: 11px;
    color: rgba(51, 51, 51, 0.7);
    margin-top: 20px;
}

.sdiskontom-link--underline {
    text-decoration: underline;
    color: inherit;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .sdiskontom-layout {
        flex-direction: column;
    }
    .sdiskontom-sidebar {
        order: 2;
    }
    .sdiskontom-content {
        order: 1;
    }
    .sdiskontom-sidebar, .sdiskontom-content {
        width: 100%;
    }
    .sdiskontom-form {
        flex-direction: column;
        padding: 0 20px;
    }
}
/* End */
/* /local/templates/aspro_next_modify/css/pages/garantiya.css?17872229475626 */
