

/* Start:/local/templates/versal_sw/components/bitrix/news/employee/bitrix/news.detail/.default/style.css?17755695302449*/
.employee-detail__image {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	transition: all .35s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.employee-detail__image:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.employee-detail__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	will-change: transform;
	transition: transform .4s cubic-bezier(.3, 0, .2, 1);
}

.employee-detail__image:hover img {
	transform: scale(1.05);
}

.employee-detail-section .text {
	display: flex;
}

.employee-detail__related-image {
	display: block;
	width: 350px;
	height: 175px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	position: relative;
	transition: all .35s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.employee-detail__related-image:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.employee-detail__related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	will-change: transform;
	transition: transform .4s cubic-bezier(.3, 0, .2, 1);
}
.employee-detail__content.text img {
	border-radius: 3px 3px 0 0;
}
.employee-detail__related-image:hover img {
	transform: scale(1.04);
}
.employee-detail__related-info {
	margin: 1rem;
}
.employee-detail__related-item {
	max-width: 350px;
	position: relative;
	border-radius: 12px;
	transition: all .35s ease;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-decoration: none;
	background-color: #FFF9EF;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(6, 4, 39, 0.06);
	color: inherit;
}

.employee-detail-section, .employee_related-section {
	padding: 16px 0;
}

.employee-detail-section h1, .employee_related-section h2 {
	padding: 16px 0;
}
.employee-detail__related-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px; /* отступы между колонками и строками */
	margin: 18px 0;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, .10);
	border-radius: 14px;
	background: rgba(0, 0, 0, .02);
}
@media screen and (max-width: 800px) {
	.employee-detail__related-list {
		display: flex;
		flex-direction: column;
	}

	.employee-detail-section .text {
		flex-direction: column;
	}

	.employee-detail__related {
		max-width: 85%;
	}

	.employee-detail__related-list {
		gap: 38px;
	}

}
/* End */
/* /local/templates/versal_sw/components/bitrix/news/employee/bitrix/news.detail/.default/style.css?17755695302449 */
