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

:root {
    font-size: 20px;

    --szer: 1570px;

    --kolor: #53a0c8;
    --kolor1: #53a0c8;
    --kolor2: #359e00;

    --kolortla: #fff;
    --kolornapisow: #000;
    --kolorlinkow: #53a0c8;
    --kolorlinkowaktywnych: #359e00;

    --kolortlanaglowka: #fff;

    --szerokosclogo: 430px;
    --wysokosclogo: 150px;

    --kolortlamenu: transparent;
    --kolornapisowmenu: #222;
    --kolortlamenuaktywne: transparent;
    --kolornapisowmenuaktywne: #222;

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

    --kolorikonekparzystych: #308703;
    --kolorikoneknieparzystych: #6abad5;

    --kolortytulow: #359e00;
    --kolorpodtytulow: #6abad5;

    --kolornapisowprzyciskow: #fff;
    --kolortlaprzyciskow: #359e00;

    --kolornapisowprzyciskowactive: #fff;
    --kolortlaprzyciskowactive: #6abad5;

    --kolortlastopki1: transparent;
    --kolortlastopki2: transparent;
    --kolornapisowstopki: #222;

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

    --wielkoscprzyciskurwd: 50px;
}

@media (max-width: 1571px) {
    :root {
        --szer: 1200px;
    }
}

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

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

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

b,
strong {
    font-weight: bold;
}

i,
em {
    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;
    scrollbar-gutter: stable;
}

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

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

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

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





.hd,
body>main,
body>footer {
    position: relative;
}

body>main>div,
body>footer>div {
    position: relative;
    width: 100%;
    max-width: var(--szer);
    min-width: 300px;
    margin: 0 auto;
}

body>header {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 20;
    font-size: 0;
    box-shadow: 0 0 1rem #0002;
}


@media(max-width:480px) {
    body>header {
        text-align: left;
    }
}

a.lg {
    display: inline-block;
    margin: .5rem auto;
    text-align: left;
}

@media(max-width:1250px) {
    a.lg {
        display: inline-block;
        margin: 1rem auto .5rem;
        text-align: left;
    }

}

a.lg img {
    display: inline-block;
    vertical-align: middle;
    width: var(--szerokosclogo);
    height: var(--wysokosclogo);
    object-fit: contain;
}

footer a.lg img {
    display: block;
    margin: auto;
}

a.lg>span {
    font-family: quicksand, sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 1rem;
    color: var(--kolornapisow);
    text-align: left;
}

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

footer a.lg>span {
    color: var(--kolornapisowstopki);
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
}

a.lg>span span {
    display: block;
    font-weight: 600;
}

a.lg>span span:nth-child(2) {
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding-top: .2rem;
}







header form {
    display: block;
    position: absolute;
    top: .5rem;
    right: .5rem;
    text-align: right;
}

@media (max-width:900px) {
    header form {
        right: 3.5rem;
    }
}

header form::before {
    content: '';
    width: .7rem;
    height: .7rem;
    border: .15rem solid #fff;
    border-radius: 999px;
    position: absolute;
    top: .3rem;
    right: .5rem;
}

header form::after {
    content: '';
    width: .15rem;
    height: .6rem;
    background: #fff;
    border-radius: 999px;
    position: absolute;
    top: 1rem;
    right: .5rem;
    transform: rotate(-45deg)
}

header form input {
    font-family: quicksand, sans-serif;
    font-size: 0.7rem;
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem;
    width: 5rem;
    margin: 0;
    border: none;
    border-radius: 0;
}

header form input[type='submit'],
header form input[type='submit']:hover {
    background: var(--kolor2);
    text-indent: -99999px;
    width: 2rem !important;
    height: 2rem !important;
    padding: 0 !important;
}







header nav {
    font-size: 0;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    background: var(--kolortlamenu);
}

header nav>div>ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

header nav li {
    position: relative;
    display: inline-block;
}

