<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ZMIANA BY PAWEĹ - 2017-10-24 */
.homepageNews .list .item .text {
	color: black;
}
/* ============================ */
/* ZMIANA BY PAWEĹ - 2017-10-31 */
.homepageNews .list .item .title {
	color: #f87b0c;
}
/* ============================ */
/* ZMIANA BY PAWEĹ - 2018-01-19 */
.awards .left-side a {
	display: block;
	width: 100%;
}


@media screen and (min-width: 47.9375em){
	.awards .left-side a {
		display: block;
		width: 90%;
	}
}

.product-desc a { color:#f87b0c}
.body strong a {
	color:#f87b0c;
	transition:0.2s;

}
.body strong a:hover{
		text-decoration: underline;
}
/* ============================ */


.articleContent a,
.site a {
	color: #f87b0c;
	transition: 0.2s ease-out;
	text-decoration: underline;
}

.articleContent a:hover,
.site a:hover {
	color: #000;
}

.reglink {
	color: #f87b0c;
}

.reglink:hover {
	text-decoration: underline;
}

#slider .slick .item .more {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}</pre></body></html>