@charset "utf-8";
.title_order{margin-top:20px;}

/*partners*/
.partners_cover{margin:0 0 150px;}

@media (max-width: 770px){
	.partners_cover{margin-bottom:130px;}
}

/*steps*/
.steps{margin-bottom:200px;position:relative;}
.steps::before{content:'';display:block;width:22px;height:22px;background-image:url(/tmp/img/global/steps/points.webp);position:absolute;bottom:calc(100% + 30px);left:35%;}

@media (max-width: 770px){
	.steps{margin-bottom:150px;}
	.steps::before{display:none;background:unset;}
}

/*servies*/
.servies_cover{background:url(/tmp/img/global/servies/points_top.webp) top 35px left 12% no-repeat;}
.servies{background:unset;padding-bottom:120px;}

@media (max-width: 770px){
	.servies_cover{background-size:15px;}
}

@media (max-width: 500px){
	.servies{padding-bottom:0;}
}

/*loners*/
.loners{background:url(/tmp/img/global/loners/points_top.webp) top left no-repeat, url(/tmp/img/global/loners/points.webp) bottom 15px right no-repeat;padding-top:99px;}

@media (max-width: 760px){
	.loners{background:url(/tmp/img/global/loners/points.webp) bottom 15px right no-repeat;padding-top:120px;}
}