@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
button,
input,
select,
textarea {
	outline: none;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}

.row.reverse {
	flex-direction: row-reverse;
}

.column {
	flex-direction: column;
}

.column.reverse {
	flex-direction: column-reverse;
}

.auto .col {
	flex: auto;
}

.col {
	margin-right: 30px;
}

.col:last-child {
	margin-right: 0;
}

.flex,
.content-center,
.content-evenly,
.content-around,
.content-between,
.items-end,
.items-start,
.items-center {
	display: flex;
}

.flex img {
	width: auto;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.col-1 {
	width: calc(99.99% * 1/12 - (30px - 30px * 1/12));
	max-width: calc(99.99% * 1/12 - (30px - 30px * 1/12));
	flex-basis: calc(99.99% * 1/12 - (30px - 30px * 1/12));
}

.col-2 {
	width: calc(99.99% * 2/12 - (30px - 30px * 2/12));
	max-width: calc(99.99% * 2/12 - (30px - 30px * 2/12));
	flex-basis: calc(99.99% * 2/12 - (30px - 30px * 2/12));
}

.col-3 {
	width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
	max-width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
	flex-basis: calc(99.99% * 3/12 - (30px - 30px * 3/12));
}

.col-4 {
	width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
	max-width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
	flex-basis: calc(99.99% * 4/12 - (30px - 30px * 4/12));
}

.col-5 {
	width: calc(99.99% * 5/12 - (30px - 30px * 5/12));
	max-width: calc(99.99% * 5/12 - (30px - 30px * 5/12));
	flex-basis: calc(99.99% * 5/12 - (30px - 30px * 5/12));
}

.col-6 {
	width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
	max-width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
	flex-basis: calc(99.99% * 6/12 - (30px - 30px * 6/12));
}

.col-7 {
	width: calc(99.99% * 7/12 - (30px - 30px * 7/12));
	max-width: calc(99.99% * 7/12 - (30px - 30px * 7/12));
	flex-basis: calc(99.99% * 7/12 - (30px - 30px * 7/12));
}

.col-8 {
	width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
	max-width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
	flex-basis: calc(99.99% * 8/12 - (30px - 30px * 8/12));
}

.col-9 {
	width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
	max-width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
	flex-basis: calc(99.99% * 9/12 - (30px - 30px * 9/12));
}

.col-10 {
	width: calc(99.99% * 10/12 - (30px - 30px * 10/12));
	max-width: calc(99.99% * 10/12 - (30px - 30px * 10/12));
	flex-basis: calc(99.99% * 10/12 - (30px - 30px * 10/12));
}

.col-11 {
	width: calc(99.99% * 11/12 - (30px - 30px * 11/12));
	max-width: calc(99.99% * 11/12 - (30px - 30px * 11/12));
	flex-basis: calc(99.99% * 11/12 - (30px - 30px * 11/12));
}

.col-12 {
	width: calc(99.99% * 12/12 - (30px - 30px * 12/12));
	max-width: calc(99.99% * 12/12 - (30px - 30px * 12/12));
	flex-basis: calc(99.99% * 12/12 - (30px - 30px * 12/12));
}

.col-1:nth-child(12n) {
	margin-right: 0;
}

.col-2:nth-child(6n) {
	margin-right: 0;
}

.col-3:nth-child(4n) {
	margin-right: 0;
}

.col-4:nth-child(3n) {
	margin-right: 0;
}

.col-6:nth-child(2n) {
	margin-right: 0;
}

.col-12 {
	margin-right: 0;
}

.items-center {
	align-items: center;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.content-between {
	justify-content: space-between;
}

.content-around {
	justify-content: space-around;
}

.content-evenly {
	justify-content: space-evenly;
}

.content-center {
	justify-content: center;
}

.self-start {
	align-self: flex-start;
}

.self-center {
	align-self: center;
}

.self-end {
	align-self: flex-end;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.container {
	width: 100%;
	max-width: 1196px;
	margin: 0 auto;
}

.container-fluid {
	width: 100%;
	max-width: calc(100% - $gap);
	margin: 0 auto;
}

:root {
	font-size: 14px;
}

body {
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: #565B65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	margin: 30px 0 15px;
	line-height: 1.2;
	color: #212121;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
	color: #29A343;
}

main h1,
main .h1 {
	font-size: 38px;
}

main h2,
main .h2 {
	font-size: 30px;
}

main h3,
main .h3 {
	font-size: 27px;
}

main h4,
main .h4 {
	font-size: 24px;
}

main h5,
main .h5 {
	font-size: 22px;
}

main h6,
main .h6 {
	font-size: 18px;
}

.sub main h1,
.sub main .h1 {
	font-size: 38px;
}

.sub main h2,
.sub main .h2 {
	font-size: 30px;
}

.sub main h3,
.sub main .h3 {
	font-size: 27px;
}

.sub main h4,
.sub main .h4 {
	font-size: 24px;
}

.sub main h5,
.sub main .h5 {
	font-size: 22px;
}

.sub main h6,
.sub main .h6 {
	font-size: 18px;
}

.lead {
	font-size: 21px;
	line-height: 2rem;
	color: #212121;
}

p,
ul,
ol {
	margin-bottom: 14px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0px;
}

ul,
ol {
	margin-left: 30px;
}

ul li,
ol li {
	margin-bottom: 2px;
}

ul li {
	list-style: square outside;
}

ol li {
	list-style: decimal outside;
}

blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}

blockquote em,
blockquote small {
	display: block;
}

blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}

blockquote small {
	text-align: right;
	font-size: 1rem;
}

blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}

.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 30px;
}

.well ul:last-of-type,
.well ol:last-of-type {
	margin-bottom: 0px;
}

.well.warning {
	background: rgb(255, 194, 11);
	color: black;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.bold,
.strong,
bold,
strong {
	font-weight: 700;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

table {
	margin-bottom: 1rem;
}

table th,
table td {
	padding: 0.5rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: left;
}

table th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
    color: #222222;
}

.zebra th,
.zebra td {
	padding: 0.5rem 1rem;
	border: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.zebra tr:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.05);
}

