/* перепись article__wrap стилей */
.article__wrap .h1, .article__wrap h2, .article__wrap .h2, .article__wrap h3, .article__wrap .h3, .article__wrap h4, .article__wrap .h4 {
	margin: auto;
}

.article__wrap p+p {
	margin: 0;
}

.article__wrap .x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article__wrap .article-section__calendar-day {
	font-size: 30px;
	text-align: center;
	line-height: 17px;
}

.article__wrap h1 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 124%;
}

.article__wrap h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
	margin: 0;
}

.article__wrap h3 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	margin: 0;
}

.article__wrap h4 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	margin: 0;
}

.article__wrap p {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.article__wrap .small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.article__wrap .bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .thin {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .italic {
	font-style: italic;
}

.article__wrap .text-centered {
	text-align: center;
}

.article__wrap .green-text {
	color: #00CE57;
}

.article__wrap .red-text {
	color: #F72723;
}

.article__wrap .white-text {
	color: #FFFFFF;
}

.article__wrap .black-text {
	color: #444444;
}

.article__wrap .blue-text {
	color: #00178E;
}

.article__wrap .article-section__heading-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
}

.article__wrap .article-section__note-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

.article__wrap .article-section__title {
	position: relative;
	font-size: 24px;
	line-height: 120%;
}

.article__wrap .article-section__table-title {
	font-size: 20px;
	line-height: 120%;
}

@media (max-width: 767px) {
	.article__wrap h1 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 124%;
	}

	.article__wrap h2 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 124%;
	}

	.article__wrap h3 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 120%;
	}

	.article__wrap h4 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
	}
}

/* перепись article__wrap стилей конец */

.bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.thin {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.italic {
	font-style: italic;
}

.green-text {
	color: #00CE57;
}

.red-text {
	color: #F72723;
}

.white-text {
	color: #FFFFFF;
}

.black-text {
	color: #444444;
}

.blue-text {
	color: #00178E;
}

.text-centered {
	text-align: center;
}

.small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.nowrap {
	white-space: nowrap;
}

.article-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.article-section {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section--gap14 {
	gap: 14px;
}

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

	display: flex;
	flex-direction: column;
	gap: 14px;

	background: url('/static/f/med_article/682/img/heading-background.png') no-repeat;
	background-size: 452px auto;
    background-position: calc(100% + 147px) -116px;
	background-color: #00CE57;
	border-radius: 16px;
	padding: 24px;
	padding-right: 328px;
}

.article-section__heading-text {
	position: relative;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
}

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

	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
	
	background: #EBFAF0;
	border-radius: 20px;
	padding: 24px;
}

.article-section__note--red {
	background: #FFDEDD;
}

.article-section__note--heading {
	padding: 20px;
}

.article-section__note--border-red {
	flex-direction: column;
	background: transparent;
	border: 2px solid #F72723;
}

.article-section__note--border-green {
	flex-direction: row;
	background: #FFFFFF;
	border: 2px solid #00CE57;
}

.article-section__note--vertical {
	flex-direction: column;
}

.article-section__note-text {
	position: relative;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	align-self: center;
}

.article-section__note-text--special {
	width: 100%;
}

.article-section__note-icon {
	position: relative;
	width: 58px;
	height: auto;
	flex-shrink: 0;
}

.article-section__text-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.article-section__title {
	position: relative;
	font-size: 24px;
	line-height: 120%;
}

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

	display: flex;
	flex-direction: column;

	border: 1px solid #00CE57;
	border-radius: 20px;
	overflow: hidden;
}

.article-section__table-row {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 14px;

	padding: 24px;
	border-bottom: 1px solid #00CE57;
	border-radius: 20px 20px 0px 0px;
}

.article-section__table-row:last-child {
	border-bottom: none;
}

.article-section__table-row--heading {
	background: #EBFAF0;
}

.article-section__table-title {
	position: relative;
	font-size: 20px;
	line-height: 120%;
}

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

	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding-left: 23px;
	list-style: none;
}

.article-section__list li {
	position: relative;
}

.article-section__list li::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	top: 3px;
	left: -23px;
	background: url('/static/f/med_article/682/img/arrow-icon.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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

	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
}

.article-section__lamp-icon {
	position: relative;
	width: 28px;
    height: auto;
	flex-shrink: 0;
}

.article-section__file-icon {
	position: relative;
	width: 25px;
	height: auto;
	flex-shrink: 0;
}

.article-section__file-icon--centered {
	align-self: center;
}

.article-section__download-button {
	position: relative;
	width: fit-content;
	height: fit-content;

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

	padding: 14px 24px;
	background: #00CE57;
	border-radius: 30px;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;

	text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
	transition: all 0.15s ease-in-out;
}

.article-section__download-button:hover {
	background: #00178E;
}

.article-section__download-button--centered {
	align-self: center;
}

.article-section__number-list {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 14px;

	margin: 0;
	padding-left: 33px;
	list-style: none;
}

.article-section__number-li {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.article-section__number-li::before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0px;
	left: -33px;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;

	border-radius: 100px;
	background: #00178E;
}

.article-section__number-li:nth-child(1)::before {
	content: "1";
}

.article-section__number-li:nth-child(2)::before {
	content: "2";
}

.article-section__number-li:nth-child(3)::before {
	content: "3";
}

.article-section__number-li:nth-child(4)::before {
	content: "4";
}

.article-section__number-li:nth-child(5)::before {
	content: "5";
}

.article-section__number-li:nth-child(6)::before {
	content: "6";
}

.article-section__number-li:nth-child(7)::before {
	content: "7";
}

.article-section__number-li:nth-child(8)::before {
	content: "8";
}

.article-section__number-li:nth-child(9)::before {
	content: "9";
}

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding-left: 24px;
}

@media (max-width: 1239px) {
	.article-section__heading {
		background-size: 332px auto;
    	background-position: calc(100% + 147px) calc(100% + 109px);
		padding-right: 200px;
	}

	.article-section__note--border-green {
		display: grid;
		grid-template-columns: 27px 1fr;
	}

	.article-section__download-button {
		grid-column: span 2;
	}
}

@media (max-width: 993px) {
	.article-section__heading {
		background-size: 452px auto;
    	background-position: calc(100% + 147px) -116px;
		padding-right: 328px;
	}

	.article-section__note--border-green {
		display: flex;
		flex-direction: row;
	}
}

@media (max-width: 768px) {
	.article-section__heading {
		background-size: 332px auto;
    	background-position: calc(100% + 147px) calc(100% + 109px);
		padding: 14px;
		padding-right: 200px;
	}

	.article-section__note {
		padding: 14px;
	}

	.article-section__table-row {
		padding: 14px;
	}

	.article-section__note--border-green {
		display: grid;
		grid-template-columns: 27px 1fr;
	}
}

@media (max-width: 559px) {
	.article-section__heading {
		padding: 14px;
		background: #00CE57;
	}

	.article-section__note {
		flex-direction: column;
	}
}

@media (max-width: 389px) {
	.article-section__annotation--lamp {
		flex-direction: column;
	}

	.article-section__download-button span {
		display: none;
	}
}