@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    font-size: 20px;

    --second-font: google sans, sans-serif;

    --szer: 1200px;

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

    --kolortla: #fff;
    --kolornapisow: #000;
    --kolorlinkow: #e82c32;
    --kolorlinkowaktywnych: #ab1519;

    --kolortlanaglowka: #fff;

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

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

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

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

    --kolortytulow: #000000;
    --kolorpodtytulow: #e01e26;

    --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: 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: google sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--black);
    max-width: 100%;
    overflow-x: hidden;
}

* {
    font-family: google sans, 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;
    padding-top: 2rem;
    padding-bottom: 0rem;
    display: flex;
    align-items: center;
}

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

.olg {
    display: inline-block;
    padding: 0 2rem;
}

footer .olg {
    padding: 0;
}

@media(max-width:1500px) {
    .olg {
        padding: 0 0 0 1rem;
    }
}

.top-belt {
    font-size: 1rem;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: .85rem;
    font-weight: bold;
    line-height: 2rem;
}

@media(max-width:500px) {
    .top-belt {
        font-size: .6rem;
    }
}

.top-belt>* {
    color: #fff;
    display: inline-block;
    margin-right: 2rem;
}

@media(max-width:900px) {
    .top-belt {
        text-align: center;
    }

    .top-belt>* {
        color: #fff;
        display: inline-block;
        margin: 0 .5rem;
    }
}


@media(max-width:1100px) {
    .top-belt>span:nth-child(1) {
        display: none;
    }
}

.top-belt>span:nth-child(2)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.7rem;
    height: 2rem;
    background: url(gfx/icon-location.png) no-repeat center;
    background-size: .8rem;
    position: relative;
    top: -.15rem;
    filter: brightness(0) invert(1);
}

.top-belt>a:nth-child(3)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    background: url(gfx/icon-mail.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.05rem;
    filter: brightness(0) invert(1);
}

.top-belt>a:nth-child(4)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 2rem;
    background: url(gfx/icon-tel.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.1rem;
    filter: brightness(0) invert(1);
}

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


footer a.lg {
    margin: 0;
}


a.lg img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 120px;
    object-fit: contain;
}

@media(max-width:1500px) {
    a.lg img {
        height: 90px;
    }
}


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

@media(max-width:480px) {
    a.lg img {
        margin-top: 2rem;
        max-height: 60px;
    }
}

a.lg>span {
    font-family: var(--second-font);
    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);
}

a.lg>span span {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    display: none;
}

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: var(--second-font);
    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;
    text-align: center;
    display: block;
    margin-left: auto;
}

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;
    vertical-align: middle;
}

header nav li a {
    display: block;
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    padding: .4rem 0;
    color: var(--kolornapisowmenu);
    border-bottom: 2px solid #e51d2500;
    margin-right: 2rem;
}

@media(max-width:1700px) {
    header nav li a {
        font-size: 1.1rem;
        letter-spacing: 0rem;
    }
}

@media(max-width:1500px) {
    header nav li a {
        font-size: 1rem;
    }
}

header nav>div>ul>li>a {
    text-transform: uppercase;
}


header nav li a:hover,
header nav li a.selected,
header nav li a.active,
header nav li a.traced {
    border-bottom: 2px solid #e51d25;
    color: #000;
}

header nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 10;
    text-align: left;
    width: auto;
    min-width: 160%;
    box-shadow: .3rem .3rem .4rem #0003;
    outline: 2px solid #e51d25;
    padding: .5rem 0;
}
header nav ul>li:hover ul {
    display: block;
}

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

header nav ul ul li {
    display: block;
}

header nav ul ul li+li {}

header nav ul ul li a {
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    padding: .35rem .75rem;
    margin: 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: 3rem;
        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;
        background: #fff;
    }

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

    input#rwdmn:checked+label {
        top: 0rem;
    }

    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: #fffc;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: 0;
        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: 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: 5rem 0 .5rem;
    background: linear-gradient(167deg, var(--kolortlastopki1), var(--kolortlastopki2));
    background: #000;
    color: var(--kolornapisowstopki);
}

