

/* Start:/bitrix/templates/floor/components/bitrix/news/sales/bitrix/news.list/.default/style.css?177928805714088*/
.hd-promotions-page {
    --hd-bg: #f7f8fa;
    --hd-card: #ffffff;
    --hd-text: #222222;
    --hd-muted: #6f7278;
    --hd-line: #e6e8ec;

    --hd-accent: #e6004f;
    --hd-accent-dark: #c90045;
    --hd-accent-light: #ffedf4;
    --hd-accent-soft: rgba(230, 0, 79, .08);

    --hd-radius-xl: 30px;
    --hd-radius-lg: 22px;
    --hd-radius-md: 14px;
    --hd-shadow: 0 14px 38px rgba(25, 25, 25, .06);
    --hd-shadow-hover: 0 20px 50px rgba(25, 25, 25, .1);

    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 20px 72px;
    color: var(--hd-text);
}

.hd-promotions-page * {
    box-sizing: border-box;
}

.hd-promotions-page a {
    text-decoration: none;
}

.hd-promotions-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: stretch;
    margin-bottom: 24px;
}

.hd-promotions-hero__content {
    min-height: 360px;
    background:
        radial-gradient(circle at 88% 12%, rgba(230, 0, 79, .1), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius-xl);
    padding: 46px;
    box-shadow: var(--hd-shadow);
    position: relative;
    overflow: hidden;
}

.hd-promotions-hero__content::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(230, 0, 79, .055);
    pointer-events: none;
}

.hd-promotions-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--hd-accent-light);
    color: var(--hd-accent-dark);
    border: 1px solid rgba(230, 0, 79, .14);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hd-promotions-title {
    max-width: 720px;
    margin: 0 0 18px;
    color: var(--hd-text);
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.035em;
}

.hd-promotions-lead {
    max-width: 690px;
    margin: 0;
    color: var(--hd-muted);
    font-size: 17px;
    line-height: 1.65;
}

.hd-promotions-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.hd-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.hd-promo-btn--primary {
    background: linear-gradient(135deg, var(--hd-accent), var(--hd-accent-dark));
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(230, 0, 79, .22);
}

.hd-promo-btn--primary:hover {
    background: linear-gradient(135deg, #f00458, #bd003f);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 15px 30px rgba(230, 0, 79, .28);
}

.hd-promo-btn--secondary {
    background: #ffffff;
    color: var(--hd-text);
    border-color: var(--hd-line);
}

.hd-promo-btn--secondary:hover {
    color: var(--hd-accent-dark);
    border-color: rgba(230, 0, 79, .28);
    background: var(--hd-accent-light);
    transform: translateY(-1px);
}

.hd-promotions-hero__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.hd-promotions-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 108px;
    padding: 24px;
    background: var(--hd-card);
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius-lg);
    box-shadow: var(--hd-shadow);
}

.hd-promotions-stat--accent {
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .18), transparent 30%),
        linear-gradient(135deg, var(--hd-accent), var(--hd-accent-dark));
    border-color: transparent;
    color: #ffffff;
}

.hd-promotions-stat__value {
    display: block;
    margin-bottom: 7px;
    color: var(--hd-text);
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.03em;
}

.hd-promotions-stat--accent .hd-promotions-stat__value {
    color: #ffffff;
    font-size: 26px;
}

.hd-promotions-stat__label {
    color: var(--hd-muted);
    font-size: 14px;
    line-height: 1.35;
}

.hd-promotions-stat--accent .hd-promotions-stat__label {
    color: rgba(255, 255, 255, .84);
}

.hd-promotions-filter {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
    padding: 14px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--hd-line);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(25, 25, 25, .05);
    backdrop-filter: blur(10px);
}

.hd-promotions-filter__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid var(--hd-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--hd-text);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.hd-promotions-filter__item:hover,
.hd-promotions-filter__item.is-active {
    background: var(--hd-accent);
    border-color: var(--hd-accent);
    color: #ffffff;
    transform: translateY(-1px);
}

.hd-promotions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hd-promo-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: var(--hd-card);
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius-lg);
    box-shadow: var(--hd-shadow);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hd-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hd-shadow-hover);
    border-color: rgba(230, 0, 79, .18);
}

.hd-promo-card--finished {
    opacity: .72;
}

.hd-promo-card__image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #f2f3f5;
    color: inherit;
}

.hd-promo-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hd-promo-card:hover .hd-promo-card__image img {
    transform: scale(1.045);
}

