/*services in form - begin*/
.service {
	width: 50%;
	border-right: 2px solid rgba(0,0,0,0.2);
	border-top: 2px solid rgba(0,0,0,0.2);
	padding: 10px;
	transition: .2s;
}

.items4 {
	margin: -12px -12px 0 0;
}

.items4 .service {
	width: 25%;
	border: 0;
	padding: 0;
	padding-right: 12px;
	margin-top: 12px;
}

@media(max-width: 768px) {
	.items4 .service {
		width: 50%;
	}
}

.items4 .service-block {
	position: relative;
	background-color: #fafafa;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 27px 15px 20px 15px;
}

.items4 .service-block:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 99.5%;
	height: 99.5%;
	border-radius: 3px;
	border: 4px solid #ffc600;
	opacity: 0;
}

.items4 .service:hover .service-block:after, .items4 .service.active .service-block:after {
    opacity: 1;
}

.items4 .service p {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 15px;
}

.items4 .service.active p {
	font-family: 'Helveticaneuecyr-Bold';
}

@media(max-width: 1260px) {
	.items4 .service p {
		font-size: 16px;
	}
}

.items4 .service img {
	filter: grayscale(1);
}

.items4 .service:hover .service-block, .items4 .service.active .service-block {
	background-color: #f6f6f6;
	border-color: transparent;
}

.services-field-line {
	padding: 20px 0;
}

.service:nth-child(-n+2) {
	border-top: 0;
	padding-top: 0;
}

.service:nth-last-child(-n+2) {
	padding-bottom: 0;
}

.service:nth-child(2n) {
	border-right: 0;
}

.service p {
	font-family: 'Helveticaneuecyr-Roman';
	font-size: 14px;
	line-height: 1.3;
	margin-top: 10px;
}

.service br {
	display: block;
}

.service-block {
	width: 100%;
	border: 3px solid transparent;
	border-radius: 5px;
	padding: 10px;
	padding-bottom: 6px;
	transition: .2s;
}

.service:hover .service-block, .service.active .service-block {
	background-color: #ffcf29;
	border-color: #d99900;
	transition: .2s;
}

.service img {
	height: 40px;
	margin: 0 auto;
}
/*services in form - end*/