

/* Start:/bitrix/templates/magnet_s1/components/bitrix/news.detail/action/style.css?17893962914117*/
.actions[data-helper="actions::detail"] .promo-campaign {
    --promo-accent: #f4511e;
    color: #292929;
}

.actions[data-helper="actions::detail"] .main-content > .img {
    height: auto !important;
    overflow: hidden;
    border-radius: 16px;
    background: transparent;
}

.actions[data-helper="actions::detail"] .main-content > .img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.actions[data-helper="actions::detail"] .promo-campaign-layout {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.actions[data-helper="actions::detail"] .promo-campaign__top {
    display: grid;
    grid-template-columns: minmax(0, 43%) minmax(0, 1fr);
    gap: 3.35%;
    align-items: stretch;
    margin-bottom: 32px;
}

.actions[data-helper="actions::detail"] .promo-campaign__visual {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.actions[data-helper="actions::detail"] .promo-campaign__visual::after {
    position: absolute;
    left: 4%;
    bottom: 0;
    min-width: 235px;
    padding: 16px 10px 8px;
    border-radius: 5px;
    background: #f4511e;
    color: #fff;
    content: "Акция действует до 31 октября 2026";
    font-size: 11px;
    line-height: 1.25;
}

.actions[data-helper="actions::detail"] .promo-campaign__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.actions[data-helper="actions::detail"] .promo-campaign__top .promo-campaign__intro {
    margin-bottom: 0;
}

.actions[data-helper="actions::detail"] .promo-campaign h2,
.actions[data-helper="actions::detail"] .promo-campaign h3,
.actions[data-helper="actions::detail"] .promo-campaign p {
    margin-top: 0;
}

.actions[data-helper="actions::detail"] .promo-campaign__intro {
    position: relative;
    overflow: hidden;
    margin-bottom: 42px;
    padding: 34px 38px;
    border-radius: 20px;
    background: linear-gradient(120deg, #f4511e 0%, #ff6a19 62%, #ff9145 100%);
    color: #fff;
}

.actions[data-helper="actions::detail"] .promo-campaign__intro::after {
    position: absolute;
    top: -65px;
    right: -35px;
    width: 230px;
    height: 230px;
    border: 38px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    content: "";
}

.actions[data-helper="actions::detail"] .promo-campaign__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.actions[data-helper="actions::detail"] .promo-campaign__intro h2 {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(26px, 3.1vw, 42px);
    line-height: 1.08;
}

.actions[data-helper="actions::detail"] .promo-campaign__intro p {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.55;
}

.actions[data-helper="actions::detail"] .promo-terms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.actions[data-helper="actions::detail"] .promo-terms article {
    padding: 22px;
    border-radius: 14px;
    background: #f7f7f7;
}

.actions[data-helper="actions::detail"] .promo-terms h3 {
    margin-bottom: 9px;
    font-size: 17px;
}

.actions[data-helper="actions::detail"] .promo-terms p {
    margin-bottom: 0;
    color: #626262;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .actions[data-helper="actions::detail"] .promo-campaign__intro {
        margin-bottom: 30px;
        padding: 27px 24px;
        border-radius: 16px;
    }

    .actions[data-helper="actions::detail"] .promo-terms {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .actions[data-helper="actions::detail"] .promo-campaign__top {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (min-width: 2400px) {
    .actions[data-helper="actions::detail"] .main-content {
        align-items: flex-start;
    }

}

/* End */
/* /bitrix/templates/magnet_s1/components/bitrix/news.detail/action/style.css?17893962914117 */
