:root {
    --psp-basic: #1b263f;
    --psp-lighter: #225cc8;
    --psp-light: #1e2a77;
    --psp-lightest: #2f88d1;
    --psp-h1x: var(--psp-light);
    --psp-h1: #1b263f;
    --psp-h2: #1b263f;
    --psp-h2x: var(--psp-light);
    --psp-orange: #f7a700;
    --psp-cta: #f7a700;
}
/*PlastServicePack*/
html,
body {
    height: 100%;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    color: #000;
    line-height: 1.63 !important;
}
body {
    background: #eeeeee;
    height: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.63 !important;
    color: #58585a;
    font-weight: 400;
    overflow: auto;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin-top: 0;
    margin-bottom: 1em;
}

/*body * {transition: width 0.2s; -webkit-transition: width 0.2s; -moz-transition: width 0.2s;}*/

h1 {
    font-size: 2.5em;
    color: var(--psp-h1);
    font-weight: 400 !important;
    margin-bottom: 0.5em;
    letter-spacing: -0.04em;
}
h2 {
    color: var(--psp-h1);
    font-weight: 400;
    font-size: 1.7em;
    margin-bottom: 0.75em;
    text-align: left;
}
h2 strong {
    font-weight: 700;
}
h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.45;
    color: #222222;
}
h4 {
    font-size: 1em;
    text-align: left;
    font-weight: 600;
    color: #5bbcad;
}

strong {
    color: var(--psp-light);
}

.bg-lightgrey {
    background: #f4f4f5;
}
.bg-white {
    background: #ffffff;
}
.bg-blue {
    background: #145f9d !important;
}
.bg-red {
    background: #e7222b !important;
}
.bg-yellow {
    background: #f6d223 !important;
}
.bg-black {
    background: #000000 !important;
}
.bg-kl {
    background: url("../img/bg-kl.png") center center repeat-x !important;
}
.yellow {
    color: #f6d223 !important;
}
.text-small {
    font-size: 12px !important;
}

.p15 {
    padding: 15px;
}
.nomargin * {
    margin: 0 !important;
}
.nopadding * {
    padding: 0 !important;
}
.marginzero {
    padding-left: 0 !important;
    padding-right: 0 !important; /*margin: 0 !important;*/
}
.marginzero img {
    width: 100% !important;
    height: auto !important;
}

a {
    color: var(--psp-light);
    transition: 0.5s all;
    text-decoration: underline;
}
a:hover {
    color: var(--psp-orange);
}

a.btn {
    text-decoration: none;
    margin-bottom: 30px;
}

blockquote {
    font-style: italic;
    font-weight: 200;
    font-size: 1em;
    color: #aaaaaa;
    margin-left: 0;
    background: #fffff3;
    padding: 1em 1.5em;
}

.formbody label {
    display: block;
    text-align: left;
}
.formbody input[type="text"],
.formbody input[type="tel"],
.formbody input[type="email"],
.formbody input[type="number"],
.formbody textarea,
.formbody select {
    border-radius: 2px;
    border: #ccc 1px solid;
    width: 100%;
    margin-bottom: 15px;
    padding: 3px 7px !important;
    color: #2f88d1;
    font-weight: 400;
}
.formbody .submit_container {
    text-align: right;
}
.formbody input[type="submit"] {
    display: inline-block;
    color: #fff !important;
    border: 1px solid var(--psp-lighter);
    padding: 0.4em 1em;
    transition: 0.2s all;
    background: var(--psp-lighter);
    border-radius: 5px;
    text-decoration: none;
}
.formbody input[type="submit"]:hover {
    display: inline-block;
    color: var(--psp-basic) !important;
    border: 1px solid var(--psp-light);
    padding: 0.4em 1.4em;
    background: #fff;
    text-decoration: none !important;
}
.formbody .checkbox_container {
    line-height: 1.2;
}
.formbody .checkbox_container input {
    display: inline;
}
.formbody .checkbox_container label {
    font-size: 13px;
    font-weight: 300;
    display: inline;
    line-height: 9px;
}