body>footer>div {
    display: flex;
    text-align: left;
    font-size: .8rem;
    font-weight: 600;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.finfo>* {
    display: block;
    margin-bottom: 1rem;
}

.finfo>a {
    position: relative;
    left: -.5rem;
}

.finfo>a:nth-child(3)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 1.5rem;
    background: url(gfx/icon-mail.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.05rem;
    filter: brightness(0) invert(1);
}

.finfo>a:nth-child(4)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 1.5rem;
    background: url(gfx/icon-tel.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.1rem;
    filter: brightness(0) invert(1);
}


body>footer>div>p {
    width: 100%;
    text-align: right;
    opacity: .5;
}

body>footer>div * {
    font-weight: 600;
}

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

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

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




.content_headers {
    font-family: var(--second-font);
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1;
}

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

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

.content_headers .content_description {
    font-size: 2rem;
    line-height: 1.1;
    padding-top: .75rem;
    color: var(--kolorpodtytulow);
    font-weight: 500;
}

@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:not(.smallimg),
    .tinymce-ct img:not(.smallimg) {
        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: var(--second-font);
    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 !important;
    }
}

@media(max-width:400px) {
    .slider .anim_text>.ct-slider-static-text {
        font-size: 2rem !important;
        padding: 2rem !important;
        max-width: 200px !important;

    }
}

.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: var(--second-font);
    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;
}

.titl .content_headers {
    font-size: 2.5rem;
    line-height: 1.2;
    display: block;
    font-weight: 600;
}

.titl .content_headers {
    max-width: 650px;
    border-bottom: 5px solid #e01e26;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}


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

.ct-slider-static-text {
    position: absolute;
    bottom: 0;
    right: calc((100vw - 100%) / -2);
    text-align: left !important;
    background: #0006;
    padding: 3rem 5rem !important;
    font-size: 3.8rem !important;
    font-weight: 500 !important;
    width: calc(50vw - 10rem) !important;
    min-width: 400px;
    line-height: 1.2 !important;
}

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

.logoses {
    display: block;
    position: relative;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    background: #fff;
    padding: 2rem 0;

}

.complex-24 {
    padding: 4rem 0;
}

.olinks {
    padding: 1rem 0 5rem;
    position: relative;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
}

.olinks ul {
    display: flex;
    gap: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    justify-content: space-around;
    align-items: top;
    flex-wrap: wrap;
}

@media(max-width:1400px) {
    .olinks ul {
        gap: 1rem;
    }
}

.olinks ul li {
    position: relative;
    flex: 1;
    font-size: 0;
    transition: all .3s ease;
    max-width: 20%;
    min-width: 200px;
}


.olinks ul li:hover {
    position: relative;
    flex: 1;
    font-size: 0;
    transform: scale(1.2);
}

.olinks ul li:nth-child(even) {
    position: relative;
    flex: 1;
    font-size: 0;
    top: 2rem;
}

@media(max-width:1300px) {
    .olinks ul li:nth-child(even) {
        top: 0;
    }
}

.olinks ul li a {
    position: relative;
    display: block;
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: 1/1.8;
}

.olinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1rem #000;
    position: absolute;
    left: 0;
    bottom: 2px;
    border-radius: 1.5rem;
    transform: perspective(400px) rotateX(6deg);
    transform-origin: bottom;
    z-index: -1;
}

.olinks li a span {
    width: auto;
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin-right: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: calc(2.1vw - 3px);
    line-height: 1.3;
    text-shadow: .2rem .2rem .7rem #000;
}

@media(max-width:1300px) {
    .olinks li a span {
        font-size: 1.2rem;
    }
}