.simple th,
.simple td {
	padding: 0.5rem 1rem;
	border: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.condensed th,
.condensed td {
	padding: 0.2rem 0.4rem;
}

.btn {
	background: rgba(135, 192, 91, 1);
	background: -moz-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(135, 192, 91, 1)), color-stop(100%, rgba(41, 159, 65, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: linear-gradient(135deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87c05b', endColorstr='#299f41', GradientType=1);
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	padding: 1.15rem 2rem;
	line-height: 1;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: white;
	transition: all 0.2s;
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn:focus {
	opacity: .8;
	transform: translateY(1px);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.btn.block {
	display: block;
}

.btn.big {
	padding: 2rem 3rem;
}

.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}

.btn img {
	vertical-align: middle;
	margin-top: -4px;
}


button {
	cursor: pointer;
}

.btn.danger {
	background: #E21C2A;
	border-color: #E21C2A;
}

.btn.danger:hover {
	color: white;
	background: #e7404b;
	transform: translateY(-2px);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn.danger:focus {
	color: white;
	background: #be1823;
	transform: translateY(1px);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.btn.warning {
	background: #F2841E;
	border-color: #F2841E;
}

.btn.warning:hover {
	color: white;
	background: #f49945;
	transform: translateY(-2px);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn.warning:focus {
	color: white;
	background: #db700d;
	transform: translateY(1px);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.btn.success {
	background: #29A343;
	border-color: #29A343;
}

.btn.success:hover {
	color: white;
	background: #5ab94e;
	transform: translateY(-2px);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn.success:focus {
	color: white;
	background: #3c8233;
	transform: translateY(1px);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.btn.alt {
	color: white;
	background: none;
	border: 2px solid white;
}

.bg-info {
	background: #147fbd;
	border-color: #147fbd;
}

.bg-danger {
	background: #E21C2A;
	border-color: #E21C2A;
}

.bg-warning {
	background: #F2841E;
	border-color: #F2841E;
}

.bg-success {
	background: #29A343;
	border-color: #29A343;
}

.bg-primary {
	background: #29A343;
	border-color: #29A343;
}

.bg-secondary {
	background: #334151;
	border-color: #334151;
}

.color-white {
	color: white;
}

.color-black {
	color: black;
}

.color-info {
	color: #147fbd;
}

.color-danger {
	color: #E21C2A;
}

.color-warning {
	color: #F2841E;
}

.color-success {
	color: #29A343;
}

.color-primary {
	color: #29A343;
}

.color-secondary {
	color: #334151;
}

.bg-none {
	background: transparent !important;
}

.navbar_toggler {
	display: none;
}

body {
	padding-top: 160px;
}

.navbar_top {
	background: #ECEEF0;
	height: 40px;
	overflow: hidden;
	transition: height 0.2s;
}

.navbar_bottom {
	background: white;
	height: 120px;
	transition: height 0.2s;
	transform-origin: top;
}

#navbar {
	background: white;
	height: 160px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.2s;
}

#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#navbar input {
	border: 0;
	border-radius: 0;
	min-width: 15vw;
	font-size: 14px;
	padding: 0.9rem 1rem;
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
	background: transparent url(../img/szukaj.svg) 94% center no-repeat;
	background-size: 20px auto;
}

#navbar input::placeholder {
	color: black;
	opacity: .5;
	transition: opacity .2s;
}

#navbar input:focus::placeholder {
	opacity: .2;
}

.logo img {
	height: 74px;
	width: 303px;
	display: block;
	transition: all 0.2s;
}

#navbar.affix {
	top: -40px;
	background: rgba(255, 255, 255, 0.95);
	height: auto;
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.affix .logo img {
	height: 30px;
}

#navbar.affix .navbar_bottom {
	height: 60px;
}

#navbar .btn {
	transition: all .2s;
}

#navbar.affix .btn {
	padding: 10px 0;
}

.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2;
}

.navbar-nav li {
	display: inline;
	list-style: none;
	margin: 0;
	position: relative;
}

.navbar-nav li:first-child {
	margin-left: 0;
}

.navbar-nav a {
	text-decoration: none;
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	color: #666;
	padding: 3px 6px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	overflow: hidden;
}

.navbar-nav .active>a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	/* background: white; */
	color: #29A343;
}



.nav,
.subnav {
	margin: 0;
	padding: 0;
}

.nav li,
.subnav li {
	list-style: none;
	display: inline;
	/* position: relative; */
}

.nav li a {
	text-decoration: none;
	padding: 10px 15px;
	color: black;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	transition: all 0.2s;
	word-break: keep-all;
}

.nav .dropdown li a {
	padding: 7px 15px;
	color: black;
	font-size: 14px;
	font-weight: 400;
}

.nav .active,
.nav .active>a,
.nav a:hover {
	color: #29A343 !important;
}


.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 10px 0 30px;
	width: 100%;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 75px 75px -2px rgba(0, 0, 0, 0.2);
	transform: scaleY(0);
	opacity: 0;
	transform-origin: top;
	transition: all 0.2s;
	border-top: 1px solid #e2e2e2;
}

.show .dropdown {
	transform: scaleY(1);
	opacity: 1;
}

.nav .dropdown h4,
.nav .dropdown h4 a {
	font-weight: 500;
	color: #3c8233;
	font-size: 16px;
	border: 0;
	padding: 0;
}

.nav .dropdown ul {
	margin-left: 0;
}

.nav .dropdown .row {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.nav .dropdown .col {
	flex: 1;
}

/* .dropdown .dropdown {
	top: 0;
	left: 100%;
}

.nav .toLeft .dropdown .dropdown {
	top: 0;
	right: 100%;
	left: auto;
} */

.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}

.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	border-radius: 0;
}

.dropdown a::after {
	display: none;
}

.dropdown>li:hover>a {
	background: #29A343;
	color: white;
}

.dropdown>li:first-child>a {
	border: 0;
}

.dropdown .menukat {
	width: calc(25% - 40px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	padding: 20px 10px;
	margin: 10px;
	text-align: center;
	position: relative;
}

.dropdown .menukat a {
	border-top: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.dropdown .menukat span {
	margin-top: 10px;
	display: block;
	color: black;
	font-weight: 500;
	transition: all 0.2s;
}

.dropdown .menukat img {
	height: 64px;
	width: 64px;
	filter: brightness(0);
	transition: all 0.2s;
}

.dropdown .menukat:hover span {
	color: #29A343;
}

.dropdown .menukat:hover img {
	filter: brightness(1);
}


#navbar .btn {
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	min-width: 260px;
    padding: 16px 0;
    background: none;
    border: 2px solid #29A343;
    color: #29A343;
}

#navbar .btn img {
	max-height: 25px;
	margin-right: 10px;
}

header {
	overflow: hidden;
	width: 100%;
	position: relative;
}

header .col-10 {
	position: relative;
}

header .on-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	width: 100%;
}

