

/* Start:/local/templates/duma2024/components/bitrix/menu/pages/style.css?1734539050418*/
.pages {
	box-shadow: 0 0 20px 0 #0000001a;
	border-radius: 20px;
	padding: 20px;
	clear: both;
	margin: 0 0 25px 0;
}
.pages h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 16px 0;
}
.page-item {
	margin-bottom: 15px;
}
.page-item i {
	font-size: 33px;
	vertical-align: middle;
	margin: 0 15px 0 0;
	display: inline-block;
	width: 40px;
}
.page-item p {
	margin: 14px 0;
	font-size: 15px;
	font-weight: 400;
}

/* End */


/* Start:/local/templates/duma2024/components/bitrix/news.detail/page-detail/style.css?17348673982014*/
.carouselFIXME {
    display: flex;
    column-gap: 24px;
}
.carouselFIXME .news-item {
    max-height: 255px;
}
.news-detail-picture {
    max-width: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.news-detail-picture img {
    border-radius: 15px;
}
.news-detail-text {
    font-size: 15px;
    line-height: 18px;
}
.news-detail-carousel {
    width: 100%;
    display: inline-block;
    /*padding: 30px;*/
}
.news-detail-carousel .slick-slider {
    padding: 30px;
}
.news-detail-carousel .slick-prev,
.news-detail-carousel .slick-next {
    color: var(--navigationColor);
    border: 1px solid #111111;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}
.news-detail-carousel:before .slick-prev {
    content: "\e909";
}
.news-detail-carousel-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 175px;
    margin: 10px;
    background-size: cover;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.news-detail-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-detail-video iframe {
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px var(--color8);
    margin-bottom: 30px;
}
.slick-arrow {
    display: none !important;
}
.slick-dots{
    left: 0;
}
.preview-content{
	display: flex;
    width: 100%;
    padding-top: 30px;
}
.preview-content-table{
	width: 100%;
	overflow-x: auto;
}
.preview-content-table table{
	width: 100%;
	border-collapse: collapse;
}
.preview-content-table table th,
.preview-content-table table td {
	border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.preview-content-table table th{
	background-color: var(--color3);
}
@media screen and (max-width: 992px) {
    .news-detail-picture {
        max-width: 100%;
        width: 100%;
        margin: 10px 0;
    }
    .preview-content-table table td{
    	min-width: 170px;
    }
}
/* End */
/* /local/templates/duma2024/components/bitrix/menu/pages/style.css?1734539050418 */
/* /local/templates/duma2024/components/bitrix/news.detail/page-detail/style.css?17348673982014 */
