

/* 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.detail/.default/style.css?17884308721337*/
div.news-detail
{
	word-wrap: break-word;
    background:#fff;
	font-size:24px;
    padding: 0 80px;
}
.news-date-time
{
	color:#486DAA;
}

.news-detail p {
	line-height: 1.8;
}

.news-detail h1 {
    margin:0 auto 1em;
    font-size: 64px;
}

.news-detail .detail_picture {
    border-radius:50px;
    margin-bottom:3em;
    display: block;
}

.quote {
    background: url("/img/quote.svg") no-repeat;
    padding: 60px;
    background-position: -40px -15px;
	& .quote-title {
		font-weight: 700;
		font-size:28px;
	}
	& .quote-dop {
		color:#808080;
        font-size:20px;
        padding-bottom: 50px;
	}
    & .quote-author {
        font-size:24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 24px;
        &:before {
            content:"";
            width:86px;
            background: #000;
            height: 1px;
        }
    }
}

.slider-news-gallery {
    margin-bottom:60px;
}

.slick-slide {
    height:auto!important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px!important;
    bottom: -40px!important;
    & li {
        width: 33px!important;

    }
}

@media (max-width: 767px) {
    .news-detail h1 {
        font-size:32px;
    }
    .quote {
        padding: 30px;
    }
    .news-detail {
        padding: 15px!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.detail/.default/style.css?17884308721337 */
