/* перепись 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: 120%;
}

.article__wrap .article-section__second-title {
	font-size: 20px;
	line-height: 120%;
}

.article__wrap .article-section__headings-title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #00CE57;
}

.article__wrap .article-section__banner-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
}

.article__wrap .article-section__note-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

@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: 24px;
}

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

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

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

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

	border: 1px solid #00CE57;
	border-radius: 10px 100px 100px 10px;
	padding: 24px;
}

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

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

.article-section__headings-title {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;

	color: #00CE57;
}

.article-section__headings-image {
	position: relative;
	width: 98px;
	height: 98px;
	flex-shrink: 0;
	align-self: flex-start;
}

.article-section__banner {
	position: relative;
	width: 100%;
	height: fit-content;
	min-height: 142px;

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

	background: url('/static/f/med_article/703/img/banner-background.png') no-repeat;
	background-size: 502px auto;
	background-position: right -135px bottom -191px; 
	background-color: #00CE57;
	padding: 24px;
	padding-right: 328px;
	border-radius: 16px;
}

.article-section__banner-text {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;

	color: #FFFFFF;
}

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

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

	padding: 24px;
	padding-right: 158px;
	border-radius: 20px;
	background: url('/static/f/med_article/703/img/nurse-background-1.png') no-repeat;
	background-size: 116px auto;
	background-position: right 20px bottom -20px;
	background-color: #F2F4FF;
}

.article-section__nurse-block--2 {
	background: url('/static/f/med_article/703/img/nurse-background-2.png') no-repeat;
	background-size: 170px auto;
	background-position: right 0px bottom 0px;
	background-blend-mode: darken;
	background-color: #F2F4FF;
}

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

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

.article-section__title {
	position: relative;

	font-size: 24px;
	line-height: 120%;
}

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

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

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

	padding-bottom: 2px;
	background: #00178E;
	border-radius: 20px;
	flex-shrink: 0;
}

.article-section__second-title {
	position: relative;
	font-size: 20px;
	line-height: 120%;
}

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

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

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

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

	padding: 24px;
	border-radius: 20px;
}

.article-section__accent-cell--heading {
	border-bottom: 1px solid #00CE57;
	border-radius: 20px 20px 0px 0px;
	background: #EBFAF0;
}

.article-section__check-list {
	position: relative;
	width: fit-content;
	height: fit-content;

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

	margin: 0;
	padding: 0;
	list-style: none;
}

.article-section__check-item {
	position: relative;
	width: fit-content;
	height: fit-content;

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

	padding-left: 31px;
}

.article-section__check-item::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0px;
	top: 2px;
	background: url('/static/f/med_article/703/img/check-icon.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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

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

	padding: 14px 24px;
	background: #00CE57;
	border-radius: 30px;
	transition: background 0.15s ease-in-out;
	text-decoration: none;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
	text-align: center;
	color: #FFFFFF;
}

.article-section__download-button:hover {
	background: #00178E;
}

.article-section__download-icon {
	position: relative;
	width: 17px;
	height: fit-content;
	flex-shrink: 0;
}

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

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

	display: flex;
	flex-direction: column;
}

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

	display: grid;
	grid-template-columns: 1fr 1fr;
}

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

	display: flex;
	flex-direction: column;

	padding: 14px;
}

.article-section__table-cell--green {
	border-top: 1px solid #00CE57;
	border-left: 1px solid #00CE57;
}

.article-section__table-row:last-child .article-section__table-cell--green {
	border-radius: 0px 0px 0px 20px;
	border-bottom: 1px solid #00CE57;
}

.article-section__table-cell--red {
	border-top: 1px solid #F72723;
	border-left: 1px solid #F72723;
	border-right: 1px solid #F72723;
}

.article-section__table-row:last-child .article-section__table-cell--red {
	border-radius: 0px 0px 20px 0px;
	border-bottom: 1px solid #F72723;
}

.article-section__table-cell--heading-green {
	border-radius: 20px 0px 0px 0px;
	border-top: 1px solid #00CE57;
	border-left: 1px solid #00CE57;
	background: #EBFAF0;	
}

.article-section__table-cell--heading-red {
	flex-direction: row;
	gap: 8px;
	border-radius: 0px 20px 0px 0px;
	border-top: 1px solid #F72723;
	border-left: 1px solid #F72723;
	border-right: 1px solid #F72723;
	background: #FFDEDD;
}

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

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

	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

	padding-left: 23px;
}

.article-section__list-item::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	top: 2px;
	left: 0px;
	background: url('/static/f/med_article/703/img/red-mark.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.article-section__list-item--green::before {
	background: url('/static/f/med_article/703/img/green-mark.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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

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

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

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

.article-section__note-text {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

.article-section__lamp-icon {
	position: relative;
	width: 53px;
	height: 61px;
	flex-shrink: 0;
	align-self: flex-start;
}

.article-section__warning-icon {
	position: relative;
	width: 58px;
	height: 58px;
	flex-shrink: 0;
	align-self: flex-start;
}

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

@media screen and (max-width: 1059px) {
	.article-section__download-button--calendar {
		padding: 8px 24px;
	}

	.article-section__download-button--calendar span {
		max-width: 380px;
	}
}

@media screen and (max-width: 993px) {
	.article-section__download-button--calendar {
		padding: 14px 24px;
	}

	.article-section__download-button--calendar span {
		max-width: unset;
	}
}

@media screen and (max-width: 768px) {
	.article-section__banner {
		padding-right: 202px;
		background-size: 325px auto;
		background-position: right -95px bottom -101px;
	}

	.article-section__download-button {
		padding: 8px 24px;
	}

	.article-section__download-button span {
		max-width: 340px;
	}
}

@media screen and (max-width: 559px) {
	.article-section__headings {
		padding: 14px;
        border-radius: 12px 60px 12px 12px;
	}

	.article-section__banner {
		padding-right: 122px;
        padding-bottom: 90px;
        background-size: 244px auto;
        background-position: right -67px bottom -76px;
    }

	.article-section__nurse-block {
		padding: 24px;
    	padding-top: 184px;
    	background-position: left 20px top 10px;
	}

	.article-section__nurse-block--2 {
		padding-top: 194px;
	}

	.article-section__table {
		overflow-x: scroll;
	}

	.article-section__table-row {
		min-width: 559px;
	}
}

@media screen and (max-width: 459px) {
	.article-section__headings {
		flex-direction: column-reverse;
        gap: 14px;
        border-radius: 60px 12px 12px 12px;
	}

	.article-section__note {
		flex-direction: column;
		padding: 14px;
	}

	.article-section__accent-cell {
		padding: 14px;
	}

	.article-section__download-button {
		font-size: 16px;
	}
}

@media screen and (max-width: 389px) {
	.article-section__banner {
		padding-bottom: 130px;
	}

	.article-section__download-button {
		font-size: 14px;
	}
}