@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    font-size: 20px;

    --szer: 1200px;

    --kolortla: #fff;
    --kolornapisow: #000;
    --kolorlinkow: #0083d6;
    --kolorlinkowaktywnych: #51b54a;

    --kolortlanaglowka: #fff;

    --szerokosclogo: 100px;
    --wysokosclogo: 100px;

    --kolortlamenu: #e2e7ee55;
    --kolornapisowmenu: #000;
    --kolortlamenuaktywne: #0001;
    --kolornapisowmenuaktywne: #000;

    --kolornapisownaslajdzie: #fff;
    --kolorprzyciskunaslajdzie: #6abad5;
    --kolornapisownaslajdzie2: #fff;
    --kolorprzyciskunaslajdzie2: #359e00;

    --kolorikonekparzystych: #359e00;
    --kolorikoneknieparzystych: #6abad5;
    --kolortytulow: #ed2a32;
    --kolorpodtytulow: #48b149;

    --kolornapisowprzyciskow: #fff;
    --kolortlaprzyciskow: #359e00;
    --kolornapisowprzyciskowactive: #fff;
    --kolortlaprzyciskowactive: #6abad5;

    --kolortlastopki1: #6abad5;
    --kolortlastopki2: #359e00;
    --kolornapisowstopki: #fff;

    --silver: #f4f7fa;
    --gray: #e1e7ee;
    --dark: #5f6469;
    --black: #1f1f21;

    --wielkoscprzyciskurwd: 50px;
}

@media (max-width: 1800px) {
    :root {
        font-size: 18px;
    }
}

@media (max-width: 1700px) {
    :root {
        font-size: 17px;
    }
}