@media(max-width:900px) {
    .olinks li a span {
        font-size: 1.8rem;
    }
}

.olinks ul li img {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    background: #eee;
    aspect-ratio: 1/1.8;
    object-fit: cover;
    border-radius: 1.5rem;
    border-bottom: .6rem solid #e01e26;
}

.tti {
    position: relative;
    margin-left: calc((100vw - 100%) / -2);
    width: 100vw;
    display: flex;
    background: linear-gradient(to bottom, #f5f5f7, #f5f5f700);
    padding: 6rem 0;
}

@media(max-width:1000px) {
    .tti {
        flex-wrap: wrap;
    }
}

.tti>div {
    width: 55%;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
}

.tti>div h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    display: block;
    max-width: 650px;
    font-weight: 600;
    border-bottom: 5px solid #e01e26;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.tti>div p {
    display: block;
    max-width: 780px;
}

.tti>div+div {
    padding: 0;
    width: 45%;
    max-height: 100%;
}

@media(max-width:1000px) {
    .tti>div+div {
        padding: 0;
        width: 70%;
        margin: 3rem 0 0 4rem;
    }
}

.tti>div+div>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ct-bloglist-bx {
    display: flex;
    gap: 3rem;
}

@media(max-width:1250px) {
    .ct-bloglist-bx {
        flex-wrap: wrap;
    }
}

.ct-bloglist-bx li {
    position: relative;
    display: block;
    vertical-align: top;
    flex: 1;
    min-width: 255px;
}

.ct-bloglist-bx li img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.ct-section:has(.olinks)::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((100vw - 100%) / -2);
    top: 0;
    background: linear-gradient(to bottom, #f5f5f7, #f5f5f700);
}

.ct-section::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((100vw - 100%) / -2);
    top: 0;
    background: linear-gradient(to bottom, #f5f5f7, #f5f5f700);
}

.ct-slider2-prev,
.ct-slider2-next {
    left: calc(((100vw - 100%) / -2) + 1rem);
}

.ct-slider2-next {
    left: auto;
    right: calc(((100vw - 100%) / -2) + 1rem);
}

.afb {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    background: url(gfx/fb.png) no-repeat center;
    background-size: contain;
    margin-right: 2rem;
}

.category>form {
  display: none;
}

.othersite {
  display: none;
}

.collection-category {
    position: relative;
}

.collection-category a:hover{
    opacity: .7;
}

.catname {
    display: block;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
}


.pagination {
    display: none;
    margin: 1rem auto;
    text-align: center;
}
.pagination:has(ul>li+li+li) {
    display: block;
}


.category .category-details {
    margin-top: 3rem;
}

.category .category-details .catname {
    margin: 0;
	margin-left: 250px;
	font-size: 3rem !important;
	color: #000;
    top: 0;
    left: 0;
}

.collection-box .category .collection-feature img { /* ilustracja kategorii */
	width: 200px;
    height: 200px;
    margin-top: 0rem;
	object-fit: cover;
	object-position: center;
}

.collection-category {
    font-size: 0;
    position: relative;
}

.collection-category::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: inset 0 0 3rem #0002;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.collection-category .catname {
    background: #0002;
    font-size: 1.4rem !important;
    z-index: 10;
    padding: .5rem;
    width: calc(100% - 3rem);
    text-align: left;
    text-shadow: 0 0 .5rem #000;
    text-transform: uppercase;
    font-weight: 800;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.category-details {
    border-bottom: 1px solid #0002;
    margin-bottom: 2rem;
}

.category-details::after {
    content: '';
    display: block;
    height: 2rem;
}

ul.products {
    display: block;
    margin-top: 3rem !important;
    border-top: 1px solid #0002;
    padding-top: 2rem !important;
    margin-bottom: 3rem !important;
    border-bottom: 1px solid #0002;
    padding-bottom: 2rem !important;
}

ul.products li {
	position: relative;
    transition: all .3s ease;
    margin-bottom: 4rem;
}

