/*

Lemar 2025

*/

/* kolorki */
:root {
    --col1: #9c1f1e;
    --col2: #585858;
    --col3: #000;
    --light: #efefef;
    --lighter: #f7f7f7;
    --borbis: #B0CB1F;

 /* kalendarz */
    --fc-button-bg-color: var(--col2);
    --fc-button-border-color: var(--col2);
    --fc-button-hover-bg-color: var(--col1);
    --fc-button-hover-border-color: var(--col1);
    --fc-button-active-bg-color: var(--col1);
    --fc-button-active-border-color: var(--col1);
}

.col1 {
    color: var(--col1);
}

/* naglowki */
html body .row .col h2.smaller {
    font-weight: 600;
    font-size: 250%;
    line-height: 1.2;
}

/* menu */
html body.material #header-outer[data-header-resize="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu):not(.transparent) {
    box-shadow: 0 3px 45px rgba(0,0,0,.15);
}

html #top nav ul li a, html #header-outer .sf-menu li ul li.menu-item a {
    color: var(--col2);
}

html #header-outer #top nav > ul > li a {
    z-index: 9999;
}

html #header-outer #top nav > ul > li:not(:last-child) > a {
    border-right: 1px solid var(--col1);
}

html #header-outer.transparent #top nav > .sf-menu > li > a {
    opacity: .5;
}

html #header-outer.transparent #top nav > ul > li:not(:last-child) > a {
    border-right: 1px solid rgb(255 255 255 / 20%);
}

/* glowna - intro */
html .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content{
    margin-top: -100px
}

html .swiper-slide .content .ns-heading-el {
    margin-bottom: 10px;
    line-height: 1;
}

html .swiper-slide .content .buttons {
    padding-top: 0;
    margin-top: 40px;
}

html body:not([data-button-style*="shadow"]) .swiper-slide .button a:after {
    display: none;
}

html div[data-button-sizing="large"] .swiper-slide .button {
    box-shadow: none;
}

html div[data-button-sizing="large"] .swiper-slide .button a, html body.material .nectar-button.large {
    font-size: 110% !important;
    line-height: 1.5;
    padding: 17px 50px !important;
    transition: .3s ease-in-out;
}

html div[data-button-sizing="large"] .swiper-slide .button:hover a, html body.material .nectar-button.large:hover {
    background: var(--col3) !important;
    opacity: 1;
}

/* slider - strzalki */
html .parallax_slider_outer .swiper-container .slider-prev {
    left: 5%;    
}

html .parallax_slider_outer .swiper-container .slider-next {
    right: 5%;    
}

html .parallax_slider_outer .swiper-container .slider-prev, html .parallax_slider_outer .swiper-container .slider-next {
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
}

html .swiper-container .slider-prev i, html .swiper-container .slider-next i {
    line-height: 50px;
}

html body .swiper-container .slide-count {
    display: none;
}

/* kafelki - ogolne */
html body .container-wrap .vc_row-fluid.kafelki > .span_12 {
    justify-content: center;
}

html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    height: 100%;
    padding: 30px;
    transition: .3s ease-in-out;
    transform: skew(-5deg);
}

html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner > .wpb_wrapper {
    transform: skew(5deg);
    text-align: center;
}

html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col > .vc_column-inner > .wpb_wrapper .hover-wrap {
    margin-bottom: 0;
}

html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner img, html body .container-wrap .vc_row-fluid.ikonki > .span_12 > .col > .vc_column-inner img {
    max-width: 100px;
    height: auto;
}

html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner p {
    text-align: center;
    font-size: 110%;
    line-height: 1.3;
    letter-spacing: -.5px;
}

/* kafelki - z linkami */
html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner {
    background: var(--light);
    box-shadow: none;
}

html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner:before, html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    transition: .3s ease;
    opacity: 0;    
    border-radius: 5px;
}

html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner:before {    
    bottom: 10px;
    left: 10px;    
    border-left: 3px solid var(--col1);
    border-bottom: 3px solid var(--col1);
}

html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner:after {
    top: 10px;
    right: 10px;
    border-right: 3px solid var(--col1);
    border-top: 3px solid var(--col1);
}

html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,.25);
    transform: scale(1.05) skew(-5deg);
}

html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner:hover:before, html body .container-wrap .vc_row-fluid.kafelki_linki > .span_12 > .col > .vc_column-inner:hover:after {
    width: calc(100% - 23px);
    height: calc(100% - 23px);
    opacity: 1;
}

/* kafelki - pod sliderem */
html body .container-wrap .vc_row-fluid.kafelki.kafelki_intro {
    margin-top: -185px;
    z-index: 50;
}

html body .container-wrap .vc_row-fluid.kafelki_intro > .span_12 > .col > .vc_column-inner {
    padding: 40px;
}

/* glowna - ikonki */
html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 {
    justify-content: center;
}

html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col {
    width: auto;
}

html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
}

html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col > .vc_column-inner > .wpb_wrapper img {
    margin-right: 20px;
}

html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    flex-shrink: 9999;
}

html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col > .vc_column-inner > .wpb_wrapper > .wpb_text_column h4 {
    font-weight: 300;
}

/* page title */
.page-title {
    padding: 30px 0;
    text-align: center;
}

.page-title h1, #page-header-bg h1, body.single-post h1, body.single-post .row .col.section-title h1, body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1 {
    margin: 0 !important;
    font-weight: 700;
    padding: 0 !important;
    max-width: 100%;
    font-family: inherit;
    top: 0;
}

.page-title h1, #page-header-bg h1, body.single-post h1, body.single-post .row .col.section-title h1, body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1, html body h2, html .row .col h2, .spi_title {
    font-size: 275%;
    line-height: 1.2;
}

html body h3, html .row .col h3 {
    font-size: 165%;
    line-height: 1.2;
}

body[data-header-resize="0"] .page-title + .container-wrap {
    padding-top: 0;
}

/* podwojny shadow */
html body .wpb_row.double_box_shadow > .row-bg-wrap {
    box-shadow: 0 3px 45px rgba(0, 0, 0, .1), 0 -3px 45px rgba(0, 0, 0, .1);
    z-index: 5;
}

/* o nas - fixy tla */
.column-image-bg {
    background-repeat: no-repeat;
}

.minHeightBg {    
    min-height: 350px;
}

body .wpb_row [data-border-radius="15px"] .column-image-bg-wrap {
    border-radius: 15px;
}

/* o nas - kroki */
html body .container-wrap .vc_row-fluid.steps > .span_12 > .col {
    padding: 0 7.5%;
}

html body .container-wrap .vc_row-fluid.steps > .span_12 > .col > .vc_column-inner .img-with-aniamtion-wrap .hover-wrap-inner {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: #c2c2c2;
    border-radius: 100%;
    padding: 25px;
}

html body .container-wrap .vc_row-fluid.steps > .span_12 > .col:nth-child(2) > .vc_column-inner .img-with-aniamtion-wrap .hover-wrap-inner {
    background: #838383;
}

html body .container-wrap .vc_row-fluid.steps > .span_12 > .col:nth-child(3) > .vc_column-inner .img-with-aniamtion-wrap .hover-wrap-inner {
    background: #585858;
}

html body .container-wrap .vc_row-fluid.steps > .span_12 > .col:not(:last-child):before {
    content: "";
    position: absolute;
    height: 3px;
    width: 40%;
    background: var(--col1);
    top: 75px;
    right: 0;
    transform: translate(50%, -50%);
}

html body .container-wrap .vc_row-fluid.steps > .span_12 > .col:not(:last-child):after {
    content: "";
    position: absolute;
    visibility: visible;
    clear: none;
    width: 30px;
    height: 30px;
    border-top: 3px solid var(--col1);
    border-right: 3px solid var(--col1);
    top: 75px;
    right: calc(3px - 20%);
    transform: translateY(-50%) rotate(45deg);
}

