/** **/

.article-section--title .article-section__title {
	margin: 0;
}

.article-section__download-button p {
	font-size: 14px;
	line-height: 140%;
}

.article-wrapper h1,h2,h3,h4,p {
	margin-top: 0;
	margin-bottom: 0;
}

.article-wrapper h2 {
	font-size: 36px;
	line-height: 124%;
	margin: 0;
}

.article-section__content .x-small {
	font-size: 14px;
	line-height: 140%;
}

.article-section .green-text {
	color: #33CB66;
}

.article-section .blue-text {
	color: #001689;
}

.article-section p+p {
	margin-top: 0;
}

/** **/

h1 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 124%;
}

h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
}

h3 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
}

h4 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}

p {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.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%;
}

.green-text {
	color: #33CB66;
}

.blue-text {
	color: #001689;
}

.article-wrapper {
	position: relative;
	width: calc(100% + 80px);
	height: fit-content;
	left: -40px;

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

	background: url('/static/f/med_article/533/img/article-background.png') no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.article-section {
	position: relative;
	padding: 0px 40px;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
}

.article-section--description {
	gap: 24px;
}

.article-section--banner {
	gap: 24px;
}

.article-section--title {
	padding-top: 40px;
}

.article-section--1 {
	gap: 14px;
}

.article-section--2 {
	gap: 14px;
}

.article-section--3 {
	gap: 14px;
}

.article-section--4 {
	gap: 14px;
}

.article-section--5 {
	gap: 14px;
}

.article-section--6 {
	gap: 14px;
}

.article-section--7 {
	gap: 14px;
}

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

.article-section__title {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section__content {
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
}

.article-section__content--banner {
	flex-direction: row;
	align-items: center;
	padding: 10px 30px 10px 20px;
	gap: 14px;
	border: 1px solid #33CB66;
	border-radius: 10px 100px 100px 10px;
}

.article-section__content--list-type {
	gap: 14px;
}

.article-section__image--banner {
	width: 98px;
	height: 98px;
}

.article-section__download-button {
	position: relative;
	width: fit-content;
	height: fit-content;
	padding: 10px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;

	background: #33CB66;
	border-radius: 30px;
	border: none;
	outline: none;
}

.article-section__download-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
}

.article-section__title-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
}

.article-section__title-icon {
	width: 52px;
	height: 52px;
}

.article-section__title--with-logo {
	width: calc(100% - 76px);
}

.article-section__details-wrapper {
	position: relative;
}

.article-section__list {
	position: relative;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	gap: 14px;
	padding: 0;
	margin: 0;
}

.article-section__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-left: 35px;
}

.article-section__item::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 23px;
    height: 19px;
    background: url('/static/f/med_article/533/img/summary-icon.svg') no-repeat;
    background-position: center;
}

.article-section__item--ver-2 {
	padding-left: 0;
    flex-direction: row;
	flex-wrap: wrap;
}

.article-section__item--ver-2::before {
	width: 52px;
	height: 52px;
	top: 0px;
	left: 0px;
	background: url('');
}

.article-section__number-list-text {
	width: calc(100% - 66px);
}

.article-section__button {
	position: relative;
	width: fit-content;
	height: fit-content;;
	padding: 7px 18px;
	display: flex;
	align-items: center;
	gap: 8px;

	background: #33CB66;
	border-radius: 30px;
	border: none;
	outline: none;
}

.article-section__button-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	user-select: none;
}

.article-section__details-wrapper {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.article-section__details-wrapper[open] {
	height: auto;
}

.article-section__details-wrapper:not([open]) {
	height: 40px;
}

.article-section__details-wrapper[open] .article-section__button-icon {
	transform: rotate(180deg);
}

.article-section__summary {
	list-style: none;
}

.article-section__details-content {
	position: relative;
	padding: 0px 20px 0px 120px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: url('/static/f/med_article/533/img/book-icon.svg') no-repeat;
	background-position: 0px 0px;
}

.article-section__details-content--checkbox {
	background: url('/static/f/med_article/533/img/check-icon.svg') no-repeat;
}

.article-section__green-line {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #33CB66;
}

.article-section__note {
	text-align: center;
	padding: 0px 24px;
}

.article-section__checkbox-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
}

.article-section__checkbox-wrapper p {
	width: calc(100% - 31px);
	user-select: none;
}

.article-section__checkbox {
	width: 17px;
	height: 17px;
	margin-top: 5px;
}

.article-section__quote {
	position: relative;
	width: 100%;
	height: fit-content;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 12px 20px;
	gap: 14px;

	background: rgba(51, 203, 102, 0.1);
	border-radius: 20px;
}

.article-section__quote p {
	font-style: italic;
}

@media screen and (max-width: 992px) {
	.article-wrapper {
		width: calc(100% + 40px);
        left: -20px;
		background-size: auto 350px;
	}

	.article-section {
		width: 100%;
		padding: 0px 20px;
	}
}

@media screen and (max-width: 767px) {

	h1 {
	font-size: 30px;
	line-height: 124%;
	}

	h2 {
		font-size: 26px;
		line-height: 124%;
	}

	h3 {
		font-size: 24px;
		line-height: 120%;
	}

	h4 {
		font-size: 20px;
		line-height: 120%;
	}

	.article-wrapper {
		background-size: auto 290px;
		gap: 24px;
	}

	.article-section__content--banner {
		padding: 10px;
		border-radius: 10px;
	}

	.article-section__image--banner {
		display: none;
	}

	.article-section__title-icon {
		display: none;
	}

	.article-section__title {
		width: 100%;
	}
}

@media screen and (max-width: 559px) {

	.article-section__details-content {
		padding: 0px 20px 0px 60px;
		background-size: 50px 125px;
		background-position: 0px -30px;
		gap: 8px;
	}

}

@media screen and (max-width: 389px) {

	.article-section__details-content {
		padding-left: 0px;
		background: url('');
	}

}