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

:root {
    font-size: 20px;
    --kolor: #255c8d;
    --kolor2: #3978af;
    --black: #222;
}

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


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;
    font-size: 1rem;
    scrollbar-gutter: stable;
}

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

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

a {
    color: #d40e17;
    outline: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

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





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

body>main>div,
body>footer>div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}





.hd {
    background: var(--kolor);
    display: block;
    position: fixed;
    width: 100%;
    z-index: 110;
    font-size: 0;
}





.hd header {
    display: block;
    position: relative;
    width: 320px;
    z-index: 20;
    font-size: 0;
}

.hd header img {
    display: inline-block;
    vertical-align: middle;
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    margin-left: 1rem;
}

.hd header a>span {
    font-family: ubuntu, sans-serif;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;

    max-width: calc(320px - 1rem - 5rem);
    margin-left: 1rem;
}

.hd header a>span span {
    display: block;
}

.hd header a>span span:nth-child(2) {
    font-size: .9em;
    font-weight: normal;
}







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

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

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

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

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

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







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

.hd nav>div>ul {
    display: block;
    position: relative;
}

.hd nav li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

.hd nav:not(.bc) li a {
    font-family: ubuntu, sans-serif;
    color: #fff;
    display: block;
    padding: .5rem 1rem;
}

.hd nav:not(.bc) li a:hover,
.hd nav:not(.bc) li a.selected,
.hd nav:not(.bc) li a.active,
.hd nav:not(.bc) li a.traced,
.hd nav:not(.bc) li a:hover {
    border-bottom: 2px solid #007db3;
}

.hd nav:not(.bc)>div>ul>li ul {
    position: absolute;
    left: 1px;
    background: #fff;
    z-index: 50;
    width: 100%;
    min-width: 300px;
    display: none;
    text-align: left;
    font-size: 0;
    outline: none;
    box-shadow: 0 .5rem 1rem #0004;
    margin-top: -5px;
}

.hd nav:not(.bc)>div>ul>li>ul ul {
    left: auto;
    top: 10%;
    right: -95%;
}

.hd nav:not(.bc)>div>ul>li>ul>ul ul {
    left: auto;
    top: 10%;
    right: 95%;
}

.hd nav:not(.bc)>div>ul>li ul>li {
    display: block;
    width: auto;
    vertical-align: top;
    text-align: left;
    font-size: .8rem;
    border-bottom: 1px solid var(--kolor);
}

.hd nav:not(.bc)>div>ul>li ul>li:last-child {
    border: 0;
}

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: 60px;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
        background: #00a5ed;
        color: #fff;
        z-index: 100;
        text-align: center;
        border-radius: 999px 0 999px 999px;
        box-shadow: 0 0 1rem #fff;
    }

    input#rwdmn+label>span::before {
        content: '\2261';
        position: relative;
        top: -5px;
    }

    input#rwdmn:checked+label>span::before {
        content: '\D7';
        position: relative;
        top: -3px;
    }

    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: #fffc;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: 1rem;
        z-index: 50;
    }

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

    }

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

    input#rwdmn:checked+label+nav li a {
        padding: .5rem 1rem !important;
        line-height: 1;
        border-bottom: 1px solid #0002 !important;
    }

    input#rwdmn:checked+label+nav li li a {
        padding: .5rem 1rem .5rem 2rem !important;
        line-height: 1;
    }

    input#rwdmn:checked+label+nav li li li a {
        padding: .5rem 1rem .5rem 4rem !important;
        line-height: 1;
    }

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

    }

    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 {
    position: relative;
    box-shadow: 0 0 4rem #0002
}

body>footer>div {
    padding: 4rem 0 0 0;
    text-align: left;
    font-size: 1rem;
}

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

@media (max-width: 900px) {

    body>footer>div {
        text-align: center;
    }

    body>footer .ftlg {
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
        text-align: center;
        font-size: 0;
        margin-bottom: 1rem;
    }

    body>footer .ftlg img {
        max-width: 10rem;
    }

}

body>footer>div::after {
    content: '';
    clear: both;
    display: block;
}





.content_headers {
    font-family: ubuntu, sans-serif;
}





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





.slider .anim_text {
    position: relative;
    height: 100%;
    display: flex !important;
    justify-content: end;
    align-items: left !important;
    flex-direction: column;
}

.slider .anim_text>span {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-shadow: 0 0 1rem #000, 0 0 1rem #000;
}

.ct_slider2_overall .ct-slider-static-text {
    font-size: 2.5rem;
    line-height: .9;
}

@media (max-width: 900px) {
    .ct_slider2_overall .ct-slider-static-text {
        font-size: 1.5rem;
        line-height: .9;
    }
}

.ct_slider2_overall .ct-slider1-static-text {
    font-size: 1.8rem;
    line-height: 1.1;
    padding-top: 1.25rem;
}

