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

.article__wrap .red-text {
	color: #F3705F;
}

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

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

.article__wrap .blue-text {
	color: #183B8F;
}

.article__wrap .gray-text {
	color: #7A878C;
}

.article__wrap .article-section__heading-text {
	font-size: 18px;
	line-height: 130%;
}

.article__wrap .article-section__title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 130%;
}

.article__wrap .article-section__title--main {
	text-align: center;
	color: #33CB66;
}

@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__title {
		font-size: 24px;
	}
}

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

.red-text {
	color: #F3705F;
}

.white-text {
	color: #FFFFFF;
}

.black-text {
	color: #444444;
}

.blue-text {
	color: #183B8F;
}

.gray-text {
	color: #7A878C;
}

.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__heading {
	position: relative;
	width: 100%;
	height: fit-content;
	min-height: 182px;

	display: flex;
	flex-direction: row;
	align-items: center;
	
	padding: 40px;
	padding-right: 360px;
	background: url('/static/f/med_article/685/img/heading-background.png') no-repeat;
	background-size: auto 100%;
	background-position: right center;
	background-color: rgba(51, 203, 102, 0.1);
	border-radius: 16px;
}

.article-section__heading-text {
	position: relative;
	font-size: 18px;
	line-height: 130%;
}

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

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 130%;
}

.article-section__title--main {
	text-align: center;
	color: #33CB66;
}

.article-section__title-number {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 130%;
	color: #001689;
}

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

	display: flex;
	flex-direction: row;	
}

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

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

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

.article-section__star-list--red {
	padding: 0;
}

.article-section__star-item {
	position: relative;
	width: fit-content;
	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;
	margin-top: 2px;
}

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

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

	padding: 24px;
	border: 1px solid #C2F0D2;
	border-radius: 16px;
}

.article-section__border-block--dashed {
	border: 2px dashed #C2F0D2;
	flex-direction: row;
	padding: 14px 24px;
}

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

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

.article-section__horizontal-wrapper--red-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

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

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;

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

.article-section__list {
	position: relative;
	margin: 0;
	padding-left: 28px;
}

.article-section__list--footer {
	padding-left: 18px;
}

.article-section__hand-icon {
	position: relative;
	width: 49px;
	height: 50px;
	flex-shrink: 0;
}

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

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

.article-section__text-wrapper--gap14 {
	gap: 14px;
}

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

	display: flex;
	flex-direction: column;
}


.article-section__rounded-table-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;
	
	display: grid;
	grid-template-columns: 32.5% 1fr;
	gap: 8px;
}

.article-section__rounded-table-row {
	position: relative;
	width: 100%;
	height: 100%;

	padding: 14px 24px;
	border: 1px solid #C2F0D2;
	border-radius: 16px;
}

.article-section__rounded-table-row--heading {
	border: none;
	background: #EBFAF0;
}

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

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	background: #33CB66;
	border-radius: 80px;
	padding: 8px 14px;
	margin: 0 auto;
	text-decoration: none;
	transition: background 0.15s ease-in-out;
	cursor: pointer;
	user-select: none;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
}

.article-section__button:hover {
	background: #001689;
	transition: background 0.15s ease-in-out;
}

.article-section__button-icon {
	position: relative;
	width: 20px;
	height: 12px;
	flex-shrink: 0;
	margin-top: 2px;
	transform: rotate(0deg);
	transition: transform 0.15s ease-in-out;
}

.article-section__details[open] .article-section__button-icon {
	transform: rotate(180deg);
	transition: transform 0.15s ease-in-out;
}

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

	display: flex;
	flex-direction: column;
}

.article-section__details summary {
	list-style: none;
}

.article-section__details .article-section__table {
	margin-top: 24px;
}

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

	display: flex;
	flex-direction: column;

	border: 1px solid #C2F0D2;
	border-radius: 16px;
	overflow: hidden;
}

.article-section__table-row {
	position: relative;
	width: calc(100% - 48px);
	height: fit-content;

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

	margin: 0px 24px;
	border-bottom: 1px solid #C2F0D2;
}

.article-section__table-row:last-child {
	border-bottom: none;
}

.article-section__table-row--header {
	width: 100%;
	background: #EBFAF0;
	border-bottom: none;
	margin: 0;
	padding: 0px 24px;
}

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

	padding: 8px 0px;
	border-right: 1px solid #C2F0D2;
}

.article-section__table-cell:first-child {
	padding-right: 24px;
}

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

.article-section__table-cell:not(:first-child) {
	padding-left: 24px;
}

@media (max-width: 1200px) {
	.article-section__heading {
		padding: 24px;
    	padding-right: 280px;
		background-position: calc(100% + 90px) center;
	}

	.article-section__note {
		padding: 14px;
	}
	
	.article-section__horizontal-wrapper--priemi {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 993px) {
	.article-section__horizontal-wrapper--priemi {
		display: flex;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.article-section__heading {
        padding-right: 160px;
        background-size: 270px auto;
        background-position: calc(100% + 120px) center;
    }

	.article-section__horizontal-wrapper--priemi {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.article-section__rounded-table-wrapper {
		grid-template-columns: 40% 1fr;
	}

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

	.article-section__title {
		font-size: 24px;
	}

	.article-section__title-number {
		font-size: 24px;
	}
}

@media (max-width: 559px) {
	.article-section__horizontal-wrapper {
		flex-direction: column;
	}

	.article-section__horizontal-wrapper--list {
		gap: 0;
	}

	.article-section__horizontal-wrapper--red-list {
		display: flex;
		gap: 4px;
	}

	.article-section__rounded-table {
		overflow-x: scroll;
	}

	.article-section__rounded-table-wrapper {
		min-width: 559px;
	}

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

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

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

@media (max-width: 459px) {
	.article-section__heading {
		background: rgba(51, 203, 102, 0.1);
    	padding: 14px;
	}

	.article-section__horizontal-wrapper--priemi {
		display: flex;
	}

	.article-section__border-block--dashed {
		flex-direction: column;
	}
}