/*Form input placeholder color*/
::-webkit-input-placeholder {
    color: #145f9d;
    font-weight: 300;
}
:-moz-placeholder {
    color: #145f9d;
    opacity: 1;
    font-weight: 300;
}
::-moz-placeholder {
    color: #145f9d;
    opacity: 1;
    font-weight: 300;
}
:-ms-input-placeholder {
    color: #145f9d;
    font-weight: 300;
}
:placeholder-shown {
    color: #145f9d;
    font-weight: 300;
}
.img-responsive {
    display: inline-block !important;
}
figcaption {
    margin: 1em 0;
}
.opac {
    opacity: 0.5 !important;
}

a.button {
    background: #fec232;
    border: 0;
    border-radius: 2px;
    padding: 0.8em 1.6em !important;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.2s all;
    color: #fff;
    font-size: 1.5em;
}
a.button:hover {
    background: #06b9e1;
    text-decoration: none;
    color: #fff !important;
}
.more a,
a.more,
.back a,
a.back {
    display: inline-block;
    color: #fff !important;
    border: 1px solid var(--psp-light);
    padding: 0.4em 1em;
    transition: 0.2s all;
    background: var(--psp-basic);
    border-radius: 2px;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 30px;
}
.more a:hover,
a.more:hover,
.back a:hover,
a.back:hover {
    display: inline-block;
    color: var(--psp-basic) !important;
    border: 1px solid var(--psp-light);
    padding: 0.4em 1.4em;
    background: #fff;
    text-decoration: none !important;
}

.violet {
    color: #7557be !important;
}
.pink {
    color: #e6007e !important;
}
.blue {
    color: #2885b8 !important;
}

.btn-white {
    color: #e6007e !important;
    background-color: #fff;
    border-color: #e6007e;
}
.btn-white:hover {
    color: #fff !important;
    background-color: #e6007e;
    border-color: #fff;
}
.btn-blue {
    color: #fff;
    background-color: #2885b8;
    border-color: #2885b8;
}
.btn-blue:hover {
    color: #2885b8;
    background-color: #fff;
    border-color: #2885b8;
}
.btn-pink {
    color: #fff;
    background-color: #e6007e;
    border-color: #e6007e;
}
.btn-pink:hover {
    color: #e6007e;
    background-color: #fff;
    border-color: #e6007e;
}
.btn-violet {
    color: #fff;
    background-color: #7557be;
    border-color: #7557be;
}
.btn-violet:hover {
    color: #7557be;
    background-color: #fff;
    border-color: #7557be;
}

.strong {
    color: #18335a;
}
strong {
    font-size: 1em;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    margin-left: 40px;
    margin-bottom: 0.5em;
}

#main2c li {
    list-style: none;
    background: url("../img/li-small.png") left top no-repeat;
    padding-left: 24px;
    margin-bottom: 5px;
    line-height: 1.33 !important;
    font-size: 14px;
}
.nolist ul li {
    list-style: none !important;
    list-style-type: none !important;
}

.text-red {
    color: #cc2200;
}
a[href*="footnote"] {
    vertical-align: super;
    font-size: 11px;
}
#footnote {
    width: 50%;
    border-top: #ededed 1px solid;
    padding-top: 15px;
}
#footnote ol {
    margin: 0;
    padding: 0;
}
#footnote li {
    margin: 0 15px;
}

table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100% !important;
}
th,
td {
    vertical-align: top;
    border-top: #ccc 1px solid;
    padding: 5px;
}
th {
    font-weight: 600;
    border-top: none;
}

