

/* Start:/local/templates/dt2025/components/bitrix/news/person/bitrix/news.detail/.default/style.css?17701917611868*/
/* local/templates/dt2025/components/bitrix/news/person/bitrix/news.detail/.default/person-detail.css */

#person-detail .text {
	overflow: hidden;
	transition: max-height 0.3s ease;
	max-height: 400px;
	position: relative;
}

#person-detail .text:not(.expanded)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(to bottom, transparent, white);
	pointer-events: none;
}

#person-detail .text.expanded {
	max-height: none;
}

#person-detail .text.expanded::after {
	display: none;
}

#person-detail .icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: var(--bs-danger);
}

#person-detail .content-element {
	border-bottom: var(--bs-gray-400) 1px solid;
}

#person-detail .content-element .text-wrap {
	color: var(--bs-gray-700);
}

#person-detail .ads-item img {
	max-height: 30px;
}

#person-detail #map-region {
	min-height: 400px;
}

#person-detail .btn-outline-danger {
	border-color: var(--bs-danger);
	color: var(--bs-danger);
}

#person-detail .btn-outline-danger:hover {
	background-color: var(--bs-danger);
	color: white;
}

#person-detail .organizations-list {
	transition: max-height 0.3s ease;
}

#person-detail .hidden-organization {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, max-height 0.3s ease;
}

#person-detail .hidden-organization.show {
	opacity: 1;
	max-height: 200px;
}

#person-detail .organization-item {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.graf {
	min-height: 300px;
}

.font-family-serif {
	font-family: var(--bs-font-sans-serif);
}

/* Анимация для иконки переключения */
#person-detail .toggle-icon {
	display: inline-block;
	transition: transform 0.3s ease;
}

#person-detail .toggle-icon.rotated {
	transform: rotate(180deg);
}
/* End */
/* /local/templates/dt2025/components/bitrix/news/person/bitrix/news.detail/.default/style.css?17701917611868 */