ul.products li:hover {
	transform: scale(1.1);
}


ul.products li a {
	display: block;
	width: 100%;
	font-size: 0;
}

ul.products li a .prodtit {
	display: block;
	font-weight: bold;
	padding: .5rem;
	top: 270px;
	position: absolute;
	font-size: 1.2rem;
	width: calc(100% - 1rem);
    color: #000;
    font-weight: 400;
    text-align: left;
}

ul.products li a::after {
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 2rem #0001;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.product .prodtit {
    color: #e21f26;
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.product .prodsub {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: 900;
    margin: -.5rem 0 0 0;
    padding: 0;
    padding-bottom: 3rem;
    line-height: 1;
}

.proddesc ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

.proddesc ul li {
    margin-top: .5rem
}


.category .category-details .catname::before {
    content: 'KATEGORIA PRODUKT\D3W';
    color: #e31e25;
    font-size: .8rem;
    display: block;
}


/* powtorzenie */


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

* {
    font-family: google sans, 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;
    padding-top: 2rem;
    padding-bottom: 0rem;
    display: flex;
    align-items: center;
}

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

.olg {
    display: inline-block;
    padding: 0 2rem;
}

footer .olg {
    padding: 0;
}

@media(max-width:1500px) {
    .olg {
        padding: 0 0 0 1rem;
    }
}

.top-belt {
    font-size: 1rem;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: .85rem;
    font-weight: bold;
    line-height: 2rem;
}

@media(max-width:500px) {
    .top-belt {
        font-size: .6rem;
    }
}

.top-belt>* {
    color: #fff;
    display: inline-block;
    margin-right: 2rem;
}

@media(max-width:900px) {
    .top-belt {
        text-align: center;
    }

    .top-belt>* {
        color: #fff;
        display: inline-block;
        margin: 0 .5rem;
    }
}


@media(max-width:1100px) {
    .top-belt>span:nth-child(1) {
        display: none;
    }
}

.top-belt>span:nth-child(2)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.7rem;
    height: 2rem;
    background: url(gfx/icon-location.png) no-repeat center;
    background-size: .8rem;
    position: relative;
    top: -.15rem;
    filter: brightness(0) invert(1);
}

.top-belt>a:nth-child(3)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    background: url(gfx/icon-mail.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.05rem;
    filter: brightness(0) invert(1);
}

.top-belt>a:nth-child(4)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 2rem;
    background: url(gfx/icon-tel.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.1rem;
    filter: brightness(0) invert(1);
}

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


footer a.lg {
    margin: 0;
}


a.lg img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 120px;
    object-fit: contain;
}

@media(max-width:1500px) {
    a.lg img {
        height: 90px;
    }
}


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

@media(max-width:480px) {
    a.lg img {
        margin-top: 2rem;
        max-height: 60px;
    }
}

a.lg>span {
    font-family: var(--second-font);
    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);
}

a.lg>span span {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    display: none;
}

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: var(--second-font);
    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;
    text-align: center;
    display: block;
    margin-left: auto;
}

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;
    vertical-align: middle;
}

header nav li a {
    display: block;
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    padding: .4rem 0;
    color: var(--kolornapisowmenu);
    border-bottom: 2px solid #e51d2500;
    margin-right: 2rem;
}

@media(max-width:1700px) {
    header nav li a {
        font-size: 1.1rem;
        letter-spacing: 0rem;
    }
}

@media(max-width:1500px) {
    header nav li a {
        font-size: 1rem;
    }
}

header nav>div>ul>li>a {
    text-transform: uppercase;
}


header nav li a:hover,
header nav li a.selected,
header nav li a.active,
header nav li a.traced {
    border-bottom: 2px solid #e51d25;
    color: #000;
}

header nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 10;
    text-align: left;
    width: auto;
    min-width: 160%;
    box-shadow: .3rem .3rem .4rem #0003;
    outline: 2px solid #e51d25;
    padding: .5rem 0;
}
header nav ul>li:hover ul {
    display: block;
}

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

header nav ul ul li {
    display: block;
}

header nav ul ul li+li {}

header nav ul ul li a {
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    padding: .35rem .75rem;
    margin: 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: 3rem;
        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;
        background: #fff;
        box-shadow: 0 0 1rem #0005;
    }

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

    input#rwdmn:checked+label {
        top: 0rem;
    }

    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: #fffc;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: 0;
        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: 1.5rem;
        letter-spacing: 0;
        padding: .5rem 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,
.bc li a:hover {
    display: inline-block;
    color: #0007;
}

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




body>footer {
    text-align: center;
    padding: 5rem 0 .5rem;
    background: #000;
    color: var(--kolornapisowstopki);
}
@media(max-width:900px) {
body>footer {
    padding: 5rem 1rem .5rem;
} 
}


body>footer>div {
    display: flex;
    text-align: left;
    font-size: .8rem;
    font-weight: 600;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.finfo>* {
    display: block;
    margin-bottom: 1rem;
}

.finfo>a {
    position: relative;
    left: -.5rem;
}

.finfo>a:nth-child(3)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 1.5rem;
    background: url(gfx/icon-mail.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.05rem;
    filter: brightness(0) invert(1);
}

.finfo>a:nth-child(4)::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 1.5rem;
    background: url(gfx/icon-tel.png) no-repeat center;
    background-size: 1rem;
    position: relative;
    top: -.1rem;
    filter: brightness(0) invert(1);
}


body>footer>div>p {
    width: 100%;
    text-align: right;
    opacity: .5;
}

body>footer>div * {
    font-weight: 600;
}

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

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

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




.content_headers {
    font-family: var(--second-font);
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1;
}

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

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

.content_headers .content_description {
    font-size: 2rem;
    line-height: 1.1;
    padding-top: .75rem;
    color: var(--kolorpodtytulow);
    font-weight: 500;
}

@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;
    }
    
    .page_content_container .propilu img {
        max-width: 100vw;
    }
    
}

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

@media (max-width: 900px) {

    .ct_reach_text img:not(.smallimg),
    .tinymce-ct img:not(.smallimg) {
        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: var(--second-font);
    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 !important;
    }
}

@media(max-width:400px) {
    .slider .anim_text>.ct-slider-static-text {
        font-size: 2rem !important;
        padding: 2rem !important;
        max-width: 200px !important;

    }
}

.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: var(--second-font);
    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;
}

.titl .content_headers {
    font-size: 2.5rem;
    line-height: 1.2;
    display: block;
    font-weight: 600;
}

.titl .content_headers {
    max-width: 650px;
    border-bottom: 5px solid #e01e26;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}


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

.ct-slider-static-text {
    position: absolute;
    bottom: 0;
    right: calc((100vw - 100%) / -2);
    text-align: left !important;
    background: #0006;
    padding: 3rem 5rem !important;
    font-size: 3.8rem !important;
    font-weight: 500 !important;
    width: calc(50vw - 10rem) !important;
    min-width: 400px;
    line-height: 1.2 !important;
}

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

.logoses {
    display: block;
    position: relative;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    background: #fff;
    padding: 2rem 0;

}

.complex-24 {
    padding: 4rem 0;
}

.olinks {
    padding: 1rem 0 5rem;
    position: relative;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
}

.olinks ul {
    display: flex;
    gap: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    justify-content: space-around;
    align-items: top;
    flex-wrap: wrap;
}

@media(max-width:1400px) {
    .olinks ul {
        gap: 1rem;
    }
}

@media(max-width:400px) {
    .olinks ul {
    padding-left: 1rem;
    padding-right: 1rem;
    }
}

.olinks ul li {
    position: relative;
    flex: 1;
    font-size: 0;
    transition: all .3s ease;
    max-width: 20%;
    min-width: 200px;
}
@media(max-width:400px) {
.olinks ul li {
    max-width: 140px;
    min-width: 140px;
    width: 140px;
}
}


.olinks ul li:hover {
    position: relative;
    flex: 1;
    font-size: 0;
    transform: scale(1.2);
}
@media(max-width:400px) {
.olinks ul li:hover {
    position: relative;
    flex: 1;
    font-size: 0;
    transform: scale(1.1);
}
}

.olinks ul li:nth-child(even) {
    position: relative;
    flex: 1;
    font-size: 0;
    top: 2rem;
}

@media(max-width:1300px) {
    .olinks ul li:nth-child(even) {
        top: 0;
    }
}

.olinks ul li a {
    position: relative;
    display: block;
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: 1/1.8;
}

.olinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1rem #000;
    position: absolute;
    left: 0;
    bottom: 2px;
    border-radius: 1.5rem;
    transform: perspective(400px) rotateX(6deg);
    transform-origin: bottom;
    z-index: -1;
}