.ct_slider2_overall .ct-slider2-static-text {
    position: relative;
    text-align: left;
    display: block;
    padding: 1rem 0 0;
    background: transparent;
    color: #fff;
    width: auto;
    bottom: auto;
    font-size: 1.2rem;
    font-weight: 400;
}





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



.rw-width-100-percent {
    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: #00a5ed;
    color: #fff;
    font-size: .8rem;
}

.bggray {
    background: #ffe100;
}

.bgdark {
    background: #5d6065;
    color: #fff;
}

.bgblack {
    background: #111;
    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;
}





/* ppatryk */

.hd {
    background: #fffc;
    box-shadow: 0 0 1rem #0002;
}

.hd>div {
    padding-top: 2rem;
}

.topbelt {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: #00a5ed;
    padding: .5rem 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media(max-width:900px) {
    .topbelt {
        padding: .5rem 2rem;
        width: calc(100% - 4rem);
    }
}

@media(max-width:900px) {
    .topbelt {
        padding: .5rem 60px .5rem .5rem;
        width: calc(100% - .5rem - 60px);

    }
}

.topbelt>div {
    width: 100% !important;
}

.topbelt a {
    color: #ff0;
}

.olg span {
    display: none !important;
}

.hd header {
    width: 320px;
    text-align: right;
    display: inline-block;

}

.hd header img {
    width: 280px;
    height: 190px;
    top: -2rem;
    margin-bottom: -2rem;
    position: relative;
}

@media(max-width:900px) {
    .hd header img {
        width: 280px;
        height: 100px;
        top: 0rem !important;
        margin-bottom: .5rem;
        margin-top: .5rem;
        position: relative;
    }

}

.hd nav {
    width: calc(100% - 320px);
    display: inline-block;
    background: transparent;
}

.hd nav ul li a {
    color: #007db3 !important;
    font-weight: 600;
    padding: 1rem .5rem !important;
    text-transform: uppercase;
    border-bottom: 2px solid #007db300;
    letter-spacing: 1px;
    text-shadow: 0 0 .5rem #fff, 0 0 .5rem #fff;
}

.hd nav ul li li a {
    padding: .5rem .5rem !important;
}

.slider .anim_text {
    justify-content: end;
}


.ct_slider2_overall .ct-slider-static-text {
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 900;
    font-family: ubuntu, sans-serif;
    text-shadow: .2rem .2rem .4rem #0009 !important;
}

@media(max-width:900px) {
    .ct_slider2_overall .ct-slider-static-text {
        font-size: 1.2rem;
    }
}

.ct_slider2_overall .ct-slider1-static-text {
    text-align: right;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 400 !important;
    font-style: italic;
    font-family: ubuntu, sans-serif;
    text-shadow: .2rem .2rem .4rem #0009 !important;
    margin-bottom: 2rem;
}

@media(max-width:900px) {
    .ct_slider2_overall .ct-slider1-static-text {
        font-size: 1rem;
    }
}


.ct_slider2_overall .ct-slider2-static-text {
    font-family: ubuntu, sans-serif;
    font-weight: 800 !important;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 1rem 0;
    background: #00a5ed;
    width: 300px !important;
    color: #fff;
    width: auto;
    bottom: auto;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: none !important;
}

@media(min-width:900px) {
    body:has(.page_content_container>section.rw_ct_slider2:first-child) main {
        margin-top: -190px;
    }
}


@media(min-width:900px) {
    .menu-item-id-2706 {
        display: none !important;
    }
}

.jednostki {
    background: #00ff162b;
    padding: 1rem;
    padding-top: 1.5rem;
    font-size: 0;
    padding-left: calc((100vw - 100%) / 2);
    margin-left: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
    width: 100%;
    margin-bottom: 4rem;
}

@media(max-width:900px) {
    .jednostki {
        padding: .5rem;
        padding-top: 1rem;
        font-size: 0;
        padding-left: calc((100vw - 100%) / 2);
        margin-left: calc((100vw - 100%) / -2);
        padding-right: calc((100vw - 100%) / 2);
        width: 100%;
        margin-bottom: 3rem;
    }
}

.jednostki ul li,
.jednostki ul::before {
    font-size: .9rem;
    width: 29%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
    height: 1.5rem;
    margin-bottom: .7rem;
}

@media(max-width: 1200px) {

    .jednostki ul li,
    .jednostki ul::before {
        font-size: .8rem;
    }

    .jednostki ul li,
    .jednostki ul::before {
        width: 28%;
    }

    .jednostki ul li:nth-child(3n-1) {
        width: 31%;
    }

}

@media(max-width: 900px) {

    .jednostki ul li,
    .jednostki ul::before {
        font-size: 1rem;
        width: 45% !important;
        margin-bottom: .3rem;
    }

    .jednostki ul::before {
        width: 99% !important;
    }

    .jednostki ul {
        padding-bottom: 1rem;
    }

}

@media(max-width: 400px) {

    .jednostki ul li,
    .jednostki ul::before {
        width: calc(90% - 1rem) !important;
        height: auto;
        padding-left: 1rem;
    }
}

.jednostki ul::before {
    content: 'Nasze placówki:';
    font-weight: bold;
}

.jednostki ul a {
    display: inline-block;
    padding-bottom: .3rem;
    border-bottom: 1px solid #00894f;
    font-weight: bold;
    color: #00894f;
}

@media(max-width: 900px) {
    .jednostki ul a {
        padding-bottom: .3rem;
    }
}


.jednostki ul a:hover {
    font-weight: bold;
}

.withcircle {
    position: relative;
}

.withcircle h1 {
    color: #da1f25;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding-bottom: 2rem;
    z-index: 15;
}

@media(max-width:1220px) {
    .withcircle h1 {
        padding-left: 1rem;
    }
}

@media(max-width:600px) {
    .withcircle h1 {
        font-size: 2rem;
    }
}

.withcircle img {
    border-radius: 99999px;
    width: 600px;
    height: 600px;

}

@media(max-width:1220px) {
    .withcircle img {
        width: 500px;
        height: 500px;
    }
}

@media(max-width:980px) {
    .withcircle img {
        width: 320px;
        height: 320px;
    }
}

.withcircle .ilu {
    position: absolute;
    top: 0;
    right: -150px;
    z-index: 10;
}

@media(max-width:1220px) {
    .withcircle .ilu {
        right: -70px;
    }
}

@media(max-width:980px) {
    .withcircle .ilu {
        position: relative;
        top: -1rem;
        right: 0;
        z-index: 10;
        display: block;
        margin: 0 auto;
        width: 320px;
    }
}

.withcircle .txt1 {
    position: relative;
    z-index: 15;
    padding-bottom: 2rem;
}

.withcircle .txt1 p {
    padding-right: 500px;
}

@media(max-width:1220px) {
    .withcircle .txt1 p {
        padding-left: 1rem;
    }
}

@media(max-width:600px) {
    .withcircle .txt1 p {
        padding-left: 1rem;
        padding-right: 1rem;
        width: calc(100% - 2rem);
        line-height: 1.6;
        font-size: .9rem;
    }
}

.withcircle .txt2 {
    position: relative;
    z-index: 15;
    padding: 2rem 0 6rem 0;
    background: #f6f6f6;
    z-index: 7;
    padding-left: calc((100vw - 100%) / 2);
    margin-left: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
    width: 100%;
}

.withcircle .txt2 p {
    padding-right: 0;
    line-height: 2;
}

@media(max-width:1220px) {
    .withcircle .txt2 p {
        padding-left: 1rem;
    }
}

@media(max-width:600px) {
    .withcircle .txt2 p {
        padding-left: 1rem;
        padding-right: 1rem;
        width: calc(100% - 2rem);
        line-height: 1.6;
        font-size: .9rem;
    }
}

.withcircle .txt2 p:nth-child(1) {
    padding-right: 400px;
}

.withcircle .txt2 p:nth-child(2) {
    padding-right: 350px;
}

.withcircle .txt2 p:nth-child(3) {
    padding-right: 300px;
}

.withcircle .txt2 p:nth-child(4) {
    padding-right: 280px;
}

@media(max-width:1220px) {
    .withcircle .txt2 p:nth-child(4) {
        padding-right: 200px;
    }
}

.withcircle .txt2 p:nth-child(5) {
    padding-right: 150px;
}

.withcircle .txt2 p:last-child {
    line-height: 1.5;
}

@media(max-width:980px) {
    .withcircle * p {
        padding-right: 0 !important;
    }
}

.punkty>header>* {
    color: #da1f25;
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding-bottom: 2rem;
    z-index: 15;
    background: #fe0;
    padding: 3rem 0;
    padding-left: calc((100vw - 100%) / 2);
    margin-left: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
    width: 100%;
}


@media(max-width:600px) {
    .punkty>header>* {
        font-size: 2rem;
    }
}


.punkty ol {
    display: block;
    list-style: decimal;
    padding-left: calc((100vw - 100%) / 2);
    margin-left: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2);
    width: 100%;
    background: url('gfx/zyr.jpg') no-repeat right center;
    padding-bottom: 3rem;
    position: relative;
    z-index: 10;
}

