/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}

.mCustomScrollBox {
    -ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff; /* rgba fallback */
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"; /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    /*background-image: url(mCSB_buttons.png);*/
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /*
    sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
    */
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /*
    sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
    */
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /*
    sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
    */
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /*
    sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff; /* rgba fallback */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff; /* rgba fallback */
    background: rgba(255, 255, 255, 0.75);
    border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.75);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff; /* rgba fallback */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff; /* rgba fallback */
    background: rgba(255, 255, 255, 0.75);
    border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff; /* rgba fallback */
    background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000; /* rgba fallback */
    background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/* iCheck plugin Minimal skin
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/minimal.png?4bb5fe16e49ca05092d065cbf39a91b8) no-repeat;
    border: none;
    cursor: pointer;
}
.jplist-group > .block-element > label:has(> .icheckbox_minimal.focus) {
  outline: 3px solid #000083;
  outline-offset: 2px;  
}
.jplist-group > .block-element > label {
    margin: 5px;
}


.icheckbox_minimal {
    background-position: 0 0;
}

.icheckbox_minimal.hover {
    background-position: -20px 0;
}

.icheckbox_minimal.checked {
    background-position: -40px 0;
}

.icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal {
    background-position: -100px 0;
}

.iradio_minimal.hover {
    background-position: -120px 0;
}

.iradio_minimal.checked {
    background-position: -140px 0;
}

.iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(/images/minimal@2x.png?c182806afd48dcdf312b268955f1ddc7);
        background-size: 200px 20px;
    }
}

/* red */
.icheckbox_minimal-red,
.iradio_minimal-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/red.png?172093f5900c675b5dfa638cb9b05401) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-red {
    background-position: 0 0;
}

.icheckbox_minimal-red.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-red.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-red.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-red.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-red {
    background-position: -100px 0;
}

.iradio_minimal-red.hover {
    background-position: -120px 0;
}

.iradio_minimal-red.checked {
    background-position: -140px 0;
}

.iradio_minimal-red.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-red.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-red,
    .iradio_minimal-red {
        background-image: url(/images/red@2x.png?ff4b47c003e2e224fee8d98d339a8dc2);
        background-size: 200px 20px;
    }
}

/* green */
.icheckbox_minimal-green,
.iradio_minimal-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/green.png?a02365b58e367fb4d33fa393b79fcb98) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-green {
    background-position: 0 0;
}

.icheckbox_minimal-green.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-green.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-green.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-green.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-green {
    background-position: -100px 0;
}

.iradio_minimal-green.hover {
    background-position: -120px 0;
}

.iradio_minimal-green.checked {
    background-position: -140px 0;
}

.iradio_minimal-green.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-green.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-green,
    .iradio_minimal-green {
        background-image: url(/images/green@2x.png?df3af02a130bf478ee0178863f566552);
        background-size: 200px 20px;
    }
}

/* blue */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/blue.png?df373daa3475c7beac5ab63e6f75e64d) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
}

.icheckbox_minimal-blue.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-blue.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-blue.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-blue.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-blue {
    background-position: -100px 0;
}

.iradio_minimal-blue.hover {
    background-position: -120px 0;
}

.iradio_minimal-blue.checked {
    background-position: -140px 0;
}

.iradio_minimal-blue.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-blue.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-blue,
    .iradio_minimal-blue {
        background-image: url(/images/blue@2x.png?ccd2d966b50f410985282a782c1571b2);
        background-size: 200px 20px;
    }
}

/* aero */
.icheckbox_minimal-aero,
.iradio_minimal-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/aero.png?3e3c59125b9e112df8855d9d0e502378) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-aero {
    background-position: 0 0;
}

.icheckbox_minimal-aero.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-aero.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-aero.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-aero.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-aero {
    background-position: -100px 0;
}

.iradio_minimal-aero.hover {
    background-position: -120px 0;
}

.iradio_minimal-aero.checked {
    background-position: -140px 0;
}

.iradio_minimal-aero.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-aero.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-aero,
    .iradio_minimal-aero {
        background-image: url(/images/aero@2x.png?08222ae09a2315b2a563c52f50642bff);
        background-size: 200px 20px;
    }
}

/* grey */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/grey.png?f33f28393dd30f609f7afdaade652f32) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-grey {
    background-position: 0 0;
}

.icheckbox_minimal-grey.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-grey.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-grey.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-grey.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-grey {
    background-position: -100px 0;
}

.iradio_minimal-grey.hover {
    background-position: -120px 0;
}

.iradio_minimal-grey.checked {
    background-position: -140px 0;
}

.iradio_minimal-grey.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-grey.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-grey,
    .iradio_minimal-grey {
        background-image: url(/images/grey@2x.png?e59c246f8673600c4c65a5e93a2b3b46);
        background-size: 200px 20px;
    }
}

/* orange */
.icheckbox_minimal-orange,
.iradio_minimal-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/orange.png?de0d030cad5f640b95c4903250e2f97e) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-orange {
    background-position: 0 0;
}

.icheckbox_minimal-orange.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-orange.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-orange.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-orange.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-orange {
    background-position: -100px 0;
}

.iradio_minimal-orange.hover {
    background-position: -120px 0;
}

.iradio_minimal-orange.checked {
    background-position: -140px 0;
}

.iradio_minimal-orange.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-orange.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-orange,
    .iradio_minimal-orange {
        background-image: url(/images/orange@2x.png?452a263101f7bf33310a80b01f12baa0);
        background-size: 200px 20px;
    }
}

/* yellow */
.icheckbox_minimal-yellow,
.iradio_minimal-yellow {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/yellow.png?4a6f501efc6518e42d89a545ab657e19) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-yellow {
    background-position: 0 0;
}

.icheckbox_minimal-yellow.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-yellow.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-yellow.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-yellow.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-yellow {
    background-position: -100px 0;
}

.iradio_minimal-yellow.hover {
    background-position: -120px 0;
}

.iradio_minimal-yellow.checked {
    background-position: -140px 0;
}

.iradio_minimal-yellow.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-yellow.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-yellow,
    .iradio_minimal-yellow {
        background-image: url(/images/yellow@2x.png?b1faf245e29127403184d340269e71c3);
        background-size: 200px 20px;
    }
}

/* pink */
.icheckbox_minimal-pink,
.iradio_minimal-pink {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/pink.png?bc1b3712faddb78cc59faf7af001e3cf) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-pink {
    background-position: 0 0;
}

.icheckbox_minimal-pink.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-pink.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-pink.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-pink.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-pink {
    background-position: -100px 0;
}

.iradio_minimal-pink.hover {
    background-position: -120px 0;
}

.iradio_minimal-pink.checked {
    background-position: -140px 0;
}

.iradio_minimal-pink.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-pink.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-pink,
    .iradio_minimal-pink {
        background-image: url(/images/pink@2x.png?66ed9337434d6b9442342d97d80c4ea4);
        background-size: 200px 20px;
    }
}

/* purple */
.icheckbox_minimal-purple,
.iradio_minimal-purple {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/purple.png?7f4c07a877ab030688ad2c628fdf4008) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-purple {
    background-position: 0 0;
}

.icheckbox_minimal-purple.hover {
    background-position: -20px 0;
}

.icheckbox_minimal-purple.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-purple.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-purple.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-purple {
    background-position: -100px 0;
}

.iradio_minimal-purple.hover {
    background-position: -120px 0;
}

.iradio_minimal-purple.checked {
    background-position: -140px 0;
}

.iradio_minimal-purple.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-purple.checked.disabled {
    background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal-purple,
    .iradio_minimal-purple {
        background-image: url(/images/purple@2x.png?db81b7de32898a9fd32499f5a9415cc6);
        background-size: 200px 20px;
    }
}
/* iCheck plugin skins
----------------------------------- */
/*
@import url("minimal/minimal.css");
@import url("minimal/red.css");
@import url("minimal/green.css");
@import url("minimal/blue.css");
@import url("minimal/aero.css");
@import url("minimal/grey.css");
@import url("minimal/orange.css");
@import url("minimal/yellow.css");
@import url("minimal/pink.css");
@import url("minimal/purple.css");
*/
/* @import url("square/_all.css"); */
/*
@import url("square/square.css");
@import url("square/red.css");
@import url("square/green.css");
@import url("square/blue.css");
@import url("square/aero.css");
@import url("square/grey.css");
@import url("square/orange.css");
@import url("square/yellow.css");
@import url("square/pink.css");
@import url("square/purple.css");
*/
/* @import url("flat/_all.css"); */
/* @import url("flat/green.css"); */
/*
@import url("flat/flat.css");
@import url("flat/red.css");
@import url("flat/green.css");
@import url("flat/blue.css");
@import url("flat/aero.css");
@import url("flat/grey.css");
@import url("flat/orange.css");
@import url("flat/yellow.css");
@import url("flat/pink.css");
@import url("flat/purple.css");
*/
/* @import url("line/_all.css"); */
/*
@import url("line/line.css");
@import url("line/red.css");
@import url("line/green.css");
@import url("line/blue.css");
@import url("line/aero.css");
@import url("line/grey.css");
@import url("line/orange.css");
@import url("line/yellow.css");
@import url("line/pink.css");
@import url("line/purple.css");
*/
/* @import url("polaris/polaris.css"); */
/* @import url("futurico/futurico.css"); */
@charset "UTF-8";
::root {
  --wart: calc(50% - 675px);
}

* {
  box-sizing: border-box;
  font-display: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserratbold", "Arial", sans-serif;
}

:focus-visible {
  outline: 3px solid #6a2c91;
  outline-offset: 2px;
}

h1 {
  font-size: 2em;
  font-family: "montserratbold", "Arial", sans-serif;
  line-height: 1.5em;
}

h2 {
  font-size: 1.375em;
  line-height: 1.875em;
}

h3 {
  font-size: 1em;
  line-height: 1.3125em;
  font-family: "open_sansbold", "Arial", sans-serif;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul ul,
li ul {
  padding-left: 20px;
}

p,
span {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  line-height: 1.5em;
}

p.subtitle {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 1.125em;
  line-height: 1.875em;
}

i {
  text-decoration: none !important;
}

i:hover {
  text-decoration: none !important;
}

img {
  aspect-ratio: attr(width)/attr(height);
}

html,
body {
  background-color: #fff;
  color: #303030;
  font-family: "montserratregular", "Arial", sans-serif;
  font-weight: 100;
  font-size: 16px;
}

body {
  display: flex;
  height: 100vh;
  flex-direction: column;
  margin: 0;
  font-size: 16px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block:not(.w100) {
  padding: 0 10px;
}

/*.flogo {
    margin: 20px 0;
}*/
nav {
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 15;
  border-bottom: 1px solid #e4e4e4;
}

.inner-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

header {
  background: #eeeeee;
  z-index: 16;
}

.logo {
  position: absolute;
  top: 0;
  left: 1px;
  width: 365px;
  z-index: 12;
}

header.block,
nav.block {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 0;
}

nav .navigation .main-navigation {
  margin: 0;
  padding: 0;
  text-align: right;
}

nav .navigation .main-navigation li {
  display: inline;
  padding: 5px 10px;
}

nav .navigation .main-navigation li a {
  text-decoration: none;
  color: #000;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
}

nav .navigation .main-navigation li a:hover {
  color: #000083;
  font-weight: 700;
}

.navigation {
  padding-right: 20px;
}

.navigation,
.navigation form {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}

#cat_form {
  justify-content: flex-start;
  height: auto;
}

#cat_switch {
  height: 40px;
  width: 40px;
  color: #000083;
}

#cat_switch:hover {
  color: #00a9e0;
  cursor: pointer;
}

.navigation form {
  flex: 1 1 100%;
}

header,
nav,
footer {
  flex-shrink: 0;
}

footer {
  padding: 20px 0;
}

footer a {
  font-size: 0.9rem;
}

.logo-rot {
  height: auto;
  left: -3px;
  position: absolute;
  top: 0;
  width: 410px;
  z-index: 20;
}

.owl-carousel {
  background: url("/storage/assets/icons/ajax-loader.gif") no-repeat center center;
}

.main-info {
  margin: 20px 0;
  font-size: 0.9rem;
  flex: 0 1 80%;
  padding: 10px;
  display: flex;
  flex-direction: row;
}
.main-info img {
  width: 100%;
  max-width: 150px;
  mix-blend-mode: multiply;
}
.main-info .main-info-text {
  flex: 1;
}
.main-info .main-info-text p {
  font-size: 0.8rem;
}

.logo-top img {
  position: absolute;
  top: 26px;
  z-index: 21;
  left: 14px;
  width: 250px;
}

.bottom-logo {
  align-self: flex-start;
  margin: 20px 0 10px 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.grey-block {
  background: #eeeeee;
}

footer .footer-header {
  font-family: "montserratbold", "Arial", sans-serif;
  font-size: 0.9rem;
  color: #303030;
  margin: 15px 0;
  display: block;
}

footer .footer_app {
  margin-top: 37px;
  flex-wrap: wrap;
  display: flex;
  padding: 0 10px;
  justify-content: flex-start;
}

footer .footer_app a {
  font-size: 0.01rem;
}

footer .footer_app > a > i {
  margin-right: 5px;
  font-size: 2.5rem !important;
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

footer .footer_app a i:hover {
  color: #00a9e0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

footer .footer_app a:hover {
  color: #00a9e0;
  text-decoration: none;
}

footer .footer_app img {
  margin-right: 15px;
  width: 100px;
}

footer .download-list i {
  color: #303030;
  padding: 5px;
  font-size: 1.5em;
  text-decoration: none;
}

footer .download-list li a img {
  margin: 0 10px 0 0;
  padding: 0;
}

footer .download-list li a {
  position: relative;
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 1em;
  text-decoration: none;
}

footer .download-list li a:hover {
  color: #00a9e0;
}

footer .kontakt-list i {
  color: #303030;
  padding: 5px;
  font-size: 1.5em;
  text-decoration: none;
}

footer .kontakt-list i.ico-loc {
  margin-bottom: 15px;
}

.inner-footer {
  align-items: stretch;
}

.col-5 {
  flex: 1 0 20%;
  /*padding: 10px;*/
}

.col-6 {
  flex: 1 0 16.6%;
  /*padding: 10px;*/
}

.col-smaller {
  flex: 0 0 auto;
  padding: 0 10px;
}

footer .col-5 {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.9em;
}

footer h3 {
  font-family: "montserratbold", "Arial", sans-serif;
  margin-top: 15px;
}

footer ul {
  padding-left: 0px;
}

footer ul li {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
  margin: 10px 0;
  list-style-type: none;
}

footer ul li a {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
  text-decoration: none;
}

a.justlink {
  color: #303030;
  font-size: 1em;
  font-family: "open_sansregular", "Arial", sans-serif;
}

a.bolded {
  font-weight: 600;
}

a.justlink:hover {
  color: #00a9e0;
}

a.hungary-link {
  background-color: #00a9e0 !important;
  color: #000;
  font-size: 0.65rem;
  padding: 3px;
}

a.hungary-link:hover {
  color: #fff !important;
}

#mapid {
  height: 300px;
  width: 100%;
}

.footer-app-xs {
  display: none;
}

.bottom-block {
  display: flex;
  flex: 0 0 auto;
  font-size: 0.8em;
  justify-content: flex-start;
  background-color: #FFF;
  margin: 10px 0;
  height: 15px;
}

.bottom-block a {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
  display: inline;
  margin: 0 10px;
}

.bottom-block a:hover {
  color: #00a9e0;
  text-decoration: none;
}

.block > h2 {
  margin: 50px 0;
}

.block > p {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 1em;
  margin: 50px 0;
}

.home-list {
  display: flex;
  flex: 1 0 110px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 20px;
}

.home-list li {
  list-style-type: none;
  text-align: center;
  color: #000083;
  width: 130px;
}

.home-list li a i {
  font-size: 5em;
}

.home-list li a {
  text-decoration: none;
  color: #000083;
  transition: all 0.2s ease-in-out;
}

.home-list li a:hover {
  color: #00a9e0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.home-list li span {
  padding: 5px 0;
  line-height: 1.3em;
  font-size: 0.85em;
  font-family: "montserratbold", "Arial", sans-serif;
  font-weight: bold;
  display: block;
}

.h-sep {
  padding: 0 10px 0 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
}

.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.dropdown-inner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  right: 0;
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
  opacity: 1;
  visibility: visible;
}

.dropdown-hover:hover ~ .dropdown-overlay,
.dropdown-open:checked ~ .dropdown-overlay {
  display: block;
}

.dropdown-inner {
  min-width: 100%;
  padding: 8px;
  background: #fff;
  border: #aaa solid 1px;
  border-radius: 3px;
  transition: opacity 0.3s, visibility 0.3s;
}
.dropdown-inner a {
  font-size: 0.75rem;
  color: #000;
}
.dropdown-inner a:hover {
  color: #00a9e0;
}

.dropdown .flag-link {
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #303030;
}

.dropdown .flag-link:hover {
  color: #00a9e0;
}

.dropdown img {
  height: 15px;
}

.dropdown label {
  font-weight: bold;
}

.dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.nowosci-main {
  position: relative;
  justify-content: space-between;
  padding: 30px 0;
}

.product-card {
  /*flex: 0 0 200px;*/
  height: 360px;
  min-width: 235px;
  /*border: 1px solid red;*/
  padding: 15px 10px;
}

.top-c .owl-item img {
  display: block;
  min-width: 100%;
}

.owl-item {
  display: flex;
  justify-content: center;
}

.owl-nav {
  position: absolute;
  margin-top: -46px;
  padding: 10px 5px;
  background: #d1d3d4;
  font-size: 2em;
  z-index: 1;
  cursor: pointer;
}

.owl-nav-left {
  top: 50%;
  left: 0;
}

.owl-nav-left:before {
  content: "‹";
}

.owl-nav-right {
  right: 0;
  top: 50%;
}

.owl-nav-right:before {
  content: "›";
}

.owl-carousel {
  z-index: 0;
}

.flex-col-23 {
  flex: 0 1 60%;
  display: flex;
}

.flex-col-13 {
  flex: 1 1 33.3%;
  display: flex;
  flex-wrap: wrap;
}

.to-left {
  justify-content: flex-end;
}

.to-left .box-13 {
  padding-left: 10px;
}

.to-right {
  justify-content: flex-start;
}

.flex-col-23-l-imgbox,
.flex-col-23-r-imgbox {
  flex: 1 0 auto;
  height: 100%;
}

.flex-col-23-l-imgbox img {
  align-self: flex-start;
  width: 100%;
  height: auto;
  max-height: 675px;
  flex: 0 0 auto;
}

.flex-col-23-r-imgbox img {
  align-self: flex-end;
  width: 100%;
  height: auto;
  max-height: 768px;
  flex: 0 0 auto;
}

ul.checks-white {
  margin: 20px 0;
}

ul.checks li {
  list-style-image: url("/storage/assets/icons/bullet-check.png");
  padding: 5px 5px 5px 0;
  font-size: 1em;
}

ul.checks-white li {
  list-style-image: url("/storage/assets/icons/bullet-check-white.png");
  padding: 5px 5px 5px 0;
  font-size: 1em;
}

ul.checks {
  margin: 0;
}

.box-13 {
  align-items: center;
  flex: 0 0 calc((1366px * 0.32) - 5%);
}

.to-right .box-13 {
  padding-left: 40px;
}

.to-left .box-13 {
  padding-right: 40px;
}

.breadcrumbs {
  margin: 18px 0;
}

.breadcrumbs a {
  text-decoration: none;
  font-size: 0.6875em;
  color: #000;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.breadcrumbs a:hover {
  color: #00a9e0;
}

.breadcrumbs p {
  display: inline;
  text-decoration: none;
  font-size: 0.6875em;
  color: #000083;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.breadcrumbs span {
  font-size: 0.6em;
  color: #000;
  font-family: "open_sansregular", "Arial", sans-serif;
  padding: 0 5px;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  padding: 8px 16px;
  z-index: 100;
  font-size: 0.7rem;
  color: #000000;
  text-decoration: none;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

.p20 {
  padding: 20px 0;
}

.p50 {
  padding: 50px 0;
}

.m50 {
  padding: 50px 0;
}

.m20 {
  padding: 20px 0;
}

.img-box {
  flex: 1 1 auto;
}

.bg-blue {
  background-color: #000083;
}

.bg-grey {
  background-color: #eee;
}
.bg-grey h2, .bg-grey p, .bg-grey ul, .bg-grey li {
  color: #000;
}

.modal-backdrop {
  background-color: #fff;
}

.main-insp {
  align-items: stretch;
}

.poradnik-main {
  justify-content: space-between;
}

.poradnik-main > .box-13 {
  margin-left: 40px;
  align-content: flex-start;
}

.poradnik-main > .box-13 > h2 {
  margin: 0;
}

.poradnik-main > .box-13 > h2,
.poradnik-main > .box-13 > span {
  flex: 1 1 100%;
}

.poradnik-main > .box-13 > .btn-wrap {
  flex: 1 1 100%;
  align-self: flex-end;
  margin-top: 50px;
}

.poradnik-left > .box-23 {
  flex: 0 0 100%;
  align-items: flex-start;
  align-content: flex-start;
}

.poradnik-left > .box-23 > h2,
.poradnik-left > .box-23 > span,
.poradnik-left > .box-23 > .realizacje-list-strglowna {
  flex: 1 1 100%;
}

.poradnik-left > .box-23 > .btn-wrap {
  flex: 1 1 100%;
  align-self: flex-end;
}

.asfs {
  align-self: flex-start;
}

.asfe {
  align-self: flex-end;
}

.btn-wrap {
  display: flex;
}

.btn {
  background-color: #000083;
  text-decoration: none;
  font-size: 14px;
  font-family: "montserratbold", "Arial", sans-serif;
  min-height: 40px;
  height: 50px;
  width: auto;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn-purp {
  background-color: #6a2c91;
}

.btn:hover {
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #000083;
  text-decoration: none;
}

.btn:active {
  color: #00a9e0;
  text-decoration: none;
  border: 1px solid #00a9e0;
}

.btn-alt {
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  font-family: "montserratbold", "Arial", sans-serif;
  min-height: 40px;
  width: auto;
  padding: 15px 20px;
  color: #000083;
  border: 1px solid #000083;
}

.btn-alt:hover {
  background: #000083;
  color: #fff;
  text-decoration: none;
}

.btn-light {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 12px 30px;
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #000;
  font-size: 0.8em;
  text-decoration: none;
}

.btn-small {
  height: 30px;
  line-height: 30px;
  max-height: 30px;
  padding: 6px 14px;
  font-size: 0.75rem;
}
.btn-small svg {
  width: 20px;
}

.nf-content p {
  font-size: 1rem;
}

.nf-content h4 {
  margin: 50px 0;
}

.poradnik-left {
  flex: 0 1 64%;
}

.poradnik-left > .box-23 > h2 {
  margin: 0;
}

.poradnik-main-ul {
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
}

.poradnik-main-ul li a img {
  margin-right: 30px;
  width: 140px;
}

.poradnik-main-ul li a {
  color: #303030;
  text-decoration: none;
  font-family: "open_sansregular", "Arial", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
}

.poradnik-main-ul li a > p {
  flex: 0 0 50%;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-family: "montserratbold", "Arial", sans-serif;
}

.poradnik-main-ul li a:hover {
  color: #00a9e0;
}

.poradnik-main-ul li {
  display: flex;
  width: 100%;
  border-top: 2px solid #eee;
  padding: 20px 0;
  align-items: center;
  font-size: 0.8125em;
  font-weight: 600;
}

.box-13 + .btn-wrap {
  margin-left: 40px;
}

.onas-okanluxie > .welcome-page > h1 {
  font-size: 1.375em;
  line-height: 1.875em;
}

.realizacje-list-strglowna .r-tags {
  display: none;
}

.realizacje-list-strglowna .realizacja-card {
  padding: 0;
  flex: 0 1 410px;
}

.realizacje-list-strglowna > .realizacja-card {
  flex-direction: row;
}

.poradnik-main-ul li:last-child {
  border-bottom: 2px solid #eee;
}

.main-szkolenia {
  align-items: stretch;
  flex-wrap: wrap;
}

.main-szkolenia-right ul li:first-child {
  font-weight: 700;
  color: #00a9e0;
  padding-bottom: 5px;
}

.main-szkolenia-right ul li {
  padding: 2px 0;
}

.main-szkolenia-right {
  margin-left: 15px;
  font-size: 0.8125em;
  justify-content: space-between;
}

.main-szkolenia-o {
  width: 40%;
}

.main-szkolenia-kto,
.main-szkolenia-gdzie,
.main-szkolenia-kiedy {
  width: 20%;
  align-items: flex-start;
  margin-top: 20px;
}

.share-hover {
  display: flex;
  position: relative;
  align-items: center;
}

.share-hover i {
  font-size: 1.2rem;
  padding: 10px;
  padding-left: 0px;
}

.share-hover:hover .share-box {
  display: block;
}

.share-box {
  display: none;
  position: absolute;
  transition: all 0.2s ease-in-out;
  box-shadow: 4px 4px 2px -1px rgba(0, 0, 0, 0.44);
  background-color: #fff;
  width: 150px;
  font-size: 0.8em;
  height: auto;
  top: 30px;
  left: 2px;
  opacity: 1;
  padding: 0;
}

.share-box a {
  font-family: "open_sansregular", "Arial", sans-serif;
  padding: 5px;
  color: #303030;
}

.share-box a:hover {
  color: #00a9e0;
}

#social-links ul {
  display: inline-block;
}

#social-links ul li {
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}

#social-links > ul > li > a {
  line-height: 50px;
  font-size: 1rem;
  flex: 1 1 100%;
  height: 100%;
  font-family: "open_sansbold", "Arial", sans-serif;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  background: none;
  transition: all 0.2s ease-in-out;
}

