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

span.text-green {
	color: #33cb66;
}
span.text-blue {
	color: #0033a1;
}
span.text-red {
	color: #fa6464;
}

ul.potential__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.potential__list li {
	position: relative;
	padding-left: 21px;
	font-size: 18px;
	line-height: 20px;
	color: #444;
}
ul.potential__list li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url('/static/f/med_article/488/img/list-type.svg') center center no-repeat;
	width: 13px;
	height: 11px;
}
ul.potential__list li + li {
	margin-top: 8px;
}
ul.potential__list.potential__list--checked li {
	padding-left: 30px;
}
ul.potential__list.potential__list--checked li::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	background: url('/static/f/med_article/488/img/done.svg') center center no-repeat;
	width: 19px;
	height: 26px;
}

.btn_watch.btn_download:before {
	background: url('/static/f/med_article/488/img/card-icon-look.svg') center center no-repeat;
	width: 15px;
	height: 12px;
	transform: rotate(0deg);
}

.potential__title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.potential__title img {
	margin-right: 16px;
	font-size: 0;
	line-height: 0;
}
.article__wrap .potential__title h2 {
	margin: 0;
	font-size: 28px;
	line-height: 32px;
}
@media (max-width: 768px) {
	.article__wrap .potential__title h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

.article__wrap .potential p {
	margin-top: 20px;
}

.introduce-icon-text__wrapper {

}
.introduce-icon-text {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	font-size: 22px;
	line-height: 24px;
	color: #444;
}
.introduce-icon-text + .introduce-icon-text {
	margin-top: 10px;
}
.introduce-icon-text img {
	display: block;
	margin-right: 20px;
	font-size: 0;
	line-height: 0;
}

.potential-phenotype {
	margin-top: 20px;
	padding: 40px 80px;
	border: 3px solid #33cb66;
	border-radius: 36px;
	background: #fff;
}
.potential-phenotype__row--2 {
	display: flex;
	justify-content: space-between;
}
.potential-phenotype__row--2 .potential-phenotype__item {
	position: relative;
	margin-top: 40px;
	max-width: 235px;
	text-align: center;
}
.potential-phenotype__row--2 .potential-phenotype__item:first-child::before {
	content: '';
	position: absolute;
	top: -43px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/arrow-1.svg') center top no-repeat;
	width: 14px;
	height: 38px;
}
.potential-phenotype__row--3 {
}
.potential-phenotype__row--3 .potential-phenotype__item {
	position: relative;
	margin: 20px auto 0;
	max-width: 152px;
	background: #33cb66;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #f5f5f5;
}
.potential-phenotype__row--3 .potential-phenotype__item::before {
	content: '';
	position: absolute;
	top: -43%;
	left: -130px;
	background: url(/static/f/med_article/488/img/arrow-2.svg) center top no-repeat;
	background-size: contain;
	width: 125px;
	height: 60px;
}
.potential-phenotype__row--3 .potential-phenotype__item::after {
	content: '';
	position: absolute;
	top: -43%;
	left: 152px;
	background: url(/static/f/med_article/488/img/arrow-3.svg) center top no-repeat;
	background-size: contain;
	width: 125px;
	height: 60px;
}
.potential-phenotype__row--4 .potential-phenotype__item {
	position: relative;
	margin-top: 40px;
}
.potential-phenotype__row--4 .potential-phenotype__item::before {
	content: '';
	position: absolute;
	top: -43px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/arrow-1.svg') center top no-repeat;
	width: 14px;
	height: 38px;
}
.potential-phenotype__item {
	padding: 16px 24px;
	border: 2px solid #33cb66;
	border-radius: 20px;
	font-size: 17px;
	line-height: 20px;
	color: #444;
}
.potential-phenotype ul.potential__list {
	margin-top: 8px;
}
.potential-phenotype ul.potential__list li {
	font-size: 17px;
}
@media (max-width: 992px) {
	.potential-phenotype__row--3 .potential-phenotype__item::before,
	.potential-phenotype__row--3 .potential-phenotype__item::after {
		top: -42%;
	}
}
@media (max-width: 768px) {
	.potential-phenotype {
		padding: 40px 20px;
	}
}
@media (max-width: 600px) {
	.potential-phenotype {
		padding: 20px 16px;
		border-radius: 24px;
	}
	.potential-phenotype__row--2 {
		flex-direction: column;
	}
	.potential-phenotype__row--3 .potential-phenotype__item {
		margin-top: 40px;
	}
	.potential-phenotype__row--3 .potential-phenotype__item::before,
	.potential-phenotype__row--3 .potential-phenotype__item::after {
		content: none;
	}
	.potential-phenotype__row--2 .potential-phenotype__item {
		max-width: none;
	}
	.potential-phenotype__item {
		padding: 16px;
	}
}

.potential__note {
	margin-top: 40px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #444;
	border-top: 2px solid #33cb66;
	border-bottom: 2px solid #33cb66;
}
@media (max-width: 600px) {
	.potential__note {
		text-align: left;
	}
}

.potential-introduce {
	margin-top: 20px;
	padding: 40px 30px 24px;
	border: 3px solid #33cb66;
	border-radius: 36px;
	text-align: center;
}
.potential-introduce__mark {
	display: inline-block;
	padding: 12px 20px;
	background: #33cb66;
	border-radius: 20px;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.potential-introduce__cards {
	margin-top: 20px;
	display: flex;
}
.potential-introduce__card {
	width: 33%;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.potential-introduce__card--mod-1 {
	border: 2px solid #fa6464;
	border-bottom: 4px solid #0033a1;
}
.potential-introduce__card--mod-2 {
	border: 2px solid #33cb66;
	border-bottom: 4px solid #0033a1;
}
.introduce-card__top {
	padding: 13px 16px 13px 45px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: left;
}
.potential-introduce__card--mod-1 .introduce-card__top {
	background: #fa6464;
	background-image: url('/static/f/med_article/488/img/icon-1.svg');
	background-repeat: no-repeat;
	background-position: left 16px top 16px;
}
.potential-introduce__card--mod-2 .introduce-card__top {
	background: #33cb66;
	background-image: url('/static/f/med_article/488/img/icon-2.svg');
	background-repeat: no-repeat;
	background-position: left 16px top 16px;
}
.introduce-card__body {
	padding: 16px 10px;
	font-size: 16px;
	line-height: 18px;
	color: #444;
	text-align: left;
}
ul.introduce-card__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.introduce-card__list li {
	position: relative;
	padding-left: 10px;
}
ul.introduce-card__list li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #444;
	border-radius: 100%;
}
ul.introduce-card__list li + li {
	margin-top: 7px;
}
.potential-introduce__separator {
	position: relative;
	align-self: flex-end;
	flex-shrink: 0;
	width: 10px;
}
.potential-introduce__separator::before {
	content: '';
	position: absolute;
	top: -13px;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 4px solid #0033a1;
	border-radius: 100%;
}
.potential-introduce__separator--1::before {
	left: 0px;
}
.potential-introduce__separator--2::before {
	left: -6px;
}
.potential-introduce__separator--3::before {
	left: -6px;
}
.potential-introduce__separator--4::before {
	left: -13px;
}
.potential-introduce__separator span {
	position: absolute;
	top: 12px;
	font-size: 18px;
	line-height: 20px;
	color: #0033a1;
}
.potential-introduce__separator--1 span {
	left: 0;
}
.potential-introduce__separator--2 span {
	left: -20px;
}
.potential-introduce__separator--3 span {
	left: -20px;
}
.potential-introduce__separator--4 span {
	left: -36px;
}
@media (max-width: 768px) {
	.potential-introduce {
		padding: 20px 16px 20px;
		border: 3px solid #33cb66;
		border-radius: 24px;
	}
	.potential-introduce__cards {
		margin-top: 0;
		display: block;
	}
	.potential-introduce__card {
		margin-top: 20px;
		width: 100%;
		border-radius: 16px;
	}
	.potential-introduce__card--mod-1 {
		border-bottom: 2px solid #fa6464;
	}
	.potential-introduce__card--mod-2 {
		border-bottom: 2px solid #33cb66;;
	}
	.potential-introduce__separator {
		display: none;
	}
}

.potential-introduce__mark--2 {
	position: relative;
	margin-top: 42px;
}
.potential-introduce__mark--2::before {
	content: '';
	position: absolute;
	top: -43px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/arrow-1.svg') center top no-repeat;
	width: 14px;
	height: 38px;
}
.potential-introduce__mark--3 {
	position: relative;
	display: block;
	max-width: 292px;
	margin: 24px auto 0px;
}
.potential-introduce__mark--3::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/arrow-4.svg') center top no-repeat;
	width: 14px;
	height: 20px;
}
.potential-introduce__mark--3::after {
	content: '';
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/plus.svg') center center no-repeat;
	width: 18px;
	height: 18px;
}
.potential-introduce__mark--4 {
	position: relative;
	margin-top: 24px;
	margin-bottom: 20px;
}
.potential-introduce__mark--4::before {
	content: '';
	position: absolute;
	top: 18px;
	left: -80px;
	background: url('/static/f/med_article/488/img/arrow-5.svg') center center no-repeat;
	width: 76px;
	height: 49px;
}
.potential-introduce__mark--4::after {
	content: '';
	position: absolute;
	top: 18px;
	right: -80px;
	background: url('/static/f/med_article/488/img/arrow-6.svg') center center no-repeat;
	width: 76px;
	height: 49px;
}
@media (max-width: 768px) {
	.potential-introduce__mark--3 {
		max-width: none;
	}
	.potential-introduce__mark--2::before,
	.potential-introduce__mark--4::before,
	.potential-introduce__mark--4::after {
		content: none;
	}
}

.introduce-readiness {
	display: flex;
	justify-content: space-between;
}
.introduce-readiness__col {
	width: calc(100% / 2 - 18px);
}
.introduce-readiness__title {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
}
.introduce-readiness__col--1 .introduce-readiness__title {
	border: 2px solid #0033a1;
	color: #0033a1;
}
.introduce-readiness__col--2 .introduce-readiness__title {
	border: 2px solid #33cb66;
	color: #33cb66;
}
.introduce-readiness__plus {
	width: 36px;
	height: 42px;
	background: url('/static/f/med_article/488/img/plus.svg') center center no-repeat;
	background-size: 18px;
}

.introduce-readiness .introduce-icon-text__wrapper {
	padding: 0 10px;
}
.introduce-readiness .introduce-icon-text {
	align-items: center;
	font-size: 14px;
	line-height: 18px;
}
.introduce-readiness__col--1 .introduce-icon-text {
	color: #0033a1;
}
.introduce-readiness__col--2 .introduce-icon-text {
	color: #33cb66;
}
.introduce-readiness .introduce-icon-text img {
	margin-right: 12px;
}
@media (max-width: 768px) {
	.introduce-readiness {
		flex-direction: column;
		align-items: center;
	}
	.introduce-readiness__col {
		width: 100%;
	}
}

.introduce-introductions {
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.introduce-introductions__col {
	width: calc(100% / 2 - 13px);
}
.introduce-introductions__title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
	color: #0033a1;
}
.introduce-introductions__item {
	border: 2px solid #33cb66;
	border-radius: 34px;
	padding: 24px;
}
.introduce-introductions__plus {
	margin: 0 auto;
	width: 36px;
	height: 34px;
	background: url('/static/f/med_article/488/img/plus.svg') center center no-repeat;
	background-size: 18px;
}
@media (max-width: 768px) {
	.introduce-introductions {
		margin-top: 0px;
		display: block;
	}
	.introduce-introductions__col {
		width: 100%;
	}
	.introduce-introductions__item {
		border-radius: 24px;
		padding: 16px;
	}
}

.potential-which__cards {
	margin: 10px -10px 0px -10px;
	display: flex;
	justify-content: space-between;
}
.potential-which__card {
	margin: 10px;
	width: calc(100% / 3);
	background: #33cb66;
	border-radius: 40px;
}
.which-card__top {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 132px;
	background: #fff;
	border: 2px solid #33cb66;
	border-radius: 40px;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #33cb66;
}
.which-card__body {
	padding: 15px 24px 30px;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	color: #f5f5f5;
}
.which-card__top-spr {
	margin: 5px 0;
	width: 145px;
	height: 2px;
	background: #33cb66;
}
@media (max-width: 768px) {
	.potential-which__cards {
		margin: 0;
		display: block;
	}
	.potential-which__card {
		margin: 10px 0 0 0;
		width: 100%;
		height: 76px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-radius: 24px;
	}
	.which-card__top {
		flex-shrink: 0;
		width: 325px;
		height: 100%;
		padding: 10px;
		font-size: 18px;
		line-height: 20px;
		border-radius: 24px;
	}
	.which-card__body {
		padding: 10px;
		width: 100%;
		font-size: 16px;
		line-height: 18px;
	}
}
@media (max-width: 640px) {
	.potential-which__card {
		margin-top: 20px;
		height: auto;
		flex-direction: column;
	}
	.which-card__top {
		width: 100%;
	}
	.which-card__body {
		padding: 10px 16px;
	}
}

.potential-which .potential__note {
	text-align: left;
}
.potential-which .potential__list {
	margin-top: 10px;
}

.potential-nestle {
	margin-top: 40px;
}
.potential-nestle__adv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}
.nestle-adv__product {
	position: relative;
}
.nestle-adv__product::after {
	content: '';
	position: absolute;
	bottom: -65px;
	right: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/arrow-8.svg') center center no-repeat;
	width: 14px;
	height: 84px;
}
.nestle-adv__items {
	padding-left: 32px;
	background: url('/static/f/med_article/488/img/arrow-7.svg') left 3px center no-repeat;
	background-size: 28px;
}
.nestle-adv__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 22px;
	line-height: 24px;
	color: #0033a1;
}
.nestle-adv__item--full {
	padding: 24px;
	background: rgba(51, 203, 102, 0.1);
	border-radius: 20px;
	text-align: center;
}
.nestle-adv__item + .nestle-adv__item {
	margin-top: 20px;
}
.nestle-adv__item img {
	margin-right: 20px;
	display: block;
	font-size: 0;
	line-height: 0;
}
@media (max-width: 768px) {
	.potential-nestle__adv {
		padding: 0px;
	}
	.nestle-adv__product img {
		max-width: 200px;
	}
	.nestle-adv__items {
		background: url('/static/f/med_article/488/img/arrow-7.svg') left 10px top 25px no-repeat;
		background-size: 20px;
	}
	.nestle-adv__item {
		font-size: 18px;
		line-height: 20px;
	}
	.nestle-adv__item img {
		width: 40px;
		margin-right: 10px;
	}
	.nestle-adv__item--full {
		padding: 16px;
	}
}
@media (max-width: 560px) {
	.potential-nestle__adv {
		flex-direction: column;
		position: relative;
	}
	.potential-nestle__adv::after {
		content: '';
		position: absolute;
		bottom: -50px;
		right: 50%;
		transform: translateX(-50%);
		background: url('/static/f/med_article/488/img/arrow-8.svg') center bottom no-repeat;
		width: 14px;
		height: 45px;
	}
	.nestle-adv__items {
		margin-top: 20px;
	}
	.nestle-adv__product::after {
		content: none;
	}
}