header .container {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

header .col-7 {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

header .slogan {
	height: calc(100% - 60px);
	padding: 30px 60px 30px 30px;
	text-align: left;
	background: linear-gradient(to right, #eceef0 60%, rgba(236, 238, 240, 0) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	float: left;
}

header .swiper-container {
	position: relative;
	z-index: 10;
	display: block;
}

header .swiper-slide a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: stretch;
	flex-direction: row;
	text-decoration: none;
}

header .swiper-slide .caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: calc(30% - 30px);
	padding: 0 30px;
	flex-shrink: 0;
	color: white;
	text-align-last: left;

	background: rgba(135, 192, 91, 1);
	background: -moz-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(135, 192, 91, 1)), color-stop(100%, rgba(41, 159, 65, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	background: linear-gradient(135deg, rgba(135, 192, 91, 1) 0%, rgba(41, 159, 65, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87c05b', endColorstr='#299f41', GradientType=1);
}

header .swiper-container img {
	display: block;
	flex-shrink: 0;
}

header .swiper-container .btn {
	margin-top: 10px;
}

header .caption small {font-size: 16px;}
header .caption strong {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
	display: block;
	text-align: left;
	margin: 15px 0;
}

header h1 {
	font-size: 38px;
	color: #29A343;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	text-transform: none;
}



#pliki hr {
	display: block;
	height: 1px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	margin: 30px 0;
}

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

.downloads a {
	display: inline-flex;
	align-items: center;
	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: 0px;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	margin-right: 0px;
	text-decoration: none;
	transition: all .2s;
}

.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-weight: 400;
	font-size: 1rem;
	color: #333;
}

.downloads a .text span {
	color: #999;
	font-size: 0.9rem;
	margin-top: 5px;
}




form .col:nth-child(2) {
	margin-right: 0;
}

form .group {
	display: block;
	margin-bottom: 10px;
}

form label {
	font-size: 1rem;
	display: block;
}

form input,
form select,
form textarea {
	width: calc(100% - 2rem);
	padding: 0.5rem 1rem;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
	outline: none;
	font-size: 1rem;
	font-family: "Lato", sans-serif;
	line-height: 1.1;
}

form input:hover,
form select:hover,
form textarea:hover {
	border-color: rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

form input:focus,
form select:focus,
form textarea:focus {
	border-color: rgba(0, 0, 0, 0.4);
	transform: translateY(0);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

form textarea {
	height: 14.2rem;
}

form .checkbox {
	position: relative;
}

form .checkbox input {
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

form .checkbox label {
	font-size: 0.8rem;
	line-height: 1.3;
	position: relative;
	padding-left: 1.5rem;
}

form .checkbox label p {
	margin-bottom: 0;
}

form .checkbox label .more-content {
	margin-top: 15px;
}

form .checkbox label li {
	margin-bottom: 5px;
}

form .checkbox .more {
	color: #29A343;
	text-decoration: none;
}

form .checkbox .more-content {
	display: none;
}

form .error {
	border-color: red;
	background: rgba(255, 193, 193, 0.2);
}

form .error-message {
	display: none;
}

form .error-message:first-of-type {
	display: block;
	font-size: 0.7rem;
	color: red;
}

.no-labels .col:nth-child(2) {
	margin-right: 0;
}

.no-labels .group {
	display: block;
	margin-bottom: 10px;
}

.no-labels label {
	font-size: 1rem;
	display: block;
}

.no-labels input,
.no-labels select,
.no-labels textarea {
	width: calc(100% - 2rem);
	padding: 0.5rem 1rem;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
	outline: none;
	font-size: 1rem;
	font-family: "Lato", sans-serif;
	line-height: 1.1;
}

.no-labels input::placeholder,
.no-labels select::placeholder,
.no-labels textarea::placeholder {
	color: rgba(0, 0, 0, 0.3);
	transition: all 0.2s;
}

.no-labels input:hover,
.no-labels select:hover,
.no-labels textarea:hover {
	border-color: rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

.no-labels input:hover::placeholder,
.no-labels select:hover::placeholder,
.no-labels textarea:hover::placeholder {
	color: rgba(0, 0, 0, 0.8);
}

.no-labels input:focus,
.no-labels select:focus,
.no-labels textarea:focus {
	border-color: rgba(0, 0, 0, 0.4);
	transform: translateY(0);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.no-labels input:focus::placeholder,
.no-labels select:focus::placeholder,
.no-labels textarea:focus::placeholder {
	color: rgba(0, 0, 0, 0.1);
}

.no-labels textarea {
	height: 9.7rem;
}

.no-labels .checkbox {
	position: relative;
}

.no-labels .checkbox input {
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.no-labels .checkbox label {
	font-size: 0.8rem;
	line-height: 1.3;
	position: relative;
	padding-left: 1.5rem;
}

.no-labels .checkbox label p {
	margin-bottom: 0;
}

.no-labels .checkbox label .more-content {
	margin-top: 15px;
}

.no-labels .checkbox label li {
	margin-bottom: 5px;
}

.no-labels .checkbox .more {
	color: #29A343;
	text-decoration: none;
}

.no-labels .checkbox .more-content {
	display: none;
}

.no-labels .error {
	border-color: red;
	background: rgba(255, 193, 193, 0.2);
}

.no-labels .error-message {
	display: none;
}

.no-labels .error-message:first-of-type {
	display: block;
	font-size: 0.7rem;
	color: red;
}

.js-labels .col:nth-child(2) {
	margin-right: 0;
}

.js-labels .group {
	display: block;
	margin-bottom: 1rem;
	position: relative;
}

.js-labels label {
	font-size: 1rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5rem;
	z-index: 1;
	transition: all 0.3s;
}

.js-labels .checkbox label,
.js-labels .checkbox.focused label {
	position: relative;
	top: 0;
	font-size: 0.8rem;
	opacity: 1;
}

.js-labels .focused label {
	top: -0.7rem;
	font-size: 0.6rem;
	opacity: 0.7;
}

.js-labels input,
.js-labels select,
.js-labels textarea {
	width: 100%;
	padding: 0.5rem 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
	outline: none;
	font-size: 1rem;
	font-family: "Lato", sans-serif;
	line-height: 1.1;
	background: transparent;
	position: relative;
	z-index: 10;
}

.js-labels input:hover,
.js-labels select:hover,
.js-labels textarea:hover {
	box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.1);
	transform: none;
	border-color: rgba(0, 0, 0, 0.4);
	background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.js-labels input:focus,
.js-labels select:focus,
.js-labels textarea:focus {
	border-color: rgba(0, 0, 0, 0.5);
	transform: translateY(0);
	box-shadow: none;
}

.js-labels textarea {
	height: 10.6rem;
}

.js-labels .checkbox {
	position: relative;
}

.js-labels .checkbox input {
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.js-labels .checkbox label {
	font-size: 0.8rem;
	line-height: 1.3;
	position: relative;
	padding-left: 1.5rem;
}

.js-labels .checkbox label p {
	margin-bottom: 0;
}

.js-labels .checkbox label .more-content {
	margin-top: 15px;
}

.js-labels .checkbox label li {
	margin-bottom: 5px;
}

.js-labels .checkbox .more {
	color: #29A343;
	text-decoration: none;
}

.js-labels .checkbox .more-content {
	display: none;
}

.js-labels .error {
	border-color: red;
}

.js-labels .error-message {
	display: none;
}

.js-labels .error-message:first-of-type {
	display: block;
	font-size: 0.7rem;
	color: red;
}

.gallery a::before,
.gallery-index a::before {
	background-image: url("../img/search.svg");
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	opacity: 0;
	transition: opacity 0.3s;
}

.gallery a,
.gallery-index a {
	margin: 0 30px 30px 0;
	overflow: hidden;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.gallery a img,
.gallery-index a img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 10;
	transition: all 0.3s;
}

.gallery a:hover img,
.gallery-index a:hover img {
	opacity: 0.6;
	transform: scale(1.03);
}

.gallery a:hover::before,
.gallery-index a:hover::before {
	opacity: 1;
}

.two-cols a {
	max-width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
	width: calc(99.99% * 1/2 - (30px - 30px * 1/2));
	flex-basis: calc(99.99% * 1/2 - (30px - 30px * 1/2));
}

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

.three-cols a {
	max-width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
	width: calc(99.99% * 1/3 - (30px - 30px * 1/3));
	flex-basis: calc(99.99% * 1/3 - (30px - 30px * 1/3));
}

.three-cols a:nth-child(3n) {
	margin-right: 0;
}

.four-cols a {
	max-width: calc(99.99% * 1/4 - (30px - 30px * 1/4));
	width: calc(99.99% * 1/4 - (30px - 30px * 1/4));
	flex-basis: calc(99.99% * 1/4 - (30px - 30px * 1/4));
}

.four-cols a:nth-child(4n) {
	margin-right: 0;
}

.five-cols a {
	max-width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
	width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
	flex-basis: calc(99.99% * 1/5 - (30px - 30px * 1/5));
}

.five-cols a:nth-child(5n) {
	margin-right: 0;
}

hr {
	height: 1px;
	border: 0;
	margin: 30px 0;
	border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

footer {
	background: #474747;
	padding: 60px 0 0;
	margin-top: 30px;
}

footer a {
	color: white;
	text-decoration: none;
	line-height: 1.1em;
	display: inline-block;
	transition: color 0.2s;
}

footer a:hover {
	color: white;
	opacity: .7;
}

footer hr {
	height: 1px;
	border: 0;
	margin: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer h4 {
	margin: 0 0 30px;
	font-size: 18px;
	color: white;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	list-style: none;
}

footer p {
	color: white;
	display: flex;
	align-items: center;
}

footer p img {
	height: 37px;
	width: 38px;
	margin-right: 15px;
}

footer .footer_bottom {
	padding: 0 0 30px;
}

footer .footer_bottom span {
	color: white;
	font-size: 13px;
	line-height: 1.3rem;
	display: inline-block;
}

footer .row:last-of-type .content-between {
	align-items: center;
}

.madeby {
	line-height: 1;
}

.madeby small {
	float: left;
	font-size: 10px;
	margin: 5px 3px 0 0;
	display: inline-block;
}

aside .title {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	color: #29A343;
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 24px;
}

.nav-accordion,
.nav-accordion--opened {
	margin: 0;
	padding: 0;
}

.nav-accordion li,
.nav-accordion--opened li {
	margin-bottom: 0;
}

.nav-accordion>li>a,
.nav-accordion--opened>li>a {
	color: #212121;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.nav-accordion>li>a:hover,
.nav-accordion>li>a.active,
.nav-accordion>li.active>a,
.nav-accordion--opened>li>a:hover,
.nav-accordion--opened>li>a.active {
	background: #29A343;
	color: white;
}

.nav-accordion ul,
.nav-accordion--opened ul {
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.02);
}

.nav-accordion ul a,
.nav-accordion--opened ul a {
	padding: 7px 12px 7px 24px;
}

.nav-accordion li,
.nav-accordion--opened li {
	list-style: none;
}

.nav-accordion li a,
.nav-accordion--opened li a {
	color: #565B65;
	text-decoration: none;
	display: block;
	line-height: 1.3em;
	padding: 10px 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
}

.nav-accordion>li:first-child>a,
.nav-accordion--opened>li:first-child>a {
	border-top: 0;
}

.nav-accordion ul li a:hover,
.nav-accordion ul li a.active,
.nav-accordion--opened ul li a:hover,
.nav-accordion--opened ul li a.active {
	color: #29A343;
	background: #f0f0f0;
}

.nav-accordion ul:not(.show) {
	max-height: 0;
	overflow: hidden;
}

.nav-accordion .active>ul,
.nav-accordion .show {
	max-height: 100%;
}

/* Facebook slider - right */
.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}

.fb_slider_right:hover {
	right: 0;
	height: 100%;
}

.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white;
}

/* paginator */
#pages {
	margin: 0 0 15px;
	display: flex;
	width: auto !important;
	padding: 0 !important;
}

.jPaginate {
	height: 34px;
	position: relative;
	color: #a5a5a5;
	font-size: small;
	width: 100%;
}

.jPaginate a {
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0 10px !important;
	margin: 0 2px;
	float: left;
	text-decoration: none !important;
}

.jPag-control-back {
	position: relative;
	left: auto;
	margin-right: 5px;
}

.jPag-control-front {
	position: relative;
	top: auto;
	left: auto !important;
}

.jPaginate span {
	cursor: pointer;
}

ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul.jPag-pages li a {
	float: left;
	padding: 2px 5px;
}

span.jPag-current {
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 0 2px;
	float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
	height: 34px;
	margin: 0 2px;
	float: left;
	line-height: 26px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0px 2px 2px;
	font-size: 12px;
	font-weight: 500;
	width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0px;
	font-size: 12px;
	font-weight: 500;
	width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
	margin: 2px 0px 2px 2px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
	margin: 2px 2px 2px 0px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last,
.jPag-first {
	line-height: 30px !important;
	font-size: 14px;
}

/* AKORDEON */
.akordeon {
	width: 100%;
}

.akordeon * {
	display: block;
}

.akordeon .disabled {
	opacity: 0.5;
}

.akordeon>tbody>tr>td {
	padding: 0;
	margin-bottom: -1px;
	border: 1px solid #e2e2e2 !important;
}

.akordeon>tbody>tr:nth-child(2n) {
	overflow: hidden;
	max-height: 0;
	transition: all 0.2s;
	transition: all 0.2s;
	transform-origin: center top;
	transform: scaleY(0);
	transform-box: border-box;
}

.akordeon>tbody>tr:nth-child(2n)>td {
	padding: 15px;
}

.akordeon>tbody>.show {
	max-height: 100% !important;
	transform: scaleY(1) !important;
	transform-style: preserve-3d;
}

.akordeon>tbody>tr>td>h2,
.akordeon>tbody>tr>td>h3 {
	padding: 10px 15px;
	display: block;
	position: relative;
	margin: 0 !important;
	font-size: 18px;
	transition: all 0.2s;
	cursor: pointer;
}

.akordeon>tbody>tr>td>h2:hover,
.akordeon>tbody>tr>td>h3:hover {
	background: rgba(0, 0, 0, 0.02);
}

.akordeon>tbody>tr>td>h2:focus,
.akordeon>tbody>tr>td>h3:focus,
.akordeon>tbody>.active>td>h2,
.akordeon>tbody>.active>td>h3 {
	background: #29A343 !important;
	color: white;
}

.akordeon>tbody>tr>td>h2:focus small,
.akordeon>tbody>tr>td>h3:focus small,
.akordeon>tbody>.active>td>h2 small,
.akordeon>tbody>.active>td>h3 small {
	color: white;
}

.akordeon>tbody>tr>td>h2:focus span,
.akordeon>tbody>tr>td>h3:focus span,
.akordeon>tbody>.active>td>h2 span,
.akordeon>tbody>.active>td>h3 span {
	opacity: 0;
}

.akordeon>tbody>tr>td>h2 small,
.akordeon>tbody>tr>td>h3 small {
	display: block;
	font-size: 12px;
	color: #999;
}

.akordeon>tbody>tr>td>h2::after,
.akordeon>tbody>tr>td>h3::after {
	content: "+";
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	opacity: 0.5;
	transition: all 0.2s;
	background: none;
	width: auto;
	height: auto;
	margin: 0;
}

.akordeon>tbody>tr>td>h2:focus::after,
.akordeon>tbody>tr>td>h3:focus::after,
.akordeon>tbody>.active>td>h2::after,
.akordeon>tbody>.active>td>h3::after {
	transform: rotate(45deg);
	color: white !important;
	opacity: 1;
}

.akordeon>tbody>tr>td>h2 span,
.akordeon>tbody>tr>td>h3 span {
	position: absolute;
	top: 23px;
	right: 45px;
	font-size: 10px;
	font-weight: normal;
	transition: all 0.3s;
	text-transform: uppercase;
}

.akordeon table td p {
	margin-bottom: 0;
}

:root {
	font-size: 14px;
}

body {
	background: #fff;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	width: 100%;
	overflow-x: hidden;
}

a {
	color: #29A343;
	/* word-break: break-all; */
}

header .col-2 .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.9rem .4rem;
	letter-spacing: normal;
	margin-bottom: 10px;
}

header .col-2 .btn.danger {
	margin-bottom: 0;
}

header .col-2 img {
	max-width: 37px;
	max-height: 37px;
	margin-bottom: 10px;
}

a.more {
	text-decoration: none;
	position: relative;
	padding-right: 25px;
	line-height: 1rem;
}

a.more img {
	max-width: 17px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.2s;
}

a.more:hover {
	color: #316829;
}

a.more:hover img {
	right: -3px;
}

#news {
	padding: 45px 0;
}

#news .col {
	margin-right: 120px;
}

#news .col-4 {
    width: calc(99.99% * 4/12 - (120px - 120px * 4/12));
    max-width: calc(99.99% * 4/12 - (120px - 120px * 4/12));
    flex-basis: calc(99.99% * 4/12 - (120px - 120px * 4/12));
}

#news .col-4:nth-child(3n) {
    margin-right: 0;
}

#news .row {
	align-items: stretch;
}

#news .h2 {
	margin: 0;
	font-size: 42px;
}

#news .row .col-12 {
	margin-bottom: 45px;
}

#news .kategoria,
#news small {
	display: block;
	text-decoration: none;
	font-size: 12px;
}