.punkty li {
    margin: 2rem 0 2rem 4rem;
    font-size: 2rem;
    color: #222;
    position: relative;
}

@media(max-width:600px) {
    .punkty li {
        margin: 2rem 0 2rem 2rem;
        font-size: 1.5rem;
        color: #222;
        position: relative;
    }
}


.punkty li::before {
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    background: #ddd;
    display: block;
    position: absolute;
    left: -3.25rem;
    top: -.3rem;
    z-index: -5;
    border-radius: 999px;
}


@media(max-width:600px) {
    .punkty li::before {
        content: '';
        width: 2.5rem;
        height: 2.5rem;
        background: #ddd;
        display: block;
        position: absolute;
        left: -2.25rem;
        top: -.2rem;
        z-index: -5;
        border-radius: 999px;
    }
}

.punkty li:nth-child(1)::before {
    background: #ffe100;
}

.punkty li:nth-child(2)::before {
    background: #a0d300;
}

.punkty li:nth-child(3)::before {
    background: #4bc0ff;
}

.punkty li:nth-child(4)::before {
    background: #ff6ff0;
}

.punkty li:nth-child(5)::before {
    background: #ff5050;
}

.punkty li:nth-child(6)::before {
    background: #ff8400;
}

.punkty li:nth-child(7)::before {
    background: #ffe100;
}

