

/* Start:/local/templates/.default/components/bitrix/news/news_tile/bitrix/news.detail/action/style.css?17488507245459*/
.content {
    padding-bottom: 0;
}

.action-detail-container {
    margin-top: 14px;
    padding-bottom: 120px;
}

.action-detail-container .back-to-actions-list {
    font: bold 15px / 100% "Open Sans", sans-serif;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 25px;
}
.action-detail-container .back-to-actions-list:hover {
    color: #9dcbff;
    text-decoration: none;
}

.action-banner {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 400px;
    gap: 10px;
    background: linear-gradient(89deg, #005aaa 0%, #022e5e 100%);
    border-radius: 6px;
}
.action-banner:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/.default/components/bitrix/news/news_tile/bitrix/news.detail/action/img/banner-lines-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.action-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/.default/components/bitrix/news/news_tile/bitrix/news.detail/action/img/banner-lines-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.action-banner .action-banner-info {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 50px 20px 124px 48px;
    color: #fff;
    z-index: 1;
}
.action-banner .action-banner-date {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #7BA4DB;
    border-radius: 4px;
    padding: 7px 12px;
}

.action-banner .action-banner-date + .action-banner-title {
    margin-top: 16px;
}

.action-banner .action-banner-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.action-banner .action-banner-title + .action-banner-description {
    margin-top: 16px;
}

.action-banner .action-banner-description {
    font-size: 16px;
}

.action-banner .action-banner-img {
    display: flex;
    width: 50%;
    padding: 40px 40px 40px 20px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.action-banner .action-banner-img img {
    max-height: 100%;
    max-width: 100%;
}

.action-banner .banner-logo {
    position: absolute;
    display: flex;
    justify-content: end;
    left: 0;
    bottom: 40px;
    height: 70px;
    width: 220px;
    padding: 7px 20px 7px 48px;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.action-banner .banner-logo img {
    max-height: 100%;
}


.action-accent-text {
    color: #005AAA;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 24px 16px 20px;
    background-color: #E7F0F7;
    border-radius: 4px;
    border-left: 4px solid #005AAA;
}

.action-detail-text {
    font-size: 16px;
    color: #000;
}

.action-detail-text li + li {
    margin-top: 16px;
}

.action-banner + .action-accent-text,
.action-banner + .action-detail-text {
    margin-top: 40px;
}

.action-accent-text + .action-detail-text {
    margin-top: 48px;
}

@media(max-width: 768px) {
    .action-banner {
        flex-direction: column;
        height: auto;
        padding: 24px 15px;
        gap: 24px;
    }

    .action-banner:before {
        content: '';
        display: none;
    }
    .action-banner:after {
        top: auto;
        bottom: 0;
        background-image: url(/local/templates/.default/components/bitrix/news/news_tile/bitrix/news.detail/action/img/banner-lines-left.svg);
        background-position: bottom left;
        background-size: contain;
        transform: scaleX(-1);
    }

    .action-banner .action-banner-info {
        width: 100%;
        padding: 0;
    }

    .action-banner .action-banner-img {
        padding: 0;
        align-self: end;
        height: 140px;
    }

    .action-banner .banner-logo {
        width: 117px;
        height: 44px;
        padding: 6px 15px;
        bottom: 24px;
    }

    .action-banner .action-banner-date {
        font-size: 14px;
    }
    .action-banner .action-banner-title {
        font-size: 18px;
        line-height: 22px;
    }

    .action-banner .action-banner-description {
        font-size: 14px;
    }

    .action-accent-text {
        font-size: 14px;
        padding: 12px 15px 12px 11px;
    }

    .action-detail-text {
        font-size: 14px;
    }

    .action-banner + .action-accent-text,
    .action-banner + .action-detail-text {
        margin-top: 16px;
    }
    .action-accent-text + .action-detail-text {
        margin-top: 24px;
    }

    .action-products-container {
        padding: 1px 0 !important;
    }
    .action-products-container .products-slider-title {
        font-size: 20px !important;
    }
}

/* мобильная версия */
.action-detail-container.mobile {
    padding-bottom: 48px;
}

.action-detail-container.mobile h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 27px;
    margin: 0 0 24px;
}

/* блок слайдера */
.action-products-container {
    background-color: #F6F6F6;
    padding: 44px 0 60px;
}

.action-products-container .products-slider-title {
    font-size: 32px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/news_tile/bitrix/news.detail/action/style.css?17488507245459 */
