.do_pobrania .flex-container {
	gap: 0;
	row-gap: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: top;
	margin-bottom: 120px;
}

.do_pobrania .flex-container h2 {
	color: #000;
	font-family: "Space Grotesk";
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 97%; /* 77.6px */
	margin: 0 auto 50px auto;
}

.do_pobrania .flex-container .full {
	width: 100%;
}

.do_pobrania .flex-container .full .in {
	padding: 0;
}

.do_pobrania .flex-container .full .in .files {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

.do_pobrania .flex-container .full .in .files li {

}

.do_pobrania .flex-container .full .in .files li a {
	transition: 300ms;
}

.do_pobrania .flex-container .full .in .files li a span:first-of-type {
	color: #000;
	width: 70%;
	leading-trim: both;

	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 97%; /* 24.25px */
	text-transform: uppercase;
	transition: 300ms;
}

.do_pobrania .flex-container .full .in .files li a span:last-of-type {
	color: #000;

	leading-trim: both;

	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 103%;
	transition: 300ms;
}

.do_pobrania .flex-container .full .in .files li a div {
	position: relative;
	width: 63px;
	height: 63px;
	overflow: hidden;
}

.do_pobrania .flex-container .full .in .files li a div svg:first-of-type {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.do_pobrania .flex-container .full .in .files li a div svg:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

@media only screen and (min-width: 1066px) {
	.do_pobrania .flex-container .full .in .files li a:hover {
		border-bottom: 1px solid #000;
		background: #000;
	}

	.do_pobrania .flex-container .full .in .files li a:hover span {
		color: #fff;
	}

	.do_pobrania .flex-container .full .in .files li a:hover div svg:first-of-type {
		top: 0;
	}

	.do_pobrania .flex-container .full .in .files li a:hover div svg:last-of-type {
		top: 100%;
	}

	.do_pobrania .flex-container .full .in .files li a div svg path {
		transition: 300ms;
	}

	.do_pobrania .flex-container .full .in .files li a:hover div svg path {
		fill: #DEFC52;
	}
}

.do_pobrania .flex-container .full .in .files li a {
	padding: 34px 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 996px) {
	.do_pobrania .flex-container h2 {
		color: #000;
		font-family: "Space Grotesk";
		font-size: 50px;
		font-style: normal;
		font-weight: 600;
		line-height: 97%; /* 48.5px */
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #000;
	}

	.do_pobrania .flex-container .full .in .files li a {
		padding: 20px 0 ;
	}

	.do_pobrania .flex-container .full .in .files li a span:first-of-type {
		color: #000;

		leading-trim: both;

		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 97%; /* 19.4px */
		text-transform: uppercase;
	}

	.do_pobrania .flex-container .full .in .files li a span:last-of-type {
			color: #000;
			leading-trim: both;
			text-edge: cap;
			font-family: "Space Grotesk";
			font-size: 15px;
			font-style: normal;
			font-weight: 400;
			line-height: 103%; /* 15.45px */
	}

	.do_pobrania .flex-container .full .in .files li a:hover  span {
		color: #fff !important;
	}

	.do_pobrania .flex-container .full .in .files li a div {
		width: 45px;
		height: 45px;
	}
}