@media (max-width: 1600px) {
    :root {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    :root {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    :root {
        font-size: 15px;
    }
}

@media (max-width: 1300px) {
    :root {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    :root {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    :root {
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    :root {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    :root {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    :root {
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    :root {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    :root {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    :root {
        font-size: 13px;
    }
}














a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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:after,
blockquote:before,
q:after,
q:before {
    content: '';
}

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

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}










.rwContentBox ul,
.cn ul {
    list-style-type: disc;
    margin: 1rem 0;
    margin-left: 2rem;
}

.rwContentBox ol,
.cn ol {
    list-style-type: decimal;
    margin: 1rem 0;
    margin-left: 2.75rem;
}

.rwContentBox li,
.cn li {
    padding-left: 0;
}

.rwContentBox table td {
    vertical-align: top;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
}

ul {
    margin-top: 0;
}

img {
    border: 0;
}

.clear,
.cl {
    clear: both;
}














html {
    scroll-behavior: smooth;
    font-size: 1rem;
    scrollbar-gutter: stable;
}

body {
    font-family: lato, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--black);
    max-width: 100%;
    overflow-x: hidden;
}

* {
    font-family: lato, sans-serif;
}

a {
    color: var(--kolorlinkow);
    outline: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    color: var(--kolorlinkowaktywnych);
}

.hd header,
.nv,
main,
footer {
    position: relative;
}

.nv>div,
main>div,
footer>div {
    position: relative;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
}

.hd {
    background: url(gfx/chmury1.png) no-repeat bottom right;
    text-align: center;
    min-height: 18.5rem;
    text-align: left;
}

@media(max-width: 400px) {}

.hd header {
    z-index: 120;
}

a.lg {
    font-size: 0;
    display: inline-block;
    padding: 0;
    width: 100%;
}

a.lg img {
    display: inline-block;
    vertical-align: middle;
    width: 17.5rem;
    height: 17.5rem;
    margin-left: 2rem;
    object-fit: contain;
}

@media(max-width:700px) {
    a.lg img {
        width: 15rem;
        height: 15rem;
        margin-left: .5rem;
    }
}

@media(max-width:550px) {
    a.lg img {
        width: 13rem;
        height: 13rem;
        margin-left: .5rem;
        margin-top: -.5rem;
    }
}

@media(max-width:450px) {
    a.lg img {
        width: 11rem;
        height: 11rem;
    }
}

a.lg>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.7rem;
    line-height: 1;
    color: #000;
    font-family: nunito, sans-serif;
    font-weight: 700;
    margin: -2rem 0 0 2rem;
    text-shadow: 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff;
}

@media(max-width:700px) {
    a.lg>span {
        font-size: 2rem;
        margin: 0em 0 0 1rem;
    }
}

@media(max-width:600px) {
    a.lg>span {
        font-size: 1.6rem;
        margin: 3.3em 0 0 1rem;
    }
}

@media(max-width:450px) {
    a.lg>span {
        font-size: 1.3rem;
        margin: 3.7em 0 0 1rem;
    }
}

@media(max-width:350px) {
    a.lg>span {
        font-size: 1rem;
        margin: 5.7em 0 0 1rem;
    }
}


footer a.lg>span {
    display: block;
    text-align: center;
}

a.lg>span>span {
    display: block;
    text-align: left;
}

footer a.lg>span>span {
    display: block;
    text-align: center;
}

a.lg>span>span:nth-child(1) {
    color: #ed2a32;
}

a.lg>span>span:nth-child(2) {
    color: #ff7e00;
}

a.lg>span>span:nth-child(3) {
    color: #48b149;
}

.pasek {
    position: absolute;
    top: 0;
    right: 0;
    padding: .3rem 1rem .3rem 5rem;
    background: linear-gradient(to right, #fff0, #fff, #fff, #fff);
    font-family: nunito, sans-serif;
    color: #426071;
    font-weight: bold;
    z-index: 120;
}

@media(max-width:900px) {
    .pasek {
        padding: 1rem 4rem 1rem 1rem;
        background: transparent;
        text-align: right;
    }
}

@media(max-width:600px) {
    .pasek {
        padding: .4rem 4rem 0rem 12rem;
        background: transparent;
        text-align: right;
        font-size: .7rem;
    }

    .pasek span {
        display: block !important;
    }
}

@media(max-width:380px) {
    .pasek {
        padding: .4rem 4rem 0rem 0rem;
    }
}

footer .pasek {
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    margin: 0;
    padding: 0 0 2rem 0;
    text-align: center;
    color: #000;
    background: transparent;
}

footer .pasek a {
    color: #000;
}

footer .pasek>span::before {
    filter: none;
}

.pasek a {
    color: #426071;
}

.pasek>span {
    display: inline-block;
    margin: 0 .5rem;
}

.pasek>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: .1em;
    margin-right: .5rem;
    background: url(gfx/location.png) no-repeat center;
    background-size: cover;
    filter: invert(37%) sepia(9%) saturate(1501%) hue-rotate(158deg) brightness(91%) contrast(92%);
}

.pasek>span:nth-child(2)::before {
    background: url(gfx/phone.png) no-repeat center;
    background-size: cover;
    width: 1.2em;
    height: 1.2em;
    top: .2em;
}

.pasek>span:nth-child(3)::before {
    background: url(gfx/mail.png) no-repeat center;
    background-size: cover;
    width: 1.2em;
    height: 1.2em;
    top: .2em;
}

.pasek>span:nth-child(4)::before {
    background: url(gfx/fb.webp) no-repeat center;
    background-size: cover;
    width: 1.2em;
    height: 1.2em;
    top: .2em;
    margin-right: .3rem;
    filter: none;
}

.pasek>span:nth-child(4) a {
    color: #1977f3;
}

.nv {
    /*background: linear-gradient(to bottom, #ffff, #fff9, #fff0);*/
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: calc(100% - 21.5rem);
    left: 21.5rem;
    z-index: 120;
}

.nv nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}

.nv nav ul li {
    position: relative;
    display: inline-block;
}

.nv nav ul li a {
    display: block;
    font-family: nunito, sans-serif;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: .5rem 1rem;
    text-shadow: 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff;
}

@media(max-width:1300px) {
    .nv nav ul li a {
        font-size: 1.4rem;
        padding: .5rem .8rem;
    }
}

@media(max-width:1100px) {
    .nv nav ul li a {
        font-size: 1.6rem;
        padding: .5rem 1.3rem;
    }
}

.nv nav ul>li:nth-child(1)>a {
    color: #0083d6;
}

.nv nav ul>li:nth-child(2)>a {
    color: #51b54a;
}

.nv nav ul>li:nth-child(3)>a {
    color: #ffb400;
}

.nv nav ul>li:nth-child(4)>a {
    color: #ff7e00;
}

.nv nav ul>li:nth-child(5)>a {
    color: #e8151c;
}

.nv nav ul>li:nth-child(6)>a {
    color: #c466d2;
}

.nv nav ul>li:nth-child(7)>a {
    color: #0083d6;
}

.nv nav ul>li:nth-child(8)>a {
    color: #51b54a;
}

.nv nav ul>li:nth-child(9)>a {
    color: #ffb400;
}

.nv nav ul>li:nth-child(10)>a {
    color: #ff7e00;
}

.nv nav ul>li:nth-child(11)>a {
    color: #e8151c;
}

.nv nav ul>li:nth-child(12)>a {
    color: #c466d2;
}

.nv nav ul li a:hover,
.nv nav ul li a.active,
.nv nav ul li a.traced,
.nv nav ul li a.selected {
    text-decoration: underline;
}

.nv nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 10;
    text-align: left;
    width: auto;
    min-width: 220%;
    box-shadow: .3rem .3rem .4rem #0003;
    border-radius: 8px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-top: -.3rem;
}

.nv nav ul>li:hover ul {
    display: block;
}

.nv nav ul li:last-child ul {
    left: auto;
    right: 0;
}

.nv nav ul ul li {
    display: block;
}

.nv nav ul ul li+li {
    border-top: 1px solid var(--kolortlamenuaktywne);
}

.nv nav ul ul li a {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.1;
    padding: .35rem 1rem;
}

input#rwdmn,
input#rwdmn+label {
    display: none;
}

@media (max-width: 900px) {

    input#rwdmn+label+nav {
        display: none;
    }

    input#rwdmn+label {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 0;
        width: var(--wielkoscprzyciskurwd);
        height: var(--wielkoscprzyciskurwd);
        font-size: var(--wielkoscprzyciskurwd);
        line-height: var(--wielkoscprzyciskurwd);
        color: var(--kolornapisow);
        z-index: 210;
        text-align: center;
    }

    input#rwdmn+label>span::before {
        content: '\2261';
    }

    input#rwdmn:checked+label>span::before {
        content: '\D7';
    }

    input#rwdmn+label>span span {
        display: none;
    }

    input#rwdmn:checked+label+nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #fffd;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: var(--wielkoscprzyciskurwd);
        z-index: 200;
    }

    input#rwdmn:checked+label+nav ul {
        display: block !important;
        background: transparent;
        position: relative;
        left: 0;
        top: 0;
        outline: 0;
        box-shadow: none;
    }

    input#rwdmn:checked+label+nav li {
        display: block;
        text-align: left;
        border: none;
    }

    input#rwdmn:checked+label+nav li a {
        font-size: 1.5rem;
        letter-spacing: 0;
        padding: 1rem;
    }

    .nv nav ul li a.traced,
    .nv nav ul li a.selected {
        background: transparent;
    }

    input#rwdmn:checked+label+nav li li a {
        padding-left: 3rem !important;
        font-size: 1.4rem;
    }

    input#rwdmn:checked+label+nav li li li a {
        padding-left: 6rem !important;
    }

    input#rwdmn:checked+label+nav li a:hover,
    input#rwdmn:checked+label+nav li a.active {
        background: #0001;
    }

    input#rwdmn:checked+label+nav li>ul,
    input#rwdmn:checked+label+nav li:hover>ul {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    input#rwdmn:checked+label+nav li ul a {
        padding-left: 1rem;
        padding-top: .75rem;
        padding-bottom: .5rem
    }

    input#rwdmn:checked+label+nav li ul ul a {
        padding-left: 2rem;
    }

    input#rwdmn:checked+label+nav li ul ul ul a {
        padding-left: 3rem;
    }

}

