.promo_partners .promo__content {
	height: auto;
	justify-content: flex-start;
}
.promo_partners  .promo__desc {
	margin-bottom: 24px;
	max-width: 567px;
}
.promo_partners .promo__btn{
	margin-top: 0;
}
.card_whom.card_whom_static {
	align-items: center;
}
.card_whom__icon_text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #498EF5;
	color: #FFFFFF;
}
.card_whom, .whom__more img {
	max-height: 300px;
}
.steps-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 32px 20px;
}
.steps-grid__icon {
	background: #58C755;
	width: 40px;
	height: 40px;
	margin: 0;
	display: inline-flex;
	font-family: var(--font_roboto);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; 
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #FFFFFF;
}
.steps-grid__step {
	margin-bottom: 24px;
	overflow: hidden;
}
.steps-grid__step_lined {
	position: relative;
}
.steps-grid__step_lined:after {
	position: absolute;
	top: 50%;
	left: 64px;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #58C755;
}
.pluses__header {
	display: none;
}
.pluses__header_m {
	display: block;
}
.pluses__card {
	padding: 20px;
}
.mini_promo_img_partners {
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 353px;
	background-image: url('i/minipromo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	right: -5%;
	bottom: -6%;
}
@media (max-width: 577px) {
	.promo_partners .promo__content {
    padding-top: 180px;
    background-position: center 60px;
    background-size: 152px;
	}
	.mini_promo_partners .mini_promo_text {
		text-align: center;
	}
}
@media (min-width: 578px) {
	.promo_partners .promo__content {
		height: 390px;
		background-position-x: 94%;
		background-position-y: center;
		background-size: auto 296px;
	}
	.steps-grid__content {
		margin-bottom: 24px;
	}
	.pluses__card {
		padding: 24px;
	}
}
@media (min-width: 578px) and (max-width: 1299px) {
	.promo_partners .container {
		padding-right: var(--negindent_sm);
	}
}
@media (min-width: 992px) {
	.promo_partners .promo__content {
		height: 500px;
		background-position-x: right;
		background-position-y: bottom;
		background-size: auto 100%;
		justify-content: center;
	}   
	.promo_partners .promo__desc {
		margin-bottom: 32px;
	}
	.card_whom, .whom__more img {
		max-height: none;
	}
	.pluses__header {
		display: block;
	}
	.pluses__header_m {
		display: none;
	}
	.pluses__card {
		padding: 32px 38px;
	}
	.mini_promo_img_partners {
		right: 0;
    bottom: -10%;
		max-width: 400px;
	}
}
@media (min-width: 1300px) {
	.steps-grid .h3 {
		font-size: 32px;
		line-height: 37px;
		font-style: normal;
		font-weight: 500;
	}
	.mini_promo_partners .mini_promo_img_wrap {
		min-height: 573px;
	}
	.mini_promo_img_partners {
		right: 18%;
    bottom: 10%;
		max-width: 629px;
	}
	.mini_promo_partners .mini_promo_text {
		max-width: 560px;
	}
}
@media (min-width: 1800px) {
	.mini_promo_img_partners {
		right: 18%;
    bottom: 10%;
		max-width: 629px;
	}
}