/* o nas - timeline */
.timeline_year {
    font-size: 200%;
    line-height: 1.2;
}

.timeline_desc h6 {
    margin-bottom: 2px;
}

@media(min-width: 1001px) {
    .timeline {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    
    .timeline:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        height: 50%;
        width: 2px;
        border-left: 2px dashed var(--col2);
        transform: scaleY(0) translateX(-50%);
        transform-origin: 0 0;
        transition: 1s ease;
    }
    
    .timeline.active:before {
        transform: scaleY(2) translateX(-50%);
    }
    
    .timeline_single:first-child:before, .timeline_single:last-child:before {
        content: '';
        position: absolute;
        left: -5px;
        background: #fff;
        width: 5px;
        height: 50%;
    }
    
    .timeline_single:first-child:before {
        top: 0;
    }
    
    .timeline_single:last-child:before {
        bottom: 0;
    }
    
    .timeline_single {
        width: 50%;
        margin-left: auto;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .timeline_dot_outer {
        width: 30px;
        height: 30px;
        padding: 2px;
        border: 1px solid var(--col1);
        background: #fff;
        border-radius: 100%;
        transform: translateX(-50%) scale(0);
        margin-right: 60px;
        position: relative;
        z-index: 5;
        transition: .3s ease;
    }
    
    .timeline_single.active .timeline_dot_outer {
        transform: translateX(-50%) scale(1);
    }
    
    .timeline_dot_outer:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        height: 2px;
        width: 37px;
        border-top: 2px dashed var(--col2);
        transform: scaleX(0);
        transform-origin: left;
        transition: .3s ease .3s;
    }
    
    .timeline_single.active .timeline_dot_outer:after {
        transform: scaleX(2);
    }
    
    .timeline_dot {
        width: 100%;
        height: 100%;
        background: var(--col1);
        border-radius: 100%;
    }
    
    .timeline_year {
        width: 150px;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        margin-right: 30px;
        transition: .3s ease-in-out .6s;
        transform: scale(0);    
        transform-origin: left;
    }
    
    .timeline_single.active .timeline_year {
        transform: scale(1);
    }
    
    .timeline_year:before, .timeline_year:after {
        content: '';
        position: absolute;
        border-radius: 100%;
    }
    
    .timeline_year:before {
        border: 3px dotted var(--col2);
        left: 0;
        top: 0;
        height: calc(100% - 6px);
        width: calc(100% - 6px);
    }
    
    .timeline_year:after {
        border: 8px solid var(--col1);
        top: -4px;
        right: -4px;
        height: calc(100% - 8px);
        width: calc(100% - 8px);
        mask-image: linear-gradient(to left, #000 50%, transparent 50%);
    }
    
    .timeline_desc {
        flex-shrink: 999999999;
        transition: .6s ease .9s;
        opacity: 0;
        transform: translateY(30px) scale(.8);
    }
    
    .timeline_single.active .timeline_desc {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    
    .timeline_single:nth-child(even) {
        margin-left: 0;
        margin-right: auto;
        flex-direction: row-reverse;
    }
    
    .timeline_single:nth-child(even) .timeline_dot_outer {
        margin-left: 60px;
        margin-right: 0;
        transform: translateX(50%);
    }
    
    .timeline_single:nth-child(even) .timeline_dot_outer:after {
        left: unset;
        transform-origin: right;
        right: 100%;
    }
    
    .timeline_single:nth-child(even) .timeline_year {
        margin-right: 0;
        margin-left: 30px;
        transform-origin: right;
    }
    
    .timeline_single:nth-child(even) .timeline_year:after {
        mask-image: linear-gradient(to right, #000 50%, transparent 50%);
    }
}

/* poradnik dekarza - boxy */
html body .container-wrap .vc_row-fluid.pdboxy > .span_12 {
    justify-content: center;
}

html body .container-wrap .vc_row-fluid.pdboxy > .span_12 > .col > .vc_column-inner, html body .container-wrap .vc_row-fluid.pdboxy > .span_12 > .col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

html body .container-wrap .vc_row-fluid.pdboxy > .span_12 > .col > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
}

html body .container-wrap .vc_row-fluid.pdboxy > .span_12 > .col > .vc_column-inner > .wpb_wrapper .hover-wrap {
    margin: 0;
    background: var(--col2);
    border-radius: 100%;
    padding: 20px;
}

html body .container-wrap .vc_row-fluid.pdboxy > .span_12 > .col > .vc_column-inner > .wpb_wrapper .hover-wrap img {
    width: 70px;
    height: auto;
}

html body .container-wrap .vc_row-fluid.pdboxy > .span_12 > .col > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    flex-shrink: 9999;
    background: var(--light);
    border-radius: 15px;
    padding: 25px 25px 25px 75px;
    margin-left: -55px;
    box-shadow: 0 3px 45px rgba(0,0,0,.25);
    height: 100%;
    display: flex;
    align-items: center;
}

html body .container-wrap .vc_row-fluid.pdboxy > .span_12 > .col > .vc_column-inner > .wpb_wrapper > .wpb_text_column h4 {
    color: var(--col1);
    margin-bottom: 5px;
}

/* poradnik dekarza - punkty */
.pdp {
    display: flex;
    max-width: 720px;
    margin: 0 auto 30px;
}

.pdp:last-child {
    margin-bottom: 0;
}

.pdp_num {
    margin-right: 30px;
    background: var(--col1);
    color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 50px;
    border-radius: 100%;
    border-bottom-right-radius: 0;        
}

.pdp_text {
    flex-shrink: 9999;
    background: var(--light);
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 12px;
    width: 100%;    
}

/* punktory - animacje */
.pdp_num, .pdp_text, .jakp_num, .jakp_content {
    opacity: 0;
    transition: .6s ease;
}

.pdp_num, .jakp_num {
    transform: translateX(-60px);
}

.pdp_text, .jakp_content {
    transform: translateY(60px);
}

.pdp.active .pdp_num, .pdp.active .pdp_text, .jakp.active .jakp_num, .jakp.active .jakp_content {
    opacity: 1;
    transform: none;
}

/* zadaj pytanie - ikonki */
p:last-child {
    padding-bottom: 0;
}

html body .iconboxy > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -15px;
}

html body .iconboxy .iwithtext {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

html body .iconboxy .iwithtext .iwt-icon {
    position: inherit;
    background: var(--col1);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

html body .iconboxy .iwithtext .iwt-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    width: auto;
    height: auto;
}

html body .iconboxy .iwithtext .iwt-text {
    padding-left: 15px;
    flex-shrink: 99999;
}

html body .iconboxy .iwithtext .iwt-text h6 {
    margin-bottom: 0;
    font-size: 112%;
    line-height: 1.2;
}

html body .iconboxy .iwithtext .iwt-text p {
    font-size: 85%;
    line-height: 1.5;
}

html body .iconboxy .iwithtext .iwt-text p a {
    color: inherit;
}

html body .iconboxy .iwithtext .iwt-text p a:hover {
    color: var(--col1);
}

/* zadaj pytanie - formularz */
html .container-wrap input[type=text], html .container-wrap input[type=email], html .container-wrap input[type=tel], html .container-wrap input[type=number], html .container-wrap textarea, .kalkulator .select2-container--default .select2-selection--single, .kr_result, .il_select .select2-container--default .select2-selection--single {
    background: #fff;
    display: block;
    resize: none;
    border-radius: 10px;
    font-size: 100%;
    line-height: 1.5;
    padding: 6px 15px;
}

html .container-wrap textarea {
    height: 90px;
}

.zp_form label {
    display: block;
    margin-bottom: 15px;
}

html body .zp_label {
    color: inherit;
    line-height: 1.5;
    padding-bottom: 5px;
    display: inline-block;
}

.zp_form br {
    display: none;
}

html .wpcf7-form .wpcf7-not-valid-tip {
    box-shadow: none;
    padding: 2px 6px;
    position: absolute;
    left: 10px;
    bottom: 0;
    top: initial;
    font-size: 70%;
    line-height: 1.5;
    transform: translateY(50%);
    background: #fff;
    border-radius: 5px;
}

html .wpcf7-list-item {
    margin: 0;
}

html .wpcf7-list-item label input[type="checkbox"], .kalf_add input[type="checkbox"] {
    display: none;
}

html .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label, .kalf_add input[type="checkbox"] + label {
    padding-left: 40px;
    display: block;
    font-size: 90%;
    line-height: 1.25;
    color: var(--col1);
    position: relative;
}

html .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label a {
    text-decoration: underline;
}

html .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label a:hover {
    color: var(--col2);
}

html .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:before, .kalf_add input[type="checkbox"] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid var(--col1);
    border-radius: 5px;
}

