.v-chem-zaklyuchaetsya-moya-pomoshch_list {	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.screen_v-chem-zaklyuchaetsya-moya-pomoshch .block_title span {
	font-family: "RobotoBlack";
}
.hidden {
	margin: 0 !important;
}
.v-chem-zaklyuchaetsya-moya-pomoshch_item .icon {
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 12rem;
	height: 4.2rem;
	background: url(/rr_images/decorations/checkbox_blue.png) no-repeat center 0 transparent;
}
.v-chem-zaklyuchaetsya-moya-pomoshch_item {
	width: 45%;
	position: relative;
	padding: 0 0 0 12rem;
	box-sizing: border-box;
	margin: 1.7rem 0;
}
@media only screen and (max-width:479px) {
	.screen_v-chem-zaklyuchaetsya-moya-pomoshch .block_title {
		font-size: 2.4rem;
		line-height: 1.2;
		font-family: "RobotoLight";
		padding: 3.3rem 2rem;
		width: 100%;
	    box-sizing: border-box;
	}
	.v-chem-zaklyuchaetsya-moya-pomoshch_item {
		width: 100%;
	}
}
@media only screen and (min-width:480px) and (max-width:639px){
	.screen_v-chem-zaklyuchaetsya-moya-pomoshch .block_title {
		font-size: 2.4rem;
		line-height: 1.2;
		font-family: "RobotoLight";
		padding: 3.3rem 2rem;
		width: 100%;
	    box-sizing: border-box;
	}
	.v-chem-zaklyuchaetsya-moya-pomoshch_item {
		width: 100%;
	}
}
@media only screen and (min-width:640px) and (max-width:959px){
	.screen_v-chem-zaklyuchaetsya-moya-pomoshch .block_title {
		font-size: 2.4rem;
		line-height: 1.2;
		font-family: "RobotoLight";
		padding: 4.6rem 2rem;
		width: 60%;
	}
	.v-chem-zaklyuchaetsya-moya-pomoshch_item {
		width: 100%;
	}
}
@media only screen and (min-width: 960px) and (max-width:1365px){
	.screen_v-chem-zaklyuchaetsya-moya-pomoshch .block_title {
		font-size: 3rem;
		line-height: 1.2;
		font-family: "RobotoLight";
		padding: 4.6rem 2rem;
		width: 60%;
	}
}
@media only screen and (min-width: 1366px) {
	.screen_v-chem-zaklyuchaetsya-moya-pomoshch .block_title {
		font-size: 4rem;
		line-height: 1.2;
		font-family: "RobotoLight";
		padding: 4.6rem 2rem;
		width: 60%;
	}
}