.content-img {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.content-img.mt-30 {
	margin-top: 30px;
}

.content-img-right img {
	margin-left: 40px;
}

.content-img-left img {
	margin-right: 40px;
}

.block-content {
	margin: 30px 0;
}

.block-content__img-mobile {
	display: none;
}

.content-bottom {
	margin: 45px 0px;
	border-top: 2px solid #33CB66;
	border-bottom: 2px solid #33CB66;
}

.content-bottom .content-img-left img {
	margin-right: 15px;
}


.footer-text {
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #444444;
}

.footer-text a {
	color: inherit;
	text-decoration: none;
}

.footer-text a:hover {
	text-decoration: underline;
}


.article__wrap h3.block-content__title {
	margin: 0px ;
	margin-bottom: 30px;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	color: #33CB66;
}

.article__wrap h3.block-content__title.mt-45 {
	margin-top: 45px;
	margin-bottom: 0;
}





.article__wrap {
	background-image: url('/static/f/med_article/341/img/header-bg.png');
	background-repeat: no-repeat;
	background-position-x: 0px;
}

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

.text-content {
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #444444;
}

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

.text-blue {
	color: #001689;
}

.text-bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.number-text {
	font-family: 'RotonBol';
	font-style: normal;
	font-size: 28px;
	line-height: 26px;
	color: #33CB66;
}

.text-middle {
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.number-list {
	display: flex;
	align-items: baseline;
}

.number-list span {
	margin-right: 15px;
	min-width: 20px;
}

.article__wrap p.number-list + p.number-list {
	margin-top: 0;
}

h2 {
	margin-top: 24px;
	margin-bottom: 0;
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
}

h3.title-center {
	padding: 0 20px;
	font-family: 'RotonBol';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #33CB66 !important;
}

span.bold {
	font-weight: 700;
}

ul.list-content {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-content li,
ol.list-content li {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #444444;
}

ul.list-content--marker li {
	position: relative;
	padding-left: 17px;
}

ul.list-content--marker li + li {
	margin-top: 12px;
}

ul.list-content--marker li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #33CB66;
}

ul.list-content--marker li.no-marker::before {
	content: none;
}

ul.list-content--number li {
	position: relative;
	padding-left: 40px !important;
}



.marker-list-content {
	margin-top: 18px;
}

.marker-list-content ul.list-content li {
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #444444;
}

.marker-list-content ul.list-content li::before {
	top: 8px;
}






@media (max-width: 720px) {
	.content-img-right img {
		margin-left: 0px;
	}
	.content-img.content-img-left {
		flex-direction: column;
	}
	.content-img.content-img-right {
		flex-direction: column-reverse;
	}
	.block-content__img-desktop {
		display: none;
	}
	.block-content__img-mobile {
		display: block;
		margin: 0 auto;
		margin-right: auto;
	}
	.mob-mt {
		margin-top: 15px;
	}
}

@media (max-width: 540px) {
	.footer-text {
		font-size: 13px;
		line-height: 19px;
	}
}