.olinks li a span {
    width: auto;
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin-right: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: calc(2.1vw - 8px);
    line-height: 1.3;
    text-shadow: .2rem .2rem .7rem #000;
}

@media(max-width:1300px) {
    .olinks li a span {
        font-size: 1.2rem;
    }
}

@media(max-width:900px) {
    .olinks li a span {
        font-size: 1.8rem;
    }
}
@media(max-width:400px) {
    .olinks li a span {
        font-size: 1.1rem;
    }
}

.olinks ul li img {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    background: #eee;
    aspect-ratio: 1/1.8;
    object-fit: cover;
    border-radius: 1.5rem;
    border-bottom: .6rem solid #e01e26;
}

@media(max-width:400px) {
.olinks ul li img {
    border-radius: .5rem;
    border-bottom: .5rem solid #e01e26;
}
}

.tti {
    position: relative;
    margin-left: calc((100vw - 100%) / -2);
    width: 100vw;
    display: flex;
    background: linear-gradient(to bottom, #f5f5f7, #f5f5f700);
    padding: 6rem 0;
}

@media(max-width:1000px) {
    .tti {
        flex-wrap: wrap;
    }
}

.tti>div {
    width: 55%;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
}
@media(max-width:400px) {
.tti>div {
    width: auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}
}

.tti>div h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    display: block;
    max-width: 650px;
    font-weight: 600;
    border-bottom: 5px solid #e01e26;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.tti>div p {
    display: block;
    max-width: 780px;
}

.tti>div+div {
    padding: 0;
    width: 45%;
    max-height: 100%;
}

@media(max-width:1000px) {
    .tti>div+div {
        padding: 0;
        width: 70%;
        margin: 3rem 0 0 4rem;
    }
}

.tti>div+div>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ct-bloglist-bx {
    display: flex;
    gap: 3rem;
}

@media(max-width:1250px) {
    .ct-bloglist-bx {
        flex-wrap: wrap;
    }
}

.ct-bloglist-bx li {
    position: relative;
    display: block;
    vertical-align: top;
    flex: 1;
    min-width: 255px;
}

.ct-section:has(.olinks)::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((100vw - 100%) / -2);
    top: 0;
    background: linear-gradient(to bottom, #f5f5f7, #f5f5f700);
}

.ct-section::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((100vw - 100%) / -2);
    top: 0;
    background: linear-gradient(to bottom, #f5f5f7, #f5f5f700);
}

.ct-slider2-prev,
.ct-slider2-next {
    left: calc(((100vw - 100%) / -2) + 1rem);
}

.ct-slider2-next {
    left: auto;
    right: calc(((100vw - 100%) / -2) + 1rem);
}

.afb {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    background: url(gfx/fb.png) no-repeat center;
    background-size: contain;
    margin-right: 2rem;
}
@media(max-width:900px) {
.afb {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    margin-right: 2rem;
} 
}

