/* TEST xxxxx */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans&subset=latin-ext);

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

/*helper*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.underline {
    text-decoration: underline !important;
}

.bx-wrapper .bx-viewport {
    background-color: #585758;
}

/*mixins*/
body {
    font-family: "Open sans", sans-serif;
    font-size: 13px;
    background-color: #ffffff;
    line-height: 1.75;
}

body a {
    color: #008545;
}

body p, body ul, body ol {
    margin: 0 0 15px 0;
}

body ul, body ol {
    list-style-position: inside;
    padding: 0;
}

body ul li, body ol li {
    margin: 0 0 5px 0;
}

body ul ul, body ol ul {
    margin: 0;
}

body ul ol, body ol ol {
    margin: 0 0 0 15px;
}

body address {
    font-style: normal;
}

body .clr {
    clear: both;
}

#wcagButton {
    display: inline-block;
    margin-left: -50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 5px;
    background: #eee604;
    color: #000000;
    z-index: 101;
    text-align: center;
    /*position: relative;*/
    /*top: 0;*/
    /*right: 50px;*/
    /*border: 1px solid #000000;*/
    /*border-top: 0;*/
}

/*#wcag {*/
/*    position: absolute;*/
/*    top: -100px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding: 5px 0;*/
/*    line-height: 40px;*/
/*    background-color: #f2f9f6;*/
/*    text-align: center;*/
/*    font-size: 12px;*/
/*    z-index:100;*/
/*}*/
#wcag {
    box-sizing: border-box;
    width: 175px;
    position: fixed;
    top: 0;
    height: 100vh;
    margin: 0 auto;
    padding: 0 5px;
    line-height: 36px;
    background-color: #f2f9f6;
    text-align: left;
    font-size: 12px;
    z-index: 10000;
}

#wcag.close {
    right: -175px;
}

#wcag.open {
    right: 0;
}

#wcag h1 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 47px;
}

#wcag button {
    margin: 0 2px 0 0;
    border: none;
    background: #008545;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: bold;
}

figure {
    margin: 15px 0;
    padding: 0;
    max-width: 100%;
}

figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#admin-login-form {
    margin: 0 auto;
    padding: 10px;
    width: 240px;
    font-size: 14px;
    background: #006f33;
    color: #ffffff;
}

#admin-login-form div {
    width: 200px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: url("../img/logoTo1100.png") top left no-repeat;
    font-size: 20px;
}

#admin-login-form input {
    margin: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    border: 1px solid #e8e8e8;
}

#admin-login-form ul {
    margin: 0;
    padding: 5px;
    list-style-type: none;
    background-color: #EB9316;
}

#admin-login-form ul li {
    margin: 0;
}

#admin-login-form .btn {
    margin: 10px 20px 0 0;
    padding: 5px;
    display: inline-block;
    background-color: #FD9400;
    border: 0px solid #C67600;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

#admin-login-form .btn:hover {
    background-color: #C67600;
}

.container {
    margin: 0 auto;
    padding: 0;
}

.big {
    width: 1076px;
}

a.more {
    padding: 15px 0 0 0;
    float: right;
    font-size: 11px;
    color: #008545;
    text-decoration: none;
    text-transform: uppercase;
}

.floatfix:after {
    content: '';
    display: block;
    clear: both;
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 111px;
    background: url("../img/header_background.png") repeat-x bottom left;
}

header #showSubMenu {
    display: none;
}

header nav {
    float: left;
    overflow: hidden;
    width: 850px;
}

header #nrml {
    display: block;
}

header #rspnsv {
    display: none;
}

header #logo,
header #logo_grayscale,
header #logo_wht {
    margin: 0;
    padding: 0;
}

header nav #logo_wht,
header nav #logo_grayscale {
    display: none;
}

header nav a {
    float: left;
    display: inline-block;
    max-height: 111px;
}

header nav a img {
    position: relative;
    top: 0;
}

header nav a p {
    display: none;
}

header nav a:hover {
    background: url("../img/menu/hover.png") repeat-x;
}

header nav a.active img {
    top: -111px;
}

header nav a.nav_wht {
    display: none;
}

header nav a.nav_wht img {
    display: none;
}

header #logowanie {
    width: 194px;
    max-width: 194px;
    float: right;
    height: 111px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

header #logowanie h2 {
    margin: 0;
}

header #logowanie a {
    height: 40px;
    display: block;
    color: white;
}

header #logowanie img {
    display: block;
    width: auto;
    height: auto;
    float: right;
}