.potential-nestle .introduce-icon-text__wrapper {
	margin-top: 84px;
	padding: 0 30px;
}
@media (max-width: 768px) {
	.potential-nestle .introduce-icon-text__wrapper {
		padding: 0px;
	}
	.potential-nestle .introduce-icon-text {
		font-size: 18px;
		line-height: 20px;
	}
	.potential-nestle .introduce-icon-text img {
		width: 40px;
		margin-right: 10px;
	}
}
@media (max-width: 560px) {
	.potential-nestle .introduce-icon-text__wrapper {
		margin-top: 60px;
	}
}

.nestle-product {
	margin-top: 30px;
}
.nestle-product__line {
	display: flex;
	justify-content: space-between;
}
.product-line__item {
	position: relative;
}
.product-line__item::after {
	content: '';
	position: absolute;
	top: 25px;
	right: -20px;
	background: url('/static/f/med_article/488/img/arrow-9.svg') right center no-repeat;
	width: 75px;
	height: 14px;
}
.product-line__item:last-child::after {
	content: none;
}
.product-line__item + .product-line__item {
	margin-left: 20px;
}
.product-line__item img {
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
@media (max-width: 815px) {
	.product-line__item::after {
		content: none;
	}
}
@media (max-width: 768px) {
	.nestle-product__line {
		flex-wrap: wrap;
		justify-content: center;
		margin: 20px -5px 0;
	}
	.product-line__item {
		margin: 5px;
	}
	.product-line__item + .product-line__item {
		margin-left: 0px;
	}
	.product-line__item img {
		max-width: 200px;
	}
}

.nestle-about {
	margin-top: 27px;
	border: 3px solid #33cb66;
	border-radius: 34px;
	padding: 20px 40px;
}
.nestle-about .potential__title {
	margin-top: 0;
}
.about-icon-text__wrapper {
	margin-top: 10px;
}
.about-icon-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 22px;
	line-height: 26px;
	color: #444;
}
.about-icon-text.fs {
	align-items: flex-start;
}
.about-icon-text + .about-icon-text {
	margin-top: 10px;
}
.about-icon-text img {
	margin-right: 20px;
}
@media (max-width: 768px) {
	.nestle-about {
		margin-top: 20px;
		border: 3px solid #33cb66;
		border-radius: 24px;
		padding: 20px 16px;
	}
	.about-icon-text {
		font-size: 14px;
		line-height: 18px;
	}
	.about-icon-text img {
		margin-right: 12px;
	}
}