.box {
    padding: 15px;
    background: #f9f8f8;
    text-align: center;
    transition: 0.2s all;
    margin-bottom: 0;
    border: #f4f3f3 1px solid;
}
.box:hover {
    background: #fff;
}
.box h1 {
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    padding: 15px;
    xcolor: #222222;
    margin-bottom: 0;
}
.box h2 {
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    padding: 15px 0;
}
a.clean {
    text-decoration: none !important;
    display: block;
}
.box.orange {
    border-bottom: 8px solid #ffaf14;
}
.box.blue {
    border-bottom: 8px solid #39bef5;
}
.box.green {
    border-bottom: 8px solid #81ef16;
}
.box.pink {
    border-bottom: 8px solid #ff14f1;
}
.box.yellow {
    border-bottom: 8px solid #f8ef06;
}
.box.bronze {
    border-bottom: 8px solid #b99f83;
}
.box.red {
    border-bottom: 8px solid #cc2200;
}
.box.navy {
    border-bottom: 8px solid #2d65e7;
}

.float_right {
    float: right;
}

.left-margin-0 {
    margin-left: 0;
}

div.line {
    height: 1px;
    border-top: 1px solid #eee;
    float: none;
    clear: both;
}

/*Scroll to top*/

body .scroll-to-top {
    z-index: 999999;
    position: fixed;
    bottom: 1em;
    right: 1em;
    color: #fff !important;
    border: 1px solid var(--psp-basic);
    padding: 0.4em 1em;
    transition: 0.2s all;
    background: var(--psp-basic);
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
body .scroll-to-top.shown {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*Sections ------------------------------------------- */
#header {
    background: var(--psp-basic);
    border-bottom: #a5037c 0 solid;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 4000;
}
#header .mod_search {
    display: inline-block;
    max-width: 300px;
    margin-right: 10px;
    margin-top: 1px;
}
#header .mod_search input[type="search"] {
    background: var(--psp-basic) url("../img/search.png") right center no-repeat;
    border: #728ab8 1px solid;
    color: #ffffff;
    padding-left: 10px;
}
#header .mod_search input[type="submit"] {
    background: var(--psp-light);
    border: #728ab8 1px solid;
    border-radius: 0;
    padding: 1px 10px 1px 1px;
    border-left: none;
    margin-left: 0;
    color: #728ab8;
}
#header #langSelector {
    display: inline-block;
    margin-right: 3px;
}
#header #langSelector a {
    color: #728ab8;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}
#header #langSelector span {
    color: #728ab8;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}
#header #langSelector ul {
    margin: 0;
    padding: 0;
}
#header #langSelector li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#logo {
    width: 250px;
    height: 100px;
    position: absolute;
    top: 30px;
    z-index: 9999;
}
#logo img {
    width: 100%;
    height: auto;
}

#menu {
    padding-top: 25px;
    text-align: right;
}
#menu .btn {
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

#container {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #ffffff;
    margin-top: 0;
}
.index #container {
    padding-top: 0;
    padding-bottom: 0;
}
.container {
}

#before {
    background: #f9f8f8; /*padding-top: 170px; */
    text-align: left;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#before h1 {
    color: #a5037c;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #ffffff;
    line-height: 1.25;
    display: inline;
}
#before h1 strong {
    background: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 10px;
}
#before h1 span {
    background: #a5037c;
    color: #fff;
    display: inline;
    padding: 7px 10px;
    font-size: 21px;
}
#before h1 i {
    font-style: italic;
    color: #555555;
    text-transform: none;
    font-size: 21px;
}
.index #before {
    background: #f9f8f8 url("../bg/01.jpg") center center no-repeat;
    background-size: cover;
    min-height: 480px;
    padding-top: 170px;
}

.index .layout_latest .content {
}
.index .layout_latest .content h2 {
    padding: 0;
    font-weight: 600;
    font-size: 1em;
}
.index .layout_latest .content h2 a {
    color: #444;
    text-decoration: none;
}
.index .layout_latest .content p.info {
    padding: 0;
    margin-bottom: 0;
}
.index .layout_latest .content .more {
    padding: 0 15px;
}
.index .layout_latest .content time {
    padding-bottom: 5px;
    color: #aaaaaa;
    font-size: 12px;
}
.index .layout_latest .content img {
    width: 100%;
    height: auto;
    border-bottom: #a5037c 4px solid;
    margin-bottom: 30px;
}
.index .layout_latest.first {
    padding-left: 0;
}

