.bl-main {
	height: 500px;
	position: relative;
}

.bl-item {
	transition: all .5s linear;
	position: absolute;
	background-color: #fff;
	right: 0;
}

.bl-main > .bl-item.bl-expand {
	width: 100%;
	height: 100%;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}
.bl-main.bl-expand-item > .bl-item:not(.bl-expand) {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.bl-hiden-content {
	opacity: 0;
	pointer-events: none;
	/* position: absolute;
	top: 60px;
	left: 30px;
	right: 30px;
	bottom: 30px; */
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
}
.bl-item.bl-expand .bl-hiden-content,
.bl-item.bl-expand .bl-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}
.bl-item .bl-icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}
#services .bl-item.bl-expand .title {
	font-size: 30px;
}
#services .bl-item.bl-expand .description {
	display: none;
}
.container {
	overflow: hidden;
}


.bl-main > .bl-item:nth-child(1) {
	top: 0;
	left: 0;
}
.bl-main > .bl-item:nth-child(2) {
	top: 250px;
	left: 0;
}
.bl-main > .bl-item:nth-child(3) {
	top: 500px;
	left: 0;
}
.bl-main > .bl-item:nth-child(4) {
	top: 750px;
	left: 0;
}
.bl-main > .bl-item:nth-child(5) {
	top: 1000px;
	left: 0;
}
.bl-main > .bl-item:nth-child(6) {
	top: 1250px;
	left: 0;
}
@media(min-width: 992px) {
	.bl-main {
		height: 750px;
	}
	.bl-main > .bl-item:nth-child(1) {
		top: 0;
		left: 0;
	}
	.bl-main > .bl-item:nth-child(2) {
		top: 0;
		left: 50%;
	}
	.bl-main > .bl-item:nth-child(3) {
		top: 33.333%;
		left: 0;
	}
	.bl-main > .bl-item:nth-child(4) {
		top: 33.333%;
		left: 50%;
	}
	.bl-main > .bl-item:nth-child(5) {
		top: 66.666%;
		left: 0;
	}
	.bl-main > .bl-item:nth-child(6) {
		top: 66.666%;
		left: 50%;
	}
}
@media(min-width: 1200px) {
	.bl-main {
		height: 500px;
	}
	.bl-main > .bl-item:nth-child(1) {
		top: 0;
		left: 0;
	}
	.bl-main > .bl-item:nth-child(2) {
		top: 0;
		left: 33.333%;
	}
	.bl-main > .bl-item:nth-child(3) {
		top: 0;
		left: 66.666%;
	}
	.bl-main > .bl-item:nth-child(4) {
		top: 50%;
		left: 0;
	}
	.bl-main > .bl-item:nth-child(5) {
		top: 50%;
		left: 33.333%;
	}
	.bl-main > .bl-item:nth-child(6) {
		top: 50%;
		left: 66.666%;
	}
}