html .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:after, .kalf_add input[type="checkbox"] + label:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--col2);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    opacity: 0;
    transition: .3s ease;
    border-radius: 2px;
}

html .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label:after, .kalf_add input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

html body[data-button-style=rounded] .container-wrap input[type=submit]:disabled {
    pointer-events: none;
    opacity: .5;
}

html body[data-button-style=rounded] .container-wrap .zp_form input[type=submit] {
    border-radius: 10px !important;
    padding: 5px 30px !important;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: .5px;
}

html body[data-button-style=rounded] .container-wrap .zp_form input[type=submit]:hover {
    opacity: 1;
    background: var(--col3);
}

html .wpcf7-spinner {
    display: none;
}

/* jaka pape wybrac - punkty */
.jakp {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.jakp:last-child {
    margin-bottom: 0;
}

.jakp_num {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    background: #c2c2c2;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 275%;
    box-shadow: 5px 5px 10px rgba(0,0,0,.25);
}

.jakp_num.bgcol1 {
    background: var(--col1);
}

.jakp_content {
    flex-shrink: 99999;
}

.jakp_content p + ul {
    margin-top: -20px;
}

.jakp_content ul {
    margin-bottom: 0;
    margin-left: 20px;
}

html body .jakp .jakp_content h3 {
    color: var(--col1);
    font-family: 'Figtree', sans-serif;
    margin-bottom: 10px;
}

/* kalkulator */
.kalkulator-field {
    margin-bottom: 15px;
    position: relative;
}

.kalkulator input::-webkit-outer-spin-button, .kalkulator input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.kalkulator input[type=number] {
    -moz-appearance: textfield;
}

.kalkulator-field:last-child {
    margin-bottom: 0;
}

.kalkulator .select2-container--default .select2-selection--single, .il_select .select2-container--default .select2-selection--single {
    height: auto;
    padding: 10px;
    border: 0;
}

.kalkulator .select2-container--default .select2-selection--single .select2-selection__placeholder, .il_select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--col2);
}

.kalkulator .select2-container--default .select2-selection--single .select2-selection__arrow, .il_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.kalkulator .select2-container--default .select2-selection--single .select2-selection__arrow b, .il_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: var(--col1);
}

.kalf_suff {
    color: var(--col2);
    position: absolute;
    right: 17px;
    bottom: 8px;
}

.kalf_add input[type="checkbox"] + label {
    color: var(--col2);
    padding-left: 35px;
}

.kalf_add input[type="checkbox"] + label:before {
    border-color: var(--col2);
    width: 16px;
    height: 16px;
    top: 3px;
    transform: none;
}

.kalf_add input[type="checkbox"] + label:after {
    background: var(--col1);
    top: 8px;
    transform: none;
    width: 12px;
    height: 12px;
}

.kalkulator-results {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}

.kr-icon {
    width: 40%;
}

.row .col .kr-icon img {
    margin: 0 auto;
    max-width: 80px;
}

.kr-content {
    width: 60%;
}

.kr_result:not(.active) {
    color: #fff;
}

/* kalkulator - select2 */
html .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
    padding-right: 15px;
}

html .select2-dropdown {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

html .select2-search--dropdown {
    padding: 0;
}

html .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
    background: transparent;
    padding: 0 15px 8px;
    color: var(--col2);
    box-shadow: none;
    font-size: 90%;
    line-height: 1.5;
}

html .select2-results__option {
    padding: 5px 15px;
    transition: .2s ease;
    font-size: 90%;
    line-height: 1.5;
    border-radius: 3px;
}

html .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--col1);
}

html .select2-container--default .select2-results__option--selected {
    background: #c2c2c2;
    color: #fff;
}

/* informacje ilosciowe - szukajka */
.il_select, .doszukajka, .prod_search {
    background: var(--light);
    padding: 15px 20px !important;
    border-radius: 10px;
}

.il_select .select2-container--default .select2-selection--single {
    border: 2px solid var(--light);
}

.il_select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
}

html .page-template-template-informacje-ilosciowe .select2-dropdown {
    border: 2px solid var(--light);
    border-top: 0;
}

/* informacje ilosciowe - content */
.il_row {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.il_col {
    border-right: 3px solid var(--col1);
    overflow: hidden;
    width: 50%;
}

.il_head {
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 50px;
}

.il_amount_outer {
    width: 185px;
    margin: 0 auto 40px;
    padding: 6px 20px;
    background: var(--light);
    border-radius: 15px;
}

.il_amount {
    background: #fff;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 165%;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.il_amount .ila {
    color: var(--col1);
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 160%;
    margin-right: 5px;
}

.il_icon {
    width: 200px;
    height: 200px;
    margin-left: auto;
    background: var(--col1);
    display: flex;
    align-items: center;
    border-radius: 100%;
    transform: translateX(50%);
    padding-left: 20px;
}

.il_icon img {
    max-width: 70px;
}

/* produkty - lista - filtry */
.prod_search {
    margin-bottom: 15px;
}

.prod_filtry {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -25px;
}

.prod_filtr {
    padding: 5px 25px;
    width: 50%;
}

html .prod_filtr .select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid var(--col1);
    height: auto;
}

html .prod_filtr .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 3px;
}

html .prod_filtr .select2-container--default .select2-selection--single .select2-selection__placeholder {
    opacity: 0;
}

html .prod_filtr .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: var(--col2);
    border-width: 8px 6px 0 6px;
    margin-top: -6px;
    margin-left: 0;
}

html .prod_filtr .select2-container--default .select2-selection--single .select2-selection__clear {
    color: var(--col2);
    font-size: 20px;
}

html .prod_filtr .select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: var(--col1);
}

html body.post-type-archive-produkty .select2-dropdown, html body.tax-kategorie_produktow .select2-dropdown {
    border: 2px solid var(--col1);
    border-top: 0;
}

html body.post-type-archive-produkty .select2-results__option, html body.tax-kategorie_produktow .select2-results__option {
    border-radius: 0;
}

/* produkty - lista - kategorie */
.produkty_kategoria {
    padding-top: 50px;
}

.prod_kat_title {
    padding-bottom: 15px;
}