.punkty li:nth-child(8)::before {
    background: #a0d300;
}


.punkty li>span {
    font-weight: bold;
    position: relative;
    margin-left: 1rem;
}

@media(max-width:600px) {
    .punkty li>span {
        font-weight: bold;
        position: relative;
        margin-left: 0rem;
        padding-left: .5rem;
        display: inline-block;
        vertical-align: top;
    }
}



.punkty li>div {
    font-size: 1rem;
    margin-left: -3rem;
    margin-top: 1rem;
    text-align: justify;
    padding-right: 1rem;
}

@media(max-width:600px) {
    .punkty li>div {
        font-size: .9rem;
        margin-left: -1rem;
        margin-top: 1rem;
        text-align: justify;
        padding-right: 1rem;
    }
}

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

.ct-complex {
    z-index: 20;
}

.ftlg {
    display: inline-block;
    vertical-align: top;
    width: 320px;
}

.fttxt1 {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-left: 60px;
    padding-top: 2rem;
}

@media(max-width:600px) {
    .fttxt1 {
        display: inline-block;
        vertical-align: top;
        width: 320px;
        max-width: 300px;
        margin-left: 0px;
        padding-top: 2rem;
    }
}


.fttxt1+.fttxt1 {
    width: 420px;
}

footer .rw-gadget {
    width: 100% !important;
    font-size: .85rem;
    line-height: 2;
}

.fttxt3 {
    font-size: .8rem;
    color: #000c;
    text-align: center;
    background: #00a5ed;
    padding: 1rem 0 2rem 0;
    margin-top: 6rem;
    margin-left: calc((100vw - 100%) / -2) !important;
    padding-left: calc((100vw - 100%) / 2) !important;
    padding-right: calc((100vw - 100%) / 2) !important;
    width: 100%;
}

@media(max-width:600px) {
    .fttxt3 {
        font-size: .6rem;
    }
}

.fttxt3 a {
    color: #000c;
    display: inline-block;
    margin-left: .5rem;
    margin-right: .5rem;
}

@media(max-width:600px) {
    .fttxt3 a {
        color: #000c;
        display: inline-block;
        margin-left: 0rem;
        margin-right: 0rem;
    }
}

.in-main {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

@media(max-width: 1200px) {
    .omain {
        max-width: 100vw;
        display: block;
        position: relative;
        overflow: hidden;
    }
}

@media(max-width: 600px) {
    .slider * {
        letter-spacing: 0;
    }
}


.social-bar {
    padding: 0;
    width: 333px;
    position: fixed;
    right: -270px;
    top: 236px;
    z-index: 202;
    display: none;
}

.social-bar {
    display: block;
}

.social-bar .social-bar-in {
    width: 250px;
    padding: 10px;
    background: #016891;
    margin-left: 66px;
}

#social-bar-facebook {
    background: url("gfx/fb-right.png") no-repeat scroll 0 0 transparent;
    top: 180px;
}

.content_headers .content_title {
    color: #da1f25;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 1rem;
}

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

.content_headers .content_description {
    color: #da1f25;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 1rem;
}

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


.withcircle header>* {
    color: #da1f25;
    font-size: 2.4rem;
    text-align: left;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding-bottom: 2rem;

}

@media (max-width: 1200px) {
    .withcircle header>* {
        padding-left: 1rem;

    }
}

@media(max-width:600px) {
    .withcircle header>* {
        font-size: 1.9rem;
    }
}

@media (min-width:399px) and (max-width: 601px) {

    .jednostki a,
    .jednostki ul::before {
        font-size: 11px;
    }

    .jednostki a {
        margin-right: -2rem !important;
    }

    .jednostki li:nth-child(odd) {
        width: 46% !important;
    }
}

.jednostki {
    background: #c8eeff;
}

.jednostki a {
    color: #da1f25 !important;
    border-color: #da1f25 !important;
}