

/* Start:/bitrix/templates/fertimed_2021/components/bitrix/breadcrumb/.default/style.css?173814031180*/
.breadcrumb a
{
font-size:11px;
}
.breadcrumb
{
position: relative;
top: 21px;
}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.detail/bootstrap_v4_custom/style.css?17570924708516*/
/* CSS */
.detail-h1 {
	margin: 40px 0;
}
.warning-block {
	display: flex;
	background: #e6f2fa;
	border: 1px solid #b3d4f2;
	border-radius: 8px;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

.warning-block__stripe {
	width: 4px;
	background: #0057b8;
}

.warning-block__content {
	padding: 16px;
	color: #000;
}

.warning-block__title {
	margin: 0 0 8px;
	font-size: 18px;
	color: #0057b8;
}

.warning-block__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.warning-block__text a {
	color: #0057b8;
	text-decoration: underline;
}


/* CSS */
.banner-block-button {
	display: flex;
	justify-content: center;
}
.banner-fertimed {
	display: flex;
	background: #ffffff;
	border: 1px solid #cce0ff;
	border-radius: 8px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	margin: 25px 0;
}

.banner-fertimed__left {
	flex: 0 0 33%;
	background: #F4F6FE;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.banner-fertimed__left-text {
	color: #0057b8;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: 0;
}

.banner-fertimed__divider {
	width: 2px;
	background: #0057b8;
}

.banner-fertimed__right {
	flex: 1;
	padding: 20px;
	color: #333333;
	background: #F4F6FE;
	font-size: 16px;
	line-height: 1.5;
}

.banner-fertimed__title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #000000;
}

.banner-fertimed__desc {
	margin: 0 0 15px;
}

.banner-fertimed__contact {
	margin: 0 0 20px;
}

.banner-fertimed__contact a {
	color: #0057b8;
	font-weight: bold;
	text-decoration: none;
}

.banner-fertimed__button {
	display: inline-block;
	background: #63A8DB;
	color: #ffffff;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s ease;
}

.banner-fertimed__button:hover {
	background: #004099;
}


.blok-top {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
@media (max-width: 768px) {
	.banner-fertimed {
		flex-direction: column;
	}

	.blok-top {
		justify-content: space-around;
		flex-direction: column;
	}
}

.blog-right {
	display: flex;
	gap: 15px; /* расстояние между блоками даты и времени чтения */
	flex-wrap: wrap;
	align-items: center;
}

/* Общие стили для блоков даты и времени */
.blog-data {
	display: flex;
	align-items: center;
}

/* Отступ между иконкой и текстом */
.blog-data > div:first-child {
	margin-right: 8px;
}

/* Размер иконок */
.blog-data img {
	width: 25px;
	height: 25px;
	display: block;
	object-fit: contain;
}

/* Сброс отступов и базовая типографика */
.blog-data p {
	margin: 0;
	line-height: 1.2;
}

/* Первый параграф — описание */
.blog-data p:first-of-type {
	font-size: 13px;
	color: #666;
}

/* Второй параграф — значение */
.blog-data p:last-of-type {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

/* Стили для иконок Яндекс.Шара */
.ya-share2__container_size_s .ya-share2__badge .ya-share2__icon {
	height: 30px !important;
	width: 30px !important;
	background-size: 18px 18px;
}

/* Адаптивность */
@media (max-width: 768px) {
	.blog-right {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}


.block-autor {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;

	border-radius: 8px;
	font-family: 'Segoe UI', sans-serif;
	max-width: 600px;
	/*margin: 0 auto;*/
}

.block-autor img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 20%;
	background-color: #fff;
}

.block-autor div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.block-autor p {
	margin: 0;
	font-size: 14px;
	color: #555;
}

.block-autor a {
	font-size: 16px;
	font-weight: 600;
	color: #0077cc;
	text-decoration: none;
	transition: color 0.3s ease;
}

.block-autor a:hover {
	color: #005fa3;
}
.block-auto-cursiv {
	font-style: italic;
	font-size: 15px;
	color: #444;
	line-height: 1.5;
	margin: 12px 0;
}
.block-autor a {
	color: #000;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.block-autor a:hover {
	color: #0077cc;
}

.block-auto-cursiv {
	font-style: italic;
	font-size: 15px;
	color: #444;
	line-height: 1.5;
	margin: 12px

}
.blog-2 {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
}

.blog-content {
	flex: 1;
	padding: 20px;
	background: #F0F3FF;
	border-radius: 15px;
	margin: 20px;

}

.blog-content > p {
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.blog-content ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

.blog-content ul li {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}

.blog-content ul li a {
	color: #000000;
	text-decoration: none;
}

.blog-content ul li a:hover {
	color: #616161;
}
@media (max-width: 768px) {

	.blog-2 {
		width: 100%;
	}
	.blog-content {
		width: 100%;
		padding: 16px;
		margin: auto;
	}
}





.news-detail { }

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.news-detail-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: url(/bitrix/templates/fertimed_2021/components/bitrix/news.detail/bootstrap_v4_custom/images/bx-video.png) no-repeat center;
	opacity: 0.7;
	transition: opacity .3s ease;
}

.news-detail-video:hover {
	opacity: 1;
}

/*region POST FORMATS /// SLIDER */
.news-detail-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-detail-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.news-detail-slider-slide {
	z-index: 100;
	float: left;
}

.news-detail-slider-arrow-container-left,
.news-detail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left {
	left: 0;
}

.news-detail-slider-arrow-container-right {
	right: 0;
}

.news-detail-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,
.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-detail-slider-arrow-container-left .news-detail-slider-arrow {
	left: 20px;
}

.news-detail-slider-arrow-container-right .news-detail-slider-arrow {
	right: 20px;
}

.news-detail-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-detail-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
}

.news-detail-slider-control li:hover,
.news-detail-slider-control li.current {
	background: #fff;
	opacity: 1;
}

.news-detail-slider-arrow,
.news-detail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* endregion */

.news-detail-body {}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-size: 18px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
	font-size: 14px;
}

