/* перепись 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: 130%;
}

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

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

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

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

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

.article__wrap .green-text-3 {
	color: #2CAA57;
}

.article__wrap .gold-text {
	color: #B89B36;
}

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

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

.article__wrap .article-section__title {
	line-height: 110%;
	text-align: center;
}

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

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

.article__wrap .article-section__day-text span {
	font-weight: 400;
	font-size: 36px;
	line-height: 85%;
}

.article__wrap .article-section__day-ml {
	font-size: 16px;
	line-height: 107%;
	text-align: center;
	letter-spacing: -0.02em;
}

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

@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 .article-section__green-title {
		font-size: 24px;
	}
}

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

.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: 14px;
	padding-bottom: 24px;
	align-items: flex-start;
}

.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 {
	line-height: 110%;
	text-align: center;
}

.article-section__green-title {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: #2CAA57;
}

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

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

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

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

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

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

.article-section__warning--gap14 {
	gap: 14px;
}

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

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

.article-section__warning-line {
	position: relative;
	width: 100%;
	height: 2px;
	background: linear-gradient(45deg, #FFFFFF 5%, #E9B86F 23%, #E2AB58 52%, #E9B86F 77%, #FFFFFF 98%);
}

.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: 130px;
    height: 136px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0px 16px 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: 20px;
	line-height: 80%;
	text-align: center;

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

.article__wrap .article-section__day-text span {
	font-weight: 400;
	font-size: 36px;
	line-height: 85%;
}

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

	z-index: 1;
}

.article-section__day-ml span {
	font-size: 28px;
}

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

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

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

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

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

.article-section__step p {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 459px) {

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

	.article-section--2,
	.article-section--3,
	.article-section--4 {
        padding: 0px;
    }

	.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;
		padding: 10px 0px 13px 0px;
	}

	.article__wrap .article-section__day-text {
		font-size: 14px;
		line-height: 90%;
	}

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

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

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

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

	.article-section__warning {
		align-items: flex-start;
	}

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

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