.rassrochka-benefit {
	margin-top: 40px;
}
.rassrochka-benefit__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35.325px;
}
.rassrochka-benefit__item {
	display: flex;
	flex-direction: column;
}
.rassrochka-benefit__item-img {
	display: flex;
	aspect-ratio: 336 / 276;
	width: 100%;
	max-height: 300px;
	background: var(--color-gray-05);
	border-radius: 16px;
	position: relative;
	z-index: 20;
}
.rassrochka-benefit__item-img img {
	display: block;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: inherit;
	object-fit: cover;
}
.rassrochka-benefit__item-content {
	margin-top: calc(25px + 3px);
	display: flex;
	flex-direction: column;
	height: 100%;
}
.rassrochka-benefit__item-content-title {
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin-top: calc((28px - 22px) * -1);
}
.rassrochka-benefit__item-content-description {
	font-size: 15px;
	line-height: 22px;
	margin-top: 15px;
}
@media (max-width: 1500px) {
	.rassrochka-benefit__items {
		gap: 35px;
	}
}
@media (min-width: 1241px) and (max-width: 1500px) {
	.rassrochka-benefit__item-content-title {
		font-size: 20px;
		line-height: 26px;
		margin-top: calc((26px - 20px) * -1);
	}
}
@media (max-width: 1240px) {
	.rassrochka-benefit__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.rassrochka-benefit__item-img {
		border-radius: 12px;
	}
}
@media (max-width: 768px) {
	.rassrochka-benefit__items {
		grid-template-columns:1fr;
	}
	.rassrochka-benefit__item-content {
		padding: calc(30px + 12px) 30px 30px 30px;
		border: 1px solid var(--color-gray-05);
		border-top: none;
		border-radius: 0 0 12px 12px;
		margin-top: -12px;
		height: 100%;
		position: relative;
		z-index: 10;
	}
	.rassrochka-benefit__item-content-title {
		font-size: 20px;
		line-height: 26px;
		margin-top: calc((26px - 20px) * -1);
	}
	.rassrochka-benefit__item-content-description {
		margin-top: calc(10px + 3px);
	}
}
@media (max-width: 549px) {
	.rassrochka-benefit__items {
		gap: 30px;
	}
	.rassrochka-benefit__item-content {
		padding: calc(25px + 12px) 25px 25px 25px;
	}
}