.category>form {
  display: none;
}

.othersite {
  display: none;
}

.collection-category {
    position: relative;
}

.collection-category a:hover{
    opacity: .7;
}

.catname {
    display: block;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
}


.pagination {
    display: none;
    margin: 1rem auto;
    text-align: center;
}
.pagination:has(ul>li+li+li) {
    display: block;
}


.category .category-details {
    margin-top: 3rem;
}

.category .category-details .catname {
    margin: 0;
	margin-left: 250px;
	font-size: 3rem !important;
	color: #000;
    top: 0;
    left: 0;
}
@media(max-width:500px) {
.category .category-details .catname {
    margin: 0;
	margin-left: 80px;
	font-size: 2.5rem !important;
    line-height: 1;
    padding-top: .5rem;
	color: #000;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
}
}

.collection-box .category .collection-feature img { /* ilustracja kategorii */
	width: 200px;
    height: 200px;
    margin-top: 0rem;
	object-fit: cover;
	object-position: center;
}
@media(max-width:400px) {
.collection-box .category .collection-feature img { /* ilustracja kategorii */
	width: 60px;
    height: 60px;
}
}

.collection-category {
    font-size: 0;
    position: relative;
}

.collection-category::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: inset 0 0 3rem #0002;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.collection-category .catname {
    background: #0002;
    font-size: 1.4rem !important;
    z-index: 10;
    padding: .5rem;
    width: calc(100% - 3rem);
    text-align: left;
    text-shadow: 0 0 .5rem #000;
    text-transform: uppercase;
    font-weight: 800;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
@media(max-width:400px) {
.collection-category .catname {
    font-size: 1.2rem !important;
} 
}

.category-details {
    border-bottom: 1px solid #0002;
    margin-bottom: 2rem;
}

.category-details::after {
    content: '';
    display: block;
    height: 2rem;
}

ul.products {
    display: block;
    margin-top: 3rem !important;
    border-top: 1px solid #0002;
    padding-top: 2rem !important;
    margin-bottom: 3rem !important;
    border-bottom: 1px solid #0002;
    padding-bottom: 2rem !important;
}

ul.products li {
	position: relative;
    transition: all .3s ease;
    margin-bottom: 4rem;
}

ul.products li:hover {
	transform: scale(1.1);
}


ul.products li a {
	display: block;
	width: 100%;
	font-size: 0;
}

ul.products li a .prodtit {
	display: block;
	font-weight: bold;
	padding: .5rem;
	top: 270px;
	position: absolute;
	font-size: 1.2rem;
	width: calc(100% - 1rem);
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 1;
}