.prod_kat_title .pkt_text {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/* produkty - listing */
.produkty_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.produkt_col {
    padding: 15px;
    width: 25%;
}

.produkt {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    transition: .3s ease;
    border: 2px solid var(--light);
}

.produkt:hover {
    border-color: var(--katkolor);
}

.produkt_img {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produkt_img img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 15px;
    display: block;
}

.produkt_title {
    margin: auto;
    padding-top: 20px;
}

.produkt_title .pt_text {
    font-size: 100%;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    transition: .3s ease;
}

.produkt:hover .produkt_title .pt_text {
    color: var(--katkolor)
}

/* single produkt - intro */
body[data-header-resize="0"].single-produkty .container-wrap {
    padding-bottom: 0;
}

.single_produkt_intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.spi_image {
    width: 33.3333%;
    height: auto;
    padding: 15px;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    border-radius: 30px;
    border: 5px solid var(--katkolor);
}

.spi_image img {
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.spi_content {
    width: 66.6666%;
    padding-left: 6.6666%;
}

.spi_title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

/* single produkt - intro - ikonki */
.spi_icons {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding: 20px 0 35px;
}

.spi_ico {
    padding: 10px;
    position: relative;
}

.spi_ico img {
    display: block;
    width: 64px;
    height: 64px;
    padding: 3px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    border: 2px solid #fff;
    transition: .3s ease;
}

.spi_ico:hover img {
    border-color: var(--col1);
}

.spi_tooltip {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    font-size: 85%;
    line-height: 1.2;
    background: var(--col1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    width: 165px;
    opacity: 0;
    transition: .3s ease;
}

.spi_tooltip:before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
	left: 50%;
	border: 8px solid transparent;
	height: 0;
	width: 0;	
	pointer-events: none;
	border-top-color: var(--col1);
	margin-left: -8px;
}

.spi_ico:hover .spi_tooltip {
    opacity: 1;
}

/* single produkt - intro - opis */
.spi_desc {
    font-size: 120%;
    line-height: 1.5;
}

/* single produkt - taby */
input[name="spt_radio"] {
    display: none;
}

.single_produkt_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 45px -10px 0;
}

.spt_tab {
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 120%;
    line-height: 1.5;
    font-weight: 500;
    color: var(--col2);
    border-radius: 15px 15px 0 0;
    transition: .3s ease;    
}

.spt_tab:hover {
    background: var(--lighter);
}

#opis:checked ~ .single_produkt_tabs [for="opis"],
#parametry:checked ~ .single_produkt_tabs [for="parametry"],
#pobierz:checked ~ .single_produkt_tabs [for="pobierz"],
#zapytaj:checked ~ .single_produkt_tabs [for="zapytaj"] {
    background: var(--light);
}

/* single produkt - taby - zawartosc */
#opis:not(:checked) ~ .single_produkt_contents .spt_opis,
#parametry:not(:checked) ~ .single_produkt_contents .spt_parametry,
#pobierz:not(:checked) ~ .single_produkt_contents .spt_pobierz,
#zapytaj:not(:checked) ~ .single_produkt_contents .spt_zapytaj {
    display: none;
}

.single_produkt_contents {
    background: var(--light);
    padding: 40px 0;
}

/* single produkt - opis */
html .spt_opis h3 {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

html .spt_opis h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 40px;
    height: 3px;
    background: var(--katkolor);
}

.spt_opis ul {
    margin: 0 0 25px;
}

.spt_opis p + ul {
    margin-top: -1em;
}

.spt_opis ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
}

.spt_opis ul li:not(:last-child) {
    margin-bottom: 15px;
}

.spt_content img {
    max-width: 100%;
    height: auto;
}

.spt_content ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: var(
    --katkolor);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

/* single produkt - parametry */
.table-container {
    margin: -25px 0;
    overflow: auto;
}

.table {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    padding: 25px 0;
    position: relative;
}

.table-row:not(:last-child) .table-cell:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--katkolor);
    transform: translateY(50%);
}

.table-cell:first-child {
    font-weight: 600;
    padding-right: 60px;
}

.table-row:not(:last-child) .table-cell:first-child:after {
    width: calc(100% - 60px);
}

/* single produkt - pobierz */
.spt_pobierz .dokument {
    background: #fff;
}

.spt_pobierz .dokument:not(:hover) .dokument_nazwa {
    border-color: #fff;
}

/* single produkt - zapytaj */
input:-webkit-autofill, input:-webkit-autofill:focus {
    -webkit-transition: background-color 600000s 0s, color 600000s 0s, background-image 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s, background-image 600000s 0s;
}

textarea {
    display: block;
    height: 108px;
    resize: none;
}

html .wpcf7 .wpcf7-response-output, html .wpcf7 form.invalid .wpcf7-response-output {
    background: var(--col1);
    border-color: var(--col1);
    color: #fff;
    margin: 20px 0 00;
    text-align: center;
    border-radius: 100px;
}

html .wpcf7 form.sent .wpcf7-response-output {
    background: #24672a;
    border-color: #24672a;
}

/* szkolenia - certyfikowane - buttony */
html body.material .sk_buttons {
    margin-bottom: -15px;
}

html body.material .sk_buttons .nectar-button {
    margin-bottom: 15px;
    font-size: 100%;
    line-height: 1.5;
    padding: 12px 35px;
    border: 1px solid var(--col1);
    transition: .3s ease-in-out;
}

html body.material .sk_buttons .nectar-button.regular:hover {
    opacity: 1;
    border-color: var(--col3) !important;
    background: var(--col3) !important;
    color: #fff !important;
}

html body.material .sk_buttons .nectar-button.see-through:hover {
    opacity: 1;
    border-color: var(--col3) !important;
    color: var(--col3) !important;
    background: transparent !important;
}

/* szkolenia - certyfikowane - agenda */
.timetable-container {
    overflow: auto;
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    padding: 30px;
    border-radius: 30px;
}

body:not(.woocommerce-cart) .main-content table.timetable {
    margin: 0;
    border: 0;
}

body:not(.woocommerce-cart) .main-content table.timetable tr {
    background: transparent !important;
}

body:not(.woocommerce-cart) .main-content table.timetable tr td {
    border: 0;
    font-size: 100%;
    line-height: 1.65;
    padding: 15px 0;
}

body:not(.woocommerce-cart) .main-content table.timetable tr td:first-child {
    font-weight: 600;
    padding-right: 20px;
    min-width: 150px;
}

body:not(.woocommerce-cart) .main-content table.timetable tr:not(:last-child) {
    border-bottom: 1px solid var(--light);
}

body:not(.woocommerce-cart) .main-content table.timetable tr:first-child td {
    padding-top: 0;
}

body:not(.woocommerce-cart) .main-content table.timetable tr:last-child td {
    padding-bottom: 0;
}

/* szkolenia - certyfikowane - ikonki */
html .ikonki_szkolenia img {
    max-width: 90px !important;
}

/* szkolenia - certyfikowane - gdzie */
html body .sk_gdzie .iwithtext {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

html body .sk_gdzie .iwithtext .iwt-icon {
    position: inherit;
}

html body .sk_gdzie .iwithtext .iwt-icon i {
    color: var(--col1);
    font-size: 50px;
    line-height: 1;
    width: auto;
    height: auto;
}

html body .sk_gdzie .iwithtext .iwt-text {
    padding-left: 20px;
    flex-shrink: 99999;
}

html body .sk_gdzie.sk_iko .iwithtext img {
    margin: 0;
    width: 25px !important;
}

html body .sk_gdzie.sk_iko .iwt-text {
    padding-left: 10px;
}

html body .sk_gdzie .iwithtext .iwt-text a {
    color: inherit;
}

html body .sk_gdzie .iwithtext .iwt-text a:hover {
    color: var(--col1);
}

/* szkolenia - certyfikowane - galeria */
html .nectar-flickity:not(.masonry) .flickity-viewport {
    margin: 0;
}

html body .sk_galeria img {
    aspect-ratio: 4 / 3;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

/* szkolenia - terminy - taby */
@media(min-width: 1001px) {
    .szkolenia_terminy .tabbed[data-style*=vertical] .wpb_tabs_nav {
        width: 32%;
    }
    
    .szkolenia_terminy .tabbed[data-style*=vertical]>div {
        width: 68%;
    }
    
    .szkolenia_terminy .tabbed[data-style="vertical_modern"] >div {
        padding-left: 50px;
    }

    body .szkolenia_terminy .tabbed[data-style*=vertical] .wpb_tabs_nav li {
        margin-bottom: 20px;
    }
}

.szkolenia_terminy .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
    padding: 20px 30px;
    font-weight: 500;
    font-size: 165%;
    line-height: 1.2;
    border-radius: 15px;
}

/* szkolenia - popup z zapisami */
.popup_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgb(0 0 0 / 50%);
    padding: 20px;
    opacity: 0;
    transform: scale(0);
    transition: opacity .3s ease, 0s transform .3s;
}