#social-links > ul > li > a:hover {
  background-color: #ccc;
  transition: all 0.2s ease-in-out;
}

.share-box i {
  flex: 1 1 100%;
  padding: 10px;
  font-size: 2em;
}

.share-box i.ico-fb {
  padding: 2px;
  color: #000083;
}

.share-box i.ico-twitter {
  padding: 2px;
  color: #00a9e0;
}

.share-box i.ico-whatsapp {
  padding: 2px;
  color: #00ff00;
}

.share-box a:hover {
  text-decoration: none;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #00a9e0;
}
.styled-checkbox:hover + label:before {
  background: #00a9e0;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #00a9e0;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.breadcrumbs i {
  font-size: 0.5em;
}

input[type=checkbox].filter-ckb {
  display: none;
}

label div {
  width: 23px;
  height: 23px;
  display: inline-block;
  border: 1px solid #00aab3;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  padding-top: 2px;
  cursor: pointer;
}

label i {
  font-size: 16px;
  opacity: 0;
  color: #00aab3;
}

/*label:hover div {
  background: #fff;
}*/
input[type=checkbox].filter-ckb:checked + label i {
  opacity: 1;
}

input[type=checkbox].filter-ckb:checked + label div {
  background: #fff;
}

.eac-square {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.easy-autocomplete-container {
  left: 0;
}

.eac-square .easy-autocomplete-container {
  top: 55px !important;
  width: 50% !important;
  margin-left: 450px !important;
}

.eac-square .easy-autocomplete-container ul {
  border: 0 !important;
  box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
}

.eac-square .easy-autocomplete-container ul li {
  height: 60px;
  display: flex;
  align-items: center;
}

.eac-square .easy-autocomplete-container ul > .selected {
  background-color: #edfbff;
}

.eac-square .easy-autocomplete-container ul li:hover {
  background-color: #efefef;
}

.eac-square .easy-autocomplete-container ul li > a {
  flex: 1 1 100%;
  font-size: 0.8rem;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.eac-square .easy-autocomplete-container ul li img {
  height: 50px;
  margin-right: 10px;
}

.eac-square .easy-autocomplete-container ul li a > .searchbrand {
  max-width: 40px;
  width: auto;
  max-height: 20px;
  height: auto;
}

.eac-square .easy-autocomplete-container ul li a > p {
  font-size: 0.8rem;
  margin: 0 10px;
}

.eac-square .easy-autocomplete-container ul li a > b {
  font-size: 0.8rem;
  flex: 1 0 auto;
  font-family: "open_sansbold", "Arial", sans-serif;
  margin: 0 10px;
}

.search_cont {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  justify-content: center;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert i {
  padding: 10px;
}

.alert > .ico-remove {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 20px auto;
  flex: 0 1 50%;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navigation-wrapper {
  width: 100%;
  position: relative;
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #d1d3d4;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #869791;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.arrow--left {
  left: 5px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'  fill='grey' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--left svg path {
  fill: "#fff";
  color: "#fff";
}

.arrow--right {
  left: auto;
  right: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z' fill='grey' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled {
  fill: rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE STUFF*/
@media screen and (max-width: 960px) {
  .block {
    padding: 10px;
  }

  .dropdown-inner {
    position: fixed;
    min-width: 0;
    margin: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*left: 50%;
        transform: translate(-50%, -50%);*/
  }

  h1 {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .main-szkolenia-o {
    width: 100%;
  }

  .main-szkolenia-kto,
.main-szkolenia-gdzie,
.main-szkolenia-kiedy {
    width: 33.33%;
  }

  .to-right .box-13 {
    padding-left: 0;
  }

  .to-left .box-13 {
    padding-right: 0;
  }

  .flex-col-23 {
    order: 2;
  }

  .to-right {
    order: 1;
  }

  .realizacje-list-strglowna .realizacja-card {
    padding: 10px;
  }

  .poradnik-main > .box-13 {
    margin-left: 0;
  }

  #cat_switch, #cat_form {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .main-szkolenia-kto,
.main-szkolenia-gdzie,
.main-szkolenia-kiedy {
    width: 50%;
    justify-content: center;
  }

  .pag-info-top,
.pag-top {
    display: none;
  }
}
@media screen and (max-width: 1750px) {
  .logo-rot,
.logo-top img {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  body {
    align-items: stretch;
    width: 100%;
  }

  .block,
.inner-content {
    width: 100%;
    /*align-items: stretch;*/
  }

  .jplist-form {
    width: 100%;
  }

  h1,
h2,
h3,
h4,
h5,
p {
    padding: 5px;
  }

  .box-13 {
    flex: 1 1 300px;
    align-self: center;
  }

  .flex-col-23 {
    flex: 1 1 600px;
  }

  .flex-col-13 {
    flex: 1 1 300px;
  }

  .img-box img {
    width: 100%;
    max-width: 1000px;
  }

  .logo-rot,
.logo-top img {
    display: none;
  }

  .bottom-logo {
    margin-left: 20px;
    max-width: 90%;
  }

  footer {
    padding: 20px;
  }

  footer .footer_app {
    padding: 0;
  }

  span {
    padding: 0 5px;
  }
}
@media screen and (max-width: 840px) {
  #content {
    margin-top: 100px;
  }

  .inner-footer {
    flex-wrap: wrap;
  }

  .col-5 {
    flex: 1 1 50%;
    padding: 10px 0;
  }

  .main-info {
    flex-wrap: wrap;
  }
  .main-info img {
    text-align: center;
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .main-info .main-info-text {
    flex: 1 1 100%;
  }
  .main-info .main-info-text p {
    font-size: 0.7rem;
  }

  footer {
    padding: 0;
  }

  footer .footer_app {
    margin-top: 0px;
    display: flex;
    justify-content: space-evenly;
  }

  footer h3 {
    margin-top: 5px;
    height: 48px;
  }

  footer ul li img {
    display: none;
  }

  footer .col-5 img {
    width: 42px;
    height: 42px;
  }

  footer ul li {
    font-size: 0.8em;
  }

  footer ul {
    padding: 5px;
    margin: 0;
  }

  .hide-xs {
    display: none;
  }

  .show-app-xs {
    display: inline;
  }

  .footer-app-xs {
    display: inline;
  }
}
@media screen and (max-width: 1200px) {
  .hide-md {
    display: none;
  }

  .box-13 {
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 1367px) {
  .block,
.inner-content {
    width: 1350px;
  }

  .w100 {
    width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .w100 {
    width: 1920px;
  }

  header,
nav,
#content,
.flogo,
footer {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

  body {
    align-items: center;
  }

  .banner-main {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    max-height: 750px;
    height: auto;
  }
}
/* #Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.minibadge {
  position: absolute;
  font-size: 0.5rem;
  top: -10px;
  right: -30px;
  background-color: #00a9e0;
  font-family: "open_sansbold";
  border-radius: 10px;
  padding: 0 5px;
  color: #FFF;
}

.just-headline {
  color: #00a9e0;
  font-weight: 700;
  display: block;
  text-align: left;
  padding: 2px 0;
  font-size: 1rem;
  font-family: "montserratregular", "Arial", sans-serif;
  width: 100%;
}
.just-headline.only-mobile {
  display: none;
}

.link-only-mobile {
  display: none;
}

.inner-header-right {
  padding: 5px 25px;
  font-family: "open_sanslight";
  font-size: 0.8125em;
}

.inner-header-right-mobile {
  display: none;
}

.inner-header-left img.logo_header {
  display: none;
}

.links > ul {
  margin: 0;
  list-style-type: none;
  padding: 5px 10px;
  width: 135px;
}

.links > ul > li {
  padding: 3px 0;
}

nav {
  position: relative;
  padding: 0;
}

.cf {
  justify-content: space-between;
  align-items: stretch;
}

nav > #toggle_menu > .megamenu > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-right: 15px;
  border-right: 1px solid #eee;
  z-index: 1;
}

nav > #toggle_menu > .megamenu > ul > li {
  display: inline-block;
  padding: 0 15px;
}

nav > #toggle_menu > .megamenu > ul > li i {
  display: none;
}

nav > #toggle_menu > .megamenu > ul > li:first-child {
  padding-left: 5px;
}

nav > #toggle_menu > .megamenu > ul > li:last-child {
  padding-right: 0;
}

nav > #toggle_menu > .megamenu > ul > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  color: #000;
  font-size: 0.8125em;
  font-family: "open_sansregular", "Arial", sans-serif;
}

nav > #toggle_menu > .megamenu > ul > li:hover > a {
  font-weight: 700;
  color: #000083;
}

nav > #toggle_menu > .megamenu > ul > li.selected > a {
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #000083;
}

.logo-top {
  position: relative;
}

.mega-menu .menu-smart-link a {
  font-family: "open_sansbold", "Arial", sans-serif;
  position: relative;
}

.mega-menu .menu-smart-link {
  margin-bottom: 10px;
}

nav #toggle_menu .logo_stuck {
  display: block;
  z-index: 9;
  height: 30px;
  align-self: center;
  margin-left: 20px;
}

nav.stuck {
  min-height: 30px;
  position: fixed;
  top: 0;
}

nav.stuck > #toggle_menu > .logo {
  display: none;
}

nav.stuck #content {
  margin-top: 50px;
}

#toggle_menu {
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  width: 100%;
  position: relative;
}

#search {
  padding-right: 20px;
  cursor: pointer;
}

#hmb {
  cursor: pointer;
}

.icon_model {
  width: 28px;
  height: 28px;
  background-color: #000083;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
}

.icon_model > img {
  width: 16px;
}

.search_form {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}

.search_form .icon_search {
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 5px;
  margin-left: 15px;
}

.search_form img {
  align-self: center;
}

.search_box {
  display: flex;
  justify-content: space-between;
  transition: top 500ms, width 500ms ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  z-index: 10;
  background: #fff;
}

.close_search {
  display: flex;
  align-self: center;
  padding-right: 20px;
  cursor: pointer;
}

.close_search img {
  width: 32px;
  height: 32px;
}

/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  background: #fff;
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 11;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.mini-menu {
  background: #fff;
  display: none;
  justify-content: center;
  /*right: -25%;*/
  padding: 0 8px;
  position: absolute;
  text-align: left;
  width: 180px;
  z-index: 11;
  left: 0;
  border: 1px solid #e4e4e4;
}

.mini-menu ul li:hover {
  text-decoration: underline;
}

.mini-menu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0;
  color: #000;
  font-size: 0.8125em;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.mega-menu ul li:first-child {
  color: #00a9e0;
  /*font-size: 0.875em;*/
  margin-top: 1rem;
  font-weight: 700;
  min-height: 1.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.mega-menu ul:not(.mb-back):first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mega-menu .mega-column {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 15px;
  margin-top: 25px;
  width: 12%;
  list-style-type: none;
  flex: 1 1 auto;
  border-right: 1px solid #ececec;
}

.mega-menu ul li {
  padding: 2px 0;
}

.mega-menu ul li.nav_new {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  color: #00a9e0;
  margin-top: 20px;
}

.mega-menu ul li.nav_new h3 {
  color: #000083;
  font-size: 0.9em;
  padding: 0;
}

.mega-menu ul li.nav_new a {
  color: #000083;
}

.mega-menu ul:last-child {
  margin-right: 0;
  border-right: none;
}

.mega-menu a {
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #444;
  font-size: 0.8em;
  font-weight: 300;
  text-decoration: none;
  padding: 0;
}

.mega-menu a.nav_all {
  padding-top: 5px;
  display: block;
}

a.nav_all {
  color: #00a9e0;
}

.mega-menu a:hover {
  text-decoration: underline;
}

.produkty-link-mobile {
  display: none;
}

.produkty-link {
  display: flex;
}

#searchbar {
  border-radius: 2px;
  display: inline-block;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 1.2em;
  /*line-height: 64px;*/
  height: 28px;
  align-self: center;
  margin: 0px;
  padding: 0px 0px;
  outline: none;
  color: #000083;
  background: #fff;
  width: 50%;
  border: none;
  border-bottom: 1px solid #000083;
}

.mega-menu ul.inside-ul {
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: flex-end;
}

.inside-ul li {
  width: 100%;
}

.hide-1024,
.mb-back {
  display: none;
}

#toggle_menu i {
  font-size: 1.5rem;
  padding: 20px;
}

#toggle_menu i.ico-hamburger {
  display: none;
}

@media (min-width: 1229px) {
  /*#searchbar {
  	margin-left: 450px;
  }*/
  .eac-square .easy-autocomplete-container {
    margin-left: 450px !important;
  }
}
@media (max-width: 1023px) {
  .hide-1024 {
    display: flex;
    flex-grow: 1;
  }

  .show-1024 {
    display: none;
  }

  .last-1024 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  /* #Droppable Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .droppable {
    position: static;
  }

  .droppable:hover .mega-menu {
    display: flex;
  }

  .droppable:hover .mini-menu {
    display: flex;
  }

  .cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .cf:after {
    clear: both;
  }

  nav > .megamenu > ul > li.open > a:before,
nav > .megamenu > ul > li.open > a:after,
nav > .megamenu > ul > li.dropdown:hover > a:before,
nav > .megamenu > ul > li.dropdown:hover > a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 30px;
    right: 40%;
    width: 0;
    height: 0;
    z-index: 11;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    cursor: pointer;
  }
}
@media screen and (max-width: 1700px) {
  .logo {
    display: none;
  }
}
@media screen and (max-width: 1228px) {
  .home-list {
    flex-wrap: wrap;
  }

  nav #toggle_menu .logo_stuck {
    display: block;
    left: 0;
  }

  #searchbar {
    width: 100%;
    margin-left: 165px;
  }

  .eac-square .easy-autocomplete-container {
    margin-left: 165px !important;
    width: 100% !important;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 961px) {
  #search span,
.icon_model_box span {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .just-headline {
    padding: 2px 15px;
  }
  .just-headline.only-mobile {
    display: block;
  }

  .minibadge {
    display: none;
  }

  nav,
nav.stuck {
    position: fixed;
    top: 21px;
    z-index: 200;
    border-top: 1px solid #e4e4e4;
  }

  nav > #toggle_menu > .megamenu > ul > li.selected > a {
    font-family: "open_sansbold", "Arial", sans-serif;
    color: black;
  }

  .link-only-mobile {
    display: block;
  }

  .inner-header-right {
    display: block;
    position: fixed;
    width: 100%;
    text-align: right;
  }

  .inner-header-right-mobile {
    display: block;
  }

  .inner-header-right-mobile i {
    padding: 0 10px;
    font-size: 2em;
  }

  .mega-menu {
    top: -65px;
    border: none;
  }

  .bottom-block {
    height: 100px;
    font-size: 0.7em;
  }

  nav > #toggle_menu > .megamenu > ul > li i {
    display: block;
  }

  #toggle_menu {
    justify-content: space-between;
  }

  #toggle_menu i.ico-hamburger {
    display: block;
  }

  #toggle_menu #hamb-menu {
    display: flex;
    align-self: center;
  }

  #toggle_menu .megamenu ul.container,
#toggle_menu .megamenu ul.m-menu {
    position: absolute;
    display: flex;
    width: 97vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
    top: 65px;
    left: -100vw;
    background: #FFF;
    transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #toggle_menu .megamenu ul.m-menu li:first-child {
    display: none;
  }

  .mega-menu {
    display: flex;
  }

  .cf {
    position: relative;
  }

  #toggle_menu .megamenu ul.m-menu,
#toggle_menu .megamenu ul.mb-2 {
    display: flex;
    margin: 0;
    left: auto;
    z-index: 1;
    list-style-type: none;
    bottom: 0;
    padding: 0;
  }

  #toggle_menu.open-mobile > .megamenu > .mb-1 {
    left: -10px;
  }

  nav > #toggle_menu.open-mobile > .megamenu ul,
nav > #toggle_menu > .megamenu > ul {
    padding-right: 0;
  }

  nav > #toggle_menu > .megamenu ul li {
    align-self: stretch;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
    /*position: relative;*/
  }

  nav > #toggle_menu > .megamenu ul li img {
    height: 16px;
    float: left;
    align-self: center;
  }

  /*
  nav > #toggle_menu > .megamenu > ul.mb-2 > li:not(:first-child) > a:before {
  	content:"\2039";
  	color: #fff;
  	position: absolute;
  	font-size: 2em;
  	left: 10px;
  	top: 0;
  }
  nav > #toggle_menu > .megamenu > ul.mb-2 > li:first-child > a:after {
  	content:"\203a";
  	color: #fff;
  	position: absolute;
  	font-size: 2em;
  	right: 10px;
  	top: 0;
  }
  nav > #toggle_menu > .megamenu > ul > li.droppable > a:before {
  	content:"\2039";
  	color: #fff;
  	position: absolute;
  	font-size: 2em;
  	left: 10px;
  	top: 0;
  }*/
  nav > #toggle_menu > .megamenu ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  nav > #toggle_menu > .megamenu > ul > li.mfe,
nav > #toggle_menu > .megamenu ul.m-menu:not(.mb-back) > li {
    justify-content: flex-start;
  }

  nav > #toggle_menu > .megamenu > ul.mb-2 > li:first-child > a {
    text-align: left;
    padding-left: 15px;
  }

  nav > #toggle_menu > .megamenu ul li:last-child {
    border-bottom: none;
    padding-right: 15px;
  }

  nav > #toggle_menu > .megamenu ul li.mb-back a {
    text-align: left;
    justify-content: flex-start;
  }

  nav > #toggle_menu > .megamenu ul li.mb-back a:hover {
    text-decoration: none;
  }

  nav > #toggle_menu > .megamenu ul li:hover {
    background: linear-gradient(90deg, #000083 0%, #00a9e0 100%);
    transition: background 250ms cubic-bezier(0.4, 0, 0.2, 1);
    color: white;
  }

  nav > #toggle_menu > .megamenu ul li:hover > a {
    color: white !important;
  }

  nav > #toggle_menu > .megamenu ul li a {
    display: block;
    font-family: "open_sansregular", "Arial", sans-serif;
    position: relative;
    padding: 8px 0;
    font-size: 0.9rem;
    width: 100%;
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  nav > #toggle_menu > .megamenu ul li a:hover {
    text-decoration: none;
  }

  nav > #toggle_menu > .megamenu ul li a i {
    padding: 0;
  }

  nav a i:hover {
    text-decoration: none;
  }

  nav > #toggle_menu > .megamenu > ul > li:hover > a {
    font-weight: normal;
    color: white;
  }

  .imf {
    margin-left: 15px;
  }

  .main-content {
    margin-top: 60px;
  }

  header {
    position: fixed;
    border-bottom: 1px solid #eee;
    background-color: #eee;
    padding: 5px;
    z-index: 300;
    top: 0;
  }

  .inner-header-left img.logo_header {
    display: none;
    width: 120px;
  }

  .mb-back {
    display: flex;
    padding-left: 0;
  }

  .icon_model {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon_model_box span,
#search span {
    font-family: "montserratregular", "Arial", sans-serif;
    margin-top: 5px;
  }

  #searchbar {
    margin-left: 25px;
    font-size: 1em;
  }

  .eac-square .easy-autocomplete-container {
    margin-left: 25px !important;
  }

  .eac-square .easy-autocomplete-container ul li div > p,
.eac-square .easy-autocomplete-container ul li div > b {
    font-size: 0.6rem;
    margin: 0 5px;
    line-height: 0.7rem;
  }

  .searchbrand,
.searchopis {
    display: none;
  }

  .search_box {
    top: -100px;
  }
}
.sb_on {
  top: 0;
  z-index: 10;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #6a2c91;
  color: #fff;
}

::selection {
  background: #6a2c91;
  color: #fff;
}

::-moz-selection {
  background: #00aab3;
  color: #fff;
}

a {
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #000083;
  margin: 10px 0;
}

hr {
  border: 0;
  height: 0;
  margin: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-white {
  background-color: #fff;
  color: #000083;
}

.btn-white a {
  color: #000083;
}

.btn-white:hover {
  background-color: #000083;
  color: #FFF;
}

.btn-blue {
  background-color: #00a9e0;
  color: #FFF;
}

.btn-blue a {
  color: #FFF;
}

.btn-blue:hover {
  background-color: #FFF;
  color: #000083;
}

.btn-turq {
  background-color: #00aab3;
  color: #FFF;
  padding: 6px 12px;
  min-height: 10px;
  height: auto;
  font-size: 0.75rem;
}

.btn-turq a {
  color: #FFF;
}

.btn-turq:hover {
  background-color: #FFF;
  color: #00aab3;
}

.no-stretch {
  align-self: flex-start;
  justify-self: center;
}

.m20 {
  margin: 20px 0;
}

.product-top {
  flex: auto;
  align-self: stretch;
  display: flex;
  justify-content: stretch;
}

.flex-col-2 {
  flex: 1 1 500px;
  display: flex;
}

.flex-row {
  flex: 1 1 auto;
}

.inside-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.inside-col {
  display: flex;
  flex-direction: column;
}

.product-buttons a {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
}

.product-titles h1, .product-titles h2 {
  margin: 0;
}

.product-titles p {
  line-height: 1.8em;
}

.product-titles {
  position: relative;
}

.badge-class {
  position: absolute;
  right: 0;
  top: -30px;
}

.night-photo {
  opacity: 0;
  display: none;
}

.daynight-btns {
  position: absolute;
  left: calc(50% - 100px);
  bottom: 24px;
}

.daynight-btns > div {
  padding: 10px 15px;
  width: 100px;
  background-color: #ccc;
  display: inline;
}

.daynight-btns > .act {
  background-color: #eee;
}

.daynight-btns > div:hover {
  background-color: #eee;
  cursor: pointer;
}

.product-gallery {
  justify-content: center;
  align-items: center;
  position: relative;
}

.cena {
  font-family: "open_sansbold", "Arial", sans-serif;
  line-height: 0rem;
  margin: 0;
  padding: 0;
  color: #000083;
  font-size: 1.3rem;
}

.cenakgo {
  padding: 0;
  line-height: 0rem;
  margin: 0 !important;
  font-size: 0.75rem;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.feature-icon {
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: 6;
  right: 50px;
}

.feature-skutecznosc {
  color: #000083;
  font-family: "montserratbold", "Arial", sans-serif;
  font-size: 2.5rem;
  text-align: center;
}

.feature-skutecznosc::after {
  color: #000083;
  content: "lm/W";
  font-family: "montserratbold", "Arial", sans-serif;
  font-size: 1.5rem;
  position: absolute;
  top: 35px;
  left: -100%;
  padding-left: 100%;
}

.feature-icon-yt {
  position: absolute;
  font-size: 3rem;
  z-index: 6;
  right: 50px;
  color: red;
  transition: all 0.25s ease-in-out;
}

.feature-icon-yt:hover {
  transform: scale(1.1);
  color: #FFA2A2;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.feature-icon-order-0 {
  top: 0px;
  right: 62px;
}

.feature-icon-order-1 {
  top: 50px;
}

.feature-icon-order-2 {
  top: 150px;
}

.feature-icon-order-3 {
  top: 250px;
  height: unset;
}

.feature-icon-order-4 {
  top: 350px;
  height: unset;
}

.feature-icon-order-5 {
  top: 450px;
}

.gallery-view {
  position: relative;
  flex: 1 1 auto;
  max-width: 100%;
}

.gallery-view img {
  z-index: 5;
  max-width: 100%;
  /*height:100%;*/
  padding: 10px;
  width: auto;
  cursor: pointer;
}

.gallery-thumbs-outer {
  position: relative;
  flex: 1 1 100%;
  justify-content: center;
}

.gallery-thumbs {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 105px;
  max-width: 600px;
  margin: 0 33px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.gallery-thumbs-pane {
  flex: 1 1 auto;
  width: auto;
  height: 170px;
  flex-wrap: nowrap;
}

.thumb-photo {
  cursor: pointer;
}

.gallery-thumbs img {
  flex: 0 0 auto;
  margin: 0 10px;
  border: 1px #d1d3d4 solid;
  width: 100px;
  height: 100px;
}

.gallery-thumbs .active {
  border: 2px #d1d3d4 solid;
}

.params-top-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-titles a.linktoparams {
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #000;
  font-size: 0.688em;
}

.top-param {
  flex: 0 0 33%;
  width: 200px;
  height: auto;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-param img {
  min-width: 40px;
  max-height: 40px;
  border: 1px solid #ccc;
  flex: 0 0 auto;
}

.top-param .param-text {
  vertical-align: top;
  font-size: 12px;
  font-family: "open_sansregular", "Arial", sans-serif;
  padding: 5px 0;
  flex: 1 1 auto;
  color: #000083;
}

.top-param .param {
  font-size: 14px;
  font-family: "open_sansregular", "Arial", sans-serif;
  display: block;
  padding: 0 5px;
}

.top-param .param_value {
  font-weight: 500;
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 14px;
  display: block;
  padding: 0 5px;
}

.marka {
  display: inline;
  max-width: 100px;
  margin: 0 10px;
  vertical-align: bottom;
}

.product-links {
  flex: 0 0 auto;
  position: relative;
  justify-content: space-between;
}

.product-links-left {
  flex: 0 0 auto;
}

.product-links-left span {
  margin-right: 10px;
}

.product-links > a {
  font-size: 0.688em;
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #303030;
  justify-self: flex-end;
  flex: 0 0 auto;
}

.modal-open {
  padding-right: 0px !important;
}

.modal-pg {
  justify-content: center;
  padding: 0;
}

.modal-pg h2 {
  margin: 0;
  padding: 5px 50px;
  flex: 1 1 100%;
  background-color: #eee;
}

.owl-gp {
  flex: 1 1 100%;
  max-width: 100%;
}

.thumbs-prev {
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 5;
  font-size: 1.5em;
  padding: 20px 0;
  background: #d1d3d4;
  cursor: pointer;
}

.thumbs-next {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 1.5em;
  z-index: 5;
  padding: 20px 0;
  background: #d1d3d4;
  cursor: pointer;
}

.thumbs-next:hover, .thumbs-prev:hover {
  color: #00a9e0;
}

.icon-angle-left:before, .icon-angle-right:before {
  margin: 0 !important;
  width: 0.8em;
}

.modal-gallery-max-photo {
  position: relative;
}

.modal-gallery-max-photo > img {
  max-height: calc(80vh - 100px);
  max-width: calc(80vw - 100px);
}

#owlgp-right, #owlgp-left {
  font-size: 8em;
  color: #303030;
  z-index: 1000;
  position: absolute;
  top: 40%;
}

#owlgp-right:hover, #owlgp-left:hover {
  color: #00a9e0;
}

#owlgp-right {
  right: 0;
}

#owlgp-left {
  left: 0;
}

