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

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

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

p.text-blue,
span.text-blue {
	color: #001689;
}

p.text-bold,
span.text-bold {
	font-weight: 700;
}


p.text-content.mt-50 {
	margin-top: 50px;
}
p.text-content.mt-40 {
	margin-top: 40px;
}
p.text-content.mt-30 {
	margin-top: 30px;
}
p.text-content.mt-25 {
	margin-top: 25px;
}
p.text-content.mt-20 {
	margin-top: 20px;
}
p.text-content.mt-15 {
	margin-top: 15px;
}


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

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

.article__wrap h4.content-h4 {
	margin-top: 20px;
	margin-bottom: 0;
	color: #33CB66;
	font-size: 18px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}

.img-wrapper {
	margin-top: 20px;
}
.img-wrapper.decor-line {
	margin-top: 40px;
}
.img-wrapper.wide {
	margin-top: 40px;
	margin-left: -40px;
	margin-right: -40px;
}
.img-wrapper img {
	width: 100%;
}






.biotics {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 14px -10px 0px;
}

.biotics-card {
	margin: 14px 7px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.biotics-card__img {
	width: 150px;
}
.biotics-card__name {
	font-family: 'RotonBol';
	font-size: 20px;
	line-height: 24px;
	color: #33CB66;
}


.content-title {
	margin-top: 43px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.content-title.title-conclusion {
	margin-top: 40px;
}

.content-title__icon {
	margin-right: 17px;
}
.content-title__icon-right {
	margin-right: 0;
	margin-left: 17px;
}
.content-title__name {
	margin: 0;
}
.content-title__icon img {
	display: block;
}

.content-subtitle {
	margin-top: 30px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: 18px;
	line-height: 26px;
	font-style: italic;
	color: #444444;
}





.indication-block {
	margin: 40px -40px 0px;
	display: flex;
	justify-content: space-between;
}
.indication-block__img {
	position: relative;
	margin-right: 20px;
	width: 100%;
	max-width: 295px;
}
.indication-block__img img {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}
.indication-block__img img.top-0 {
	top: 0px;
}
.indication-block__text {
	max-width: 541px;
	padding: 17px 40px 17px 28px;
	background: rgba(51, 203, 102, 0.20);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}



.note-content {
	margin-top: 35px;
	padding: 10px 0px;
	border-top: 2px solid #33CB66;
	border-bottom: 2px solid #33CB66;
	text-align: center;
}

.note-content.mt-60 {
	margin-top: 60px;
}





ul.content-number-text {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	counter-reset: my-numbers 0;
}

ul.content-number-text li {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	line-height: 26px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

ul.content-number-text li + li {
	margin-top: 15px;
}

ul.content-number-text li::before {
	content: counter(my-numbers) ".";
	counter-increment: my-numbers;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	color: #33CB66;
}


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

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

.footer-content ul.literature-list li {
	margin-top: 15px;
	color:  #444;
	font-size: 16px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 768px) {
	.biotics {
    		overflow-x: scroll;
   		padding-bottom: 20px;
		flex-wrap: nowrap;
		margin-right: -20px;
	}
	.biotics-card__img {
    		width: 100px;
	}
	.article__wrap p.biotics-card__name {
    		font-size: 14px;
    		line-height: 18px;
	}
	p.text-content.m-mt-40 {
		margin-top: 20px;
	}
}

@media (max-width: 600px) {
	.img-wrapper.wide {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width: 480px) {
	.indication-block {
		margin: 40px -20px 0px;
	}
	.indication-block__img {
		display: none;
	}
	.indication-block__text {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.content-title.both-icon {
		display: block;
	}
	.content-title.both-icon .content-title__icon {
		margin-bottom: 10px;
	}
	.content-title.both-icon .content-title__icon.content-title__icon-right {
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 0;
	}
}