/* перепись 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__note {
	position: relative;
	width: 100%;
	height: fit-content;
	min-height: 238px;

	display: flex;
	align-items: center;
	padding: 24px;
	padding-right: 270px;

	border-radius: 20px;
	background: url('/static/f/med_article/625/img/note-background.png') no-repeat;
	background-size: 292px auto;
	background-position: calc(100% + 1px) calc(100% + 46px);
	background-blend-mode: darken;
	background-color: #EBFAF0;
}

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

	display: flex;
	flex-direction: row;
	padding: 14px 24px;
	padding-right: 170px;
	border-radius: 10px 60px 60px 10px;
	border: 1px solid #00CE57;
}

.article-section__note-questions {
	position: absolute;
	width: 137px;
	height: auto;
	right: 23px;
	top: -17px;
}

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

	display: flex;
	flex-direction: column;
	border: 1px solid #00178E;
	border-radius: 12px;

	background: url('/static/f/med_article/625/img/table-image.png') no-repeat;
	background-size: 245px auto;
	background-position: calc(100% - 8px) bottom;
}

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

	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 14px 24px;
}

.article-section__table-row--heading {
	border-bottom: 1px solid #00178E;
}

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

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

.article-section__number-row--special {
	padding-right: 230px;
}

.article-section__number {
	position: relative;
	width: 28px;
	height: 28px;
		
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;

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

	box-sizing: border-box;
	background: #00CE57;
	border: 1px solid #00CE57;
	border-radius: 60px;

	color: #FFFFFF;
}

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

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

	margin: 0;
	padding-left: 18px;
}

@media (max-width: 767px) {
	.article-section__note {
		padding-right: 210px;
		background-position: calc(100% + 41px) calc(100% + 46px);
	}

	.article-section__note-questions {
		top: calc(50% - 60px);
	}

	.article-section__table {
		background-position: calc(100% - -21px) bottom;
	}

	.article-section__number-row--special {
		padding-right: 200px;
	}
}

@media (max-width: 559px) {
	.article-section__note {
        padding-right: 24px;
        padding-top: 235px;
        background-size: 232px auto;
        background-position: center 0px;
		text-align: center;
    }

	.article-section__border-note {
		padding-right: 90px;
	}

	.article-section__note-questions {
        width: 87px;
        top: calc(50% - 50px);
        right: 4px;
    }


	.article-section__table {
        background-size: 215px auto;
        background-position: center bottom;
        padding-bottom: 190px;
    }

	.article-section__number-row--special {
		padding-right: 0;
	}
}

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

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

	.article-section__border-note {
		border-radius: 60px 60px 10px 10px;
        padding-top: 80px;
        padding-right: 24px;
		text-align: center;
    }

	.article-section__note-questions {
		top: 10px;
        right: calc(50% - 43px);
	}
}