.items-stretch {
	align-items: stretch;
}

.home #news .col-4 {
	position: relative;
	padding: 15px 0;
}

.home #news .card {
	padding-right: 15px;
}

.home #news .col-4:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -60px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #e2e2e2;
}

#news h3 {
	margin: 0 0 15px;
}

#news h3 a {
	text-decoration: none;
	font-size: 24px;
	color: #212121;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	transition: color 0.2s;
}

#news h3 a:hover {
	color: #29A343;
}

#news .col-4 .more img {
	top: 3px;
}

#dla {
	padding: 60px 0;
	margin-bottom: 60px;
	background: #ECEEF0;
}

#dla a {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 190px;
	width: 100%;
}

#dla a .box {
	z-index: 20;
	display: flex;
	width: 90%;
	align-items: center;
	position: relative;
	justify-content: space-between;
	text-decoration: none;
	color: white;
	background: #29A343;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	transition: background 0.3s;
}

#dla a>img {
	flex-shrink: 0;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	transition: all 0.3s;
}

#dla a strong {
	padding: 0 22px;
	text-align: left;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: 900;
}

#dla a .more {
	background: #334151;
	height: 80px;
	width: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	flex-grow: 0;
	padding: 0;
}

#dla a .more img {
	max-width: 17px;
	position: relative;
	transition: transform 0.3s;
}

#dla a:hover > img {
	transform: scale(1.05);
}

#dla a:hover .more img {
	transform: translateX(3px);
}


#o-banku {
	padding-bottom: 30px;
}

#o-banku h2 {
	margin-top: 0;
	font-size: 36px;
}

#boksy {
	margin-top: 30px;
	margin-bottom: 60px;
}

#boksy img {
	width: 100%;
	display: block;
}

.sub #navbar {
	border-bottom: 1px solid #e2e2e2;
}

.sub aside #news .col-12 {
	margin: 0;
}

.sub #news .col-4 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
}

.sub aside #news .col-12 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e2e2e2;
}

.sub #news .col-4:nth-child(1),
.sub #news .col-4:nth-child(2),
.sub #news .col-4:nth-child(3) {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.sub aside #news {
	padding: 0;
}

.sub aside h4 {
	margin-top: 40px;
	margin-bottom: 0;
	color: #29A343;
}

.sub aside #news h3 {
	margin-bottom: 0;
}

