

/* Start:/local/templates/oblgaz/components/bitrix/catalog.section/documents_base/style.css?17083872001146*/
.doc__items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 45px;
}
.doc__item {
    display: block;
    flex-basis: 48%;
    padding-left: 50px;
    position: relative;
    min-height: 40px;
	transition: all ease 0.3s;

    line-height: 1.5;
    font-weight: 300;
    font-size: 20px;


}
.doc__item:hover {
	color: #007ac2;
}
.doc__item span {
    font-weight: 400;
    color: #9c9c9c;
	font-size: 14px;
}
.doc__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.doc__item.pdf::before {
	background-image: url("/local/templates/oblgaz/img/pdf-1.png");
}
.doc__item.word::before {
	background-image: url("/local/templates/oblgaz/img/word.png");
}
.doc__item.excel::before {
	background-image: url("/local/templates/oblgaz/img/excel.png");
}
.doc__item.zip::before {
	background-image: url("/local/templates/oblgaz/img/zip.png");
}
.doc__item.img::before {
	background-image: url("/local/templates/oblgaz/img/jpg.png");
}
/* End */
/* /local/templates/oblgaz/components/bitrix/catalog.section/documents_base/style.css?17083872001146 */
