.rassrochka-steps-section {
	padding: 80px 0px 80px 0px;
}
.about-business-section + .rassrochka-steps-section, 
.about-info-section + .rassrochka-steps-section, 
.articles-slider-section + .rassrochka-steps-section, 
.benefits + .rassrochka-steps-section, 
.buildings-sizes-section + .rassrochka-steps-section, 
.buildings-slider-section + .rassrochka-steps-section, 
.calculator-section + .rassrochka-steps-section, 
.categories + .rassrochka-steps-section, 
.certificates-section + .rassrochka-steps-section, 
.faq-section + .rassrochka-steps-section, 
.features-section + .rassrochka-steps-section, 
.photos-section + .rassrochka-steps-section, 
.prices-typical + .rassrochka-steps-section, 
.products-section + .rassrochka-steps-section, 
.promos-section + .rassrochka-steps-section, 
.promo + .rassrochka-steps-section, 
.rassrochka-condition-section + .rassrochka-steps-section, 
.reviews-section + .rassrochka-steps-section, 
.team-section + .rassrochka-steps-section, 
.text-section + .rassrochka-steps-section, 
.page + .rassrochka-steps-section {
	padding-top: 0px;
}
.rassrochka-steps {}
.rassrochka-steps__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35.325px;
}
.rassrochka-steps__item[class*="--step-"] {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.rassrochka-steps__item__counter {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--color-red);
	border: 5px solid var(--color-white);
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: var(--color-white);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.rassrochka-steps__item__counter > span {
	font-size: 24px;
	line-height: 13px;
	font-weight: 600;
}
.rassrochka-steps__item-img-wrapper {
	border: 30px solid transparent;
	border-top: none;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}
.rassrochka-steps__item-img {
	width: 100%;
	max-width: 276px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: var(--color-gray-05);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.rassrochka-steps__item-text {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-top: calc((22px - 15px) * -1);
}
.rassrochka-steps__item.--final {
	display: block;
	background: var(--color-red);
	padding: 35px;
	border-radius: 10px;
}
.rassrochka-steps__item-title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: var(--color-white);
	margin-top: calc((28px - 22px) * -1);
}
.rassrochka-steps__item-content {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-white);
	margin-top: 22px;
}
.rassrochka-steps__item-content p + p {
	margin-top: 22px;
}
.btn.rassrochka-steps__item-btn {
	margin-top: calc(22px + 8px);
	width: 100%;
	padding: 14px 16px 15px 16px;
}
@media (max-width: 1500px) {
	.rassrochka-steps__items {
		gap: 35px;
	}
}
@media (max-width: 1240px) {
	.rassrochka-steps__items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.rassrochka-steps-section {
		padding: 50px 0px 50px 0px;
	}
	.rassrochka-steps__items {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.rassrochka-steps__item.--final {
		padding: 30px;
	}
	.rassrochka-steps__item-title {
		font-size: 20px;
		line-height: 26px;
		margin-top: calc((26px - 20px) * -1);
	}
}
@media (max-width: 549px) {
	.rassrochka-steps-section {
		padding: 40px 0px 40px 0px;
	}
	.rassrochka-steps__items {
		gap: 25px;
	}
	.rassrochka-steps__item__counter {
		right: calc(50% - (60px / 2) - (220px / 2) + 20px);
	}
	.rassrochka-steps__item-img-wrapper {
		border: none;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.rassrochka-steps__item-img {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.rassrochka-steps__item-text br {
		display: none;
	}
	.rassrochka-steps__item.--final {
		padding: 25px;
	}
	.rassrochka-steps__item-content {
		margin-top: 15px;
	}
	.rassrochka-steps__item-content p + p {
		margin-top: 15px;
	}
	.btn.rassrochka-steps__item-btn {
		margin-top: calc(15px + 8px);
	}
}