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

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

.text-blue {
	color: #001689;
}

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

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

.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: 10px;
}

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

.organization {
	margin-top: 20px;
	margin-right: 18px;
}

.organization img {
	max-width: 205px;
}

.article__wrap p.organization__text {
	margin-top: 9px;
	margin-bottom: 0;
	font-family: 'Istok Web';
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #444444;
}

.content-material {
	margin-top: 41px;
	display: flex;
}

.article__wrap p.list-content__title {
	margin: 0 0 22px;
	padding-left: 20px;
	font-family: 'RotonBol';
	font-size: 24px;
	line-height: 28px;
	color: #33CB66;
}

.content-material__img {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.list-content__block {
	padding: 22px 40px 23px 19px;
	margin-right: -40px;
	background: rgba(51, 203, 102, 0.2);
	border-radius: 20px 0 0 20px;
}

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: 20px;
}

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--number li {
	position: relative;
	padding-left: 40px !important;
}

.content-material__note {
	margin-top: 18px;
	padding-left: 20px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #444444;
}

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

.table-feeding--first {
	margin-top: 190px;
}

.table-feeding--second {
	margin-top: 146px;
}

.table-feeding__header {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 16px 25px 7px 40px;
	background: #33CB66;
	border-radius: 36px 36px 0px 0px;
}

h4.table-feeding__title {
	margin: 0;
	font-family: 'RotonBol';
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF !important;
}

.table-feeding--first .table-feeding__img {
	position: absolute;
	top: -150px;
	right: 25px;
}

.table-feeding--second .table-feeding__img {
	position: absolute;
	top: -70px;
	right: 55px;
}

.table-feeding__img--mob {
	display: none;
}

.table-feeding__body {
	padding: 25px 38px;
	background-image: url('/static/f/med_article/40/img/body-table.png');
	border: 3px solid #33CB66;
	border-radius: 0 0 36px 36px;
}

.table-feeding__row {
	display: flex;
	justify-content: flex-start;
}

.table-feeding__row + .table-feeding__row {
	margin-top: 20px;
}

.table-feeding__cell:first-child {
	width: 30%;
	margin-right: 20px;
	font-family: 'RotonBol';
	font-size: 20px;
	line-height: 22px;
	color: #33CB66;
}

.table-feeding__cell:last-child {
	width: 70%;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #444444;
}

.table-compound {
	margin-top: 21px;
}

.table-compound__header {
	padding: 15px 36px 10px;
	background: #33CB66;
	border-radius: 36px 36px 0px 0px;
}

.table-compound__body {
	background-image: url('/static/f/med_article/40/img/body-table-2.png');
	padding: 15px 36px 10px;
	border: 3px solid #33CB66;
	border-radius: 0 0 36px 36px;
}

.table-compound__header .table-compound__cell {
	font-family: 'RotonBol';
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}

.table-compound__row {
	display: flex;
	align-items: center;
}

.table-compound__row + .table-compound__row {
	margin-top: 20px;
}

.table-compound__cell:nth-child(1) {
	width: 30%;
	margin-right: 20px;
}
.table-compound__cell:nth-child(2) {
	width: 35%;
	margin-right: 20px;
}
.table-compound__cell:nth-child(3) {
	width: 35%;
}

.table-compound__body .table-compound__cell {
	font-family: 'RotonBol';
	font-size: 16px;
	line-height: 22px;
	color: #444444;
}

.table-compound__body .table-compound__cell span {
	font-size: 20px;
	line-height: 22px;
}

.table-compound--mobile {
	display: none;
}

.table-compound--mobile .table-compound__row--parametr .table-compound__cell {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

.table-compound--mobile .table-compound__row--parametr .table-compound__cell span {
	font-size: 20px;
	line-height: 22px;
}

.table-compound--mobile .table-compound__cell {
	width: 50%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.table-compound--mobile .table-compound__body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	border-radius: 36px 36px 0px 0px;
	overflow: hidden;
}

.table-compound--mobile .table-compound__header {
	border-radius: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.table-compound--mobile .table-compound__header:first-child {
	margin-top: 0;
}

.table-compound__row.table-compound__row--parametr .table-compound__cell:nth-child(1) {
	margin-right: 0;
	padding: 0;
}

.table-compound--mobile .table-compound__cell:nth-child(2) {
	margin-right: 0;
}


@media (max-width: 850px) {
	.table-feeding__img--desc {
		display: none;
	}
	.table-feeding__img--mob {
		display: inline;
		width: 60%;
	}

	.table-feeding--first .table-feeding__img,
	.table-feeding--second .table-feeding__img {
		position: static;
	}

	.table-feeding--first {
		margin-top: initial;
	}

	.table-feeding--second {
		margin-top: 30px;
	}
}

@media (max-width: 740px) {
	.content-material {
		display: block;
	}
	.organization {
		margin-bottom: 20px;
	}
	.article__wrap p.organization__text {
		text-align: left;
	}
}

@media (max-width: 620px) {
	.table-compound--mobile {
		display: block;
	}
	.table-compound--desktop {
		display: none;
	}
}

@media (max-width: 480px) {
	h3.title-center {
		padding: 0;
		text-align: left;
	}

	h4.table-feeding__title {
		font-size: 24px;
		line-height: 30px;
	}

	.table-feeding__row {
		display: block;
	}

	.table-feeding__cell:first-child {
		width: 100%;
	}

	.table-feeding__cell:last-child {
		width: 100%;
		margin-top: 10px;
	}

	.table-compound--mobile .table-compound__row--parametr .table-compound__cell span {
		font-size: 16px;
    	line-height: 18px;
	}

	.table-compound--mobile .table-compound__cell {
		font-size: 14px;
		line-height: 16px;
	}

	.table-compound__cell:nth-child(1) {
		margin-right: 0;
	}
}

@media (max-width: 360px) {
	.table-compound__cell:nth-child(1) {
		width: 40%;
		padding-right: 0px;
		padding-left: 5px;
		text-align: left;
	}
	.table-compound__cell:nth-child(2) {
		width: 60%;
		padding-right: 0;
	}
}