/* перепись article__wrap стилей */
.article__wrap h1 sup {
	top: -0.5em;
}

.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 .white-text {
	color: #FFFFFF;
}

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

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

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

.article__wrap .article-section__heading-text {
	line-height: 140%;
}

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

.white-text {
	color: #FFFFFF;
}

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

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

.red-text {
	color: #F72723;
}

.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: fit-content;
	min-height: 285px;

	display: flex;
	flex-direction: row;
	align-items: center;

	padding: 24px;
	background: url('/static/f/med_article/590/img/heading-background.png') no-repeat;
	background-position: calc(100% - -93px) -152px;
    background-size: 432px auto;
	background-color: #00CE57;
	border-radius: 16px;
}

.article-section__heading-wrapper {
	position: relative;
	width: calc(100% - 292px);
	height: fit-content;

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

.article-section__heading-text {
	padding-right: 14px;
}

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

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

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

.article-section__heading-icon {
	position: relative;
	width: 35px;
	height: 44px;
	flex-shrink: 0;
}

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

	display: flex;
	flex-direction: column;
	border-radius: 16px;
	border: 1px solid #F72723;
}

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

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

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

	border-radius: 16px 16px 0px 0px;
	background: #FFDEDD;
	border-bottom: 1px solid #F72723;
	padding: 14px 20px;
}

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

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

.article-section__note-list li {
	position: relative;
	padding-left: 23px;
}

.article-section__note-list li::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 20px;
	left: 0px;
	top: 6px;
	background: url('/static/f/med_article/590/img/list-marker.svg') no-repeat;
	background-position: 0px 0px;
	background-size: 17px auto;
}

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

	display: flex;
	flex-direction: row;
	padding: 20px;
	gap: 20px;

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

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

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

@media (max-width: 1239px) {
	.article-section__heading {
		background-position: calc(100% - -53px) -72px;
        background-size: 202px auto;
	}

	.article-section__heading-wrapper {
		width: calc(100% - 118px);
	}
}

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

	.article-section__heading-wrapper {
		width: 100%;
	}

	.article-section__heading-text {
		padding: 0;
	}
}

@media (max-width: 459px) {
	.article-section__label {
		flex-direction: column;
    	align-items: center;
	}
}