.hd-promo-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background:
        radial-gradient(circle at 80% 20%, rgba(230, 0, 79, .18), transparent 34%),
        linear-gradient(135deg, #f5f6f8, #ffffff);
    color: var(--hd-accent);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hd-promo-card__badge,
.hd-promo-card__status {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.hd-promo-card__badge {
    left: 14px;
    top: 14px;
    max-width: calc(100% - 28px);
    background: rgba(255, 255, 255, .94);
    color: var(--hd-accent-dark);
    border: 1px solid rgba(230, 0, 79, .18);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.hd-promo-card__status {
    right: 14px;
    bottom: 14px;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.hd-promo-card__status.is-active {
    background: var(--hd-accent);
}

.hd-promo-card__status.is-finished {
    background: #8f949d;
}

.hd-promo-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.hd-promo-card__title {
    margin: 0 0 12px;
    color: var(--hd-text);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.015em;
}

.hd-promo-card__title a {
    color: inherit;
    transition: color .2s ease;
}

.hd-promo-card__title a:hover {
    color: var(--hd-accent);
}

.hd-promo-card__text {
    min-height: 72px;
    margin: 0 0 20px;
    color: var(--hd-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hd-promo-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--hd-line);
}

.hd-promo-card__link {
    display: inline-flex;
    align-items: center;
    color: var(--hd-accent);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    transition: color .2s ease;
}

.hd-promo-card__link::after {
    content: "→";
    margin-left: 7px;
    transition: transform .2s ease;
}

.hd-promo-card__link:hover {
    color: var(--hd-accent-dark);
}

.hd-promo-card__link:hover::after {
    transform: translateX(3px);
}

.hd-promo-card__days {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--hd-accent-light);
    color: var(--hd-accent-dark);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.hd-promo-card__days--muted {
    background: #f1f2f4;
    color: #7a7f88;
}

.hd-promotions-empty {
    padding: 48px 32px;
    text-align: center;
    background: var(--hd-card);
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius-xl);
    box-shadow: var(--hd-shadow);
}

.hd-promotions-empty h2 {
    margin: 0 0 12px;
    color: var(--hd-text);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.hd-promotions-empty p {
    max-width: 620px;
    margin: 0 auto 24px;
    color: var(--hd-muted);
    font-size: 15px;
    line-height: 1.6;
}

.hd-promo-consultation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: center;
    margin-top: 42px;
    padding: 36px;
    background:
        radial-gradient(circle at 100% 0%, rgba(230, 0, 79, .08), transparent 32%),
        linear-gradient(135deg, #ffffff, #fafbfc);
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius-xl);
    box-shadow: var(--hd-shadow);
}

.hd-promo-consultation h2 {
    margin: 0 0 12px;
    color: var(--hd-text);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.02em;
}

.hd-promo-consultation p {
    max-width: 700px;
    margin: 0;
    color: var(--hd-muted);
    font-size: 15px;
    line-height: 1.65;
}

.hd-promo-consultation__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.hd-promo-consultation__note {
    color: var(--hd-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hd-promotions-seo {
    margin-top: 34px;
    padding: 30px 34px;
    background: #ffffff;
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius-lg);
}

.hd-promotions-seo h2 {
    margin: 0 0 14px;
    color: var(--hd-text);
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
}

.hd-promotions-seo p {
    margin: 0;
    color: var(--hd-muted);
    font-size: 15px;
    line-height: 1.7;
}

.hd-promotions-seo p + p {
    margin-top: 12px;
}

@media (max-width: 1100px) {
    .hd-promotions-hero,
    .hd-promo-consultation {
        grid-template-columns: 1fr;
    }

    .hd-promotions-hero__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hd-promotions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .hd-promotions-page {
        padding: 24px 14px 52px;
    }

    .hd-promotions-hero {
        gap: 14px;
        margin-bottom: 18px;
    }

    .hd-promotions-hero__content {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 24px;
    }

    .hd-promotions-title {
        font-size: 30px;
        line-height: 1.12;
    }

    .hd-promotions-lead {
        font-size: 15px;
        line-height: 1.58;
    }

    .hd-promotions-actions {
        flex-direction: column;
        margin-top: 24px;
    }

    .hd-promo-btn {
        width: 100%;
    }

    .hd-promotions-hero__stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hd-promotions-stat {
        min-height: 96px;
        padding: 18px;
        border-radius: 20px;
    }

    .hd-promotions-stat__value {
        font-size: 30px;
    }

    .hd-promotions-stat--accent .hd-promotions-stat__value {
        font-size: 24px;
    }

    .hd-promotions-filter {
        position: relative;
        top: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        margin-bottom: 18px;
        padding: 10px;
        border-radius: 18px;
    }

    .hd-promotions-filter__item {
        white-space: nowrap;
    }

    .hd-promotions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hd-promo-card {
        border-radius: 20px;
    }

    .hd-promo-card__image {
        height: 210px;
    }

    .hd-promo-card__body {
        padding: 20px;
    }

    .hd-promo-card__title {
        font-size: 19px;
    }

    .hd-promo-card__text {
        min-height: auto;
    }

    .hd-promo-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .hd-promo-consultation {
        margin-top: 30px;
        padding: 26px 20px;
        border-radius: 24px;
    }

    .hd-promo-consultation h2 {
        font-size: 25px;
    }

    .hd-promotions-seo {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .hd-promotions-seo h2 {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .hd-promotions-title {
        font-size: 27px;
    }

    .hd-promo-card__image {
        height: 190px;
    }

    .hd-promo-card__badge,
    .hd-promo-card__status {
        font-size: 11px;
    }
}
/* End */
/* /bitrix/templates/floor/components/bitrix/news/sales/bitrix/news.list/.default/style.css?177928805714088 */
