

/* Start:/local/templates/mfc/components/bitrix/news.detail/other_proj/style.css?17302972201072*/
.news_detail {
	word-wrap: break-word;
}

.news_detail_txt {
	p:has(img) {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	img {
		display: inline-flex;
		flex-shrink: 1;
		height: auto !important;
		border-radius: 20px;
		padding: 10px;
	}

	blockquote p,
	blockquote {
		max-width: 625px;
		font-family: var(--circe), sans-serif;
		font-weight: 400;
		font-size: clamp(21px, 3vw, 24px);
		line-height: clamp(130%, 3vw, 150%);
		letter-spacing: -0.02em;
		color: var(--primary);
	}

	blockquote {
		padding-left: clamp(20px, 3vw, 46px);
		position: relative;
		&:before {
			content: '';
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
			height: 100%;
			width: 7px;
			background: var(--secondary);;
		}
	}
}

.news_detail_share {
	border-top: 3px solid rgba(170, 170, 170, 0.3);
	margin-top: 18px;
	.share_title {
		font-family: var(--circe),sans-serif;
		font-weight: 700;
		font-size: clamp(20px, 3vw, 24px);
		line-height: 174%;
		color: var(--grey7D);
	}
}
/* End */


/* Start:/local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501*/
.modern-page-navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--grey7D);
    font-weight: 700;
    font-size: 16px;
    font-family: var(--font-family);
}

.modern-page-navigation a, .modern-page-current {
    transition: .4s;
    color: var(--grey7D);
    text-decoration: none;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modern-page-navigation a:hover {
    color: white !important;
    background: #F06736;
}

.modern-page-current {
    background: #F06736;
    color: white;
}

.modern-page-previous svg, .modern-page-next svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 15px;
    fill: #f06736;
    transition: .4s;
}

.modern-page-next svg {
    left: calc(50% + 1px);
}

.modern-page-previous svg {
    left: calc(50% - 1px);
}

.modern-page-previous, .modern-page-next {
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.modern-page-previous, .modern-page-next {
    transition: .4s;

    &:hover {
         background: #F06736;

        svg {
            fill: white;
        }
     }
}

.modern-page-previous_mod:not(.modern-page-previous_mod_off) {
    display: none !important;
}

.modern-page-previous_mod_off svg {
    fill: #f06736;
}

@media (max-width: 575px) {
    .modern-page-navigation {
        width: 100%;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/list/style.css?1718455993542*/
.aside_news_list {
	a, span {
		display: block;
		transition: var(--tr25);
	}

	a {
		padding-top: 2px;

		&:hover .title {
			color: var(--secondary);
		}
	}

	a:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	a:not(:has(.tag_container)) {
		padding-top: 20px;
	}

	& .title {
		font-family: var(--circe), sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 125%;
		color: #000;
	}

	& .date {
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
		color: rgba(0, 0, 0, 0.5);
		opacity: 0.7;
	}
}

/* End */
/* /local/templates/mfc/components/bitrix/news.detail/other_proj/style.css?17302972201072 */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/.default/style.css?17181929441501 */
/* /local/templates/mfc/components/bitrix/news.list/list/style.css?1718455993542 */
