

/* Start:/bitrix/templates/gaudi/components/bitrix/news/tech/bitrix/news.detail/.default/style.css?17705596624941*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.slider-health-item.black {
	.overlay-item {
		background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
	}
	img {
		height: 100%;
	}
}
.news_i {
	padding-top: 60px;
	display: block;
	width: 100%;
	h1 {
		font-family: "Lato-Bold", sans-serif;
		font-size: 36px;
		line-height: 100%;
		text-transform: uppercase;
		color: #000000;
		letter-spacing: 0;
		span {
			color: #9DC44B;
		}
	}
	.txt {
		padding-top: 30px;
		display: block;
		width: 100%;
		p {
			font-family: "Lato-Light", sans-serif;
			font-size: 18px;
			line-height: 100%;
			color: #302D2D;
			letter-spacing: 0;
			padding-bottom: 20px;
		}
		p:last-child {
			padding-bottom: 0;
		}
		ul, ol {
			list-style: unset;
			/*list-style-position: inside;*/
			padding-left: 20px;
			font-size: 18px;
			color: #302D2D;
			font-family: "Lato-Light",sans-serif ;
			line-height: 100%;
			letter-spacing: 0;
		}
		ol {
			list-style: symbols;
		}
		h2 {
			margin-top: 20px;
			font-family: "Lato-Bold", sans-serif;
			font-size: 26px;
			line-height: 100%;
			text-transform: uppercase;
			color: #000000;
			letter-spacing: 0;
			margin-bottom: 20px;
		}
		table {
			margin-top: 20px;
			border: 1px solid #000;
			td {
				border: 1px solid #000;
				padding: 15px;
			}
		}
	}
}
.block_stat {
	display: block;
	width: 100%;
	padding-top: 50px;
	h2 {
		font-family: "Lato",sans-serif ;
		font-size: 26px;
		color: #000000;
		line-height: 100%;
		letter-spacing: 0;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.block_stat_items {
		padding-top: 40px;
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		.block_stat_item {
			border: 1px solid #D9D9D9;
			width: 390px;
			padding: 25px 20px; 0 0;
			img {
				display: block;
				margin: 0 auto ;
				max-width: 225px;
				max-height: 140px;
				height: 100%;
				width: 100%;
				object-fit: contain;
			}
			.block_stat_item_text {
				display: block;
				padding-top: 19px;
				width: 100%;
				p {
					font-size: 18px;
					color: #302D2D;
					font-family: "Lato-Light",sans-serif ;
					line-height: 100%;
					letter-spacing: 0;
				}
				ul {
					list-style: unset;
					/*list-style-position: inside;*/
					padding-left: 20px;
					font-size: 18px;
					color: #302D2D;
					font-family: "Lato-Light",sans-serif ;
					line-height: 100%;
					letter-spacing: 0;
				}
			}
		}
	}
	.block_stat_text {
		padding-top: 40px;
		ul {
			list-style: unset;
			/*list-style-position: inside;*/
			padding-left: 20px;
			font-size: 18px;
			color: #302D2D;
			font-family: "Lato-Light",sans-serif ;
			line-height: 30px;
			letter-spacing: 0;
		}
		.block_text_after_list {
			display: block;
			padding-top: 19px;
			width: 100%;
			p {
				font-size: 18px;
				color: #302D2D;
				font-family: "Lato-Light",sans-serif ;
				line-height: 100%;
				letter-spacing: 0;
			}
		}
		p {
			font-size: 18px;
			color: #302D2D;
			font-family: "Lato-Light",sans-serif ;
			line-height: 100%;
			letter-spacing: 0;
		}
	}
	.block_video {
		display: flex;
		width: 100%;
		justify-content: space-between;
		border: 1px solid #D9D9D9;
		padding: 42px 42px 41px 44px;
		.block_video_text {
			width: 100%;
			max-width: 327px;
			h2 {
				font-family: "Lato",sans-serif ;
				font-size: 24px;
				color: #000000;
				line-height: 100%;
				letter-spacing: 0;
				text-transform: uppercase;
			}
			.block_video_text_after_h2 {
				display: block;padding-top: 31px;
				padding-top: 31px;
				p {
					font-size: 18px;
					color: #302D2D;
					font-family: "Lato-Light",sans-serif ;
					line-height: 100%;
					letter-spacing: 0;
				}
			}
		}
		.block_video_video {
			width: 100%;
			max-width: 741px;
			height: 417px;
			position: relative;
			background: #D9D9D9;
			img {
				position: absolute;
				top: 50%;
				left: 50%;
				width: 57px;
				height: 56px;
				object-fit: contain;
				transform: translate(-50%, -50%);
				cursor: pointer;
			}
			video {
				width: 100%;
			}
			iframe {
				width: 100%;
				height: 100%;
			}
		}
	}
}
@media (max-width: 767px) {
	.news_page.inner, .breadcrumbs.health {
		padding-left: 15px;
		padding-right: 15px;
	}
	.news_page.inner {
		.news_block {
			.news_i {
				padding-top: 42px;
				h1 {
					font-size: 32px;
					span {
						font-family: "Lato",sans-serif;
					}
				}
			}
			.block_stat {
				padding-top: 40px;
				.block_stat_items {
					padding-top: 30px;
				}
				.block_stat_text {
					padding-top: 15px;
				}
				.block_video {
					flex-wrap: wrap;
					padding: 35px 0 0px 0px;
					justify-content: unset;
					flex-direction: column;
					.block_video_text {
						width: 100%;
						max-width: 330px;
						margin: 0 25px;
						h2 {
							letter-spacing: -1px;
						}
					}
					.block_video_video {
						width: 100%;
						margin-top: 30px;
					}
				}
			}
		}
	}
}
/* End */


/* Start:/bitrix/templates/gaudi/components/bitrix/breadcrumb/breadcrumbsHealth/style.css?1770559660604*/
.breadcrumbs.health {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    margin: 0;
    a {
        font-size: 16px;
        font-family: "Lato",sans-serif;
        line-height: 100%;
        color: #757575;
        letter-spacing: 0;
    }
    .del {
        color: #9DC44B;
        font-size: 16px;
        font-family: "Lato",sans-serif;
        line-height: 100%;
        letter-spacing: 0;
    }
    span {
        font-size: 16px;
        font-family: "Lato",sans-serif;
        line-height: 100%;
        color: #757575;
        letter-spacing: 0;
    }
}
/* End */
/* /bitrix/templates/gaudi/components/bitrix/news/tech/bitrix/news.detail/.default/style.css?17705596624941 */
/* /bitrix/templates/gaudi/components/bitrix/breadcrumb/breadcrumbsHealth/style.css?1770559660604 */