#main {
    overflow: hidden;
    height: auto;
    min-height: 300px;
    padding-bottom: 60px;
}
#main2c {
    padding-bottom: 60px;
}
/*#main {width: 1170px; margin: 0 auto !important; float: none; background: #ffffff; padding-top: 30px; padding-bottom: 30px;}*/
#right2c {
    overflow: hidden;
    height: auto;
    padding: 0;
}
#left2c {
    overflow: hidden;
    height: auto;
    xpadding: 0;
}

#left2c .mod_navigation {
    background: #f9f8f8;
}
#left2c li {
    list-style: none;
}
#left2c a {
    text-decoration: none;
}

#left2c .layout_latest h2 {
    font-size: 1.2em;
    font-weight: 600;
}
#left2c .layout_simple {
    margin-bottom: 15px;
}
#left2c .layout_simple a {
    font-weight: 400;
}
.layout_simple time {
    display: block;
    font-size: 0.8em;
    color: #777777;
    padding: 5px 0;
}
.layout_full time {
    display: block;
    font-size: 0.8em;
    color: #777777;
    padding: 5px 0;
}
#left2c .mod_newslist {
    margin-bottom: 30px;
    padding: 0;
}
#left2c h2 {
    font-size: 1.3em;
    font-weight: 600;
    border-bottom: #ccc 1px solid;
    padding-bottom: 5px;
}

.index #main {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

#footer {
    background: #f4f4f5;
    padding-top: 45px;
    padding-bottom: 60px;
}
#footer * {
    color: #303334 !important;
    font-size: 14px;
}
#footer a {
    font-weight: 400;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}
#footer li {
    margin-bottom: 5px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

#bottom {
    background: #e5e5e5;
    padding-top: 30px;
    padding-bottom: 60px;
}
#bottom * {
    color: #666666;
    font-size: 13px;
}

/*Articles ------------------------------------------- */

.cytat {
    background: #f1fbf9;
    padding: 45px 0;
    margin: 30px 0 0 0;
    text-align: center !important;
    font-size: 18px;
    color: #3ea292;
    font-weight: 300;
}
.lead {
    background: #5bbcad url("../img/bg-lead.jpg") center center repeat;
    padding: 60px 0;
    margin-bottom: 60px;
    text-align: center !important;
    color: #fff;
    font-size: 18px;
}
.lead * {
    color: #ffffff;
    margin-bottom: 0;
}

/*mainNav ------------------------------------------- */

#mainNav {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}
#mainNav ul {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 20px;
}
#mainNav li {
    display: inline-block;
    margin-left: 0.5em;
}
#mainNav li * {
    padding: 0.3em 0.7em;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0;
    transition: 0.2s all;
}
#mainNav li.index * {
    padding: 0.3em 0.4em;
    color: #ffffff;
    border-radius: 0;
    transition: 0.2s all;
    border-radius: 2px;
}
#mainNav li span,
#mainNav li a:hover,
#mainNav li.trail * {
    color: #ffffff !important;
    background: var(--psp-orange);
    border-radius: 0;
    border-bottom: #e10613 0 solid;
    border-radius: 2px;
}

#mainNav li span em {
    color: var(--psp-light) !important;
}
#mainNav li a:hover em {
    color: #ffffff !important;
}

#mainNav li.index * {
    padding: 0.5em 0.4em;
    color: #ffffff !important;
    border: 0 !important;
    transition: 0.2s all;
    background: none !important;
}

.index #mainNav .produkty a {
    background: var(--psp-orange);
    color: #ffffff !important;
    border-radius: 2px;
    border: var(--psp-orange) 1px solid;
}

#mainNav .level_2 {
    display: none;
    position: absolute;
    background: #a5037c;
    color: #fff;
}
/*#mainNav .level_1 li:hover .level_2 {display: block; }*/