.owl-gp .modal-gallery-max-photo > img {
  max-height: 80vh;
}

.owl-gp .thumb-photo {
  width: auto !important;
  max-width: 100%;
  max-height: 80vh;
}

.owl-thumb-item img {
  height: 100px;
  width: 100px;
}

.owl-thumbs {
  position: relative;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  text-align: center;
  /*padding: 20px;*/
}

.owl-thumb-item {
  margin: 0 20px;
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
  border: 2px solid #ccc;
}

.owl-thumb-item.active {
  border: 2px solid #00a9e0;
}

.gallery-spinner {
  font-size: 3em;
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 45%;
  color: #ccc;
}

.yt-embed-box {
  max-width: 100%;
  max-height: 375px;
}

/* PARAMETRY */
.params-bg {
  background-color: #d1d3d4;
}

.product-params {
  flex: 1 1 auto;
  align-self: stretch;
  align-items: flex-start;
  padding: 15px;
}

.product-params h3 {
  padding: 0;
  margin-bottom: 15px;
  display: inline;
}

.product-params .download-row h3 {
  margin-bottom: 15px;
  display: inline;
}

.params-row {
  flex: 1 1 auto;
  justify-content: flex-start;
}

.params-title {
  margin-right: 25px;
  flex: 1 1 200px;
  justify-content: stretch;
  border-top: 1px solid #000;
  padding: 15px 0;
}

.show-more-params {
  cursor: pointer;
  flex: 1 1 100%;
  color: #FFF;
  background-color: #000083;
  border-radius: 11px;
  padding: 2px 10px;
  transition: all 0.25s ease-in-out;
}

.show-more-params:hover {
  transition: all 0.25s ease-in-out;
  background-color: #00a9e0;
  color: #000083;
}

.params-title span {
  font-family: "open_sansbold", "Arial", sans-serif;
}

.params-group {
  flex: 2 2 300px;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

.params-group a.params-pair, .params-group a.download-pair {
  margin: 0 25px 0 0;
}

.params-hide {
  display: none;
}

.params-pair {
  flex: auto;
  border-top: 1px solid #000;
  margin-right: 25px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out;
}

.params-pair:hover {
  background-color: #efefef;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.download-pair {
  flex: auto;
  padding: 10px 0 13px 0;
  border-top: 1px solid #000;
  margin-right: 25px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.download-pair:hover {
  color: #00a9e0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.download-info {
  flex: 1 1 100%;
  padding: 10px 0 13px 0;
  border-top: 1px solid #000;
  margin-right: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #303030;
  text-align: justify;
  text-decoration: none;
  font-size: 0.7rem;
  color: #666666;
}

a.download-pair > i {
  font-size: 2.2rem;
}

.params-list {
  flex: 1 1 100%;
  border-top: 1px solid #000;
  margin-right: 25px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.params-list ul {
  margin: 5px 0 5px 25px;
}

.params-list ul li {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
}

.params-value {
  flex: 1 1 50%;
  margin: 15px 0;
}

.params-value a {
  color: black;
  font-family: "open_sansregular", "Arial", sans-serif;
  text-decoration: underline;
}

.params-value a:hover {
  color: #00a9e0;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.params-value > i {
  font-size: 1.4rem;
}

.params-etykieta > img {
  max-width: 130px;
  flex: 0 0 auto;
}

.params-etykieta > .param-kwh > a > img {
  max-width: 55px;
  margin-left: 10px;
}

.params-etykieta > .param-kwh > a {
  flex: 0 0 65px;
}

.params-etykieta > .param-kwh > p {
  flex: 0 0 65px;
  font-family: "Calibri";
  font-weight: 500;
  font-size: 0.75rem;
}

.params-etykieta > .param-kwh > p > b {
  font-size: 1.2rem;
  font-weight: 700;
}

.params-etykieta > .param-kwh > * {
  margin: 5px 0;
}

.params-etykieta > p {
  font-weight: 700;
  flex: 0 0 auto;
  padding: 0 5px;
  margin: 0;
  font-size: 0.8rem;
}

.params-etykieta > .param-kwh {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

.params-etykieta {
  flex-direction: column;
}

.params-name {
  flex: 1 1 50%;
  margin: 15px 0;
}

.params-file {
  flex: 1 1 10%;
  margin: 15px 0;
}

img.params-file {
  max-width: 20px;
  margin: 15px;
}

.file-titles {
  flex: 1 1 70%;
  flex-wrap: wrap;
}

.file-titles span {
  margin: 2px 5px 2px 10px;
  flex: auto;
  font-size: 12px;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.file-titles span.file-info {
  font-family: "open_sanslight";
  font-size: 11px;
}

.download-row {
  margin: 13px 0;
  flex: 0 0 auto;
}

.download_all {
  background: none;
  border: none;
  display: inline;
  font-size: 0.8125em;
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
  float: right;
  margin: 0 15px;
}

.download_all img.params-file {
  margin: 0;
  padding: 0 10px;
  line-height: 0.8em;
}

.download_all .ico-download, .download-pair .ico-download {
  font-size: 1.5rem;
  margin: 0 10px;
}

/*  OFERTA - GRANAT TŁO   */
.oferta-bg {
  background-color: #000083;
}

.product-oferta {
  flex: 1 1 auto;
  align-self: stretch;
  align-items: stretch;
  padding: 20px;
}

.oferta-row {
  flex: 1 1;
  display: flex;
  flex-wrap: nowrap;
}
.oferta-row img {
  align-self: flex-start;
  flex: 0 0 auto;
  margin: 20px;
  margin-top: 0;
}
.oferta-row .oferta-detail {
  flex: 1 1 auto;
}
.oferta-row .oferta-detail h2 {
  color: #fff;
  font-family: "montserratbold", "Arial", sans-serif;
  font-size: 20px;
  line-height: 25px;
}
.oferta-row .oferta-detail span {
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #fff;
  font-size: 12px;
}
.oferta-row .oferta-detail ul > li {
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

.breadcrumbs {
  position: relative;
}

.breadcrumbs > span {
  text-decoration: none;
  cursor: pointer;
  font-size: 0.6875em;
  color: #000;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.breadcrubs-subcats {
  display: none;
  z-index: 100;
  transition: all 1s ease-in-out;
  background-color: #FFF;
  position: absolute;
  padding-top: 5px;
  top: 19px;
  left: 154px;
}

/* INNE PRODSY */
.product-inne {
  flex: auto;
  align-self: center;
  background-color: #fff;
}

/* CROSS SELL*/
.bg-white {
  background-color: #fff;
}

.cross {
  justify-content: space-between;
}

.cross-left {
  flex: 0 0;
  justify-content: flex-end;
}

h3.product-cross, span.product-cross {
  flex: 1 1 100%;
  align-self: flex-start;
}

.cross-item {
  padding: 10px;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 49%;
  width: 45%;
  max-width: 45%;
}

.cross-item i {
  color: #00a9e0;
  font-size: 1.6em;
  flex: 0 0 auto;
}

.cross-item h2, .cross-item span {
  justify-self: flex-start;
  flex: 1 1 90%;
}

.cross-item .cross-subtitle {
  margin-left: 50px;
}

.cross-item h2 {
  margin: 0;
}

.product-box {
  flex: 0 0 180px;
  border: 1px solid #ccc;
  height: 300px;
}

.cross-owl {
  align-items: center;
  flex: 1 1 100%;
  overflow-y: hidden;
  position: relative;
}

/*  SEO  */
.product-seo {
  align-self: stretch;
  flex: 1 1 auto;
  color: #969696;
}

.product-seo h2 {
  font-size: 18px;
}

.product-seo p {
  line-height: 1.5;
  font-size: 13px;
  text-align: justify;
}

.product-seo .flex-col-2 {
  padding: 20px;
}

@media screen and (max-width: 1166px) {
  .cross {
    justify-content: space-around;
  }

  .cross-item {
    width: 45%;
    flex: 0 0 400px;
  }

  .gallery-view {
    justify-content: center;
  }

  .gallery-view img {
    flex: 0 1 auto;
    max-height: 100vw;
    /*min-height:100vw;*/
  }

  .gallery-thumbs {
    max-width: 80vw;
  }
}
@media screen and (max-width: 966px) {
  .cross-item {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .gallery-thumbs {
    margin: 0 15px;
    max-width: 70vw;
  }

  .gallery-thumbs img {
    margin: 0 5px;
    width: 75px;
    height: 75px;
  }

  .thumbs-next, .thumbs-prev {
    top: 5px;
  }

  .oferta-row {
    flex-wrap: wrap;
  }

  .owl-gp .thumb-photo {
    max-width: 100%;
    max-height: 100%;
  }

  .owl-thumb-item {
    margin: 5px;
  }

  .owl-thumb-item img {
    max-width: 50px;
    max-height: 50px;
  }
}
.post-card {
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  min-width: 235px;
  height: 330px;
}

.post-card em {
  background-color: #ffdbe7;
}

.popover em {
  background-color: #ffdbe7;
}

.post-card:hover,
.post-card.hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.3);
}

.post-card:hover .description {
  height: 30px;
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.post-card:hover .description-k4h {
  height: 50px !important;
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.post-img {
  height: 200px;
  width: 150px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.post-img .hoover-thb {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}

.post-img:hover .hoover-thb {
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}

.post-card .post-img img {
  display: block;
  margin: 30px auto 0 auto;
}

.buy-on-k4h {
  width: 100%;
  height: 50px;
  color: white;
  background-color: #11c4b8;
  text-align: center;
  font-family: "montserratbold", "Arial", sans-serif;
  display: block;
  line-height: 50px;
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.badge-new-txt {
  background-color: #000083;
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 6px;
  color: #fff;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}

.card-brand {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}

.card-icons {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  height: 160px;
  width: 50px;
}

.card-icons img {
  position: absolute;
  height: 40px;
  width: 40px !important;
  margin: 0;
}

.card-skutecznosc {
  position: absolute;
  color: #000083;
  width: 40px;
  font-family: "montserratbold", "Arial", sans-serif;
  font-size: 1.15rem;
  text-align: center;
  margin-top: 0px;
}

.card-skutecznosc::after {
  content: "lm/W";
  font-size: 0.65rem;
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
}

.card-icons-order-1 {
  top: 50px;
}

.card-icons-order-2 {
  top: 90px;
}

.card-icons-order-3 {
  top: 130px;
}

.card-icons-order-4 {
  top: 170px;
}

.card-icons-order-5 {
  top: 210px;
}

.card-brand img {
  width: 50px !important;
}

.post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}

.post-content :hover {
  text-decoration: none;
}

.badge_e {
  position: absolute;
  bottom: 15px;
  right: 0;
  margin: 0;
}

.title {
  margin: 0;
  padding: 0;
  line-height: 1.2rem;
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #000083;
  font-size: 1em;
  display: block;
}

.sub_title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "open_sanslight";
  color: #000083;
  font-size: 0.9em;
}

.p_code {
  display: block;
  margin: 15px 0;
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #555;
  font-size: 0.8em;
}

.p_price {
  display: block;
  margin: 15px 0;
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #555;
  font-size: 0.8em;
  line-height: 0.5rem;
}

.description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  display: block;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.up-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.konfigurator-card {
  /*flex: 0 0 200px;*/
  height: 350px;
  /*border: 1px solid red;*/
  padding: 15px 10px;
}

.konfigurator-card > a {
  width: 100%;
  height: 100%;
}

.konfigurator-post-card {
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background-color: #000083;
  background-image: url("/storage/assets/layout/bg-konfigurator2.jpg");
  background-repeat: no-repeat;
  min-width: 225px;
  width: 200px;
  height: 330px;
  justify-content: flex-end;
  padding: 10px;
  flex-wrap: wrap;
}

.konfigurator-post-card-tasmy {
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background-color: #000083;
  background-image: url("/storage/assets/layout/bg-tasmy-konfigurator.png");
  background-repeat: no-repeat;
  min-width: 200px;
  width: 200px;
  justify-content: space-between;
  height: 320px;
  padding: 10px;
  flex-wrap: wrap;
}

.konfigurator-post-card:hover, .konfigurator-post-card-tasmy:hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.3);
  opacity: 0.85;
}

.konfigurator-post-card > span, .konfigurator-post-card-tasmy > span {
  flex: 0 0 auto;
  font-family: "montserratbold", "Arial", sans-serif;
  color: #fff;
  margin: 0;
  line-height: 1.5rem;
  font-size: 1.1rem;
  text-shadow: 1px 1px 2px #333;
}

.konfigurator-post-card > span:last-child, .konfigurator-post-card-tasmy > span:last-child {
  font-size: 1rem;
  font-family: "montserratbold", "Arial", sans-serif;
}

.alin-params-card {
  padding: 20px;
  background-color: #000083;
}
.alin-params-card a {
  color: #FFF;
  font-family: "montserratbold", "Arial", sans-serif;
}
.alin-params-card a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 425px) {
  .post-content .sub_title {
    font-size: 0.8rem;
  }

  .post-content .title {
    font-size: 0.95rem;
  }

  .post-content .p_code {
    margin: 5px 0;
    padding: 0;
  }

  .badge_e {
    transform: scale(0.75);
  }

  .badge-new-txt {
    font-size: 0.5rem;
  }
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(248, 249, 250, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border-radius: 12px;
}
.loading-overlay.flex {
  display: flex;
}
.loading-overlay .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e9ecef;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.loading-overlay-results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(248, 249, 250, 0.95);
  display: none;
  align-items: flex-start;
  justify-content: center;
  z-index: 9999;
  border-radius: 12px;
}
.loading-overlay-results .spinner {
  margin-top: 100px;
  width: 48px;
  height: 48px;
  border: 4px solid #e9ecef;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.category-tree {
  position: relative;
  padding: 9px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #f8f9fa;
}
.category-tree .tree-section {
  margin-bottom: 16px;
}
.category-tree .tree-section:last-child {
  margin-bottom: 0;
}
.category-tree .section-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 16px;
  background: linear-gradient(135deg, #000083 0%, #00005a 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 131, 0.25);
  margin-bottom: 12px;
}
.category-tree .section-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 131, 0.35);
  background: linear-gradient(135deg, #00005a 0%, #000040 100%);
}
.category-tree .section-toggle:active {
  transform: translateY(0);
}
.category-tree .section-toggle.collapsed .toggle-icon {
  transform: rotate(-90deg);
}
.category-tree .section-toggle .toggle-icon {
  color: white;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.category-tree .section-toggle .tree-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: white;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  flex: 1;
}
.category-tree .tree-content {
  transition: all 0.3s ease;
  overflow: hidden;
}
.category-tree .tree-content.hidden {
  display: none;
}
.category-tree ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-tree ul li {
  margin: 4px 0;
  position: relative;
  padding-left: 0;
  transition: all 0.2s ease;
}
.category-tree ul li.category-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.category-tree ul li > span,
.category-tree ul li > button {
  display: inline-flex;
  vertical-align: middle;
}
.category-tree ul li > span {
  align-items: center;
  padding: 3px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #495057;
  font-size: 0.95rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: calc(100% - 40px);
}
.category-tree ul li > span:hover {
  background: rgba(0, 0, 131, 0.08);
  color: #000083;
  transform: translateX(4px);
}
.category-tree ul li > span:active {
  transform: translateX(2px);
}
.category-tree ul li > button {
  width: 28px;
  height: 28px;
  border: 2px solid #dee2e6;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #6c757d;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  transition: all 0.2s ease;
}
.category-tree ul li > button:hover {
  border-color: #000083;
  color: #000083;
  background: #f0f7ff;
}
.category-tree ul li > button:active {
  transform: translateY(-50%) scale(0.95);
}
.category-tree ul ul {
  margin-left: 20px;
  padding-left: 12px;
  border-left: 2px solid #e9ecef;
  margin-top: 4px;
  margin-bottom: 4px;
}

.category-tree ul li > span[style*="font-weight: 700"] {
  background: linear-gradient(135deg, #000083 0%, #00005a 100%);
  color: white !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 131, 0.3);
}
.category-tree ul li > span[style*="font-weight: 700"]:hover {
  background: linear-gradient(135deg, #00005a 0%, #000040 100%);
  transform: translateX(4px);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.category-icons-container {
  background-color: #f8f9fa;
}
.category-icons-container .subcategories-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.category-icons-container .scroll-arrow {
  position: absolute;
  z-index: 10;
  background: white;
  border: 2px solid #000083;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #000083;
}
.category-icons-container .scroll-arrow:hover {
  background: #000083;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 131, 0.3);
}
.category-icons-container .scroll-arrow:active {
  transform: scale(0.95);
}
.category-icons-container .scroll-arrow.scroll-arrow-left {
  left: 10px;
}
.category-icons-container .scroll-arrow.scroll-arrow-right {
  right: 10px;
}
.category-icons-container .subcategories-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0 15px 15px 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.category-icons-container .subcategories-grid::-webkit-scrollbar {
  height: 8px;
}
.category-icons-container .subcategories-grid::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.category-icons-container .subcategories-grid::-webkit-scrollbar-thumb {
  background: #000083;
  border-radius: 10px;
}
.category-icons-container .subcategories-grid::-webkit-scrollbar-thumb:hover {
  background: #00005a;
}
.category-icons-container .subcategory-item {
  cursor: pointer;
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  min-width: 140px;
  flex: 0 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.category-icons-container .subcategory-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  border-color: #007bff;
}
.category-icons-container .subcategory-item:active {
  transform: translateY(-2px);
}
.category-icons-container .subcategory-item.is-current {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
  border-color: #007bff;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25);
}
.category-icons-container .subcategory-item.is-current::before {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 8px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.4);
}
.category-icons-container .subcategory-icon {
  margin-bottom: 12px;
}
.category-icons-container .subcategory-icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}
.category-icons-container .subcategory-item:hover .subcategory-icon img {
  filter: grayscale(0%);
}
.category-icons-container .subcategory-icon-placeholder {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #6c757d;
  transition: all 0.3s ease;
}
.category-icons-container .subcategory-icon-placeholder svg {
  transition: transform 0.3s ease;
}
.category-icons-container .subcategory-item:hover .subcategory-icon-placeholder {
  background: #e9ecef;
}
.category-icons-container .subcategory-item:hover .subcategory-icon-placeholder svg {
  transform: scale(1.1);
}
.category-icons-container .subcategory-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.category-icons-container .subcategory-item:hover .subcategory-name {
  color: #007bff;
}
.category-icons-container .subcategory-item.is-current .subcategory-name {
  color: #0056b3;
  font-weight: 600;
}
.category-icons-container .subcategory-count {
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 6px;
  font-weight: 500;
}
.category-icons-container .subcategory-item:hover .subcategory-count {
  color: #007bff;
}
.category-icons-container .subcategory-item.is-current .subcategory-count {
  color: #0056b3;
  font-weight: 600;
}

.category-tree .count-badge {
  font-size: 0.85rem;
  color: inherit;
  opacity: 0.8;
  margin-left: 4px;
}
.category-tree .category-selected .count-badge {
  opacity: 0.9;
}

.searched-content {
  position: relative;
}

.search-live-container {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .search-live-container {
    grid-template-columns: 1fr;
  }
}

.search-sidebar {
  top: 20px;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .search-sidebar {
    position: relative;
    top: 0;
  }
}

.search-main-content {
  min-width: 0;
}

.product-search-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.search-section {
  background: white;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-input-wrapper {
  position: relative;
}
.search-input-wrapper .search-input {
  width: 100%;
  padding: 16px 24px;
  font-size: 1.1rem;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f8f9fa;
  color: #2c3e50;
  font-weight: 500;
}
.search-input-wrapper .search-input::-moz-placeholder {
  color: #adb5bd;
  font-weight: 400;
}
.search-input-wrapper .search-input::placeholder {
  color: #adb5bd;
  font-weight: 400;
}
.search-input-wrapper .search-input:hover {
  border-color: #dee2e6;
  background: white;
}
.search-input-wrapper .search-input:focus {
  border-color: #007bff;
  background: white;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
  transform: translateY(-1px);
}

.active-filters-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 10px;
  flex-wrap: wrap;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease;
}
.filter-tag svg {
  color: #6c757d;
  flex-shrink: 0;
}
.filter-tag:hover {
  border-color: #000083;
  background: #f0f7ff;
}
.filter-tag.keyword-tag {
  border-color: #000083;
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
}
.filter-tag.keyword-tag svg {
  color: #000083;
}
.filter-tag.category-tag {
  border-color: #00a9e0;
  background: linear-gradient(135deg, #f0fbff 0%, #ffffff 100%);
  cursor: default;
}
.filter-tag.category-tag svg {
  color: #00a9e0;
}
.filter-tag .remove-tag {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
  transition: all 0.2s ease;
  margin-left: 4px;
}
.filter-tag .remove-tag:hover {
  color: #dc3545;
  transform: scale(1.2);
}

.clear-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3);
  white-space: nowrap;
}
.clear-all-btn svg {
  flex-shrink: 0;
}
.clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
  background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
}
.clear-all-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3);
}

.search-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.sorting-controls,
.perpage-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sorting-controls label,
.perpage-controls label {
  font-size: 0.95rem;
  color: #6c757d;
  font-weight: 600;
  white-space: nowrap;
}
.sorting-controls .sort-select,
.sorting-controls .perpage-select,
.perpage-controls .sort-select,
.perpage-controls .perpage-select {
  padding: 10px 16px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  background: #f8f9fa;
  color: #495057;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  min-width: 130px;
}
.sorting-controls .sort-select:hover,
.sorting-controls .perpage-select:hover,
.perpage-controls .sort-select:hover,
.perpage-controls .perpage-select:hover {
  border-color: #dee2e6;
  background: white;
}
.sorting-controls .sort-select:focus,
.sorting-controls .perpage-select:focus,
.perpage-controls .sort-select:focus,
.perpage-controls .perpage-select:focus {
  border-color: #000083;
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 0, 131, 0.1);
}

.perpage-controls .perpage-select {
  min-width: 80px;
}

