.b-article__content .b-article__subtitle {
	margin-top: 40px;
}
.b-article__content .b-article__subtitle.mt-24 {
	margin-top: 24px;
}
.b-article__content p {
	margin-top: 12px;
	color: #48484a;
}
.b-article__content p.mt-24 {
	margin-top: 24px;
}

.b-article__content .b-article__block.b-article__block--note {
	margin: 12px 0 0;
	padding-left: 21px;
}
.b-article__content .b-article__block.b-article__block--note p {
	margin-top: 10px;
}
.b-article__content .b-article__block.b-article__block--note h3 {
	margin-bottom: 10px;
}

.b-article-after-cesarean__plate {
	padding: 24px;
	background: #f3f7f9;
	border-radius: 8px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #48484a;
}
@media screen and (max-width: 767px) {
	.b-article-after-cesarean__plate {
		padding: 16px;
	}
}

.b-article-after-cesarean__box {
	padding: 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(168, 164, 164, 0.1), 0 7px 7px 0 rgba(168, 164, 164, 0.09), 0 -5px 9px 0 rgba(168, 164, 164, 0.05), 0 26px 10px 0 rgba(168, 164, 164, 0.01), 0 41px 11px 0 rgba(168, 164, 164, 0);
}
.b-article-after-cesarean__box-title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #48484a;
}
.b-article-after-cesarean__box ul {
	margin: 16px 0 0;
	padding: 0;
}
.b-article-after-cesarean__box ul li {
	position: relative;
	padding: 12px 0 12px 24px;
	border-bottom: 1px solid #f2f2f2;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #48484a;
	background-image: url('/static/f/article/1750/img/checked.svg');
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: left top 17px;
}
.b-article-after-cesarean__box ul li + li {
	margin-top: 16px;
}
.b-article-after-cesarean__box ul li:last-child {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.b-article-after-cesarean__box {
		padding: 16px;
	}
}

.b-article-after-cesarean__boxes {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}
.b-article-after-cesarean__boxes .b-article-after-cesarean__box {
	width: calc(100% / 2 - 6px);
}
.b-article-after-cesarean__boxes .b-article-after-cesarean__box ul li {
	padding: 0px 0px 0px 24px;
	background-position: left top 5px;
}
@media screen and (max-width: 767px) {
	.b-article-after-cesarean__boxes {
		flex-direction: column;
	}
	.b-article-after-cesarean__boxes .b-article-after-cesarean__box {
		width: 100%;
	}
}

.b-article-after-cesarean__problem {
	margin-top: 24px;
	padding: 12px 24px;
	background: #edffe3;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0), 0 4px 4px 0 rgba(255, 255, 255, 0), 0 8px 5px 0 rgba(255, 255, 255, 0), 0 14px 6px 0 rgba(255, 255, 255, 0), 0 22px 6px 0 rgba(255, 255, 255, 0);
}
.b-article-after-cesarean__problem-title {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #48484a;
}
.b-article-after-cesarean__problem ul {
	margin: 4px 0 0;
	padding: 0;
}
.b-article-after-cesarean__problem ul li {
	position: relative;
	padding: 12px 0 12px 28px;
	border-bottom: 1px solid #d4e8ca;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #48484a;
	background-image: url('/static/f/article/1750/img/icon-heart.svg');
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: left top 17px;
}
.b-article-after-cesarean__problem ul li + li {
	margin-top: 4px;
}
.b-article-after-cesarean__problem ul li:last-child {
	border-bottom: none;
}

.b-article-after-cesarean__items {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
	margin-top: 24px;
}
.b-article-after-cesarean__item {
	width: calc(100% / 3 - 6px);
	height: 248px;
	padding: 12px 24px;
	background: #fff;
	border: 1px solid #dfe6ea;
	border-radius: 8px;
	overflow: hidden;
}
.b-article-after-cesarean__item:nth-child(1) {
	background-image: url('/static/f/article/1750/img/img-1.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right bottom;
}
.b-article-after-cesarean__item:nth-child(2) {
	background-image: url('/static/f/article/1750/img/img-2.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right bottom 21px;
}
.b-article-after-cesarean__item:nth-child(3) {
	background-image: url('/static/f/article/1750/img/img-3.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left bottom;
}
.b-article-after-cesarean__item-text {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #48484a;
}
@media screen and (max-width: 1059px) {
	.b-article-after-cesarean__item:nth-child(1) {
		background-size: 180px;
	}
	.b-article-after-cesarean__item:nth-child(2) {
		background-size: 180px;
	}
	.b-article-after-cesarean__item:nth-child(3) {
		background-size: 160px;
	}
}
@media screen and (max-width: 919px) {
	.b-article-after-cesarean__items {
		flex-wrap: wrap;
	}
	.b-article-after-cesarean__item {
		width: calc(100% / 2 - 6px);
		height: 248px;
		padding: 12px 24px;
		background: #fff;
		border: 1px solid #dfe6ea;
		border-radius: 8px;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
	.b-article-after-cesarean__items {
		flex-direction: column;
		margin-top: 12px;
	}
	.b-article-after-cesarean__item {
		display: flex;
		align-items: center;
		width: 100%;
		height: 140px;
		padding: 12px 190px 12px 24px;
	}
	.b-article-after-cesarean__item:nth-child(1) {
		background-size: 182px;
		background-position: right bottom;
	}
	.b-article-after-cesarean__item:nth-child(2) {
		background-size: auto 112px;
		background-position: right bottom 10px;
	}
	.b-article-after-cesarean__item:nth-child(3) {
		background-image: url('/static/f/article/1750/img/img-4.svg');
		background-size: auto;
		background-position: right bottom;
	}
	.b-article-after-cesarean__item:nth-child(2) br {
		display: none;
	}
}
@media screen and (max-width: 389px) {
	.b-article-after-cesarean__item {
		padding-left: 12px;
		padding-right: 130px;
		height: auto;
		min-height: 140px;
	}
	.b-article-after-cesarean__item:nth-child(1) {
		background-size: 126px;
	}
	.b-article-after-cesarean__item:nth-child(2) {
		background-size: 126px;
		background-position: right center;
	}
	.b-article-after-cesarean__item:nth-child(3) {
		background-size: 140px;
	}
}