.popup_container.active {
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s ease;
}

.popup {
    width: 1300px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    position: relative;
}

.szkolenia_popup {
    width: 800px;
}

.popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 120%;
    cursor: pointer;
    transition: .2s ease;
}

.popup_close:hover {
    color: var(--col1);
}

.sp_header {
    margin-bottom: 30px;
}

.sph_line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.sph_ico img {
    display: block;
    margin: 0;
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.sph_termin, .sph_ilosc {
    flex-shrink: 99999;
}

.sph_termin {
    font-size: 140%;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 10px;
}

/* szkolenia - popup - formularz */
.sp_form {
    max-width: 550px;
    margin: 0 auto;
}

.sp_form br {
    display: none;
}

.sp_form p {
    padding: 0;
}

.sp_form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.sp_form .wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.sp_form .wpcf7-form-control-wrap[data-name="imie"]:before {
    background-image: url(/img/spf/person.png);
}

.sp_form .wpcf7-form-control-wrap[data-name="email"]:before {
    background-image: url(/img/spf/mail.png);
}

.sp_form .wpcf7-form-control-wrap[data-name="telefon"]:before {
    background-image: url(/img/spf/tel.png);
}

.sp_form .wpcf7-form-control-wrap input:not([type='checkbox']) {
    font-size: 100%;
    line-height: 1.5;
    padding: 10px 15px 10px 50px;
    border-radius: 10px;
}

.spf_submit {
    text-align: center;
}

html .spf_submit input[type='submit'] {
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 50px;
    min-width: 40%;
    transition: .3s ease-in-out;
}

html .spf_submit input[type='submit']:disabled, html .spf_submit input[type='submit']:disabled:hover {
    opacity: .5;
}

html .spf_submit input[type='submit']:hover:not(:disabled) {
    opacity: 1;
    background-color: var(--col3);
}


/* szkolenia - terminy - kalendarz */
html body .m150 {
    max-width: 150px !important;
}

.termin:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--light);
}

.termin_detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.termin_detail:last-child {
    margin-bottom: 0;
}

