/** **/

.article-section--title .article-section__title {
	margin: 0;
}

.article-wrapper h1,h2,h3,h4,p {
	margin-top: 0;
	margin-bottom: 0;
}

.article-wrapper h2 {
	font-size: 36px;
	line-height: 124%;
	margin: 0;
}

.article-wrapper .article-section__note-top {
	color: #FFFFFF;
}

.article__wrap h3, .article__wrap .h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section__content .x-small {
	font-size: 14px;
	line-height: 140%;
}

.article-section .green-text {
	color: #15A347;
}

.article-section .green-text-2 {
	color: #40BD5B;
	text-align: center;
}

.article-section .gold-text {
	color: #B89B36;
}

.article-section .dark-gold-text {
	color: #C09618;
}

.article-section .gray-text {
	color: #798190;
}

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

.article-section .small {
	font-size: 16px;
	line-height: 145%;
}

.article-section .x-small {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article-section .article-section__title {
	font-size: 32px;
	line-height: 120%;
	text-align: center;
}

.article-section p+p {
	margin-top: 0;
}

.article-section .article-section__day-text {
	line-height: 20px;
}

.article-section .article-section__day-text span {
	font-weight: 400;
	font-size: 40px;
	line-height: 90%;
}

.article-section .article-section__day-ml span {
	font-size: 30px;
	line-height: 107%;
}

@media screen and (max-width: 767px) {

	.article-wrapper h1 {
	font-size: 30px;
	line-height: 124%;
	}

	.article-wrapper h2 {
		font-size: 26px;
		line-height: 124%;
	}

	.article-wrapper h3 {
		font-size: 24px;
		line-height: 120%;
	}

	.article-wrapper h4 {
		font-size: 20px;
		line-height: 120%;
	}

}

/** **/

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

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

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

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

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

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

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

.green-text {
	color: #15A347;
	text-align: center;
}

.green-text-2 {
	color: #40BD5B;
	text-align: center;
}

.gold-text {
	color: #B89B36;
}

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

.gray-text {
	color: #798190;
}

.article-wrapper {
	position: relative;
	width: calc(100% + 80px);
	height: fit-content;
	left: -40px;

	display: flex;
	flex-direction: column;
	gap: 24px;
	background: linear-gradient(180deg, #FFFFFF 0%, #E9E9E9 100%), #FFFFFF;

}

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

	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 40px;
}

.article-section--1 {
	gap: 4px;
}

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

.article-section--3 {
	gap: 24px;
}

.article-section--footer {
	gap: 40px;
	padding-bottom: 24px;
}

.article-section__heading {
	color: #C58E23;
	padding: 12px 0px;
}

.article-section__heading-divider {
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #E2AB58 50.96%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.5;
	transform: matrix(1, 0, 0, -1, 0, 0);
}

.article-section__title {
	font-size: 32px;
	line-height: 120%;
	text-align: center;
}

.nestogen-label {
	color: #FFFFFF;
	padding: 3px 15px;
	background: linear-gradient(90deg, #24B14D 0%, #039441 100%);
	border-radius: 35px;
}

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

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

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

.article-section__warning {
	position: relative;
	width: 50%;

	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 24px 20px 20px;
	gap: 4px;

	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 12px 24px rgba(204, 200, 193, 0.5);
	backdrop-filter: blur(8.9px);
	border-radius: 30px;
}

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

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 14px 0px;
}

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

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px 15px 0px;
	box-sizing: border-box;
}

.article-section__day-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.article-section__day-text {
	font-weight: 400;
	font-size: 40px;
	line-height: 90%;
	text-align: center;
	margin-right: 5px;

	color: #C09618;
	z-index: 1;
}

.article-section__day-ml {
	position: relative;
	font-size: 30px;
	line-height: 107%;
	text-align: center;
	letter-spacing: -0.02em;

	z-index: 1;
}

.article-section__day-arrow {
	position: relative;
	margin-top: 24px;
}

.article-section__day-arrow--invisible {
	opacity: 0;
}

.article-section__subtitle {
	width: 100%;
	text-align: center;
	color: #798190;
}

.article-section__white-block {
	position: relative;
	width: 100%;
	height: fit-content;
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(204, 200, 193, 0.5);
	border-radius: 30px;

	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 24px 30px;
}

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

	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 0px 0px 0px 58px;
	list-style: none;
}

.article-section__list-item {
	position: relative;
}

.article-section__list-item::before {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	left: -53px;
    top: 6px;
	background: url('/static/f/med_instrument/92/img/list-mark.svg') no-repeat;
}

.article-section__steps {
	position: relative;
	width: 100%;
	height: fit-content;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px 14px;

	background: #FFFFFF;
	filter: drop-shadow(0px 12px 24px rgba(204, 200, 193, 0.5));
	border-radius: 30px;
	padding: 24px 14px 14px 14px;
}

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

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

.article-section__step-number {
	position: absolute;
	top: 0px;
	left: 0px;
}

.article-section__step-image {
	position: relative;
	height: 105px;
	object-fit: none;
    object-position: bottom;
}

.article-section__steps-allrow {
	grid-column: 1 / -1;
}

.article-section__note {
	position: relative;
	padding: 24px;

  	border: 2px solid #E2AB58;
	border-radius: 20px;
	box-sizing: border-box;
}

@media (max-width: 1279px) {
	.article-section__step-image {
		width: 100%;
		object-fit: contain;
		padding-left: 47px;
	}

	.article-section__horizontal-wrapper {
		flex-direction: column;
	}

	.article-section__warning {
		width: 100%;
	}
}

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

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

	.article-section__horizontal-wrapper {
    	flex-direction: row;
    }

	.article-section--footer {
		padding-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.article-section__horizontal-wrapper {
    	flex-direction: column;
    }
}

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

@media (max-width: 459px) {

	.article-section {
        padding: 0px 14px;
    }

	.article-section--footer {
		padding-bottom: 24px;
	}

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

	.article-section--3 {
		padding: 0;
	}

	.article-section__day-wrapper {
		width: 83px;
		height: 83px;
	}

	.article-section .article-section__day-text {
		font-size: 10px;
		line-height: 100%;
		margin-right: 2px;
	}

	.article-section .article-section__day-text span {
		font-size: 20px;
		line-height: 107%;
	}

	.article-section .article-section__day-ml {
		font-size: 10px;
		line-height: 100%;
	}

	.article-section .article-section__day-ml span {
		font-size: 14px;
		line-height: 107%;
	}
	
	.article-section__day-wrapper {
		padding: 9px 0px 12px 0px;
	}

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

	.article-section__list {
		padding: 0px 0px 0px 30px;
	}

	.article-section__list-item::before {
		width: 22px;
		height: 22px;
		left: -30px;
        background-size: 100% auto;
	}

	.article-section__white-block {
		padding: 24px;
	}
}