.potential-iron__items {
	margin-top: 20px;
}
.potential-iron__item {
	font-size: 22px;
	line-height: 24px;
	color: #444;
}
.potential-iron__item:first-child {
	position: relative;
	border-radius: 20px;
	padding: 24px;
	background: rgba(51, 203, 102, 0.1);
	text-align: center;
}
.potential-iron__item:first-child::after {
	content: '';
	position: absolute;
	bottom: -38px;
	left: 50%;
	transform: translateX(-50%);
	background: url(/static/f/med_article/488/img/arrow-1.svg) center top no-repeat;
	width: 14px;
	height: 38px;
}
.potential-iron__item:last-child {
	margin-top: 38px;
	border: 2px solid #33cb66;
	border-radius: 20px;
	padding: 24px;
}
@media (max-width: 768px) {
	.potential-iron__item {
		font-size: 16px;
		line-height: 18px;
	}
}

.potential-gerber__adv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding: 0 30px;
}
.gerber-adv__img img {
	max-width: 300px;
	margin-right: 40px;
}
.gerber-adv__items {
	padding-left: 50px;
	background: url('/static/f/med_article/488/img/arrow-10.svg') left 3px center no-repeat;
	background-size: 39px;
}
.gerber-adv__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 22px;
	line-height: 24px;
	color: #0033a1;
}
.gerber-adv__item + .gerber-adv__item {
	margin-top: 20px;
}
.gerber-adv__item img {
	margin-right: 20px;
	display: block;
	font-size: 0;
	line-height: 0;
}
@media (max-width: 768px) {
	.potential-gerber__adv {
		padding: 0px;
	}
	.gerber-adv__img {
		flex-shrink: 1;
	}
	.gerber-adv__img img {
		width: 100%;
		margin-right: 0;
	}
	.gerber-adv__items {
		background: url('/static/f/med_article/488/img/arrow-10.svg') left 10px top 25px no-repeat;
		background-size: 28px;
	}
	.gerber-adv__item {
		font-size: 18px;
		line-height: 20px;
	}
	.gerber-adv__item img {
		width: 40px;
		margin-right: 10px;
	}
}
@media (max-width: 560px) {
	.potential-gerber__adv {
		flex-direction: column;
	}
	.gerber-adv__items {
		margin-top: 20px;
	}
}