.termin_iko {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.termin_iko img {
    max-height: 100%;
    margin: 0 !important;
}

.termin_detail span {
    flex-shrink: 99999;
    font-weight: 500;
    font-size: 120%;
    line-height: 1.5;
}

.termin_zapisz {
    text-align: center;
}

.termin_zapisz .button {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    background: var(--col1);
    color: #fff;
    border-radius: 50px;
}

.termin_zapisz .button:hover {
    background: var(--col3);
}

/* szkolenia - kalendarz - naglowek */
html .fc .fc-toolbar-title {
    text-transform: capitalize;
    font-size: 200%;
    line-height: 1.2;
}

html .fc .fc-button {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* szkolenia - kalendarz - nazwy dni tygodnia */
html body .kalendarz_szkolen .fc-scrollgrid {
    margin: 0;
    border: 0;
    background: transparent;
}

html body .kalendarz_szkolen .fc-scrollgrid thead tr, html body .kalendarz_szkolen .fc-scrollgrid tbody tr {
    background: transparent !important;
}

html body .kalendarz_szkolen .fc-scrollgrid thead tr th, html body .kalendarz_szkolen .fc-scrollgrid tbody tr td {
    border: 0 !important;
    background: transparent;
    padding: 0;
}

html body .kalendarz_szkolen .fc-scrollgrid thead tr th table, html body .kalendarz_szkolen .fc-scrollgrid tbody tr td table {
    border: 0;
    background: transparent;
    margin: 0;
    width: 100% !important;
    height: auto !IMPORTANT;
}

html body .kalendarz_szkolen .fc-scrollgrid thead tr th table th {
    text-align: center;
    text-transform: uppercase;    
    color: #fff;
    padding: 5px;
}

html body .kalendarz_szkolen .fc-scrollgrid thead tr th .fc-scroller {
    margin: -5px;
    overflow: visible !important;
}

html body .kalendarz_szkolen .fc-scrollgrid thead tr th table th a {
    color: inherit;
    background: var(--col2);
    padding: 5px 10px;
    border-radius: 100px;
    display: block;
}

/* szkolenia - kalendarz - lista dni w miesiacu */
html body .kalendarz_szkolen .fc-view-harness {
    height: auto !important;
}

html body .kalendarz_szkolen .fc-view-harness-active > .fc-view {
    position: initial;
}

html body .kalendarz_szkolen .fc-scroller-liquid-absolute {
    position: initial;
    overflow: visible !important;
}

html body .kalendarz_szkolen .fc-daygrid-body {
    margin: -5px;
    padding-top: 10px;
    width: calc(100% + 10px) !important;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr table td {
    padding: 5px;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame {
    padding: 5px;
    background: var(--light);
    border-radius: 10px;
    min-height: auto;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-top {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-top a {
    color: var(--col3);
    font-weight: 700;
    padding: 5px 10px;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr td:first-child > .fc-daygrid-day-frame .fc-daygrid-day-top a {
    color: var(--col1);
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events {
    min-height: 80px;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness {
    height: 80px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness a {
    margin: auto 0 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    box-shadow: none !important;
    letter-spacing: .25px;
    font-size: 90%;
    line-height: 1.5;
    padding: 3px 10px;
    background: var(--col2);
    border: 0;
    font-weight: 300;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness a:after {
    display: none;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .szkolenie_zapisz {
    background: var(--col1);
    cursor: pointer;
    transition: .3s ease;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness .szkolenie_zapisz:hover {
    background: var(--col3);
}

/* szkolenia - kalendarz - obecny dzien */
html body .kalendarz_szkolen .fc-day-past {
    opacity: .3;
    pointer-events: none;
}

html body .kalendarz_szkolen .fc-daygrid-day.fc-day-today {
    background: transparent;
}

html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    background-color: var(--fc-today-bg-color);
}

/* szkolenia - kalendarz - ikonki */
html body .kalendarz_szkolen .fc-daygrid-day-events a {
    position: initial;
}

html body .kalendarz_szkolen .fc-daygrid-day-events a:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 40px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

html body .kalendarz_szkolen .fc-daygrid-day-events .szkolenie_cert:before {
    background-image: url(/img/spf/cert.png);
}

html body .kalendarz_szkolen .fc-daygrid-day-events .szkolenie_teren:before {
    background-image: url(/img/spf/teren.png);
}

/* dokumenty - szukajka */
.doszukajka, .prod_search {
    position: relative;
}

.search_icon {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    color: var(--col1);
}

.no_results {
    display: none;
    text-align: center;
    padding: 30px 0;
    font-size: 120%;
    line-height: 1.5;
}

/* dokumenty - naglowki */
.dokumenty_subheader {
    padding-bottom: 10px;
}

.dokumenty_subheader > * {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.dokumenty_subheader span {
    position: relative;
}

.dokumenty_subheader span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 100%;
    background: var(--col1);
}

/* dokumenty - lista */
.dokumenty_podkategoria {
    padding-top: 30px;
}

.dokumenty_lista {
    padding: 30px 0;
    margin: 0 auto;
    max-width: 800px;
}

.dokument {
    display: flex;
    border-radius: 100px;
    background: var(--light);
    box-shadow: 0 3px 15px rgba(0,0,0,.25);
    overflow: hidden;
}

.dokument:not(:last-child) {
    margin-bottom: 25px;
}

.dokument_ikona {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.dokument_ikona:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 4px);
    width: calc(100% - 2px);
    border-radius: 100px 0 0 100px;
    border: 2px solid var(--col1);
    border-right: 0;
    opacity: 0;
    transition: .3s ease;
}

.dokument:hover .dokument_ikona:after {
    opacity: 1;
}

.dokument_ikona img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    height: 36px;
    width: 36px;
}

.dokument_nazwa {
    font-size: 120%;
    line-height: 1.5;
    text-align: center;
    padding: 10px 25px;
    flex-shrink: 9999;
    color: var(--col2);
    border: 2px solid var(--light);
    border-left: 0;
    width: 100%;
    border-radius: 0 100px 100px 0;
    transition: .3s ease;
}

.dokument:hover .dokument_nazwa {
    color: var(--col1);
    border-color: var(--col1);
}

/* systemy - konfigurator rozwiazan pokryc dachowych */
.konf_container {
    max-width: 90%;
    margin: 0 auto 50px;
}

.konf_row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.konf_row.centered {
    justify-content: center;
}

.konf_col {
    width: 20%;
    padding: 15px;
    position: relative;
}

.konf_col h4 {
    text-align: center;
    font-weight: 500;
    font-size: 110%;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
}

.konf_col h4:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    background: var(--col1);
}

.konf_col img {
    max-width: 100%;
    height: auto;
}

.filtr, .rozwiazanie {
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s ease;
    margin-bottom: 15px;
    border-radius: 10px;
    background: var(--light);
    line-height: 1.3;
    font-size: 90%;
}

.filtr, .rozwiazania-container {
    text-align: center;
}

.rozwiazania-container {
    margin-top: 20px;
}

.rozwiazania {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.rozwiazania p {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.rozwiazanie {
    position: relative;
    padding: 15px;
    margin: 10px;
    width: calc(33.333% - 20px);
}

.filtr.active, .filtr:hover, .rozwiazanie:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / .2);
    transform: scale(1.02);
    color: var(--col1);
}

.filtry:not([data-val='0']) > :not(.active) {
    opacity: .25;
    pointer-events: none;
}

/* konfigurator - popup */
.konf_popup {
    text-align: center;
}

.konf_popup h3 {
    margin-bottom: 30px;
}

.konf_popup h5 {
    font-size: 90%;
    line-height: 1.2;
}

.konf_link .button {
    display: inline-block;
    background: var(--col1);
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 300;
    transition: .3s ease;
}

.konf_link:hover .button {
    background: var(--col3);
}

/* systemy - gotowe rozwiazania */
.systems_subtitle {
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.systems_subtitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: var(--col1);
}

/* systemy - gotowe rozwiazania - lista */
.gs_container ol {
    margin: 0;
}

.gs_container ol li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    transition: .2s ease;
    cursor: pointer;
    counter-increment: step;
    min-height: 35px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gs_container ol li a {
    color: inherit;
    transition: none;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.gs_container ol li:not(:last-child) {
    margin-bottom: 15px;
}

.gs_container ol li:before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: var(--col2);
    color: #fff;
    border-radius: 100%;
    transition: inherit;
}

/* systemy - gotowe rozwiazania - punkty na grafice */
.gs_container .gsi_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

html body .row .gs_container .col.gsi_container img {
    padding-left: 50px;
}

.gs_container .gsi_container .hover-wrap {
    margin: 0;
}

.gs_container .gsi_container .gsps {
    margin: 0;
}

.gsp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: var(--col2);
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: attr(data-top %);
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s ease;
    font-size: 95%;
    line-height: 1.2;
}

.gsl {
    position: absolute;
    left: 30px;
    height: 3px;
    background: var(--col2);
    transform: translateY(-50%);
    top: attr(data-top %);
    width: attr(data-width %);
    cursor: pointer;
    transition: .2s ease;
}

.gsl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transform: translateY(-50%);
    background: var(--col2);
    transition: .2s ease;
}

/* systemy - gotowe - hover */
.gs_container {
    --systemKolor: var(--col1);
}

.gs_container ol li:hover,  .gs_container ol li.active {
    color: var(--systemKolor);
}

.gsp:hover, .gsp.active, .gsl:hover, .gsl.active, .gsl:hover:after, .gsl.active:after, .gs_container ol li:hover:before, .gs_container ol li.active:before {
    background: var(--systemKolor);
}

/* blog - lista */
.masonry.material .masonry-blog-item .meta-category a, .related-posts[data-style="material"] .meta-category a, .post-area.featured_img_left article .meta-category a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    display: none;
}

html .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap, html .post-area.featured_img_left .article-content-wrap .post-featured-img, html .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap:before {
    border-radius: 15px;
}

html .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap:before {
    opacity: 1;
    transform: none;
}

html .post-area.featured_img_left .article-content-wrap .post-content-wrap .post-header {
    margin-bottom: 10px;
}

html .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
    padding-left: 10%;
}

/* blog - single wpis */
body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area {
    max-width: 100%;
}

.post .content-inner {
    padding-bottom: 0;
}

html body.single .post .wpb_text_column h2 {
    margin: 0;
}

.blog_next_prev_buttons {
    margin: 0;
}

html .nectar-fancy-ul ul, body.single .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

html .blog_next_prev_buttons .col h3, html .full-width-content.blog_next_prev_buttons > .col.span_12.dark h3, html .blog_next_prev_buttons span {
    color: #fff;
}

/* kontakt - dane */
html .kontakt h2, html .kontakt .col h2 {
    font-size: 240%;
    line-height: 1.2;
}

html .kontakt .col h4 {
    font-weight: 500;
    font-size: 130%;
    line-height: 1.2;
    margin-bottom: 5px;
}

.kontakt p {
    line-height: 1.4;
}

.kontakt p:not(:last-child) {
    padding-bottom: 8px;
}

.kontakt .poz {
    display: block;
    line-height: 1.4;
    padding-bottom: 10px;
}

.kontakt .poz + br {
    display: none;
}

.kontakt a {
    color: inherit;
}

.kontakt a:hover {
    color: var(--col1);
}

.kontakt p i {
    color: var(--col1);
    font-size: 125%;
    margin-right: 5px;
    width: 25px;
    text-align: center;
}

/* kontakt - mapka */
html body .rks_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -25px !important;
}

.rks_container > * {
    padding: 25px;
}

.rks_map {
    width: 40%;
}

.rks_map svg {
    display: block;
}

.rksw {
    cursor: pointer;
    transition: .3s ease;
}

.rksw:hover {
    fill: var(--col1);
}

.rks_content {
    width: 60%;
}

.rks_title {
    margin-bottom: 30px;
}

.rks_list {
    position: relative;
}

.rks_single {
    transition: .3s ease;
}

.rks_single:not(.active) {
    opacity: 0;
}

.rks_single:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

.rks_single a {
    word-break: break-all;
}

/* socialki */
.social-side-icons {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 200px;
}

.admin-bar .social-side-icons {
    top: 232px;
}

.social-side-icons a {
    display: block;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    background-size: cover;
    border-radius: 0 15px 15px 0;
    background: var(--col1);
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    padding-right: 5px;
    transition: .3s ease-in-out;
}

.social-side-icons a:hover {
    background: var(--col3);
}

/* footer */
html body #footer-widgets {
    background: var(--light);;
    color: var(--col2);
    box-shadow: 0 3px 45px rgba(0,0,0,.25);
}

html body #footer-outer .row {
    padding: 20px 0;
}

html body #footer-outer .widget h4 {
    font-family: inherit;
    font-size: 120%;
    line-height: 1.5;
    color: var(--col1);
    text-transform: none !important;
    font-weight: 500;
    margin-bottom: 10px;
}

html body #footer-widgets a {
    color: inherit;
}

html body #footer-widgets a:hover {
    color: var(--col1);
}

html body #footer-widgets i {
    color: var(--col1);
    width: 20px;
    margin-right: 5px;
    font-size: 100%;
    top: 0;
}

html body .footer-produkty a {
    display: block;
}

html body #footer-outer .col img {
    margin: 25px 0 0;
}

/* footer - copyright */
html body #footer-outer #copyright {
    padding: 15px 0;
    background: var(--col2);
    color: #fff;
}

html #copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

html #copyright .container:before, html #copyright .container:after {
    display: none;
}

html #copyright .container .col {
    width: auto;
    margin-bottom: 0;
}