.cols {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.cols li {
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari */
	page-break-inside: avoid;
	/* Theoretically FF 20+ */
	break-inside: avoid-column;
	/* IE 11 */
}

.minicard {
	background: #f4f4f4;
	padding: 15px;
	margin-bottom: 5px;
	align-items: center;
}

.sub .minicard h5 {
	margin: 0px;
	font-size: 18px;
}

.lista-stron {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lista-stron .card {
	height: 100%;
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 30px;
	margin-bottom: 30px;
	transition: all .2s;
}

.poziom .card {
	margin-bottom: 10px;
}

.subnav {
	background: #f4f4f4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: 99;
}

.subnav li {
	margin-bottom: 0px;
	text-align: center;
}

.subnav li a {
	font-size: 1rem;
	display: block;
	text-decoration: none;
	padding: 10px;
	color: black;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	transition: all 0.2s;
	word-break: keep-all;
}

.subnav li a:hover,
.subnav li a:focus {
	color: #29A343;
}



.indeks .card {
	padding: 0px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	color: black;
}

.indeks .card .card-img {
	/* width: 30%; */
	width: 40%;
	flex-shrink: 0;
	min-height: 310px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.indeks .card:hover>.card-img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.indeks .card .card-text {
	width: 100%;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 35px;
	text-align: left;
	background: white;
	z-index: 2;
}

.indeks .card .card-text * {
	max-width: 100%;
}

.indeks .card .card-text .btn {
	margin-top: 15px;
}



.lista-stron .card h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.lista-stron a {
	text-decoration: none;
}

.lista-stron a:hover .card {
	background: #f4f4f4;
}

.middle td,
.middle th {
	vertical-align: middle;
}



.m-0 {
	margin: 0;
}

.m-1.rem {
	margin: 1rem;
}

.m-2.rem {
	margin: 2rem;
}

.m-3.rem {
	margin: 3rem;
}

.m-4.rem {
	margin: 4rem;
}

.m-5.rem {
	margin: 5rem;
}

.p-0 {
	padding: 0;
}

.p-1.rem {
	padding: 1rem;
}

.p-2.rem {
	padding: 2rem;
}

.p-3.rem {
	padding: 3rem;
}

.p-4.rem {
	padding: 4rem;
}

.p-5.rem {
	padding: 5rem;
}

.mt-0 {
	margin-top: 0;
}

.mt-1.rem {
	margin-top: 1rem;
}

.mt-2.rem {
	margin-top: 2rem;
}

.mt-3.rem {
	margin-top: 3rem;
}

.mt-4.rem {
	margin-top: 4rem;
}

.mt-5.rem {
	margin-top: 5rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1.rem {
	margin-bottom: 1rem;
}

.mb-2.rem {
	margin-bottom: 2rem;
}

.mb-3.rem {
	margin-bottom: 3rem;
}

.mb-4.rem {
	margin-bottom: 4rem;
}

.mb-5.rem {
	margin-bottom: 5rem;
}

.ml-0 {
	margin-left: 0;
}

.ml-1.rem {
	margin-left: 1rem;
}

.ml-2.rem {
	margin-left: 2rem;
}

.ml-3.rem {
	margin-left: 3rem;
}

.ml-4.rem {
	margin-left: 4rem;
}

.ml-5.rem {
	margin-left: 5rem;
}

.mr-0 {
	margin-right: 0;
}

.mr-1.rem {
	margin-right: 1rem;
}

.mr-2.rem {
	margin-right: 2rem;
}

.mr-3.rem {
	margin-right: 3rem;
}

.mr-4.rem {
	margin-right: 4rem;
}

.mr-5.rem {
	margin-right: 5rem;
}

.my-0 {
	margin: 0 auto;
}

.my-1.rem {
	margin: 1rem auto;
}

.my-2.rem {
	margin: 2rem auto;
}

.my-3.rem {
	margin: 3rem auto;
}

.my-4.rem {
	margin: 4rem auto;
}

.my-5.rem {
	margin: 5rem auto;
}

.mx-0 {
	margin: auto 0;
}

.mx-1.rem {
	margin: auto 1rem;
}

.mx-2.rem {
	margin: auto 2rem;
}

.mx-3.rem {
	margin: auto 3rem;
}

.mx-4.rem {
	margin: auto 4rem;
}

.mx-5.rem {
	margin: auto 5rem;
}

.pt-0 {
	padding-top: 0;
}

.pt-1.rem {
	padding-top: 1rem;
}

.pt-2.rem {
	padding-top: 2rem;
}

.pt-3.rem {
	padding-top: 3rem;
}

.pt-4.rem {
	padding-top: 4rem;
}

.pt-5.rem {
	padding-top: 5rem;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1.rem {
	padding-bottom: 1rem;
}

.pb-2.rem {
	padding-bottom: 2rem;
}

.pb-3.rem {
	padding-bottom: 3rem;
}

.pb-4.rem {
	padding-bottom: 4rem;
}

.pb-5.rem {
	padding-bottom: 5rem;
}

.pl-0 {
	padding-left: 0;
}

.pl-1.rem {
	padding-left: 1rem;
}

.pl-2.rem {
	padding-left: 2rem;
}

.pl-3.rem {
	padding-left: 3rem;
}

.pl-4.rem {
	padding-left: 4rem;
}

.pl-5.rem {
	padding-left: 5rem;
}

.pr-0 {
	padding-right: 0;
}

.pr-1.rem {
	padding-right: 1rem;
}

.pr-2.rem {
	padding-right: 2rem;
}

.pr-3.rem {
	padding-right: 3rem;
}

.pr-4.rem {
	padding-right: 4rem;
}

.pr-5.rem {
	padding-right: 5rem;
}

.py-0 {
	padding: 0 auto;
}

.py-1.rem {
	padding: 1rem auto;
}

.py-2.rem {
	padding: 2rem auto;
}

.py-3.rem {
	padding: 3rem auto;
}

.py-4.rem {
	padding: 4rem auto;
}

.py-5.rem {
	padding: 5rem auto;
}

.px-0 {
	padding: auto 0;
}

.px-1.rem {
	padding: auto 1rem;
}

.px-2.rem {
	padding: auto 2rem;
}

.px-3.rem {
	padding: auto 3rem;
}

.px-4.rem {
	padding: auto 4rem;
}

.px-5.rem {
	padding: auto 5rem;
}

.m-1.px {
	margin: 10px;
}

.m-2.px {
	margin: 20px;
}

.m-3.px {
	margin: 30px;
}

.m-4.px {
	margin: 40px;
}

.m-5.px {
	margin: 50px;
}

.p-1.px {
	padding: 10px;
}

.p-2.px {
	padding: 20px;
}

.p-3.px {
	padding: 30px;
}

.p-4.px {
	padding: 40px;
}

.p-5.px {
	padding: 50px;
}

.mt-1.px {
	margin-top: 10px;
}

.mt-2.px {
	margin-top: 20px;
}

.mt-3.px {
	margin-top: 30px;
}

.mt-4.px {
	margin-top: 40px;
}

.mt-5.px {
	margin-top: 50px;
}

.mb-1.px {
	margin-bottom: 10px;
}

.mb-2.px {
	margin-bottom: 20px;
}

.mb-3.px {
	margin-bottom: 30px;
}

.mb-4.px {
	margin-bottom: 40px;
}

.mb-5.px {
	margin-bottom: 50px;
}

.ml-1.px {
	margin-left: 10px;
}

.ml-2.px {
	margin-left: 20px;
}

.ml-3.px {
	margin-left: 30px;
}

.ml-4.px {
	margin-left: 40px;
}

.ml-5.px {
	margin-left: 50px;
}

.mr-1.px {
	margin-right: 10px;
}

.mr-2.px {
	margin-right: 20px;
}

.mr-3.px {
	margin-right: 30px;
}

.mr-4.px {
	margin-right: 40px;
}

.mr-5.px {
	margin-right: 50px;
}

.my-1.px {
	margin: 10px auto;
}

.my-2.px {
	margin: 20px auto;
}

.my-3.px {
	margin: 30px auto;
}

.my-4.px {
	margin: 40px auto;
}

.my-5.px {
	margin: 50px auto;
}

.mx-1.px {
	margin: auto 10px;
}

.mx-2.px {
	margin: auto 20px;
}

.mx-3.px {
	margin: auto 30px;
}

.mx-4.px {
	margin: auto 40px;
}

.mx-5.px {
	margin: auto 50px;
}

.pt-1.px {
	padding-top: 10px;
}

.pt-2.px {
	padding-top: 20px;
}

.pt-3.px {
	padding-top: 30px;
}

.pt-4.px {
	padding-top: 40px;
}

.pt-5.px {
	padding-top: 50px;
}

.pb-1.px {
	padding-bottom: 10px;
}

.pb-2.px {
	padding-bottom: 20px;
}

.pb-3.px {
	padding-bottom: 30px;
}

.pb-4.px {
	padding-bottom: 40px;
}

.pb-5.px {
	padding-bottom: 50px;
}

.pl-1.px {
	padding-left: 10px;
}

.pl-2.px {
	padding-left: 20px;
}

.pl-3.px {
	padding-left: 30px;
}

.pl-4.px {
	padding-left: 40px;
}

.pl-5.px {
	padding-left: 50px;
}

.pr-1.px {
	padding-right: 10px;
}

.pr-2.px {
	padding-right: 20px;
}

.pr-3.px {
	padding-right: 30px;
}

.pr-4.px {
	padding-right: 40px;
}

.pr-5.px {
	padding-right: 50px;
}

.py-1.px {
	padding: 10px auto;
}

.py-2.px {
	padding: 20px auto;
}

.py-3.px {
	padding: 30px auto;
}

.py-4.px {
	padding: 40px auto;
}

.py-5.px {
	padding: 50px auto;
}

.px-1.px {
	padding: auto 10px;
}

.px-2.px {
	padding: auto 20px;
}

.px-3.px {
	padding: auto 30px;
}

.px-4.px {
	padding: auto 40px;
}

.px-5.px {
	padding: auto 50px;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.w-100 {
	width: 100%;
}

.vw-10 {
	width: 10vw;
}

.vw-20 {
	width: 20vw;
}

.vw-30 {
	width: 30vw;
}

.vw-40 {
	width: 40vw;
}

.vw-50 {
	width: 50vw;
}

.vw-60 {
	width: 60vw;
}

.vw-70 {
	width: 70vw;
}

.vw-80 {
	width: 80vw;
}

.vw-90 {
	width: 90vw;
}

.vw-100 {
	width: 100vw;
}

.h-10 {
	height: 10%;
}

.h-20 {
	height: 20%;
}

.h-30 {
	height: 30%;
}

.h-40 {
	height: 40%;
}

.h-50 {
	height: 50%;
}

.h-60 {
	height: 60%;
}

.h-70 {
	height: 70%;
}

.h-80 {
	height: 80%;
}

.h-90 {
	height: 90%;
}

.h-100 {
	height: 100%;
}

.vh-10 {
	height: 10vh;
}

.vh-20 {
	height: 20vh;
}

.vh-30 {
	height: 30vh;
}

.vh-40 {
	height: 40vh;
}

.vh-50 {
	height: 50vh;
}

.vh-60 {
	height: 60vh;
}

.vh-70 {
	height: 70vh;
}

.vh-80 {
	height: 80vh;
}

.vh-90 {
	height: 90vh;
}

.vh-100 {
	height: 100vh;
}

.fz-0_1.rem {
	font-size: 0.1rem;
}

.fz-0_2.rem {
	font-size: 0.2rem;
}

.fz-0_3.rem {
	font-size: 0.3rem;
}

.fz-0_4.rem {
	font-size: 0.4rem;
}

.fz-0_5.rem {
	font-size: 0.5rem;
}

.fz-0_6.rem {
	font-size: 0.6rem;
}

.fz-0_7.rem {
	font-size: 0.7rem;
}

.fz-0_8.rem {
	font-size: 0.8rem;
}

.fz-0_9.rem {
	font-size: 0.9rem;
}

.fz-1.rem {
	font-size: 1rem;
}

.fz-1_1.rem {
	font-size: 1.1rem;
}

.fz-1_2.rem {
	font-size: 1.2rem;
}

.fz-1_3.rem {
	font-size: 1.3rem;
}

.fz-1_4.rem {
	font-size: 1.4rem;
}

.fz-1_5.rem {
	font-size: 1.5rem;
}

.fz-1_6.rem {
	font-size: 1.6rem;
}

.fz-1_7.rem {
	font-size: 1.7rem;
}

.fz-1_8.rem {
	font-size: 1.8rem;
}

.fz-1_9.rem {
	font-size: 1.9rem;
}

.fz-2.rem {
	font-size: 2rem;
}

.fz-2_1.rem {
	font-size: 2.1rem;
}

.fz-2_2.rem {
	font-size: 2.2rem;
}

.fz-2_3.rem {
	font-size: 2.3rem;
}

.fz-2_4.rem {
	font-size: 2.4rem;
}

.fz-2_5.rem {
	font-size: 2.5rem;
}

.fz-2_6.rem {
	font-size: 2.6rem;
}

.fz-2_7.rem {
	font-size: 2.7rem;
}

.fz-2_8.rem {
	font-size: 2.8rem;
}

.fz-2_9.rem {
	font-size: 2.9rem;
}

.fz-3.rem {
	font-size: 3rem;
}

.fz-01 {
	font-size: 1px;
}

.fz-02 {
	font-size: 2px;
}

.fz-03 {
	font-size: 3px;
}

.fz-04 {
	font-size: 4px;
}

.fz-05 {
	font-size: 5px;
}

.fz-06 {
	font-size: 6px;
}

.fz-07 {
	font-size: 7px;
}

.fz-08 {
	font-size: 8px;
}

.fz-09 {
	font-size: 9px;
}

.fz-1 {
	font-size: 10px;
}

.fz-11 {
	font-size: 11px;
}

.fz-12 {
	font-size: 12px;
}

.fz-13 {
	font-size: 13px;
}

.fz-14 {
	font-size: 14px;
}

.fz-15 {
	font-size: 15px;
}

.fz-16 {
	font-size: 16px;
}

.fz-17 {
	font-size: 17px;
}

.fz-18 {
	font-size: 18px;
}

.fz-19 {
	font-size: 19px;
}

.fz-20 {
	font-size: 20px;
}

.fz-21 {
	font-size: 21px;
}

.fz-22 {
	font-size: 22px;
}

.fz-23 {
	font-size: 23px;
}

.fz-24 {
	font-size: 24px;
}

.fz-25 {
	font-size: 25px;
}

.fz-26 {
	font-size: 26px;
}

.fz-27 {
	font-size: 27px;
}

.fz-28 {
	font-size: 28px;
}

.fz-29 {
	font-size: 29px;
}

.fz-30 {
	font-size: 30px;
}

.fz-31 {
	font-size: 31px;
}

.fz-32 {
	font-size: 32px;
}

.fz-33 {
	font-size: 33px;
}

.fz-34 {
	font-size: 34px;
}

.fz-35 {
	font-size: 35px;
}

.fz-36 {
	font-size: 36px;
}

.fz-37 {
	font-size: 37px;
}

.fz-38 {
	font-size: 38px;
}

.fz-39 {
	font-size: 39px;
}

.fz-40 {
	font-size: 40px;
}

.fz-50 {
	font-size: 50px;
}

.fz-60 {
	font-size: 60px;
}

.fz-70 {
	font-size: 70px;
}

.fz-80 {
	font-size: 80px;
}

.fz-90 {
	font-size: 90px;
}

.fz-100 {
	font-size: 100px;
}

.fluid {
	max-width: 100%;
	height: auto;
}

aside #news h3 a {
	font-size: 16px;
}

aside #news .kategoria,
aside #news small {
	display: inline-block;
	margin-right: 10px;
}


.logowanie {
	position: relative;
}

.login-dropdown {
	left: auto;
	right: 0;
	min-width: 350px;
}

.login-dropdown.show {
	transform: scaleY(1);
	opacity: 1;
}

.login-dropdown .col-6 {
	width: 50%;
	max-width: 50%;
	flex-basis: 50%;
	margin-right: 0;
}

.login-dropdown .info {
	padding: 20px;
}

.login-dropdown .info h4 {
	color: #E21C2A;
	margin-top: 0;
	font-size: 21px;
}

.login-dropdown .info ul {
	margin: 0;
}

.login-dropdown .info li {
	padding-left: 12px;
	margin-left: 0;
	margin-bottom: 5px;
	position: relative;
	line-height: 1.2em;
	font-size: 13px;
}

.login-dropdown .info li::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	width: 5px;
	height: 5px;
	background: #29A343;
}








.miniatura {
	float: right;
	margin-left: 60px;
	margin-bottom: 60px;
	max-width: 50%;
}


/* breadcrumbs */
.breadcrumbs {
	padding: 30px 0px;
	border-bottom: 1px solid #e2e2e2;
}

.breadcrumbs span {
	color: #999999;
	margin-left: 15px;
}


.breadcrumbs a {
	text-decoration: none;
	color: #565B65;
	margin: 0 15px;
}

.breadcrumbs a:hover {
	color: #29A343;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tabs>label {
	order: 1;
	flex: auto;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	padding: .8rem 1rem;
	margin-right: 0.2rem;
	cursor: pointer;
	background: #f0f0f0;
	font-weight: 500;
	transition: background ease 0.2s;
}

.tabs>label:hover {
	background: #dfdfdf;
}

.tabs>label:last-of-type {
	margin-right: 0px;
}

.tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
}

.tabs>input[type="radio"] {
	display: none;
}

.tabs>input[type="radio"]:checked+label {
	background: #29A343;
	color: white;
}

.tabs>input[type="radio"]:checked+label+.tab {
	display: block;
}

@media (max-width: 45em) {

	.tabs .tab,
	.tabs>label {
		order: initial;
	}

	.tabs>label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
}

/* indeks kategorii */

.indeks-kategorii .card-deck {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.indeks-kategorii .card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 576px) {
	.indeks-kategorii .card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 576px) {
	.indeks-kategorii .card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 20%;
		flex: 1 0 20%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 30px;
		margin-left: 15px;
	}
}



.indeks-kategorii .card {
	border: none;
	border-radius: 12px;
	color: white;
	overflow: hidden;
	border-radius: 12px;
	max-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indeks-kategorii .card:hover {
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.3);
}

.indeks-kategorii img {
	transition: 1s;
	height: 100%;
	min-width: 100%;
	height: auto;
}

.indeks-kategorii .card:hover img {
	transform: scale(1.1)
}

.indeks-kategorii .card h5 {
	color: white;
	margin-top: 0px;
}

.indeks-kategorii .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
	/* IE6-9 */
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-position: bottom center;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	transition: all .15s;
}

