.static-service-block{
	text-align: initial;
	clear: both;
	margin: 15px 0;
}
.static-service-block__wrap{
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.static-service-block__wrap .static-service{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	width: 255px;
	margin: 5px;
	-webkit-transition: box-shadow .20s;
	transition: box-shadow .20s;
}
.static-service-block__icon{
	margin: 1px 1px;
	width: 58px;
	height: 58px;
	flex-shrink: 0;
	background: #FFF url('../../images/services-icon-47-43.png') no-repeat;
}
.static-service-block__text{
	padding: 0 5px;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}
.static-service--disabled{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .4;
	cursor: default;
}
.static-service-block__wrap .static-service:not(.static-service--disabled):hover{
	box-shadow: 0 0 3px 0 #1E1E1E;
}
.static-service-block__wrap .static-service-1{
	background-position: 0 0;
	background-color: #EA5F50;
	color: #FFF;
}
.static-service-block__wrap .static-service-1 .static-service-block__icon{
	background-position: 0 0;
}
.static-service-block__wrap .static-service-1:not(.static-service--disabled):hover .static-service-block__icon{
	background-position: 0 -58px;
	background-color: #EA5F50;
}
.static-service-block__wrap .static-service-2{
	background-color: #00B3CE;
	color: #FFF;
}
.static-service-block__wrap .static-service-2 .static-service-block__icon{
	background-position: -58px 0;
}
.static-service-block__wrap .static-service-2:not(.static-service--disabled):hover .static-service-block__icon{
	background-position: -58px -58px;
	background-color: #00B3CE;
}
.static-service-block__wrap .static-service-3{
	background-color: #09335B;
	color: #FFF;
}
.static-service-block__wrap .static-service-3 .static-service-block__icon{
	background-position: -116px 0;
}
.static-service-block__wrap .static-service-3:not(.static-service--disabled):hover .static-service-block__icon{
	background-position: -116px -58px;
	background-color: #09335B;
}
.static-service-block__wrap .static-service-4{
	background-color: #FFC600;
	color: #000
}
.static-service-block__wrap .static-service-4 .static-service-block__icon{
	background-position: -174px 0;
}
.static-service-block__wrap .static-service-4:not(.static-service--disabled):hover .static-service-block__icon{
	background-position: -174px -58px;
	background-color: #FFC600;
}
@media screen and (max-width: 860px){
	.static-service-block__wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 385px){
	.static-service-block .caption{
		font-size: 1em;
	}
}