/* перепись 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 .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 .bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .italic {
	font-style: italic;
}

.article__wrap .text-centered {
	text-align: center;
}

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

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

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

.article__wrap .white-text {
	color: #FFFFFF;
}

.article__wrap .article-section__title {
	font-size: 24px;
}

.article__wrap .article-section__warning-text {
	font-size: 16px;
	color: #F3705F;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;;
}

.article__wrap .article-section__warning-text--white {
	color: #FFFFFF;
}

.article__wrap .article-section__scheme-block-title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #183B8F;
}

@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 стилей конец */

.thin {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.italic {
	font-style: italic;
}

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

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

.red-text {
	color: #F3705F;
}

.white-text {
	color: #FFFFFF;
}

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

.bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.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__heading {
	position: relative;
	width: 100%;
	height: fit-content;
	min-height: 182px;

	display: grid;
	grid-template-columns: 1fr 203px 1fr;
	padding: 24px;
	background: #EBFAF0;
	border-radius: 16px;
}

.article-section__heading h4:first-child {
	align-self: flex-end;
	text-align: end;
}

.article-section__heading h4:last-child {
	align-self: flex-start;
}

.article-section__heading-image {
	position: relative;
	width: 203px;
	height: auto;
	align-self: center;
	transform: translateX(5px);
	flex-shrink: 0;
}

.article-section__title {
	font-size: 24px;
}

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

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.article-section__horizontal-wrapper--scheme {
	gap: 66px;
}

.article-section__border-block {
	position: relative;
	width: 100%;
	height: auto;

	display: flex;
	flex-direction: column;
	gap: 14px;
	border: 2px dashed #C2F0D2;
	border-radius: 16px;
	padding: 24px;
}

.article-section__border-block--red {
	border-color: rgba(243, 112, 95, 0.3);
	gap: 24px;
}

.article-section__border-block--gap24 {
	gap: 24px;
}

.article-section__border-block--scheme {
	padding: 10px;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 59px;
}

.article-section__border-block--scheme::before {
	content: "";
	position: absolute;
	width: calc(100% - 328px);
	height: 50px;
	left: auto;
	right: auto;
	bottom: -46px;

	background: url('/static/f/med_article/631/img/scheme-arrows.svg') no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.article-section__simple-list {
	position: relative;
	margin: 0;
	padding-left: 24px;
}

.article-section__simple-list ul {
	list-style: disc;
}

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

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

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

.article-section__warning-text {
	font-size: 16px;
	color: #F3705F;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;;
}

.article-section__warning-text--white {
	color: #FFFFFF;
}

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

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

.article-section__text-wrapper--container {
	flex-direction: row;
	gap: 24px;
}

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

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

.article-section__table-row {
	position: relative;
	width: calc(100% - 16px);
	height: fit-content;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0px 8px;
	border-bottom: 1px solid #C2F0D2;
}

.article-section__table-row:last-child {
	border-bottom: unset;
}

.article-section__table-row--heading {
	width: 100%;
	background: #C2F0D2;
	border-radius: 16px 16px 0px 0px;
	margin: 0;
}

.article-section__table-row--margin-top {
	margin-top: 8px;
}

.article-section__table-row--margin-bottom {
	margin-bottom: 8px;
}

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

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-right: 1px solid #C2F0D2;
}

.article-section__table-cell:last-child {
	border-right: unset;
}

.article-section__container-image {
	position: relative;
	width: 151px;
	height: 106px;
	flex-shrink: 0;
}

.article-section__image {
	position: relative;
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

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

	display: flex;
	flex-direction: column;
}

.article-section__scheme-block {
	position: relative;
	width: 100%;
	height: auto;

	display: flex;
	flex-direction: column;
	justify-content: center;

	padding: 24px;
	border: 1px dashed #183B8F;
	border-radius: 16px;
}

.article-section__scheme-block-title {
	position: absolute;
	width: fit-content;
	height: fit-content;
	top: -12px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	text-align: center;

	color: #183B8F;
	background: #FFFFFF;
	padding: 0 14px;
}

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

	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	background: #F3705F;
	border-radius: 16px;
}

@media (max-width: 1239px) {
	.article-section__horizontal-wrapper--scheme {
		gap: 40px;
	}

	.article-section__border-block--scheme::before {
		width: 60%;
        height: 60px;
        bottom: -57px;
	}

	.article-section__scheme-block-title {
		top: -5%;
	}
}

@media (max-width: 767px) {
	.article-section__scheme-block-title {
		top: -12px;
	}

	.article-section__border-block--scheme {
		margin-bottom: 49px;
	}
}

@media (max-width: 659px) {
	.article-section__heading {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.article-section__heading h4:first-child {
		text-align: center;
		justify-self: center;
	}

	.article-section__heading h4:last-child {
		text-align: center;
		justify-self: center;
	}

	.article-section__heading-image {
		justify-self: center;
	}

	.article-section__horizontal-wrapper {
		grid-template-columns: 1fr;
	}

	.article-section__horizontal-wrapper--scheme:last-child {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 559px) {
	.article-section__horizontal-wrapper--scheme {
		gap: 14px;
	}

	.article-section__text-wrapper--container {
		flex-direction: column;
		align-items: center;
	}

	.article-section__border-block--scheme {
        margin-bottom: 34px;
    }
}

@media (max-width: 459px) {
	.article-section__heading-image {
		width: 153px;
	}
	
	.article-section__warning-wrapper {
		align-items: flex-start;
		gap: 8px;
	}

	.article-section__warning-icon {
		width: 20px;
	}

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

	.article-section__table-row {
		min-width: 390px;
		margin: 0;
	}

	.article-section__table-row--margin-top {
		margin-top: 8px;
	}

	.article-section__table-row--margin-bottom {
		margin-bottom: 8px;
	}

	.article-section__border-block--scheme {
		margin-bottom: 92px;
	}

	.article-section__border-block--scheme::before {
		width: 65%;
        height: 160px;
        bottom: -152px;
		background: url('/static/f/med_article/631/img/scheme-mobile-arrows.svg') no-repeat;
		background-size: 100% auto;
        background-position: top center;
	}

	.article-section__horizontal-wrapper--scheme:last-child {
		grid-template-columns: calc(40% - 7px) calc(60% - 7px);
	}

	.article-section__horizontal-wrapper--scheme:last-child .article-section__scheme-block {
		padding: 8px;
	}
}

@media (max-width: 389px) {
	.article-section__border-block {
		padding: 14px;
	}
	
	.article-section__horizontal-wrapper--scheme:last-child {
		word-break: break-word;
	}
}