/* перепись 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 .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: #2CAA57;
}

.article__wrap .dark-gold-text {
	color: #D9B14A;
}

.article__wrap .white-text {
	color: #FFFFFF;
}

.article__wrap .black-text {
	color: #444444;
}

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

.article__wrap .gray-text {
	color: #798190;
}

.article__wrap .article-section__specail-title {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	color: #15A347;
}

.article__wrap .article-section__title {
	font-weight: 400;
	font-size: 28px;
	line-height: 130%;
	text-align: center;
	color: #2CAA57;
}

@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 .article-section__specail-title {
		font-size: 26px;
	}

	.article__wrap .article-section__title {
		font-weight: 400;
		font-size: 24px;
		line-height: 130%;
		text-align: center;
		color: #2CAA57;
	}
}

/* перепись 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: #2CAA57;
}

.dark-gold-text {
	color: #B89B36;
}
.white-text {
	color: #FFFFFF;
}

.black-text {
	color: #444444;
}

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

.gray-text {
	color: #798190;
}

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

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

.article-section--footer {
	gap: 8px;
}

.article-section--gradient {
	background: linear-gradient(180deg, rgba(44, 170, 87, 0.10) 60px, rgba(44, 170, 87, 0.0) 120px);
	border-radius: 16px 16px 0px 0px;
}

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

	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	color: #15A347;
}

.article-section__heading-image {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
	flex-shrink: 0;
}

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

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	padding: 24px;
	border-radius: 16px;
	border: 1px solid transparent;
	background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #E2AB58 0%, #E9B86F 27%, #FFFFFF 58%, #E2AB58 95%) border-box;
}

.article-section__note--vertical {
	flex-direction: column;
	height: auto;
}

.article-section__note--results {
	padding: 14px 24px;
}

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

.article-section__note-icon--number {
	width: 50px;
}

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

	font-weight: 400;
	font-size: 28px;
	line-height: 130%;
	text-align: center;
	color: #2CAA57;
}

.article-section__title--gradient {
	padding: 40px 0px 14px 0px;
}

.article-section__title--banner {
	padding-top: 14px;
}

.article-section__title-accent {
	display: inline-block;
    padding: 2px 14px;
    background: linear-gradient(90deg, #24B14D 0%, #039441 100%);
    border-radius: 46px;
    color: #FFFFFF;
}

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

	display: grid;
	grid-template-columns: 39% 1fr;
	gap: 24px;
	padding: 0px 24px;
}

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

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

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

.article-section__list--results {
	padding-left: 62px;
}

.article-section__list li {
	position: relative;
}

.article-section__list li::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	left: -38px;
	top: 2px;
	background: url('/static/f/med_article/646/img/list-mark.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

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

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 14px;
}

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

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.article-section__loupe-image {
	position: relative;
	width: 100%;
	max-width: 480px;
	height: auto;
	flex-shrink: 0;
	border-radius: 16px;
	justify-self: center;
}

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

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.article-section__graph-image {
	position: relative;
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

.article-section__banner {
	position: relative;
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

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

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 40px;
	border-radius: 80px;
	background: #24B14D;
	text-decoration: none;
	transition: background 0.15s ease-in-out;
	align-self: center;
}

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

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding-left: 18px;
	font-size: 14px;
	line-height: 140%;
	color: #798190;
}

@media (max-width: 1239px) {
	.article-section__lists-container {
		grid-template-columns: 1fr;
	}

	.article-section__loupe-block {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 992px) {
	.article-section__lists-container {
		grid-template-columns: 39% 1fr;
	}

	.article-section__loupe-block {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.article-section__title--gradient {
		padding: 24px 0px 14px 0px;
	}

	.article-section__lists-container {
		grid-template-columns: 1fr;
		padding: 0px 14px;
	}

	.article-section__loupe-block {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 559px) {
	.article-section__triple-notes {
		grid-template-columns: 1fr;
	}

	.article-section__graph-wrapper {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 459px) {
	.article-section__note {
		align-items: flex-start;
	}

	.article-section__note--vertical {
		align-items: center;
	}

	.article-section__note--results {
		padding: 14px;
	}

	.article-section__list--results {
		padding-left: 52px;
	}
}

@media (max-width: 389px) {
	.article-section__note--results {
		word-break: break-word;
	}
}