header #logowanie img.logowanie_nrml {
    display: block;
}

header #logowanie img.logowanie_wht,
header #logowanie img.logowanie_wht.sgb-tablet,
header #logowanie img.logowanie_wht.sgb-desktop {
    display: none;
}

header #logowanie img.logowanie_blck,
header #logowanie img.logowanie_blck.sgb-tablet,
header #logowanie img.logowanie_blck.sgb-desktop {
    display: none;
}

header #logowanie img.sgb-tablet {
    display: none;
}

header #logowanie a.sgb24 {
}

header #logowanie #mdsgb {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000022;
}

header #logowanieTo740 {
    display: none;
}

header #submenu, header #submenuUl {
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 38px;*/
    clear: both;
    background-color: #008565;
    line-height: 38px;
}

header #submenu nav li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    float: left;
}

div.sgbSubmenuItem {
    width: 100%;
    font-size: 11px;
    display: inline-block;
    background: #fffca9;
    margin: 0 auto;
    float: left;
    text-align: center;
    font-weight: bold;
}

div.sgbSubmenuItem a {
    display: block;
    color: #008565;
    text-decoration: none;
}

header #submenu nav a {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

header #submenu nav a:hover {
    background: #006c52 none;
}

#content {
    clear: both;
    margin: 0 auto;
    padding: 12px 0 15px 0;
}

#content .showTo980 {
    display: none;
}

#content td {
    padding: 10px;
}

#content #slider {
    float: left;
    width: 79%;
    max-width: 850px;
}

#content #slider img {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

#content #slider ul {
    margin: 0;
    padding: 0;
}

#content #slider li {
    display: inline-block;
}

#content #slider li img {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

#content #slider li a {
    display: block;
}

#content #slider .lSPager.lSpg {
    margin-top: 0 !important;
    background: url("../img/shadow.png") top repeat-x;
}

#content #categoryContent, #content #newsList {
    float: right;
    width: 79%;
    max-width: 850px;
    box-sizing: border-box;
    padding-left: 50px;
}

#content #categoryContent #categoryDescription, #content #newsList #categoryDescription {
    margin: 0 0 28px 0;
    padding: 10px;
    background-color: #68B18E;
    color: #fff;
}

#content #categoryContent #categoryDescription p, #content #newsList #categoryDescription p {
    margin: 0;
}

#content #categoryContent h1, #content #newsList h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 53px;
    border-bottom: 1px solid #dbdbdb;
}

#content #categoryContent li, #content #newsList li {
    list-style-type: none;
    margin: 0 0 28px 0;
    padding: 0;
}

#content #categoryContent li div, #content #newsList li div {
    margin: 0;
    padding: 0;
}

#content #categoryContent article ul, #content #newsList article ul {
    margin: 0 0 15px 0;
    padding: 0;
}

#content #categoryContent article ul li, #content #newsList article ul li {
    margin: 0 0 5px 13;
    list-style-type: none;
    text-indent: -13px;
}

#content #categoryContent article ul li::before, #content #newsList article ul li::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 8px;
    color: #008545;
    padding: 0 5px 0 0;
}

#content #categoryContent a.readMore, #content #newsList a.readMore {
    display: inline-block;
    padding: 12px;
    background-color: #008545;
    border: 1px solid #008545;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#content #categoryContent a:hover, #content #newsList a:hover {
    color: #008545;
    background-color: #ffffff;
}

#content #categoryContent h2, #content #newsList h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #008545;
    font-weight: bold;
}

#content #newsSngl {
    float: right;
    width: 79%;
    max-width: 850px;
    box-sizing: border-box;
    padding-left: 50px;
}

#content #newsSngl h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 53px;
    border-bottom: 1px solid #dbdbdb;
}

#content #newsSngl ul li {
    margin-left: 13px;
    list-style-type: none;
    text-indent: -13px;
}

#content #newsSngl ul li div {
    margin: 0;
    padding: 0;
}

#content #newsSngl ul li::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 8px;
    color: #008545;
    padding: 0 5px 0 0;
}

#content #newsSngl a.readMore {
    display: inline-block;
    padding: 12px;
    background-color: #008545;
    border: 1px solid #008545;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#content #newsSngl a:hover {
    color: #008545;
    background-color: #ffffff;
}

#content #newsSngl h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #008545;
    font-weight: bold;
}