#sideNav {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
}
#sideNav li {
    padding: 0;
    margin: 0;
    border-bottom: #ffffff 1px solid;
}
#sideNav li.last {
    border-bottom: none;
}
#sideNav i {
    margin-right: 15px;
}
#sideNav li span {
    font-weight: 600;
    background: var(--psp-basic);
    color: #ffffff;
    display: block;
    padding: 5px 10px;
}
#sideNav li a:hover {
    font-weight: 400;
    background: #ffffff;
    color: var(--psp-lighter);
}
#sideNav li a {
    color: var(--psp-basic);
    display: block;
    padding: 5px 10px;
}
#sideNav a.submenu.trail,
#sideNav span.submenu {
    background: var(--psp-basic);
    color: #fff;
    padding: 5px 10px;
    font-size: 1em;
}
#sideNav .level_2 {
    display: none;
}
#sideNav .level_2 li {
    background: url("../img/li-small.png") 10px 8px no-repeat;
    padding-left: 25px;
}
#sideNav .level_2 li * {
    background: #f9f8f8;
}
#sideNav .active .level_2,
#sideNav .trail .level_2 {
    display: block;
}
#sideNav .level_2 li span {
    color: var(--psp-light);
}

#footerNav {
    text-transform: uppercase;
    margin-bottom: 15px;
}
#footerNav * {
    margin-right: 10px;
}
#footerNav a {
    text-decoration: none;
}
#footerNav li {
    list-style: none;
    padding: 0;
    display: inline;
    margin: 0;
}

/*Slicknav ------------------------------------------- */
#mobileMenu {
    position: fixed;
    z-index: 100;
    right: 0;
}
.slicknav_menu {
    padding: 15px 0 0 0;
    z-index: 1000 !important;
    background: none;
    position: absolute;
    width: 100%;
}
.slicknav_nav {
    background: var(--psp-basic);
    text-transform: uppercase;
    text-align: left;
    font-size: 1.3em !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.slicknav_nav ul {
    margin: 0 !important;
}
.slicknav_nav li {
    margin-bottom: 0.3em !important;
    padding-left: 30px;
    padding-right: 30px;
}
.slicknav_nav .active {
    font-weight: 700;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_nav * a {
    margin: 0 !important;
    padding: 5px !important;
}
.slicknav_nav * a:hover,
.slicknav_nav a.submenu:hover {
    background: #ffffff !important;
    color: var(--psp-light) !important;
    border-radius: 0 !important;
}
.slicknav_btn {
    background: none;
    margin-right: 10px !important;
    margin-bottom: 20px;
}
.slicknav_menu .slicknav_icon {
    font-size: 30px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #94acdc !important;
}
.slicknav_nav .slicknav_item:hover,
.slicknav_nav .slicknav_item:hover * {
    color: var(--psp-basic) !important;
}
.slicknav_nav .index {
    display: none;
}

body.index a.home {
    display: none;
}

/*Facebook like*/
#facebook-like {
    width: 200px;
    height: 81px;
    position: fixed;
    top: 70%;
    right: 0;
    z-index: 999999;
    transition: 0.2s all;
}
#facebook-like:hover {
    right: 0;
}
#facebook-like img {
    width: 100%;
    height: auto;
}

.dlh_googlemap {
    width: 100% !important;
}

.l2col .image_container {
    border: #ddd 1px solid;
    padding: 10px;
    text-align: center;
}
.l2col .image_container img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.l2col .mod_article .ce_text {
    margin-bottom: 30px;
}
.l2col .mod_article .ce_text {
    margin-bottom: 30px;
}

/*Baner*/
.mod_banner {
    margin-bottom: 30px;
}
.mod_banner .banner_name {
    display: none !important;
}

/*Google Maps*/
.ce_dlh_googlemaps {
    /*margin-bottom: 45px;*/
}

