/* перепись 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 .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 .thin {
	font-family: 'RotonReg', 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 .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__unfreeze-title {
	font-size: clamp(14px, 1em, 18px);
}

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

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

.article__wrap .article-section__block-initial {
	position: relative;
	font-size: 28px;
}

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

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

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

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

	display: flex;
	align-items: center;
	padding: 24px;
	padding-right: 335px;
	border-radius: 16px;
	background: url('/static/f/med_article/643/img/heading-background.svg') no-repeat;
	background-size: 363px auto;
	background-position: calc(100% + 39px) -76px;
	background-color: #00CE57;
}

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

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

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

.article-section__note--align-top {
	align-items: flex-start;
}

.article-section__note--red {
	background: #FFDEDD;
	align-items: flex-start;
}

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

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

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

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

.article-section__title {
	position: relative;
	font-size: 24px;
	display: flex;
	align-items: center;
    gap: 14px;
}

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

	font-size: 28px;
	display: block;
	padding: 10px 14px;
	background: #00178E;
	border-radius: 21px;
	align-self: flex-start;
}

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

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

.article-section__block-wrapper--final {
	min-height: 130px;
	justify-content: center;
	background: url('/static/f/med_article/643/img/final-background.svg') no-repeat;
	background-size: 167px auto;
	background-position: calc(100% - 18px) calc(100% + 39px);
	background-blend-mode: darken;
	background-color: #EBFAF0;
	padding-right: 205px;
}

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

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

.article-section__block-initial {
	position: relative;
	font-size: 28px;
}

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

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

	background: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #00CE57;
	padding: 14px;
}

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

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

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

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

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

	background: #00CE57;
	border-radius: 30px;
	padding: 11px 19px;
	flex-shrink: 0;
	user-select: none;
	text-decoration: none;
	transition: background 0.15s ease-in-out;
}

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

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

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

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

.article-section__list li {
	position: relative;
}

.article-section__list li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: -21px;
	top: 5px;
	background: url('/static/f/med_article/643/img/list-mark.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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

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

	display: flex;
	flex-direction: column;
	border: 1px solid #33CB66;
	border-radius: 20px;
}

.article-section__table--red {
	border: 1px solid #F72723;
}

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

	display: grid;
	grid-template-columns: 1fr;
	border-bottom: 1px solid #33CB66;
	overflow: hidden;
	background: #FFFFFF;
}

.article-section__table-row--red {
	border-bottom: 1px solid #F72723;
}

.article-section__table-row--heading {
	background: rgba(51, 203, 102, 0.1);
}

.article-section__table-row--heading-red {
	background: #FFDEDD;
	
}

.article-section__table-row--products {
	grid-template-columns: 33% 1fr;
}

.article-section__table-row--symmetry {
	grid-template-columns: 1fr 1fr;
}

.article-section__table-row:first-child {
	border-radius: 20px 20px 0px 0px;
}

.article-section__spoiler-content .article-section__table-row:first-child {
	border-radius: 0;
}

.article-section__table-row:last-child {
	border-bottom: none;
	border-radius: 0px 0px 20px 20px;
}

.article-section__table--spoiler-hidden .article-section__table-row:first-child {
	border-radius: 20px;
	border-bottom: 0px;
}

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

	display: flex;
	flex-direction: column;
	border-right: 1px solid #33CB66;
	padding: 14px;
}

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

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

.article-section__svg-icon {
	position: relative;
	flex-shrink: 0;
	align-self: flex-start;
}

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

	display: none;
	flex-direction: column;
}

.article-section__spoiler-content--active {
	display: flex;
}

.article-section__hide-icon {
	position: relative;
	width: 14px;
	height: auto;
	flex-shrink: 0;
	transform: rotate(0deg);
	transition: transform 0.15s ease-in-out;
}

.article-section__download-button--unfolded .article-section__hide-icon {
	transform: rotate(-180deg);
	transition: transform 0.15s ease-in-out;
}

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding-left: 20px;
	font-size: 14px;
	line-height: 140%;
}

@media (max-width: 1239px) {
	.article-section__heading {
		padding-right: 260px;
        background: url('/static/f/med_article/643/img/heading-background.svg') no-repeat;
        background-size: 363px auto;
        background-position: calc(100% + 89px) -66px;
        background-color: #00CE57;
	}
}

@media (max-width: 767px) {
	.article-section__button-block {
		flex-direction: column;
		align-items: flex-end;
	}
}

@media (max-width: 559px) {
	.article-section__heading {
		padding: 14px;
        padding-right: 145px;
        background: url('/static/f/med_article/643/img/heading-background.svg') no-repeat;
        background-size: 243px auto;
        background-position: calc(100% + 89px) 34px;
        background-color: #00CE57;
    }

	.article-section__title-wrapper {
		padding: 14px;
	}

	.article-section__title {
		flex-direction: column;
	}

	.article-section__block-wrapper {
		padding: 14px;
	}

	.article-section__block-wrapper--final {
		padding-right: 160px;
	}

	.article-section__note {
		padding: 14px;
	}

	.article-section__spoiler-content {
		overflow-x: scroll;
		border-radius: 0px 0px 20px 20px;
	}

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

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

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

	.article-section__note {
		flex-direction: column;
		align-items: flex-start;
	}

	.article-section__block-wrapper--final {
		padding-right: 115px;
		background-size: 137px auto;
		background-position: calc(100% - -2px) calc(100% + 20px);
	}
}

@media (max-width: 389px) {
	.article-section__download-button span {
		display: none;
	}

	.article-section__block-wrapper--final {
        padding-right: 14px;
        padding-bottom: 110px;
        background-size: 137px auto;
        background-position: calc(50% - 8px) calc(100% + 40px);
    }
}