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

.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 .red-text {
	color: #F72723;
}

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

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

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

.red-text {
	color: #F72723;
}

.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--footer {
	gap: 14px;
}

.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/616/img/heading-background.png') calc(100% - 0px) 1px / auto 180px no-repeat;
	background-color: #EBFAF0;
	border-radius: 16px;
}

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

.article-section__heading-text {
	position: relative;
	width: calc(100% - 260px);
	max-width: 500px;
	color: #001689;
}

.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--red {
	border-color: #F72723;
}

.article-section__table--no-overflow {
	overflow: unset;
}

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

.article-section__table--no-overflow .article-section__table-row {
	min-width: unset;
}

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

.article-section__table-row--1 {
	grid-template-columns: 6.5% 46.25% 46.25%;
}

.article-section__table-row--1-5-columns {
    grid-template-columns: 6.5% 23.125% 23.125% 23.125% 23.125%;
}

.article-section__table-row--1-special {
    grid-template-columns: 6.5% 37.875% 55.75%;
}

.article-section__table-row--2-special {
    grid-template-columns: 16.125% 83.875%;
}

.article-section__table-row--red {
	grid-template-columns: 13.5% 28.83% 28.83% 28.83%;
	border-color: #F72723;
}

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

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

/*

.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;
	overflow: hidden;
}

.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-cell--flex {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.article-section__table-cell--justify-center {
	justify-content: center;
}

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

.article-section__table-cell--flex p {
    display: flex;
    align-items: center;
}

.article-section__table-cell--flex-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.article-section__table-cell--red {
	border-color: #F72723;
}

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

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

.article-section__table-icon--calendar {
    width: 28px;
    height: 28px;
}

.article-section__table-icon--warning {
	width: 73px;
	height: 69px;
}

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

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

.article-section__rotated-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    transform: rotate(-90deg);
    white-space: nowrap;
}

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

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

.article-section__redflag-icon {
	position: relative;
	width: 11px;
	height: auto;
	flex-shrink: 0;
	margin-top: 2px;
}

.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: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: 1239px) {
	.article-section__heading-banner {
		background: url('/static/f/med_article/616/img/heading-background.png') calc(100% - -50px) 1px / auto 180px no-repeat;
		background-color: #EBFAF0;
	}

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

@media (max-width: 768px) {
	.article-section__heading-text {
        width: calc(100% - 170px);
    }

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

	.article-section__table--no-overflow {
		overflow: unset;
	}

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

@media (max-width: 559px) {
	.article-section__heading-banner {
		padding-right: 24px;
		min-height: 182px;
		height: fit-content;
		background: #EBFAF0;
	}

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

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

	.article-section__table-row--2-special {
		grid-template-columns: 26.125% 73.875%;
	}
}

@media (max-width: 389px) {
	.article-section__table-row--2-special {
        grid-template-columns: 32.125% 67.875%;
    }
}