.home .l_clients{ 
	display: grid;
	display: -ms-grid;
	grid-auto-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.l_clients .i_item{
	border: 1px solid rgba(255, 255, 255, 	.15);
}
.l_clients a .b_lg::before{
	content: '';
	-webkit-transition: height .2s ease-out 0s;
    -moz-transition: height .2s ease-out 0s;
    -ms-transition: height .2s ease-out 0s;
    -o-transition: height .2s ease-out 0s;
    transition: height .2s ease-out 0s;
	background-color: var(--active3);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
}
.l_clients a:hover .b_lg::before{
	height: 100%;
}
.l_clients .i_lg{
	height: 100%;
}
.page:not(.home) .l_clients .i_item{
	display: none;
	float: left;
}
.page:not(.home) .l_clients::after{
	content: '';
	display: block;
	clear: both;
}

.fclick{
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.5;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .15);
	background: rgba(255, 255, 255, .15);
	padding: .5714em 1.0714em;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.fclick:not(.active){
	cursor: pointer;
}
.fclick:hover{
	border: 1px solid rgba(255, 255, 255, .5);
	background: rgba(112, 0, 255, .2);
}
.fclick.active{
	border: 1px solid rgba(255, 255, 255, .5);
	background: #7000FF;
}
.l_clients .i_item{
	overflow: hidden;
}
.l_clients .i_item.hide{
	border-width: 0;
	display: none;
}
@media(max-width: 650px){
	.l_clients{
		padding: 0 1.0714em; 
	}
	.home .l_clients{
		grid-row-gap: 1.0714em;
   		grid-column-gap: 1.0714em;
		-ms-grid-columns: 1fr 1fr 1fr;
    	grid-template-columns: 1fr 1fr 1fr;
	}
	.page:not(.home) .l_clients{
		margin-right: -1.0714em;
	}
	.page:not(.home) .l_clients .i_item{
		width: calc(33.3333% - 1.0714em);
		margin-bottom: 1.0714em;
		margin-right: 1.0714em;
	}
	.l_clients .b_lg{
		padding: .7143em;
	}
	.l_clients .i_lg{
		padding-top: 76.6703%;
	}

	.b_filter{
		font-size: .8571em;
		padding-left: 1.25em;
		margin-right: -1.25em;
		margin-bottom: .4167em;
	}
	.fclick{
		margin-bottom: 1.25em;
	}
	.fclick:not(:last-child){
		margin-right: 1.25em;
	}
}
