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

.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 .article-section__title {
	font-family: 'RotonBol';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 110%;
	margin: 0;
	text-align: center;

	color: #00369D;
}

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

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

.a208F3F__wrap .article-section__info-block-title {
	position: relative;
	text-align: center;
	color: #00369D;
}

.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-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: #208F3F;
}

.article__wrap .article-section__note-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;;
	font-size: 20px;
	line-height: 110%;
}

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

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

.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__header {
	position: relative;
	width: 100%;
	height: fit-content;

	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.article-section__header-text {
	position: relative;
	text-align: center;
	color: #2CAA57;
}

.article-section__title {
	font-family: 'RotonBol';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 110%;
	margin: 0;
	text-align: center;

	color: #00369D;
}

.article-section__title-accent {
	position: relative;
	padding: 0px 15px 5px 15px;
	color: #ffffff;
	z-index: 0;
}

.article-section__title-accent::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	border-radius: 30px 5px;
	background: radial-gradient(178.99% 131.85% at 5.41% 6.48%, #49C469 0%, #208F3F 100%);
	z-index: -1;
}

.article-section__title-small {
	font-size: 28px;
	line-height: 0;
}

.article-section__image {
	position: relative;
	width: 100%;
	height: auto;
}

.article-section__image--mobile {
	display: none;
}

.article-section__info-block {
	position: relative;
	width: 100%;
	height: fit-content;
	padding: 24px 14px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.article-section__info-block--steps {
	gap: 24px;
}

.article-section__info-block p {
	position: relative;
}

.fade-border-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(210deg, #208F3F 0%, transparent 100%);
	filter: blur(3.5px);
	border-radius: 16px;
	border-radius: 30px 5px;
}

.fade-border-wrapper--steps {
	background: linear-gradient(210deg, #208F3F 0%, transparent 100%);
}

.fade-border-wrapper--rules {
	background: linear-gradient(310deg, #208F3F 0%, transparent 100%);
}

.fade-border-wrapper--note {
	background: linear-gradient(174deg, #208F3F 0%, transparent 100%);
}

.fade-border {
	position: relative;
	width: calc(100% - 4px);
	height: calc(100% - 4px);

	background: #FFFFFF;
	border-radius: inherit;
}

.article-section__info-block-title {
	position: relative;
	text-align: center;
	color: #00369D;
}

.article-section__info-block-title--days {
	max-width: 450px;
}

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

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

.article-section__days-warning {
	position: relative;
	width: 50%;
	height: fit-content;

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

.article-section__days-icon {
	position: relative;
	min-width: 30px;
	min-height: 30px;
}

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

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

.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/29/img/day-1-template.svg') no-repeat;
}

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

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

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

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

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

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

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

.article-section__day--9 {
	background: url('/static/f/med_instrument/29/img/day-9-template.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: #208F3F;
}

.article-section__day-arrow {
	position: relative;
	margin-top: 42px;
	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__note-block {
	position: relative;
	width: 100%;
	height: fit-content;

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

.article-section__note-line {
	position: relative;
	width: 90%;
	height: 2px;
	border-radius: 100px;
	background: linear-gradient(0deg, transparent 0%, #208F3F 50%, transparent 100%);
	filter: blur(3.5px);
}

.article-section__note-text {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;;
	font-size: 20px;
	line-height: 110%;
	text-align: center;
	color: #00369D;
}

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

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


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

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

.article-section__rules-icon {
	position: relative;
	min-width: 32px;
	margin-top: 8px;
}

@media (max-width: 1210px) {
	.article-section__steps-image-wrapper {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.article__wrap .article-section__day-sign {
		font-size: 10px;
	}

	.article-section__days-warnings {
		flex-direction: column;
		gap: 4px;
	}

	.article-section__days-warning { 
		width: 100%;
		padding: 4px;
	}

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

@media (max-width: 559px) {

	.article-section__header {
		padding: 12px 0;
	}

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

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

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

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

	.article__wrap .article-section__info-block-title {
		font-size: 20px;
	}

	.article__wrap .article-section--footer p {
		font-size: 10px;
	}

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

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

	.article-section__image--desktop {
		display: none;
	}

	.article-section__image--mobile {
		display: block;
	}
}

@media (max-width: 459px) {

	.article__wrap .article-section__info-block p {
		font-size: 14px;
	}

	.article-section__image {
		width: calc(100% + 40px);
		left: -20px;
	}

	.article-section__info-block {
		padding: 0px 4px;
	}

	.fade-border-wrapper {
		display: none;
	}

	.fade-border-wrapper--note {
		display: flex;
	}

	.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/29/img/day-1-template-mobile.svg') no-repeat;
	}

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

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

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

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

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

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

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

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

	.article__wrap .article-section__day-text {
		font-size: 20px;
		line-height: 80%;
	}
	
	.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__rules-wrapper {
		gap: 12px;
	}

	.article-section__rules-icon {
		min-width: 20px;
		margin-top: 0;
	}
}