/*Images RWD*/
.rwd img {
    width: 100%;
    height: auto;
}
/** [class*="col"] img {width: 100%; height: auto;}*/
.imgborder img {
    border-bottom: var(--psp-light) 7px solid;
}

/*.imgborder p.more {position: absolute; bottom: 0;}*/

/*mod_breadcrumb*/
.mod_breadcrumb {
    font-size: 12px !important;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: #eee 1px solid;
}
.mod_breadcrumb li {
    font-size: 12px !important;
    display: inline;
    margin-left: 5px;
    list-style: none;
    background: none !important;
    padding-left: 0 !important;
}

/*Slider*/
.slider-control {
    margin-top: -60px;
    margin-bottom: 30px;
    height: 30px;
}
.slider-prev,
.slider-next {
    display: none !important;
}
.slider-menu b {
    font-family: serif;
    font-size: 50px !important;
    border-radius: 15px !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: #ccc 1px solid;
    margin: 5px;
    padding-left: 1px;
}
.slider-menu b.active {
    color: var(--psp-basic) !important;
}

.fader-control {
    margin-top: -60px;
    margin-bottom: 30px;
    height: 30px;
}
.fader-prev,
.fader-next {
    display: none !important;
}
.fader-menu b {
    font-family: serif;
    font-size: 50px !important;
    border-radius: 15px !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: #ccc 1px solid;
    margin: 5px;
    padding-left: 1px;
}
.fader-menu b.active {
    color: var(--psp-light) !important;
}
.content-fader .text-center .image_container {
    text-align: center;
}
.content-fader div,
.content-fader figure {
    overflow: hidden !important;
    height: auto !important;
}

/*Sections*/

.index #container {
    padding-top: 0;
}
.index #slider {
    background: #f4f4f5 url("../img/bg-slider.jpg") center bottom repeat-x;
}
.index #slider .more {
    background: var(--psp-orange);
    border: 0;
    color: var(--psp-basic) !important;
    font-size: 1.1em;
}
.index #katalog {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 280px; /*background: rgba(230,230,235,.5);*/
}
.index #katalog h2 {
    text-align: center;
    color: var(--psp-basic);
}
.index #katalog img {
    width: inherit;
}
.index #produkty-i-katalog {
    background: #f4f4f6 url("../img/bg-produkty2.jpg") center 530px no-repeat;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
}
.index #produkty {
    padding-top: 60px; /*background: url("../img/bg-produkty.jpg") right bottom no-repeat;*/
    xheight: 280px;
}
.index #produkty strong {
    display: inline-block;
    background: var(--psp-basic);
    padding: 5px 15px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 2px;
    margin-bottom: 10px;
}
.index #aktualnosci {
    padding-top: 30px;
    padding-bottom: 30px;
}
.index #aktualnosci h2 {
    font-weight: 400;
}
.index #ue {
    border-top: #eeeeee 1px solid;
    padding-top: 15px;
}
.index #ue img {
    width: inherit !important;
}

#left2c #katalog {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f9f8f8;
    height: 280px;
    margin-bottom: 30px;
}
#left2c #katalog h2 {
    text-align: center;
    color: var(--psp-h2);
    border-bottom: none;
}
#left2c #katalog img {
    width: inherit;
}

#zapytaj a {
    background: var(--psp-cta);
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    transition: 0.2s all;
    border: var(--psp-cta) 1px solid;
}
#zapytaj a:hover {
    background: #ffffff;
    color: var(--psp-cta);
}

ul.colors {
    margin: 0;
    padding: 0 0;
}
ul.colors li {
    line-height: 150%;
    padding-left: 18px;
    padding-right: 18px;
    list-style: none;
}
ul.colors li {
    float: left;
    width: 80px;
    background: none;
    text-align: center;
}
ul.colors li.first_in_row {
    clear: both;
}
ul.colors li span {
    display: block;
    width: 50px;
    height: 62px;
    margin: 0 auto;
}
ul.colors li span img {
    vertical-align: top;
}