#content #newsSngl #gallery a {
    margin: 0 10px 5px 0;
    padding: 5px;
    float: left;
    display: block;
    width: 256px;
    height: 200px;
    line-height: 190px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: 1px solid #DCDCDC;
}

#content #newsSngl #gallery a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#content #productContent {
    float: right;
    width: 79%;
    max-width: 850px;
    box-sizing: border-box;
    padding-left: 50px;
    line-height: 1.5;
}

#content #productContent section {
    margin: 0;
    padding: 0;
}

#content #productContent section ul li {
    margin-left: 13px;
    list-style-type: none;
    text-indent: -13px;
}

#content #productContent section ul li::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 8px;
    color: #008545;
    padding: 0 5px 0 0;
}

#content #productContent h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 53px;
    border-bottom: 1px solid #dbdbdb;
}

#content #productContent #productAttachments h2 {
    margin: 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 16px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 40px;
}

#content #productContent #productAttachments ul {
    list-style-type: none;
    line-height: 24px;
    font-size: 14px;
}

#content #productContent #productAttachments ul a {
    text-decoration: none;
}

#content #productContent #productAttachments li.images::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f1c5";
    /*color: #008545;*/
    color: #6c6c6c;
}

#content #productContent #productAttachments li.archives::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f1c6";
    color: #6c6c6c;
}

#content #productContent #productAttachments li.documents::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0f6";
    color: #6c6c6c;
}

#content #exrateContent {
    float: right;
    width: 79%;
    max-width: 850px;
    box-sizing: border-box;
    padding-left: 50px;
}

#content #exrateContent li {
    margin-left: 13px;
    list-style-type: none;
    text-indent: -13px;
}

#content #exrateContent li::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 8px;
    color: #008545;
    padding: 0 5px 0 0;
}

#content #exrateContent .readMore {
    display: inline-block;
    padding: 6px;
    margin-bottom: 5px;
    background-color: #008545;
    border: 1px solid #008545;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

#content #exrateContent .readMore:hover {
    color: #008545;
    background-color: #ffffff;
}

#content #exrateContent #datepicker {
    text-align: center;
}

#content #exrateContent #left, #content #exrateContent #right {
    width: 100%;
}

#content #exrateContent #left table, #content #exrateContent #right table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #fff;
    border-bottom: 7px solid #fff;
    font-size: 13px;
}

#content #exrateContent #left table img, #content #exrateContent #right table img {
    width: 40px;
    vertical-align: middle;
}

#content #exrateContent #left table .w5pr, #content #exrateContent #right table .w5pr {
    width: 5%;
    text-align: center;
}

#content #exrateContent #left table .w7c5pr, #content #exrateContent #right table .w7c5pr {
    width: 7.5%;
}

#content #exrateContent #left table .w25pr, #content #exrateContent #right table .w25pr {
    width: 25%;
}

#content #exrateContent #left table .w33pr, #content #exrateContent #right table .w33pr {
    width: 33%;
}

#content #exrateContent #left table .up, #content #exrateContent #right table .up {
    color: #008545;
    font-size: 16px;
}

#content #exrateContent #left table .down, #content #exrateContent #right table .down {
    color: #D80101;
    font-size: 16px;
}

#content #exrateContent #left table .fixed, #content #exrateContent #right table .fixed {
    color: #0169D8;
    font-size: 16px;
}

#content #exrateContent #left table thead, #content #exrateContent #right table thead {
    background-color: #b7b7b7;
    color: #fff;
}

#content #exrateContent #left table thead th, #content #exrateContent #right table thead th {
    text-align: center;
    padding: 5px;
    font-weight: normal;
}

#content #exrateContent #left table thead .th1, #content #exrateContent #right table thead .th1 {
    background-color: #fff;
    color: #008545;
}

#content #exrateContent #left table tbody, #content #exrateContent #right table tbody {
    text-align: center;
    border: 1px solid #000;
}

#content #exrateContent #left table tbody td, #content #exrateContent #right table tbody td {
    padding: 5px;
    background-color: #fff;
    vertical-align: middle;
    border: 1px solid #000;
}

#content #atmContent {
    float: right;
    width: 79%;
    max-width: 850px;
    box-sizing: border-box;
    padding-left: 50px;
}

#content #atmContent #showAll {
    margin: 15px 0 0 0;
    width: 100%;
    padding: 10px;
    background-color: #309930;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
}

#content #atmContent h1, #content #atmContent h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 53px;
    border-bottom: 1px solid #dbdbdb;
}

#content #atmContent ul {
    margin: 0;
    padding: 15px 0;
}