/* @media (max-width: 900px) */


main {
    background: url(gfx/chmury2.png) no-repeat top right;
    padding-top: 220px;
}

main>div {
    background: url(gfx/chmury3.jpg) no-repeat top right;
    padding-top: 220px;
    min-height: 1000px !important;
}

main>div>.page_content_container {
    margin-top: -490px;
    bottom: -250px;
    min-height: 1000px;
    background: url(gfx/ft.png) no-repeat left bottom;
}


.page_content_container>* {
    width: 100% !important;
    width: var(--szer) !important;
    margin: 0 auto !important;
    float: none !important;
}

@media(max-width:600px) {
    .page_content_container {
        margin-top: -620px !important;
    }

}

@media(max-width:1250px) {
    .page_content_container>section {
        width: 100% !important;
    }

}







footer {
    text-align: center;
    padding: 0;
    z-index: 10;
    margin-top: -12rem;
}

@media(max-width:1400px) {
    footer {
        margin-top: -18rem;
    }
}

@media(max-width:900px) {
    footer {
        margin-top: -22rem;
    }
}

@media(max-width:600px) {
    footer {
        margin-top: -28rem;
    }
}

footer a {}

a.ftlg {
    position: relative;
    margin-top: -20vw;
}

a.ftlg img {
    width: 35vw;
    min-width: 250px;
    height: auto;
}

