

/* Start:/local/templates/.default/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?17715768448260*/
.pege-title {
	display: none;
}

.detail-pharmacist {
	margin: 0 auto;
	padding: 40px 0;
}

.detail-pharmacist__bio {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-left: 340px;
}

.detail-pharmacist__bio-card {
	width: 100%;
	position: static;
	display: flex;
	gap: 20px;
	align-items: center;
}

.detail-pharmacist__avatar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
}

.detail-pharmacist__avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.detail-pharmacist__bio-information {
	width: 100%;
	display: flex;
	row-gap: 20px;
	flex-direction: column;
}

.detail-pharmacist__name-wrapper {
	display: flex;
	row-gap: 8px;
	flex-direction: column;
}

.detail-pharmacist__name {
	margin: 0;
	font: 700 42px/42px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E80;
}

.detail-pharmacist__position {
	font: 400 28px/36px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E80;
	opacity: .5;
}

.detail-pharmacist__caption {
	max-width: 800px;
	font: 400 20px/28px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
}

.detail-pharmacist__detailed-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.detail-pharmacist__detailed-item {
	display: flex;
	padding: 20px 0;
	flex-direction: column;
	border-bottom: 1px solid #E4E8EC;
}

.detail-pharmacist__detailed-item:last-child {
	border-bottom: none;
}

.detailed-pharmacist__item-title {
	font: 700 16px/21px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
	margin: 0 0 12px 0;
}

.detailed-pharmacist__item-text {
	font: 400 16px/20px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
	margin-bottom: 8px;
}

.detailed-pharmacist__item-text:last-child {
	margin-bottom: 0;
}

.detailed-pharmacist__item-link {
	width: fit-content;
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font: 400 16px/20px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
	text-decoration: underline;
	text-underline-position: under;
	cursor: pointer;
}

.detailed-pharmacist__item-link:last-child {
	margin-bottom: 0;
}

@media (hover: hover) {
	.detailed-pharmacist__item-link:hover {
		text-decoration: none;
	}
}

.detailed-pharmacist__item-link::before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	width: 16px;
	height: 16px;
	background: url('/local/templates/.default/img/bio-icon-doc.svg') no-repeat center center / contain;
}

.detailed-pharmacist__documents-wrapper {
	display: none;
}

.pharmacist-articles {
	margin: 0 auto;
	padding: 40px 0;
}

.pharmacist-articles__slider {
	width: 100%;
	overflow: hidden;
}

.pharmacist-articles__slider-wrapper {
	display: grid;
	row-gap: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	grid-template-columns: repeat(4, minmax(auto, 1fr));
}

.pharmacist-articles__item {
	display: flex;
	height: 100%;
	flex-direction: column;
	border: 1px solid #E4E8EC;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	transition: box-shadow .3s ease, border-color .3s ease;
}

.pharmacist-articles__item:hover {
	border-color: #328A27;
	box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);
}

