/** **/

.article__author-block {
	padding: 20px;
    	border-radius: 20px 100px 100px 20px;
}

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

.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-wrapper .article-section__note-top {
	color: #FFFFFF;
}

.article__wrap h3, .article__wrap .h3 {
	margin-top: 0;
	margin-bottom: 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 .white-text {
	color: #FFFFFF;
	text-align: center;
}

.article-section .red-text {
	color: #ED1C24;
}

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

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

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

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

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

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

}

/** **/

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

.white-text {
	color: #FFFFFF;
	text-align: center;
}

.red-text {
	color: #ED1C24;
}

.blue-text-block {
	color: #FFFFFF;
    background: #011689;
    border-radius: 7px;
    padding: 5px 10px;
    vertical-align: middle;
}

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

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

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

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

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

	display: flex;
	flex-direction: column;
}

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

.article-section__content--price-comparison {
	flex-direction: row;
	justify-content: space-between;
	gap: 24px;
}

.article-section__note {
	width: 100%;
	height: fit-content;
	gap: 14px;

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	border-radius: 20px;
	padding: 20px;
	background: rgba(51, 203, 102, 0.1);
}

.article-section__note--bottom {
	flex-direction: column;
	align-items: flex-start;
	border-radius: 0px 0px 20px 20px;
	padding: 30px;
}

.article-section__note-icon {
	min-width: 53px;
}

.article-section__note-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}

.article-section__note-top {
	position: relative;
	width: 100%;
	padding: 13px 8px;
	border-radius: 20px 20px 0px 0px;
	color: #FFFFFF;
	background: #33CB66;
	text-align: center;
}

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

.article-section__title-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	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: 23px;
}

.article-section__item::before {
	content: "";
    position: absolute;
	left: 0px;
    top: 6px;
    width: 13px;
    height: 11px;
    background: url('/static/f/med_article/551/img/summary-icon.svg') no-repeat;
    background-position: center;
	background-size: 13px 11px;
}

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

	gap: 24px;
}

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

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

.article-section__number-text {
	position: relative;
	width: 22px;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 110%;
	color: #33CB66;
}

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

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

@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 {
		background-size: 50px 125px;
		background-position: 0px -30px;
		padding: 0px 20px 0px 70px;
	}

}

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

}

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

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

}