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

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

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

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

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 24px;
	border-radius: 16px;

	background: url('/static/f/med_article/593/img/heading-background.png') no-repeat;
	background-size: 433px auto;
    background-position: calc(100% - -73px) -88px;
	background-color: #00CE57;
}

.article-section__heading-text {
	position: relative;
	width: calc(100% - 310px);
	line-height: 140%;
}

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

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

.article-section__title-icon {
	position: relative;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}

.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--1 {
	background: url('/static/f/med_article/593/img/list-image-1.png') no-repeat;
	background-size: 251px auto;
	background-position: right 3px;
}

.article-section__list--1 li:nth-child(-n+3) {
	width: calc(100% - 290px);
}

.article-section__list--1 li:nth-child(3) {
	width: calc(100% - 270px);
}

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

.article-section__list--2 li {
	width: calc(100% - 277px);
}

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

.article-section__list--3 li:nth-child(-n+2) {
	width: calc(100% - 290px);
}

.article-section__list--3 li:nth-child(3) {
	width: calc(100% - 220px);
}

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

.article-section__list--4 li:nth-child(-n+3) {
	width: calc(100% - 252px);
	max-width: 540px;
}

.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/593/img/list-marker.svg') no-repeat;
    background-size: 17px auto;
}

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

@media (max-width: 1239px) {

	.article-section__heading {
		background-size: 363px auto;
    	background-position: calc(100% - -73px) -48px;
	}

	.article-section__heading-text {
		width: calc(100% - 240px);
	}
}

@media (max-width: 767px) {
	.article-section__list--1 li:nth-child(-n+3) {
	    width: calc(100% - 255px);
	}

	.article-section__list--2 li {
		width: calc(100% - 262px);
	}

	.article-section__list--3 li:nth-child(-n+2) {
		width: calc(100% - 235px);
	}
}

@media (max-width: 559px) {

	.article-section__heading {
		padding: 14px;
		background: #00CE57;
	}

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

	.article-section__list--1 {
		padding-top: 190px;
    	background-position: top center;
	}

	.article-section__list--2 {
		padding-top: 170px;
    	background-position: center top;
	}

	.article-section__list--3 {
		padding-top: 200px;
    	background-position: center top;
	}

	.article-section__list--4 {
		padding-top: 190px;
    	background-position: center top;
	}

	.article-section__list li {
		width: 100%;
		max-width: unset;
	}

	.article-section__list--1 li:nth-child(-n+3) {
	    width: 100%;
	}

	.article-section__list--2 li {
		width: 100%;
	}

	.article-section__list--3 li:nth-child(-n+2) {
		width: 100%;
	}

	.article-section__list--3 li:nth-child(3) {
		width: 100%;
	}

	.article-section__list--4 li:nth-child(-n+3) {
		width: 100%;
	}
}

@media (max-width: 389px) {
	.article-section__list--1 {
		padding-top: 170px;
		background-size: 211px auto;
	}

	.article-section__list--2 {
		padding-top: 160px;
		background-size: 217px auto;
	}

	.article-section__list--3 {
		padding-top: 180px;
		background-size: 203px auto;
	}

	.article-section__list--4 {
		padding-top: 170px;
		background-size: 213px auto;
	}
}