/* перепись article__wrap стилей */
.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 .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 .article-section__spoiler-text {
	position: relative;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	text-align: center;

	color: #FFFFFF;
}

.article__wrap .article-section__button-text {
	position: relative;

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

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

.italic {
	font-style: italic;
}

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

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

.article-section__heading-banner {
	position: relative;
	width: 100%;
	height: 182px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

	padding: 24px;
	background: url('/static/f/med_article/566/img/heading-background.png') calc(100% - -52px) -75px / auto 317px no-repeat;
	background-color: rgba(51, 203, 102, 0.1);
	border-radius: 16px;
}

.article-section__heading-text {
	position: relative;
	max-width: 480px;
	color: #001689;
}

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

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 12px 24px;
	gap: 12px;

	border: 1px solid #33CB66;
	border-radius: 10px 100px 100px 10px;
}

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

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 7px 20px;
	gap: 10px;

	background: #33CB66;
	border-radius: 30px;
	transition: background 0.15s ease-in-out;
	border: none;
	outline: none;
}

.article-section__spoiler-button:hover {
	background: #001689;
	transition: background 0.15s ease-in-out;
}

.article-section__spoiler-text {
	position: relative;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	text-align: center;

	color: #FFFFFF;
}

.article-section__spoiler-icon {
	position: relative;
	transform: rotate(-90deg);
	flex-shrink: 0;
	transition: transform 0.15s ease-in-out;
}

.article-section__spoiler-icon--active {
	transform: rotate(0deg);
	transition: transform 0.15s ease-in-out;
}

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

	display: none;
}

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

.article-section__table {
	position: relative;
	width: 100%;
	height: fit-content;
	
	display: flex;
	flex-direction: column;
	border: 1px solid #33CB66;
	border-radius: 4px;
}

.article-section__table-row {
	position: relative;
	min-width: 559px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #33CB66;
}

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

.article-section__table-row--special-3 {
	grid-template-columns: 20% 40% 40%;
}

.article-section__table-row--special-2 {
	grid-template-columns: 20% 80%;
}

.article-section__table-row:nth-last-child(1) {
	border-bottom: none;
}

.article-section__table a {
	color: #33CB66;
	text-decoration-color: #33CB66;
}

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

	padding: 16px;
	border-right: 1px solid #33CB66;
}

.article-section__table-cell--wide {
	grid-column: span 2;
}

.article-section__table-cell--high {
	grid-row: span 2;
	order: 1;
}

.article-section__table-cell--high-swap {
	border-top: 1px solid #33CB66;
	order: 2;
}

.article-section__table-cell--no-border {
	border: none;
}

.article-section__table-cell:nth-last-child(1) {
	border-right: none;
}

.article-section__table p {
	overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

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

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

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

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 8px 18px;

	background: #33CB66;
	border-radius: 30px;
	border: none;
	outline: none;
	transition: background 0.15s ease-in-out;
	text-decoration: none;
}

.article-section__button--video {
	display: none;
}

.article-section__button:hover {
	background: #001689;
	transition: background 0.15s ease-in-out;
}

.article-section__button-text {
	position: relative;

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

.article-section__image-chekup {
	position: relative;
	width: 100%;
	height: auto;
}

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

.article-section__rodnichok-checkup {
	position: relative;
	width: 100%;
	max-width: 586px;
	height: auto;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.article-section__special-number-li {
	position: relative;
	
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.article-section__special-number {
	position: relative;
	width: 23px;
	height: 23px;
	margin-top: 4px;

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

	color: #FFFFFF;
	background: #33CB66;
	border-radius: 100px;
	flex-shrink: 0;
}

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

@media (max-width: 1439px) {
	.article-section__heading-banner {
		padding-right: 200px;
    	background: url(/static/f/med_article/566/img/heading-background.png) calc(100% - -122px) -75px / auto 317px no-repeat;
		background-color: rgba(51, 203, 102, 0.1);
	}
}

@media (max-width: 767px) {
	.article-section__heading-banner {
		padding-right: 170px;
		background: url(/static/f/med_article/566/img/heading-background.png) calc(100% - -72px) -15px / auto 207px no-repeat;
        background-color: rgba(51, 203, 102, 0.1);
	}
}

@media (max-width: 559px) {
	.article-section__table {
		overflow-x: scroll;
	}

	.article-section__heading-banner {
		padding-right: 24px;
		background: rgba(51, 203, 102, 0.1);
	}

	.article-section__buttons-wrapper {
		flex-direction: column;
	}
}

@media (max-width: 459px) {
	.article-section__heading-banner {
		padding: 14px;
		height: fit-content;
	}

	.article-section__note {
		padding: 14px;
		border-radius: 10px;
	}
}