a.ftlg>span {
    display: block;
    margin-top: 1rem;
}

a.ftlg>span>span {
    display: inline !important;
    font-size: 2.3rem;
}

@media(max-width:900px) {
    a.ftlg>span>span {
        display: block !important;
    }
}

footer p {
    font-size: .65rem;
}

footer nav li {
    display: inline-block;
}


footer nav {
    padding: 2rem 0 0;
}


footer nav+nav {
    padding: 0 0 2rem 0;
}

footer nav a {
    display: block;
    font-family: nunito, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #0088df;
    font-size: 1.2rem;
    padding: .3rem .5rem;
}


footer nav ul ul {
    display: none;
}

.slider .anim_text>.ct-slider-static-text,
.slider .anim_text>.ct-slider1-static-text,
.slider .anim_text>.ct-slider2-static-text {
    display: block;
    color: var(--kolornapisownaslajdzie);
    font-family: nunito;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    text-shadow: 3px 3px 10px #0009 !important;
    padding: 0 1rem;
    text-align: left;
}

.slider .anim_text>.ct-slider1-static-text {
    font-size: 1.8rem;
    padding-top: .5rem;
    text-align: left;
}

.slider .anim_text>.ct-slider2-static-text {
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 600;
    padding: .5rem !important;
    margin-top: 1rem;
    text-shadow: none !important;
    background: var(--kolorprzyciskunaslajdzie);
    box-shadow: 3px 3px 10px #0003 !important;
    max-width: 300px;
    transition: all 0.3s ease;

    border-radius: 999px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    color: var(--kolornapisownaslajdzie);
}

.slider:hover .anim_text>.ct-slider2-static-text {
    background: var(--kolorprzyciskunaslajdzie2);
    color: var(--kolornapisownaslajdzie2);
    box-shadow: .2rem .2rem 1rem #000 !important;
}

.slider .anim_text>span:has(span:empty) {
    display: none;
}







.icon-list li span.awesome {
    color: var(--kolorikonekparzystych);
}

.icon-list li:nth-child(odd) span.awesome {
    color: var(--kolorikoneknieparzystych);
}

.icon-list li h3 {
    font-family: montserrat;
    font-weight: 500;
    font-size: 1.5rem;
    opacity: .4;
    margin: .3rem 0 0;
}

.icon-list li h4 {
    font-size: .9rem;
    font-weight: 600;
    opacity: 1;
    margin-top: .5rem;
    padding-top: .5rem;
}

.icon-list li p {
    font-size: .65rem;
    color: #0006;
    margin: 0 10%;
    letter-spacing: .2px;
    text-align: center;
    margin-top: .5rem;
}









.content_headers {
    font-family: nunito, sans-serif;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1;
    text-shadow: 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff, 0 0 .5rem #fff;
}

.content_headers .content_title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 700;
    color: var(--kolortytulow);
    display: inline-block;
}

.content_headers .content_title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    background: url('gfx/slonce.png') no-repeat center;
    background-size: contain;
    margin-right: .3em;
}

@media (max-width: 900px) {
    .content_headers .content_title {
        font-size: 3rem;
    }
}

