/* перепись 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 .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 .small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

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

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

.article__wrap .green-text {
	color: #76B82A;
}

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

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

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

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

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

.article__wrap .article-section__title {
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: #6F553A;
}

.article__wrap .article-section__product-title {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: #6F553A;
}

.article__wrap .article-section__product-subtitle {
	font-size: 22px;
	color: #6F553A;
	text-align: center;
}

.article__wrap .article-section__check-title {
	font-size: 20px;
	line-height: 110%;
	color: #6F553A;
}

.article__wrap .article-section__check-text {
	font-size: 18px;
	line-height: 110%;
}

.article__wrap .article-section__day-text {
	text-align: center;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 90%;
	color: #6F553A;
}

.article__wrap .article-section__day-ml {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 90%;
	text-align: center;
	color: #76B82A;
}

@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: #76B82A;
}

.red-text {
	color: #F72723;
}

.white-text {
	color: #FFFFFF;
}

.black-text {
	color: #444444;
}

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

.gray-text {
	color: #767676;
}

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

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

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

.article-section__title-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.article-section__title {
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: #6F553A;
}

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

	display: grid;
	grid-template-columns: 41.5% 1fr;
	background: linear-gradient(#76B82A 0%,  #76B82A 10%, #89BE3F 10%, #89BE3F 20%, #99C555 20%, #99C555 30%, #A8CC6D 30%, #A8CC6D 40%, #B6D484 40%, #B6D484 50%, #C4DB9B 50%, #C4DB9B 60%, #D0E3B0 60%, #D0E3B0 70%, #DCEAC5 70%, #DCEAC5 80%, #E8F1DA 80%, #E8F1DA 90%, #F4F8ED 90%, #F4F8ED 100%);
	border-radius: 35px;
	padding: 9px;
}

.article-section__product-block::before {
	content: "";
    position: absolute;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    top: 9px;
    left: 9px;
    background: #FFFFFF;
    border-radius: 25px;
}

.article-section__product-image {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 32px;
}

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

	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px 24px 24px 0px;
	z-index: 1;
}

.article-section__product-title {
	position: relative;

	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: #6F553A;
}

.article-section__product-title span {
	position: relative;
    width: fit-content;
    height: fit-content;
    display: inline-block;
    margin: 12px 36px 0;
    padding: 8px 14px;
    background: #76B82A;
    color: #FFFFFF;
    border-radius: 16px;
	box-shadow:
    12px 0 0 #A8CC6D,
    24px 0 0 #C4DB9B,
    36px 0 0 #F4F8ED,
	-12px 0 0 #A8CC6D,
    -24px 0 0 #C4DB9B,
    -36px 0 0 #F4F8ED;
}

.article-section__product-subtitle {
	font-size: 22px;
	color: #6F553A;
	text-align: center;
}

.article-section__list-wrapper {
	position: relative;
	width: 100%;
	height: auto;

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

.article-section__list-icon {
	position: relative;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}

.article-section__check-list {
	position: relative;
	margin: 0;
    padding-left: 26px;
	font-size: 18px;
	line-height: 110%;
	color: #767676;
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-section__check-title {
	position: relative;
	font-size: 20px;
	line-height: 110%;
	color: #6F553A;
	transform: translateX(-14px);
}

.article-section__check-text {
	font-size: 18px;
	line-height: 110%;
}

.article-section__check-text span {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	color: #76B82A;
}

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

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

	background: #FFFFFF;
	padding: 24px;
	box-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
	border-radius: 34px;
}

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

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

.article-section__day {
	position: relative;
	width: 102px;
	height: 106px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 16px 0px;
}

.article-section__day--1 {
	background: url('/static/f/med_instrument/106/img/day-1-icon.svg') no-repeat;
}

.article-section__day--2 {
	background: url('/static/f/med_instrument/106/img/day-2-icon.svg') no-repeat;
}

.article-section__day--3 {
	background: url('/static/f/med_instrument/106/img/day-3-icon.svg') no-repeat;
}

.article-section__day--4 {
	background: url('/static/f/med_instrument/106/img/day-4-icon.svg') no-repeat;
}

.article-section__day--5 {
	background: url('/static/f/med_instrument/106/img/day-5-icon.svg') no-repeat;
}

.article-section__day--6 {
	background: url('/static/f/med_instrument/106/img/day-6-icon.svg') no-repeat;
}

.article-section__day--7 {
	background: url('/static/f/med_instrument/106/img/day-7-icon.svg') no-repeat;
}

.article-section__day--8 {
	background: url('/static/f/med_instrument/106/img/day-8-icon.svg') no-repeat;
}

.article-section__day--9 {
	background: url('/static/f/med_instrument/106/img/day-9-icon.svg') no-repeat;
}

.article-section__day-text {
	position: relative;
	width: fit-content;
	text-align: center;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 90%;
	color: #6F553A;
}

.article-section__day-ml {
	position: relative;
	width: fit-content;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 90%;

	text-align: center;
	color: #76B82A;
}

.article-section__day-arrow {
	position: relative;
    width: 14px;
    height: auto;
    margin-top: 20px;
    margin-left: -2px;
}

.article-section__day-sign {
	text-align: center;
	width: fit-content;
}

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

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

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

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.article-section__steps-number {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}

.article-section__steps-image-wrapper {
	position: relative;
	width: 100%;
	height: 110px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.article-section__steps-image {
	position: relative;
	max-width: 100%;
	width: auto;
	height: auto;
}

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

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 0px 50px;
}

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

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

.article-section__note-wrapper--vertical {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

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

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

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

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding-left: 18px;
}

@media (max-width: 1239px) {
	.article-section__product-block {
		grid-template-columns: 1fr 1fr;
	}

	.article-section__days-wrapper {
		max-width: 500px;
		margin: 0 auto;
	}

	.article-section__note-wrapper {
		gap: 24px;
	}

	.article-section__note {
		gap: 14px;
	}
	
	.article-section__steps-image-wrapper {
		margin-top: 24px;
	}
}

@media (max-width: 993px) {
	.article-section__days-wrapper {
		max-width: unset;
		margin: 0;
	}
}

@media (max-width: 768px) {
	.article-section__steps-block {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 559px) {
	.article-section__product-block {
		grid-template-columns: 1fr;
	}

	.article-section__product-image {
		max-width: 340px;
		justify-self: center;
	}

	.article-section__prodcut-info {
		padding: 14px;
	}

	.article-section__note-wrapper {
		display: flex;
		flex-direction: column;
	}

	.article-section__steps-block {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 459px) {
	.article-section__prodcut-info {
		padding: 8px;
		gap: 14px;
	}

	.article__wrap .article-section__product-title {
		font-size: 22px;
	}

	.article-section__list-wrapper {
		gap: 8px;
	}

	.article-section__shadow-block {
		gap: 24px;
		padding: 0px;
		box-shadow: unset;
	}

	.article-section__day {
		width: 68px;
		height: 74px;
		background-size: 100% auto;
		background-position: center;
		padding: 15px 0px 8px 0px;
	}

	.article__wrap .article-section__day-text {
		font-size: 14px;
	}

	.article__wrap .article-section__day-ml {
		font-size: 12px;
	}

	.article-section__day-arrow {
		margin-top: 14px;
    	width: 10px;
	}

	.article-section__days-wrapper {
		gap: 8px;
	}

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

	.article-section__note {
		gap: 8px;
	}

	.article-section__warning-icon {
		width: 24px;
		height: 24px;
	}
}