/* перепись 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 .thin {
	font-family: 'RotonReg', 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 .green-text {
	color: #00CE57;
}

.article__wrap .white-text {
	color: #FFFFFF;
}

.article__wrap .black-text {
	color: #444444;
}

.article__wrap .blue-text {
	color: #00178E;
}

.article__wrap .red-text {
	color: #F3705F;
}

@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;
}

.white-text {
	color: #FFFFFF;
}

.black-text {
	color: #444444;
}

.blue-text {
	color: #00178E;
}

.red-text {
	color: #F3705F;
}

.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;
	overflow: hidden;
	gap: 24px;
}

.article-section {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section--footer {
	gap: 14px;
}

.article-section__heading {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;

	background: rgba(51, 203, 102, 0.1);
	border-radius: 16px;
	padding: 14px;
}

.article-section__heading-image {
	position: relative;
	width: 121px;
	height: auto;
}

.article-section__heading-text-wrapper {
	position: relative;
	width: 100%;
	max-width: 470px;

	display: flex;
	flex-direction: column;
	gap: 14px;
}

.article-section__text-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.article-section__note {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	gap: 24px;
	padding: 14px 24px;
	border: 2px dashed rgba(243, 112, 95, 0.3);
	border-radius: 16px;
}

.article-section__note--green {
	padding: 2px 28px;
	border: 2px dashed #33CB66;
	border-radius: 8px;
}

.article-section__horizontal-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	gap: 14px;
}

.article-section__horizontal-wrapper--special-1 {
	align-items: flex-end;
	gap: 40px;
}

.article-section__block {
	position: relative;
	width: 100%;
	height: auto;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	
	padding: 24px;
	border: 2px dashed #C2F0D2;
	border-radius: 16px;
}

.article-section__block--horizontal {
	flex-direction: row;
}

.article-section__block--padding2440 {
	padding: 24px 40px;
}

.article-section__block--steps {
	gap: 24px;
}

.article-section__block--special {
	justify-content: space-between;
}

.article-section__block--red {
	border: 2px dashed rgba(243, 112, 95, 0.3);
}

.article-section__block--borderless {
	border: none;
	padding: 0px 24px;
}

.article-section__block--facts {
	height: fit-content;
	flex-direction: row;
	align-items: unset;
	gap: 24px;
	padding: 40px 24px;
}

.article-section__block--fact {
	height: auto;
	border: 2px solid #C2F0D2;
	justify-content: flex-start;
	gap: 24px;
}

.article-section__block--row-special {
	flex-direction: row;
	align-items: flex-end;
}

.article-section__block--blue {
	border: 2px dashed #183B8F;
	padding: 14px 24px;
}

.article-section__block-icon {
	position: relative;
	width: auto;
	height: auto;
}

.article-section__block-image {
	position: relative;
	width: 100%;
	height: auto;
}

.article-section__block-image--1 {
	max-width: 247px;
}

.artilce-section__block-image--2 {
	max-height: 133px;
	transform: translateY(24px);
}

.article-section__block-image--3 {
	max-width: 313px;
	margin-top: 24px;
}

.article-section__block-image--4 {
	max-width: 287px;
	margin-bottom: 24px;
}

.article-section__block-image--5 {
	max-width: 310px;
}

.article-section__block-image--6 {
	max-width: 252px;
}

.article-section__block-image--7 {
	max-width: 228px;
}

.article-section__block-image--8 {
	max-width: 205px;
	transform: translateY(24px);
}

.article-section__block-image--9 {
	max-width: 348px;
	transform: translateY(24px);
}

.article-section__list {
	position: relative;
	padding-left: 27px;	
	margin: 0;
}

.article-section__number-list {
	position: relative;
	padding-left: 27px;	
	margin: 0;
}

.article-section__number-list li::marker {
	font-size: 20px;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	color: #001689;
}

.article-section__number-list li p {
	margin-top: 8px;
}

.article-section__green-label {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	background: #C2F0D2;
	border-radius: 16px;
	text-decoration: none;
}

.article-section__star-note {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
}

.article-section__star-icon {
	position: relative;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding-left: 24px;
}

@media (max-width: 767px) {
	.article-section__horizontal-wrapper {
		flex-direction: column;
	}

	.article-section__block--horizontal {
		flex-direction: column;
	}

	.article-section__block--padding2440 {
		padding: 24px;
		flex-direction: column-reverse;
	}

	.article-section__block--row-special {
		flex-direction: column-reverse;
		align-items: center;
	}

	.article-section__horizontal-wrapper--special-1 {
		align-items: center;
		flex-direction: column-reverse;
	}

	.artilce-section__block-image--2 {
		max-height: 230px;
	}

	.article-section__block-image--3 {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.article-section__block-image--4 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}

	.article-section__block-image--6 {
		order: 1;
	}

	.article-section__number-list--3 {
		display: flex;
		flex-direction: column-reverse;
		gap: 24px;
	}

	.article-section__block--facts {
		flex-direction: column;
	}
}

@media (max-width: 459px) {
	.article-section__heading-image {
		display: none;
	}

	.article-section__note {
		align-items: flex-start;
		gap: 8px;
		padding: 14px;
	}

	.article-section__block {
		padding: 14px;
	}

	.artilce-section__block-image--2 {
		max-height: 133px;
		transform: translateY(14px);
	}

	.article-section__block-image--8 {
		transform: translateY(14px);
	}

	.article-section__block-image--9 {
		transform: translateY(14px);
	}
}