.recive{padding-bottom: 44px}
.recive__title{margin-bottom: 30px}
.recive__list{display: flex; justify-content: space-between; flex-wrap: wrap}
.recive__item{display: flex; align-items: flex-start; width: 49%; margin-bottom: 26px; padding-left: 15px}
.recive__ico{position: relative; flex-shrink: 0; display: flex; justify-content: center; align-items: center; width: 66px; height: 63px; margin-right: 40px; margin-top: 30px}
.recive__ico img{width: auto; max-width: 100%}
.recive__ico::before{content: ''; position: absolute; z-index: -1; top: -30px; left: -10px; width: 102px; height: 56px; background-image: url(/templates/stroitelstvo/images/newblock/recive/ico-bg.svg); background-repeat: no-repeat; background-size: contain}
.recive__item p{max-width: 410px; font-weight: 500; line-height: 1.25}
@media screen and (max-width: 991px){
	.recive__ico{width: 50px; height: 50px; margin-right: 20px; margin-top: 20px; }
	.recive__ico::before{top: -30px; left: -15px; width: 80px; height: 40px; }
	.recive__item p{font-size: 14px; }
}
@media screen and (max-width: 767px){
	.recive__item{width: 100%; margin-bottom: 20px; align-items: center; }
	.recive__item p{max-width: 100%; }
}
@media screen and (max-width: 575px){
	.recive__ico{width: 40px; height: 40px; margin-right: 20px; margin-top: 20px; }
	.recive__ico::before{top: -15px; left: -5px; width: 60px; height: 30px; }
	.recive__item{padding-left: 0; }
	.recive__title{margin-bottom: 20px; }
}