#content #atmContent li {
    margin: 0 1% 1% 0;
    padding: 5px;
    display: block;
    float: left;
    height: 75px;
    width: 32%;
    box-sizing: border-box;
    background-color: #008545;
    color: #fff;
    font-size: 13px;
}

#content #atmContent li div {
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#content #atmContent .hint {
    font-size: 11px;
}

#content #atmContent .fa-info-circle, #content #atmContent .fa-calculator {
    margin: 0 5px 5px 0;
    font-size: 18px;
    color: #fff;
}

#content #atmContent #map-canvas {
    width: 100%;
    height: 300px;
    color: #008545;
    font-family: "Alegreya Sans";
    font-size: 13px;
}

#content #atmContent #map-canvas .fa-info-circle, #content #atmContent #map-canvas .fa-calculator {
    color: #008545;
}

#content #atmContent #map-canvas hr {
    clear: both;
    margin: 5px 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    visibility: visible;
    border: 0;
}

#content #atmContent #map-canvas span {
    font-size: 11px;
}

#content #branchContent {
    float: right;
    width: 79%;
    max-width: 850px;
    box-sizing: border-box;
    padding-left: 50px;
}

#content #branchContent p {
    margin: 0;
    padding: 2px 0;
}

#content #branchContent #showAll {
    clear: both;
    margin: 15px 0 0 0;
    width: 100%;
    padding: 10px;
    background-color: #309930;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
}

#content #branchContent .showOnMap {
    clear: both;
    margin: 15px 0 0 0;
    width: 100%;
    padding: 10px;
    background-color: #309930;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
}

#content #branchContent h1, #content #branchContent h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 53px;
    border-bottom: 1px solid #dbdbdb;
}

#content #branchContent h3 {
    margin: 0;
    padding: 0;
}

#content #branchContent ul {
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
}

#content #branchContent li {
    margin: 0 0 10px 0;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 13px;
    border-left: 4px solid #008545;
}

#content #branchContent li img {
    margin: 0 5px 15px 0;
    float: left;
    max-width: 30%;
}

#content #branchContent li address, #content #branchContent li .services {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 15px 15px;
    list-style-type: none;
    width: 35%;
    box-sizing: border-box;
}

#content #branchContent li address ul, #content #branchContent li .services ul {
    margin: 0;
    padding: 0;
}

#content #branchContent li address li, #content #branchContent li .services li {
    border: 0;
    margin: 0 0 0 13px;
    padding: 0;
    text-indent: -13px;
}

#content #branchContent li address li::before, #content #branchContent li .services li::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 8px;
    color: #008545;
    padding: 0 5px 0 0;
}

#content #branchContent li div {
    text-decoration: none;
    cursor: pointer;
}

#content #branchContent .hint {
    font-size: 11px;
}

#content #branchContent .fa-building-o {
    margin: 0 5px 5px 0;
    font-size: 18px;
    color: #fff;
}

#content #branchContent #map-canvas {
    width: 100%;
    height: 300px;
    color: #008545;
    font-family: "Alegreya Sans";
    font-size: 13px;
}

#content #branchContent #map-canvas .fa-building-o {
    color: #008545;
}

#content #branchContent #map-canvas hr {
    clear: both;
    margin: 5px 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    visibility: visible;
    border: 0;
}

#content #branchContent #map-canvas span {
    font-size: 11px;
}

#content #branchContent #map-canvas .infoWindow {
    min-width: 350px;
}

#content #branchContent #map-canvas .infoWindow ul {
    margin: 0;
    padding: 0;
    list-style-type: circle;
}

#content #branchContent #map-canvas .infoWindow ul li {
    margin: 0;
    padding: 0;
    border: 0;
}

#content #infoContent {
    float: right;
    width: 79%;
    max-width: 850px;
    box-sizing: border-box;
    padding-left: 50px;
}

#content #infoContent #infoAttachments h2 {
    margin: 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 16px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 40px;
}

#content #infoContent #infoAttachments ul {
    list-style-type: none;
    line-height: 24px;
    font-size: 14px;
}

#content #infoContent #infoAttachments ul a {
    text-decoration: none;
}

#content #infoContent #infoAttachments li.images::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f1c5";
    color: #008545;
}

#content #infoContent #infoAttachments li.archives::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f1c6";
    color: #008545;
}

#content #infoContent #infoAttachments li.documents::before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0f6";
    color: #008545;
}