html body #footer-outer #copyright p a {
    color: var(--borbis) !important;
}

html #copyright .copyright-menu a:hover {
    color: #fff !important;
}

/* rwd */
@media(min-width: 1001px) {
    .nopc {
        display: none;
    }
}

@media(max-width: 1400px) {
    html body, body:not(.woocommerce-cart) .main-content table.timetable {
        font-size: 17px;
        line-height: 1.55;
    }

    /* menu */
    html .sf-menu li {
        font-size: 100%;
    }

    html #top nav > ul > li > a {
        font-size: 115%;
        line-height: 1.5;
        padding: 0 15px !important;
    }

    /* kafelki */
    html body .container-wrap .vc_row-fluid.kafelki > .span_12 {
        margin-left: -15px;
        margin-right: -15px;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 1400px) and (min-width: 1201px) {
    /* szkolenia - kalendarz */
    html body .kalendarz_szkolen .fc-daygrid-day-events a:before {
        width: 60px;
        top: 4px;
    }

    html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness a {
        font-size: 80%;
        padding: 3px 7px;
    }
}

@media(max-width: 1200px) {
    /* menu */
    html #top nav > ul > li > a {
        font-size: 105%;
        padding: 0 10px !important;
    }

    html #header-outer #logo img, html #header-outer .logo-clone img, #header-outer .logo-spacing img {
        height: 50px;
    }

    /* produkty */
    .produkt_col {
        width: 33.3333%;
    }

    /* produkt */
    .spi_ico img {
        width: 54px;
        height: 54px;
    }
}

@media(max-width: 1200px) and (min-width: 1001px) {
    /* szkolenia - kalendarz */
    html body .kalendarz_szkolen .fc-daygrid-day-events a:before {
        width: 50px;
        top: 7px;
    }

    html body .kalendarz_szkolen .fc-scrollgrid tbody tr .fc-daygrid-day-frame .fc-daygrid-day-events .fc-daygrid-event-harness a {
        font-size: 56%;
        padding: 3px 5px;
    }
}

@media(max-width: 1000px) {
    .norwd {
        display: none;
    }

    .minHeightBg {
        min-height: 300px;
    }

    html body, body:not(.woocommerce-cart) .main-content table.timetable {
        font-size: 16px;
    }

    .admin-bar .social-side-icons {
        top: 63px;
    }

    /* socialki w menu */
    .social-side-icons {
        top: 17px;
        left: initial;
        right: 52px;
        display: flex;
    }

    .social-side-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        border-radius: 100%;
        padding: 0;
        margin-bottom: 0;
        margin-right: 6px;
    }

    .social-side-icons a i {
        top: -1.5px;
    }

    /* ukryj socialki gdy popup */
    .social-side-icons.active {
        z-index: 0;
    }

    /* slider */
    html body .full-width-content .vc_col-sm-12 .nectar-slider-wrap .swiper-slide .content h2 {
        font-size: 250% !important;
        line-height: 1.2 !important;
        margin-bottom: 5px;
    }

    html body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p {
        font-size: 100% !important;
    }

    html div[data-button-sizing="large"] .swiper-slide .button a, html body.material .nectar-button.large {
        padding: 15px 40px !important;
        transition: .3s ease-in-out;
    }

    /* glowna - ikonki */
    html body .container-wrap .vc_row-fluid.kafelki.kafelki_intro {
        margin-top: -105px;
    }

    /* naglowki */
    html .row .col h1, html body h1, html .row .col h2, html body h2, html .row .col h3, html body h3, html .row .col h4, html body h4, html .row .col h5, html body h5, html .row .col h6, html body h6 {
        line-height: 1.2;
    }

    .page-title {
        padding: 25px 0;
    }

    .page-title h1, #page-header-bg h1, body.single-post h1, body.single-post .row .col.section-title h1, body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1, html body h2, html .row .col h2, .spi_title {
        font-size: 250%;
    }

    html body h3, html .row .col h3 {
        font-size: 160%;
    }

    html .row .col h4, html body h4 {
        font-size: 135%;
    }

    /* kafelki i ikonki na glownej */
    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner img, html body .container-wrap .vc_row-fluid.ikonki > .span_12 > .col > .vc_column-inner img {
        max-width: 75px;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner {
        padding: 25px;
    }

    html .vc_row-fluid[data-column-margin="50px"] .wpb_column:not([class*="vc_col-xs-"]):not(.child_column):not(:last-child), html .inner_row[data-column-margin="50px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child), html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col:not(:last-child) {
        margin-bottom: 20px;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12 {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -30px !important;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col {
        width: 50%;
    }

    html body .container-wrap .vc_row-fluid.ikonki_home  > .span_12 > .col {
        width: 50%;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col, html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col {
        margin-bottom: 30px !important;
    }

    /* footer */
    html #footer-outer {
        z-index: 11;
    }

    html body #footer-outer .col img {
        max-width: 150px;
        margin: 0;
    }

    html #footer-widgets .container .col.right-edge {
        margin-bottom: 0;
    }

    html body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
        top: 100px;
    }

    /* o nas - wartosci */
    html body .container-wrap .vc_row-fluid.steps > .span_12 > .col > .vc_column-inner .img-with-aniamtion-wrap .hover-wrap-inner {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    html body .container-wrap .vc_row-fluid.steps > .span_12 > .col:not(:last-child):before, html body .container-wrap .vc_row-fluid.steps > .span_12 > .col:not(:last-child):after {
        display: none;
    }

    /* o nas - timeline */
    .timeline {
        position: relative;
    }

    .timeline:after {
        content: '';
        position: absolute;
        top: 0;
        left: 75px;
        height: 100%;
        width: 0;
        border-right: 2px dashed var(--col1);
    }

    .timeline_single {
        display: flex;
    }

    .timeline_year {
        font-size: 150%;
        margin-right: 20px;
        min-width: 76px;
        color: var(--col1);
    }

    .timeline_desc {
        flex-shrink: 9999;
    }

    .timeline_single:not(:last-child) .timeline_desc {
        padding-bottom: 30px;
    }

    /* produkty */
    .produkt_col {
        width: 50%;
    }

    /* produkt */
    .spi_icons {
        padding: 5px 0 20px;
        margin: -7px;
    }

    .spi_ico {
        padding: 7px;
    }

    .spi_ico img {
        width: 45px;
        height: 45px;
        padding: 2px;
    }

    .spi_content {
        padding-left: 5%;
    }

    /* produkt - parametry */
    .table-cell {
        padding: 20px 0;
    }

    .table-cell:first-child {
        padding-right: 45px;
    }

    .table-row:not(:last-child) .table-cell:first-child:after {
        width: calc(100% - 45px);
    }

    /* konfigurator */
    .konf_row {
        margin: 0 0 -5px;
    }

    .konf_col {
        width: 100%;
        padding: 0 0 5px;
    }

    .konf_col h4 {
        position: relative;
        padding-left: 25px;
        text-align: left;
        margin-bottom: 15px;
    }

    .konf_col h4:after, .konf_col h4:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        width: 12px;
        height: 2px;
        background: var(--col2);
        transform: translateY(-50%);
    }

    .konf_col h4:after {
        width: 2px;
        height: 12px;
        left: 5px;
    }

    .konf_col h4.active:after {
        opacity: 0;
    }

    .filtry:not(.active) {
        display: none;
    }

    /* konfigurator - popup */
    .popup .konf_row {
        margin-bottom: -20px;
    }

    .popup .konf_col {
        padding-bottom: 20px;
    }

    /* aktualnosci - wpis */
    html .material .blog_next_prev_buttons {
        margin-top: 0;
    }

    /* szkolenia - agenda */
    .timetable-container {
        padding: 25px;
    }
    
    body:not(.woocommerce-cart) .main-content table.timetable tr td:first-child {
        min-width: 120px;
    }

    /* kalendarz */
    html body .kalendarz_szkolen .fc-header-toolbar {
        font-size: 85%;
        margin-bottom: 10px !important;
    }

    html body .kalendarz_szkolen .fc-scrollgrid tbody tr table td {
        width: 100%;
        display: block;
    }

    html body .kalendarz_szkolen .fc-scrollgrid thead, html body .kalendarz_szkolen .fc-scrollgrid tbody tr table td.fc-day-other {
        display: none;
    }

    /* informacje ilosciowe */
    .il_head {
        margin-bottom: 40px;
        line-height: 1.3;
    }

    .il_amount_outer {
        margin-bottom: 30px;
    }

    .il_icon img {
        max-width: 50px;
    }

    .il_icon {
        width: 150px;
        height: 150px;
        padding-left: 17px;
    }

    /* klient - jaka pape */
    .jakp {
        margin-bottom: 40px;
    }
}