.results-count {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
  border: 2px solid #e3f2ff;
  border-radius: 10px;
  color: #495057;
  font-size: 0.95rem;
  font-weight: 500;
}
.results-count svg {
  color: #007bff;
  flex-shrink: 0;
}
.results-count strong {
  color: #007bff;
  font-weight: 700;
}

.search-results-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(239px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .search-results-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 480px) {
  .search-results-grid {
    grid-template-columns: 1fr;
  }
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.no-results svg {
  color: #adb5bd;
  margin-bottom: 20px;
}
.no-results h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin: 0 0 12px 0;
  font-weight: 600;
}
.no-results p {
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
}
.no-results p strong {
  color: #495057;
  font-weight: 600;
}

.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.pagination-controls .pagination-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #000083 0%, #00005a 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 131, 0.3);
}
.pagination-controls .pagination-btn svg {
  transition: transform 0.3s ease;
}
.pagination-controls .pagination-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 131, 0.4);
  background: linear-gradient(135deg, #00005a 0%, #000040 100%);
}
.pagination-controls .pagination-btn:hover:not(:disabled).pagination-prev svg {
  transform: translateX(-2px);
}
.pagination-controls .pagination-btn:hover:not(:disabled).pagination-next svg {
  transform: translateX(2px);
}
.pagination-controls .pagination-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 131, 0.3);
}
.pagination-controls .pagination-btn:disabled {
  background: #e9ecef;
  color: #adb5bd;
  cursor: not-allowed;
  box-shadow: none;
}
.pagination-controls .pagination-btn:disabled svg {
  opacity: 0.5;
}
.pagination-controls .pagination-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-weight: 600;
  min-width: 100px;
  justify-content: center;
}
.pagination-controls .pagination-info .page-input {
  width: 60px;
  font-size: 1.1rem;
  color: #000083;
  font-weight: 600;
  text-align: center;
  padding: 4px 8px;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  background: white;
  transition: all 0.2s ease;
}
.pagination-controls .pagination-info .page-input:hover {
  border-color: #000083;
}
.pagination-controls .pagination-info .page-input:focus {
  outline: none;
  border-color: #000083;
  box-shadow: 0 0 0 3px rgba(0, 0, 131, 0.1);
}
.pagination-controls .pagination-info .page-input::-webkit-outer-spin-button, .pagination-controls .pagination-info .page-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagination-controls .pagination-info .page-input[type=number] {
  -moz-appearance: textfield;
}
.pagination-controls .pagination-info .current-page {
  font-size: 1.1rem;
  color: #000083;
}
.pagination-controls .pagination-info .separator {
  color: #dee2e6;
  font-size: 1rem;
}
.pagination-controls .pagination-info .total-pages {
  font-size: 1rem;
  color: #6c757d;
}

@media (max-width: 768px) {
  .search-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .sorting-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .sorting-controls .sort-select {
    width: 100%;
  }

  .results-count {
    justify-content: center;
  }

  .pagination-controls {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pagination-controls .pagination-btn span {
    display: none;
  }
  .pagination-controls .pagination-btn {
    min-width: 48px;
    padding: 12px;
  }
}
.category-filters {
  position: relative;
  border-radius: 16px;
  padding: 0 20px 20px 20px;
}
.category-filters .loading-overlay-grey {
  background: rgba(255, 255, 255, 0.9);
}
.category-filters .filter-block {
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.category-filters .filter-block:last-child {
  border-bottom: none;
}
.category-filters .filter-block .filter-title {
  margin-bottom: 12px;
}
.category-filters .filter-block .filter-title strong {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  display: block;
}
.category-filters .filter-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-filters .filter-block ul[style*=overflow-y] {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 8px;
}
.category-filters .filter-block ul[style*=overflow-y]::-webkit-scrollbar {
  width: 6px;
}
.category-filters .filter-block ul[style*=overflow-y]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.category-filters .filter-block ul[style*=overflow-y]::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 10px;
}
.category-filters .filter-block ul[style*=overflow-y]::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}
.category-filters .filter-block ul li {
  margin: 6px 0;
}
.category-filters .filter-block ul li label {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.category-filters .filter-block ul li label:hover {
  background: #f8f9fa;
}
.category-filters .filter-block ul li label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #007bff;
  flex-shrink: 0;
}
.category-filters .filter-block ul li label span {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.4;
}
.category-filters .filter-block button[type=button] {
  margin: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
}
.category-filters .filter-block button[type=button]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.category-filters .filter-block button[type=button]:active {
  transform: translateY(0);
}
.category-filters .filter-block button[type=button][style*="border: 2px solid"] {
  box-shadow: 0 2px 6px rgba(0, 0, 131, 0.3);
  background: #f0f7ff;
}
.category-filters .filter-block button[type=button] img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-filters .mb-3 {
  margin-bottom: 1rem;
}
.category-filters .text-muted {
  color: #6c757d;
  font-size: 0.875rem;
}
.category-filters .text-sm {
  font-size: 0.875rem;
}
.category-filters .text-xs {
  font-size: 0.75rem;
}
.category-filters .mt-2 {
  margin-top: 0.5rem;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  padding: 0.5rem 0;
}

.material-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  margin: 0;
}
.material-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
  transform: translateY(-2px);
}

.material-link {
  display: flex;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  margin: 0;
  height: 100%;
}

.material-icon {
  flex: 0 0 50px;
  padding: 0 15px 0 0;
}
.material-icon svg {
  max-width: 50px;
}

.material-header {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.material-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  flex: auto;
  line-height: 1.3;
  color: #333;
}

.material-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ff9800;
  white-space: nowrap;
  flex-shrink: 0;
}

.rating-icon {
  color: #ff9800;
}

.material-description {
  font-size: 0.75rem;
  color: #666;
  margin: 0.5rem 0;
  line-height: 1.4;
}

.material-type {
  display: inline-block;
  font-size: 0.65rem;
  background: #e8f4f8;
  color: #0288d1;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-weight: 500;
}

.realizacje-top h1 {
  font-size: 1.8em;
}

.realizacje-top h2 {
  font-size: 1em;
  margin: 0;
  margin-top: 40px;
}

.realizacje-top p {
  font-size: 1em;
  line-height: 1.5em;
}

.realizacje-subhead {
  font-size: 1em;
  line-height: 1.5em;
}