.pharmacist-articles__image-wrapper {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.pharmacist-articles__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.pharmacist-articles__item:hover .pharmacist-articles__image {
	transform: scale(1.15);
}

.pharmacist-articles__item-content {
	padding: 20px;
	display: flex;
	row-gap: 20px;
	flex-grow: 1;
	flex-direction: column;
}

.pharmacist-articles__item-title {
	font: 700 16px/21px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
	margin: 0;
	transition: color .3s ease;
}

.pharmacist-articles__item-info {
	display: flex;
	margin-top: auto;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.pharmacist-articles__item-date {
	font: 400 14px/19px 'Oceanic Grotesk Compact', sans-serif;
	color: #A9AEC4;
}

.pharmacist-articles__item-views {
	display: flex;
	column-gap: 4px;
	align-items: center;
	font: 400 14px/19px 'Oceanic Grotesk Compact', sans-serif;
	color: #A9AEC4;
}

.pharmacist-articles__item-views::before {
	content: '';
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background: url('/local/templates/.default/img/icon-views.svg') no-repeat center center / contain;
}

.pharmacist-articles__slider-title {
	margin: 0;
	padding: 0 0 16px 0;
	font: 700 36px/47px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E80;
}

.pharmacist__slider-control {
	display: none;
	position: static;
	z-index: 1;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	width: calc(100% - 32px);
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}

.pharmacist__slider-control--hide {
	display: none;
}

.pharmacist__slider-control--no-swiper {
	display: none;
}

.pharmacist__slider-button {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	cursor: pointer;
	background: url('/local/templates/.default/img/promo/poromo-button-arrow.svg') no-repeat center center / 14px 14px, #fff;
	box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);
}

.pharmacist__slider-button--prev {
	transform: rotate(180deg);
}

.pharmacist__slider-pagination-wrapper {
	position: relative;
}

.pharmacist__slider-pagination-wrapper--long {
	width: 154px;
	height: 3px;
	overflow: hidden;
}

.pharmacist__slider-pagination {
	display: none;
	width: auto !important;
	position: static !important;
	align-items: center;
	gap: 0;
	justify-content: flex-start;
	transform: translateY(0) !important;
}

.pharmacist__slider-pagination-wrapper--long .pharmacist__slider-pagination {
	top: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	position: absolute !important;
	left: -48px !important;
}

.pharmacist__slider-pagination-wrapper--seven-items .pharmacist__slider-pagination {
	left: -12px !important;
}

.pharmacist__slider-pagination-wrapper--eight-items .pharmacist__slider-pagination {
	left: -24px !important;
}

.pharmacist__slider-pagination-wrapper--nine-items .pharmacist__slider-pagination {
	left: -36px !important;
}

.pharmacist__slider-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	margin: 0 4px 0 0!important;
	flex-shrink: 0;
	opacity: 1;
	border: none;
	border-radius: 20px;
	background-color: #F1F1F7;
	transform: scale(1) !important;
}

.pharmacist__slider-pagination .swiper-pagination-bullet:last-child {
	margin: 0!important;
}

.pharmacist__slider-pagination .swiper-pagination-bullet-active {
	background-color: #328A27;
}

@media screen and (max-width: 1100px) {

	.detail-pharmacist__bio {
		gap: 16px;
		align-items: center;
		padding-left: 0;
	}

	.detail-pharmacist__avatar-wrapper {
		width: 200px;
		height: 200px;
		position: static;
	}

	.detail-pharmacist__bio-information {
		row-gap: 8px;
	}

	.detail-pharmacist__position {
		font-size: 18px;
		line-height: 23px;
	}

	.detail-pharmacist__caption {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 767px) {
	.detail-pharmacist {
		padding: 20px 0 12px 0;
	}

	.detail-pharmacist__bio {
		gap: 0;
	}

	.detail-pharmacist__bio-card {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.detail-pharmacist__bio-information {
		gap: 20px;
	}

	.detail-pharmacist__name-wrapper {
		gap: 4px;
	}

	.detail-pharmacist__name {
		font-size: 30px;
		line-height: 39px;
		text-align: center;
	}

	.detail-pharmacist__position {
		text-align: center;
	}

	.pharmacist-articles {
		padding: 12px 0 20px 0;
	}

	.pharmacist-articles__slider-title {
		padding: 0 13px 12px 13px;
		font-size: 24px;
		line-height: 31px;
	}

	.container--slider-pharmacist {
		padding: 0;
	}

	.pharmacist-articles__slider {
		padding: 0 16px;
	}

	.pharmacist-articles__slider-wrapper {
		display: inline-flex;
		gap: 0;
	}

	.pharmacist__slider-control {
		display: flex;
		width: 100%;
		padding-top: 12px;
		justify-content: center;
		transform: translateY(0);
	}

	.pharmacist__slider-button {
		width: 46px;
		height: 46px;
	}

	.pharmacist__slider-pagination {
		display: flex;
	}

	.pharmacist__slider-pagination.swiper-pagination-lock {
		display: none;
	}

}
/* End */
/* /local/templates/.default/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?17715768448260 */