.indeks-kategorii .card:hover .card-img-overlay {
	background-size: 100% 150%;
}

.indeks-kategorii .card-text {
	margin: 0px;
}

.indeks-kategorii .card-text li {
	list-style: none;
	border-top: 1px solid #ffffff30;
	padding: 5px 0px;
	margin: 0px;
}

.indeks-kategorii .card-text a {
	display: block;
	margin-top: 0px;
	color: white;
	text-decoration: none;
	transition: all .2s;
	line-height: 1.1em;
}

.indeks-kategorii .card-text a:hover {
	color: #29A343;
}

.indeks-kategorii .card-text {
	opacity: 0;
	max-height: 0;
	transition: 0.5s;
	z-index: 99;
}


.indeks-kategorii .card:hover .card-text {
	opacity: 1;
	max-height: 100%;
}


.alert {
	display: none;
	color: white;
	background: #000;
	transition: all .2s;
	opacity: 0;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.alert-success {
	opacity: 1;
	display: block;
	background: #29A343;
}

.alert-warning {
	opacity: 1;
	display: block;
	background: rgb(236, 173, 0);
}

.alert-danger {
	opacity: 1;
	display: block;
	background: rgb(206, 8, 8);
}








.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	fill: white;
	opacity: 0;
	padding: 0 15px;
	transition: all .2s;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: .6;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
	opacity: .9;
}


