/* перепись 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__tab-title {
	font-size: 20px;
	line-height: 120%;
	color: #00178E;
}

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

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

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

	border: 1px solid #00178E;
	border-radius: 20px;
}

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

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

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

.article-section__tab-number {
	position: relative;
	width: 40px;
	height: 40px;

	display: flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;

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

	background: #00178E;
	border-radius: 100px;
	flex-shrink: 0;
}

.article-section__tab-title {
	position: relative;

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

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

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

	padding: 0px 24px 24px;
}

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

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

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

.article-section__label--blue {
	gap: 24px;
	justify-content: space-between;
	border: 1px solid #00178E;
	background: #F2F4FF;
}

.article-section__label--special {
	padding-right: 158px;
	background: url('/static/f/med_article/700/img/label-special-background.png') no-repeat;
	background-size: 181px auto;
	background-position: calc(100% + 23px) -10px;
	background-blend-mode: darken;
	background-color: #EBFAF0;
}

.article-section__label--red {
	background: #FFDEDD;
}

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

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

.article-section__label-text {
	position: relative;

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

.article-section__check-icon {
	position: relative;
	width: 40px;
	height: 40px;
	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;
	align-self: center;

	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__warning-icon {
	position: relative;
	width: 58px;
	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: 559px) {
	.article-section__author {
		padding: 14px;
		border-radius: 12px 60px 12px 12px;
	}

	.article-section__label {
		flex-direction: column;
	}
	
	.article-section__label--blue {
		align-items: center;
	}

	.article-section__label--special {
		padding: 24px;
    	padding-top: 200px;
    	background-position: calc(100% + -17px) -10px;
	}
}

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

	.article-section__tab-headings {
		padding: 14px;
	}

	.article-section__tab-content {
		padding: 0px 14px 14px;
	}

	.article-section__label {
		padding: 14px;
	}

	.article-section__label--special {
		padding-top: 200px;
	}
}