.article-section__author-block {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	gap: 20px;

	border: 1px solid #00CE57;
	border-radius: 12px 99px 99px 12px;
}
.article-section__author-info {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 4px;
}
.article-section__author-image {
	position: relative;
	width: 98px;
	height: 98px;
}
h4.article-section__author-name {
	font-family: "RotonBol";
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #00ce57;
}
@media (max-width: 459px) {
	.article-section__author-block {
		align-items: flex-start;
		padding: 14px;
		border-radius: 12px 59px 12px 12px;
	}
}
@media (max-width: 390px) {
	.article-section__author-block {
		border-radius: 12px;
	}
	.article-section__author-image {
		display: none;
	}
}

.article__wrap h1 {
	position: relative;
}
.article__wrap h1::after {
	content: "1";
	vertical-align: super;
	font-size: 20px;
	line-height: 20px;
	font-family: "RotonBol";
	font-weight: normal;
	color: #001689;
}

.warning-signs {
}
.warning-signs .bold {
	font-family: "RotonBol";
	font-weight: 400;
}
.warning-signs .text-blue {
	color: #00178e;
}
.warning-signs .mt-0 {
	margin-top: 0px;
}
.warning-signs .mt-6 {
	margin-top: 6px;
}
.warning-signs .mt-12 {
	margin-top: 12px;
}
.warning-signs .mt-24 {
	margin-top: 24px;
}
.warning-signs .mt-40 {
	margin-top: 40px;
}
@media all and (max-width: 768px) {
	.warning-signs .mt-40 {
		margin-top: 24px;
	}
}
.article__wrap .warning-signs p {
	font-size: 18px;
	line-height: 23px;
}
.article__wrap .warning-signs h2 {
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 36px;
	line-height: 45px;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.article__wrap .warning-signs h2 {
		margin-top: 24px;
		font-size: 24px;
		line-height: 31px;
	}
}
.article__wrap .warning-signs h3 {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 29px;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.article__wrap .warning-signs h3 {
		margin-top: 0;
		font-size: 21px;
		line-height: 27px;
	}
}
.article__wrap .warning-signs sup {
	font-size: 60%;
}

.warning-signs__regulation {
	margin-top: 24px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #f72723;
	overflow: hidden;
}
.warning-signs__regulation-title {
	border-bottom: 1px solid #f72723;
	padding: 12px 20px;
	background: #ffdedd;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #f72723;
}
.warning-signs__regulation-content {
	padding: 12px 20px;
}
@media all and (max-width: 768px) {
	.warning-signs__regulation-title {
		padding: 12px;
		font-size: 18px;
		line-height: 23px;
	}
	.warning-signs__regulation-content {
		padding: 12px;
	}
}

.warning-signs__list {
	margin: 12px 0px 0px;
	padding: 0;
	list-style: none;
}
.warning-signs__list li {
	position: relative;
	padding-left: 23px;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #444;
}
.warning-signs__list li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	background-image: url('/static/f/med_article/658/img/marker-red.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center center;
}
.warning-signs__list li + li {
	margin-top: 12px;
}

.warning-signs__source {
	margin-top: 40px;
}
.warning-signs__source-title {
	display: block;
	margin-bottom: 12px;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	color: #00178e;
}
.warning-signs__source-text {
	display: block;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #444;
}
@media all and (max-width: 768px) {
	.warning-signs__source {
		margin-top: 24px;
	}
}

.warning-signs__bottom {
	margin-top: 24px;
	padding: 20px 200px 20px 20px;
	background: #ebfaf0;
	border-radius: 20px;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	background-image: url('/static/f/med_article/658/img/img-1.png');
	background-repeat: no-repeat;
	background-size: 169px;
	background-position: right 10px bottom 0px;
}
@media all and (max-width: 992px) {
	.warning-signs__bottom {
		background-position: right 0px top 0px;
	}
}
@media all and (max-width: 768px) {
	.warning-signs__bottom {
		padding: 16px 16px 160px 16px;
		border-radius: 16px;
		background-size: 160px;
		background-position: center bottom 0px;
	}
}