.swiper-pagination {
	position: relative !important;
	width: auto;
	float: right;
	margin-top: 5px;
}

.swiper-pagination-bullet {
	background: #29A343 !important;
	opacity: 1 !important;
	margin: 0 0 0 .5rem;
}

.swiper-pagination-bullet-active {
	background: #F2841E !important;
}








/* paginator */

.paginationjs {
	line-height: 1.6;
	font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
	font-size: 14px;
	box-sizing: initial
}

.paginationjs:after {
	display: table;
	content: " ";
	clear: both
}

.paginationjs .paginationjs-pages {
	float: left
}

.paginationjs .paginationjs-pages ul {
	float: left;
	margin: 0;
	padding: 0
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input,
.paginationjs .paginationjs-nav {
	float: left;
	margin-left: 10px;
	font-size: 14px
}

.paginationjs .paginationjs-pages li {
	float: left;
	border: 1px solid #aaa;
	border-right: none;
	list-style: none
}

.paginationjs .paginationjs-pages li>a {
	min-width: 30px;
	height: 28px;
	line-height: 28px;
	display: block;
	background: #fff;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align: center
}

.paginationjs .paginationjs-pages li>a:hover {
	background: #eee
}

.paginationjs .paginationjs-pages li.active {
	border: none
}

.paginationjs .paginationjs-pages li.active>a {
	height: 30px;
	line-height: 30px;
	background: #aaa;
	color: #fff
}

.paginationjs .paginationjs-pages li.disabled>a {
	opacity: .3
}

.paginationjs .paginationjs-pages li.disabled>a:hover {
	background: 0 0
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child>a {
	border-radius: 3px 0 0 3px
}

.paginationjs .paginationjs-pages li:last-child {
	border-right: 1px solid #aaa;
	border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-pages li:last-child>a {
	border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-go-input>input[type=text] {
	width: 30px;
	height: 28px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #aaa;
	padding: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: baseline;
	outline: 0;
	box-shadow: none;
	box-sizing: initial
}

.paginationjs .paginationjs-go-button>input[type=button] {
	min-width: 40px;
	height: 30px;
	line-height: 28px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #aaa;
	text-align: center;
	padding: 0 8px;
	font-size: 14px;
	vertical-align: baseline;
	outline: 0;
	box-shadow: none;
	color: #333;
	cursor: pointer;
	vertical-align: middle\9
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
	border-color: #29A343
}

.paginationjs .paginationjs-go-button>input[type=button]:hover {
	background-color: #f8f8f8
}

.paginationjs .paginationjs-nav {
	height: 30px;
	line-height: 30px
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input {
	margin-left: 5px\9
}

.paginationjs.paginationjs-small {
	font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li>a {
	min-width: 26px;
	height: 24px;
	line-height: 24px;
	font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li.active>a {
	height: 26px;
	line-height: 26px
}

.paginationjs.paginationjs-small .paginationjs-go-input {
	font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text] {
	width: 26px;
	height: 24px;
	font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button {
	font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button] {
	min-width: 30px;
	height: 26px;
	line-height: 24px;
	padding: 0 6px;
	font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-nav {
	height: 26px;
	line-height: 26px;
	font-size: 12px
}

.paginationjs.paginationjs-big {
	font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li>a {
	min-width: 36px;
	height: 34px;
	line-height: 34px;
	font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li.active>a {
	height: 36px;
	line-height: 36px
}

.paginationjs.paginationjs-big .paginationjs-go-input {
	font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
	width: 36px;
	height: 34px;
	font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button {
	font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button] {
	min-width: 50px;
	height: 36px;
	line-height: 34px;
	padding: 0 12px;
	font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-nav {
	height: 36px;
	line-height: 36px;
	font-size: 16px
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a {
	color: #29A343
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a:hover {
	background: #e9f4fc
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a {
	background: #29A343;
	color: #fff
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled>a:hover {
	background: 0 0
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button] {
	background: #29A343;
	border-color: #29A343;
	color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-green .paginationjs-pages li {
	border-color: #449d44
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover {
	background-color: #3ca5ea
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li>a {
	color: #449d44
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li>a:hover {
	background: #ebf4eb
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a {
	background: #449d44;
	color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled>a:hover {
	background: 0 0
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button] {
	background: #449d44;
	border-color: #449d44;
	color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
	border-color: #ec971f
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover {
	background-color: #55a555
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a {
	color: #ec971f
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a:hover {
	background: #fdf5e9
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a {
	background: #ec971f;
	color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled>a:hover {
	background: 0 0
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button] {
	background: #ec971f;
	border-color: #ec971f;
	color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text],
.paginationjs.paginationjs-theme-red .paginationjs-pages li {
	border-color: #c9302c
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover {
	background-color: #eea135
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li>a {
	color: #c9302c
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li>a:hover {
	background: #faeaea
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a {
	background: #c9302c;
	color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled>a:hover {
	background: 0 0
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button] {
	background: #c9302c;
	border-color: #c9302c;
	color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover {
	background-color: #ce4541
}

.paginationjs .paginationjs-pages li.paginationjs-next {
	border-right: 1px solid #aaa\9
}

.paginationjs .paginationjs-go-input>input[type=text] {
	line-height: 28px\9;
	vertical-align: middle\9
}

.paginationjs.paginationjs-big .paginationjs-pages li>a {
	line-height: 36px\9
}

.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text] {
	height: 36px\9;
	line-height: 36px\9
}


.kursy_walut {width: 100%;}

.kursy_walut th[colspan="4"] {
	color: white;
	font-size: 1.3rem;
	background: rgb(41, 163, 67);
}

.kursy_walut td {transition: background .2s;}

.kursy_walut tr:hover td {
	background: rgba(41, 163, 67,.2);
}












/*
MARK: ułatwienia dla użytkownika
*/

.visually-hidden {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		padding: 0;

		white-space: nowrap;
		clip-path: inset(100%);
		clip: rect(0 0 0 0);
		overflow: hidden;
}

:focus-visible {
	outline: 2px dashed #29A343;
	outline-offset: 2px;
}

.not-a-list {
	list-style: none;
	padding: 0;
	margin: 0;

	& li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
}

.accessibility-widgets {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: .5rem;

	position: fixed;
	top: 0;
	right: 0;
	height: 100dvh;
	z-index: 999;

	--primary-color: #0051ff;
	--primary-color-dark: #00167a;
}

.accessibility-widgets button {
	background-color: var(--primary-color);
	border-radius: 3rem;
	border: none;
	cursor: pointer;
	padding: .6rem;

	display: flex;
	align-items: center;
	gap: .5rem;

	color: white;
	text-align: left;

	& img {
		display: block;
		height: 1.5rem;
		filter: invert(1);
	}

	& span {
		width: 150px;
		display: block;
		white-space: nowrap;
		transition: width 300ms ease-out;
	}

	&:hover {
		background-color: var(--primary-color-dark);
	}
}

.accessibility-panel {
	display: flex;
	align-items: flex-start;
	margin-right: -347px;
	transition: margin-right 300ms ease-out;

	&.show {
		margin-right: 0;
	}
}

.accessibility-toggler {
	display: block;
	padding: 0.5rem;
	border-radius: 3rem 0 0 3rem;
	background-color: var(--primary-color);

	& img {
		filter: invert(1);
		display: block;
		height: 40px;
	}
}

.accessibility-body {
	width: 320px;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding: 1rem;
	background-color: var(--primary-color);
	border-radius: 0 0 0 1rem;
}




.bigger-fonts {
	font-size: 1.125rem;
	line-height: 1.7;

	& .nav li a {
		font-size: 18px;
		padding: 10px 7px;
	}

	& main h1,
	& main .h1 {
		font-size: 43px;
	}

	& main h2,
	& main .h2 {
		font-size: 35px;
	}

	& main h3,
	& main .h3 {
		font-size: 31px;
	}

	& main h4,
	& main .h4 {
		font-size: 28px;
	}

	& main h5,
	& main .h5 {
		font-size: 26px;
	}

	& main h6,
	& main .h6 {
		font-size: 21px;
	}

	& .sub main h1,
	& .sub main .h1 {
		font-size: 43px;
	}

	& .sub main h2,
	& .sub main .h2 {
		font-size: 36px;
	}

	& .sub main h3,
	& .sub main .h3 {
		font-size: 33px;
	}

	& .sub main h4,
	& .sub main .h4 {
		font-size: 28px;
	}

	& .sub main h5,
	& .sub main .h5 {
		font-size: 26px;
	}

	& .sub main h6,
	& .sub main .h6 {
		font-size: 21px;
	}

	& .navbar-nav a {
		font-size: .9rem;
		padding: 10px 5px;
	}
}

.biggest-fonts {
	font-size: 1.25rem;
	line-height: 1.8;

	& .nav li a {
		font-size: 21px;
		padding: 10px 7px;
	}

	& main h1,
	& main .h1 {
		font-size: 50px;
	}

	& main h2,
	& main .h2 {
		font-size: 40px;
	}

	& main h3,
	& main .h3 {
		font-size: 36px;
	}

	& main h4,
	& main .h4 {
		font-size: 32px;
	}

	& main h5,
	& main .h5 {
		font-size: 30px;
	}

	& main h6,
	& main .h6 {
		font-size: 26px;
	}

	& .sub main h1,
	& .sub main .h1 {
		font-size: 50px;
	}

	& .sub main h2,
	& .sub main .h2 {
		font-size: 40px;
	}

	& .sub main h3,
	& .sub main .h3 {
		font-size: 36px;
	}

	& .sub main h4,
	& .sub main .h4 {
		font-size: 32px;
	}

	& .sub main h5,
	& .sub main .h5 {
		font-size: 30px;
	}

	& .sub main h6,
	& .sub main .h6 {
		font-size: 26px;
	}

	& .navbar-nav a {
		font-size: .95rem;
		padding: 10px 5px;
	}
}


.high-contrast {
	background-color: black;
	color: white;

	--hc-primary-color: #1a4614;
	--hc-danger-color: #b10a15;
	--hc-success-color: #007baf;
	--hc-warning-color: #cf6604;
	--hc-warning-color-darker: #bd3c00;

	& .bold,
	& .strong,
	& bold,
	& strong {
		font-weight: 700;
	}

	& * span {
		color: white !important;
	}

	& .nav-accordion li a,
	& .nav-accordion--opened li a,
	& a {
		color: yellow !important;
		text-decoration: underline !important;
	}

	& #news h3 a {
		color: yellow;
		text-decoration: underline;
	}

	& .navbar_top {
		background: var(--hc-primary-color);
	}

	& #navbar input {
		filter: invert(1);
		font-weight: bold;
	}

	& .navbar_bottom {
		background: var(--hc-primary-color);
	}

	& .logo img {
		filter: brightness(0) grayscale(1) invert(1);
	}

	& .nav li a {
		color: yellow;
	}

	& .btn {
		font-weight: bold;
	}

	& .btn.danger {
		background: var(--hc-danger-color);
		border-color: var(--hc-danger-color);
	}

	& header .btn.success {
		background: var(--hc-success-color);
		border-color: var(--hc-success-color);
	}

	& .btn.warning {
		background: var(--hc-warning-color);
		border-color: var(--hc-warning-color);
	}

	& header .col-2 .btn.warning:nth-last-of-type(2) {
		background: var(--hc-warning-color-darker);
		border-color: var(--hc-warning-color-darker);
	}

	& h1,
	& h2,
	& h3,
	& h4,
	& h5,
	& h6 {
		color: white;
		font-weight: 700;
	}

	& footer {
		background: black;
	}

	& #dla {
		background: var(--hc-primary-color);
	}

	& #dla a {
		background: black;
		font-weight: bold;
	}

	& .breadcrumbs span {
		color: white;
	}

	& .indeks-kategorii .card:hover .card-img-overlay,
	& .indeks-kategorii .card:focus .card-img-overlay {
		background: black;
		border: 2px solid white;
		border-radius: .5rem;
	}

	& .indeks-kategorii .card-text a:hover,
	& .indeks-kategorii .card-text a:focus {
		color: yellow;
		text-decoration: underline;
	}

	& .tabs>label {
		background: var(--hc-primary-color);
		font-weight: 700;
	}

	& .tabs .tab {
		background: hsl(0 0% 10%);
	}

	:focus-visible {
		outline: 2px dashed yellow;
	}
}


@media (prefers-reduced-motion: reduce) {

	*,
	::before,
	::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.swiper-container:hover .swiper-button-next,
	.swiper-container:hover .swiper-button-prev {
		opacity: .6 !important;
	}

	.indeks-kategorii .card:hover img {
		transform: none !important;
	}

	.indeks .card:hover>.card-img {
		transform: none !important;
	}

	.btn:hover {
		transform: none !important;
	}

	.btn:focus {
		transform: none !important;
	}

	form input:hover,
	form select:hover,
	form textarea:hover {
		transform: none !important;
	}

	form input:focus,
	form select:focus,
	form textarea:focus {
		transform: none !important;
	}
}

/*# sourceMappingURL=main.css.map */