#content #infoContent h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 53px;
    border-bottom: 1px solid #dbdbdb;
}

#content #infoContent ul li {
    margin-left: 13px;
    list-style-type: none;
    text-indent: -13px;
}

#content #infoContent ul li::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 8px;
    color: #008545;
    padding: 0 5px 0 0;
}

#content #infoContent #toc {
    list-style-type: none;
}

#content #infoContent #toc li {
    margin: 0;
    padding: 0;
    font-size: 11px;
    cursor: pointer;
    color: #008545;
    text-indent: 0;
}

#content #infoContent #toc li:hover {
    text-decoration: underline;
}

#content #infoContent #toc li:before {
    content: none;
}

#content #leftmenu {
    margin: 0 0 40px 0;
    padding: 5px;
    float: left;
    width: 21%;
    max-width: 226px;
    background: #008545;
    box-sizing: border-box;
    line-height: 1.7;
}

#content #leftmenu ul {
    margin: 0;
}

#content #leftmenu li {
    margin: 0;
    list-style-type: none;
    width: 100%;
    /*line-height: 38px;*/
    /*background: url('../img/menu/rightMenu.png') bottom repeat-x;*/
    border-bottom: 1px solid #033a20;
    text-align: left;
    font-size: 14px;
}

#content #leftmenu li a {
    padding: 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

#content #leftmenu li a:hover {
    /*background: url('../img/menu/hover.png') repeat-x;*/
    background: #006c38;
}

#content #leftmenu .active a {
    background: #006c38;
    /*color: #fff;*/
}

#content #leftmenu .submenu {
    /*background : #2a8c5d;*/
    background: #216444;
    text-align: left;
}

#content #leftmenu .submenu a {
    padding: 10px 10px 10px 20px;
    color: #ffffff;
}

#content #leftmenu .submenu a:hover {
    background: #00b85f;
}

#content #showRightMenu {
    display: none;
}

#content #showLeftMenu {
    display: none;
}

#content #rightmenu {
    margin: 0;
    padding: 5px;
    float: right;
    width: 21%;
    max-width: 226px;
    height: 351px;
    background: #008545;
    box-sizing: border-box;
}

#content #rightmenu ul {
    margin: 0;
}

#content #rightmenu li {
    margin: 0;
    list-style-type: none;
    width: 100%;
    /*height: 38px;*/
    line-height: 38px;
    border-bottom: 1px solid #033a20;
    text-align: center;
    font-size: 14px;
}

#content #rightmenu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

#content #rightmenu li a:hover {
    /*background: url('../img/menu/hover.png') repeat-x;*/
    background: #006c38;
}

#content #products {
    clear: both;
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 230px;
}

#content #products div {
    float: left;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 25%;
    border-left: 0;
    height: 230px;
    line-height: 230px;
    text-align: center;
}

#content #products div img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: block;
}

#content #news {
    clear: both;
    margin: 0;
    padding: 0;
    float: left;
    width: 79%;
    max-width: 850px;
}

#content #credit-calculators {
    clear: both;
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    height: auto;
    background: #ffffff;
}

#content #credit-calculators #creditButtons {
    padding: 0 10px;
    background: #ffffff;
}

#content #credit-calculators #creditButtons button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 80%;
    display: inline-block;
    padding: 6px;
    background-color: #027d3c;
    border: 1px solid #027d3c;
    border-bottom: 0;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    color: #ffffff;
    text-decoration: none;
}

#content #credit-calculators #creditButtons button.active {
    background-color: #ffffff;
    color: #027d3c;
}

#content #credit-calculators .externalCalculator {
    margin: 0 0 20px 0;
}

#content #news div {
    box-sizing: border-box;
    margin: 0;
    padding: 0 23px 0 0;
    float: left;
    width: 33.3%;
}

#content #news h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
    line-height: 53px;
}

#content #news h3 {
    margin: 0;
    padding: 0 0 17px 0;
    font-size: 15px;
    color: #008545;
    font-weight: bold;
}

#content #news time {
    padding: 10px 0;
    font-size: 11px;
    color: #4c4c4c;
}

#content #news a.readMore {
    display: inline-block;
    padding: 6px;
    background-color: #008545;
    border: 1px solid #008545;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

#content #news a:hover {
    color: #008545;
    background-color: #ffffff;
}

#content #news article {
    padding: 5px 0;
}

#content #exchange {
    margin: 0;
    padding: 0;
    float: right;
    width: 21%;
    max-width: 226px;
}