.licensia {
	margin-top: 30px!important;
}
/* End */


/* Start:/bitrix/components/arturgolubev/yandex.share/templates/.default/style.css?1756679610322*/
.ar_al_left {text-align:left;}
.ar_al_center {text-align:center;}
.ar_al_right {text-align:right;}
.ya-share-text-wrap {display: inline-block; vertical-align: middle;}
.ya-share-wrap {display: inline-block; vertical-align: middle;}

html .ya-share2__list_direction_horizontal > .ya-share2__item {margin-bottom: 5px;}
/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.detail/specialist-hotite-znat/style.css?17567197781227*/
.expert-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #67b2e0;
	border-radius: 10px;
	padding: 20px 30px;
	color: #fff;
	font-family: Arial, sans-serif;
	margin: 25px 0;
}

.expert-text {
	flex: 1;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.expert-info {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 2;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	padding-left: 20px;
}

.expert-photo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.expert-details {
	color: #fff;
}

.expert-name {
	font-weight: bold;
	margin: 0;
}

.expert-position {
	margin: 3px 0 0;
	font-size: 14px;
	opacity: 0.9;
}
/* ====== Стили для мобильных ====== */
@media (max-width: 768px) {
	.expert-block {
		flex-direction: column;
		text-align: center;
		padding: 15px 20px;
	}

	.expert-text {
		flex: unset;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.expert-info {
		flex-direction: column;
		align-items: center;
		border-left: none;
		padding-left: 0;
		gap: 10px;
	}

	.expert-photo img {
		width: 80px;
		height: 80px;
	}

	.expert-name {
		font-size: 16px;
	}

	.expert-position {
		font-size: 14px;
	}
}


/* End */


/* Start:/bitrix/templates/fertimed_2021/components/bitrix/news.list/licenzii/style.css?1757150805856*/
.section_services.licensia .item {
	border: 1px solid #ddd; /* светло‑серая граница */
	border-radius: 4px;     /* лёгкое скругление углов */
	padding: 10px;          /* внутренний отступ */
	background-color: #fff; /* белый фон для контраста */
	box-sizing: border-box; /* чтобы padding не ломал размеры */
}

.section_services.licensia .licensia-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

.section_services.licensia .licensia-note {
	font-size: 12px;
	color: #555;
	max-width: 320px;
	/*text-align: right;*/
}

.section_services.licensia .licensia-note a {
	color: #0073e6;
	text-decoration: underline;
}

.section_services.licensia .licensia-note a:hover {
	text-decoration: none;
}

/* End */
/* /bitrix/templates/fertimed_2021/components/bitrix/breadcrumb/.default/style.css?173814031180 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.detail/bootstrap_v4_custom/style.css?17570924708516 */
/* /bitrix/components/arturgolubev/yandex.share/templates/.default/style.css?1756679610322 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.detail/specialist-hotite-znat/style.css?17567197781227 */
/* /bitrix/templates/fertimed_2021/components/bitrix/news.list/licenzii/style.css?1757150805856 */
