

/* Start:/local/templates/orso/components/bitrix/news.list/partners-info-list/style.css?1750768259941*/

.pil-item:not(:last-child) {
	margin-bottom: 30px;
}

.pil-item:not(:first-child) {
	padding-top: 30px;
	border-top: 1px solid var(--color-dark-darker-3);
}

.pil-item__name {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 16px;
}

.pil-item__file {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-height: 60px;
    background-image: url('/local/templates/orso/assets/img/pdf-icon.svg');
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 18px;
    padding: 8px 0 8px 70px;
}

.pil-item__file a {
    text-decoration: none;
    font-size: 20px;
    border-bottom: 1px solid transparent;
    line-height: 1.2;
}

.pil-item__file-size {
    color: #888792;
    font-size: 1rem;
    text-transform: uppercase;
}

@media all and (min-width:1025px) {
	.pil-item__file:hover {
		color: rgba(238, 124, 0, 1);
	}
}
/* End */
/* /local/templates/orso/components/bitrix/news.list/partners-info-list/style.css?1750768259941 */
