/* Temporary UI Kit Starts Here */
/* Delete it when main.css will be updated to current ui */

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

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

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

h4 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	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;
}

.article__wrap h2.article-kp-h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
}

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

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

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

.article__wrap p {
	font-size: 18px;
	line-height: 145%;
}

.article__wrap p + p {
	margin: 0;
}

.article-kp-advantages__item-mark {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
}


.article-kp-list__item { 
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
}

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

	h1 {
	font-size: 36px;
	line-height: 125%;
	}

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

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

	p {
		font-size: 18px;
		line-height: 130%;
	}

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

	.article__wrap h2.article-kp-h2 {
		font-size: 20px;
		line-height: 120%;
	}

	.article__wrap h2, .article__wrap .h2 {
		font-size: 20px;
		line-height: 120%;
	}

	.article__wrap p {
		font-size: 18px;
		line-height: 130%;
	}

}

/* Delete it when main.css will be updated to current ui */
/* Temporary UI Kit Ends Here */

.article-kp {
	margin-top: 40px;
}

.article-kp--banner {
	width: 100%;
	height: 182px;
	background: url('new-img/banner.png') no-repeat, linear-gradient(180deg, #FFFFFF 0%, #E6F4EA 76.6%, #FFFFFF 100%) no-repeat;
	background-position: calc(100% + 25px) -11px, left bottom -52px;
    background-size: 379px 186px, 806px 990px;
	padding: 65px 375px 65px 24px;
	border-radius: 16px;
}

.article-kp--banner h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.article__wrap h2.article-kp-h2 {
	margin-top: 0;
	margin-bottom: 12px;
}

.article-kp-block {
	margin-top: 24px;
	padding: 24px;
	border: 1px solid #33CB66;
	border-radius: 15px;
}

.article-kp-block.article-kp-block--blue {
	border-color: #001689;
}

.article-kp-list {
	margin: 24px 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.article-kp-list-1 {
	gap: 12px;
}

.article-kp-list-3 {
	gap: 12px;
	margin: 24px 0 0;
}

.article-kp-list-4 {
	gap: 24px;
}

.article-kp-list-5 {
	gap: 10px;
}

.article-kp-list__item {
	position: relative;
	padding-left: 24px;
	line-height: 145%;
	color: #444444;
}

.article-kp-list__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: #33CB66;
	border-radius: 100%;
}

.article-kp-graph {
	margin-top: 40px;
	width: 100%;
}
.article-kp-graph__top {
	position: relative;
	display: flex;
	height: 169px;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/graph-1.png');
	background-repeat: no-repeat;
	background-position: 52.5% 0px;
}
.article-kp-graph__plus {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 61px;
	height: 50px;
	background: #fff;	
	border: 1px solid #33CB66;
	border-radius: 100%;
}
.article-kp-graph__col {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.article-kp-graph__col__left-arrow {
	position: absolute;
	height: 33px;
    width: 136px;
	left: calc((100% - 113px) / 2 + 112px);
	top: 100px;
	background: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/arrow-top-left.svg'), no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
}
.article-kp-graph__col__right-arrow {
	position: absolute;
	height: 23px;
    width: 85px;
	right: calc((100% - 250px) / 2 + 245px);
	top: 108px;
	background: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/arrow-top-right.svg'), no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
}

.article-kp-graph__col__bottom-left-arrow {
	position: absolute;
	left: 48%;
	top: 114px;
}

.article-kp-graph__col__bottom-right-arrow {
	position: absolute;
	left: 48%;
	top: 146px;
}

.article-kp-graph__item {
	padding: 24px 23px 21px 24px;
	font-size: 18px;
	line-height: 23px;
	color: #444444;
	background: #fff;
	border: 1px solid #33CB66;
	border-radius: 15px;
}
.article-kp-graph__item--body {
	padding-left: 0;
	padding-right: 0;
	width: 250px;
	text-align: center;
}
.article-kp-graph__item--bg {
	background: #33CB66;
	color: #fff;
	padding-left: 14px;
	padding-right: 14px;
}
.article-kp-graph__item ul {
	margin: 12px 0 0;
	padding: 0;
	list-style-type: none;
}
.article-kp-graph__item li {
	position: relative;
	padding-left: 28px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #444444;
}
.article-kp-graph__item li + li {
	margin-top: 6px;
}
.article-kp-graph__item li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background: #33CB66;
	border-radius: 100%;
}

.article-kp-graph__top__long-arrow {
	position: absolute;
	top: 169px;
	left: calc(50% - 8px);
}

.article-kp-graph__body {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.article-kp-graph__column {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.article-kp-graph__column--center {
	width: 3%;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/long-arrow.svg');
	background-repeat: no-repeat;
	background-position: top -15px center;
}
.article-kp-graph__mini-arrow {
	margin-bottom: 8px;
	width: 100%;
	height: 14px;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mini-arrow.svg');
	background-repeat: no-repeat;
	background-position: top -27px center;
}
.article-kp-graph__item-plus {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px auto;
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #33CB66;
	border-radius: 100%;
}
.article-kp-graph__box-arrow {
	position: relative;
	padding-bottom: 38px;
}
.article-kp-graph__box-arrow::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mini-arrow.svg');
	background-repeat: no-repeat;
	background-position: bottom 4px center;
	width: 100%;
	height: 100%;
}
.article-kp-graph__box-arrow--left {
	flex-grow: 1;
}
.article-kp-graph__box-arrow--left::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mid-arrow.svg');
	background-repeat: no-repeat;
	background-position: bottom 0px center;
	width: 100%;
	height: 100%;
}

.article-kp-education {
	padding: 24px;
	background: #33CB66;
	border-radius: 15px;
	
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.article__wrap .article-kp-education h2.article-kp-h2 {
	color: #fff;
	height: fit-content;
	margin: 0;
}
.article-kp-education__list {
	display: flex;
	gap: 20px;
}

.article-kp-education__item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.article-kp-education__el {
	position: relative;
	padding-left: 24px;
	width: fit-content;
	white-space: nowrap;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.article-kp-education__item:nth-child(4) .article-kp-education__el {  
	white-space: wrap;
}

.article-kp-education__el::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
}
.article-kp-education__box {
	padding: 24px;
	background: #fff;
	border-radius: 15px;
	text-align: center;

	display: flex;
	flex-direction: column;
	gap: 12px;
}

.article-kp-button {
	position: relative;
	width: fit-content;
	height: 40px;

	display: flex;
	flex-direction: row;
	background-color: #001489;
	border-radius: 30px;
	margin: 24px auto 0px auto;
	text-decoration: none;
}

.article-kp-button__block {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	border-radius: 30px;	
	padding: 15px;
}

.article-kp-button__block:nth-child(1) {
	background-color: #33CB66;
	padding: 10px 16px 12px 21px;
}

.article-kp-button__block:nth-child(2) {
	gap: 7px;
	padding: 10px 14px 12px 11px;
	white-space: nowrap;
}

.article-kp-button__block p {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
}

.article-kp-education__note {
	margin-top: 24px;
	padding: 24px 24px 24px 60px;
	background: #fff;
	border: 1px solid #001689;
	border-radius: 15px;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/note.svg');
	background-repeat: no-repeat;
	background-position: left 24px center;
}

.article-kp-quote {
	margin-top: 24px;
}
.article-kp-quote__box {
	position: relative;
	padding: 0 48px;
}
.article-kp-quote__box::before,
.article-kp-quote__box::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.article-kp-quote__box::before {
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mark-1.svg');
	background-repeat: no-repeat;
	background-position: left top;
}
.article-kp-quote__box::after {
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mark-2.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.article-kp-quote__caption {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #444444;
	text-align: right;
}

.article-kp-unacceptable .article-kp-proven .article-kp-list {
	margin: 12px 0 0;
}

.article__wrap .article-kp-unacceptable p.article-kp-p {
	margin-top: 24px;
}
.article__wrap .article-kp-unacceptable .article-kp-block p.article-kp-p {
	margin-top: 0px;
}

.article-kp-differences__underscore::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 65px;
	height: 6px;
	left: -59px;
    top: 10px;
	background: url('new-img/underscore.svg') no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}

.article-kp-block__checked {
	margin-top: 24px;
	padding: 24px 24px 24px 60px;
	background: #fff;
	border: 1px solid #33CB66;
	border-radius: 15px;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/checked.svg');
	background-repeat: no-repeat;
	background-position: left 24px center;
}

.article-kp-block__checked--mobile-additional {
	display: none;
}

.article-kp-product {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.article-kp-product__items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 16px;
}
.article-kp-product__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.article-kp-product__item + .article-kp-product__item {
	margin-left: 15px;
}
.article-kp-product__img {
	max-width: 148px;
}
.article-kp-product__mark {
	display: inline-block;
	margin-top: 6px;
	padding: 7px 15px;
	background: #33CB66;
	border-radius: 30px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.article-kp-product__text {
	font-size: 18px;
	line-height: 25px;
	color: #444444;
}
.article-kp-mark {
	padding: 1px 7px;
	background: #33CB66;
	border-radius: 30px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;

}
span.green {
	color: #33CB66;
}
.article-kp-dm {
	margin: 12px 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
}

.article-kp-advantages .article-kp-quote .article-kp-quote__caption {
	margin-top: 12px;
	font-size: 18px;
}
.article-kp-advantages__cards {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article-kp-advantages__card {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 353px;
	height: 137px;
	padding: 13px;
	background: #fff;
	border: 1px solid #33CB66;
	border-radius: 15px;
	font-size: 18px;
	line-height: 25px;
	color: #444444;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.article-kp-advantages__card--first {
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/card-1.png');
}
.article-kp-advantages__card--second {
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/card-2.png');
}
.article-kp-advantages__plus {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 0 24px;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #33CB66;
	border-radius: 100%;
}
.article-kp-advantages__plus--boxes {
	display: none;
}
.article-kp-advantages__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 12px 0;
	padding: 12px 24px;
	background: #fff;
	border: 1px solid #33CB66;
	border-radius: 15px;
	font-size: 18px;
	line-height: 25px;
	color: #444444;
}

.article-kp-advantages__item div {
	max-width: 600px;
	margin: auto;
}

.article-kp-advantages__item img {
	display: block;
	margin-right: 12px;
}

.article-kp-advantages__item--full {
	display: block;
	padding: 24px;
	background: #33CB66;
	color: #fff;
	text-align: center;
}

.article-kp-advantages__item--full p {
	margin: auto;
	max-width: 600px;
}

.article-kp-advantages__item-title {
	display: inline-block;
	margin-bottom: 24px;
	font-size: 26px;
	line-height: 34px;
}
.article-kp-advantages__item-mark {
	padding: 1px 7px;
	background: #fff;
	border-radius: 30px;
	color: #33CB66;
}
.article-kp-advantages__arrow {
	margin: 0 auto;
	width: 20px;
	height: 33px;
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mini-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.article-kp-advantages__boxes {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.article-kp-advantages__box-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.article-kp-advantages__box-col:last-child {
	margin-left: 24px;
}

.article-kp-advantages__boxes .article-kp-block {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.article-kp-advantages__box-title {
	font-size: 26px;
	line-height: 31px;
	color: #33CB66;
	text-align: center;
	height: 62px;
}

.article__wrap h2.article-kp-research__title {
	color: #444444;
	text-align: center;
}
.article-kp-research__items {
	display: flex;
	margin-top: 26px;
}
.article-kp-research__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	max-width: 224px;
	padding: 24px 13px;
	border: 1px solid #33CB66;
	border-radius: 15px;
}
.article-kp-research__item--middle {
	display: block;
	flex-shrink: 1;
	max-width: none;
	margin: 0 24px;
	padding: 24px 0;
	border: none;
	font-size: 24px;
	line-height: 28px;
	color: #33CB66;
	text-align: center;
}
.article-kp-research__item-top {
	display: block;
}
.article-kp-research__item-body {
	position: relative;
	display: block;
	padding: 0px 40px;
}

.article-kp-research__item-text {
	width: 200px;
	padding: 12px;
    margin: 10px auto 0px auto;
    border: 1px solid #33CB66;
    border-radius: 15px;
}

.article-kp-research__item-body::after {
	content: '';
	position: absolute;
	left: 10px;
	top: -2px;
	width: 20px;
	height: 33px;
	transform: rotate(270deg);
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mini-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.article-kp-research__item-body::before {
	content: '';
	position: absolute;
	right: 10px;
	top: -2px;
	width: 20px;
	height: 33px;
	transform: rotate(270deg);
	background-image: url('https://www.nestlebaby.ru/static/f/med_article/464/img-new/mini-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.article-kp-research__item-title {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 28px;
	color: #33CB66;
	text-align: center;
}

.article-kp__footer {
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}

.article-kp__footer__bottom-sign {
	display: block;
    width: 100%;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #444444;
}

.article-kp__footer__bottom-sign:nth-of-type(2) {
	margin-top: 20px;
}

.article-kp__footer__bottom-sign:nth-of-type(3) {
	margin-top: 10px;
}

.article-kp__footer__bottom-sign:nth-of-type(4) {
	margin-top: 40px;
}

.article-kp__footer__bottom-sign:nth-of-type(5) {
	margin-top: 20px;
}

.article-kp__footer-abbr {
	margin-top: 10px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
}

.article-kp__footer-biblio {
	margin-top: 13px;
}

@media screen and (max-width: 992px) {
	.article-kp-graph__col--top-left {
		justify-content: flex-end;
		padding-right: 142px;
	}
	.article-kp-graph__col--top-right {
		justify-content: flex-start;
		padding-left: 73px;
	}

	.article-kp-education__list {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 12px 0px;
	}

	.article-kp-education__item {
		width: 50%;
	}

	.article-kp-graph__col__left-arrow {
		width: 115px;
	}

	.article-kp-graph__col__right-arrow {
		width: 65px;
	}

	.article-kp-list-5 {
		gap: 24px;
	}
}

@media screen and (max-width: 820px) {
	.article-kp-research__item-title {
		font-size: 18px;
		line-height: 20px;
	}
	.article-kp-research__item--middle {
		margin: 0 12px;
		font-size: 18px;
		line-height: 20px;
	}
}

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

	.article-kp--banner {
		padding: 59px 75px 48px 16px;
		background-position: calc(100% + 72px) 3px, left bottom -52px;
		background-size: 346px 170px, 806px 990px;
	}

	.article-kp--mob-mt24 {
		margin-top: 24px;
	}

	.article__wrap h2.article-kp-h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.article__wrap p.article-kp-p {
		font-size: 16px;
		line-height: 20px;
	}

	.article-kp-p {
		text-align: start;
	}
	.article-kp-block {
		padding: 24px 16px;
	}
	.article-kp-list__item {
		font-size: 16px;
		line-height: 20px;
	}

	.article-kp-graph {
		margin-top: 24px;
	}
	.article-kp-graph__top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 209px;
		background-size: contain;
		border-radius: 25px;
	}
	.article-kp-graph__col--top-left {
		justify-content: center;
		width: 100%;
		padding-right: 0;
		background-image: none;
	}
	.article-kp-graph__col--top-right {
		justify-content: center;
		width: 100%;
		padding-left: 0;
		background-image: none;
	}
	.article-kp-graph__item {
		padding: 8px 23px 7px 23px;
		font-size: 16px;
		line-height: 20px;
		border-color: #B9D8C2;
	}

	.article-kp-graph__item span {
		white-space: nowrap;
	}

	.article-kp-graph__item li {
		padding-left: 10px;
		font-size: 16px;
	}

	.article-kp-graph__item li::before {
		width: 7px;
		height: 7px;
	}

	.article-kp-graph__item ul {
		margin: 6px 0px 0px 0px;
	}

	.article-kp-graph__col__left-arrow {
		display: none;
	}

	.article-kp-graph__col__right-arrow {
		display: none;
	}

	.article-kp-graph__col__bottom-left-arrow {
		display: none;
	}

	.article-kp-graph__col__bottom-right-arrow {
		display: none;
	}

	.article-kp-graph__top__long-arrow {
		height: 240px;
        top: 231px;
	}

	.article-kp-graph__top .article-kp-graph__item {
		background: #fff;
		border: none;
	}

	.article-kp-graph__plus {
		position: static;
		margin: 10px 0px;
		width: 44px;
		height: 44px;
		min-height: 44px;
		border: none;
		border-radius: 100%;
		transform: none;
	}
	.article-kp-graph__body {
		margin-top: 24px;
		gap: 34px;
	}
	.article-kp-graph__mini-arrow--mob-none {
		display: none;
	}

	.article-kp-graph__column {
		width: 42%;
	}

	.article-kp-graph__column--center {
		position: relative;
		flex-shrink: 0;
		margin: 0 10px;
		width: 14px;
		background-position: bottom 0px center;
	}
	.article-kp-graph__column--center::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 8px;
		height: 8px;
		background: #33CB66;
		border-radius: 100%;
	}
	.article-kp-graph__item--body {
		width: auto;
	}
	.article-kp-graph__item-plus {
		margin: 10px auto;
	}
	.article-kp-graph__box-arrow {
		margin-bottom: 10px;
		padding-bottom: 58px;
	}
	.article-kp-graph__box-arrow--left .article-kp-graph__item {
		position: relative;
		z-index: 2;
	}
	.article-kp-graph__box-arrow--left::after {
		background-position: bottom 0px center;
		width: 100%;
		height: auto;
		background-size: contain;
		top: 50px;
		bottom: 0px;
	}

	.article-kp-education__el {
		white-space: wrap;
	}

	.article-kp-quote__box::before,
	.article-kp-quote__box::after {
		background-size: 27px;
	}
	.article-kp-quote__box {
		padding: 0 40px;
	}
	.article-kp-quote__caption {
		font-size: 14px;
		line-height: 18px;
	}

	.article-kp-differences__underscore::after {
		width: 52px;
		height: 6px;
		left: -48px;
		top: 9px;
	}

	.article-kp-product {
		flex-direction: column;
	}
	.article-kp-product__items {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.article-kp-advantages__cards {
		flex-direction: column;
		align-items: center;
	}
	.article-kp-advantages__plus {
		margin: 12px 0;
	}
	.article-kp-advantages__card {
		justify-content: center;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.article-kp-advantages__item {
		font-size: 16px;
		line-height: 20px;
	}
	.article-kp-advantages__item-title {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 30px;
	}
	.article-kp-advantages__boxes {
		flex-direction: column;
		margin-top: 12px;
	}
	.article-kp-advantages__box-col:last-child {
		margin-left: 0px;
	}
	.article-kp-advantages__box-title {
		font-size: 18px;
		line-height: 22px;
	}
	.article-kp-advantages__boxes .article-kp-list {
		margin-top: 12px;
	}
	.article-kp-advantages__boxes .article-kp-block {
		margin-top: 12px;
	}
	.article-kp-advantages__plus--boxes {
		display: flex;
		margin: 12px auto 0;
	}

	.article-kp-advantages__box-title {
		height: fit-content;
	}

	.article-kp-list {
		margin-top: 12px;
	}

	.article-kp-research__items {
		flex-direction: column;
		align-items: center;
		margin-top: 24px;
	}
	.article-kp-research__item--middle {
		position: relative;
		margin: 0;
		padding: 57px 16px;
	}
	.article-kp-research__item-body::before,
	.article-kp-research__item-body::after {
		background-image: none;
	}
	.article-kp-research__item--middle::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 11px;
		transform: translateX(-50%);
		width: 20px;
		height: 33px;
		background-image: url(https://www.nestlebaby.ru/static/f/med_article/464/img-new/mini-arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.article-kp-research__item--middle::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 11px;
		transform: translateX(-50%);
		width: 20px;
		height: 33px;
		background-image: url(https://www.nestlebaby.ru/static/f/med_article/464/img-new/mini-arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.article-kp-block__checked--desktop-only {
		display: none;
	}
}

@media screen and (max-width: 579px) {
	.article-kp-graph__box-arrow--left::after {
		top: 70px;
	}

	.article-kp-research__item-text {
		width: 253px;
		padding: 4px 0px 4px 0px;
	}
}

@media screen and (max-width: 560px) {
	.article-kp-graph__top {
		background-size: cover;
	}

	.article-kp-block__checked--mobile-additional {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.article-kp-education__list {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.article-kp-education__item {
		width: 100%;
	}

	.article-kp-graph__top__long-arrow { 
		height: 307px;
	}
}

@media screen and (max-width: 420px) {
	.article-kp-graph__body .article-kp-graph__item {
		padding: 8px;
	}

	.article-kp-product__img {
		width: 100%;
	}

	.article-kp-research__item {
		width: 100%;
		max-width: none;
	}
}

@media screen and (max-width: 360px) {
	.article-kp-graph__column--center {
		margin: 0 3px;
		width: 10px;
	}
}

@media screen and (max-width: 360px) {
	.article-kp-graph__box-arrow--left::after {
		top: 84px;
	}
}