

/* Start:/local/templates/lancelot-bi/components/bitrix/news/tech/bitrix/news.list/.default/style.css?16926123661022*/
.company-support-ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-top: 70px;
	background-color: #fff;
	padding: 20px;
}
.company-support-ul li {
	width: 20%;
	padding: 10px;
	margin-bottom: 40px;
	height: 100px;
	transition: box-shadow ease-out 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.company-support-ul li:hover {
	box-shadow: 0 6px 9px 0 #0101011a;
	z-index: 1;
}
.company-support-ul li a,
.company-support-ul li > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
/*@media(min-width: 768px) {
	.company-support-ul li:not(:nth-child(4n)) {
		margin-right: 2%;
	}
}*/
@media(max-width: 1024px) {
	.company-support-ul {
		margin-top: 40px;
	}
	.company-support-ul li {
		width: 50%;
	}
}
@media(max-width: 768px) {
	/*.company-support-ul li {
		width: 50%;
		height: 82px;
		margin: -1px 0 0 -1px;
	}
	.company-support-ul li a {
	
	}*/
}
/* End */
/* /local/templates/lancelot-bi/components/bitrix/news/tech/bitrix/news.list/.default/style.css?16926123661022 */
