/* перепись 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 .dark-gold-text {
	color: #675336;
}

.article__wrap .dark-gold-text-2 {
	color: #776245;
}

.article__wrap .gold-text-1 {
	color: #B29D77;
}

.article__wrap .gold-text-2 {
	color: #C49561;
}

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

.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__warnings-text {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
}

.article__wrap .article-section__note-text {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
	text-align: center;
}

@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;
}

.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%;
}

.headline {
	display: none;
}

.gold-text-1 {
	color: #B29D77;
}

.gold-text-2 {
	color: #C49561;
}

.dark-gold-text {
	color: #675336;
}

.dark-gold-text-2 {
	color: #776245;
}

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

.article-wrapper {
	position: relative;
	width: calc(100% + 80px);
	left: -40px;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	overflow: hidden;
}

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

.article-section--1 {
	background: url('/static/f/med_instrument/89/img/background-1.png') no-repeat;
    background-size: calc(100% + 400px) auto;
    background-position: -200px -200px;
}

.article-section--2 {
	background: url('/static/f/med_instrument/89/img/background-2.png') no-repeat;
    background-size: calc(100% + 400px) auto;
    background-position: -70px -471px;
}

.article-section--footer {
	padding-top: 14px;
	gap: 24px;
	background: url('/static/f/med_instrument/89/img/background-2.png') no-repeat;
    background-size: calc(100% + 400px) auto;
    background-position: -130px -491px;
}

.article-section__header {
	position: relative;
	width: 100%;
	height: 48px;

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

	background: url('/static/f/med_instrument/89/img/header-background.png') bottom center no-repeat;
}

.article-section__header--footer {
	background: url('/static/f/med_instrument/89/img/footer-header-background.png') top center/100% auto no-repeat;
}

.article-section__title {
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.article-section__white-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;

	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.836538) 36.54%, rgba(255, 255, 255, 0.614729) 67.79%, rgba(255, 255, 255, 0) 100%);
	border-radius: 16px;
}

.article-section__white-wrapper--2 {
	width: 100%;
	height: fit-content;
	padding: 14px 24px;
	box-sizing: border-box;
	align-items: center;
	gap: 27px;
}

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

	padding: 0px 37px;

	display: flex;
	flex-direction: column;
}

.article-section__supreme--2 {
	gap: 24px;
}

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

.article-section__supreme-wrapper {
	position: relative;
	width: 100%;
	height: 433px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.aticle-section__supreme-background {
	position: absolute;
	width: 576px;
	height: 278px;
	top: 45px;
	left: -37px;

	background: url('/static/f/med_instrument/89/img/supreme-background.png') 0px 0px/ 576px 278px no-repeat;
}

.article-section__supreme-image {
	position: relative;
	width: 333px;
	height: auto;
	object-fit: contain;
	object-position: 0px 30px;
}

.article-section__supreme-list {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0px 10px 45px 175px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 38px;

	background: url('/static/f/med_instrument/89/img/supreme-list.png') -212px -13px/466px auto no-repeat;
}

.article-section__supreme-list--2 {
	padding: 0;
	padding-left: 48px;
	gap: 14px;
	background: none;
}

.article-section__supreme-list--2::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	left: 8px;

	filter: blur(1.6px);
	background: linear-gradient(0deg, transparent 0%, #FAE8C2 14%, #F3DDAF11 85%, transparent 97%);
}

.article-section__supreme-list p {
	line-height: 117%;
}

.article-section__supreme-li--marker {
	position: relative;
}

.article-section__supreme-li--marker::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 8px;
    left: -49px;
	background: url('/static/f/med_instrument/89/img/marker.png') no-repeat;
	background-size: 20px 20px;
}

.article-section__supreme-li--1 {
	margin-left: 0;
}

.article-section__supreme-li--2 {
	margin-left: 50px;
}

.article-section__supreme-li--3 {
	margin-left: 54px;
}

.article-section__supreme-li--4 {
	margin-left: 20px;
}

.article-section__warnings-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.article-section__warnings-item {
	position: relative;
	box-sizing: border-box;
	width: 100%;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 17px 12px;
	gap: 11px;

	border: 3px solid #C49561;
	border-radius: 16px;
}

.article-section__warnings-text {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
}

.article-section__warnings-icon {
	min-width: 38px;
	min-height: 38px;
}

.article-section__calendar-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px 0px;
}

.article-section__calendar-item {
	position: relative;
	width: 132px;
	height: 139px;
	box-sizing: border-box;
	padding: 25px 0px 20px 0px;

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

.article-section__calendar-item--1 {
	background: url("/static/f/med_instrument/89/img/day-template-1.svg") no-repeat;
}

.article-section__calendar-item--2 {
	background: url("/static/f/med_instrument/89/img/day-template-2.svg") no-repeat;
}

.article-section__calendar-item--3 {
	background: url("/static/f/med_instrument/89/img/day-template-3.svg") no-repeat;
}

.article-section__calendar-item--4 {
	background: url("/static/f/med_instrument/89/img/day-template-4.svg") no-repeat;
}

.article-section__calendar-item--5 {
	background: url("/static/f/med_instrument/89/img/day-template-5.svg") no-repeat;
}

.article-section__calendar-item--6 {
	background: url("/static/f/med_instrument/89/img/day-template-6.svg") no-repeat;
}

.article-section__calendar-item--7 {
	background: url("/static/f/med_instrument/89/img/day-template-7.svg") no-repeat;
}

.article-section__calendar-item--8 {
	background: url("/static/f/med_instrument/89/img/day-template-8.svg") no-repeat;
}

.article-section__calendar-item--9 {
	background: url("/static/f/med_instrument/89/img/day-template-9.svg") no-repeat;
}



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

.article-section__calendar-icon {
	position: relative;
	width: 15px;
	height: 19px;
	object-fit: contain;
	margin-left: 5px;
    margin-right: 4px;
    margin-top: 35px;
}

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

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

.article-section__steps-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.article-section__steps-number {
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	background: #C49561;
	text-align: center;
}

.article-section__steps-image {
	position: relative;
}

.article-section__steps-image--1 {
	width: 105px;
	height: 108px;
	margin-left: 74px;
}

.article-section__steps-image--2 {
	width: 143px;
	height: 101px;
	margin-left: 43px;
    margin-top: 4px;
	margin-bottom: 4px;
}

.article-section__steps-image--3 {
	width: 77px;
	height: 89px;
	margin-left: 72px;
    margin-top: 15px;
	margin-bottom: 5px;
}

.article-section__steps-image--4 {
	width: 210px;
	height: 90px;
	margin-left: 40px;
    margin-top: 12px;
}

.article-section__steps-image--5 {
	width: 125px;
	height: 82px;
	margin-left: 42px;
    margin-top: 15px;
	margin-bottom: 5px;
}

.article-section__steps-image--6 {
	width: 181px;
	height: 103px;
	margin-left: 23px;
}

.article-section__note {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 24px 27px;

	border: 3px solid #C49561;
	border-radius: 16px;
}

.article-section__note-text {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
	text-align: center;
}

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding-left: 20px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #675336;
}

.banner-sign--mobile {
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
}

@media (max-width: 992px) {
	.article-wrapper {
		width: calc(100% + 40px);
		left: -20px;
	}

	.article-section__supreme {
		padding: 0px 20px;
	}

	.article-section--1 {
		background-position: -290px -360px;
	}

	.article-section__supreme-wrapper {
		height: 470px;
	}

}

@media (max-width: 767px) {

	.article-section {
		background-size: 250% 150%;
        background-position: -270px -570px;
	}

	.article-section__header {
		padding: 10px 30px;
		height: fit-content;
	}

	.article-section__header p {
		text-align: center;
		font-size: 14px;
	}

	.article-section__supreme-wrapper {
        height: 330px;
    }

	.article-section__supreme-image {
		width: 250px;
	}

	.aticle-section__supreme-background {
		width: 415px;
		height: 100%;
		background: url('/static/f/med_instrument/89/img/supreme-background.png') 0px 0px / 100% auto no-repeat;
	}

	.article-section__supreme-list {
		background: url('/static/f/med_instrument/89/img/supreme-list.png') -177px 7px / 340px auto no-repeat;
		padding: 30px 10px 50px 102px;
        gap: 0;
        justify-content: space-between;
    }

	.article-section__supreme-list li p {
		font-size: 13px;
	}

	.article-section__supreme-li--2 {
    	margin-left: 35px;
	}

	.article-section__supreme-li--3 {
    	margin-left: 40px;
	}

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

	.article-section__supreme-list--2 {
		background: none;
		padding: 0;
        padding-left: 48px;
	}

	.banner-sign--desktop {
		display: none;
	}

	.banner-sign--mobile {
		display: block;
	}
}

@media (max-width: 559px) {

	.article-section__supreme-image {
		width: 120px;
	}

	.aticle-section__supreme-background {
		width: 254px;
	}

	.article-section__supreme-wrapper {
        height: 250px;
    }

	.article-section__supreme-list {
        background: url('/static/f/med_instrument/89/img/supreme-list.png') -133px -4px / 250px auto no-repeat;
        padding: 10px 10px 50px 73px;
    }
	
	.article-section__supreme-list--2 {
		background: none;
		padding: 0;
        padding-left: 28px;
		gap: 8px;
	}

	.article-section__supreme-li--marker::before {
		width: 12px;
		height: 12px;
		top: 5px;
		left: -27px;
		background-size: 12px 12px;
	}

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

	.article-section__warnings-wrapper {
		grid-template-columns: 1fr;
	}

	.article-section__warnings-item {
		border-radius: 16px;
	}

	.article-section__calendar-wrapper {
		display: grid;
		grid-template-columns: 1fr 19px 1fr 19px 1fr 19px;
	}

	.article-section__calendar-item {
		width: 78px;
		height: 82px;
		padding: 13px 0px 13px 0px;
	}

	.article-section__calendar-item .bold {
		font-size: 10px;
	}
	
	.article-section__calendar-icon {
		width: 9px;
		height: 12px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 21px;
	}

	.article-section__calendar-item--1 {
	    background: url('/static/f/med_instrument/89/img/day-template-1.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--2 {
	    background: url('/static/f/med_instrument/89/img/day-template-2.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--3 {
	    background: url('/static/f/med_instrument/89/img/day-template-3.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--4 {
	    background: url('/static/f/med_instrument/89/img/day-template-4.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--5 {
	    background: url('/static/f/med_instrument/89/img/day-template-5.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--6 {
	    background: url('/static/f/med_instrument/89/img/day-template-6.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--7 {
	    background: url('/static/f/med_instrument/89/img/day-template-7.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--8 {
	    background: url('/static/f/med_instrument/89/img/day-template-8.svg') 0px 0px / 82px auto no-repeat;
	}

	.article-section__calendar-item--9 {
	    background: url('/static/f/med_instrument/89/img/day-template-9.svg') 0px 0px / 80px auto no-repeat;
	}

	.article__wrap .article-section__calendar-day {
		font-size: 20px;
		line-height: 12px;
	}

	.article-section__calendar-day .small {
		font-size: 10px;
	}

	.article-section__steps-item {
		align-items: center;
	}

	.article-section__steps-image {
		margin: 0 20px;
	}
}

@media (max-width: 459px) {

	.article-section__supreme {
		padding: 0px;
	}

	.article-section__supreme-wrapper {
        height: 210px;
    }

	.article-section__supreme-list {
		padding: 28px 10px 18px 65px;
	}

	.article-section__supreme-list li p {
		font-size: 8px;
	}

	.article-section__supreme-list--2 {
		background: none;
		padding: 0;
        padding-left: 28px;
		gap: 8px;
	}

	.article-section__supreme--footer {
		padding: 0px 20px;
	}
}