.services_new .services__item{
	width: calc(100% / 3 - 4px);
	max-width: calc(100% / 3);
	margin-right: 6px;
	margin-left: 0;
	position: relative;
}

.services_new .services__item:nth-child(3n){
	margin-right: 0;
}

.services_new{
	padding-left: 5px;
}

.services__item-title-wrap{
	display: flex;
}

.services__item-title{
	width: calc(100% - 15px);
	text-align: center;
	display: block;
	font-weight: 500;
}

.services__item-count{
	width: 15px;
	display: flex;
	align-items: center;
	font-weight: 600;
	justify-content: center;
	margin-left: 0;
}

@media(max-width: 780px){
	.services_new .services__item{
		width: calc(50% - 4px);
		max-width: calc(50% - 4px);
		margin-right: 4px;
		margin-left: 0;
	}
	.services_new .services__item:nth-child(3n){
		margin-right: 4px;
	}
	.services_new .services__item:nth-child(2n){
		margin-right: 0;
	}
}

@media(max-width: 500px){
	.services_new .services__item{
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.services_new .services__item:nth-child(3n){
		margin-right: 0;
	}
	.services_new .services__item:nth-child(2n){
		margin-right: 0;
	}
}