/* перепись article__wrap стилей */
.article__wrap {
	overflow: hidden;
}

.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 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__author-title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #00CE57;
}

.article__wrap .article-section__heading-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
}

.article__wrap .article-section__nubmer-title {
	font-size: 24px;
	line-height: 120%;
	color: #00178E;
}

.article__wrap .article-section__label-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
}

@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__author {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 24px;

	padding: 24px;
	border: 1px solid #00CE57;
	border-radius: 12px 100px 100px 12px;
}

.article-section__author-info {
	position: relative;
	
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.article-section__author-title {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #00CE57;
}

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

.article-section__heading {
	position: relative;
	width: 100%;
	height: fit-content;
	
	display: flex;
	flex-direction: column;
	gap: 14px;

	padding: 24px;
	padding-right: 310px;
	background: url('/static/f/med_article/697/img/heading-background.png') no-repeat;
	background-size: 412px auto;
	background-position: calc(100% + 90px) -47px;
	background-color: #00CE57;
	border-radius: 20px;
}

.article-section__heading-label {
	position: relative;

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

	padding: 24px;
	border-radius: 20px;
	background: #EBFAF0;
	margin-right: 25px;
}

.article-section__heading-text {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
}

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

.article-section__nubmer-title {
	position: relative;

	font-size: 24px;
	line-height: 120%;
	color: #00178E;
}

.article-section__nubmer-title span {
    width: 35px;
    height: 35px;

	display: inline-flex;
	align-items: center;
    justify-content: center;

    text-align: center;
    color: #FFFFFF;
    
	margin-right: 5px;
    border-radius: 100px;
    background: #00178E;
}

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

	display: flex;
	flex-direction: column;

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

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

.article-section__table--noborder {
	border: none;
}

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

	display: grid;
	grid-template-columns: 1fr 1fr;

	border-bottom: 1px solid #00CE57;
}

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

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


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


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

.article-section__table-row--noborder {
	border: none;
}

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

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

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

	padding: 24px;
	border-right: 1px solid #00CE57;
}

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

.article-section__table-cell--horizontal { 
	flex-direction: row;
}

.article-section__table-cell--special-green {
	border: 1px solid #00CE57;
	border-right: none;
	border-bottom: none;
}

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

.article-section__table-cell--special-green:last-child {
	border-right: 1px solid #00CE57;
}
.article-section__table-cell--special-red:last-child {
	border-right: 1px solid #F72723;
}

.article-section__table-row:first-child .article-section__table-cell--special-green {
	border-radius: 20px 0px 0px 0px;
	background: #EBFAF0;
}

.article-section__table-row:first-child .article-section__table-cell--special-red {
	border-radius: 0px 20px 0px 0px;
	background: #FFDEDD;
}

.article-section__table-row:last-child .article-section__table-cell--special-green {
	border-radius: 0px 0px 0px 20px;
	border-bottom: 1px solid #00CE57;
}

.article-section__table-row:last-child .article-section__table-cell--special-red:last-child {
	border-radius: 0px 0px 20px 0px;
	border-bottom: 1px solid #F72723;
}

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

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

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

.article-section__proscons-icon {
	position: relative;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	margin-top: 2px;
}

.article-section__list {
	position: relative;
	
	display: flex;
	flex-direction: column;
	gap: 14px;

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

.article-section__list li {
	position: relative;
	padding-left: 23px;
}

.article-section__list li::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	top: 4px;
	left: 0px;
	background: url('/static/f/med_article/697/img/list-icon.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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

.article-section__warning-icon {
	position: relative;
	width: 58px;
	height: fit-content;
	flex-shrink: 0;
}

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

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

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

.article-section__label--blue {
	background: #F2F4FF;
	justify-content: space-between;
	align-items: center;
}

.article-section__label--single {
	padding: 24px;
}

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

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

.article-section__label-text {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 120%;
}

.article-section__lamp-icon {
	position: relative;
	width: 53px;
	height: fit-content;
	flex-shrink: 0;
}

.article-section__download-button {
	position: relative;
	width: 221px;
	height: 53px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;

	background: #00CE57;
	border-radius: 30px;
	text-decoration: none;
	transition: background 0.15s ease-in-out;
}

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

.article-section__download-button span {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
}

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

.article-section__document-icon {
	position: relative;
	width: 24px;
	height: fit-content;
	flex-shrink: 0;
	align-self: flex-start;
}

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

@media screen and (max-width: 1239px) {
	.article-section__heading {
		background-size: 322px auto;
    	background-position: calc(100% + 90px) calc(100% + 100px);
		padding-right: 228px;
	}
	
	.article-section__table-cell {
		padding: 14px;
	}
}

@media screen and (max-width: 768px) {
	.article-section__heading {
		background-size: 302px auto;
        background-position: calc(100% + 150px) calc(100% + 100px);
        padding-right: 138px;
	}
}

@media screen and (max-width: 559px) {
	.article-section__heading {
		padding: 24px;
    	padding-bottom: 160px;
    	background-size: 232px auto;
    	background-position: calc(100% + 50px) calc(100% + 80px);
	}

	.article-section__heading-label {
		margin-right: 0px;
	}

	.article-section__author {
		padding: 14px;
		border-radius: 12px 60px 12px 12px;
	}

	.article-section__table--noborder {
		overflow-x: scroll;
		border-radius: 0px;
	}

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

	.article-section__label--blue {
		flex-direction: column;
		gap: 14px;
	}
}

@media screen and (max-width: 459px) {
	.article-section__author {
		flex-direction: column-reverse;
		gap: 14px;
		border-radius: 60px 12px 12px 12px;
	}

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

	.article-section__table-cell--horizontal {
		flex-direction: column;
	}
}