.sections{
	padding-top: 40px;
	padding-bottom: 35px;
}

.sections .col-xs-12.col-md-3{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.sections .section-item{	
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 29px;
	text-decoration: none;
}

.section-item__pic{
	width: 100%;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
	background: #ced9db;
}

.section-item__pic > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.section-item__pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .sections .section-item:hover .section-item__pic > img,
.bx-touch .sections .section-item:active .section-item__pic > img{
	-moz-transform: translate(-50%, -50%) scale(1.25) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.25);
	-webkit-transform: translate(-50%, -50%) scale(1.25);
	transform: translate(-50%, -50%) scale(1.25);	
}

.section-item__icon{
	width: 180px;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	-khtml-border-radius: 90px;
	border-radius: 90px;
	background: #f1f6f7;	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bx-no-touch .sections .section-item:hover .section-item__icon,
.bx-touch .sections .section-item:active .section-item__icon{	
	background: transparent;
}

.section-item__icon > i{
	font-size: 70px;
	color: #455a64;	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bx-no-touch .sections .section-item:hover .section-item__icon > i,
.bx-touch .sections .section-item:active .section-item__icon > i{	
	color: #6639b6;	
	-moz-transform: scale(1.25) rotate(0.02deg);
	-o-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.section-item__caption{
	width: 100%;
	text-align: center;
}

.section-item__title{	
	margin-top: 18px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bx-no-touch .sections .section-item:hover .section-item__title,
.bx-touch .sections .section-item:active .section-item__title{
	color: #6639b6;
}

.section-item__text{
	margin-top: 12px;
	color: #455a64;
}

/***PHONES***/
@media(max-width: 1042px){
	.sections{
		padding-top: 8px;
		padding-bottom: 20px;
	}
	
	.sections .col-xs-12.col-md-3{
		float: left;
		display: block;
	}
	
	.sections .section-item{
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 12px;
	}

	.section-item__pic{
		width: 86px;
		min-width: 86px;
		margin-right: 12px;
	}

	.section-item__pic > img{
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.section-item__pic > img[data-lazyload-src]{
		-webkit-transition: opacity 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s;
		transition: opacity 0.3s ease 0s;
	}

	.bx-no-touch .sections .section-item:hover .section-item__pic > img,
	.bx-touch .sections .section-item:active .section-item__pic > img{
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);	
	}
	
	.section-item__icon{
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin-right: 12px;
		-webkit-transition: all 0.15s ease 0s;
		-moz-transition: all 0.15s ease 0s;
		-o-transition: all 0.15s ease 0s;
		transition: all 0.15s ease 0s;
	}

	.bx-no-touch .sections .section-item:hover .section-item__icon,
	.bx-touch .sections .section-item:active .section-item__icon{
		background: #fff;
	}
	
	.section-item__icon > i{
		font-size: 32px;		
	}

	.bx-no-touch .sections .section-item:hover .section-item__icon > i,
	.bx-touch .sections .section-item:active .section-item__icon > i{
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.section-item__caption{
		text-align: left;
	}
	
	.section-item__title{
		margin-top: 3px;
		-webkit-transition: all 0.15s ease 0s;
		-moz-transition: all 0.15s ease 0s;
		-o-transition: all 0.15s ease 0s;
		transition: all 0.15s ease 0s;
	}
	
	.section-item__text{
		margin-top: 6px;
	}
}