

/* Start:/bitrix/templates/SeaTelecom/components/bitrix/news.list/docs/style.css?1783511904670*/
.docs_box {
	display: flex;
	flex-wrap: wrap;
	max-width: 1180px;
	margin: 20px auto;
}
.docs_tile {
	display: flex;
	align-items: center;
	width: 220px;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	overflow: hidden;
	margin: 21px 20px;
	padding: 40px 30px 40px 100px;
	text-decoration: none;
	background: url("/img/pdf.svg") 30px center no-repeat;
}
.docs_tile:hover {
	opacity: 0.9;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.docs_name {
	color: #3B50D0;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}
@media screen and (max-width:1200px) {
	.docs_tile {width: calc(50% - 172px);}
}
@media screen and (max-width:783px) {
	.docs_tile {width: 100%;}
}
/* End */
/* /bitrix/templates/SeaTelecom/components/bitrix/news.list/docs/style.css?1783511904670 */