ul.products li a::after {
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 2rem #0001;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.product .prodtit {
    color: #e21f26;
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.product .prodsub {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: 900;
    margin: -.5rem 0 0 0;
    padding: 0;
    padding-bottom: 3rem;
    line-height: 1;
}

.proddesc ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

.proddesc ul li {
    margin-top: .5rem
}


.category .category-details .catname::before {
        content: 'KATEGORIA PRODUKT\D3 W';

    color: #e31e25;
    font-size: .8rem;
    display: block;
}

@media(max-width:500px) {
.category .category-details .catname::before {
    position: relative;
    top: -.5rem;
}
}


.rw-content-proper {
    z-index: 2;
}


.propilu {
    position: relative;
    margin-left: calc((100vw - 100%) / -2);
    width: 100vw;
}
.propilu img {
    width: 100%;
    height: auto;
}

.fbin {
    display: block;
    text-align: center;
    position: relative;
}

.fbin iframe {
    margin: 5rem auto !important;
}
@media(max-width:400px) {
.fbin iframe {
    margin: 5rem auto !important;
    max-width: 90%;
}  
}

.tinymce-ct img {
    max-width: 100%;
}

.product-box .product-features .collection-name {
    display: none;
}

.rw_ct_news .ct-news-gallery {
    display: none;
}

.rw-page-article main {
    padding-top: 100px;
    padding-bottom: 200px;
}

.rw-page-article .newsBox2 h2 {
    font-size: 2rem;
    width: 70%;
    min-width: 300px;
    font-weight: bold;
    font-family: montserrat;
    text-align: center;
    margin: 0 auto 2rem;
} 

.rw-page-article .newsBox2 .ct-news-gallery {
    font-size: 0;
    text-align: center;
    background: #F6F6F8;
    margin-top: 3rem;
    padding: 3rem 0;
}

.rw-page-article .newsBox2 .ct-news-gallery li {
    margin: 1rem;
    transition: all .3s ease;
    }

.rw-page-article .newsBox2 .ct-news-gallery li:hover {
    transform: scale(1.1) !important;
    }

@media(max-width:400px) {
ul.collection li,
ul.collections-list li {
	width: 40%;
}
ul.collection,
ul.collections-list {
	padding-bottom: 5rem !important;
}
}

@media(max-width:500px) {
    ul.products li {
    	width: 40%;
    }
    ul.products li a .prodtit {
    	top: 40vw;
    	font-size: 1rem;
    }
    .category-details .catdesc {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: calc(100% - 2rem);
        font-size: 1rem !important;
        padding-top: 5rem !important;
    }
}


.product .tinymce-ct img {
    height: auto !important;
}






ul.ct-newslist-bx {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    }
@media(max-width:1024px) {
ul.ct-newslist-bx {
    justify-content:space-around;
    }
}

ul.ct-newslist-bx * {
    float: none !important;
}

ul.ct-newslist-bx>li {
    width: 22%;
}
@media(max-width:1200px) {
ul.ct-newslist-bx>li {
    width: 20% !important;
}
}
@media(max-width:1024px) {
ul.ct-newslist-bx>li {
    width: 42% !important;
    margin-bottom: 4rem;
}
}
@media(max-width:480px) {
ul.ct-newslist-bx>li {
    width: 85% !important;
    margin-bottom: 4rem;
}
}

ul.ct-newslist-bx>li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

ul.ct-newslist-bx>li a:has(>.ct-newslist-title) {
    display: flex;
    align-items: center;
    height: 4.4rem;
    overflow: hidden;
    }

.ct-newslist-title {
    font-size: 1rem;
    line-height: 1.1;
    max-height: 4.4rem;
    overflow: hidden;
}

.ct-newslist-date {
    display: none;
}

.ct-newslist-short {
    display: block;
    font-size: .8rem;
    line-height: 1.2 !important;
    height: calc(7 * .8rem * 1.2);
    overflow: hidden;
    }

.ct-newslist-more-link {
    display: block;
    width: 5rem;
    text-align: center;
    background: #e01e26;
    color: #fff;
    font-size: .7rem;
    padding: .4rem .5rem;
    border-radius: .5rem;
    margin: 1rem 0 0 auto;
}

.ct-newslist-more-link:hover {
    background: #e01e26;
     color: #fff;
}

ul.ct-newslist-bx>li {
    transition: all .3s ease;
}

ul.ct-newslist-bx>li:has(a:hover), ul.ct-newslist-bx>li:hover {
    transform: scale(1.1);
}


.ct-newslist-link {
    position: relative;
    display: block;
    font-weight: 800;
    padding: 0;
    font-size: 0;
    text-align: right;
    width: 49%;
    min-width: 300;
    margin: 5rem 0 0 auto;
    padding: 1rem 0;
    border-top: 5px solid #e01e26;
}
@media(max-width:400px) {
.ct-newslist-link {
    margin-right: 1rem;
    width: 80%;
}
}

.ct-newslist-link::before {
    content: "Zobacz wszystkie publikacje";
    display: inline-block;
    font-size: 1.2rem;
}