.colors div {
    min-height: 150px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}
.colors span {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.colors span img {
    vertical-align: top;
}

.mod_search .relevance,
.mod_search .url {
    font-size: 12px;
    color: #cccccc;
}
.mod_search .even,
.mod_search .odd {
    border-top: #cccccc 1px solid;
    padding: 15px 0;
}

.pagination {
    clear: both !important;
    float: none !important;
    display: block !important;
}
.pagination li {
    list-style: none;
    display: inline;
}

/* *****************  PSP ************************** */
.underline {
    border-bottom: #cccccc 1px solid;
}

.mod_psp_products_catalog .rodzaj {
    margin-bottom: 30px;
}
.mod_psp_products_catalog .rodzaj .box {
    padding: 20px 12px 12px 12px;
    background: #f9f8f8;
    overflow: hidden;
}
.mod_psp_products_catalog .rodzaj .box h2 {
    padding: 15px 0px;
    margin-bottom: 0 !important;
    text-align: left;
}
.mod_psp_products_catalog .rodzaj .box p {
    margin-bottom: 2px;
    text-align: left;
    font-size: 12px;
}
.mod_psp_products_catalog .rodzaj .box a.spec {
    display: block;
    background: var(--psp-basic);
    background-image: none;
    border: var(--psp-basic) 1px solid;
    text-decoration: none;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #ffffff;
    line-height: 16px;
}
.mod_psp_products_catalog .rodzaj .box a.spec.loading {
    background: #80d006 url("../img/loadingstripes.gif") left top repeat;
    color: #276924;
    border: #276924 1px solid;
}

.mod_psp_products_catalog .rodzaj .box a.v3d {
    display: block;
    background: #f9f8f8;
    text-decoration: none;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    color: #aaaaaa;
}
.mod_psp_products_catalog figure {
    margin-bottom: 0;
}

.mod_psp_products_catalog .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff url("../../icons/loading.gif") center 200px no-repeat;
    z-index: 500;
    opacity: 0.8;
    display: none;
}
.mod_psp_products_catalog .overlay.show {
    display: block;
}

.mod_psp_products_catalog .safelogo {
    position: absolute;
    right: 15px;
    top: 0;
    width: 100px;
    height: 70px;
    z-index: 3000;
}

#cboxTitle {
    font-size: 30px !important;
    color: var(--psp-basic) !important;
    top: 25px !important;
    left: 25px !important;
    background: url("../img/logo-sm.png") left top no-repeat;
    padding-left: 126px;
    height: 78px;
    padding-top: 17px;
}

/* *****************  PSP ************************** */

.fader-start {
    background: #f5f3f3;
    background-position: center center !important;
    background-repeat: none !important;
    text-align: center;
    background-size: cover;
}
.fader-start * div {
    text-align: left;
}
.content-fader .ce_text {
    padding-top: 45px;
    padding-bottom: 45px;
}
.content-fader h1,
.content-fader h2 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .slicknav_menu {
        display: none !important;
    }
    .mobile {
        display: none !important;
    }
    .mod_banner img {
        width: 100%;
        height: auto;
    }
    img.rwd {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #langSelectorMobile {
        display: none !important;
    }
    .mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .mod_article .image_container img {
        width: 100% !important;
        height: auto !important;
    }
    #mainNav ul {
        margin-top: 20px;
    }
    #mainNav li * {
        padding: 7px 10px;
        font-size: 16px;
    }
    #header {
    }
}