@media (max-width: 500px) {
    .content_headers .content_title {
        font-size: 2.6rem;
    }
}

.content_headers .content_description {
    font-size: 3rem;
    line-height: 1.1;
    padding-top: 0rem;
    margin-top: -1rem;
    color: var(--kolorpodtytulow);
    font-weight: 700;
}

@media (max-width: 900px) {
    .content_headers .content_description {
        font-size: 2.2rem;
    }
}








input[type='submit'],
input[type='submit'],
button {
    background: var(--kolortlaprzyciskow);
    border: 1px solid var(--kolortlaprzyciskow);
    color: var(--kolornapisowprzyciskow);
}

input[type='submit']:hover,
button:hover,
input[type='submit']:hover,
button:hover {
    opacity: 1;
    background: var(--kolortlaprzyciskowactive);
    border: 1px solid var(--kolortlaprzyciskowactive);
    color: var(--kolornapisowprzyciskowactive);
}









.content_headers {
    color: var(--kolor);
}


.icon-list li span.awesome {
    color: var(--kolor);
}


.icon-list li span.icon-placeholder {
    color: var(--kolor);
}







.ct-section.bgsilver:not(.rw_ct_slider2),
.ct-section.bggray:not(.rw_ct_slider2),
.ct-section.bgdark:not(.rw_ct_slider2),
.ct-section.bgblack:not(.rw_ct_slider2) {
    margin-left: calc((100vw - 100%)/-2);
    padding-left: calc((100vw - 100%)/2);
    padding-right: calc((100vw - 100%)/2);
}

.bgsilver {
    background: var(--silver);
}

.bggray {
    background: var(--gray);
}

.bgdark {
    background: var(--dark);
    color: #fff;
    font-weight: 300;
}

.bgdark p {
    font-weight: 300;
}

.bgblack {
    background: var(--black);
    color: #fff;
}













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

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

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









ul.gallery_new li {
    vertical-align: top;
}






ul.icon-list {
    margin: 0;
}

.icon-list li {
    width: 25%;
    min-width: 160px;
}




