/* перепись 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 .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 .small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.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__title {
	font-size: 24px;
	line-height: 145%;
}

@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%;
}

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

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

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

.article-section__heading {
	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__heading-info {
	position: relative;
	
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.article-section__heading-image {
	position: relative;
	width: 98px;
	height: auto;
	flex-shrink: 0;
}

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

	display: flex;
	flex-direction: row;
	gap: 14px;
	padding: 24px;
	background: #F2F4FF;
	border-radius: 20px;
}

.article-section__title-number {
	position: relative;
	width: 35px;
	height: 35px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 145%;

	background: #00178E;
	border-radius: 20px;
	color: #FFFFFF;
}

.article-section__title {
	font-size: 24px;
	line-height: 145%;
}

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

	display: flex;
	flex-direction: column;
	border-radius: 20px;
	border: 1px solid #00CE57;
}

.article-section__border-block--red {
	border-color: #F72723;
}

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

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

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

.article-section__border-row--red {
	border-color: #F72723;
}

.article-section__border-row--vertical {
	flex-direction: column;
}

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

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

.article-section__border-row--red.article-section__border-row--heading {
	background: #FFDEDD;
}

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

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

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

	border-radius: 20px;
	background: #EBFAF0;
}

.article-section__note--special {
	padding-right: 182px;
    background: url('/static/f/med_article/619/img/special-note-background.png') no-repeat;
    background-size: 214px auto;
    background-position: calc(100% + 6px) bottom;
    background-blend-mode: darken;
    background-color: #EBFAF0;
}

.article-section__note--special-2 {
	padding-right: 195px;
    background: url('/static/f/med_article/619/img/special-note-background-2.png') no-repeat;
    background-size: 240px auto;
    background-position: calc(100% + 6px) calc(100% + 28px);
    background-blend-mode: darken;
    background-color: #EBFAF0;
}

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

.article-section__note--centered {
	align-items: center;
}

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

.article-section__note-icon--bulb {
	width: 53px;
}

.article-section__note-icon--warning {
	width: 58px;
}

.article-section__note-icon--memo {
	width: 35px;
}

.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 {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	left: -23px;
    top: 4px;

	background: url('/static/f/med_article/619/img/list-mark-icon.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.article-section__list--red li::before {
	background: url('/static/f/med_article/619/img/list-mark-red-icon.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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

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

	background: #00CE57;
	padding: 10px 20px;
	border-radius: 30px;
	border: none;
	outline: none;
	text-decoration: none;
	transition: background 0.15s ease-in-out;
}

.article-section__download-button:hover {
	background: #001689;
	transition: background 0.15s ease-in-out;
}

.article-section__footer-list {
	margin: 0;
	padding-left: 18px;
}

@media (max-width: 559px) {
	.article-section__title-label {
		padding: 14px;
	}
	
	.article-section__border-row {
		padding: 14px;
	}

	.article-section__note {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 14px;
	}

	.article-section__note--special {
		align-items: flex-start;
		padding-right: 24px;
		padding-top: 210px;
		background-position: top center;
	}

	.article-section__note--special img {
		display: none;
	}

	.article-section__note--special-2 {
		align-items: flex-start;
		padding-right: 24px;
		padding-top: 190px;
		background-size: 180px auto;
		background-position: top center;
	}

	.article-section__download-button {
		margin-left: unset;
	}
}

@media (max-width: 459px) {
	.article-section__heading {
		border-radius: 12px 60px 60px 12px;
	}

	.article-section__heading-image {
		display: none;
	}

	.article-section__border-row--heading {
		flex-direction: column;
	}
}