.introducing_block{
}
.questions{
	margin: auto 0;
	text-align: center;
}
.colored_text{
	color: #2495a3;
	font-weight: bold;
}
.title_1{
	text-align: center;
	font-size: 19px;
	margin: 15px 0;
	color: #404040;
}

.colors{
	grid-template-columns: 1fr 1fr;
}
.examples{
	display: flex;
	justify-content: center;
}
.grid_item img{
	height: 250px;
}
.color_w{
	width: 350px;
}

.process_main_title{
	margin-bottom: 25px;
}
.processes_wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 15px;
}
.process_title{
	margin: 10px 0;
	font-weight: bold;
	font-size: 17px;
	color: #4d4d4d;
}
.process_text{
	margin-left: 20px;
	color: #4d4d4d;
}
.process_step_img{
	display: flex;
	justify-content: center;
	margin: 30px 0;

}
.process_step_img img{
	max-width: 250px;
	max-width: 100%;
	max-height: 550px;
}

.steps{
	grid-template-columns: 30px 1fr 30px 1fr;
	grid-column-gap: 25px;
}

.step_text ul li{
	margin-bottom: 12px;
}

.rules{
	margin: 20px 0 0 40px;
	list-style: none;
}
.rules li{
	color: #404040;
	margin-bottom: 5px;
}
.rules li::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: red;
	margin-right: 10px;
	border-radius: 10px;

}
.rules a{
	color: #399CA7;
}
.markers_1 li::before{
	background-color: #96e3aa;
}
.markers_2 li::before{
	background-color: #ffa27a;
}
.rules li b{
	color: #545c5b;
}

.avito_div{
	margin-top: 20px;
	margin-left: 20px;
}
.avito_div img{
	max-width: 100%;
/*	min-height: 150px;*/
}
.review_text, .avito_text{
	margin-left: 10px;
	margin-bottom: 15px;
}
.review_ref{
	margin: 20px 0 30px 10px;
}
.review_ref a, .avito_text a{
	color: #3c7b82;
	font-size: 16px;
	font-weight: bold;
}
.review_ref a:hover, .avito_text a:hover{
	color: #63afb8;
}
.extra_questions{
	margin-top: 40px;
	margin-left: 25px;
	color: #757878;
}
.extra_questions p{
	margin-top: 7px;
}

@media (max-width:767px){
	.title_1{
		font-size: 17px;
	}
	.steps{
		grid-template-columns: 30px 1fr;
		grid-column-gap: 7px;
	}
	.processes_wrapper{
		grid-template-columns: 1fr;
	}
	.avito_div{
		margin-left: 0px;
	}
	.rules{
		margin-left: 10px;
	}
	.process_text{
		margin-left: 10px;
	}
}