@media (max-width: 1240px) {
    .ct_reach_text {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}





@media (max-width: 900px) {

    /* obrazki w rwd */
    main .rw_ct_reach_text img:not(.width-less-than-300) {
        position: relative !important;
        display: block !important;
        float: none !important;
        margin: 1rem auto !important;
        min-width: 100% !important;
        max-width: 20rem !important;
    }
}


@media (max-width: 900px) {
    main .rw_ct_reach_text table td {
        display: block;
    }
}





.page_content_container>section.rw_ct_slider2.slider-full-width {
    position: relative !important;
    float: none !important;
    margin-left: calc((100vw - 100%) / -2) !important;
    width: 100vw !important;
    clear: both;
}

.slider-full-width .slider,
.slider-full-width .slider li,
.slider-full-width .slider li .anim_text {
    width: 100% !important;
    margin-left: 0 !important;
}





@media(max-width:600px) {
    .ct_slider2_overall .ct-slider-static-text {
        font-size: 2rem !important;
    }
}

@media(max-width:600px) {
    .ct_slider2_overall>div {
        max-height: 50vh;
    }
}



body>.toten {
    position: absolute !important;
    left: 0;
    top: 160px;
}

@media(max-width:1800px) {
    body>.toten {
        margin-top: -35px;
    }
}

@media(max-width:1700px) {
    body>.toten {
        margin-top: -52px;
    }
}

@media(max-width:1600px) {
    body>.toten {
        margin-top: -70px;
    }
}

@media(max-width:1400px) {
    body>.toten {
        margin-top: -90px;
    }
}

@media(max-width:1100px) {
    body>.toten {
        margin-top: -110px;
    }
}

@media(max-width:800px) {
    body>.toten {
        margin-top: -130px;
    }
}

@media(max-width:550px) {
    body>.toten {
        margin-top: -90px;
    }
}


.hd {
    z-index: 5;
}

body:has(>.toten) main {
    z-index: 5;
}

@media(min-width:900px) {
    body:has(>.toten) .hd .nv {
        display: none;
    }
}

body:has(>.toten)>.nv {
    bottom: auto;
    left: 0;
    width: 100%;
    padding: 3rem 0 3rem 0 !important;
    background: linear-gradient(to bottom, #fffa, #fff9, #fff0)
}

@media(max-width:1800px) {
    body:has(>.toten)>.nv {
        margin-top: -20px;
    }
}

@media(max-width:1700px) {
    body:has(>.toten)>.nv {
        margin-top: -30px;
    }
}

@media(max-width:1600px) {
    body:has(>.toten)>.nv {
        margin-top: -40px;
    }
}

@media(max-width:1400px) {
    body:has(>.toten)>.nv {
        margin-top: -40px;
    }
}

@media(max-width:1100px) {
    body:has(>.toten)>.nv {
        margin-top: -55px;
    }
}

@media(max-width:900px) {
    body:has(>.toten)>.nv {
        bottom: auto;
        left: 0;
        width: 100%;
        padding: 0 !important;
        background: transparent;
    }
}





body main>div>.page_content_container>* {
    display: block;
    position: relative;
    clear: both;
    float: none;
}








body main>div>.page_content_container>*:last-child::after {
    content: '';
    padding-bottom: 500px;
    display: block;
}

@media(max-width:900px) {
    body main>div>.page_content_container>*:last-child::after {
        content: '';
        padding-bottom: 300px;
        display: block;
    }
}


footer {
    margin-top: 200px;
}

@media(max-width:900px) {
    footer {
        margin-top: 150px;
    }
}








.newsBox,
.ct-newslist-bx li {
    background: #fff;
    padding: 3rem;
    border-radius: 3rem;
    min-height: 15rem;
    box-shadow: 0 0 5rem #dcf0fb88;
    position: relative;
}


.newsBox:not(:has(.newsFloatImage)),
.ct-newslist-bx li:not(:has(.ct-newslist-img-link img)) {
    min-height: 0rem;
}


.newsBox *,
.ct-newslist-bx li * {
    font-family: nunito;
    margin-left: 0rem;
    padding-left: 0;
}


.newsBox .newsFloatImage,
.ct-newslist-bx li .ct-newslist-img-link {
    width: 22rem;
    height: 15rem;
    padding: 0;
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
}

.ct-newslist-bx li .ct-newslist-img-link {
    left: 3rem;
    top: 3rem;
}

.newsBox .newsFloatImage a {
    padding: 0;
}

.newsBox .newsFloatImage img,
.ct-newslist-bx li .ct-newslist-img-link img {
    width: 22rem;
    height: 15rem;
    object-fit: cover;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.newsBox>div>header,
.ct-newslist-bx li .ct-newslist-title-link {
    border: none;
    margin: 0;
    margin-left: 25rem;
    padding: 0;
    display: block;
}

.newsBox:not(:has(.newsFloatImage))>div>header,
.ct-newslist-bx li:not(:has(.ct-newslist-img-link img)) .ct-newslist-title-link {
    margin-left: 0;
}

.ct-newslist-bx li:not(:has(.ct-newslist-img-link img)) .ct-newslist-date {
    margin-left: 0;
}

.newsBox>div>header .title,
.ct-newslist-bx li .ct-newslist-title-link {
    font-size: 2.2rem;
    line-height: .95;
}

.newsBox>div>header .date,
.ct-newslist-bx li .ct-newslist-date {
    font-size: .7rem;
    line-height: 1;
    font-weight: 800;
    color: 000;
    opacity: .6;
    display: block;
}

.ct-newslist-bx li .ct-newslist-date {
    margin-left: 25rem;
}

.newsBox>div>p,
.ct-newslist-bx li>div,
.ct-newslist-short {
    display: block;
    padding: 0;
    margin: 0;
    font-family: roboto, sans-serif;
    font-weight: 350;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-left: 25rem;
}

.ct-newslist-short {
    padding: .5rem 0;
}

.newsBox:not(:has(.newsFloatImage))>div>p,
.ct-newslist-bx li:not(:has(.ct-newslist-img-link img))>div {
    margin-left: 0;
}

.newsBox .news-read-more a,
.ct-newslist-more-link,
.ct-more-link {
    font-size: 1.1rem;
    font-weight: 800;
    display: block;
    text-align: right;
}

.rw-page-single .newsBox .newsFloatImage {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 !important;
    position: relative;
    left: 0;
    top: 0;
    font-size: 0;
}

.rw-page-single .newsBox .newsFloatImage a {
    padding: 0;
    display: block;
    width: 100%;
}

.rw-page-single .newsBox .newsFloatImage img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 30rem;
    object-fit: cover;
    margin: 2rem 0;
    padding: 0;
    border-radius: 8px;
}

.rw-page-single .newsBox>div>header {
    border: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    text-align: center;
}

.rw-page-single .newsBox>div>header .title {
    border: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    color: #51b54a;
}

script {
    display: none !important;
}





.pagination-box {
    display: block !important;
    position: relative;
    margin: 2rem 0;
    padding: 0;
    text-align: left !important;
}

.pagination * {
    background: transparent !important;
    outline: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.pagination-box .pagination {
    font-family: nunito;
    font-weight: 800;
    font-size: 1.3rem;
    color: #999;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none;
}

.pagination li span,
.pagination li a {
    font-size: 1.6em;
}












/* lista ikon */

ul.icon-list {
    position: relative;
    display: block;
    text-align: center;
    margin: 4rem 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    font-family: nunito;
}

ul.icon-list * {
    font-family: nunito !important;
}

.icon-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 250px;
    margin-bottom: 2rem;
}


.icon-list li>span {
    display: block;
    padding-bottom: .5rem;
}

.icon-list li a:hover {
    opacity: .7;
}

.icon-list li span.awesome {
    display: block;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 3.5rem;
    margin: 10px auto;
    color: var(--kolor);
    text-align: center;
}

.icon-list li span.icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 4rem;
    margin: .rem auto;
    overflow: hidden;
    font-size: 2.5rem;
    line-height: 2rem;
    word-wrap: break-word;
    letter-spacing: -0.15rem;
    font-weight: 900;
    background: #0031;
    border-radius: 999px;
    color: var(--kolor);
}

.icon-list li img {
    width: 9rem;
    height: 9rem;
    object-fit: cover;
    margin: .5rem 0;
    border-radius: 0;
}

.icon-list li h3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    opacity: 1;
    font-weight: 900;
    color: #1885d6;
    margin: 0 10%;
    padding: 1rem 0 0 0;
}

