.wrapper__request-step{margin-top:-100px;}
.request-step{background:#007ABE url(/templates/komfort74/images/step_zayavka_bg.jpg) no-repeat center center / cover; padding:40px; text-align:left; display:flex; justify-content:space-between; align-items:center; border-radius:20px; z-index:2; position:relative; color:#fff}
.request-step__icon{object-fit:contain; width:50px; height:50px; margin-left:40px}
.request-step__info{width:60%}
.request-step__title{font-size:20px; font-weight:700; margin:0 0 15px 0}
.request-step__text{line-height:160%}
.request-step__button{box-shadow:0 0 0 1px #fff inset; color:#fff; border:none; min-width:220px}
.request-step__button:hover{color:#007ABE; background:#fff}
@media(max-width:1229px){
	.wrapper__request-step{margin-top:-100px;}
	.request-step{padding:30px}
	.request-step__icon{margin-left:10px}
}
@media(max-width:991px){
	.request-step__icon{display:none}
	.request-step{flex-direction:column; gap:15px 0; text-align:center}
	.request-step__info{width:100%}
}
@media(max-width:575px){
	.request-step{background-image:none}
}