header nav li a {
    display: block;
    font-family: quicksand, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    padding: .7rem 1.5rem;
    color: var(--kolornapisowmenu);
}

header nav li a:hover,
header nav li a.selected,
header nav li a.active,
header nav li a.traced {
    background: var(--kolortlamenuaktywne);
    color: var(--kolornapisowmenuaktywne);
}

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: 100;
        text-align: center;
        text-shadow: 0 0 .5rem #fff, 0 0 .5rem #fff;
        z-index: 600;
    }

    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: #fffa;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: var(--wielkoscprzyciskurwd);
        margin-top: 0;
        z-index: 510;
    }

    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;
    }

    header nav ul li a.traced,
    header 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;
    }

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

    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) */


.bc {
    position: relative;
    background: #eee;
    width: calc(100vw - 2rem);
    margin-left: calc((100vw - 100%) / -2);
    padding: .5rem 1rem;
}

.page-id-2622 .bc {
    display: none;
}

.bc li {
    display: inline-block;
    vertical-align: middle;
    color: var(--black);
    font-size: .7rem;
}

.bc li::before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .2rem;
    content: ">";
}

.bc li:first-child::before {
    display: none;
}

.bc li:last-child {
    font-weight: bold;
}

.bc li a {
    display: inline-block;
    color: #0009;
}

.bc li a:hover {
    display: block;
    color: var(--black);
}




body>footer {
    text-align: center;
    padding: 7rem 0 0;
    background: linear-gradient(167deg, var(--kolortlastopki1), var(--kolortlastopki2));
    color: var(--kolornapisowstopki);
    box-shadow: 0 0 2rem #0002;
}

body>footer a {
    color: var(--kolornapisowstopki);
}

body>footer .lg {
    padding-bottom: 1rem;
}

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




.content_headers {
    font-family: quicksand, sans-serif;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1;
}

.content_headers .content_title {
    font-size: 2rem;
    font-weight: bold;
    color: #e30079;
    margin-bottom: 0rem;
}

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

.content_headers .content_description {
    font-size: 1.5rem;
    font-weight: bold;
    color: #029ee0;
    margin-bottom: 0rem;
}

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




@media(max-width:1200px) {
    .ct-section {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .page_content_container img {
        max-width: 90vw;
    }
}

.gallery_new img,
.ct_reach_text img,
.tinymce-ct img {
    border-radius: 4px;
}

@media (max-width: 900px) {

    .ct_reach_text img,
    .tinymce-ct img {
        display: block;
        margin: .5rem auto !important;
    }
}

@media(max-width:600px) {

    .ct_reach_text img,
    .tinymce-ct img {
        max-width: 100% !important;
    }
}


.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: quicksand, sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .1rem;
    text-shadow: 3px 3px 10px #0009 !important;
    padding: 0 1rem;
    text-align: center;
}

@media(max-width:500px) {
    .slider .anim_text>.ct-slider-static-text {
        font-size: 2.4rem;
    }
}

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

.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 {
    margin-left: 0 !important;
}

.icon-list li {
    min-width: 200px;
}

.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: quicksand, sans-serif;
    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;
    border-bottom: 0;
    margin-top: 0;
}

.rw-width-100-percent {
    float: none !important;
    clear: both;
}

.rw-width-100-percent+section {
    clear: both;
}


.rw-width-100-percent.rw_ct_reach_text {
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}


.content_youtube_description p {
    font-size: 1rem;
    color: var(--black);
    opacity: 1;
    padding: 1rem 0;
}



@media (max-width: 900px) {

    video,
    .content_youtube iframe {
        max-height: 260px;
        max-width: 100%;
    }
}

/* klasy ustawiane w dodatkowych klasach dla sekcji */
.rozciagaj {
    position: relative !important;
    margin-left: calc((100vw - 100%) / -2) !important;
    width: 100vw !important;
}

.waska {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70% !important;
}

@media (max-width: 900px) {
    .waska {
        width: 100% !important;
    }
}