@media only screen and (max-width: 992px) {
    #mainNav ul {
        margin-top: 2px;
        margin-bottom: 0;
    }
    #mainNav li {
        margin-left: 5px;
    }
    #mainNav li * {
        padding: 3px;
        font-size: 14px;
        margin-left: 0px;
    }
    #container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #header #logo {
        width: 180px;
    }
    #header {
        text-align: left;
    }
    #main * [class*="col"] {
        margin-bottom: 30px;
    }
    .mod_article .image_container img {
        width: 100% !important;
        height: auto !important;
    }
    .index #produkty-i-katalog {
        text-align: center;
        background-position-y: 100px;
    }
    .index #produkty {
        border-bottom: #cccccc 1px solid;
        padding-bottom: 30px;
    }
    .index #produkty-i-katalog p {
        /*line-height: 40px;*/
        overflow: hidden;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .web {
        display: none !important;
    }
    body {
        font-size: 14px !important;
        line-height: 1.45;
    }
    h1 {
        font-size: 2.5em;
        width: 100%;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.3em;
    }
    #wrapper {
        margin: 0;
    }
    .rwd img {
        width: 100%;
        height: auto;
    }

    * [class*="col"] {
        margin-bottom: 30px;
    }
    .slicknav_menu {
        display: block !important;
        z-index: 9991 !important;
        position: fixed;
    }

    #header {
        height: 90px;
        position: fixed;
        width: 100%;
        z-index: 9990;
    }
    #header #logo {
        top: 15px;
        width: 185px;
        z-index: 4000;
    }
    #header #logo img {
    }
    #header .mod_search {
        xdisplay: none;
        margin-top: 20px;
        margin-right: 40px;
    }
    #header #langSelector {
        padding-right: 40px;
    }
    x#container {
        padding-top: 90px !important;
    }

    #footer * {
        text-align: center !important;
    }
    #bottom * {
        text-align: center !important;
    }
    #main {
        width: 100%;
    }
    #mainNav {
        display: none;
    }
    #left2c {
        display: none;
    }
    #container {
        padding-top: 120px !important;
    }
    .index #container {
        padding-top: 90px !important;
    }
    .mobile-center {
        text-align: center !important;
    }

    .image_container.float_left {
        clear: both !important;
        margin: 0 0 30px 0 !important;
        float: none !important;
    }
    .image_container.float_left img {
        width: inherit !important;
        height: auto !important;
    }
    #header #langSelector {
        z-index: 999999999 !important;
        position: absolute;
    }

    #langSelectorMobile {
        display: inline-block;
        margin-right: 3px;
        position: fixed;
        z-index: 9999999;
        right: 70px;
        top: 30px;
        font-size: 18px;
    }
    #langSelectorMobile a {
        color: #728ab8;
        text-decoration: none;
        display: inline-block;
        padding: 0 3px;
    }
    #langSelectorMobile span {
        color: #728ab8;
        text-decoration: none;
        display: inline-block;
        padding: 0 3px;
    }
    #langSelectorMobile ul {
        margin: 0;
        padding: 0;
    }
    #langSelectorMobile li {
        list-style: none;
        display: inline;
        margin: 0;
        padding: 0;
    }

    .fader-control {
        margin-top: -20px;
        margin-bottom: 30px;
        height: 30px;
    }
    .fader-prev,
    .fader-next {
        display: none !important;
    }
    .fader-menu b {
        font-family: serif;
        font-size: 24px !important;
        border-radius: 15px !important;
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: #ccc 1px solid;
        margin: 5px;
        padding-left: 1px;
    }
    .fader-menu b.active {
        color: var(--psp-light) !important;
    }
    .fader-control {
        display: none !important;
    }
    .index #produkty-i-katalog {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
        height: auto;
    }
    .index #produkty-i-katalog p {
        /*line-height: auto;*/
        overflow: hidden;
        height: auto;
    }
    .content-fader .ce_text {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .content-fader .ce_text img {
        max-width: 80%;
        height: auto;
    }
    .content-fader .container {
        overflow: hidden !important;
        height: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 2.5em;
        width: 100%;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.2em;
    }
}

.invisible {
    display: none !important;
    opacity: 0 !important;
}
.clr {
    float: none;
    clear: both;
}

.modal {
    z-index: 10000;
}

#show3d {
    cursor: pointer;
}

#viewer3D .modal-content {
    background: linear-gradient(#eeeeee, #ffffff);
    overflow: hidden;
    height: auto;
}