.icon-list li h4 {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.1;
    color: #0009;
    margin: 0 10%;
    font-weight: 700;
}

.icon-list li p {
    font-weight: 400;
    font-size: .7rem;
    text-align: center;
    padding-top: 10px;
    line-height: 1.2;
    color: #0009;
    margin: 0 10%;
    padding-bottom: .1rem;
    border-bottom: none;
    padding-top: 1rem;
}

.icon-list li p:empty {
    border-bottom: none;
}

/* lista ikon end */


.greenbg {
    background: #97c700;
    margin-top: 72px !important;
    margin-bottom: 72px !important;
    width: 100vw !important;
}

.greenbg::before,
.greenbg::after {
    content: '';
    display: block;
    width: 100%;
    height: 72px;
    background: url('gfx/tt.png') no-repeat bottom center;
    background-size: contain;
    position: absolute;
    top: -72px;
    left: 0;
    width: 100%;
}

.greenbg::after {
    background: url('gfx/bb.png') no-repeat top center;
    background-size: contain;
    top: auto;
    bottom: -72px;
    left: 0;
    width: 100%;
}



.greenbg * {
    color: #fff;
}

.greenbg .content_headers * {
    color: #f9ed23 !important;
    text-shadow: none;
}

.greenbg .icon-list li img {
    filter: brightness(0) invert(1);
}

.greenbg .icon-list * {
    color: #fff;
}

.greenbg .icon-list li h3 {
    color: #f9ed23 !important;
}


form.form-auto {
    margin: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
    min-width: 300px;
}


form.form-auto input,
form.form-auto textarea {
    border-radius: 8px;
    width: calc(100% - 2rem - 15px);
     !important;
    max-width: 100%;
}