.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;
}

.bgcolor {
    background: var(--kolor);
    color: #fff;
}

.bgcolor2 {
    background: var(--kolor2);
    color: #fff;
}




.titl .content_headers,
.titl .content_title,
.titl .content_description {
    text-align: left;
}

.titm .content_headers,
.titm .content_title,
.titm .content_description {
    text-align: center;
}

.titr .content_headers,
.titr .content_title,
.titr .content_description {
    text-align: right;
}

.revtt .content_headers header {
    position: relative;
    display: flex;
    flex-direction: column;
}

.revtt .content_headers header>*:nth-child(1) {
    order: 2;
}

/* klasy ustawiane w dodatkowych klasach dla sekcji end */

/* banners gallery carousel */
.bannerscarousel .bprev,
.bannerscarousel .bnext {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    width: 10px;
    background: pink;
    text-align: center;
}

.bannerscarousel .bnext {
    left: auto;
    right: 0;
}

.bgblack,
.bgblack .content_headers,
.bgdark,
.bgdark .content_headers,
.bgcolor,
.bgcolor .content_headers,
.bgcolor2,
.bgcolor2 .content_headers {
    color: #fff;
}

.bgsilver,
.bggray,
.bgdark,
.bgblack,
.bgcolor,
.bgcolor2 {
    margin-left: calc((100vw - 100%) / -2) !important;
    padding-left: calc((100vw - 100%) / 2) !important;
    padding-right: calc((100vw - 100%) / 2) !important;
}

