/* перепись article__wrap стилей */
.article-wrapper h1, .article-wrapper .h1, .article-wrapper h2, .article-wrapper .h2, .article-wrapper h3, .article-wrapper .h3, .article-wrapper h4, .article-wrapper .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%;
}

.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 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

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

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

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

.article__wrap .green-text {
	color: #208F3F;
}

.article__wrap .teal-text {
	color: #248C9A;
}

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

.article__wrap .article-section__heading-text {
	color: #878787;
}

.article__wrap .article-section__title {
	color: #248C9A;
	font-size: 28px;
	text-align: center;
}

.article__wrap .article-section__title--accent {
	color: #00369D;
	font-size: 48px;
}

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

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;;
	font-size: 30px;
	line-height: 60%;
	color: #CD9B36;
}

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

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

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

	text-align: center;
	color: #248C9A;
}

@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 p {
		font-size: 16px;
	}
}

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

.gray-text {
	color: #878787;
}

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

.green-text {
	color: #208F3F;
}

.teal-text {
	color: #248C9A;
}

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

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

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

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

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

.article-section__heading {
	position: relative;
	width: 100%;
	height: fit-content;
	padding: 11px 24px;

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

.article-section__heading-text {
	text-transform: uppercase;
	color: 878787;
}

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

	display: flex;
	flex-direction: column;
	align-items: center;
}

.article-section__title {
	position: relative;
	color: #248C9A;
	font-size: 28px;
	text-align: center;
}

.article-section__title--accent {
	color: #00369D;
	font-size: 48px;
}

.article-section__product-image {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.article-section__product-image--mobile {
	display: none;
}

.article-section__block {
	position: relative;
	width: 100%;
	height: fit-content;
	padding: 24px;

	display: flex;
	flex-direction: column;
	gap: 14px;
	border-radius: 16px;
	border: 2px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #F3DC8D 0%, #AE8D4E 37%, #F3DC8D 70%, #C19F33 100%) border-box;
}

.article-section__block p {
	position: relative;
}

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

	display: flex;
	flex-direction: row;
	gap: 40px;
	padding: 0 24px;
}

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

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

.article-section__note-icon {
	position: relative;
	width: 25px;
	height: 25px;
	object-fit: cover;
	margin-top: 2px;
}

.article-section__note-icon--small {
	width: 17px;
	height: 17px;
}

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

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

.article-section__day {
	position: relative;
	width: 135px;
	height: 140px;

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

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

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

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

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

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

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

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

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

.article-section__day--9 {
	background: url('/static/f/med_instrument/95/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: 30px;
	line-height: 60%;
	color: #CD9B36;
}

.article-section__day-text span {
	font-size: 16px;
}

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

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

	text-align: center;
	color: #248C9A;
}

.article-section__day-arrow {
	position: relative;
	margin-top: 12px;
	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__line {
	position: relative;
	width: 700px;
	height: 2px;
	display: block;
}

@media (max-width: 767px) {

	.article__wrap .article-section__title {
		font-size: 26px;
	}

	.article__wrap .article-section__title--accent {
		font-size: 34px;
	}

	.article-section__note-wrapper {
		padding: 0;
	}

	.article-section__steps-image-wrapper {
		align-items: flex-end;
		height: 140px;
	}

	.article-section__line {
		width: 100%;
		height: auto;
	}

}

@media (max-width: 559px) {

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

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

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

	.article-section__line-block {
		padding: 0 14px;
	}
}

@media (max-width: 459px) { 
	.article__wrap .article-section__title--accent {
		font-size: 28px;
	}

	.article-section__block {
		border: none;
		padding: 0;
		background: none;
	}

	.article-section__product-image--desktop {
		display: none;
	}

	.article-section__product-image--mobile {
		display: block;
	}

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

	.article-section__days-icon {
		min-width: 20px;
		min-height: 20px;
	}

	.article-section__day {
		width: 80px;
		height: 82px;
		padding: 14px 0;
	}

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

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

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

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

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

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

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

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

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

	.article__wrap .article-section__day-text {
		font-size: 20px;
		line-height: 60%;
	}
	
	.article__wrap .article-section__day-text span {
		font-size: 10px;
	}

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

	.article-section__day-arrow {
		width: 9px;
    	height: 10px;
		margin-top: 47px;
	}

	.article-section__line-block {
		padding: 24px 14px;
		border: 2px solid transparent;
		background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #F3DC8D 0%, #AE8D4E 37%, #F3DC8D 70%, #C19F33 100%) border-box;
		border-radius: 16px;
	}

	.article-section__line-block h4 {
		font-size: 18px;
	}
}

@media (max-width: 359px) {
	.article__wrap .article-section__title--accent {
		font-size: 24px;
	}
}