@media (max-width: 1200px) {

  /* Miniatura: z "position:absolute, 22rem" na blokowy element na pełną szerokość */
  .newsBox .newsFloatImage,
  .newsBox .newsFloatImage a,
  .newsBox .newsFloatImage img,
  .ct-newslist-bx li .ct-newslist-img-link,
  .ct-newslist-bx li .ct-newslist-img-link img {
    position: static !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
    margin: 0 0 1.5rem 0 !important;
    padding: 0 !important;
  }

  .newsBox .newsFloatImage img,
  .ct-newslist-bx li .ct-newslist-img-link img {
    object-fit: cover;
    border-radius: 8px;
  }

  /* Tekst: usuwamy sztywny margin-left:25rem, bo obrazek nie jest już "obok" */
  .newsBox > div > header,
  .newsBox > div > p,
  .ct-newslist-bx li .ct-newslist-title-link,
  .ct-newslist-bx li > div {
    margin-left: 0 !important;
  }

  /* Karta: min-height:15rem nie jest już potrzebne przy układzie pionowym,
     a duży padding:3rem zbytnio zawęża treść na węższych ekranach */
  .newsBox,
  .ct-newslist-bx li {
    min-height: 0 !important;
    padding: 2rem !important;
  }
}

/* Dodatkowe doprecyzowanie dla telefonów (np. 360px) */
@media (max-width: 480px) {

  .newsBox,
  .ct-newslist-bx li {
    padding: 1.2rem !important;
    border-radius: 1.2rem !important;
  }

  .newsBox .newsFloatImage,
  .newsBox .newsFloatImage a,
  .newsBox .newsFloatImage img,
  .ct-newslist-bx li .ct-newslist-img-link,
  .ct-newslist-bx li .ct-newslist-img-link img {
    height: 160px !important;
  }

  .newsBox > div > header .title,
  .ct-newslist-bx li .ct-newslist-title-link {
    font-size: 1.4rem !important;
    line-height: 1.15 !important;
  }

  .newsBox > div > p,
  .ct-newslist-bx li > div {
    font-size: 1rem !important;
  }
}

@media (max-width: 1250px) {
  .page_content_container > article {
    width: 100% !important;
  }
}

/* Na widoku pojedynczej aktualności obrazek ma pełnić rolę zdjęcia
   głównego (hero) — zachowujemy jego proporcje zamiast sztywnej,
   niskiej wysokości narzuconej wyżej dla miniatur na liście */
@media (max-width: 1200px) {
  .rw-page-single .newsBox .newsFloatImage,
  .rw-page-single .newsBox .newsFloatImage img {
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
}



main {
    overflow: hidden;
}

.comeback-link {
    display: inline-block;
    margin: 0 1rem;
}

@media(max-width:600px) {
.newsBox>div>header .date,
.ct-newslist-bx li .ct-newslist-date {
    font-size: .7rem;
    line-height: 1;
    font-weight: 800;
    color: 000;
    opacity: .6;
    display: block;
    width: 100px;
    position: relative;
    left: -100px;
    text-align: right;
} 
}





.form-auto {
    background:#0083d655;
    padding: 2rem;
    border-radius: 3rem;
}

input {
    border-radius: 999px !important;
    padding: .75rem !important;
    border: 2px solid #0083d6;
}

.form-auto table tr {
    display: inline-block;
    width: 100% !important;
    padding-right: 2rem;
    color: #005a93;
    font-size: 1.2rem;
}

.form-auto table tr:has(input) {
    width: calc(50% - 2rem) !important;
}

.form-auto table tr:has(input[type="checkbox"]) {
    width: 100% !important;
}

.form-auto table tr:has(input[type="submit"]) {
    width: 100% !important;
}

.form-auto input[type="submit"] {
    max-width: 320px !important;
    padding: 1rem 0 !important;
    margin: 0 auto;
    display: block;
}

.form-auto label:has(a) {
    display: inline-block;
    width: 90%;
    line-height: 1.2;
    vertical-align: top;
    margin-left: .5rem;
    font-size: .9rem;
    margin-bottom: 1rem;
}

@media(max-width:900px) {
    input[type="checkbox"] {
        max-width: 20px !important;
    }
}


@media(max-width:600px) {
.form-auto table tr:has(input) {
    width: calc(100%) !important;
}

.form-auto {
    padding-left: .5rem;
    padding-right: .5rem;
}
    
}