@media(max-width:600px) {

    body .bgsilver,
    body .bggray,
    body .bgdark,
    body .bgblack,
    body .bgcolor,
    body .bgcolor2 {
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


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

ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 a {
    text-align: left;
}

@media(max-width:1200px) {
    .rw-width-100-percent.rw_ct_reach_text {
        margin-left: -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        width: calc(100% - 1rem) !important;
    }
}

@media(max-width:600px) {
    body .rw_ct_reach_text {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        min-width: 100% !important;
    }
}


@media(max-width:500px) {
    .ct_reach_text table td {
        display: block;
    }
}

@media(max-width:600px) {

    .rw_ct_slider2 ul.slider,
    .rw_ct_slider2 ul.slider li {
        max-height: 3620px;
    }

    .content_youtube iframe {
        max-height: 320px;
    }

    .content_google iframe {
        max-height: 320px;
    }
}




.over-header {
    max-width: var(--szer);
    margin: 0 auto;
    text-align: right;
    height 2rem;
    margin-bottom: -2rem;
    position: relative;
    z-index: 100;
    color: #fff;
    font-family: quicksand, sans-serif;
    letter-spacing: 1px;
    top: 10px;
}

@media(max-width:1250px) {
    .over-header {
        max-width: 50%;
        margin: 0 0 0 auto;
        text-align: right;
        height 2rem;
        margin-bottom: -2rem;
        position: relative;
        z-index: 100;
        color: #fff;
        font-family: quicksand, sans-serif;
        letter-spacing: 1px;
        top: 10px;
        padding-right: 1rem;
        font-size: .9rem;
        z-index: 501;
    }
}

@media(max-width:900px) {
    .over-header {
        max-width: 50%;
        margin: 0 0 0 auto;
        text-align: right;
        height 2rem;
        margin-bottom: -2rem;
        position: relative;
        z-index: 100;
        color: #fff;
        font-family: quicksand, sans-serif;
        letter-spacing: 1px;
        top: 10px;
        padding-right: 4rem;
        font-size: .9rem;
        z-index: 503;
    }
}

@media(max-width:700px) {
    .over-header {
        max-width: 90%;
        font-weight: bold;
        color: #df0478;
        letter-spacing: 0;
        font-size: 1rem;
    }
}

@media(max-width:500px) {
    .over-header {
        max-width: 90%;
        font-weight: bold;
        color: #df0478;
        letter-spacing: 0;
        font-size: .9rem;
        padding-right: 0;
        margin-right: 4rem;
    }
}

body>header {
    max-width: var(--szer);
    margin: 0 auto;
    text-align: left;
    box-shadow: none;
}

body>header::before {
    content: '';
    display: block;
    width: 100%;
    height: 72px;
    position: absolute;
    top: 0;
    right: -72px;
    background: url(gfx/plamat.png) no-repeat top right;
}

@media(max-width:900px) {
    body>header::before {
        top: -15px;
    }
}

@media(max-width:700px) {
    body>header::before {
        background: transparent;
    }
}

body>footer {
    box-shadow: none;
}

@media(max-width:1050px) {
    body>footer {
        margin-top: 10rem;
    }

}

body>footer * {
    font-family: quicksand, sans-serif;
}

body>footer>div::before {
    content: '';
    display: block;
    width: 700px;
    height: 341px;
    position: absolute;
    bottom: 0;
    right: -72px;
    background: url(gfx/plamab.png) no-repeat bottom right;
}

@media(max-width:1570px) {
    body>footer>div::before {
        right: -272px;
    }
}

@media(max-width:900px) {
    body>footer>div::before {
        right: -372px;
    }
}

@media(max-width:500px) {
    body>footer>div::before {
        right: -300px;
    }
}


body>footer nav {
    text-align: right;
    color: #fff;
    width: 400px;
    margin: 0 205px 0 auto;
    min-height: 10rem;
}

@media(max-width:1570px) {
    body>footer nav {
        width: 300px;
        margin: 0 5px 0 auto;
    }
}

@media(max-width:1250px) {
    body>footer nav {
        width: 300px;
        margin: 0 20px 0 auto;
    }
}

body>footer nav a,
body>footer nav a:hover {
    color: #fff;
    line-height: 1 !important;
    font-size: .8rem;
}

body>footer nav a:hover {
    opacity: .5;
}

main>div {}

main>div::before {
    content: '';
    display: block;
    width: 685px;
    height: 771px;
    position: absolute;
    top: 530px;
    left: -210px;
    background: url(gfx/plama1.png) no-repeat bottom right;
}

.thisisrozdzielnia main>div::before {
    top: 0px;
}

@media(max-width:1250px) {
    main>div::before {
        top: 600px;
        left: -310px;
    }
}

@media(max-width:900px) {
    main>div::before {
        top: 600px;
        left: -400px;
    }
}

@media(max-width:500px) {
    main>div::before {
        top: 800px;
        left: -500px;
    }
}



main>div::after {
    content: '';
    display: block;
    width: 400px;
    height: 384px;
    position: absolute;
    bottom: -240px;
    left: -210px;
    background: url(gfx/plama3.png) no-repeat bottom right;
}

.page_content_container::before {
    content: '';
    display: block;
    width: 694px;
    height: 845px;
    position: absolute;
    top: 600px;
    right: -170px;
    background: url(gfx/plama2.png) no-repeat bottom right;
    z-index: 10;
}

.thisisrozdzielnia .page_content_container::before {
    top: -100px;
}


@media(max-width:1250px) {
    .page_content_container::before {
        top: 680px;
        right: -270px;
    }
}

@media(max-width:900px) {
    .page_content_container::before {
        top: 50px;
        right: -300px;
    }
}

@media(max-width:500px) {
    .page_content_container::before {
        top: 150px;
        right: -500px;
    }
}


.page_content_container>* {
    z-index: 20;
}

@media(max-width:1570px) {
    .page_content_container>* {
        width: 100% !important;
        max-width: 1200px;
    }
}

.trzypola {
    font-size: 0;
}


.pole1 {
    padding: 2rem 0 2rem 5rem;
    color: #fff;
    font-family: quicksand, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
    border-radius: 16px;
}

@media(max-width:1150px) {
    .pole1 {
        padding: 2rem 0 2rem 2rem;
    }
}

@media(max-width:550px) {
    .pole1 {
        padding: 3rem 0 3rem 2rem;
        font-size: 1.4rem;
    }
}

.pole1 * {
    font-weight: bold;
}

.pole1>div {
    max-width: 50%;
}

@media(max-width:1050px) {
    .pole1>div {
        max-width: 90%;
    }
}

.pole23 {
    position: relative;
    margin-top: -5rem;
    padding-bottom: 3rem;
}

.pole2 {
    display: inline-block;
    width: 590px;
    margin-left: 205px;
    margin-top: 9rem;
    font-size: 1rem;
}

@media(max-width:1570px) {
    .pole2 {
        width: 560px;
        margin-left: 1rem;
    }
}

@media(max-width:1050px) {
    .pole2 {
        width: auto;
        margin-left: 1rem;
        padding-right: 2rem;
        margin-top: 6rem;
    }
}

.pole2 header>* {
    display: block;
    font-family: quicksand, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #e30079;
    margin-bottom: 1rem;
}

.pole2 p {
    font-weight: bold;
    line-height: 1.3;
}


.pole3 {
    display: inline-block;
    vertical-align: top;
    padding: 15px 60px 45px;
    width: 360px;
    margin-left: 85px;
    border-radius: 26px;
    border: 10px solid #fff;
    font-size: 1rem;
    color: #fff;
    margin-top: -3rem;
}

@media(max-width:1570px) {
    .pole3 {
        width: 320px;
        margin-top: -1rem;
    }
}

@media(max-width:1250px) {
    .pole3 {
        margin-left: 55px;
        width: 350px;
        margin-top: -1rem;
    }
}

@media(max-width:1150px) {
    .pole3 {
        margin-left: 35px;
        width: 300px;
        margin-top: -6rem;
    }
}

@media(max-width:1080px) {
    .pole3 {
        margin-left: 35px;
        width: 250px;
        margin-top: -8rem;
    }
}

@media(max-width:1050px) {
    .pole3 {
        position: relative;
        display: block;
        margin-left: 1rem;
        width: calc(100% - 2rem - 18px - 18px - 60px - 1rem - 18px);
        margin-top: 2rem;
    }
}

@media(max-width:500px) {
    .pole3 {
        position: relative;
        display: block;
        margin-left: 0rem;
        padding: 1rem 1rem 1rem 2rem;
        width: calc(100% - 3rem - 18px);
        margin-top: 2rem;
    }
}

.pole3 p {
    font-weight: bold;
    line-height: 1.3;
    font-size: .9rem;
}

.pole3 header>* {
    color: #f2c735;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: quicksand, sans-serif;
    margin: 1.5rem 0 .75rem;
    position: relative;
}

.pole3 header>*::before {
    content: '\2022 ';
    position: absolute;
    left: -.7em;
    font-weight: 900;
}

.olg {
    position: relative;
    width: 430px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:500px) {
    .olg {
        transform: scale(.7);
        left: -50px;
        top: 1rem;
    }
}


body>footer .olg {
    position: absolute;
    left: 7rem;
    top: 0rem;
}

@media(max-width:1570px) {
    body>footer .olg {
        left: 1rem;
    }
}

@media(max-width:1050px) {
    body>footer .olg {
        top: -7rem;
    }
}

@media(max-width:700px) {
    body>footer .olg {
        top: -210px;
    }
}

@media(max-width:550px) {
    body>footer .olg {
        top: -310px;
        transform: scale(.7);
        left: -50px;
    }
}


.olg span span {
    font-family: quicksand, sans-serif;
    font-size: 15.4px !important;
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 250px;
    text-align: right;
}

body>header nav {
    width: calc(100% - 10px - 430px);
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
    font-family: quicksand, sans-serif;
    text-align: right;
}

@media(max-width:1200px) {
    body>header nav {
        width: calc(100% - 10px - 430px - 1rem);
        padding-right: 1rem;
    }
}

body>header nav li a {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1rem;
    padding: .5rem;
}

@media(max-width:1570px) {
    body>header nav li a {
        letter-spacing: 0;
        font-weight: 700;
        font-size: .8rem;
        padding: .0rem 0 .0rem .5rem;
    }
}


header nav li a:hover,
header nav li a.selected,
header nav li a.active,
header nav li a.traced {
    border-bottom: 1px solid #0002;
}

.ct-newslist-bx {
    font-size: 0;
    text-align: center;
    background: #f2c73500;
    border-radius: 18px;
    padding: 20px;

}

.ct-newslist-bx li {
    display: none;
}

.ct-newslist-bx li:nth-child(1),
.ct-newslist-bx li:nth-child(2),
.ct-newslist-bx li:nth-child(3),
.ct-newslist-bx li:nth-child(4) {
    display: inline-block;
}

@media(max-width:1570px) {
    .ct-newslist-bx li:nth-child(4) {
        display: none;
    }
}

@media(max-width:1050px) {
    .ct-newslist-bx li:nth-child(4) {
        display: inline-block;
    }
}

.ct-newslist-bx li {
    vertical-align: top;
    width: 262px;
    padding: 18px !important;
    background: #fff;
    font-size: .7rem;
    margin: 60px 20px;
    border-radius: 16px;
    position: relative;
    height: 366px;
    z-index: 20;
}

@media(max-width:1250px) {
    .ct-newslist-bx li {
        vertical-align: top;
        width: 230px;
        margin: 30px 10px;
        border-radius: 16px;
        position: relative;
        height: 366px;
        z-index: 20;
    }
}

.ct-newslist-bx li a {
    display: block;
    width: calc(100% - 18px);
}

.ct-newslist-more-link {
    font-size: 0;
}

.ct-newslist-bx li a img {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.ct-newslist-title-link {
    position: absolute;
    top: 238px;
    left: 23px;
    font-family: quicksand, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #000;
    line-height: 1.25;
    font-weight: 400;
    height: 50px;
    max-width: calc(100% - 18px - 18px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* liczba linii */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ct-newslist-bx li::after {
    font-family: quicksand, sans-serif;
    font-size: 20px;
    color: #000;
    content: '>>>';
    font-weight: 800;
    position: absolute;
    bottom: 12px;
    right: 23px;
}

.ct-newslist-date {
    position: absolute;
    bottom: 17px;
    left: 23px;
    overflow: hidden;
    width: 68px;
    line-height: 1.5;
    height: 1.5em;
    color: #000;
}

.ct-newslist-short {
    display: block;
    position: absolute;
    top: 280px;
    left: 5px;
    height: 55px;
    max-width: calc(100%);
    overflow: hidden;
    text-align: left;
    line-height: 1.3;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* liczba linii */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rw_ct_newslist .content_headers {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: normal;
    ;
    color: var(--kolortytulow);
    position: absolute;
    left: -135px;
    top: 230px;
    width: 400px;
    transform: rotate(-90deg);
    z-index: 20;
    text-align: right;
}

@media(max-width:1050px) {
    .rw_ct_newslist .content_headers {
        position: relative;
        left: 0px;
        top: 0;
        width: auto;
        transform: none;
        z-index: 20;
        text-align: center;
    }
}

.rw_ct_newslist .content_headers .content_title {
    color: #fff;
    text-transform: none !important;
    font-weight: 600;
    font-size: 1.9rem;
    text-align: right;
}

@media(max-width:1050px) {
    .rw_ct_newslist .content_headers .content_title {
        color: #f2c735;
        text-align: center;
    }
}


.ct-newslist-link {
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -3rem;
    color: #fff;
    font-size: 1.8rem;
    font-family: quicksand, sans-serif;
    font-weight: 600;
    font-size: 0;
    line-height: 4rem;
    height: 4rem;
    letter-spacing: -3px;
    z-index: 20;
}

@media(max-width:1250px) {
    .ct-newslist-link {
        position: relative;
        right: 0;
        top: 0;
        margin-top: .5rem;
        color: #fff;
        font-size: 1.5rem !important;
        font-family: quicksand, sans-serif;
        font-weight: 600;
        font-size: 0;
        line-height: 1;
        height: auto;
        letter-spacing: 0;
        z-index: 20;
        color: #f2c735;
    }
}

.ct-newslist-link::before {
    content: '>>';
    font-size: 1.8rem;
}

@media(max-width:1250px) {
    .ct-newslist-link::before {
        content: '';
    }
}


.fttxt {
    font-size: 1.1rem;
    text-align: left;
    font-weight: bold;
    color: #95cb21;
    position: absolute;
    top: 3rem;
    left: 32rem;
}

@media(max-width:1570px) {
    .fttxt {
        left: 25rem;
    }
}

@media(max-width:1050px) {
    .fttxt {
        left: 10rem;
    }
}

@media(max-width:900px) {
    .fttxt {
        top: 5rem;
        left: 13rem;
    }
}

@media(max-width:700px) {
    .fttxt {
        top: 0rem;
        left: 1rem;
    }
}

@media(max-width:550px) {
    .fttxt {
        top: -7rem;
        left: 1rem;
    }
}


body>footer>div>p {
    text-align: left;
    margin-left: 7rem;
    display: block;
    width: 50%;
    padding-bottom: 1em;
}

@media(max-width:1570px) {
    body>footer>div>p {
        margin-left: 1rem;
    }
}

@media(max-width:550px) {
    body>footer>div>p {
        padding-top: 1rem;
        margin-right: 1rem;
        width: auto;
    }
}

a.lg>span span {
    display: block;
    font-weight: 600;
    position: absolute;
    right: 0;
    font-size: .85rem;
    bottom: 25px !important;
}

.thisisrozdzielnia header a.lg>span span {
    bottom: 15px !important;
}

@media(max-width:900px) {
    a.lg>span span {
        bottom: 20px !important;
    }
}

body>footer a.lg>span span {
    display: block;
    font-weight: 600;
    position: absolute;
    right: 0;
    font-size: .85rem;
    bottom: 35px !important;
    width: 250px;
}

@media(max-width:900px) {
    body>footer a.lg>span span {
        bottom: 25px !important;
    }
}

.newsBox .title,
ul.blog-basic-list .title,
.blog-item-in2 .title,
ul.event-list .title,
.event-item-in2 .title {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
    font-family: quicksand, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #95cb21;
    margin-bottom: 0rem;
}


@media(max-width: 1200px) {

    body>header,
    main,
    body>footer {
        overflow: hidden;
    }

    body>header {
        z-index: 500;
    }

    body>header nav {
        z-index: 550 !important;
    }

    main {
        padding-bottom: 130px;
    }

    body>footer {
        padding-top: 130px !important;
    }

}

@media(max-width: 700px) {
    body>footer {
        padding-top: 200px !important;
    }

}

@media(max-width: 550px) {
    body>footer {
        padding-top: 300px !important;
    }

}




header nav>div>ul>li>ul {
    display: none !important;
}

header nav>div>ul>li.hasSelected>a {
    display: none;
}

header nav>div>ul>li.hasSelected~li>a {
    display: none;
}

ul:has(li.hasSelected)>li>a {
    display: none;
}

header nav>div>ul>li.hasSelected>ul {
    display: inline-block !important;
}

.thisisrozdzielnia .forzlobek {
    display: none;
}

.thisisprzedszkole .forzlobek {
    display: none;
}

.thisiszlobek .forprzedszkole {
    display: none;
}

footer nav ul li {
    line-height: 1.2;
}

footer {
    z-index: 100;
}

@media(max-width:900px) {
    input#rwdmn:checked+label+nav li ul {
        display: none !important;
    }

    input#rwdmn:checked+label+nav li.hasSelected ul {
        display: block !important;
    }
}

.pole2 a {
    color: red;
}