.sub #pliki {
    margin-bottom: 0px;
    width: 100%;
}

.downloads {
	display: flex;
	flex-wrap: wrap;
}

.downloads a {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 30px;
	width: calc(50% - 77px);
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	margin-right: 30px;
	text-decoration: none;
	transition: all .2s;
}

.downloads.poziom a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    width: 100%;
    border: none;
    margin-bottom: 0px;
    margin-right: 0px;
    text-decoration: none;
	border-top: 1px solid #e2e2e2;
	color: #212121;
    /* padding-top: 10px; */
    transition: all .2s;
}

.downloads.poziom a:last-of-type {
	border-bottom: 1px solid #e2e2e2;
}

.downloads a:nth-child(2n) {margin-right: 0;}

.downloads a:hover {
	background: #f8f8f8;
	border-color: #ccc;
}

.downloads a img {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	max-width: 30px;
	margin-right: 30px;
}

.downloads a .text {
	display: flex;
	flex-direction: column;
	width: 88%;
}

.downloads a .text strong {
	font-size: 1rem;
	color: #333;
}

.downloads a .text span {
	color: #999;
	font-size: 0.9rem;
}
/*# sourceMappingURL=pliki.horizontal.min.css.map */