#content #exchange h1, #content #exchange caption {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Alegreya Sans";
    font-size: 22px;
    color: #6c6c6c;
    font-weight: normal;
}

#content #exchange h1 {
    line-height: 53px;
}

#content #exchange .up {
    color: #008545;
    line-height: 53px;
}

#content #exchange .down {
    color: #D80101;
    line-height: 53px;
}

#content #exchange .fixed {
    color: #0169D8;
    line-height: 53px;
}

#content #exchange .up:after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f062";
}

#content #exchange .down:after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f063";
}

#content #exchange .fixed:after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f068";
}

#content #exchange .symbol {
    font-size: 16px;
    color: #6c6c6c;
}

#content #exchange table {
    font-family: "Alegreya Sans";
    width: 100%;
}

#content #exchange table th {
    font-size: 18px;
    color: #6c6c6c;
    font-weight: normal;
}

#content #exchange table td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
}

#sitemap {
    clear: both;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #f2f9f6;
    font-size: 13px;
}

#sitemap div > div {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5% 0 0;
    width: 100%;
}

#sitemap .name {
    margin: 0 15px 0 0;
    padding: 0;
    color: #008545;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

#sitemap li.name::before {
    content: none;
}

#sitemap ul {
    margin: 0 0 20px 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}

#sitemap ul li {
    margin: 0 15px 0 0;
    display: inline-block;
}

#sitemap ul li a {
    color: #008545;
    text-decoration: none;
}

#sitemap ul li a:hover {
    text-decoration: underline;
}

#sitemap ul li::before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 8px;
    color: #008545;
    padding: 0 5px 0 0;
}

#sitemapOld {
    clear: both;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #f2f9f6;
    line-height: 1.4;
    font-size: 13px;
}

#sitemapOld div > div {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5% 0 0;
    width: 33%;
}

#sitemapOld h3 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #008545;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

#sitemapOld ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sitemapOld ul li {
    margin: 0 0 7px 0;
}

#sitemapOld ul li a {
    color: #008545;
    text-decoration: none;
}

#sitemapOld ul li a:hover {
    text-decoration: underline;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding: 13px 0;
    background-color: #585758;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#footer ul li + li:before {
    content: ' | ';
}

#footer #footerInfo {
    margin: 10px 0 0 0;
    font-size: 11px;
}

#lightSlider {
    box-shadow: 20px 10px 10px -10px rgba(230, 230, 230, 0.7);
}

#mainPopup {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000055;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

#mainPopupContainer {
    border: 2px solid #008545;
    padding: 25px;
    background: #ffffff;
    width: auto;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

#mainPopupHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5px;
}

#mainPopupHeader h1 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

#mainPopupClose {
    color: #008545;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

#mainPopupClose:hover {
    background: #008545;
    color: #ffffff;
}

#mainPopupContent a {
    display: block;
}

#mainPopupContent img {
    max-width: 100%;
}

#cookie-info-popup {
    display: none;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: #f0f0f0;
    border-top: 2px solid #68B18E;
    color: #6c6c6c;
}

#cookie-info-popup #buttons {
    margin: 10px auto;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}

#cookie-info-popup #buttons button,
#cookie-info-popup #buttons a {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #008545;
    padding: 5px 8px;
    color: #ffffff;
    background: #008545;
}

#cookieManagement {
    border: 2px solid #585758;
    margin: auto auto 1rem;
    width: 100%;
    max-width: 75%;
}

#cookieManagement legend {
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 0.2em 1em;
    margin-bottom: 0.8em;
}

#cookieManagement div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#cookieManagement div label {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

#cookieManagement ul,
#cookieManagement li {
    list-style: none none;
}

#cookieManagement li:before {
    content: '' !important;
    font-size: 8px;
    padding: 0;
}

#cookieManagement input[type="checkbox"] {
    display: none;
}

#cookieManagement .checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

#cookieManagement .checkbox-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #008545;
    background-color: #fff;
}

#cookieManagement input[type="checkbox"]:checked + .checkbox-container::before {
    background-color: #008545;
}

#cookieManagement input[type="checkbox"]:disabled + .checkbox-container::before {
    background: #68B18E;
}

/* Styl dla znaku zaznaczenia */
#cookieManagement .checkbox-container::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: 7px;
    color: #fff;
    display: none;
}

/* Pokaż znak zaznaczenia, gdy checkbox jest zaznaczony */
#cookieManagement input[type="checkbox"]:checked + .checkbox-container::after {
    display: block;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}