.rassrochka {
    padding-top: 55px;
    padding-bottom: 60px;
}
.rassrochka.--pt0 {
	padding-top: 0px !important;
}
.rassrochka__group {
    margin-bottom: 27px;
}
.rassrochka__text {
    margin-bottom: 35px;
}
.rassrochka__items-wrapper {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.rassrochka__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -30px -20px 0px -20px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.rassrochka__item {
	display: inline-block;
	vertical-align: top;
	margin: 30px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: calc(33.3333% - (20px * 2));
}
.rassrochka__item-head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.rassrochka__item-head-number {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	color: #0066cc;
}
.rassrochka__item-head-text {
	display: inline-block;
	vertical-align: top;
	margin: -6px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #000;
}
.rassrochka__item-head-text u {
	color: #0066cc;
}
.rassrochka__item-description {
	display: block;
	margin: 17px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
@media screen and (max-width: 1220px) {
	.rassrochka__items {
		margin: -25px -15px 0px -15px;
	}
	.rassrochka__item {
		margin: 25px 15px 0px 15px;
		width: calc(33.3333% - (15px * 2));
	}
	.rassrochka__item-description {
		margin-top: 12px;
	}
}
@media screen and (max-width: 992px) {
    .rassrochka {
        padding-top: 40px;
		padding-bottom: 40px;
    }
	.rassrochka__item {
		width: calc(50% - (15px * 2));
	}
}
@media screen and (max-width: 767px) {
    .rassrochka__group {
        margin-bottom: 17px;
    }
    .rassrochka__text {
        margin-bottom: 23px;
    }
	.rassrochka__items {
		margin-top: -20px;
	}
	.rassrochka__item {
		margin-top: 20px;
	}
	.rassrochka__item-description {
		margin-top: 10px;
	}
}
@media screen and (max-width: 580px) {
	.rassrochka__item {
		width: calc(100% - (15px * 2));
	}
}
@media screen and (max-width: 400px) {
    .rassrochka {
        padding-top: 35px;
		padding-bottom: 40px;
    }
}