/* перепись 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 .green-text {
	color: #00CE57;
}

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

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

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

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

.article__wrap .article-section__title {
	position: relative;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;

	color: #00178E;
}

.article__wrap .article-section__text {
	position: relative;

	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;

	color: #444444;
}

.article__wrap .article-section__special-text--1 {
	margin-top: 22px;
}

.article__wrap .article-section__special-text--3 {
	margin-top: 13px;
}

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

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

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

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

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

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

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

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

	border: 1px solid #00CE57;
	border-radius: 12px 99px 99px 12px;
}

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

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

.article-section__author-image {
	position: relative;
	width: 98px;
	height: 98px;
}

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

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

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

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

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

.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: 519px;
	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-cell {
	position: relative;
	width: 100%;
	height: auto;
	min-width: 100%;

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

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

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

.article-section__table-cell--row {
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
}

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

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

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

	margin: 0;
	padding-left: 20px;
	list-style: none;
}

.article-section__list li {
	position: relative;
}

.article-section__list li::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	left: -21px;
    top: 5px;

	background: url('/static/f/med_article/572/img/list-icon.svg') 0px 0px / 17px 17px no-repeat;
}

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

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

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

.article-section__note--special {
	flex-direction: row;
	gap: 14px;
}

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

.article-sectio__special-note-image {
	position: relative;
	width: 180px;
	height: auto;
	transform: translateY(-24px);
}

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

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

.article-section__special-block-2 {
	position: relative;
	width: 25%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: -12px;
}

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

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 25px;
}

.article-section__special-block-3::before {
	content: "";
	position: absolute;
	width: 321px;
	height: 163px;
	bottom: -16px;
    left: calc(50% - 163px);

	background: url('/static/f/med_article/572/img/special-block-main-image.svg') no-repeat;
}

.article-section__special-image {
	position: relative;
	width: 117px;
	height: auto;
	flex-shrink: 0;
	margin-right: 44px;
}

.article-section__special-text {
	position: relative;
	padding-left: 22px;
	margin-top: 19px;
}

.article-section__special-text--1 {
	margin-top: 22px;
}

.article-section__special-text--3 {
	width: 26.9%;
}

.article-section__special-text::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	top: 10px;
	left: 0;

	background: url('/static/f/med_article/572/img/list-icon.svg') 0px 0px/ auto no-repeat;
}

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

	display: flex;
	padding: 15px;
	border: 1px solid #00178E;
	border-radius: 20px;
}

.article-section__green-line {
	position: relative;
	width: 100%;
	height: 2px;
	background: #00CE57;
}

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

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

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

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 19px;
	flex-shrink: 0;

	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: 14px;
	line-height: 100%;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

.article-section__title {
	position: relative;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;

	color: #00178E;
}

.article-section__text {
	position: relative;

	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;

	color: #444444;
}

@media (max-width: 559px) {

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

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

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

	.article-section__note--in-table {
		flex-direction: column;
	}

	.article-section__special-block-3::before {
		width: 250px;
		left: calc(50% - 125px);
		background-size: 250px auto;
    	background-position: center bottom;
	}
	
	.article-section__special-block-2 {
		width: 32%;
	}

	.article-section__special-text--3 {
		width: 52%;
	}

	.article-section__note--special {
		flex-direction: column-reverse;
	}

	.article-sectio__special-note-image {
		transform: translateY(20px);
	}
}

@media (max-width: 459px) {

	.article-section__author-block {
		align-items: flex-start;
		padding: 14px;
		border-radius: 12px 59px 12px 12px;
	}

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

	.article-section__table--note .article-section__table-cell {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 390px) {

	.article-section__author-block {
		border-radius: 12px;
	}

	.article-section__author-image {
		display: none;
	}
}