/* перепись article__wrap стилей */
.article__wrap .h1, .article__wrap h2, .article__wrap .h2, .article__wrap h3, .article__wrap .h3, .article__wrap h4, .article__wrap .h4 {
	margin: auto;
}

.article__wrap p+p {
	margin: 0;
}

.article__wrap .x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article__wrap .article-section__calendar-day {
	font-size: 30px;
	text-align: center;
	line-height: 17px;
}

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

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

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

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

.article__wrap p {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.article__wrap .small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

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

.article__wrap .thin {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .italic {
	font-style: italic;
}

.article__wrap .text-centered {
	text-align: center;
}

.article__wrap .green-text {
	color: #00CE57;
}

.article__wrap .white-text {
	color: #FFFFFF;
}

.article__wrap .black-text {
	color: #444444;
}

.article__wrap .red-text {
	color: #F72723;
}

.article__wrap .blue-text {
	color: #00178E;
}

.article__wrap .gray-text {
	color: #798190;
}

.article__wrap .article-section__note-regular {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
	color: #444444;
}

.article__wrap .article-section__title {
	font-size: 24px;
	line-height: 120%;
}

@media (max-width: 767px) {
	.article__wrap h1 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 124%;
	}

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

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

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

/* перепись article__wrap стилей конец */

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

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

.italic {
	font-style: italic;
}

.green-text {
	color: #00CE57;
}
.white-text {
	color: #FFFFFF;
}

.black-text {
	color: #444444;
}

.red-text {
	color: #F72723;
}

.blue-text {
	color: #00178E;
}

.gray-text {
	color: #798190;
}

.text-centered {
	text-align: center;
}

.small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.article-section {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section--footer {
	gap: 14px;
}

.article-section__heading {
	position: relative;
	width: 100%;
	height: fit-content;
	min-height: 142px;

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 24px;
	padding-right: 328px;

	background: url('/static/f/med_article/500/img/heading-background.svg') no-repeat;
	background-size: 346px auto;
	background-position: calc(100% + 21px) -72px;
	background-color: #00CE57;
	border-radius: 16px;
}

.article-section__note {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px;
	padding: 24px;

	background: #EBFAF0;
	border-radius: 20px;
}

.article-section__note--blue {
	background: #F2F4FF;
}

.article-section__note--red {
	background: #FFDEDD;
}

.article-section__note--red::before {
	content: "";
	position: absolute;
	width: 236px;
    height: 200px;
    top: -196px;
    right: -50px;
	background: url('/static/f/med_article/500/img/baby-image-3.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.article-section__note--vertical {
	flex-direction: column;
	gap: 8px;
}

.article-section__note--lamp {
	align-items: center;
	padding: 40px 24px;
	background: url('/static/f/med_article/500/img/baby-image-5.svg') no-repeat;
	background-size: 121px auto;
	background-position: calc(100% - 25px) calc(100% + 12px);
	background-color: #EBFAF0;
}

.article-section__note-regular {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
	color: #444444;
}

.article-section__warning-icon {
	position: relative;
	width: 58px;
	height: auto;
	flex-shrink: 0;
}

.article-section__title-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	gap: 14px;
}

.article-section__title-wrapper--gap8 {
	gap: 8px;
}

.article-section__title {
	position: relative;
	width: fit-content;
	height: fit-content;

	font-size: 24px;
	line-height: 120%;
	align-self: center;
}

.article-section__title-icon {
	position: relative;
	width: 53px;
	height: auto;
	flex-shrink: 0;
	align-self: flex-start;
}

.article-section__table {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;

	border: 1px solid #00CE57;
	border-radius: 20px;
	overflow: hidden;
}

.article-section__table-row {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
    flex-direction: column;
    gap: 14px;

	padding: 14px;
	border-bottom: 1px solid #00CE57;;
}

.article-section__table-row--heading {
	background: #EBFAF0;
	border-radius: 20px 20px 0px 0px;
}

.article-section__table-row--baby-1 {
	background: url('/static/f/med_article/500/img/baby-image-1.svg') no-repeat;
	background-size: 188px auto;
	background-position: 100% calc(100% - 4px);
}

.article-section__table-row--baby-2 {
	background: url('/static/f/med_article/500/img/baby-image-2.svg') no-repeat;
	background-size: 213px auto;
	background-position: calc(100% - 9px) calc(100% + 49px);
}

.article-section__table-row--baby-4 {
	background: url('/static/f/med_article/500/img/baby-image-4.svg') no-repeat;
	background-size: 140px auto;
	background-position: calc(100% + 7px) calc(100% + 30px);
}

.article-section__table-row:last-child {
	border-bottom: none;
}

.article-section__lists-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.article-section__list {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
    flex-direction: column;
    gap: 8px;

	margin: 0;
	padding-left: 23px;
	list-style: none;
}

.article-section__list li {
	position: relative;
}

.article-section__list li::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	top: 3px;
	left: -23px;
	background: url('/static/f/med_article/500/img/list-mark.svg') no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.article-section__baby-text {
	position: relative;
}

.article-section__baby-text--1 {
	width: calc(100% - 218px);
}

.article-section__baby-text--2 {
	width: calc(100% - 217px);
}

.article-section__baby-text--3 {
	width: calc(100% - 186px);
}

.article-section__baby-text--4 {
	width: calc(100% - 119px);
	padding-top: 6px;
}

.article-section__baby-text--5 {
	width: calc(100% - 200px);
}

.article-section__step-number {
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	background: #00178E;
	margin-right: 8px;
	display: inline-block;
	color: #FFFFFF;
	padding: 4px;
    text-align: center;
}

.article-section__mom-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;
	bottom: -14px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.article-section__mom-image {
	position: relative;
	width: 291px;
	height: auto;
	flex-shrink: 0;
}

.article-section__mom-image--right {
	width: 315px;
}

.article-section__lamp-icon {
	position: relative;
	width: 53px;
	height: auto;
	flex-shrink: 0;
}

.article-section__buttons-wrapper {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
}

.article-section__button {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 24px;
	gap: 8px;

	background: #00CE57;
	border-radius: 30px;
	text-decoration: none;
	user-select: none;
	transition: background 0.15s ease-in-out;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #FFFFFF;
}

.article-section__button:hover {
	background: #00178E;
}

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding-left: 24px;
	font-size: 14px;
}

@media (max-width: 1239px) {
	.article-section__heading {
		padding-right: 306px;
	}
}

@media (max-width: 767px) {
	.article-section__heading {
		padding-right: 242px;
		background-size: 276px auto;
    	background-position: calc(100% + 23px) -42px;
	}

	.article-section__note--red::before {
		width: 186px;
		height: 160px;
		top: -156px;
		right: -50px;
	}

	.article-section__baby-text--3 {
		width: calc(100% - 160px);
	}
}

@media (max-width: 559px) {
	.article-section {
		gap: 14px;
	}

	.article-section__heading {
		padding: 14px;
        padding-right: 150px;
        background-size: 256px auto;
        background-position: calc(100% + 93px) calc(100% + 50px);
    }

	.article-section__lists-wrapper {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.article-section__note {
		padding: 14px;
	}

	.article-section__table-row--baby-1 {
		padding-bottom: 130px;
	}

	.article-section__baby-text--1 {
		width: 100%;
	}

	.article-section__table-row--baby-2 {
		padding-bottom: 180px;
		background-position: calc(50% + 11px) calc(100% + 49px);
	}

	.article-section__baby-text--2 {
		width: 100%;
	}

	.article-section__note--red {
		margin-top: 160px;
	}

	.article-section__note--red::before {
		right: -20px;
	}

	.article-section__baby-text--3 {
		width: 100%;
	}

	.article-section__note--lamp {
		background-size: 101px auto;
    	background-position: calc(100% - 15px) calc(100% + 12px);
	}

	.article-section__baby-text--5 {
		width: calc(100% - 170px);
	}

	.article-section__buttons-wrapper {
		gap: 14px;
	}
}

@media (max-width: 459px) {
	.article-section__note {
		flex-direction: column;
	}

	.article-section__table-row--baby-4 {
		padding-bottom: 120px;
	}

	.article-section__baby-text--4 {
		width: 100%;
		padding-top: 0px;
	}

	.article-section__note--lamp {
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
    }

	.article-section__baby-text--5 {
        width: calc(100% - 100px);
    }
}

@media (max-width: 389px) {
	.article-section__heading {
		background: #00CE57;
		padding-right: 14px;
	}

	.article-section__mom-image {
		width: 95%;
	}

	.article-section__note--lamp {
		background-position: calc(100% - -5px) calc(100% + 12px);
	}

	.article-section__baby-text--5 {
        width: calc(100% - 80px);
    }
}