

/* Start:/local/templates/s1_new/components/bitrix/news/fcb_articles/style.css?17888524541467*/
.sections {
    gap: 12px;
}

.fcb-pagination .text {
    display: none;
}

.section-item {
    flex: 0 0 auto;

    &.show-all {
        flex: 1.5;
        max-width: 370px;
    }

    & a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        min-height: 48px;
        padding: 10px 24px;
        border-radius: 100px;
        background: #000;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid transparent;
        backdrop-filter: none;
        box-shadow: none;
        transition: background 0.3s ease;

        &:hover {
            background: #333;
            color: #fff;
        }

        &.active {
            border-color: #fff;
        }

        &[data-type]::before {
            content: "";
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: linear-gradient(180deg, #DEDDDC 0%, #BEBEBC 100%);
            border: 2px solid #000;
            outline: 1px solid #fff;
            box-sizing: border-box;
            transition: background 0.3s ease;
        }

        &.active[data-type]::before, &:hover::before {
			background: linear-gradient(193.15deg, #E91857 9.47%, #E71643 37.39%, #ED5716 63.91%, #F4A910 95.42%);
        }
    }
}

@media (max-width: 767.98px) {
    .section-item {
        flex: auto;
    }
}

/* End */


/* Start:/local/templates/s1_new/components/bitrix/news/fcb_articles/bitrix/news.list/.default/style.css?17884308723458*/
.news-list {
    height: auto;
}

.news-list-empty {
    margin: 0 10px;
    padding: 48px 40px;
    border-radius: 25px;
    background: #E9E9E9;
    color: #000;
    text-align: center;

    &__title {
        margin: 0 0 12px;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
    }

    &__link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        min-height: 48px;
        padding: 10px 32px;
        border-radius: 100px;
        background: #000;
        color: #fff;
        text-decoration: none;
        transition: background 0.3s ease;

        &:hover {
            background: #222;
            color: #fff;
        }
    }
}

.news-item {
    & .news-item-wrap {
        margin: 0 10px !important;
        border-radius: 25px;
        padding: 35px;
        background: #E9E9E9;
        color: #000;
        display: flex;
        flex-direction: column;
        box-shadow: none;
        width: auto;
        line-height: normal;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        backdrop-filter: none;
        &:hover {
            background: #fff;
            transition: all 0.3s ease;
        }
        & a:not(.detail-link) {
            color: #000;
            text-decoration: none;
            font-weight: 600;
            font-size: 28px;
            line-height: 100%;
            letter-spacing: 0%;
            position: relative;
            display: block;
            width: 100%;
        }
        & img {
            border: 0.6px solid #FFFFFF;
            border-radius: 13px;
            margin: 0 0 20px;
            aspect-ratio: 500 / 300;
            object-fit: cover;
            width: 100%;
        }
        & .top-part {
            display: flex;
            justify-content: space-between;
            align-items: center;
            & .section {
                border-radius: 100%;
                display: flex;
                align-items: end;
                justify-content: center;
                color: #565656;
                font-weight: 600;
                width: auto;
                z-index: 1;
            }
            & .datetime {
                text-align: right;
                width: 100%;
                padding-bottom: 5px;
            }
        }
        & .main-part {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: start;
            gap: 20px;
            text-align: left;
            font-size: 16px;
            height: 100%;
            & .detail-link {
                position: absolute;
                bottom: 40px;
                right: 40px;
                width: auto;
            }
            & .arrow-right {
                width: 100%;
                height: 30px;
                background-image: url('/local/templates/s1_new/img/arrow-right-black.svg');
                background-repeat: no-repeat;
                background-position: right center;
                background-size: 17px 14px;
            }
        }
        &:hover .main-part .arrow-right {
            background-image: url('/local/templates/s1_new/img/arrow-right-long-black.svg');
            background-size: auto 14px;
        }
    }
}

@media (max-width: 767.98px) {
    .main-part a:not(.detail-link) {
        font-size: 24px!important;
    }
}

/* End */
/* /local/templates/s1_new/components/bitrix/news/fcb_articles/style.css?17888524541467 */
/* /local/templates/s1_new/components/bitrix/news/fcb_articles/bitrix/news.list/.default/style.css?17884308723458 */