@media(max-width: 690px) {
    html body, body:not(.woocommerce-cart) .main-content table.timetable {
        font-size: 15px;
    }

    /* slider */
    html body .full-width-content .vc_col-sm-12 .nectar-slider-wrap .swiper-slide .content h2 {
        font-size: 200% !important;
    }

    html body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p {
        font-size: 90% !important;
    }

    html .swiper-slide .content .buttons {
        margin-top: 30px;
    }

    /* glowna - ikonki */
    html body .container-wrap .vc_row-fluid.kafelki.kafelki_intro {
        margin-top: -75px;
    }

    /* naglowki */
    .page-title {
        padding: 20px 0;
    }

    .page-title h1, #page-header-bg h1, body.single-post h1, body.single-post .row .col.section-title h1, body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1, html body h2, html .row .col h2, .spi_title {
        font-size: 220%;
    }

    html .row .col h4, html body h4 {
        font-size: 130%;
    }

    /* kafelki */
    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner img, html body .container-wrap .vc_row-fluid.ikonki > .span_12 > .col > .vc_column-inner img {
        max-width: 50px;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col > .vc_column-inner {
        padding: 20px;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12 > .col, html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col {
        margin-bottom: 20px !important;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    html body .container-wrap .vc_row-fluid.kafelki > .span_12, html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 {
        margin-bottom: -20px !important;
    }

    /* produkty - listing */
    .prod_filtr {
        width: 100%;
    }

    /* produkt */
    .spi_image, .spi_content {
        width: 100%;
    }

    .spi_content {
        padding-left: 0;
        padding-top: 20px;
    }

    .spi_icons {
        padding: 0 0 15px;
    }

    /* produkt - taby */
    .single_produkt_tabs {
        background: var(--katkolor);
        margin: 20px 5px 0;
        border-radius: 15px 15px 0 0;
        padding: 10px;
    }

    .spt_tab {
        padding: 10px;
        border-radius: 5px;
        color: var(--light);
    }

    #opis:checked ~ .single_produkt_tabs [for="opis"], #parametry:checked ~ .single_produkt_tabs [for="parametry"], #pobierz:checked ~ .single_produkt_tabs [for="pobierz"], #zapytaj:checked ~ .single_produkt_tabs [for="zapytaj"] {
        color: var(--katkolor);
    }

    /* produkt - parametry */
    .table-cell {
        padding: 15px 0;
    }

    .table-cell:first-child {
        padding-right: 30px;
    }

    .table-row:not(:last-child) .table-cell:first-child:after {
        width: calc(100% - 30px);
    }

    /* konfigurator */
    .rozwiazanie {
        width: calc(50% - 20px);
    }

    /* gotowe systemy */
    html body .row .gs_container .col.gsi_container img {
        padding-left: 35px;
    }

    .gsp {
        width: 25px;
        height: 25px;
    }

    .gsl {
        left: 25px;
    }

    .gs_container ol li {
        min-height: 30px;
        padding-left: 45px;
    }

    .gs_container ol li:before {
        width: 30px;
        height: 30px;
    }

    /* aktualnosci */
    html .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
        padding: 30px 0 0;
    }

    html .post-area.featured_img_left.span_12 article {
        margin-bottom: 30px;
    }

    html .post-area.featured_img_left.span_12 article:last-child {
        margin-bottom: 0;
    }

    /* aktualnosci i szkolenia - galeria */
    html body .sk_galeria img {
        border-radius: 0;
    }

    /* dokumenty */
    .dokument_ikona {
        padding: 0 25px;
    }

    .dokument_ikona img {
        width: 30px;
        height: 30px;
    }

    .dokument_nazwa {
        font-size: 110%;
    }
    
    /* szkolenia - ikonki */
    html .ikonki_szkolenia img {
        max-width: 60px !important;
    }

    /* szkolenia - terminy - taby */
    .szkolenia_terminy .tabbed[data-style="vertical_modern"] .wpb_tabs_nav {
        margin-bottom: 20px !important;
    }
    
    .szkolenia_terminy .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li {
        display: block;
        width: 100%;
    }
    
    .szkolenia_terminy .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
        padding: 15px 25px;
        font-size: 150%;
        display: block;
    }

    /* poradnik dekarza - punkty */
    .pdp_num {
        width: 60px;
        height: 60px;
        font-size: 30px;
        margin-right: 20px;
    }

    .pdp_text {
        padding: 10px 20px;
    }

    .pdp {
        margin-bottom: 20px;
    }

    /* kalkulator */
    .kr-icon {
        width: 30%;
    }

    .kr-content {
        width: 70%;
    }

    .row .col .kr-icon img {
        max-width: 60px;
    }

    /* informacje ilosciowe */
    .il_head {
        margin-bottom: 30px;
    }

    .il_amount_outer {
        margin-bottom: 20px;
        padding: 5px 15px;
        width: 155px;
    }

    .il_amount {
        font-size: 150%;
    }

    /* klient - jaka pape */
    .jakp {
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .jakp_num {
        font-size: 250%;
        width: 70px;
        height: 70px;
        margin-right: 30px;
    }

    html body .jakp .jakp_content h3 {
        margin-bottom: 5px;
    }
}

@media(max-width: 480px) {
    /* glowna - ikonki */
        html body .container-wrap .vc_row-fluid.kafelki.kafelki_intro {
        margin-top: -65px;
    }
    
    html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col > .vc_column-inner > .wpb_wrapper img {
        margin-right: 10px;
        max-width: 36px;
    }

    html body .container-wrap .vc_row-fluid.ikonki_home > .span_12 > .col > .vc_column-inner > .wpb_wrapper > .wpb_text_column h4 {
        font-size: 100%;
    }

    /* produkty */
    .produkt_col {
        width: 100%;
    }

    /* button */
    html body[data-button-style=rounded] .container-wrap input[type=submit] {
        padding: 10px 45px !important;
    }

    /* konfigurator */
    .rozwiazanie {
        width: calc(100% - 20px);
    }

    /* aktualnosci */
    html .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
        padding: 20px 0 0;
    }

    /* aktualnosci - wpis */
    html body.single-post .container-wrap .vc_row-fluid.kafelki > .span_12 > .col {
        width: 100%;
    }

    /* dokumenty */
    .dokument_ikona {
        padding: 0 20px;
    }

    .dokument_ikona img {
        width: 25px;
        height: 25px;
    }

    /* informacje ilosciowe */
    .il_head {
        margin-bottom: 20px;
    }

    .il_amount_outer {
        padding: 5px 10px;
        width: 130px;
    }

    .il_amount {
        font-size: 135%;
    }

    .il_icon img {
        max-width: 40px;
    }

    .il_icon {
        width: 120px;
        height: 120px;
        padding-left: 15px;
    }

    /* klient - jaka pape */
    .jakp {
        margin-bottom: 25px;
    }

    .jakp_num {
        font-size: 200%;
        width: 50px;
        height: 50px;
        margin-right: 25px;
    }

    /* szkolenia - agenda */
    .timetable-container {
        padding: 20px;
    }
}