.realizacje-tags {
  margin-top: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.realizacje-tags a {
  color: #303030;
}

.realizacje-select-main {
  padding: 0;
  flex: 0 1 450px;
  justify-content: flex-start;
  align-items: flex-start;
}

.realizacje-select-rest {
  padding: 0;
  margin: 0;
  flex: 1 1 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.realizacje-icon {
  border: 1px solid #ccc;
  height: 100px;
  flex: 0 1 100px;
  padding: 5px;
  margin: 5px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.realizacje-icon i {
  color: #999;
}

.realizacje-icon:hover {
  text-decoration: none;
  color: #00a9e0;
}

.realizacje-icon i {
  text-align: center;
  display: block;
  font-size: 3em;
  flex: 0 0 100%;
}

.realizacje-icon p {
  display: block;
  text-align: center;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}

.realizacje-tags .realizacje-select-main .activetag {
  color: #00a9e0;
  border: 1px solid #00a9e0;
}

.realizacje-tags .realizacje-select-rest .activetag {
  border: 1px solid #00a9e0;
  color: #00a9e0;
}

.realizacje-tags .realizacje-select-main .activetag i {
  color: #00a9e0;
}

.realizacje-badge {
  flex: 0 0 auto;
  border: 1px solid #ccc;
  font-family: "open_sansregular", "Arial", sans-serif;
  padding: 0 10px;
  margin: 5px 5px 5px 0;
  font-size: 0.65em;
  height: 28px;
  color: #303030;
  line-height: 28px;
  display: inline-block;
}

.realizacje-badge:hover {
  color: #00a9e0;
  text-decoration: none;
}

.realizacje-list {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.realizacje-list-strglowna {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.realizacja-card {
  flex: 0 1 410px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 10px 0 0 0;
  position: relative;
}

.realizacja-card a {
  color: #303030;
}

.realizacja-card a:hover {
  color: #00a9e0;
}

.realizacja-card-s {
  flex: 0 1 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  margin: 0 10px;
}

.realizacja-card-s a h3 {
  color: #303030;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0 0 0 0;
}

.realizacja-card-s a h3:hover {
  color: #00a9e0;
  text-decoration: none;
  margin: 0 0 0 0;
}

.realizacja-card-s a:hover {
  color: #00a9e0;
  text-decoration: none;
}

.realizacja-card-s p {
  font-size: 0.75em;
  margin: 10px 0;
  line-height: 1.5em;
}

.realizacja-card img,
.realizacja-card-s img {
  max-width: 100%;
}

.r-tags {
  margin: 5px 0;
  flex: 0 0 auto;
}

.realizacja-card h2 {
  font-size: 0.9em;
  margin-top: 10px;
}

.realizacja-card h2 a {
  font-size: 1.1em;
  line-height: 1.5rem;
  font-family: "open_sansbold", "Arial", sans-serif;
  text-decoration: none;
  margin: 0;
  color: #303030;
}

.realizacja-card h2 a:hover {
  color: #00a9e0;
  text-decoration: none;
}

.realizacja-card p {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0;
}

.realizacja-foto-badge {
  padding: 5px;
  color: black !important;
  background-color: #fff;
  position: absolute;
  top: 45px;
  font-size: 0.65em;
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.5);
  font-family: "open_sansbold", "Arial", sans-serif;
}

.realizacje-more {
  align-items: center;
}

.realizacja-top {
  align-items: flex-start;
}

.used-items {
  margin: 25px 0;
  width: 450px;
  justify-self: center;
  position: relative;
}

.used-items-owl .item {
  align-items: center;
  width: 80%;
}

.owl-nav-prev {
  position: absolute;
  color: #999;
  left: -20px;
  top: 40%;
  font-size: 2em;
  z-index: 10;
}

.owl-nav-next {
  color: #999;
  top: 40%;
  font-size: 2em;
  position: absolute;
  right: -20px;
  z-index: 10;
}

.item img.realizacja-item-img {
  flex: 0 0 150px;
  max-height: 150px;
}

.used-items-box {
  flex: 1 1 50%;
  padding: 25px;
}

.used-items-box h3 {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  flex: 1 1 100%;
}

.used-items-box span {
  flex: 1 1 100%;
  margin: 0;
  padding: 0;
}

.used-items-box a {
  flex: 0 0 auto;
  display: block;
  padding: 5px;
  width: auto;
  height: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 0.8em;
  border: 1px #333333 solid;
  color: #333;
  font-family: "open_sansregular", "Arial", sans-serif;
  margin: 20px 0;
}

.realizacja-section p {
  line-height: 1.8em;
  font-size: 0.9em;
  width: 100%;
}

.realizacja-section h2 {
  line-height: 1.1em;
  font-size: 1.2em;
}

.realizacja-section ul li {
  font-size: 0.9em;
  list-style: none;
  font-family: "open_sansregular", "Arial", sans-serif;
  line-height: 1.5em;
}

.realizacja-section ul li:before {
  font-size: 0.9em;
  font-family: "kx-icons";
  margin-right: 10px;
  content: "";
  font-size: 1em;
}

.realizacja-item {
  width: 100%;
}

.realizacja-inne {
  width: 100%;
  justify-content: space-between;
}

.realizacja-inne h2 {
  margin: 0;
  flex: 1 1 100%;
}

@media screen and (max-width: 1150px) {
  .realizacje-list {
    justify-content: space-around;
  }

  .realizacje-tags {
    flex-wrap: wrap;
  }

  .used-items {
    width: 200px;
  }
}
.r20-header {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.r20-header-in {
  height: 100%;
  color: #FFF;
  position: relative;
  align-content: flex-end;
}

.r20-header-in > .realizacje-badge {
  font-size: 0.8rem;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 10px 10px 0;
  height: auto;
}

.r20-header-in > .realizacje-badge:hover {
  color: #00a9e0;
  border-color: #00a9e0;
}

.r20-half {
  flex: 1 1 50%;
}

.r20-sec {
  width: 100%;
  position: relative;
}

.r20-sec .gallery {
  width: 100%;
  height: auto;
}

.r20-sec .r20-gal-photo {
  flex: 0 1 80%;
  position: relative;
}

.r20-sec .r20-gal-photo > a {
  width: 100%;
  height: 100%;
}

.r20-sec .r20-here {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #00a9e0;
  position: absolute;
  transition: border 0.2s ease-in-out;
}

.r20-sec .r20-svg {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("/storage/assets/baner/pin.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.r20-sec .r20-svg:hover {
  background: url("/storage/assets/baner/pin-white.svg");
}

.r20-sec .r20-here:hover {
  border-color: transparent transparent transparent #FFF;
  transition: border 0.2s ease-in-out;
}

.r20-sec .r20-here:hover .r20-item {
  display: block;
}

.r20-sec .r20-svg:hover .r20-item {
  display: block;
}

.r20-sec img {
  width: 100%;
}

.r20-text p {
  font-size: 0.9rem;
}

.r20-text {
  width: 400px;
  height: auto;
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10%;
  padding: 20px 30px;
}

.r20-item {
  position: absolute;
  top: 14px;
  left: 50px;
  width: 150px;
  font-family: "open_sansregular", "Arial", sans-serif;
  display: none;
  color: #303030;
  font-size: 0.9rem;
  background-color: #FFF;
  margin: 0;
  padding: 10px;
}

.r20-item > p, .r20-item > a, .r20-item > h3 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}

.r20-item > a {
  font-family: "open_sansregular", "Arial", sans-serif;
  width: 100%;
}

.r20-item > img {
  height: auto;
  width: auto;
  max-height: 150px;
  max-width: 150px;
}

@media screen and (max-width: 1150px) {
  .r20-text {
    width: 100%;
    height: auto;
    position: static;
    background: none;
    padding: 0 20px;
  }
}
.onas-okanluxie {
  flex-wrap: wrap;
}

.onas-okanluxie h1 {
  flex: 1 1 100%;
}

h1.onas-header {
  font-size: 2em;
}

.sharelink {
  display: block;
  font-size: 0.7em;
  color: #666;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.onas-okanluxie p {
  flex: 1 1 100%;
  padding: 20px 20px 20px 0;
  line-height: 1.75em;
  font-size: 0.938em;
}

.onas-okanluxie p.onas-subhead {
  flex: 1 1 100%;
  padding: 20px 20px 20px 0;
  line-height: 1.75em;
  font-size: 1.125em;
}

.onas-okanluxie > a {
  flex: 1 1 100%;
  font-size: 0.7em;
  color: #000;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.onas-numbers {
  background-color: #000083;
  color: #fff;
}

.onas-numbers .inner-content {
  flex-wrap: wrap;
}

.onas-count {
  padding: 40px 0;
  flex: 1 0 300px;
  justify-content: center;
  align-items: center;
}

.onas-count span {
  font-family: "montserratbold", "Arial", sans-serif;
  flex: 0 0 auto;
}

.onas-count span i {
  font-size: 4em;
  padding: 10px;
}

.onas-count .dane {
  font-size: 40px;
  font-family: "montserratbold", "Arial", sans-serif;
}

.onas-count p {
  line-height: 1.5em;
  font-size: 0.8em;
  flex: 0 0 auto;
}

.onas-marki-bg-grey {
  background-color: #eeeeee;
}

.onas-marki-bg-blue {
  background-color: #000083;
}

.onas-marki-bg-blue h1,
.onas-marki-bg-blue h2,
.onas-marki-bg-blue p,
.onas-marki-bg-blue a {
  color: #fff;
}

.onas-marki {
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.onas-marki h2 {
  flex: 1 1 100%;
  justify-content: center;
  font-size: 1.5em;
  margin: 30px 0;
}

.onas-markibox {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1 0 300px;
  height: 100%;
  justify-content: space-around;
}

.onas-markibox-img {
  flex: 0 0 85px;
  padding: 20px;
}

.onas-markibox-img img {
  width: 75px;
}

.onas-markibox-img .smart-img {
  width: 65px;
}

.onas-markibox-txt {
  flex: 1 1 auto;
  width: 100%;
  height: 80%;
  justify-content: space-between;
}

.onas-markibox-txt h3 {
  color: white;
  margin: 20px 0;
  font-size: 1em;
}

.onas-markibox-txt sub {
  line-height: 1.5em;
  margin: 0;
  font-size: 1em;
  color: #00a9e0;
  font-family: "montserratbold", "Arial", sans-serif;
}

.onas-markibox-txt p {
  line-height: 1.5em;
  margin: 10px 0;
  font-size: 0.8em;
  height: 120px;
}

.onas-markibox-txt a {
  margin: 30px 0;
  font-size: 0.8em;
  color: #00a9e0;
  text-decoration: none;
  font-family: "open_sanslight";
}

.onas-markibox-txt a:hover {
  text-decoration: underline;
}

.onas-nagrody {
  align-content: center;
  justify-content: flex-start;
}

.onas-nagrody h2 {
  flex: 0 0 100%;
  font-size: 1.5em;
  margin: 30px 0;
}

.bot-border {
  border-bottom: 1px solid #ccc;
}

.onas-nagrodybox {
  flex: 0 0 380px;
  margin: 0 20px;
  padding: 30px 0;
  color: #303030;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
  flex-wrap: nowrap;
  transition: 0.5s all ease-in-out;
}

.onas-nagrodybox:nth-child(7),
.onas-nagrodybox:nth-child(8),
.onas-nagrodybox:nth-child(9) {
  border-bottom: none;
}

.onas-nagrodybox:hover {
  color: #00a9e0;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}

.onas-nagrodybox i {
  font-size: 4em;
  flex: 0 0 50px;
  margin: 0;
}

.nagrody-svg {
  color: #303030;
  width: 60px;
}

.nagrody-svg:hover {
  color: #00a9e0;
}

.onas-nagrodybox p {
  line-height: 1.5em;
  font-size: 0.8em;
  margin: 10px;
  flex: 0 0 250px;
}

.onas-nagrodybox p b {
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #666;
}

.onas-news {
  justify-content: space-between;
  align-items: flex-start;
}

.onas-news h2 {
  flex: 1 1 100%;
  font-size: 1.125em;
  margin: 30px 0;
}

.onas-news h2 > a {
  font-size: 1.125em;
  color: #303030;
  font-style: "montserratbold", "Arial", sans-serif;
}

.onas-news h2 > a:hover {
  color: #000083;
  text-decoration: none;
}

.onas-newscard {
  text-decoration: none;
  flex: 0 0 275px;
  margin: 15px;
}

.onas-newscard > a > h2 {
  font-family: "montserratbold", "Arial", sans-serif;
  flex: 0 0 auto;
  line-height: 1.5rem;
  color: #303030;
  font-size: 1em;
  padding-top: 20px;
  margin: 0;
}

.onas-newscard > a > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}

.onas-newscard > a > h2:hover {
  color: #000083;
  text-decoration: none;
}

.onas-newscard p {
  flex: 1 1 100%;
  font-size: 0.75em;
  margin: 0 5px;
  padding: 0;
  line-height: 1.5em;
}

.onas-newscard span.news-data {
  flex: 1 1 100%;
  font-size: 0.65rem;
  margin: 15px 0;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.onas-dzialamy h1 {
  flex: 1 1 auto;
  margin: 50px;
  font-size: 1.5em;
}

.onas-dzialamy span {
  flex: 3 3 60%;
  padding: 50px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.75em;
  font-size: 0.938em;
}

p.tech-subhead {
  line-height: 1.875em;
  font-size: 1.125em;
}

.tech-proces {
  background-color: #000083;
  color: #fff;
}

.tech-proces > .inner-content {
  align-items: center;
}

.tech-proces .inner-content {
  flex-wrap: wrap;
}

.tech-proces-steps {
  align-items: center;
}

.tech-proces-title h2 {
  color: #fff;
  padding: 40px 0;
  flex: 1 0 300px;
  justify-content: center;
  align-items: center;
}

.tech-proces-arrow {
  flex: 0 0 50px;
}

.tech-proces-step {
  flex: 0 0 25%;
  align-items: center;
}

.tech-proces-arrow {
  flex: 0 0 10%;
}

.tech-proces-arrow i {
  flex: 0 0 10%;
  font-size: 4em;
}

.tech-proces-step i {
  flex: 0 0 90px;
  font-size: 4em;
  align-items: center;
}

.tech-proces-step span {
  line-height: 1.5em;
  padding: 10px;
  font-size: 0.8em;
  flex: 0 0 50%;
}

.tech-block {
  justify-content: center;
  align-items: center;
}

.block80 {
  flex: 0 1 80%;
  align-items: stretch;
  justify-self: center;
}

.tech80-section {
  flex: 0 1 auto;
  justify-content: center;
}

.tech80-section img {
  max-width: 1350px;
}

.tech80-section p {
  line-height: 1.8em;
  font-size: 0.938em;
}

.tech80-prod {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  flex-wrap: nowrap;
  align-items: center;
}

.tech80-prod h2 {
  flex: 0 0 auto;
  padding: 0 40px 0 0;
}

.tech80-prod p {
  flex: 1 1 auto;
  justify-self: flex-end;
}

@media screen and (max-width: 1366px) {
  .onas-okanluxie {
    justify-content: flex-start;
  }

  .onas-nagrody h1,
.onas-marki h1,
.onas-news h1 {
    flex: 0 1 100%;
    font-size: 1.5em;
    padding-left: 50px;
  }

  .onas-markibox {
    flex: 0 0 460px;
    height: unset;
  }

  .onas-markibox-txt p {
    height: unset;
  }

  .onas-markibox-txt {
    height: unset;
    justify-content: unset;
  }

  .onas-nagrodybox:nth-child(5) {
    border-bottom: 1px solid #ccc;
  }

  .onas-newscard {
    margin: 20px;
  }

  .onas-news {
    justify-content: center;
  }

  .tech-proces-title h2 {
    margin-left: 50px;
  }

  .tech80-section {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .onas-nagrody h1 {
    text-align: center;
    margin-left: 0;
  }

  .onas-nagrody h1,
.onas-marki h1,
.onas-news h1 {
    font-size: 1.2em;
    text-align: center;
  }

  .onas-nagrodybox {
    flex: 1 1 100%;
    justify-content: center;
  }

  .onas-nagrodybox p {
    flex: 1 1 100%;
  }

  .onas-nagrodybox:nth-child(5),
.onas-nagrodybox:nth-child(6),
.onas-nagrodybox:nth-child(7) {
    border-bottom: 1px solid #ccc;
  }

  .onas-newscard {
    flex: 0 0 60%;
  }

  .tech-proces-steps {
    flex: 1 1 100%;
  }

  .tech-proces-step {
    justify-content: center;
    flex: 1 1 100%;
    display: flex;
  }

  .tech-proces-arrow {
    display: flex;
    justify-content: center;
    flex: 1 1 100%;
  }

  .tech-proces-arrow img {
    transform: rotate(90deg);
    justify-self: center;
  }

  .tech-proces-title h2 {
    flex: 1 1 100%;
  }

  .tech80-prod {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tech80-prod h2 {
    text-align: center;
    padding: 0;
  }

  .tech80-section {
    padding: 0 10px;
  }

  .block80 {
    flex: 1 1 100%;
  }

  .onas-markibox-img img {
    width: 75px;
  }

  .onas-markibox {
    flex: 0 0 320px;
  }

  .onas-nagrody h1,
.onas-marki h1,
.onas-news h1 {
    padding-left: 0;
  }

  .onas-markibox {
    height: unset;
  }

  .onas-markibox-txt {
    height: unset;
    justify-content: unset;
  }

  .onas-markibox-txt p {
    height: unset;
  }
}
.news-title h1 {
  flex: 1 1 100%;
  font-size: 1.6em;
  margin: 20px 0;
}

.news-title p {
  flex: 1 1 100%;
  margin: 10px 0;
  line-height: 1.5em;
  font-size: 1em;
}

.news-subtitle {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.date-badge {
  flex: 0 0 auto;
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin: 0 15px 0 0;
  font-size: 0.7em;
}

.news-list {
  align-items: stretch;
  flex-wrap: wrap;
}

.news-listbox {
  flex: 0 0 70%;
  padding: 50px 0;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
}

.news-listbox .img-box {
  flex: 0 0 275px;
}

.news-listbox-txt {
  margin: 0;
  flex: 1 1 auto;
  padding-left: 30px;
}

.news-listbox-txt h2 {
  padding: 0;
  margin: 0;
  flex: 1 1 100%;
  font-size: 1.3rem;
  font-family: "montserratbold", "Arial", sans-serif;
}

.news-listbox-txt p {
  margin: 0;
  flex: 1 1 100%;
  font-size: 0.75em;
}

.news-listbox-txt a {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.75em;
  flex: 1 1 100%;
  align-self: flex-end;
}

.news-listbox-txt a:hover {
  color: #00a9e0;
}

.news-data {
  padding: 0;
  margin: 0;
  flex: 1 1 100%;
  font-size: 0.65em;
  font-family: "open_sansregular", "Arial", sans-serif;
  align-self: flex-end;
}

.news-paginator {
  justify-content: center;
  margin: 0 0 20px 0;
}

.news-paginator ul.pagination {
  text-align: center;
  display: inline;
  flex: 1 1 100%;
}

.news-paginator ul.pagination li {
  display: inline;
}

.news-paginator ul.pagination li a {
  font-size: 0.938em;
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #303030;
  padding: 0 5px;
}

.news-paginator ul.pagination li span {
  font-size: 0.938em;
  font-family: "open_sansregular", "Arial", sans-serif;
  padding: 0 5px;
}

.news-paginator ul.pagination li a i {
  font-size: 1em;
  color: #000;
}

.news-paginator ul.pagination li.disabled a i {
  font-size: 1em;
  color: #ccc;
}

.news-paginator ul.pagination li a:hover {
  text-decoration: none;
}

.news-paginator ul.pagination li.active span {
  font-size: 0.938em;
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #000083;
}

.paginator {
  padding: 10px;
}

.news-thb {
  flex: 0 0 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-thb img {
  width: 100%;
  max-width: 275px;
}

.news_gallery {
  justify-content: center;
}

.news_gallery img {
  margin: 10px;
  max-height: 120px;
}

@media screen and (max-width: 1100px) {
  .news-listbox {
    flex: 0 1 90%;
  }
}
@media screen and (max-width: 768px) {
  .news-listbox {
    flex: 0 1 100%;
    flex-wrap: wrap;
  }

  .news-list {
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .news-listbox-txt {
    padding-left: 0;
    margin: 10px;
  }

  .news-thb {
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 15px;
  }

  .news-thb img {
    max-width: 100%;
  }
}
.job-proces-top {
  flex: 1 1 100%;
  align-items: center;
  padding: 10px;
}

.job-proces-top h2 {
  flex: 0 0 auto;
  color: #fff;
  margin-right: 80px;
}

.job-proces-top p {
  flex: 0 1 auto;
  color: #fff;
  padding: 10px;
}

.job-proces-bot {
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.job-proces-arrow i {
  color: #fff;
  font-size: 4em;
}

.job-proces-step i {
  color: #fff;
  font-size: 4em;
}

.job-proces-diagonal-arrow {
  margin: 0 10px;
  color: #fff;
  font-size: 4em;
  align-items: center;
  justify-content: center;
}

.arrow-diagonal1 {
  flex: auto;
  transform: rotate(-45deg);
}

.arrow-diagonal2 {
  transform: rotate(-135deg);
}

.job-proces-step {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.job-proces-step span {
  padding: 10px;
}

.job-proces-bigarrow {
  color: #fff;
  font-size: 4em;
}

.why-header {
  flex: 1 1 100%;
}

.why-header p {
  line-height: 1.5em;
  font-size: 1em;
}

.why-reasons {
  flex: 1 1 100%;
  justify-content: space-between;
}

.why-reason {
  flex: 0 0 30%;
  flex-wrap: nowrap;
}

.why-reason i {
  color: #00a9e0;
  flex: 0 0 auto;
  font-size: 3.5em;
  align-self: flex-start;
  padding: 0 10px;
  transition: 0.2s all ease-in-out;
}

.why-reason i:hover {
  color: #000083;
  transition: 0.2s all ease-in-out;
  font-size: 3.5em;
}

.why-reason-txt {
  flex: 1 1 100%;
}

.why-reason-txt h3 {
  flex: 1 1 auto;
  padding: 2px 0 2px 0;
  margin: 12px 0;
}

.why-reason-txt p {
  flex: 1 1 100%;
}

.inicjatywy {
  justify-content: center;
  flex: 1 1 100%;
}

.inicjatywy-header {
  flex: 1 1 100%;
}

.inicjatywy-header p {
  line-height: 1.5em;
  font-size: 0.9375em;
}

.ini-box {
  flex: 0 0 33%;
}

.ini-box img {
  width: 100%;
}

.ini-text {
  width: 100%;
  height: 100%;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
}

.ini-text h2 {
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.6em;
}

.ini-text p {
  text-align: center;
  font-size: 0.9375em;
  margin: 0;
}

.hr-contact {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.hr-contact-left, .hr-contact-right {
  flex: 1 1 500px;
  align-items: center;
}

.hr-contact-left h2 {
  color: #fff;
  margin: 20px 0;
}

.hr-contact-left p {
  color: #fff;
  font-size: 1em;
}

.hr-contact-right {
  justify-content: space-around;
}

.hr-contact-right span i {
  vertical-align: middle;
  padding: 10px;
  font-size: 1.5em;
}

.hr-contact-right span {
  color: #fff;
  font-family: "open_sansbold", "Arial", sans-serif;
  flex: 0 0 250px;
  text-align: center;
  font-size: 1em;
}

.job-list {
  flex: 1 1 100%;
}

.job-list > a {
  margin: 0;
  color: #303030;
  text-decoration: none;
}

.job-list span {
  text-align: center;
}

.job-box {
  flex: 1 1 70px;
  align-items: center;
  flex-wrap: nowrap;
  border-top: 1px solid #ccc;
}

.job-box:hover {
  background-color: #eee;
}

.job-list:last-child {
  border-bottom: 1px solid #ccc;
}

.job-box span {
  flex: 1 1 30%;
  font-size: 0.8125em;
}

.job-box h3 {
  font-family: "open_sansbold", "Arial", sans-serif;
  flex: 1 1 30%;
  font-size: 0.8125em;
}

.job-box i {
  flex: 0 0 auto;
  font-size: 2em;
  color: #303030;
}

.job-offer {
  align-items: flex-start;
}

.job-offer-left {
  flex: 1 1 50%;
  justify-content: flex-start;
  padding-right: 50px;
}

.job-offer-left h1 {
  margin: 10px;
}

.job-part h3 {
  margin: 15px 0;
}

.job-offer-left h2 {
  text-align: center;
}

.job-offer-left span {
  text-align: left;
  margin: 20px 0;
}

.job-part ul li {
  list-style: disc;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
}

.job-part ul {
  margin: 0;
  padding: 0 15px;
}

.job-icons {
  align-items: center;
}

.job-icon {
  flex: 1 1 auto;
  align-items: center;
}

.job-icon img {
  padding: 5px;
}

.job-offer-right {
  flex: 1 1 50%;
  padding: 50px;
  justify-content: flex-start;
}

.job-offer-right {
  align-items: stretch;
}

.job-offer-right h2 {
  flex: 1 1 auto;
  color: #000083;
}

.job-offer-right p {
  line-height: 1.5em;
  font-size: 0.9375em;
}

.job-form {
  flex: 1 1 100%;
}

.job-form input[type=text] {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  padding: 10px;
  flex: 1 1 100%;
  height: 40px;
  margin-bottom: 20px;
}

.job-form textarea {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  padding: 10px;
  flex: 1 1 100%;
  height: 200px;
  margin-bottom: 20px;
}

.job-form input[name=wiadomosc] {
  flex: 1 1 100%;
  font-size: 0.8125em;
  padding: 10px;
  vertical-align: top;
  font-family: "open_sansregular", "Arial", sans-serif;
  height: 80px;
  margin-bottom: 20px;
}

.job-form input::-moz-placeholder {
  text-align: top;
  color: #b9b9b9;
}

.job-form input::placeholder {
  text-align: top;
  color: #b9b9b9;
}

.job-form span {
  flex: 1 1 auto;
  align-self: flex-end;
  font-size: 0.7em;
  padding: 2px;
}

.job-form {
  flex: 1 1 auto;
}

.job-form img {
  flex: 0 0 auto;
  align-self: flex-start;
}

.job-form label {
  flex: 0 0 auto;
  font-size: 0.7em;
  padding: 2px;
}

.job-form .btn {
  flex: 0 0 auto;
  align-self: flex-start;
}

.job-rodo p {
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 0;
}

.job-rodo span {
  display: block;
  padding: 0;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #303030;
}

.job-rodo .show-more-rodo {
  cursor: pointer;
  display: block;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #303030;
  margin: 20px 0;
}

.rodo-start {
  display: inline;
}

.rodo-hide {
  display: none;
}

.tripledot {
  display: inline;
}

.file-upload-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-file-upload {
  display: inline-block;
  padding: 16px 12px;
  cursor: pointer;
  font-size: 1em;
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #000083;
}

.file-upload-wrap > label.custom-file-upload {
  font-size: 0.8em;
}

.custom-file-upload img {
  vertical-align: middle;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.checkbox-container input {
  flex: 0 0 auto;
  margin: 5px 10px;
  height: 20px;
  width: 20px;
}

.checkbox-container label {
  flex: 1 1 auto;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
}

.pracownicy p {
  font-size: 0.9375em;
}

.job-form span.form-error {
  color: #f00;
  font-size: 0.7em;
}

@media screen and (max-width: 966px) {
  .job-proces-step {
    flex: 1 1 100%;
    justify-content: center;
  }

  .job-proces-bigstep {
    display: flex;
    justify-content: center;
  }

  .job-proces-bigstep .job-proces-step {
    flex: 0 1 33%;
    flex-wrap: wrap;
  }

  .job-proces-arrow {
    transform: rotate(90deg);
  }

  .job-proces-bigstep {
    flex: 1 1 100%;
  }

  .job-proces-bigarrow {
    flex: 0 1 33%;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    transform: rotate(-90deg);
  }

  .job-proces-diagonal-arrow {
    transform: rotate(90deg);
  }

  .why-reason {
    flex: 1 1 300px;
  }

  .hr-contact-left, .hr-contact-right {
    padding: 10px;
  }

  .ini-img {
    display: none;
  }

  .ini-text {
    justify-content: stretch;
  }

  .ini-box {
    flex: 1 1 100%;
  }

  .job-offer-right {
    flex: 1 1 500px;
    padding: 10px;
  }

  .job-offer-left {
    padding: 10px;
  }
}
.kontakt {
  align-items: flex-start;
}

p.kontakt-subhead {
  flex: 1 1 100%;
  padding: 20px 20px 20px 0;
  line-height: 1.75em;
  font-size: 1.125em;
  font-family: "open_sansbold", "Arial", sans-serif;
}

p.kontakt-subhead i {
  font-size: 1.2em;
  font-weight: 700;
  padding-right: 8px;
}

.kontakt-top h3 {
  margin: 20px 0 0 0;
}

.kontakt-top h1 {
  margin-top: 0;
}

.kontakt-top p {
  margin: 0;
}

.kontakt-top .underlink {
  font-size: 0.65rem;
}

.kontakt-top .map-init:hover {
  text-decoration: underline !important;
  color: #00a9e0;
}

.kontakt-link {
  font-size: 1rem !important;
}

.kontakt-link:hover {
  text-decoration: underline !important;
  color: #00a9e0;
}

.kontakt-bar {
  flex: 0 1 auto;
  justify-self: center;
  justify-content: center;
  align-items: center;
}

.kontakt-bar span {
  background-color: #fff;
  display: inline;
  border: 1px solid #ccc;
  font-size: 0.8em;
  padding: 8px 20px;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.kontakt-bar span.active {
  background-color: #00a9e0;
  border: 1px solid #00a9e0;
  color: #fff;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.kontakt .form-btn {
  background-color: #000083;
  border: solid 1px #000083;
  padding: 7px 15px;
  font-size: 0.8rem;
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #FFF;
}
.kontakt .form-btn:hover {
  color: #000083;
  background-color: #FFF;
  border: solid 1px #000083;
}

.kontakt-bar span.active a {
  color: #fff;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.kontakt-bar a {
  text-decoration: none;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8em;
  color: #000;
}

#mapex, #rms-cz {
  height: 400px;
  width: 100%;
  position: relative;
}

.kontakt-rms > h1 {
  color: #FFF;
}

#rms {
  width: 350px;
  padding: 5px;
  height: auto;
  min-height: 90px;
  z-index: 1001;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  left: 50px;
  top: -50px;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 3px;
}

.jc-center {
  justify-content: center;
}

.sticky {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 1;
}

.sticky + .content {
  padding-top: 100px;
}

/* DZIAŁY KANLUXA */
.dzialy > h2 {
  flex: 1 1 100%;
  margin: 0 40px;
}

.taby {
  flex: 0 0 auto;
}

.taby > ul {
  list-style: none;
  padding: 0;
}

.tabs li > i {
  display: none;
  float: right;
  cursor: pointer;
  font-size: 1.5em;
  transition: all 0.2s ease-in;
}

.tabs li > i.r180 {
  transform: rotate("180deg");
  transition: all 0.2s ease-in;
}

.acordeon-content {
  display: none;
}

.dzialy > .taby > .tabs li {
  border-top: 1px solid #ccc;
  padding: 20px 40px;
}

.dzialy > .taby > .tabs li a {
  font-size: 0.8125em;
  text-decoration: none;
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #000;
  text-align: center;
}

.dzialy > .taby > .tabs li a.active {
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #000083;
}

.dzialy > .taby > .tabs li:last-child {
  border-bottom: 1px solid #ccc;
}

.dzialy-desc {
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.tab-content > .dzialy-desc > p {
  margin-top: 50px;
  flex: 0 0 50%;
  line-height: 1.5rem;
}

.tab-content > .dzialy-desc > img {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
}

.dzial-kontakt {
  flex: 1 1 50%;
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 0.9em;
}

.dzial-kontakt h3 {
  font-size: 1em;
}

.dzial-kontakt i {
  font-size: 1.5em;
  font-weight: 500;
  padding: 10px;
}

.dzialy-info {
  flex: 1 1 400px;
  padding: 0;
  align-self: stretch;
}

.tab-content .zlokalizuj-mnie-dk {
  color: #000083;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 0.688em;
}

.tab-content {
  flex: 1 1 100%;
  align-items: stretch;
  margin-left: 50px;
}

.tab-content h2, .tab-content span, .tab-content p {
  flex: 0 0 auto;
  margin: 0;
}

.tab-content span {
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 1em;
  padding: 10px 0;
}

.tab-content p {
  font-size: 1em;
}

.tab-content img {
  vertical-align: middle;
  padding: 5px;
}

.dk-forms {
  margin: 10px 0;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
}

.dk-spin {
  font-size: 1.5em;
  height: 1.5em;
  margin-left: 100px;
}

.dk-search input {
  height: 40px;
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 0;
  float: left;
  text-align: center;
  font-size: 0.8em;
  color: #303030;
  border: 1px #ccc solid;
}

select.dk-select {
  height: 40px;
  flex: 0 1 25%;
  box-sizing: border-box;
  padding: 0;
  float: left;
  text-align: center;
  font-size: 0.8em;
  color: #303030;
  border: 1px #ccc solid;
}

.dk-search button {
  color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  background-color: #000083;
  width: 40px;
  height: 40px;
  padding: 0px;
}

.dk-select-city option {
  height: 15px;
}

.dk-people {
  flex: 0 0 auto;
  margin: 20px 0;
  justify-content: flex-start;
  align-items: center;
}

.dk-people2 {
  flex: 1 1 auto;
  margin: 20px 0;
  justify-content: flex-start;
  align-items: center;
}

.dk-forms span {
  margin: 0 10px;
  flex: 0 0 auto;
}

.dk-search {
  flex: 0 1 40%;
  flex-wrap: nowrap;
}

.dk-person-box {
  flex: 1 1 33%;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: center;
}

.dk-person {
  flex: 1 1 100%;
}

.dk-person img {
  flex: 0 0 80px;
  border-radius: 80px;
  max-height: 80px;
  padding: 0;
}

.dk-person .dk-titles {
  flex: 1 1 auto;
}

.dk-person .dk-titles p, .dk-person .dk-titles b {
  flex: 1 1 100%;
  margin: 0px;
  padding: 5px;
}

.dk-person .dk-titles p {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.7em;
}

.dk-person .dk-titles b {
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 0.75em;
}

.dk-person-box span {
  flex: 1 1 100%;
  margin-top: 10px;
  padding: 0px;
  font-size: 0.8rem;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.dk-person-box span a {
  color: #303030;
  font-size: 0.8rem;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.dk-ppl-spin {
  font-size: 2em;
}

/* EASY COMPLETE */
.easy-autocomplete {
  flex: 1 1 100%;
  position: relative;
}

.easy-autocomplete-container {
  background-color: white;
  position: absolute;
  width: 100%;
  top: 39px;
}

.easy-autocomplete-container ul {
  border: 1px solid #ccc;
}

.easy-autocomplete-container ul li {
  font-size: 0.8em;
  line-height: 1.5em;
  font-style: "open_sansregular", "Arial", sans-serif;
  padding: 0 !important;
}

.easy-autocomplete-container ul li:hover {
  color: #00a9e0;
}

.search-kontakt {
  width: 100%;
}

/* Formularz kontaktowy */
.kontakt-form-section {
  background-color: #000083;
}

.kontakt-form-inner {
  align-items: flex-start;
}

.kontakt-form h2 {
  flex: 1 1 100%;
  margin: 0;
}

.kontakt-half {
  color: #fff;
  flex: 0 0 50%;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
}

.kontakt-half .btn {
  justify-self: flex-end;
}

.kontakt-txthalf i {
  background-color: #000083;
  height: auto;
  border-radius: 100px;
  padding: 20px;
  align-self: center;
  font-size: 7rem;
  color: #fff;
}

.kontakt-txthalf {
  flex: 0 0 50%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: left;
  align-items: flex-start;
}

.kontakt-form {
  padding: 20px;
  color: #303030;
  background-color: #fff;
}

.kontakt-form label {
  font-size: 0.8rem;
}

.kontakt-modal {
  color: #303030;
  width: 100%;
}

.kontakt-form span {
  flex: 1 1 auto;
  align-self: flex-end;
  font-size: 0.7em;
  padding: 2px;
}

.kontakt-form input[type=text] {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  padding: 10px;
  flex: 1 1 100%;
  height: 40px;
  margin-bottom: 20px;
}

.kontakt-form select {
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #303030;
  font-size: 0.8125em;
  padding: 10px;
  flex: 1 1 100%;
  height: 40px;
  margin-bottom: 20px;
}

.kontakt-form textarea {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  padding: 10px;
  height: 100px;
  margin-bottom: 40px;
}

.kontakt-form input[name=wiadomosc] {
  flex: 1 1 100%;
  font-size: 0.8125em;
  padding: 10px;
  vertical-align: top;
  font-family: "open_sansregular", "Arial", sans-serif;
  height: 80px;
  margin-bottom: 20px;
}

.kontakt-form input::-moz-placeholder {
  text-align: top;
  color: #b9b9b9;
}

.kontakt-form input::placeholder {
  text-align: top;
  color: #b9b9b9;
}

/* KONTAKT MAG */
.kontakt-mag p {
  font-size: 1rem;
}

.kontakt-mag a {
  font-family: "open_sansregular", "Arial", sans-serif;
  color: #303030;
  font-size: 0.6875em;
}

.kontakt-mag span {
  font-size: 1em;
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #303030;
}

.spolki-mapa {
  align-items: flex-start;
  flex: 1 1 100%;
  z-index: 0;
}

.spolki-mapa img {
  max-width: 100%;
}

.spolki-mapa h2 {
  flex: 1 1 auto;
  padding: 20px 0;
}

.spolki {
  justify-content: space-between;
}

.spolka-box:nth-last-child(-n+2) {
  border-bottom: 1px solid #ccc;
}

.spolka-box {
  flex: 0 1 40%;
  border-top: 1px solid #ccc;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 10px 50px;
  align-items: flex-end;
}

.spolka-adres {
  flex: 0 1 300px;
}

.spolka-adres h3 {
  margin: 5px 0;
}

.spolka-kontakt {
  flex: 0 1 300px;
  flex-wrap: nowrap;
}

.spolka-box span i {
  font-size: 1.5em;
  padding: 5px;
}

.spolka-box img {
  vertical-align: middle;
}

.dane-rej {
  align-items: stretch;
}

.dane-rej h2 {
  flex: 1 1 100%;
}

.dane-rej p {
  line-height: 1.5em;
  font-size: 1em;
}

.dane-rej-12 {
  flex: 1 2 50%;
  align-items: flex-start;
}

.dane-rej-12 p, .dane-rej-14 p {
  flex: 1 1 100%;
}

.dane-rej-14 {
  flex: 1 1 25%;
  align-items: flex-start;
}

.kontakt-top p {
  line-height: 1.75em;
  font-size: 1em;
}

.kontakt-top a {
  font-family: "open_sanslight";
  color: #000;
}

.kontakt-top span {
  line-height: 1.5em;
  font-size: 1em;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.form-error {
  color: #F00 !important;
}

.kontakt-form input[name=company] {
  display: none;
  opacity: 0;
}

.g-recaptcha {
  margin: 0 0 40px 0;
}

.kontakt-top span img {
  vertical-align: middle;
  padding: 5px;
}

.phones-list li {
  padding: 5px 5px 5px 0;
  font-size: 1em;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.phones-list li i {
  padding: 5px 5px 5px 0;
  font-size: 1.5em;
}

.gdzie-kupic-left {
  flex: 1 1 70%;
}

.gdzie-kupic-right {
  flex: 0 0 200px;
  align-items: center;
  justify-content: center;
}

.gdzie-kupic-left h2 {
  color: #fff;
}

.gdzie-kupic-left p {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
}

.modal-gk, .modal-justmap {
  padding: 0;
  position: relative;
}

.modal-justmap h2 {
  flex: 1 1 100%;
  margin-left: 20px;
}

#mapmag, #mapcentrala, #maptech {
  height: 500px;
}

.justmap {
  width: 100%;
}

.modal-gk-map {
  flex: 1 0 450px;
}

.modal-gk-left {
  flex: 1 0 450px;
  padding: 50px 50px 10px 50px;
  overflow: hidden;
  position: relative;
}

.modal-gk-side {
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
}

.gk-places {
  overflow: hidden;
  /* Hide horizontal scrollbar */
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  flex: 1 1 80%;
  height: 100%;
  margin-right: -50px;
  /* maximum width of scrollbar */
  padding-right: 50px;
  /* maximum width of scrollbar */
  overflow-y: scroll;
}

.gk-place-detail {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  opacity: 1;
  position: absolute;
  margin-left: 100%;
  justify-content: space-between;
  align-items: stretch;
}

.modal-gk-left span.gk-title {
  width: 100%;
  font-size: 1.375em;
  line-height: 1.875em;
  font-family: "montserratbold", "Arial", sans-serif;
  padding: 0;
  margin: 0;
}

.kontakt-modal span.gk-title {
  width: 100%;
  font-size: 1.375em;
  line-height: 1.875em;
  font-family: "montserratbold", "Arial", sans-serif;
  padding: 0;
  margin: 0;
}

.gk-places-pane {
  flex: 1 1 80%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.gk-bar {
  margin: 10px 0;
  flex: 0 0 auto;
  align-self: stretch;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.gk-bar span {
  height: 50px;
  background-color: #fff;
  display: inline;
  border: 1px solid #828282;
  font-size: 0.7em;
  padding: 12px 20px;
  font-family: "open_sansregular", "Arial", sans-serif;
  margin: 0;
  flex: 1 1 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gk-bar span a {
  flex: 1 1 100%;
  color: #303030;
  font-size: 1em;
}

.gk-bar span.active {
  background-color: #828282;
}

.gk-bar span.active a {
  color: #fff;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.gk-search {
  flex: 0 0 auto;
}

.gk-search input {
  border: 0;
  height: 40px;
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 0;
  float: left;
  text-align: center;
  font-size: 0.8em;
  color: #303030;
  border: 1px #ccc solid;
}

.gk-search button {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  background-color: #000083;
  width: 40px;
  height: 40px;
  padding: 0px;
}

.gk-place {
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  border-bottom: 1px #ccc solid;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.gk-place:hover {
  transition: all 0.2s ease-in-out;
  background-color: #eee;
}

.gk-place span, .gk-place p {
  color: #303030;
  margin: 0;
  padding: 0;
}

.gk-place span {
  font-size: 0.7em;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.gk-place i {
  position: absolute;
  right: 0;
  top: 38%;
}

.gk-place p {
  font-size: 0.65em;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.link-not-see {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.gk-places-pane::-webkit-scrollbar {
  display: none;
}

.gk-go-back {
  cursor: pointer;
  font-family: "open_sansbold", "Arial", sans-serif;
  color: #000083;
  font-size: 0.8em;
}

.gk-buttons {
  flex: 0 0 auto;
  align-items: center;
}

.gk-buttons span {
  flex: 1 1 50%;
}

.zlokalizuj-mnie {
  color: #000083;
  font-family: "open_sansbold", "Arial", sans-serif;
  padding: 10px 0;
  font-size: 0.8em;
  cursor: pointer;
}

.zlokalizuj-mnie img {
  vertical-align: middle;
  width: 20px;
  margin: 5px 5px 5px 0;
  height: 25px;
}

.gk-place-detail-header {
  flex: 0 0 auto;
  justify-self: flex-start;
}

.gk-place-detail-info {
  flex: 0 0 auto;
  justify-self: flex-start;
  /* align-self: center; */
  width: 50%;
  padding: 10px;
}

.gk-place-detail-info p {
  font-size: 1rem;
}

.gk-place-detail-info p b {
  font-family: "open_sansbold", "Arial", sans-serif;
}

.gk-detail-footer {
  flex: 0 0 auto;
  justify-self: flex-end;
}

.gk-detail-footer span {
  font-family: "open_sansbold", "Arial", sans-serif;
}

.gk-detail-footer hr, .gk-detail-footer p {
  margin: 0;
  padding: 0;
}

.popular-cities h4 {
  flex: 1 1 100%;
}

.popular-cities span {
  cursor: pointer;
  line-height: 1.5em;
  flex: 0 0 30%;
  margin: 5px 0;
}

.popular-cities span:hover {
  font-family: "open_sansbold", "Arial", sans-serif;
}

#map {
  height: 600px;
}

.close {
  border: 0;
  background: transparent;
  z-index: 1000;
  font-size: 3em;
  position: absolute;
  right: 10px;
}

#export-modal {
  display: block;
  position: absolute;
  left: -50%;
  opacity: 0;
  top: 0;
  z-index: 1010;
  width: 50%;
  height: 100%;
  background: white;
  padding: 30px;
  cursor: default;
  overflow-y: scroll;
}

#export-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  cursor: pointer;
}

.export-person {
  flex: 1 1 100%;
  padding: 10px;
}

#modal-ex > hr {
  flex: 1 1 100%;
  width: 100%;
  margin: 10px 0;
}

.export-person > img {
  flex: 0 0 auto;
  height: 80px;
  max-height: 80px;
  padding: 0;
  margin-right: 20px;
}

.export-person > .export-person-txt {
  flex: 1 1 50%;
  align-items: flex-start;
}

.export-person > .export-person-txt > p {
  flex: 1 1 100%;
  padding: 0;
  margin: 0;
}

.export-person > .export-person-txt > b {
  font-size: 0.9rem;
  flex: 1 1 100%;
  padding: 0;
  margin: 0;
}

.export-person > .export-person-txt > a {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-family: "open_sansregular", "Arial", sans-serif;
  padding: 0;
  margin: 0;
}

.relacje > h1 {
  flex: 1 1 100%;
}

.relacje > h2 {
  flex: 1 1 100%;
  margin: 20px 0;
}

.relacje i {
  margin: 10px;
  font-size: 1.6rem;
}

.relacje p {
  font-size: 0.8rem;
}

.ogloszenie-card {
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 200px;
  height: 320px;
  padding: 10px;
  font-size: 0.8rem;
  text-align: left;
  justify-content: space-between;
}

.ogloszenie-card > img {
  display: block;
  margin: 20px auto;
  width: 50px;
}

.ogloszenie-card > a {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.ogloszenie-card > p {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.ogloszenie-card:hover,
.post-card.hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 966px) {
  .spolka-box {
    justify-content: flex-start;
    padding: 0;
  }

  #modal-kontakt {
    width: 100%;
    margin: auto;
  }

  .dk-person-box {
    flex: 1 0 250px;
    flex-wrap: wrap;
  }

  .dk-forms {
    flex-wrap: wrap;
  }

  .taby {
    flex: 1 1 100%;
  }

  .tabs li i {
    display: block;
  }

  .tab-content {
    display: none;
  }

  .spolka-box {
    flex: 0 0 100%;
  }

  .dane-rej-12 {
    flex: 1 1 100%;
  }

  .dane-rej-14 {
    flex: 1 1 50%;
  }

  .dzialy > .taby > .tabs li {
    padding: 20px 10px;
  }

  .dzialy > .taby > .tabs li a .active {
    display: block;
  }

  .dzialy > .taby > .tabs li a:not(.active) .dzialy > .taby > .tabs li {
    display: none;
  }

  .dzialy-info {
    padding: 10px;
  }

  .sticky {
    top: 10px;
  }

  #map {
    height: 300px;
    display: none;
  }

  .modal-gk-map {
    display: relative;
    flex: 1 1 100%;
  }

  .modal-gk-side {
    position: unset;
    height: 90vh;
    flex: 1 1 100%;
    align-items: stretch;
  }

  .modal-gk-left {
    padding: 10px;
    position: unset;
    flex: 1 1 100%;
    justify-content: stretch;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .gk-detail-mobile {
    display: none;
  }

  .dzialy-desc > img {
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
  }
}
.baza-header span {
  line-height: 2em;
  font-size: 1em;
}

.baza-header h1 {
  margin-bottom: 30px;
}

.baza-mainart h1 b {
  font-family: "montserratbold", "Arial", sans-serif;
}

.baza-mainart p {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 40px 0;
}

.article-badge {
  flex: 0 0 auto;
  border: 1px solid #ccc;
  font-family: "open_sansregular", "Arial", sans-serif;
  padding: 0 10px;
  margin: 5px;
  font-size: 0.65em;
  height: 28px;
  color: #303030;
  line-height: 28px;
  display: inline-block;
}

.article-badge:hover {
  color: #00a9e0;
  text-decoration: none;
}

.baza-articles {
  justify-content: space-between;
  align-items: flex-start;
}

.baza-articles h1 {
  flex: 1 1 100%;
  font-size: 1.5em;
  margin: 30px 0;
}

.baza-articles h2 {
  flex: 1 1 100%;
}

.baza-articles .baza-articles-titles {
  flex: 1 1 100%;
}

.baza-articles .baza-articles-titles h2 {
  flex: 1 1 100%;
  margin: 0;
}

.baza-articles .baza-articles-titles a {
  font-size: 0.8rem;
  flex: 1 1 100%;
  margin: 0;
}

.baza-articlecard {
  flex: 0 0 275px;
}

.baza-articlecard h2 {
  flex: 1 1 100%;
  font-size: 1em;
  margin: 10px 0;
}

.baza-articlecard p {
  flex: 1 1 100%;
  font-size: 0.75em;
  margin: 5px 0 20px 0;
  line-height: 1.5em;
}

.article-badges {
  flex: 1 1 100%;
}

.faq-section {
  justify-content: center;
}

.faq-content {
  flex: 0 1 60%;
  background-color: #fff;
  padding: 20px;
}

.faq-content h2 {
  margin-bottom: 20px;
  font-size: 1.4em;
}

.faq-pytanie {
  align-items: center;
}

.faq-pytanie hr {
  flex: 1 1 100%;
}

.faq-pytanie h3 {
  font-size: 1em;
  flex: 1 1 auto;
}

.faq-pytanie img {
  flex: 0 0 auto;
  justify-self: flex-end;
  max-height: 10px;
  transition: transform 0.2s ease-in-out;
}

.faq-odp p {
  font-size: 0.9em;
  color: #000;
}

.faq-odp {
  flex: 1 1 100%;
  display: none;
}

.faq-hidden {
  display: none;
}

.showmore_faq {
  font-size: 0.7em;
}

.r180 {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}

.blue-h3 {
  color: #000083;
}

.slownik-section {
  flex: 1 1 100%;
}

.slownik {
  flex: 0 0 30%;
  border-right: 1px solid #ccc;
}

.pojecia-contener {
  flex: 1 1 60%;
  flex-wrap: nowrap;
}

.pojecie {
  flex: 1 1 auto;
  display: none;
}

.pojecia-active {
  display: block;
}

.pojecia {
  flex: 1 1 auto;
  padding: 20px 50px;
}

.pojecia h3 {
  font-size: 1.8em;
}

.pojecia p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 80px;
}

.pojecia img {
  max-width: 100%;
  flex: 1 1 100%;
}

.pojecia-prod {
  flex: 0 0 180px;
  height: 250px;
  border: 1px dashed #6a2c91;
}

.slownik h2 {
  flex: 1 1 100%;
}

.alfabet ul li {
  list-style: none;
  text-align: center;
}

.alfabet ul {
  margin: 0;
  padding: 0;
}

.alfabet {
  padding: 10px;
  flex: 0 0 10px;
}

.pane-outer {
  flex: 1 1 80%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.slownik-pane {
  overflow: hidden;
  /* Hide horizontal scrollbar */
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  flex: 1 1 100%;
  padding: 30px;
  height: 100%;
  margin-right: -50px;
  /* maximum width of scrollbar */
  padding-right: 50px;
  /* maximum width of scrollbar */
  overflow-y: scroll;
}

.slwonik-pane::-webkit-scrollbar {
  display: none;
}

.alfabet-sec {
  flex: 0 0 auto;
}

.alfabet-litera {
  flex: 0 0 100px;
  min-height: 58px;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.alfabet-litera p {
  font-size: 2em;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.alfabet-sec-list {
  flex: 1 1 50%;
  align-items: center;
  min-height: 100px;
}

.alfabet-sec-list span {
  flex: 1 1 100%;
  line-height: 2em;
  cursor: pointer;
}

.alfabet-sec-list span:hover {
  color: #00a9e0;
}

.alfabet-sec hr {
  flex: 1 1 100%;
}

.active_letter {
  font-family: "open_sansbold", "Arial", sans-serif;
  padding: 5px;
  background-color: #000083;
  color: #fff;
}

.sticky_letter {
  position: absolute;
  top: 0;
  left: 30px;
}

.alfabet ul li {
  cursor: pointer;
  font-family: "open_sansregular", "Arial", sans-serif;
}

input, button {
  margin: 0;
}

.article-search input {
  border: 0;
  height: 30px;
  width: 200px;
  box-sizing: border-box;
  padding: 0;
  float: left;
  text-align: center;
  font-size: 0.8em;
  color: #303030;
  border-bottom: 1px #000083 solid;
}

form.article-search {
  margin: 0 50px 0 0;
}

.article-search button {
  vertical-align: middle;
  box-sizing: border-box;
  border: 0;
  background-color: #000083;
  width: 30px;
  height: 30px;
  padding: 0px;
}

.articles-list {
  align-items: stretch;
  flex: 0 0 66%;
  flex-wrap: wrap;
}

.articles-listbox:first-child {
  padding-top: 20px;
}

.articles-listbox {
  flex: 0 1 100%;
  align-items: flex-start;
  margin-right: 40px;
  padding: 50px 0;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
}

.articles-listbox .img-box {
  flex: 0 0 275px;
}

.articles-listbox-txt {
  flex: 1 1 auto;
  padding-left: 30px;
}

.articles-listbox-txt a.article-title-link {
  font-size: 1em;
  flex: 1 1 auto;
  margin: 0;
  color: #303030;
}

.articles-listbox-txt a.article-title-link:hover {
  color: #00a9e0;
}

.articles-listbox-txt p {
  font-size: 0.9em;
  padding: 0;
  flex: 1 1 auto;
}

.article-tags {
  flex: 1 1 100%;
}

.articles-side {
  flex: 0 0 30%;
  align-self: flex-start;
  justify-self: flex-end;
}

.articles-content {
  align-items: flex-start;
  flex-wrap: nowrap;
}

.article-short {
  flex: 1 1 100%;
  justify-content: flex-start;
  border-bottom: 1px #ccc solid;
  padding: 20px 0;
  align-items: center;
  flex-wrap: nowrap;
}

.article-short:first-of-type {
  border-top: 1px #ccc solid;
}

.article-short a.article-img {
  flex: 0 0 50%;
  padding-right: 20px;
}

.article-short a.article-img img {
  width: 100%;
}

.article-short h4 {
  flex: 0 0 50%;
  font-size: 0.8em;
}

.articles-popular {
  flex: 1 1 100%;
}

.articles-real {
  justify-content: space-between;
}

.articles-real h2 {
  flex: 1 1 100%;
}

.small-real {
  flex: 0 1 45%;
}

.small-real a {
  font-size: 0.8em;
  color: #303030;
}

.small-real a:hover {
  color: #00a9e0;
}

.small-real img {
  flex: 0 0 auto;
  width: 100%;
}

.see-all {
  flex: 0 0 auto;
  align-self: flex-end;
}

.most-readed {
  flex: 1 1 100%;
}

.most-readed a {
  font-size: 0.8rem;
  color: #303030;
}

.most-readed a:hover {
  color: #00a9e0;
}

.article-center {
  justify-content: center;
}

.art-podsumowanie {
  flex: 1 1 80%;
  align-items: center;
  padding: 50px 0;
  margin: 50px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  justify-content: space-around;
}

.article > .art-podsumowanie h2 {
  flex: 0 0 50%;
  text-align: center;
}

.article > .art-podsumowanie p {
  flex: 1 1 50%;
  font-size: 1em;
}

.article p, .article img, .article h2, .article h3 {
  flex: 1 1 100%;
  margin: 20px 0;
}

.article p {
  text-align: justify;
  font-size: 1em;
  font-family: "open_sansregular", "Arial", sans-serif;
  line-height: 1.8em;
}

.article {
  text-align: justify;
  font-size: 1em;
  font-family: "open_sansregular", "Arial", sans-serif;
  line-height: 1.8em;
}

.article ul {
  margin: 20px 0;
}

.article ul li {
  line-height: 1.8em;
  list-style: square;
  margin-left: 40px;
  padding-left: 20px;
}

.article > img {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.article-prod {
  position: relative;
  justify-content: center;
  flex: 1 1 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-movie {
  justify-content: center;
  flex: 1 1 100%;
  margin: 50px 0;
}

.article-owl {
  width: 1000px;
  padding: 0 50px;
  position: relative;
}

.art-product {
  flex: 1 1 100%;
  align-items: center;
  padding: 20px 0;
  margin: 50px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  justify-content: space-around;
  flex-wrap: wrap;
}

.art-product > .product-card {
  flex: 0 0 210px;
  margin-right: 20px;
}

.art-product .art-prod-txt {
  flex: 1 1 500px;
}

.art-quote {
  padding-left: 50px;
  border-left: 1px solid #ccc;
  font-size: 0.9em;
  font-family: "open_sansitalic", "Arial", sans-serif;
  line-height: 1.8em;
  margin: 20px 0;
  align-items: center;
}
.art-quote q::before {
  content: "";
}
.art-quote q::after {
  content: "";
}

.art-quote img {
  flex: 0 0 78px;
  height: 78px;
  margin-right: 30px;
  width: 100%;
  min-width: 0;
}

.quote-author {
  flex: 1 1 auto;
  font-size: 1.2em;
  line-height: 1.5em;
}

.art-name {
  font-family: "open_sansbold", "Arial", sans-serif;
  display: block;
}

.art-function {
  display: block;
  font-family: "open_sansregular", "Arial", sans-serif;
}

@media screen and (max-width: 966px) {
  .baza-articles {
    justify-content: space-around;
  }

  .faq-content {
    flex: 0 1 95%;
    padding: 10px;
  }

  .slownik {
    flex: 1 1 100%;
  }

  .pojecia {
    flex: 1 1 100%;
  }

  .pojecia-contener {
    flex-wrap: wrap;
  }

  .pojecia-prod {
    display: none;
  }

  .articles-content {
    flex-wrap: wrap;
  }

  .articles-list {
    flex: 1 1 100%;
  }

  .articles-side {
    flex: 1 1 100%;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .most-readed, .articles-popular, .articles-real {
    flex: 0 1 250px;
  }

  .articles-popular {
    flex: 0 1 250px;
    order: 3;
  }

  .article-side h2 {
    flex: 0 1 100%;
  }

  .article-short {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 700px) {
  .articles-listbox {
    flex-wrap: wrap;
  }

  .articles-listbox-txt {
    padding: 0;
  }

  .articles-popular {
    flex: 1 1 250px;
  }

  .art-product > .product-card {
    order: 2;
    margin-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .most-readed, .articles-popular, .articles-real {
    flex: 1 1 100%;
  }
}
/* POROWNYWARKA */
.por-buttons {
  justify-content: flex-end;
}

.por-top-btn {
  display: flex;
  align-items: center;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.9rem;
  flex: 0 0 auto;
  padding: 5px;
  font-weight: normal !important;
}

.por-top-btn i {
  padding: 5px;
  font-size: 1.6rem;
}

.por-top-btn:hover {
  color: #00a9e0;
}

.por-head {
  background: white;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

#copy-link > i {
  opacity: 1;
  color: #303030;
  font-size: 1.4rem;
}

#compare_link {
  font-size: 0.8rem;
  padding: 5px;
  width: 400px;
}

#copy-link-btn {
  float: right;
  cursor: pointer;
}

#copy-link-btn:hover {
  color: #00a9e0;
}

#copy-link:hover #copy-link > i {
  color: #00a9e0;
}

.por-title {
  flex: 1 1 19%;
}

.por-title h1 {
  margin: 0;
}

.por-title > span {
  flex: 1 1 100%;
  margin-bottom: 12px;
  font-size: 1.2em;
  font-family: "open_sansbold", "Arial", sans-serif;
  align-self: flex-end;
}

.por-prod-box {
  position: relative;
  justify-content: center;
  flex: 1 1 19%;
  border: 1px solid #ccc;
  padding: 0px;
}

.por-prod-box .por-img {
  flex: 0 1 150px;
  padding: 1px;
}

.por-prod-box img.remove-item {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
}

.por-prod-box img.remove-item:hover {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 10px;
  top: 10px;
}

.por-prod-box a,
.por-prod-box h4,
.por-prod-box span {
  margin: 0;
  padding: 0 10px;
  flex: 1 1 100%;
}

.por-prod-box a {
  color: #000083;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.por-prod-box h4 {
  color: #000083;
  font-size: 0.8em;
  font-family: "open_sanslight", "Arial", sans-serif;
  margin: 5px 0;
}

.por-prod-box span {
  color: #303030;
  font-size: 0.7em;
}

.por-class {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.por-body {
  align-items: stretch;
}

.por-para-row {
  flex: 0 0 auto;
  border-bottom: 1px solid #ccc;
}

.por-para-title {
  flex: 1 1 19%;
  align-items: center;
  padding: 0px;
}

.por-para-title p {
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 0.75rem;
  padding: 10px;
  margin: 0;
}

.por-para-title p > i {
  font-size: 0.85em;
  padding: 10px;
}

.por-para-values-wrapper {
  flex: 1 1 79%;
  flex-wrap: nowrap;
}

.por-para-values {
  align-items: center;
  flex: 1 1 19%;
  padding: 0px;
  border-left: 1px solid #ccc;
}

.por-para-values p {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.75em;
  padding: 10px;
  margin: 0;
}

.same {
  background-color: #fffddb;
}

.same2 {
  background-color: #000ddb;
}

/* Klasy energetyczne */
.pointer i {
  color: #fff;
  padding-bottom: 2px;
}

.pointer {
  width: 40px;
  height: 26px;
  position: relative;
  background: #ccc;
  color: white;
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 1em;
  text-align: center;
  padding: 2px;
  transition: 0.2s ease-in-out all;
}

.pointer:before {
  content: "";
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 13px solid #ccc;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-App.pointer::before {
  border-right: 13px solid #499b45;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-App.pointer {
  background-color: #499b45;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-Ap.pointer::before {
  border-right: 13px solid #5fb848;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-Ap.pointer {
  background-color: #5fb848;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-A.pointer::before {
  border-right: 13px solid #bed630;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-A.pointer {
  background-color: #bed630;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-B.pointer::before {
  border-right: 13px solid #fff12e;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-B.pointer {
  background-color: #fff12e;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-C.pointer::before {
  border-right: 13px solid #f6b833;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-C.pointer {
  background-color: #f6b833;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-D.pointer::before {
  border-right: 13px solid #ed6d33;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-D.pointer {
  background-color: #ed6d33;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-E.pointer::before {
  border-right: 13px solid #e93f33;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-E.pointer {
  background-color: #e93f33;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-LED.pointer::before {
  border-right: 13px solid #29abe2;
  transition: 0.2s ease-in-out all;
}

.post-card:hover .class-LED.pointer {
  background-color: #29abe2;
  transition: 0.2s ease-in-out all;
}

.pointer-eei {
  width: 40px;
  height: 30px;
  position: relative;
  background: #ccc;
  color: white;
  font-family: Calibri;
  font-weight: 700;
  font-size: 1.4rem;
  text-shadow: 0px 0px 2px #000;
  text-align: center;
  line-height: 30px;
  padding: 0 22px 2px 6px;
  transition: 0.2s ease-in-out all;
  top: 1px;
  right: 1px;
}

.pointer-eei:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #ccc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transition: 0.2s ease-in-out all;
}

.shadow-eei {
  width: 45px;
  height: 32px;
  position: absolute;
  background: #000;
  color: black;
  font-family: "open_sansbold", "Arial", sans-serif;
  padding: 2px;
  transition: 0.2s ease-in-out all;
}

.shadow-eei:before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 16px solid #000;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-A.pointer-eei::before {
  border-right: 15px solid #499b45;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-A.pointer-eei {
  background-color: #499b45;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-B.pointer-eei::before {
  border-right: 15px solid #5fb848;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-B.pointer-eei {
  background-color: #5fb848;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-C.pointer-eei::before {
  border-right: 15px solid #bed630;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-C.pointer-eei {
  background-color: #bed630;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-D.pointer-eei::before {
  border-right: 15px solid #fff12e;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-D.pointer-eei {
  background-color: #fff12e;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-E.pointer-eei::before {
  border-right: 15px solid #f6b833;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-E.pointer-eei {
  background-color: #f6b833;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-F.pointer-eei::before {
  border-right: 15px solid #ed6d33;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-F.pointer-eei {
  background-color: #ed6d33;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-G.pointer-eei::before {
  border-right: 15px solid #e93f33;
  transition: 0.2s ease-in-out all;
}

.post-card .class-eei-G.pointer-eei {
  background-color: #e93f33;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-A.pointer-eei::before {
  border-right: 15px solid #499b45;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-A.pointer-eei {
  background-color: #499b45;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-B.pointer-eei::before {
  border-right: 15px solid #5fb848;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-B.pointer-eei {
  background-color: #5fb848;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-C.pointer-eei::before {
  border-right: 15px solid #bed630;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-C.pointer-eei {
  background-color: #bed630;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-D.pointer-eei::before {
  border-right: 15px solid #fff12e;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-D.pointer-eei {
  background-color: #fff12e;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-E.pointer-eei::before {
  border-right: 15px solid #f6b833;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-E.pointer-eei {
  background-color: #f6b833;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-F.pointer-eei::before {
  border-right: 15px solid #ed6d33;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-F.pointer-eei {
  background-color: #ed6d33;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-G.pointer-eei::before {
  border-right: 15px solid #e93f33;
  transition: 0.2s ease-in-out all;
}

.badge-class .class-eei-G.pointer-eei {
  background-color: #e93f33;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-A.pointer-eei::before {
  border-right: 15px solid #499b45;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-A.pointer-eei {
  background-color: #499b45;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-B.pointer-eei::before {
  border-right: 15px solid #5fb848;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-B.pointer-eei {
  background-color: #5fb848;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-C.pointer-eei::before {
  border-right: 15px solid #bed630;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-C.pointer-eei {
  background-color: #bed630;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-D.pointer-eei::before {
  border-right: 15px solid #fff12e;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-D.pointer-eei {
  background-color: #fff12e;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-E.pointer-eei::before {
  border-right: 15px solid #f6b833;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-E.pointer-eei {
  background-color: #f6b833;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-F.pointer-eei::before {
  border-right: 15px solid #ed6d33;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-F.pointer-eei {
  background-color: #ed6d33;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-G.pointer-eei::before {
  border-right: 15px solid #e93f33;
  transition: 0.2s ease-in-out all;
}

.class-container .class-eei-G.pointer-eei {
  background-color: #e93f33;
  transition: 0.2s ease-in-out all;
}

.pointer-eei > .eei-range {
  position: absolute;
  right: 1px;
  height: 28px;
  top: 1px;
  background-color: #FFF;
  text-shadow: none;
  color: #000;
  line-height: 0.6rem;
  padding: 0px 4px;
  font-size: 0.6rem;
}
.pointer-eei > .eei-range > img {
  max-width: 10px;
  display: inline;
}

.class-kompl {
  display: flex;
  font-size: 0.6em;
  text-align: left;
  line-height: 1.2em;
}

.class-kompl i {
  flex: 0 0 auto;
  margin-left: -3px;
  margin-top: 2px;
  font-size: 2em;
  text-align: left;
}

.class-kompl i:before {
  margin: 0px;
}

.class-kompl:hover > .class-hover {
  display: block;
}

.class-hover {
  position: absolute;
  width: 200px;
  height: 200px;
  display: none;
  background-color: #ccc;
}

.sticky {
  position: fixed;
  top: 54px;
  max-width: 1350px;
  left: 50%;
  margin-left: -675px;
}

.sticky + .por-body {
  padding-top: 270px;
}

/* PASEK PORÓWNYWARKI */
.por-bar-box {
  position: fixed;
  z-index: 50;
  border-top: 1px solid #ccc;
  background-color: #fff;
  height: 50px;
  bottom: 0;
  align-items: stretch;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.r90:before {
  transform: rotate(90deg);
}

.por-bar {
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

#download_pdf, #show_diffs {
  cursor: pointer;
}

.por-bar-arrow {
  position: absolute;
  top: -20px;
  height: 20px;
  width: 50px;
  right: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #FFF;
  z-index: -1;
  justify-content: center;
  display: flex;
}

.por-bar-arrow:hover {
  cursor: pointer;
  color: #00a9e0;
}

.por-bar span {
  flex: 0 0 auto;
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 0.8em;
}

.por-bar-btn {
  height: 20px;
  justify-self: flex-end;
  flex: 0 0 auto;
  padding: 10px;
  border: 1px solid #ccc;
  color: #303030;
  margin: 0 10px;
}

.por-bar-prods {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 400px;
}

.por-bar-item {
  align-items: center;
  justify-content: flex-start;
  fleX: 0 1 25%;
  padding: 3px;
}

.por-bar-item img {
  width: 40px;
  height: 40px;
}

.por-bar-item .remove-por-item {
  cursor: pointer;
  flex: 0 0 10px;
  justify-self: flex-start;
  height: 15px;
  width: 15px;
  margin-left: 10px;
}

.por-item-titles {
  flex: 0 1 auto;
  color: #000;
}

.por-item-titles:hover {
  color: #00a9e0;
}

.por-item-titles p {
  flex: 0 0 auto;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
}

.por-item-titles b {
  flex: 0 0 auto;
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
}

/*  WYSZUKIWARKA */
.category-tree button {
  border: 0;
}

@media screen and (max-width: 1350px) {
  .sticky {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 966px) {
  .block.w100.por-bar-box {
    padding: 0 !important;
  }

  .ico-compare {
    font-size: 2rem;
  }

  #compare_it {
    margin: 0;
  }

  .por-bar span {
    display: none;
  }

  .por-head {
    lefT: 0;
  }

  .por-title {
    display: none;
  }

  .por-para-title {
    flex: 1 1 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .por-para-values-wrapper {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 700px) {
  .por-body {
    overflow-x: auto;
  }

  .por-head {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .por-item-titles {
    display: none;
  }

  .por-prod-box img {
    flex: 0 0 100px;
    max-height: 100px;
  }

  .por-para-values-wrapper {
    flex: 1 1 100%;
    flex-wrap: nowrap;
  }

  .por-prod-box {
    flex: 0 0 200px;
  }

  .por-para-row {
    width: 800px;
  }

  .por-title {
    display: none;
  }

  .por-para-title {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    flex: 0 0 800px;
  }

  .por-para-values {
    border-top: 1px solid #ccc;
    flex: 0 0 200px;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    bottom: -15px;
    max-height: 0;
    max-width: 0;
    margin-top: 0;
  }
  30% {
    opacity: 0.8;
    bottom: -3px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    max-height: 200px;
    margin-top: 12px;
    max-width: 400px;
  }
}
@keyframes fadeoutdown {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    opacity: 0.2;
    bottom: -3px;
  }
  100% {
    opacity: 0;
    bottom: -15px;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes disappear {
  0% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
.notyf__icon--alert, .notyf__icon--confirm {
  height: 21px;
  width: 21px;
  background: white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.notyf__icon--alert:after, .notyf__icon--alert:before {
  content: "";
  background: #ed3d3d;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
}
.notyf__icon--alert:after {
  height: 3px;
  top: 14px;
}
.notyf__icon--alert:before {
  height: 8px;
  top: 4px;
}

.notyf__icon--confirm:after, .notyf__icon--confirm:before {
  content: "";
  background: #3dc763;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}
.notyf__icon--confirm:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}
.notyf__icon--confirm:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px;
}

.notyf__toast {
  display: block;
  overflow: hidden;
  animation: fadeinup 0.3s forwards;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
  position: relative;
  padding-right: 13px;
}
.notyf__toast.notyf--alert {
  background: #ed3d3d;
}
.notyf__toast.notyf--confirm {
  background: #3dc763;
}
.notyf__toast.notyf--disappear {
  animation: fadeoutdown 0.3s 1 forwards;
  animation-delay: 0.25s;
}
.notyf__toast.notyf--disappear .notyf__message {
  opacity: 1;
  animation: fadeoutdown 0.3s 1 forwards;
  animation-delay: 0.1s;
}
.notyf__toast.notyf--disappear .notyf__icon {
  opacity: 1;
  animation: disappear 0.3s 1 forwards;
}

.notyf__wrapper {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  border-radius: 3px;
}

.notyf__icon {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  opacity: 0;
  animation: appear 0.5s forwards;
  animation-delay: 0.25s;
}

.notyf__message {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  animation: fadeinup 0.3s forwards;
  animation-delay: 0.15s;
}

.notyf {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 20%;
  color: white;
  z-index: 9999;
}

/* Small screens */
@media only screen and (max-width: 736px) {
  .notyf__container {
    width: 90%;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
  }
}
.products-grid {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
}

.products-grid-left {
  position: relative;
  flex: 0 0 16%;
  min-width: 300px;
  font-size: 0.84em;
  background-color: #f7f7f7;
  margin-top: 15px;
}

.products-grid-left a, .products-grid-left label {
  font-family: "open_sanslight";
  font-weight: 600;
}

.products-grid-left label > span {
  display: block;
  float: left;
  width: 80%;
  font-size: 0.9em;
}

.marki-towarzyszace-linkbox {
  background-color: white;
  padding-top: 50px;
}
.marki-towarzyszace-linkbox a {
  margin: 0;
  padding: 0;
  display: block;
}
.marki-towarzyszace-linkbox img {
  max-width: 220px;
  padding: 25px;
}

.products-grid-right {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex: 0 1 auto;
  width: 100%;
  justify-content: flex-start;
}

.jplist-no-results {
  width: 100%;
  margin-left: 20px;
}

.param-box {
  display: flex;
  flex-direction: column;
}

.param-box h4 {
  background-color: #000083;
  color: #fff;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-size: 1.1em;
}

.param-box h5 {
  padding-left: 15px;
  font-size: 1em;
  max-width: 230px;
}

.jplist-panel .jplist-group {
  width: auto;
  min-width: 200px;
  padding-left: 15px;
}

.jplist-range-slider {
  margin: 15px 0;
}

.param-box-submenu, .param-box ul {
  padding: 15px;
}

.param-box-submenu > li {
  padding: 2px 0;
}

.param-box ul li {
  /*margin-bottom: 7px;*/
}

.param-box ul li a {
  color: #000;
}

.p-header-panel {
  margin: 10px;
  font-size: 0.8em;
}

.prod-title p {
  font-size: 0.938rem;
  flex: 1 1 100%;
}

.prod-top {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  height: 40px;
}

.prod-bottom {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  height: 40px;
}

.prods-cats {
  flex: 1 1 100%;
  margin: 20px 0;
  max-width: 900px;
  justify-content: flex-start;
}

.prods-cats a {
  flex: 0 1 90px;
  color: #000083;
  font-size: 0.8rem;
  font-family: "montserratbold", "Arial", sans-serif;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  transition: 0.5s all ease-in-out;
}

.prods-cats .owl-item img {
  width: 60px;
}

.prods-cats a > span {
  flex: 0 0 auto;
  max-width: 90px;
  font-size: 0.6rem;
  font-family: "montserratbold", "Arial", sans-serif;
  transition: 0.5s all ease-in-out;
}

.prods-cats a:hover {
  color: #00a9e0;
  transition: 0.25s all ease-in-out;
}

.prods-cats a > i:hover {
  transform: rotate(20deg);
  transition: 0.2s all ease-in-out;
}

.prods-cats a > i:visited, .prods-cats a > i:focus, .prods-cats a > i:active {
  transform: scale(1.3);
  opacity: 0;
  transition: 0.25s all ease-in-out;
}

.icon-clicked {
  transform: scale(1.3);
  opacity: 0;
  transition: 0.25s all ease-in-out;
}

.prods-cats a i {
  transform: rotate(0deg);
  transition: 0.5s all ease-in-out;
  flex: 0 0 auto;
  font-size: 3.5rem;
}

.category-disabled {
  color: #999 !important;
  pointer-events: none;
}

.svg-container:hover svg {
  transform: translateX(0);
  transition: 0.2s all ease-in-out;
}

.svg-container svg {
  transform: translateX(20px);
  transition: 0.2s all ease-in-out;
}

.svg-container {
  width: 64px;
  border-radius: 50px;
  background-color: #000081;
  height: 64px;
  margin: 0 auto 20px auto;
}

.pdf-wrapper {
  position: relative;
  min-height: 300px;
  /* Pozycje */
  /* SVG */
  /* Hover */
  /* Disabled */
}
.pdf-wrapper .pdf-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.2s ease, transform 0.2s ease;
}
.pdf-wrapper .pdf-prev {
  left: -45px;
}
.pdf-wrapper .pdf-next {
  right: -45px;
}
.pdf-wrapper .pdf-nav svg {
  width: 56px;
  /* ⬅️ większe strzałki */
  height: 56px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pdf-wrapper .pdf-nav:hover {
  color: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%) scale(1.1);
}
.pdf-wrapper .pdf-nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.pdf-wrapper .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e9ecef;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.pdf-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 10;
}

.search-results-form {
  padding: 20px;
  justify-content: space-between;
}
.search-results-form input {
  width: 400px;
  height: 40px;
  font-size: 1rem;
  padding: 10px;
}
.search-results-form .sorting {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.plist, .p-header-panel {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex: 1 1 100%;
  justify-content: flex-start;
}

.maxheight250 {
  max-height: 250px;
}

/* jquery UI theme orazx jplist override ===== */
.jplist-range-slider .ui-slider {
  width: 40%;
}

.icheckbox_minimal, .iradio_minimal {
  margin-right: 5px;
  /* dodany aby tekst się nie łamał pod checkboxa */
  display: block;
  float: left;
}

.block-element > label {
  display: block;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.ui-widget-content {
  border: 1px solid #b3cecf;
  background: #b3cecf 50% 50% repeat-x;
  color: #00aab3;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 10px;
}

.ui-slider-horizontal {
  height: 2px;
}

.ui-slider .ui-slider-handle {
  top: -7px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #00aab3;
  background: #00aab3 50% 50% repeat-x;
  font-weight: normal;
  color: #00aab3;
}

.jplist-panel .jplist-pagination .jplist-current {
  color: #00a9e0;
  background-color: #fff;
  border: none;
}

.jplist-panel .jplist-pagination .jplist-pagingprev button, .jplist-panel .jplist-pagination .jplist-pagingnext button {
  font-size: 2em;
  line-height: 20px;
}

.jplist-panel .jplist-pagination button {
  height: 25px;
  line-height: 25px;
  border: none;
  padding: 0 5px;
}

.jplist-panel button:hover {
  background-color: #fff;
  font-weight: bold;
  color: #00a9e0;
}

.prod-top .jplist-drop-down {
  width: 120px;
  height: 25px;
  line-height: 25px;
}

.prod-top .jplist-drop-down ul {
  width: 120px;
}

.products-grid-left .clr_label > img {
  border: 2px solid #e4e4e4;
}

.products-grid-left .clr_label:hover > img {
  border: 2px solid #777;
}

.products-grid-left .clr_label.checked > img {
  padding: 2px;
  border: 2px solid #000;
}

.products-grid-left .clr_label > div {
  visibility: hidden;
  width: 0px;
}

.products-grid-left .clr_ul li {
  display: block;
  float: left;
  margin: 3px;
}

.prod-top .jplist-drop-down span {
  font-size: 0.9em;
}

.jplist-drop-down .jplist-dd-panel {
  height: 25px;
  color: black;
  line-height: 25px;
}

.select-filtr {
  display: flex;
  flex-grow: 1;
  align-self: center;
}

.prod-top .jplist-label {
  color: black;
  height: 25px;
  line-height: 25px;
}

.panel-bottom .jplist-label {
  color: black;
}

.product-labe {
  display: flex;
  margin-right: 10px;
}

.product-labe label {
  line-height: 25px;
  margin-right: 5px;
}

.prod-top .jplist-label, .prod-top .jplist-pagination, .prod-top .jplist-drop-down {
  margin: 0;
}

.prod-top .jplist-label {
  border: 0;
  border-right: 1px solid #e4e4e4;
  margin-right: 10px;
  color: black;
}

.prod-top .p-sep, .prod-bottom .p-sep {
  flex-grow: 1;
}

.jplist-drop-down .jplist-dd-panel {
  width: 120px;
}

/* ====== jquery UI theme override*/
/*   JKonfigurator page  */
/*   Search page  */
.search-block {
  flex: 0 0 auto;
  align-items: flex-start;
}

.searched-header {
  justify-content: flex-start;
}

.searched-header h1 {
  margin: 20px 0;
}

.search-block h2 {
  flex: 1 1 100%;
}

.searched-nav {
  flex: 0 0 200px;
}

.searched-content {
  flex: 1 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.searched-realizacje > .realizacja-card {
  flex: 0 1 360px;
}

.searched-nav > ul > li {
  padding: 15px 20px;
  border: 1px solid #ccc;
}

.searched-nav > ul > li:last-child {
  border-top: none;
}

.searched-nav > ul > .active {
  position: relative;
  background-color: #000083;
  border: 1px solid #000083;
}

.searched-nav > ul > .active > a {
  color: #fff;
}

.searched-nav > ul > .active::after {
  content: "";
  border-left: 22px solid #000083;
  border-bottom: 27px solid transparent;
  border-top: 27px solid transparent;
  position: absolute;
  top: 0px;
  right: -23px;
  width: 0;
  height: 0;
}

.searched-nav > ul > li > a {
  color: #303030;
  font-weight: 600;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8rem;
}

.searched-pagination {
  flex: 1 1 100%;
  justify-content: center;
}

.search-results-form > form {
  display: flex;
  align-items: center;
}

.search-results-form > form > input {
  padding: 5px;
  height: 35px;
  width: 250px;
  margin: 0;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 35px;
}

.search-results-form > form > button > i {
  font-size: 1.5rem;
}

.fabutton {
  background-color: #000083;
  color: #fff;
  padding: 0px;
  height: 35px;
  padding: 5px;
  width: 35px;
  border: none;
}

.mobile-button {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0px;
  right: -32px;
  background-color: #00a9e0;
  padding: 3px 0 0 2px;
  margin-left: -10px;
}

.mobile-button i {
  color: #fff;
  font-size: 2em;
}

/*
  Napisanie dla konfiguratora
*/
.konf_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.konf_img .media {
  min-width: 0;
  margin: 5px;
  position: relative;
}
.konf_img .konf_text {
  position: absolute;
  right: 5%;
  color: #FFF;
  top: 50%;
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.konf_img img {
  width: 1350px;
  max-width: 100%;
  max-height: 512px;
}

.konfigurator {
  flex-direction: column;
}

.konf_top.block > p {
  margin: 0 20px 25px 20px;
  font-size: 0.9em;
}

.konf_top.block > h2 {
  margin: 35px 0 0 0;
}

.konfig_h {
  padding: 15px;
  padding-right: 45px;
  background: url(/storage/assets/konfigurator/konfigurator_header_bg.jpg);
  background-position: left bottom;
}

.konfigurator .products-grid-left {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  flex-wrap: wrap;
  width: 100%;
}

.products-grid-left label > span {
  width: 85%;
}

.konfigurator .param-box {
  flex-direction: column;
}

.konfigurator .param-box.konfig {
  width: 100%;
}

.realizacje-select-main {
  flex: 0 0 480px;
}

.filter-mob {
  display: none;
}

@media screen and (max-width: 1110px) {
  .konfig_h {
    background: none;
  }

  .prods-cats {
    max-width: 700px;
  }
}
@media screen and (max-width: 840px) {
  .filter-mob {
    position: absolute;
    left: 35px;
    padding-top: 20px;
    font-weight: 700;
    display: block;
  }

  .realizacje-select-main {
    flex: 0 1 480px;
  }

  .searched-content {
    margin-left: 0;
  }

  .prods-cats {
    max-width: 600px;
  }

  .searched-nav {
    flex: 1 1 100%;
  }

  .searched-nav > ul {
    flex: 1 1 100%;
  }

  .searched-nav > ul > li {
    padding: 5px;
  }

  .searched-nav > ul > .active::after {
    display: none;
  }

  .marki-towarzyszace-linkbox {
    display: none;
  }

  .pgl .products-grid-left {
    margin-left: -310px;
    position: absolute;
    z-index: 100;
  }

  .pgl .products-grid-right {
    padding-left: 20px;
    margin-top: 30px;
  }

  .pgl .mobile-button {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .konf_text {
    display: none;
  }

  .prods-cats {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .pgl .product-labe label {
    display: none;
  }

  .pgl .products-grid-right {
    padding-left: 0px;
  }

  .pgl .product-card {
    padding: 15px 5px;
    height: 300px;
    width: 50%;
  }

  .pgl .post-card {
    min-width: 140px;
    height: 280px;
  }

  .pgl .post-img, .pgl .post-card .post-img img {
    width: 130px;
  }

  .pgl .jplist .title {
    display: none;
  }

  .pgl .products-grid-left {
    margin-top: 0px;
  }

  .pgl .p-header-panel h1 {
    padding: 0;
    margin: 0;
    /*padding-left: 15px;*/
  }

  .pgl .badge img {
    width: 90px;
  }

  .prods-cats {
    max-width: 250px;
  }

  .jplist-panel .jplist-pagination button {
    font-size: 1rem;
    padding: 0 8px;
  }

  .jplist-label {
    display: none;
  }
}
.documents {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8em;
  display: block;
  line-height: 1.5rem;
}
.documents h1 {
  font-family: "montserratbold", "Arial", sans-serif;
  margin: 20px 0;
  font-size: 2em;
  display: block;
}
.documents h2 {
  margin: 20px 0;
  font-family: "montserratbold", "Arial", sans-serif;
  font-size: 1.5em;
  display: block;
}
.documents p {
  margin: 20px 0;
  line-height: 1.5rem;
}
.documents b {
  color: #000083;
  font-family: "open_sansbold", "Arial", sans-serif;
}
.documents ol li {
  list-style-type: upper-roman;
  list-style: decimal;
  padding: 5px 0;
}
.documents a {
  color: #000083;
  text-decoration: underline;
  font-family: "open_sansregular", "Arial", sans-serif;
}
.documents .btn {
  color: white;
}
.documents .btn:hover {
  color: #000083;
}
.documents ul, .documents ol {
  padding-left: 40px;
}
.documents ul li {
  list-style: disc;
  padding: 5px 0;
}

/* Animation Styling */
.banner-main {
  height: 650px;
  max-height: 650px;
}

.layer-text img {
  min-width: unset;
  flex: 0 0 auto;
}

.baner {
  width: 100%;
  height: 650px;
  max-height: 650px;
  display: block;
  position: relative;
  overflow: hidden;
}

.animation-layer {
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 32.5%;
  /* (img-height/img-width*container-width) (687/1675*100) */
}

.animation-text-l {
  position: absolute;
  left: 5%;
  bottom: 20%;
}

.animation-text-r {
  text-align: right;
  position: absolute;
  right: 5%;
  bottom: 30%;
}

.animation-text-c {
  text-align: center;
  position: absolute;
  left: 0%;
  bottom: 17%;
  width: 100%;
}

.baner_title {
  font-size: 2.5rem;
  font-family: "montserratbold", "Arial", sans-serif;
}

.animation-text-c .baner_title {
  font-size: 2.5rem;
  letter-spacing: 1rem;
  color: #000083;
  font-family: "montserratbold", "Arial", sans-serif;
  text-shadow: 2px 2px 5px #fff;
}

.animation-text-l .baner_title, .animation-text-r .baner_title {
  font-size: 3.5rem;
  margin: 0;
}

.animation-text-l p, .animation-text-r p {
  font-size: 1.1rem;
  margin: 0;
}

.animation-text-404 {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.animation-text-404 h1 {
  font-size: 3em;
  margin: 0;
}

.animation-text-404 p {
  font-size: 1.3em;
  width: 100%;
  margin: 0;
}

.content {
  position: relative;
  clear: both;
}

/* BLUE */
.baner-text-blue-l .baner_title,
.baner-text-blue-l p {
  color: #fff;
}

.baner-text-blue-r .baner_title,
.baner-text-blue-r p {
  color: #fff;
}

.mask-left-blue-l {
  background-image: url("/storage/assets/baner/mask-left-blue-l.svg");
}

.mask-right-blue-l {
  background-image: url("/storage/assets/baner/mask-right-blue-l.svg");
}

.mask-top-blue-l {
  opacity: 0.8;
  background-image: url("/storage/assets/baner/mask-top-blue-l.svg");
}

.mask-left-blue-r {
  background-image: url("/storage/assets/baner/mask-left-blue-right.svg");
}

.mask-right-blue-r {
  background-image: url("/storage/assets/baner/mask-right-blue-right.svg");
}

.mask-top-blue-r {
  opacity: 0.8;
  background-image: url("/storage/assets/baner/mask-top-blue-right.svg");
}

/* BLUE  2  */
.mask-right-blue-r {
  background-image: url("/storage/assets/baner/mask-left-blue-r.svg");
}

.mask-left-blue-r {
  background-image: url("/storage/assets/baner/mask-right-blue-r.svg");
}

.mask-top-blue-r {
  opacity: 0.8;
  background-image: url("/storage/assets/baner/mask-top-blue-r.svg");
}

.baner-text-blue2 .baner_title,
.baner-text-blue2 p {
  color: #fff;
}

.baner-text-xmas-r .baner_title,
.baner-text-xmas-r p {
  color: #fff;
  font-size: 1.5rem;
}

/* Xmass */
.mask-right-xmas-r {
  background-image: url("/storage/assets/baner/xmas-right.svg");
}

.baner-text-xmas .baner_title,
.baner-text-xmas p {
  color: #fff;
}

.mask-right-blue-stripes-r {
  background-image: url("/storage/assets/baner/blue-stripes-r.svg");
}

.baner-text-blue-stripes-r .baner_title,
.baner-text-blue-stripes-r p {
  color: #000083;
}

/*  WHITE  */
.baner-text-white .baner_title {
  color: #000083;
}

.baner-text-white p {
  color: #303030;
}

/*  JPG-R  */
.baner-text-jpg-r .baner_title,
.baner-text-jpg-r p {
  color: #fff;
}

.mobile-jpg-r > .layer-image {
  animation: none !important;
  -webkit-animation: none !important;
}

.mask-left-white {
  background-image: url("/storage/assets/baner/mask-left-white.svg");
}

.mask-right-white {
  background-image: url("/storage/assets/baner/mask-right-white.svg");
}

.mask-top-white {
  opacity: 0.8;
  background-image: url("/storage/assets/baner/mask-top-white.svg");
}

/*  SKYBLUE  */
.mask-left-teal-l {
  background-image: url("/storage/assets/baner/mask-left-teal-l.svg");
}

.mask-right-teal-l {
  background-image: url("/storage/assets/baner/mask-right-teal-l.svg");
}

.mask-top-teal-l {
  opacity: 0.8;
  background-image: url("/storage/assets/baner/mask-top-teal-l.svg");
}

.baner-text-teal-l p {
  color: #fff;
}

.baner-text-teal-l .baner_title {
  color: #fff;
}

.btn-baner {
  text-align: right;
}

/*  CENTER-C  */
.mask-left-center-c {
  background-image: url("/storage/assets/baner/mask-left-center-c.svg");
}

.mask-right-center-c {
  background-image: url("/storage/assets/baner/mask-right-center-c.svg");
}

.l > .layer-left {
  -webkit-animation-name: move-layer-left;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 50s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-left;
  animation-duration: 50s;
  animation-iteration-count: infinite;
}

.r > .layer-left {
  -webkit-animation-name: move-layer-left;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 50s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-right;
  animation-duration: 50s;
  animation-iteration-count: infinite;
}

@keyframes move-layer-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-layer-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}
.l > .layer-image {
  -webkit-animation-name: move-layer-image;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 60s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-image;
  animation-duration: 60s;
  animation-iteration-count: infinite;
}

.r > .layer-image {
  -webkit-animation-name: move-layer-image;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 60s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-image-right;
  animation-duration: 60s;
  animation-iteration-count: infinite;
}

@keyframes move-layer-image {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-layer-image-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}
.l > .layer-text {
  -webkit-animation-name: move-layer-text;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 60s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-text;
  animation-duration: 60s;
  animation-iteration-count: infinite;
}

.r > .layer-text {
  -webkit-animation-name: move-layer-text;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 60s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-text-right;
  animation-duration: 60s;
  animation-iteration-count: infinite;
}

@keyframes move-layer-text {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-layer-text-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-7%);
  }
  100% {
    transform: translateX(0);
  }
}
.l > .layer-top {
  -webkit-animation-name: move-layer-top;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 60s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-top;
  animation-duration: 60s;
  animation-iteration-count: infinite;
}

.r > .layer-top {
  -webkit-animation-name: move-layer-top;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 60s;
  /* Safari 4.0 - 8.0 */
  animation-name: move-layer-top-right;
  animation-duration: 60s;
  animation-iteration-count: infinite;
}

@keyframes move-layer-top {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-1%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-layer-top-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(1%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ========================================
   BANNER TEXT UTILITY CLASSES
   Size: big, medium, small
   Color: blue, white, black, sky
   Reset to defaults on mobile
======================================== */
.layer-text h1 {
  font-family: "montserratbold", "Arial", sans-serif;
}

.layer-text.big .baner_title {
  font-size: 4.5rem;
  line-height: normal;
}

.layer-text.big p {
  font-size: 1.5rem;
  line-height: normal;
}

.layer-text.medium .baner_title {
  font-size: 3rem;
  line-height: normal;
}

.layer-text.medium p {
  font-size: 1.2rem;
  line-height: normal;
}

.layer-text.small .baner_title {
  font-size: 2rem;
  line-height: normal;
}

.layer-text.small p {
  font-size: 0.9rem;
  line-height: normal;
}

.layer-text.blue .baner_title,
.layer-text.blue p {
  color: #000083;
}

.layer-text.white .baner_title,
.layer-text.white p {
  color: #fff;
}

.layer-text.black .baner_title,
.layer-text.black p {
  color: #303030;
}

.layer-text.sky .baner_title,
.layer-text.sky p {
  color: #00a9e0;
}

/* ======================================== */
@media screen and (max-width: 1367px) {
  .baner {
    height: 500px;
  }

  .banner-main {
    height: 500px;
  }

  .animation-text h1 {
    font-size: 3rem;
    margin: 0;
  }

  .animation-text p {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .layer-right, .layer-left, .layer-top {
    display: none;
  }

  .layer-image {
    display: none;
  }

  .layer-text {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    position: relative;
    padding: 20px;
    flex: 1;
  }
  .layer-text .baner_title {
    font-size: 2.2rem;
    line-height: normal;
  }
  .layer-text p {
    font-size: 0.9rem;
    line-height: normal;
  }

  .baner {
    height: 300px;
    display: flex;
    align-items: center;
  }
  .baner img {
    width: 100%;
  }

  .banner-main {
    height: 300px;
  }

  .mobile-blue-r, .mobile-blue-l, .center-c, .mobile-xmas-r, .mobile-jpg-r, .mobile-blue-stripes-r {
    background-color: #000083;
  }

  .mobile-teal-l, .mobile-teal-r {
    background-color: #00a9e0;
  }

  body > #content > .banner-main {
    padding: 0;
    max-height: 750px;
  }

  .layer-text.big .baner_title,
.layer-text.medium .baner_title,
.layer-text.small .baner_title {
    font-size: 2.2rem;
    line-height: 2rem;
  }
  .layer-text.big p,
.layer-text.medium p,
.layer-text.small p {
    font-size: 0.9rem;
  }

  .layer-text.blue .baner_title,
.layer-text.blue p,
.layer-text.white .baner_title,
.layer-text.white p,
.layer-text.black .baner_title,
.layer-text.black p,
.layer-text.sky .baner_title,
.layer-text.sky p {
    color: #fff;
  }
}
@media (prefers-reduced-motion: reduce) {
  .baner.number-slide3 {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  /* Jeśli to slider: zatrzymaj automatyczne przesuwanie */
  .autoplay-slider {
    animation-play-state: paused !important;
  }
}
.welcome-top {
  align-items: flex-start;
  padding: 50px;
  flex-wrap: wrap;
}

.login-top {
  align-items: stretch;
  padding: 50px 50px 0 50px;
  flex-wrap: wrap;
}

.welcome-intro {
  flex: 1 0 40%;
  padding: 50px;
  text-align: left;
  color: white;
}
.welcome-intro ul {
  margin-left: 20px;
}

.welcome-header {
  font-size: 1.375em;
  line-height: 1.875em;
}

.check-offer {
  font-size: 1rem;
  line-height: 1.875em;
  margin: 50px 0;
}

.block > .welcome-newproducts {
  margin: 30px 0 0 0;
  text-align: left;
  flex: 1 1 100%;
}

.welcome-newproducts-link {
  color: black;
  font-size: 0.8em;
  margin-left: 15px;
  text-decoration: none;
  font-family: "open_sansregular", "Arial", sans-serif;
}

.welcome-newproducts-link:hover {
  color: #00a9e0;
}

.login-intro {
  flex: 1 0 40%;
  padding-bottom: 0px;
  text-align: right;
}

.welcome-offer {
  align-items: flex-start;
  padding: 50px;
  flex: 1 1 40%;
  position: relative;
}

.welcome-offer-tri {
  position: absolute;
  bottom: -40px;
  right: 30px;
  width: 100px;
  height: 100px;
  animation-duration: 5s;
  animation-name: tri1_animation;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#content-guest {
  margin-top: 100px;
}

@keyframes tri1_animation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(15deg);
  }
}
.welcome-offer-link {
  font-size: 0.8rem;
}

.welcome-offer-buttons-section {
  margin: 40px 0 0 0;
  justify-content: space-between;
  align-items: center;
}

.welcome-offer-buttons-section a {
  flex: 0 0 auto;
}

.welcome-liczby {
  justify-content: space-between;
  align-items: center;
}

.welcome-liczby-section {
  align-items: center;
  flex: 0 0 22%;
}

.welcome-liczby-section span {
  flex: 0 0 50%;
  font-size: 2.5rem;
}

.welcome-liczby-section p {
  flex: 0 0 50%;
  font-size: 0.8rem;
}

.welcome-steps {
  align-items: flex-start;
  justify-content: center;
}

.welcome-steps h2 {
  flex: 1 1 100%;
  text-align: left;
  margin: 20px 0;
}

.welcome-step {
  align-items: flex-start;
  margin: 0 30px;
  flex: 0 1 182px;
}

.welcome-step-icons {
  justify-content: space-between;
}

.welcome-step-icons i {
  color: #000083;
  font-size: 4rem;
  flex: 0 0 auto;
}

.welcome-step-texts span {
  color: #000083;
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 0.9em;
}

.welcome-step-texts p {
  color: #303030;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8rem;
}

.welcome-zalety {
  margin: 30px 0 50px 0;
  justify-content: space-between;
}

.welcome-zalety h2 {
  flex: 1 1 100%;
  text-align: left;
  margin: 20px 0;
}

.welcome-zalety-box {
  flex: 1 0 400px;
  margin: 30px 0;
}

.welcome-zalety-box i {
  color: #000083;
  padding: 0 10px 10px 10px;
  font-size: 4rem;
  flex: 0 0 auto;
}

.welcome-zalety-texts {
  flex: 1 0 50%;
}

.welcome-zalety-texts h4 {
  font-family: "open_sansbold", "Arial", sans-serif;
  font-size: 0.9em;
}

.welcome-zalety-texts p {
  font-family: "open_sansregular", "Arial", sans-serif;
  margin: 0;
  font-size: 0.8em;
}

.welcome-form-box {
  padding: 50px 0;
  align-items: stretch;
}

.welcome-form-form {
  flex: 1 1 50%;
  padding: 20px;
}

.welcome-form-contact {
  flex: 1 0 50%;
  padding: 10%;
  justify-content: center;
}

.welcome-form-contact i {
  font-size: 2em;
  display: inline;
}

p.icon-title {
  margin-left: 20px;
  display: inline;
  font-size: 1.2rem;
  font-family: "montserratbold", "Arial", sans-serif;
  line-height: 2rem;
  vertical-align: center;
}

.checkbox-line {
  display: flex;
  align-items: center;
}

.checkbox-line input {
  flex: 0 0 auto;
  transform: scale(1.5);
  margin: 15px;
}

.welcome-form .checkbox-line label {
  text-align: justify;
  margin-bottom: 10px;
  flex: 1 1 auto;
}

.welcome-form-localizeme {
  flex: 0 0 30%;
}

.welcome-form-localizeme i {
  color: #000083;
  font-size: 2rem;
}

.welcome-form-localizeme span {
  color: #000083;
  font-size: 1.5rem;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.welcome-form-localizeme {
  flex: 0 0 auto;
}

.welcome-form input[type=text] {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  padding: 10px;
  flex: 1 1 100%;
  height: 40px;
  margin-bottom: 20px;
}

.welcome-form select {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  padding: 10px;
  flex: 1 1 100%;
  height: 40px;
  margin-bottom: 20px;
}

.welcome-form input[type=password] {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8125em;
  padding: 10px;
  flex: 1 1 auto;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.welcome-form input[name=miasto] {
  flex: 1 1 100%;
  font-size: 0.8125em;
  padding: 10px;
  vertical-align: top;
  font-family: "open_sansregular", "Arial", sans-serif;
  margin-bottom: 20px;
  width: 70%;
}

.welcome-form input::-moz-placeholder {
  text-align: top;
  color: #b9b9b9;
}

.welcome-form input::placeholder {
  text-align: top;
  color: #b9b9b9;
}

.welcome-form span {
  flex: 1 1 auto;
  align-self: flex-end;
  font-size: 0.7em;
  padding: 2px;
}

.welcome-form {
  flex: 1 1 auto;
}

.welcome-form img {
  flex: 0 0 auto;
  align-self: flex-start;
}

.welcome-form label {
  flex: 0 0 auto;
  font-size: 0.7em;
  padding: 2px;
}

.welcome-form .btn {
  flex: 1 1 100%;
  align-self: flex-start;
}

.welcome-rodo p {
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 0;
}

.welcome-rodo span {
  display: block;
  padding: 0;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #303030;
}

.welcome-rodo .show-more-rodo {
  cursor: pointer;
  display: block;
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #303030;
  margin: 20px 0;
}

.rodo-start {
  display: inline;
}

.rodo-hide {
  display: none;
}

.tripledot {
  display: inline;
}

.file-upload-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.custom-file-upload {
  display: inline-block;
  padding: 16px 12px;
  cursor: pointer;
  font-size: 1em;
  font-family: "open_sansbold";
  color: #000083;
}

.file-upload-wrap > label.custom-file-upload {
  font-size: 0.8em;
}

.custom-file-upload img {
  vertical-align: middle;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.checkbox-container input {
  flex: 0 0 auto;
  margin: 5px 10px;
  height: 20px;
  width: 20px;
}

.checkbox-container label {
  flex: 1 1 auto;
  font-family: "open_sansregular";
  font-size: 0.75em;
  line-height: 1.5em;
}

.welcome-form .form-error {
  align-self: flex-start;
  color: #f00;
  font-family: "open_sansbold", "Arial", sans-serif;
}

/* LOGIN PAGE */
.login-bottominfo {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 40vh;
  flex: 1 1 100%;
}

.login-bottominfo p {
  font-size: 0.8rem;
}

.login-bottominfo p i {
  font-size: 1.2rem;
  margin-left: 15px;
  margin-right: 5px;
}

.login-bottominfo p span {
  font-size: 0.8rem;
  font-family: "open_sansbold", "Arial", sans-serif;
}

.login-signup {
  margin-top: 100px;
  flex: 1 1 100%;
  font-size: 0.7rem;
}

.login-forget {
  margin-top: 10px;
  flex: 1 1 100%;
  font-size: 0.7rem;
}

.login-firsttime {
  flex: 1 1 100%;
}

.login-firsttime-left {
  flex: 1 1 70%;
}

.login-firsttime-left h3 {
  font-size: 0.9rem;
}

.login-firsttime-left p {
  font-size: 0.7rem;
}

.login-firsttime-icon i {
  font-size: 5rem;
  margin-left: 30px;
  flex: 1 1 30%;
}

.password-recovered {
  justify-content: flex-end;
  align-items: center;
  padding: 100px 80px;
  text-align: right;
  flex: 1 1 60%;
}

.password-recovered-icon {
  justify-content: flex-start;
  flex: 1 1 40%;
  padding: 100px 50px 80px 50px;
}

.password-recovered-icon i {
  font-size: 15rem;
}

.lost-password-intro {
  align-items: center;
  justify-content: flex-end;
}

.lost-password-intro a {
  font-size: 0.7rem;
}

.red-border {
  border: red 1px solid !important;
}

.documents {
  font-family: "open_sansregular", "Arial", sans-serif;
  font-size: 0.8em;
  line-height: 1.5rem;
}
.documents h1 {
  font-family: "montserratbold", "Arial", sans-serif;
  margin: 20px 0;
  font-size: 2em;
  display: block;
}
.documents h2 {
  margin: 20px 0;
  font-family: "montserratbold", "Arial", sans-serif;
  font-size: 1.5em;
  display: block;
}
.documents p {
  margin: 20px 0;
  line-height: 1.5rem;
}
.documents b {
  color: #000083;
  font-family: "open_sansbold", "Arial", sans-serif;
}
.documents ol li {
  list-style-type: upper-roman;
  list-style: decimal;
  padding: 5px 0;
}
.documents a {
  color: #000083;
  font-family: "open_sansregular", "Arial", sans-serif;
  text-decoration: underline;
}
.documents ul, .documents ol {
  padding-left: 40px;
}
.documents ul li {
  list-style: disc;
  padding: 5px 0;
}

/* RESPONSIVE STUFF*/
@media screen and (max-width: 960px) {
  .welcome-offer {
    padding: 10px;
  }

  .login-top, .welcome-top, .welcome-intro {
    padding: 0;
  }

  .welcome-form-form {
    padding: 0;
    max-width: 320px;
  }

  .welcome-zalety-box {
    flex: 1 1 400px;
  }

  #content-guest {
    padding: 0 !important;
  }

  .password-recovered-icon {
    justify-content: center;
    order: 1;
    padding: 0;
  }

  .password-recovered {
    padding: 30px;
    justify-content: flex-start;
    text-align: left;
    order: 2;
  }

  .login-bottominfo {
    order: 3;
  }

  .login-panel {
    order: 1;
    padding: 20px;
  }

  .login-intro {
    display: none;
  }

  .top-guest {
    height: 30px;
    justify-content: space-between;
  }

  .welcome-step-icons {
    justify-content: center;
  }

  .welcome-step-icons .ico-arrow-r {
    transform: rotate(90deg);
  }

  .welcome-step-texts {
    text-align: center;
  }

  .top-guest-menu span, .top-guest-menu .border_strips {
    display: none;
  }

  .logo_top_mobile {
    display: block;
    width: 100px;
  }

  .top-guest-texts {
    justify-content: space-between;
  }

  .top-guest-menu a {
    padding: 0;
  }

  .b2b_serwis {
    justify-self: flex-start;
  }

  .welcome-step {
    flex: 1 0 90%;
  }
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #00a9e0;
}
.styled-checkbox:hover + label:before {
  background: #00a9e0;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #00a9e0;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.modal-vanilla {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -15%);
  transition: all 0.25s ease-out;
  z-index: 100;
}
.modal-vanilla.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0, 0);
}
.modal-vanilla-bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 200%;
}
.modal-vanilla-container {
  width: 80%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
}
.modal-vanilla-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: red;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}
.modal-vanilla#modal-kontakt .modal-vanilla-container {
  width: 40%;
}

.search-results-grid-section {
  display: flex;
}

.results-grid-left {
  flex: 3 1 0;
  min-width: 0;
}

.results-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 16px 0;
}

.results-grid-right {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 260px;
  border-left: 1px solid #eee;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.results-grid-right .results-list-grid {
  grid-template-columns: repeat(2, 1fr);
}

.tags-section {
  margin-bottom: 24px;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tag:hover {
  border-color: #000083;
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
}

.recent-list {
  margin-bottom: 16px;
}

@media (max-width: 1100px) {
  .search-results-grid-section {
    flex-direction: column;
  }

  .results-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .results-grid-right {
    border-left: none;
    padding-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .results-list-grid {
    grid-template-columns: 1fr;
  }
}
.quick-search-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.quick-search-wrapper .quick-search-container {
  position: relative;
  width: 60%;
}
.quick-search-wrapper .search_form {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.quick-search-wrapper .search_cont {
  flex: 1;
  justify-content: flex-start;
}
.quick-search-wrapper .quick-search-input {
  width: calc(100% - 100px);
}
.quick-search-wrapper .quick-search-input input {
  background: #fafafa;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  color: #333;
  font-size: 15px;
  margin-top: 4px;
  margin-left: 10px;
  font-weight: 400;
  padding: 10px 48px 10px 20px;
  transition: all 0.3s ease;
  width: 100%;
}
.quick-search-wrapper .quick-search-input input::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.quick-search-wrapper .quick-search-input input::placeholder {
  color: #999;
  font-weight: 400;
}
.quick-search-wrapper .quick-search-input input:hover {
  background: #fff;
  border-color: #d0d0d0;
}
.quick-search-wrapper .quick-search-input input:focus {
  outline: none;
  background: #fff;
  border-color: #4a90e2;
  box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}
.quick-search-wrapper .icon_search {
  margin-left: 8px;
  cursor: pointer;
}
.quick-search-wrapper .icon_search i {
  font-size: 20px;
  color: #666;
  transition: color 0.2s;
}
.quick-search-wrapper .icon_search i:hover {
  color: #333;
}
.quick-search-wrapper .close_search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.quick-search-wrapper .close_search:hover {
  background: rgba(0, 0, 0, 0.05);
}
.quick-search-wrapper .close_search i {
  font-size: 18px;
  color: #999;
  transition: color 0.2s;
}
.quick-search-wrapper .close_search i:hover {
  color: #333;
}

.quick-search-dropdown {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 2px;
  max-height: 600px;
  overflow-y: auto;
  z-index: 1000;
  animation: slideDown 0.2s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.quick-search-dropdown::-webkit-scrollbar {
  width: 8px;
}
.quick-search-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0 8px 8px 0;
}
.quick-search-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.quick-search-dropdown::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  color: #666;
}
.search-loading .spinner-small {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f9fa;
}
.section-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.section-header .btn-clear-recent {
  background: none;
  border: none;
  color: #666;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.section-header .btn-clear-recent:hover {
  color: #333;
  text-decoration: underline;
}

.results-list,
.recent-list {
  padding: 8px 0;
}

.result-item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 30px;
  padding: 12px 16px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
  min-width: 0;
  overflow: hidden;
  margin: 0;
}
.result-item:last-child {
  border-bottom: none;
}
.result-item:hover {
  background: #f8f9fa;
}
.result-item .result-icons {
  display: flex;
  height: 60px;
  flex-direction: column;
  position: absolute;
  left: 62px;
  top: 9px;
}
.result-item .result-icons img {
  background: #fff;
  height: 21px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0px;
  width: 24px;
}
.result-item .result-image {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 4px;
}
.result-item .result-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.result-item .result-image .brand-logo {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.result-item .result-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.result-item .result-content .result-sku {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.result-item .result-content .result-name {
  font-weight: 500;
  color: #666;
  font-size: 13px;
  margin-bottom: 2px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.result-item .result-content .result-description {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recent-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  text-decoration: none;
  color: #666;
  transition: all 0.2s;
  border-bottom: 1px solid #f5f5f5;
}
.recent-item:last-child {
  border-bottom: none;
}
.recent-item:hover {
  background: #f8f9fa;
  color: #333;
}
.recent-item i {
  font-size: 16px;
  color: #999;
}
.recent-item span {
  font-size: 14px;
}

.search-placeholder {
  padding: 40px 20px;
  text-align: center;
  color: #999;
}
.search-placeholder i {
  font-size: 48px;
  margin-bottom: 12px;
  opacity: 0.5;
  display: block;
}
.search-placeholder p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.search-placeholder p strong {
  color: #666;
}

.no-results-section {
  padding: 40px 20px;
  text-align: center;
  color: #999;
}
.no-results-section i {
  font-size: 48px;
  margin-bottom: 12px;
  opacity: 0.5;
  display: block;
}
.no-results-section p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.no-results-section p strong {
  color: #666;
}

.show-all-results {
  padding: 12px 16px;
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
}
.show-all-results .btn-show-all {
  width: 100%;
  padding: 10px;
  background: #000083;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFF;
}
.show-all-results .btn-show-all:hover {
  background: #f0f0f0;
  border-color: #ccc;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.show-all-results .btn-show-all i {
  font-size: 14px;
}

@media (max-width: 768px) {
  .quick-search-wrapper .quick-search-container {
    width: 100%;
  }

  .quick-search-dropdown {
    max-height: 400px;
    border-radius: 0;
    left: -10px;
    right: -10px;
    width: 100%;
  }

  .result-item {
    padding: 10px 12px;
    gap: 10px;
  }
  .result-item .result-image {
    width: 50px;
    height: 50px;
  }
  .result-item .result-content .result-sku {
    font-size: 13px;
  }
  .result-item .result-content .result-name {
    font-size: 12px;
  }
  .result-item .result-content .result-description {
    font-size: 11px;
  }
}
.laravel-cookies-consent {
  border: 1px solid #2D2D2D;
  border-radius: 10px;
  background-color: #2D2D2D;
  position: fixed;
  left: 25px;
  z-index: 1;
  color: #FFFFFF;
  -webkit-animation-name: slide_to_top;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0s;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}

.laravel-cookies-consent.slide_down {
  -webkit-animation-name: slide_to_bottom;
}
.laravel-cookies-consent .outer-wrapper {
  padding: 20px;
}

.laravel-cookies-consent .cookies-title {
  margin-top: 0;
}

.laravel-cookies-consent .cookies-text {
  color: lightgrey;
}

.laravel-cookies-consent .cookies-text a {
  color: #FFFFFF;
  font-weight: bold;
}

.laravel-cookies-consent .cookies-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.laravel-cookies-consent .cookies-close:before,
.laravel-cookies-consent .cookies-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background-color: #F0F0F0;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
  content: "";
}

.laravel-cookies-consent .cookies-close:after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

.laravel-cookies-consent .consent-form-container {
  margin-top: 15px;
}

.laravel-cookies-consent .consent-form-container .consent-checkboxes {
  margin-bottom: 25px;
}

.laravel-cookies-consent .consent-form-container .consent-checkboxes .form-group label {
  font-size: small;
  letter-spacing: 1px;
}

.laravel-cookies-consent .consent-form-container .consent-checkboxes .form-group input:hover {
  cursor: pointer;
}

.laravel-cookies-consent .consent-form-container .consent-buttons {
  display: inline-block;
  width: 100%;
}

.laravel-cookies-consent .consent-form-container .consent-buttons .consent-submit {
  height: 35px;
  color: #FFFFFF;
  border-radius: 35px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid;
  width: 48%;
  font-size: small;
}

.laravel-cookies-consent .consent-form-container .consent-buttons .consent-submit.hidden {
  display: none;
}

.laravel-cookies-consent .consent-form-container .consent-buttons a.consent-submit {
  padding-top: 9px;
}

.laravel-cookies-consent .consent-form-container .consent-buttons .consent-submit:hover {
  cursor: pointer;
}

.laravel-cookies-consent .consent-form-container .consent-buttons .consent-submit.consent-accept {
  background-color: #6BBE6B;
  border-color: #6BBE6B;
  float: left;
}

.laravel-cookies-consent .consent-form-container .consent-buttons .consent-submit.consent-decline-all {
  background-color: transparent;
  border-color: #FFFFFF;
  float: right;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .laravel-cookies-consent {
    bottom: 10px;
    left: 5px;
    width: calc(100% - 10px);
  }

  .laravel-cookies-consent .outer-wrapper {
    padding: 10px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .laravel-cookies-consent {
    width: 75%;
  }

  .laravel-cookies-consent .outer-wrapper {
    padding: 15px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .laravel-cookies-consent {
    width: 55%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .laravel-cookies-consent {
    width: 420px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .laravel-cookies-consent {
    width: 420px;
  }
}
.full-height {
  min-height: 100vh;
  position: relative;
  width: 100%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-popup {
  position: fixed;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31, 32, 41, 0.75);
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.modal-popup-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #fff;
  align-self: center;
  box-shadow: 0 12px 25px 0 rgba(199, 175, 189, 0.25);
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}

.modal-popup-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.modal-popup-wrap p {
  padding: 20px 30px 0 30px;
}

@media screen and (max-width: 500px) {
  .modal-popup-wrap {
    width: calc(100% - 40px);
    padding-bottom: 15px;
  }

  .modal-popup-wrap p {
    padding: 15px 20px 0 20px;
  }
}
