.ustanovka {
    padding-bottom: 60px;
}
.ustanovka__title {
    padding-top: 50px;
    margin-bottom: 30px;
}
.ustanovka__desc {
	margin-bottom: 35px;
}
.ustanovka__items-wrapper {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ustanovka__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
    gap: 30px 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ustanovka__item {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	width: 428px;
	background: #fff;
	border: 1px solid #e6e4e3;
	border-radius: 4px;
}
.bg-blue-light .ustanovka__item {
	border-color: #fff;
}
.ustanovka__item-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}
.ustanovka__item-img {
    display: block;
	margin: -1px -1px 0px -1px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: calc(100% + (1px * 2));
	height: 121px;
	border-radius: 4px 4px 0px 0px;
	z-index: 10;
	flex-shrink: 0;
}
.ustanovka__item-img-inner {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.ustanovka__item-img-number {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: calc((36px / 2) * (-1));
	left: calc(30px - 5px);
	width: 36px;
	height: 36px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: var(--primary-color);
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.ustanovka__item-img-number > span {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ustanovka__item-img-number > span[data-content]:before {
	content: attr(data-content);
	display: inline;
}
.ustanovka__item-text {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 25px 30px 25px 30px;
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.ustanovka__text_after_items {
	margin-top: 35px;
}
@media screen and (min-width: 1221px) and (max-width: 1575px) {
	.ustanovka__item {
		width: 370px;
	}
}
@media screen and (max-width: 1220px) {
	.ustanovka__item {
		width: calc((100% - (30px * (3 - 1))) / 3);
		max-width: 428px;
	}
}
@media screen and (max-width: 992px) {
	.ustanovka {
		padding-bottom: calc(40px + 10px);
	}
    .ustanovka__title {
        padding-top: 40px;
        margin-bottom: 25px;
    }
	.ustanovka__desc {
		margin-bottom: 30px;
	}
	.ustanovka__item {
		width: 100%;
		max-width: 428px;
	}
	.ustanovka__item-img-number {
		bottom: calc((34px / 2) * (-1));
		left: calc(25px - 5px);
		width: 34px;
		height: 34px;
	}
	.ustanovka__item-text {
		padding: 22px 25px 22px 25px;
	}
	.ustanovka__text_after_items {
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.ustanovka__item {
		width: calc((100% - (30px * (2 - 1))) / 2);
	}
}
@media screen and (max-width: 630px) {
	.ustanovka {
		padding-bottom: 45px;
	}
}
@media screen and (min-width: 500px) and (max-width: 767px) {
	.ustanovka__item {
		width: calc((100% - (30px * (2 - 1))) / 2);
	}
}
@media screen and (max-width: 499px) {}