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

:root {
    font-size: 20px;

    --szer: 1200px;

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

    --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: #359e00;
    --kolorpodtytulow: #6abad5;

    --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: 1600px) {
    :root {
        font-size: 16px;
    }
}

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

@media (max-width: 1200px) {
    :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: roboto, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    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;
    font-weight: 700;
}

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

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

.hd header>div,
.nv>div,
main>div,
footer>div {
    position: relative;
    width: 100%;

    min-width: 300px;
    margin: 0 auto;
}

.hd {
    background: var(--kolortlanaglowka);
    text-align: left;
    box-shadow: 0 0 2rem #0002;
}

@media(max-width: 400px) {
    .hd {
        text-align: left;
        padding-left: .5rem;
    }
}

.hd header {
    display: inline-block;
    width: 640px;
}

@media(max-width: 1300px) {
    .hd header {
        display: inline-block;
        width: 440px;
    }
}

@media(max-width: 1050px) {
    .hd header {
        display: inline-block;
        width: 250px;
    }
}


a.lg {
    font-size: 0;
    display: inline-block;
    padding: 0.5rem 2rem;
}

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

    width: 100%;
    height: 170px;

}

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

    width: 450px !important;
    height: 450px !important;

}

@media(max-width: 600px) {
    .ftlg img {
        display: inline-block;
        vertical-align: middle;
        width: var(--szerokosclogo);
        height: var(--wysokosclogo);
        object-fit: contain;

        width: 250px !important;
        height: 250px !important;

    }
}

a.lg>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #000;

    display: none;
}

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

a.lg>span>span {
    display: block;
    text-align: left;
    font-size: 1rem;
    line-height: 1;
    color: #000;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    margin-left: .5rem;
}

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

a.lg>span>span:nth-child(1) {
    font-size: 1.5em;
}

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

.nv {
    background: var(--kolortlamenu);
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 640px - 50px);
    text-align: right;
}

@media(max-width: 1300px) {
    .nv {
        width: calc(100% - 440px - 50px);
    }
}

@media(max-width: 1050px) {
    .nv {
        width: calc(100% - 250px - 50px);
    }
}

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

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

.nv nav ul li a {
    display: block;
    font-family: montserrat, sans-serif;
    font-family: comfortaa;
    font-weight: 700;
    font-size: 1.6rem;
    padding: .7rem 1.5rem;
    color: #5d6d59;
}

.nv nav ul li a:hover,
.nv nav ul li a.active,
.nv nav ul li a.traced,
.nv nav ul li a.selected {
    color: #000;
}

.nv nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 10;
    text-align: left;
    width: auto;
    min-width: 150%;
    box-shadow: .3rem .3rem .4rem #0003;
}

.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: .85rem;
    letter-spacing: 0;
    line-height: 1.1;
    padding: .35rem 1.5rem;
}

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

    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);
        z-index: 50;
    }

    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: 2.5rem;
        letter-spacing: 0;
        padding: 1rem 3rem;
    }

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

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











.page_content_container>section {
    width: 100% !important;
}










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

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

a.ftlg {
    margin-bottom: 2rem;
}

a.ftlg>span>span {
    color: var(--kolornapisowstopki);
}

footer p {
    font-size: .9rem;
    font-family: comfortaa, sans-serif;
    font-weight: 600;
}

@media(max-width:600px) {
    footer p {
        font-size: .8rem;
    }

    footer p span {
        display: block;
    }
}





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

.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 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: montserrat, sans-serif;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1;
}

.content_headers .content_title {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--kolortytulow);
}

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

.content_headers .content_description {
    font-size: 1.4rem;
    line-height: 1.1;
    padding-top: .5rem;
    color: var(--kolorpodtytulow);
    font-weight: 300;
}

@media (max-width: 900px) {
    .content_headers .content_description {
        font-size: 1.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;
    }
}


.bloki {
    display: flex;
}

@media(max-width:900px) {
    .bloki {
        display: block;
        width: calc(100% - 8rem);
    }
}

.bloki .blok {
    width: calc(100% - 20px);
    padding: 5rem;
    outline: 10px solid #000;
}

.bloki .blok h2 {
    text-align: left;
    font-size: 4rem;
    font-family: comfortaa;
    display: block;
    line-height: 1;
    margin-bottom: 3rem;
    font-weight: 400;
}

.bloki .blok.centr1 h2 {
    text-align: center;
}

.bloki .blok.white1 h2 {
    color: #fff;
}


.bloki .blok.white1>div {
    color: #fff;
}

.bloki .blok.white1 a {
    color: #fff;
}


.bloki .blok img {
    width: 100%;
    border-radius: 5rem;
}

.bloki .blok img+h2 {
    margin-top: 4rem;
}

.bloki .blok img+div {
    margin-top: 4rem;
}

footer {
    background: none;
    color: #000;
}


footer a {
    color: #000;
}


.rw_ct_youtube video {
    width: 100%;
    height: auto;
}

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



.rw_ct_gallery3 {
    position: relative;
    top: -10px;
    background: #5a6956;
}

.rw_ct_gallery3 {
    position: relative;
    top: -10px;
    background: #5a6956;
    color: #fff !important;
    border-right: 10px solid #5a6956;
}

.rw_ct_gallery3 * {
    position: relative;
    background: #5a6956;
    color: #fff !important;
}


@media (max-width: 500px) {
    ul.gallery_new {
        min-width: 100vw !important;
        max-width: 100vw !important;
    }

    ul.gallery_new * {
        max-width: 100vw !important;
    }
}

ul.gallery_new li {
    margin: 1rem;
}

@media (max-width: 500px) {
    ul.gallery_new li {
        margin: 0rem;
    }
}


ul.gallery_new li * {
    background: transparent !important;
}

ul.gallery_new li img {
    border-radius: 2rem;
}

@media (max-width: 900px) {

    ul.gallery_new li a,
    ul.gallery_new li img {
        display: block !important;
        position: relative;
        max-width: 300px !important;
        max-height: 300px !important;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {

    ul.gallery_new li a,
    ul.gallery_new li img {
        display: block !important;
        position: relative;
        max-width: 200px !important;
        max-height: 200px !important;
        margin: 0 auto;
    }
}

ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 a {
    display: block;
    height: 8rem;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    color: #000;
    opacity: 1;
    letter-spacing: 0;
    padding: 0 1rem;
    font-family: comfortaa, sans-serif;
}

ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 a:hover {
    color: #000;
    text-decoration: none;
}

@media (max-width: 900px) {
    ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 a {
        display: block;
        height: 12rem;
        overflow: hidden;
        font-size: 1.8rem;
        line-height: 1.2;
        text-align: center;
        color: #000;
        opacity: 1;
        letter-spacing: 0;
        padding: 0 1rem;
    }
}


@media (max-width: 500px) {
    ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 a {
        display: block;
        height: 10rem;
        overflow: hidden;
        font-size: 1.4rem;
        line-height: 1.2;
        text-align: center;
        color: #000;
        opacity: 1;
        letter-spacing: 0;
        padding: 0 1rem;
    }
}






.content_headers {
    font-size: 4rem;
    font-family: comfortaa;
    display: block;
    line-height: 1;
    margin: 5rem 0;
    font-weight: 600;
}

.content_headers .content_title {
    font-size: 4rem;
    font-weight: 600;
}

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

.content_headers .content_description {
    font-size: 3rem;
    font-weight: 600;
}

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

main {
    overflow: hidden;
}