.gerber-line__item {
	margin-top: 44px;
	position: relative;
	border-radius: 20px;
	padding: 24px;
	background: rgba(51, 203, 102, 0.1);
	font-size: 22px;
	text-align: center;
	color: #0033a1;
}
.gerber-line__item::before {
	content: '';
	position: absolute;
	top: -41px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/arrow-1.svg') center top no-repeat;
	width: 14px;
	height: 38px;
}
@media (max-width: 768px) {
	.gerber-line__item {
		font-size: 16px;
		line-height: 18px;
	}
}

.gerber-line__products img {
	width: 100%;
}

.home-icon-text__wrapper {
	margin-top: 34px;
}
.home-icon-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 22px;
	line-height: 24px;
}
.home-icon-text + .home-icon-text {
	margin-top: 20px;
}
.home-icon-text img {
	margin-right: 20px;
}
@media (max-width: 768px) {
	.home-icon-text__wrapper {
		margin-top: 20px;
	}
	.home-icon-text {
		align-items: flex-start;
		font-size: 18px;
		line-height: 20px;
	}
	.home-icon-text img {
		width: 40px;
		margin-right: 10px;
	}
}

.product-nan {
	margin-top: 20px;
	border: 3px solid #33cb66;
	border-radius: 34px;
	padding: 10px 20px;
}
.product-nan__items {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-nan__product {
}
.product-nan__item {
	padding: 20px 45px;
	border-radius: 20px;
	background: rgba(51, 203, 102, 0.1);
	font-size: 22px;
	line-height: 24px;
	text-align: center;
}
@media (max-width: 768px) {
	.product-nan {
		border-radius: 24px;
		padding: 10px 16px;
	}
	.product-nan__product img {
		max-width: 200px;
	}
	.product-nan__item {
		padding: 16px;
		font-size: 16px;
		line-height: 18px;
	}
}
@media (max-width: 500px) {
	.product-nan__items {
		flex-direction: column;
	}
}

.nan-about--top {
	position: relative;
	margin-top: 10px;
	padding: 14px;
	border-radius: 20px;
	background: #ebfaf0;
}
.nan-about--top::after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/static/f/med_article/488/img/arrow-11.svg') center top no-repeat;
	width: 197px;
	height: 57px;
}
.nan-about--bottom {
	margin-top: 25px;
	padding: 14px 14px 20px;
}

.potential-finish img {
	margin: 30px 0;
	width: 100%;
}

.potential-footer {
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
	color: #444;
}