

/* Start:/bitrix/templates/proclinic/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17745242106685*/
.article-detail {
    display: flex;
    align-items: stretch;
    gap: 20px 30px;
    overflow: unset !important;
}

.article-detail a {
	transition: .4s;
}

.article-detail__content {
	font-size: 15px;
	line-height: 1.4;
	flex-grow: 1;
}

.article-detail__content h2 {
	font-weight: 700;
	margin: 45px 0 25px 0;
	font-size: 32px;
}

.article-detail__content h3 {
	font-weight: 700;
	margin: 25px 0 15px 0;
	font-size: 22px;
}

.article-detail__content p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.article-detail__content ul {
	padding: 0 0 0 20px;
	margin: 20px 0;
}

.article-detail__content ul li {
	font-size: 15px;
	line-height: 1.4;
	list-style: none;
	margin: 10px 0;
}

.article-detail__content ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #13cfd7;
	border-radius: 50%;
	margin-right: 10px;
}

.article-detail__content img {
	border-radius: 8px;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.article-detail__date {
	color: #545454;
	font-size: 14px;
	margin-bottom: 0 !important;
	display: flex !important;
	align-items: center;
}

.article-detail__date .fa {
	color: #00acdb;
	font-size: 18px;
	margin-right: 10px;
}

.article__meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.article-detail__reading-time {
	color: #545454;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.article-detail__reading-time .fa {
	color: #00acdb;
	font-size: 18px;
	margin-right: 10px;
}

.article__info {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 8px 8px 0 0;
    padding: 15px 20px;
    gap: 10px;
    margin-bottom: 0;
}

.article-detail__views {
	color: #545454;
    display: flex;
    align-items: center;
}

.article-detail__views .fa {
	color: #00acdb;
    font-size: 18px;
    margin-right: 4px;
}
.article-detail__sidebar {
	width: 300px;
	min-width: 300px;
	position: sticky;
	top: 0;
}

.article-detail__navigation {
	background: #f1feff;
	padding: 0;
	position: sticky;
	top: 70px;
	border-radius: 8px;
	overflow: hidden;
}

.anchor-navigation {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 18px 24px;
}

.anchor-navigation li {
	list-style: none;
	position: relative;
	padding-left: 22px;
}

.article-detail__navigation-title {
	font-weight: 700;
	font-size: 20px;
	padding: 10px 20px;
	text-align: center;
	background: #13cfd7;
	color: #ffffff;
}

.anchor-navigation li a {
	color: #020202;
	font-size: 15px;
	line-height: 1.3;
}

.anchor-navigation li a::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #13cfd7;
	border-radius: 50%;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 5px;
}

.anchor-navigation li a:hover {
	color: #13cfd7;
}

.page-title h1 {
	margin: 15px 0 20px 0 !important;
	font-size: 32px !important;
	font-weight: 700 !important;
}

.article-detail .autor_block img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    border: 2px solid #ffffff;
}
.article-detail .autor_block {
    display: flex;
    align-items: center;
    border: 0;
    background-color: #f7f7f7;
    border-radius: 0 0 8px 8px;
    margin: 0 0 30px;
}


.article-detail .autor_title {
    margin: 0;
    padding-left: 25px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.article-detail .autor_title span {
    font-size: 17px;
}

.article-detail .blue {
    font-size: 16px;
}

.article-detail .autor_label {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}

.article-detail .autor_name {
	color: #00acdb;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.article-detail .autor_name_link {
	text-decoration: none;
}

.article-detail .autor_name_link:hover {
	color: #13cfd7;
}

.article-detail .autor_spec {
	color: #5b5b5b;
	font-size: 13px;
	line-height: 1.35;
}

.article-detail .autor_experience {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}

.new-back {
    margin-left: 0 !important;
    padding: 0 15px;
}

.new-back .fa{
    margin-right: 5px;
}

.crosslink {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

.crosslink__header {
	font-weight: 700;
	margin: 0;
	font-size: 32px;
	width: 100%;
}

.crosslink__item {
	width: calc(33.333% - 20px);
	background: #f1feff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 10px;
	overflow: hidden;
}

.crosslink__picture {
	height: 220px;
	overflow: hidden;
	width: 100%;
}

.crosslink__picture img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.crosslink__date {
	width: 100%;
	color: #a4bac2;
}

.crosslink__date .fa {
	color: #13cfd7;
	font-size: 15px;
	margin-right: 8px;
}

.crosslink__name {
	background: #13cfd7;
	color: #ffffff !important;
	padding: 10px 30px;
	font-weight: 600;
	font-size: 16px;
}

.crosslink__content {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	align-items: flex-start;
	flex-grow: 1;
}

.crosslink__more {
	margin-top: auto
}

.crosslink__text {
	font-size: 13px;
	margin-bottom: 8px;
}


@media screen and (max-width: 991px) {
	.crosslink__item {
		width: calc(50% - 15px);
	}
}


@media screen and (max-width: 767px) {
	.article-detail {
		flex-direction: column-reverse;
	}
	.article__info {
		flex-direction: column;
		align-items: flex-start;
	}
	.article__info .rating-panel-teleport {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.article__info .rating-panel-teleport .comments-rating-panel {
		min-width: max-content;
	}
	.article-detail__sidebar {
		width: 100%;
		min-width: 100%;
		position: relative;
	}
	.page-title h1 {
		font-size: 23px !important;
	}
	.article-detail__navigation-title {
		font-size: 17px;
	}
	.anchor-navigation li a {
		font-size: 14px;
	}

	.article-detail .autor_block img {
		width: 70px;
		height: 70px;
	}
	.article-detail .autor_title {
		font-size: 12px;
		padding-left: 10px;
		gap: 2px;
	}
	.article-detail .autor_block {
		margin: 0 0 15px;
	}
	.article-detail .autor_title span {
		font-size: 12px;
	}
	.article-detail .autor_label {
		font-size: 12px;
	}
	.article-detail .autor_name {
		font-size: 16px;
	}
	.article-detail .autor_spec {
		font-size: 11px;
	}
	.article-detail .autor_experience {
		font-size: 12px;
	}
}


@media screen and (max-width: 600px) {
	.crosslink__item {
		width: 100%;
	}

	.crosslink__name {
		font-size: 14px;
	}
}

/* End */
/* /bitrix/templates/proclinic/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17745242106685 */
