/* перепись 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 .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 .white-text {
	color: #FFFFFF;
}

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

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

.article-section__note-text--special-24 {
	font-size: 24px;
}

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

.italic {
	font-style: italic;
}

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

.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: 14px;
}

.article-section__heading {
	position: relative;
	width: 100%;
	height: 182px;

	display: flex;
	align-items: center;
	background: url('/static/f/med_article/584/img/heading-background.png') no-repeat;
	background-size: 475px auto;
	background-position: calc(100% + 82px) -92px;
	background-color: #00CE57;
	border-radius: 16px;
	padding: 24px;
	padding-right: 330px;
}

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

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

.article-section__title-icon {
	position: relative;
	flex-shrink: 0;
}

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

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

.article-section__list--number {
	list-style: decimal;
	padding-left: 18px;
	gap: 0px;
}

.article-section__list--illustration {
	background: url('/static/f/med_article/584/img/list-image-1.png') no-repeat;
	background-size: 251px auto;
	background-position: right top;
}

.article-section__list--illustration-2 {
	background: url('/static/f/med_article/584/img/list-image-2.png') no-repeat;
	background-size: 233px auto;
	background-position: right top;
}

.article-section__list--illustration-3 {
	background: url('/static/f/med_article/584/img/list-image-3.png') no-repeat;
	background-size: 233px auto;
	background-position: right top;
}

.article-section__list--illustration-4 {
	background: url('/static/f/med_article/584/img/list-image-4.png') no-repeat;
	background-size: 264px auto;
	background-position: right top;
}

.article-section__list-item {
	position: relative;
	width: fit-content;
	height: fit-content;
	padding-left: 24px;

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

.article-section__list-item--image-row {
	max-width: calc(100% - 245px);
}

.article-section__list-item::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	top: 4px;
    left: 2px;
	background: url('/static/f/med_article/584/img/list-icon.svg') no-repeat;
}

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

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

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

.article-section__note--special {
	align-items: flex-start;
	padding: 32px 220px 32px 20px;
	background: url('/static/f/med_article/584/img/special-note-image.png') no-repeat;
	background-size: 147px auto;
	background-position: calc(100% - 40px) calc(100% - -23px);
	background-color: #EBFAF0;
}

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

.article-section__note-icon--special {
	width: 46px;
}

.article-section__note-text--special-24 {
	font-size: 24px;
}

.article-section__note-text--special-bottom {
	padding-top: 19px;
    display: block;
}

@media (max-width: 1279px) {

	.article-section__heading {
		background-size: 385px auto;
    	background-position: calc(100% + 55px) -40px;
		padding-right: 295px;
	}

	.article-section__list-item--image-row {
		max-width: calc(100% - 265px);
	}
	
}

@media (max-width: 1059px) {

	.article-section__heading {
		background-size: 295px auto;
        background-position: calc(100% + 47px) 10px;
        padding-right: 215px;
	}

}

@media (max-width: 992px) {

	.article-section__heading {
		background-size: 385px auto;
    	background-position: calc(100% + 55px) -40px;
		padding-right: 295px;
	}

}

@media (max-width: 767px) {

	.article-section__heading {
		background-size: 295px auto;
        background-position: calc(100% + 47px) calc(100% + 82px);
		padding-right: 225px;
		height: fit-content;
	}

	.article-section__list--illustration {
		background-size: 201px auto;
	}

	.article-section__list--illustration-2 {
		background-size: 207px auto;
	}

	.article-section__list--illustration-3 {
		background-size: 183px auto;
	}

	.article-section__list--illustration-4 {
		background-size: 214px auto;
	}

	.article-section__list-item--image-row {
		max-width: calc(100% - 210px);
	}

}

@media (max-width: 767px) {
	.article-section__list--illustration {
		background-size: auto 180px;
		background-position: center 10px;
        padding-top: 200px;
	}

	.article-section__list--illustration-2 {
		background-size: auto 180px;
		background-position: center 10px;
        padding-top: 200px;
	}

	.article-section__list--illustration-3 {
		background-size: auto 180px;
		background-position: center 10px;
        padding-top: 200px;
	}

	.article-section__list--illustration-4 {
		background-size: auto 180px;
		background-position: center 10px;
        padding-top: 200px;
	}

	.article-section__list-item--image-row {
		max-width: unset;
	}

	.article-section__note--special {
		padding: 32px 180px 32px 20px;
	}
}

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

	.article-section__note--special {
		padding: 195px 14px 24px 14px;
		background-position: center 10px;
	}
}

@media (max-width: 459px) {
	.article-section__note {
		flex-direction: column;
	}

	.article-section__note--special {
		flex-direction: row;
	}
}

@media (max-width: 389px) {

	.article-wrapper {
		gap: 24px;
	}

	.article-section__note-icon--special {
		width: 36px;
	}
}