.about_its-group {
	padding-bottom: 25px!important;
}
.about_its-group h3 {
	line-height: 1.2;
	font-size: 16px;
}
.about_its-group__title {
	min-height: 63px;
}
.about_its-group__items {
	flex-wrap: wrap;
	justify-content: center;
}
.about_its-group__item:nth-of-type(4) {
	margin-right: 0;
}
.about_its-group__item {
	width: 23.5546%;
	border-radius: 5px;
	color: #fff;
	min-height: 185px;
	padding: 35px 9px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.7%;
	margin-right: 1.7%;
	background: url(/rr_images/decorations/bg__lines-for-list.png) center 20% no-repeat #333231;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}
	.about_its-group__item:hover .about_its-group__more {
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}
.about_its-group__more {
	color: #fff;
	margin-top: 8px;
	display: inline-block;
	line-height: 1.2;
}
.about_its-group__item:hover {
	background-color: #efefef;
	color: #000000;
}
.about_its-group__item:hover .about_its-group__more {
	color: #000000;
}
.about_its-group__circle {
	padding: 20px 0 0 20px;
	bottom: -25px;
	right: -25px;
	position: absolute;
	height: 110px;
	width: 110px;
	border-radius: 50%;
	background-color: #e3231f;
}
@media only screen and (min-width:1222px) {
	.about_its-group__item {
		width: 275px;
		padding: 35px 22px;
		margin-bottom: 15px;
		margin-right: 15px;
	}
}