@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,800,900&display=swap');
@import "colors.css"; /* var IE 15+ */
@import "settings.css"; /* @import IE 5.5+ */ 
@import "structure.css";

@import "tabs.css";

/* CONTENT STYLE */
@import "page_training.css";
@import "page_product_view.css";
@import "page_news.css";


@import "animations.css";

@import "admin.css";

.main_box {
    width: 100%;
    text-align: center;
}
.box {
    max-width: 1400px;
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: left;
}
.padding_main {
    padding: 50px;
}
._padding {
    padding: 100px;
}

.box.home {
    /*box-shadow: 0 2px 4px;*/
    background: #fff;
}

.fast_contact {
    height: 30px;
    background: #313131;
}

.logo {
    display: block;
    width: 320px;
    float: left;
    /*padding: 9px;*/
    margin-right: 75px;
}

header {
    z-index: 200;
}

/* NAVIGATIONS */
nav {
    border: 2px solid #000;
    margin-bottom: 10px;
    padding: 5px;
}
.mobile_only {
    display: none;
}
aside#mobile_nav:target {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    width: 100%;
    overflow-y: auto;
    height: 100%/*vh*/;

    
    animation-name: switch_mobile_nav;
    -webkit-animation-name: switch_mobile_nav;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
#mobile_nav_bn,
#mobile_access_bn,
.user_authorised #mobile_access_bn {
    width: 0;
    height: 0;
    padding: 25px;
    display: none;
    cursor: pointer;
    background: url(/themes/2018/img/svg/main_nav_bn_bg.svg) center no-repeat;
    background-size: 80%;
    margin: 0 10px;
}
#mobile_access_bn {
    background: url(/themes/2018/img/svg/access_bn_bg.svg) center no-repeat;
    background-size: 80%;
}
.user_authorised #mobile_access_bn {
    background: url(/themes/2018/img/svg/access_granted_bn_bg.svg) center no-repeat;
    background-size: 80%;
}

nav.top {
    max-width: calc(100% - 320px);
    float: left;
    border: 0;
    padding: 28px 0 0 0;
}
nav h2 {
    text-align: center;
    background: #4c4c4c;
    margin: 0;
    padding: 15px;
    color: #fff;
}
nav ul {
    margin : 0;
    padding : 0;
    font: 1em/1.5 Muli, sans-serif;
    color: #000;
    list-style: none;
}
nav ul li {
    padding : 0;
    margin : 0;
    position: relative;
}

nav.top ul li {
    display: inline-block;
}
.light_bottom:before, nav.top ul li:before, .flat_download_files_list li:before {
    display: block;
    position: absolute;
    height: 4px;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    content: '';
    margin: 0 auto;
    background: #d81408;
    transition: .4s;
}
.light_bottom.orange:before {
    background: #f86900;
}

nav ul.level_2 li {
    /* padding : 0 0 0 30px; */
    margin : 0;
}
nav ul.level_3 li {
    padding : 0 0 0 60px;
    margin : 0;
}
nav ul li a {
    display : block;
    padding : 10px 20px;
    color : #000;
    text-decoration: none;
    /* background: #b4b4b4; */
    margin-bottom: 1px;
}
/*nav ul li a:hover {
    background: #d4d4d4;
    transition: .3s;
}
.active > a {
    background: #0090c6;
}*/

nav.top ul li a {
    display : block;
    padding : 10px 12px;
    color: #333;
    text-decoration: none;
    background: none;
    margin: 0;
    font-size: 1em;
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
aside nav ul li[data-content-id="305"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/battery.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="303"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/zam-szyfr.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="304"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/przewody.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="379"]:before, 
aside nav ul li[data-content-id="348"]:before,
aside nav ul li[data-content-id="349"]:before,
aside nav ul li[data-content-id="350"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/cctv.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="391"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/lan.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="10"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/alarm.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="311"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/zwory.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
    transform: rotate(90deg);
}

aside nav ul li[data-content-id="309"]:before, 
aside nav ul li[data-content-id="310"]:before,
aside nav ul li[data-content-id="383"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/wideodomofon.svg) no-repeat center;
    background-size: 55%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="371"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/automatyka-bramowa.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}

aside nav ul li[data-content-id="0"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/home.svg) no-repeat center;
    background-size: 70%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="317"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/products.svg) no-repeat center;
    background-size: 70%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="1"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/training.svg) no-repeat center;
    background-size: 70%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="4"]:before,
aside nav ul li[data-content-id="51"]:before,
aside nav ul li[data-content-id="320"]:before,
aside nav ul li[data-content-id="399"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/download.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="3"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/contact.svg) no-repeat center;
    background-size: 70%;
    top: 2px;
    left: 0;
}
aside nav ul li[data-content-id="7"]:before {
    width: 0;
    height: 0;
    padding: 22px;
    background: url(../img/svg/nav/cooperation.svg) no-repeat center;
    background-size: 60%;
    top: 2px;
    left: 0;
}

.light_bottom:hover:before, .light_bottom:active:before, nav.top ul li:hover:before, nav.top ul li.active:before, .flat_download_files_list li:hover:before {
    /*border-bottom: 3px solid #0090c6;*/
    display: block;
    position: absolute;
    height: 4px;
    bottom: 0;
    width: 100%;
    /*background: #0090c6; */
    content: '';
    transition: .4s;
}
.sidebar {
    /* border: 2px solid #d9d9d9; */
    background: #717170; /*IE14-*/
    background: var(--main-bg-color);
}
.sidebar nav {
    border: 0; 
    padding: 5px;
    margin: 30px;
}
.sidebar nav h2 {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    /*background-color: #232225;*/
    color: #e2e2e2;
    font-size: 1.4em;
    /* font-weight: bold; */
    /* margin-bottom: 0; */
    /* border-radius: 32px; */
    /* border: 4px solid #2779af; */
    /* border-top-width: 2px; */
    /* border-right-width: 1px; */
    background-color: #171717;
    color: #e6e6e6;
    transform: translate(-36px,0);
    text-align: left;
    margin: 0 0 25px 0;
    padding: 12px 30px;
    color: #e2e2e2;
    font-size: 1.4em;
    background-color: #333333;
    color: #fff5f5;
    transform: translate(-36px,0);
    font-size: 1.2rem;
    width: calc(100% - 18px);
}
.sidebar nav h2:before {
    content: '';
    width: 6px;
    height: 100%;
    display: block;
    position: absolute;
    background: #e51609;
    top: 0;
    left: -3px;
    /* transform: skewX(-30deg); */
}
.sidebar nav h2:after {
    /* content: ''; */
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    background: #ff0f00;
    top: 22px;
    left: 12px;
    transform: skewX(-30deg);
}

.sidebar nav ul li a {
    display: block;
    padding: 14px 50px;
    color: #ffffff;
    color: var(--main-txt-color);
    text-decoration: none;
    background: none;
    margin-bottom: 0;
    /* border-bottom: 1px solid #e4e3e3; */
    transition: .5s erase-end;
    /*pointer-events: none;*/
}
.sidebar nav ul.level_1 > li > a {
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.sidebar nav ul.level_3 li:not([data-node]) a {
    padding: 5px 10px 5px 20px;
}
.sidebar nav ul.level_3 li a {
    padding-left: 20px;
}

.sidebar nav ul li:hover > a {
    color: #000;
    font-weight: bold;
    padding-left: 50px;
    transition: .3s;
}

.sidebar nav ul li a:hover, 
.sidebar nav > ul > li.active > a {
    background: #333;
    color: #fbfbfb;
}
/* "wykrojenie" podmenu */
/* .sidebar nav > ul > li:hover > a, 
.sidebar nav > ul > li.active > a,
.sidebar nav > ul > li.parent_active > a {
    
} */
.sidebar nav > ul > li:hover > ul,
.sidebar nav > ul > li.active > ul,
.sidebar nav > ul > li.parent_active > ul {
    border-bottom: 2px solid #000;
}


/* styl klawiatury */
.sidebar nav ul li:before {
    content: '';
    background: #b7b7b7;
    /*border: 1px solid #c9c8c8;*/
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 4px;
}
.sidebar nav ul.level_2 li:before {
    width: 15px;
    height: 15px;
    margin: 5px;
    width: 7px;
    height: 7px;
    margin: 5px;
    left: 14px;
    top: 15px;
    background: #9f9e9f;
}
.sidebar nav ul.level_3 li:before {
    left: 45px;
    top: 10px;
}
.sidebar nav ul li.active:before {
    background-color: #e6e6e6;
    /* border-color: #880c04; */
}
.sidebar nav ul li[data-node="1"]:after {
    content: '';
    /*border: 1px solid #c9c8c8;*/
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    right: 4px;
    text-align: center;
    font-size: 1.2em;
    color: #c9c8c8;
    font-weight: bold;
    background: url(../img/node_bg.png) no-repeat center center;
    transition: .1s;
}
.sidebar nav ul li:hover[data-node="1"]:after {
    transition: .3s;
    transform: rotate(-90deg);
}

nav.breadcrumbs {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    background: #323232;
}
nav.breadcrumbs ul.level_1 ul {
    position: absolute;
    margin: 0;
    padding: 0;
}
nav.breadcrumbs ul.level_1 ul li {
    padding: 0;
}
nav.breadcrumbs > ul > li {
    display: inline-block;
}
nav.breadcrumbs li a {
    padding: 10px 10px 10px 10px;
    margin-right: -10px;
    color: whitesmoke;
    text-decoration: none;
    background: #323232;
    white-space: nowrap;
    text-align: left;
}
nav.breadcrumbs ul li:not(:first-child) a:before {
    content: '/ ';
}

/* FUN ;) */
nav ul:not(.level_1) {
    display: none;
}
nav li.active > ul,
nav li.parent_active > ul,
nav li.user_custom_active ul {
    display: block;
}
/* nav ul li:hover a ~ ul {
} */

nav ul li .nav_toggle {
    display: none;
}
/* TO OPEN */
nav ul li[data-node="1"] > .nav_toggle {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    padding: 26px;
    background: #dcdcdc; /*#b4b4b4;*/
    cursor: pointer;
    z-index: 100;
    top: 0;
    right: 0;
    transition: .3s;
}
/* OPENED */
nav ul li[data-node="1"].js_active > .nav_toggle, 
nav ul li[data-node="1"] > .nav_toggle:hover {
    background: #4e4e4e;
}

nav ul li[data-node="1"] > .nav_toggle:before,
nav ul li[data-node="1"].js_active > .nav_toggle:before {
    content: '+';
    color: #9c9a99;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    transform: translate( -50%, -50% );
}
nav ul li[data-node="1"].js_active > .nav_toggle:before {
    content: '-';
}


/* SEARCH */
#search_bn {
    display: block;
    width: 55px;
    /*height: 55px;*/
    height: 70px;
    float: left;
    overflow: hidden;
    background: url(../img/search_bn_bg.png) no-repeat center 15px;
    margin: 5px;
    opacity: .4;
    transition: .3s;
    display: none;
}
#search_bn:hover {
    opacity: 1;
}

#search {
    position: absolute;
    background: #000;
    top: 75px;
    left: 0;
    right: 0;
    /*position: relative;*/
    display: none; 
    padding: 20px;
}
#search:target {
    display: block;
}
#search input[type="text"] {
    border: 0;
    padding: 10px;
    background: #000;
    width: 1200px;
    outline: none;
    font-size: 1em;
    color: #f9b229;
    border-bottom: 1px solid;
}
#search input[type="text"]:focus {
    background: #3d3d3e;
}
#search:target + #search_bn {
    background: #000 url(../img/search_bn_bg_white.png) no-repeat center;
    opacity: 1;
    transition: .3s;
}

/* USER */
.user_status {
    float: right;
    height: 97px;
    min-width: 250px;
    padding: 30px 30px 10px 60px;
    font-size: .8em;
}
.user_status.loggedOut {
    padding-top: 40px;
}
.user_status.loggedOut a {
    color: #000;
}
.user_status.loggedOut a:hover {
    text-decoration: none;
}
.user_status.loggedIn:before {
    display: block;
    content: '';
    background: url(/themes/2018/img/loggedIn.png) center center no-repeat;
    background-size: contain;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 25px;
    width: 53px;
    overflow: hidden;
}
.user_status.loggedIn > p {
    color: #252526;
}
.user_status.loggedIn .user_level {
    color: #5fa02f;
    font-size: 1em;
    font-weight: bold;
}
.user_status.loggedOut:before {
    display: block;
    content: '';
    background: url(/themes/2018/img/loggedOut.png) center center no-repeat;
    background-size: contain;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 25px;
    width: 53px;
    overflow: hidden;
}
.user_status .options {
    position: absolute;
    overflow: hidden;
    left: 25px;
    right: 0;
    display: none;
    margin-top: 10px;
    border-left: 2px solid #72c437;
}
.user_status:hover .options {
    display: block;

    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.user_status .options a {
    display: block;
    text-align: right;
    padding: 15px 35px;
    background: #fff;
    color: #000;
    transition: .3s;
}
.user_status .options a:hover {
    color: #effbe7;
    background: #72c437;
    transition: .3s;
}

/* HOME */
#instalator, #rozwiazania_dom, #rozwiazania_firma, #rozwiazania_flota {
    clear: both;
    margin-bottom: 1px;
}
#instalator {
    border-top: 1px solid #fff;
}
#rozwiazania_dom {
    text-align: center;
}
#rozwiazania_dom .baner_out {
    margin: 50px -50px;
}

.info > a,
.info .info_user > a {
    background-color: #e9eef1;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}
.info .info_user > a {
    padding-left: 60px;
}

.info > a,
.info .info_user,
.main_content {
    border-top: 4px solid #000;
}
.info_user > a {
    background: #e9eef1 url(../img/home_bg.png) no-repeat 10px center;
}
.info_user > a.company {
    background: #e9eef1 url(../img/company_bg.png) no-repeat 10px center;
}
.info_user > a.fleet {
    background: #e9eef1 url(../img/fleet_bg.png) no-repeat 10px center;
}
.info_user:before, .info_user > a:before {
    content: '';
    display: block;
    width: 5px;
    height: 100px;
    position: absolute;
    background: #fff;
    top: -4px;
    left: 0;
}
.info_user > a:after, .info > a:after {
    content: url(../img/arrow.png);
    display: block;
    position: absolute;
    bottom: 13px;
    right: 15px;
}

.info > a h2 {
    font-size: 1.4em;
    margin-bottom: 0;
}
.info_user h2 {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 0;
}

.info > a:hover,
.info > a.active,
.info .info_user > a:hover,
.info .info_user > a.active {
    /*background-color: #0091c7;*/

    background-color: #008fc4;
    /*background: -moz-linear-gradient(top, #008fc4 0%, #00aeef 100%);
    background: -webkit-linear-gradient(top, #008fc4 0%,#00aeef 100%);
    background: linear-gradient(to bottom, #008fc4 0%,#00aeef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fc4', endColorstr='#00aeef',GradientType=0 );*/

    color: #e0f4ff;
}

.info > section {
    display: none;
}
.info section:target,
.info > section.active {
    display: block;
}

.short {
    background: #fff;
    font-weight: bold;
    color: #000;
    border: 1px solid #ececec;
    cursor: pointer;
    text-align: center;
}
.short:hover {
    background: #eaeaea;
    color: #000;
}
.short.dark_grey {
    /*background-color: #5d5d66;*/
    /*background: #3d485a;*/
    background: #232324;
}
.short.yellow {
    background: #f8ac01;
}
.short a {
    padding: 20px;
    display: block;
    color: #000;
}
.short.dark_grey a {
    color: #e4e4e4;
}
.short a:hover {
    text-decoration: none;
}

/* NEW PRODUCTs */
.new_product {
    /*background: #eaeaea;*/
    /* margin: 10px; */
    padding: 1px;
}
.new_product.plus:before {
    content: '';
    width: 65px;
    height: 65px;
    border: 6px solid #f9b708;
    background: #f9b708 url("/themes/2018/img/svg/logo_JABLOTRON-100-PLUS2.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 20;
    border-radius: 4px;
}
.thumb, 
.new_product img {
    width: 100%;
    height: auto;
    transition: .3s;
}
.new_product .thumb, 
.new_product img {
    /*border: 1px solid #c7c7c7;*/
    border-radius: 5px;
}
.new_product:hover .thumb, 
.new_product:hover img {
    transform: scale(1.1);
    transition: .3s;
}
.new_product a {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 0.8em;
    margin: 0;
    color: #000;
    text-decoration: none;
}
.new_product a.link {
    padding: 10px 20px;
    /* border-left: 4px solid #e14040; */
}
.new_products_list .new_product a.link {
    padding: 10px 30px;
}
.new_product:hover a.link {
    background: #e5e3e2;
    /* color: #eaeaea; */
    transition: .7s;
}
.new_product a.link span {
    font-weight: bold;
    display: block;
    font-size: 1.3rem;
    font-family: Muli, sans-serif;
    margin-bottom: 5px;
}
.new_product a.link.big span {
    font-weight: normal;
    display: block;
    font-size: 2em;
}

.new_products_list > div:nth-child(odd) {
    background: #f5f5f5;
}

.specyfication {
    border-top: 2px solid #000;
}
.specyfication tr:hover {
    background: #fafafd;
    color: #000;
}
.specyfication td, 
.specyfication th {
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding: 10px;
}

.news_box {
    transform: translate( 31px, 33px );
    background: #e4e4e4;
}
.news {
    margin: 10px 0;
    padding: 10px 0;
}
.news a {
    color: #333;
    font-size: 1.3em;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    /*background: #c7c7c7;*/
    /* background: #2c70ad; */
    margin-left: -57px;
    padding: 1px 5px 2px 62px;
}
.news a:hover {
    /* background: #2f90c6; */
    text-decoration: underline;
    transition: .3s;
}
.news time {
    color: #fffcf9;
    background: #f6a800;
    color: #ffeded;
    background: #c81d1e;
    padding: 4px;
    font-size: .7em;
    font-weight: bold;
    border-radius: 4px;
    /* vertical-align: inherit; */
    /* margin-left: -60px; */
    z-index: 1;
}
.news_short {
    /*color: #d0d0d0;*/
    margin-top: 5px;
    display: none;
}
footer {
    background: #e8e8e8;
    padding: 40px;
    margin-top: 40px;
}
footer h3 {
    font-size: 1em;
}
nav.footer {
    border: 0;
    font-size: .8em;
    padding: 0;
}
nav.footer a {
    background: none;
    color: #4c4c4c;
}
footer .copyright {
    font-size: .8em;
}

/* PRODUCTS */
.product_list {
    /*width: 66.666666%;
    float: right;
    padding: 0 0 0 10px;*/
    overflow: hidden;
}
.product_list .header {
    /*font-family: 'Raleway', sans-serif;
    font-size: 2em;
    color: #ffffff;
    background: #0090c6;
    padding: 0 20px;
    text-align: center;
    border-radius: 3px;*/
    font-family: Muli, sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #000000;
    /* background: #0090c6; */
    padding: 5px 20px 0 100px;
    text-align: right;
    border-radius: 3px;
    margin-top: -50px;

    flex-basis: 100%;
}
.product_list .header:not(:nth-child(3)) {
    margin-top: 0;
}
.product_list .product_item {
    margin-bottom: 5px;
    background: #fff;
    border-top: 1px solid #c9c9c8;
    overflow: hidden;
    padding-right: 180px;
    /*border-radius: 10px;*/
}
.product_list.grid {
    display: flex;
    flex-wrap: wrap;
}



/* .product_list.grid .product_item {
    width: calc(33.333333% + 2px);
    margin-bottom: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border-top: 0;
    min-height: 415px;
    border: 1px solid #e9eaec;
    margin: -1px;
} */

/* 4 FLEX */
.product_list.grid .product_item {
    margin-bottom: 0;
    padding-right: 0;
    vertical-align: top;
    padding: 10px 10px 80px 10px;
    border-top: 0;
    border: 1px solid #e9eaec;
    margin: -1px;
    flex-basis: calc( 100% / 3 + 2px);
    flex-basis: calc( 100% / var(--col-no-product-list) + 2px);
}


/* .product_list.grid .product_item:nth-child(odd) {
} */

.product_list .product_item img {
    width: 100%;
    height: auto;
    display: block;
}
/*.product_list.compact .product_item img {
    max-width: 70px;
    margin: 10px;
}*/
.product_list.grid .product_item img {
    width: 100%;
    max-width: none;
}
.product_list .product_item h2 {
    font-size: 1.2em;
    /*font-family: sans-serif;*/
    margin: 30px 0 0 0;
}
.product_list.compact .product_item h2,
.product_list.grid .product_item h2 {
    font-size: 1em;
    margin-top: 17px;
}
.product_list.grid .product_item h2 {
    margin: 0;
    padding: 0 20px;
}
.product_list.grid .product_item .symbol {
    display: block;
    font-size: 1.6em;
    font-weight: 700;
}
.product_list.grid .product_item .dash {
    display: none;
}
.product_list .product_item a {
    color: #a2070e;
    text-decoration: none;
}
.product_list.compact .product_item a,
.product_list.grid .product_item a {
    color: #000;
}
.product_list .product_item > a {
    float: left;
    display: block;
    z-index: 10;
    max-width: 230px;
    overflow: hidden;
    padding: 15px;
}
.product_list .product_item > a p {
    margin-bottom: 0;
}
.product_list.compact .product_item > a {
    max-width: 90px;
    padding: 10px;
}
.product_list.grid .product_item > a {
    float: none;
    padding: 0;
}
.product_list .product_item a.question {
    font-size: .8em;
}
.product_list .product_item a:hover {
    /* text-decoration: underline; */
    transition: .3s;
    color: #da3a37;
}

.product_list .product_item .details {
    overflow: hidden;
    font-size: .9em;
    /*border-top: 1px solid #000000;*/
    padding-top: 15px;
    color: #4e4e4e;
}
.product_list .product_item .details ul {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.product_list.compact .product_item .details,
.product_list.grid .product_item .details {
    display: none;
}



/* PRODUCTS FLAGS */
.product_item.plus:before {
    content: '';
    width: 65px;
    height: 65px;
    border: 6px solid #f9b708;
    background: #f9b708 url("/themes/2018/img/svg/logo_JABLOTRON-100-PLUS2.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 20;
    border-radius: 4px;
    top: 10px;
    left: 10px
}
.product_list.compact .product_item.plus:before {
    width: 25px;
    height: 25px;
    border: 3px solid #f9b708;
}

.product_item.new {
    border-top: 1px solid #d81408 /* #f88f00 */;
}

.product_item.new:after,
.product_item.promo:after,
.product_item.sold:after {
    
content: 'NOWOŚĆ!';
    
font-size: 0.6em;
    
font-weight: 900;
    
width: 33.333333%;
    
max-width: 150px;
    
background: #d81408;
    
color: #fff7f4;
    
position: absolute;
    
top: 0;
    
right: 0;
    
padding: 6px 0;
    
text-align: center;
    
top: 10px;
    
right: 10px;
    
padding: 6px 0;
    
text-align: center;
    
border-radius: 4px;
    
z-index: 100;
}
.product_item.promo:after {
    content: 'PROMOCJA!';
    /*background: #2196F3;*/
    background: #009aef; /* Old browsers */
    background: -moz-linear-gradient(left, #009aef 0%, #017bbf 50%, #009aef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #009aef 0%,#017bbf 50%,#009aef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #009aef 0%,#017bbf 50%,#009aef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009aef', endColorstr='#009aef',GradientType=1 ); /* IE6-9 */
}
.product_item.sold:after {
    content: 'WYPRZEDAŻ!';
    /*background: #4CAF50;*/
    background: #60ce5a; /* Old browsers */
    background: -moz-linear-gradient(left, #60ce5a 0%, #4caf50 50%, #60ce5a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #60ce5a 0%,#4caf50 50%,#60ce5a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #60ce5a 0%,#4caf50 50%,#60ce5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ce5a', endColorstr='#60ce5a',GradientType=1 ); /* IE6-9 */
}

.product_list .product_item .price_cont {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 20px;
    max-width: 180px;
    width: 100%;
    font: 1.5rem/1.2 "Heebo", sans-serif;
    font-weight: bold;
}

.product_list .product_item .price_cont p {
    display: block;
    padding: 0 20px 0 5px;
    margin: 0;
    text-align: left;
    width: 100%;
    color: #333333;
    
}
.product_list.grid .product_item .price_cont p {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.product_list .product_item .price_cont p:nth-child(1) {
    color: #a00003;
    color: var(--x-txt-color-1);
}
.product_list .product_item .price_cont p:nth-of-type(2) {
    font-size: 1rem;
    font-weight: normal;
}
.product_list .product_item .price_cont p span {
    font-size: .8rem;
    /* display: block; */
    font-weight: normal;

}
.product_list.grid .product_item .price_cont p:nth-child(1) {
    font-size: 2rem;
}

.product_list .product_item .price_cont p sup {
    top: 4px;
    font-size: 1rem;
}
.product_list .product_item .price_cont p:nth-of-type(2) sup {
    font-size: .9rem;
}

.product_list.compact .product_item .price_cont {
    font-size: 1em;
    padding: 5px 10px;
}
.product_list.compact .product_item .price_cont p span {
    display: inline;
}

.product_list.grid .product_item .price_cont {
    /* position: relative;
    padding: 0 20px;
    text-align: right;
    max-width: 100%;
    border-top: 1px solid #000;
    padding-top: 5px; */

    position: absolute;
    bottom: 0;
    top: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    min-height: 30px;
    z-index: 100;
    overflow: hidden;
}
.product_list .product_item .price_cont.no_price {
    display: none;
}
.product_list .product_item:hover .price_cont.no_price {

    display: block;
    animation-name: show;
    -webkit-animation-name: show;
    animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

/* PRODUCT VIEW MODE */
.view_mode {
    margin-bottom: 10px;
    z-index: 10;
    display: inline-block;
    border: 1px solid #9c9a99;
    padding: 5px 5px 5px 0;
}
.view_mode a[class^="view_"] {
    width: 24px;
    height: 24px;

    display: block;
    float: left;
    margin-left: 5px;
   
    background: #fff url('../img/view_list.png') no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.view_mode a[class^="view_"].active {
    border: 2px solid #f77300;
}
.view_mode a[class^="view_compact"] {
    background: #fff url('../img/view_compact.png') no-repeat center center;
    background-size: cover;
}
.view_mode a[class^="view_grid"] {
    background: #fff url('../img/view_grid.png') no-repeat center center;
    background-size: cover;
}
.product_list.list a.view_list, 
.product_list.compact a.view_compact, 
.product_list.grid a.view_grid {
    border: 2px solid #f6190a;
}

/* BOOKLETs */
.booklet {
    padding: 2px;
    transition: .3s;
    text-align: center;
}
.booklet:hover {
    transition: .3s;
    transform: rotate(5deg) translate(0, -10px);
    z-index: 100;
}
.booklet:hover * {
    box-shadow: 3px 3px 3px rgba(0,0,0, .4);
}
a.booklet img {
    max-width: 200px;
    width: 100%;
}
.booklets_group {
    margin: 0 -50px;
    padding: 40px;
}
.booklets_group:before {
    content: 'Pobierz katalog';
    background: #e51609;
    color: #fff;
    padding: 10px 15px;
    display: block;
    position: absolute;
    right: 0;
    font-family: Muli, sans-serif;
}
.booklets_group.jablotron100,
.booklets_group.profi {
    background: #bfbfbf;
}
.booklets_group h2 {
    color: #c5c4c4;
    float: none;
    width: 100%;
    text-align: center;
}
.booklets_group.jablotron100 h2,
.booklets_group.profi h2,
.booklets_group.whitesmoke_style h2 {
    color: #343434;
}
.booklets_group.oasis h2 {
    color: #2d89c3;
}
/* universal */
.booklets_group.whitesmoke_style {
    background: whitesmoke;
    color: #343434;
}

/* MANUALs */
.manual_group {
    padding: 30px;
}
.manual {
    padding: 30px;
    border: 1px solid #000;
    margin-left: -1px;
}
.manual > img {
    margin: -55px 0 0 -40px;
}

/* PAGE - BANER */
.baner_container {
    /* height: 280px; */
    /*background: #f6f8fb;*/
    margin: 0 -50px 0 -50px;
}

/* SPECIAL CSS for JS DOWNLOAD SOFTWARE */

		.download_item {
			background: #fff;
			border		:	1px solid #252526;
			padding		:	5px;
			margin		:	0 0 5px 0;
            border-radius: 5px;
            overflow: hidden;
		}
		.download_item_topic_main {
			padding: 10px 0 0 20px;
			background	:	url( '../img/download/download_item_topic_main_BG.jpg' ) repeat-x;
		}
		.download_item_topic_main a {
			font-size: 1.8em;
            font-weight: bold;
            color: #1f1f21;
            text-decoration: underline;
		}
		.download_item_topic_main a:hover {
			text-decoration	:	none;
		}
		.download_item_desc_main {
			padding: 0 20px 20px 20px;
		}
		.download_item_desc_main .download_item_link_more, 
        .download_item_desc_main .download_item_link_more.on {
			display: block;
            padding: 10px 0 6px 40px;
            margin-top: 15px;
            cursor: pointer;
            color: #188603;
            background: url(/themes/3.0/img/download/items_on.jpg) left center no-repeat;
            /*width: max-content;*/
            float: right;
		}
		.download_item_desc_main .download_item_link_more.off {
			background	:	url('/themes/3.0/img/download/items_off.jpg') left center no-repeat;
			color		:	#000;
		}
		
		.download_item_arch {
			width		:	100%;
			border-collapse	:	collapse;
			border		:	0;
			border-top: 3px solid #1d1e1f;
			border-bottom	: 1px solid #4D4D4D;
			margin-top	: 5px;
			margin-bottom:10px;
		}
		.download_item_arch tr:nth-child(odd) {
            background: #f9f9f9;
        }
		.download_item_arch td { 
			border		:	0;
			padding		:	10px;

		}
		.download_item_arch a {
			color: #2d89c3;
            white-space: nowrap;
			
		}

/* PRIVACY POLICY */
#conditions {
    border: 1px solid #000;
    padding: 40px;
    overflow-y: scroll;
    max-height: 50vh;
}
#conditions h2 {
    font-size: 1.8em;
    margin-top: 20px;
}

#conditions h1 {
    font-size: 2em;
}
.commercial_info ul {
    border: 2px solid;
    padding: 40px;
    border-radius: 10px;
}
.act {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}
input[name^="privacy_policy_"],
input[name^="commercial_info_"] {
    font-size: 1.2em;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 15px 15px 15px 50px;
    margin: 10px;
    font-size: 1.2em;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
    background: url(/themes/3.0/img/download/items_on.jpg) 10px center no-repeat;
}
input[name^="privacy_policy_reject"],
input[name^="commercial_info_reject"] {
    background: url(/themes/3.0/img/download/items_off.jpg) 10px center no-repeat;
}

input[name^="privacy_policy_"]:hover,
input[name^="commercial_info_"]:hover {
    border: 3px solid #0090c6;
    padding: 13px 13px 13px 48px;
}

/* SUBSCRIPTION */
.subscription_form {
    border-left: 1px solid;
    padding-left: 50px;
    margin-left: -50px;
    margin-top: 20px;
}
input[type="submit"].save,
input[type="button"].save {
    padding: 15px;
    width: 218px;
    font-size: 1.2em;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    background: #fff;
    margin: 0 auto;
    display: block;

    outline: none;
}
input[type="button"].save:disabled {
    background: #ff0000;
}

.form_item {
    margin-bottom: 20px;
}



/* ACCOUNT */
.new_account {
    padding: 50px;
	font: 16px/1.5 sans-serif;
    overflow: hidden;
}
.new_account h2 {
	font-size: 1.5em;
	color: #000;
	font-weight: normal;

	transition: .3s;
}
.new_account .address:hover h2 {
    font-size: 2em;
    transition: .3s;
}
.new_account * {
    box-sizing: border-box;
	overflow: visible;
}
.new_account .log_box,
.new_account .address {
    background: /*#dee2e4*/ #eaeaea;
    margin: 0 -50px;
    padding: 30px 50px;
    overflow: visible !important;
}
.new_account .address.ext {
    background: #ffefd8;
}
.address:before, .log_box:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: /*#ccd3d6*/ #265c92;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-30deg) translate(306px,-15px);
    border-radius: 10px;
}
.address.ext:before {
    background: #e4dbca;
}
.new_account .profile,
.new_account .person, 
.new_account .address_ext_radio,
.new_account .phone {
    padding: 30px 0;
}
.new_account input[type="text"], 
.new_account input[type="password"], 
.new_account select,
.access_newKey_in input[type="text"] {
    padding: 15px;
    width: 33% !important;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
	outline: none;
}
.new_account input[type="text"]:focus, .new_account input[type="password"]:focus, .new_account select:focus {
    border: 2px solid /*#0090c6*/ #f6bd01;
}
.new_account input[type="text"][name*="budynek"],
.new_account input[type="text"][name*="mieszkanie"] {
    width: 70px !important;
}
/* .new_account input[type="text"]:required, input[type="password"]:required {} */

.new_account .fontSklepForm {
    padding: 20px;
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

.new_account label.required:before {
	content: '* ';
	color: #ff0000;
	font-weight: bold;
}
.new_account .phone:hover label,
.new_account .log_box > div:hover label,
.new_account .person > div:hover label,
.new_account .address > div:hover label {
    padding-left: 50px;
    transition: .3s;
}
.new_account .field_info {
    display: inline-block;
    color: #eaeaea;
    padding: 10px 0 0 50px;
    max-width: 33%;
    vertical-align: top;
}
.new_account .field_info.dark {
    color: #505050;
}
.new_account .field_info:before {
    content: 'i';
    width: 22px;
    height: 22px;
    background: #fff;
    color: #000;
    display: block;
    text-align: center;
    position: absolute;
    left: 20px;
    border-radius: 50%;
    font-weight: bold;
}
.new_account .field_info.dark:before {
    background: #265c92;
    color: #fff;
}
input[type="submit"].save,
input[type="button"].save {
    padding: 15px;
    width: 218px;
    font-size: 1.2em;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    background: #fff;
    margin: 0 auto;
    display: block;

    outline: none;
}
::placeholder {
    color:#cccbcb;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#cccbcb;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #cccbcb;
}

/* CATALOG MENU */
.catalog {
    border: 0;
}
.catalog ul li a {
    padding: 0;
}
.catalog .nav_item {
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		width: calc( 25% - 10px );
		margin: 5px;
		float: left;
		border: 1px solid #eff0f0;
		font: 0/0 arial;
		padding: 5px;
		border-bottom: 2px solid #c91207;
	}

.catalog .nav_item img {
		width: 100%;
		height: auto;
	}

.catalog .nav_item img.thumb {
		margin-top: -100%;
		transition: .3s;
	}

.catalog .nav_item img.thumb:hover {
		transform: scale(1.1);
		transition: .3s;
	}

.catalog .item_name {
		position: absolute;
		bottom: 0;
		font: 12px/1.3 sans-serif;
		font-weight: bold;
		/* text-transform: uppercase; */
		padding: 10px 0;
		text-align: center;
		left: 0;
		right: 0;
		background: rgba(255,255,255, .7);
		color: #333333;
		margin: 0;
		font-size: 1rem;
		font-family: Muli, sans-serif;
	}
.catalog .nav_item:hover .item_name {
		background: rgb(180, 180, 180);
		color: #fff;
		transition: .3s;
	}

/* PRODUCT COMPARE */
.compare {
    width: 100%;
}
.compare .pic td {
    border-bottom: 0;
}
.compare img {
    width: 250px;
}
.compare th {
    padding: 10px;
    color: #000;
    text-align: right;
}
.compare th:first-letter {
    text-transform: uppercase;
}
.compare .group {
    text-align: center;
    padding: 10px;
    background: #1b76a9;
    color: #fcfdfd;
    text-transform: uppercase;
    font-weight: normal;
    font-size: .8em;
    border: 0;
    border-right: 3px solid #1b76a9;
}
.compare .no_identical th,
.compare .no_identical td {
    background: #efe9da;
    background-clip: padding-box;
}
.compare .name td {
    border-top: 0;
}
.compare .header_spec td, 
.compare .header_spec h2 {
    background: #0090c6;
    margin: 0;
    padding: 0;
    border: 0;
    border-right: 3px solid #2d88bb;
}
.compare .header_spec h2 {
    font-size: 1.6em;
    padding: 5px;
}
.compare td {
    /*text-align: center;
    vertical-align: top;
    padding: 10px;
    border: 1px solid#8a8a8a;
    border-right: 3px solid;
    border-left: 3px solid;*/

    text-align: center;
    vertical-align: top;
    padding: 10px;
    border: 1px solid#8a8a8a;
 
}
.compare td table td {
    border: 0;
    border-bottom: 1px solid;
    text-align: left;
}

/* COMPARE PRODUCTS LIST */
.product_list .compare_box:after {
    content: ' Porównaj';
    font-size: .8em;
}
.compare_box {
    width: max-content;
    overflow: hidden;
    display: none;
}
.product_list .compare_box.checked:after {
    /*content: ' W porównaniu';
    background: #0090c6;
    color: #d8f1ff;
    padding: 3px 8px;
    border-radius: 0 10px 10px;*/
    content: ' W porównaniu';
    background: #28272a;
    color: #dcdcdc;
    padding: 3px 8px 4px 5px;
    margin-left: 5px;
    border-radius: 0 10px 10px;
}

/* COMPARE BOX */
.compare_main_box {
    background: #000;
    /*overflow: hidden;*/
    width: fit-content;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
}
.compare_main_box_item {
    width: 70px;
    height: 70px;
    background: #2196F3;
    margin-left: 1px;
    /*overflow: hidden;*/
}
.compare_main_box_item .del_bn {
    width: 40%;
    height: 40%;
    background: url(../img/del_bg.png);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
}
.compare_main_box_item:hover .del_bn {
    opacity: 1;
    transition: .4s;
}
.compare_main_box_item.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 16%;
    left: 16%;
    width: 50px;
    height: 50px;
    background: url(../img/jabloading.png) no-repeat center;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    opacity: .5;
}
.compare_main_box_item:hover:before {
    content: attr(data-symbol);
    color: #e5f2ff;
    background: #000000;
    font-size: 0.7em;
    position: absolute;
    bottom: 100%;
    white-space: nowrap;
    padding: 5px;
    font-weight: bold;
}
.compare_main_box button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: .8em;
    padding: 10px;
    cursor: pointer;
    outline: none;
}

.compare_main_box_list:empty ~ button {
    color: red;
}

/* Event */
.event_list_short {
    background: #fff;
    color: #000;
    font-size: .9em;
    padding: 15px 30px;
    margin: 15px 0;
}
.event_list_item:not(:first-child) {
    border-top: 1px solid #e8e8e8;
}
.event_list_item {
    padding: 7px;
}
.event_list_item p.location {
    display: inline-block;
    min-width: 125px;
    /* font-weight: bold; */
    /*color: #185e8a;*/
    background: url(../img/location_mark.png) no-repeat left center;
    background-size: auto 65%;
    padding-left: 23px;
}
.event_list_item time {
    font-weight: bold;
    margin-right: 30px;
    color: #296296;
    min-width: 95px;
    display: inline-block;
}
.event_list_item .event_type_training, 
.event_list_item .event_type_workshops {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: help;
    background: url(../img/training_mark.png) no-repeat center center;
    background-size: auto 100%;
    vertical-align: middle;
    opacity: .3;
}
.event_list_item .event_type_workshops {
    background-image: url(../img/workshops_mark.png);
}
.event_list_item .event_type_training:hover, 
.event_list_item .event_type_workshops:hover {
    opacity: 1;
    transition: .3s;
}

/* KONTAKT */
a[href^="mailto:"] {
    color: #ab0001;
    text-decoration: none;
}
#nasz-zespol > div {
    width: calc(33.333333% - 10px);
    background: whitesmoke;
    margin: 0 5px;
    padding: 30px;
    min-height: 240px;
}
#nasz-zespol ul {
    list-style-type: none;
    margin-left: 0;
}
#nasz-zespol li {
    clear: both;
}

#nasz-zespol a[href^="tel:"] {
    float: right;
    padding-right: 50px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.check_list {
    list-style: none;
    margin: 20px 0;
}
.check_list li {
    background: url(/themes/2018/img/svg/check2.svg) left top no-repeat;
    background-size: 40px;
    padding-bottom: 15px;
    padding-left: 55px;
    padding-top: 9px;
    margin: 0;
}
.check_list.true li {
    background-image: url(/themes/2018/img/svg/check_true.svg);
}
.check_list.false li {
    background-image: url(/themes/2018/img/svg/check_false.svg);
}
.check_list.blue li {
    background-image: url(/themes/2018/img/svg/check_blue.svg);
}
.check_list.black li {
    background-image: url(/themes/2018/img/svg/check_black_full.svg);
}

/* DOWNLOAD */
.user_not_logged .flat_download_files_list .access_required:before {
    content: '';
    width: 0;
    height: 0;
    padding: 25px;
    background: url(/themes/2018/img/loggedOut.png) center center no-repeat;
    background-size: 65%;
    font-size: 0;
    top: 0;
    right: 0;
    position: absolute;
    transform: translate(50%, -50%);
    border-radius: 50%;
    /* z-index: 10; */
}
.user_not_logged .flat_download_files_list .access_required:after {
    content: ' (zaloguj się)';
    font-size: 0.8em;
    text-decoration: none;
}

.user_not_logged .download-item a.access_required:before {
    content: '';
    width: 0;
    height: 0;
    padding: 24px;
    background: url(/themes/2018/img/loggedOut.png) center center no-repeat;
    background-size: 65%;
    font-size: 0;
    top: 0;
    right: 0;
    position: absolute;
    transform: translate(50px, -25%);
    border-radius: 50%;
}


.flat_download_files a {
    background: #d81408;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    padding: 12.5%;
    padding-left: 1%;
    padding-right: 24%;
    font-size: 1em;
    font-family: Muli;
    text-transform: uppercase;
    font-weight: 600;
    transition: background .3s;
}
.flat_download_files a:hover {
    background: #a21109;
}

ul.teest li {
    background: #d81408;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    padding: calc(12.5% - 10px);
    margin: 0 10px 10px 0;
    font-size: 1em;
    font-family: Muli;
    text-transform: uppercase;
    font-weight: 600;
    transition: background .3s;
    font-size: 1rem;
}

ul.flat_download_files_list {
    font-size: 0;
    list-style-type: none;
}
ul.flat_download_files_list li {
    background: whitesmoke;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    padding: calc(17% - 15px);
    margin: 0 20px 10px 0;
    font-size: 1em;
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: background .3s;
    font-size: 1rem;
}
ul.flat_download_files_list li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #333;
}



/* ACCESS CONTAINER */
#access_container {
    width: 100%;
    height: 100vh;
    z-index: 10000000;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px;
    /* filter: blur(15px); */
    /* backdrop-filter: blur(); */
    background: rgba(0,0,0,.7);
    display: none;
}
#access_container:target {
    display: block;
}
#access_container .content {
    width: 100%;
    max-height: 100%;
    max-width: 960px;
    position: relative;
    background: white;
    transform: translate(-50%,-50%);
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    overflow: auto;
    padding: 20px 10px;
    border-radius: 5px;
}
#access_container form {
    min-width: 320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
#access_container label {
    display: block;
    font-family: Muli, sans-serif;
    font-weight: 700;
    color: #000;
}

#access_container input[type="text"], 
#access_container input[type="password"] {
    padding: 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #323232;
    width: calc(100% - 40px);
    height: 36px;
    vertical-align: top;
    font-size: 1rem;
    outline: none;
}
#access_container input[type="password"] + input[type="button"][name="switch_visible"],
#access_container input[type="text"] + input[type="button"][name="switch_visible"] {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent url(/themes/2018/img/svg/invisible.svg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    outline: none;
    transition: .5s background;
}
#access_container input[type="text"] + input[type="button"][name="switch_visible"] {
    background-image: url(/themes/2018/img/svg/visible.svg);
}
#access_container input[type="text"]:focus, #access_container input[type="password"]:focus {
    border-color: #cb0001;
}

#access_container [name="send_form"] {
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 20px;
    text-align: center;
    min-width: 200px;
    cursor: pointer;
}

.service_info {
    padding-bottom: 20px;
}


/* PRODUCT VIEW NAV BAR */
#product_desc_full header {
    background: #7b7b7b;
    z-index: auto;
}
#product_desc_full header a {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-right: 1px solid #fff;
    cursor: pointer;
    transition: .3s;
}
#product_desc_full header a:hover {
    background: #a2a2a2;
}
#product_desc_full header a.active {
    background: #af0303;
    text-decoration: underline;
}
#product_desc_full header a:first-letter {
    text-transform: uppercase;
}


.product_list .product_item.hide,
.product_list.compact .product_item.hide,
.product_list.grid .product_item.hide {
    display: none;
}

/* FILTER */
#filter {
    padding: 0 5px 5px 5px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 100%;
    flex-basis: 100%;
}
#filter > div {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding-right: 3px;
}
#filter header {
    font-size: .9rem;
    font-family: Roboto, sans-serif;
    background: whitesmoke;
    border-bottom: 1px solid #dadada;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #000000;
    padding: 5px 10px;
    z-index: auto;
    overflow: hidden;
    transition: .4s background;
}
#filter div.active header {
    background: #d00004;
    background: var(--x-bg-color);
    color: #fff;
}
#filter div header .close {
    position: absolute;
    width: 0;
    height: 0;
    padding: 16px;
    top: 0;
    left: 100%;
    transition: .3s;
}
#filter div.active header .close {
    cursor: pointer;
    background: #a00003 url(/themes/2018/img/svg/close.svg) no-repeat center;
    background-color: var(--x-bg-color-1);
    background-size: 80%;
    transform: translateX(-100%);
}
#filter header::first-letter {
    text-transform: uppercase;
}
#filter .feature_val_list {
    padding: 10px 0;
}
#filter .feature_val_list > div {
    padding: 1px 10px;
}
#filter .feature_val_list label {
    margin-left: 10px;
    cursor: pointer;
    font-size: .9em;
}

#no_products_info {
    text-align: center;
    padding: 40px;
    font-size: 1.5rem;
    color: #717170;
    background: whitesmoke;
    margin-bottom: 40px;

    flex-basis: 100%;
}

.download-item {
    margin-bottom: 15px;
}
.download-item details {
    background: whitesmoke;
    padding: 20px;
}
.download-item summary {
    cursor: pointer;
    border: 0;
    outline: none;
}
.download-item a {
    color: #4a4a4a;
}
.download-item a:hover {
    text-decoration: none;
}

.db_update_msg {
    background: #000;
    color: #fff;
    padding: 20px;
}
.db_update_msg.status_ok {
    background: #00a714;
}
.db_update_msg.status_fail {
    background: #cd0205;
}

.grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid_3 .baners {
    border: 0;
    cursor: pointer;
}

/* MEDIA */
@media screen and ( max-width : 960px ) {

    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.8em;
    }

    .padding_main {
        padding: 10px;
    }

    .catalog .nav_item {
		width: calc( 50% - 10px );
    }
    
    .booklets_group {
        margin: 0 -10px;
        padding: 10px;
    }

    .logo {
        display: inline-block;
        max-width: calc(320px - 120px);
        float: none;
        padding: 0;
        margin-right: 0;
    }

    #search_bn,
    #search {
        display: none;
    }

    .home .baner_out {
        display: none;
    }

    /* ACCESS */
    #access_container {
        padding: 0;
    } 

    /* NAV */
    nav {
        padding: 0;
    }

    .sidebar nav {
        border: 0;
        padding: 5px;
        margin: 10px;
    }
    nav.top {
        display: none;
    }
    .mobile_only {
        display: block;
    }
    #mobile_nav {
        display: none;
    }
    #mobile_nav_bn,
    #mobile_access_bn,
    .user_authorised #mobile_access_bn {
        display: inline-block;
    }

    .user_status {
        display: none;
    }


    /* HOME */
    .new_product a p {
        display: block;
        /* border: 2px solid #000; */
    }

    /* PRODUCT LIST */
    .view_mode {
        margin-bottom: 0;
        max-width: none;
        border: 0;
        padding: 5px 5px 0 0;
    }
    .view_mode a[class^="view_"] {
        width: 40px;
        height: 40px;
    }
    .view_mode a[class^="view_"] {
        background: url('../img/svg/mobile_view_list.svg') no-repeat center center;
        background-size: cover;
    }
    .view_mode a[class^="view_compact"] {
        background: url('../img/svg/mobile_view_compact.svg') no-repeat center center;
        background-size: cover;
    }
    .view_mode a[class^="view_grid"] {
        background: url('../img/svg/mobile_view_grid.svg') no-repeat center center;
        background-size: cover;
    }

    .product_list .header {
        font-size: 1.5em;
        padding: 0 0 5px 0;
        text-align: center;
        margin: 0;
    }

    .product_list .product_item {
        margin: 0;
        padding: 7px 0;
    }
    .product_list .product_item > a {
        max-width: 100px;
        padding: 5px 0;
    }
    .product_list .product_item h2 {
        margin: 10px 0 0 0;
    }
    .product_list .product_item .details {
        padding-top: 5px;
        width: 100%;
    }
    

    /* list */
    .product_list.compact .product_item > a {
        padding: 0;
        max-width: 25%;
    }
    .product_list.compact .product_item h2, .product_list.grid .product_item h2 {
        font-size: 1em;
        line-height: 1.3;
        margin-top: 5px;
    }

    /* grid */
    /* .product_list.grid .product_item {
        width: calc(100% + 2px);
        padding: 10px 0 30px 0;
        min-height: 0;
        border: 0;
        border-top: 1px solid #e9eaec;
        margin: -1px;
    } */

    /* 4Flex */
    .product_list.grid .product_item {
        flex-basis: 100%;
        padding: 10px 0 0 0;
        min-height: 0;
        border: 0;
        border-top: 1px solid #e9eaec;
        margin: -1px;
    }

    .product_list.grid .product_item > a {
        float: none;
        padding: 0;
        max-width: 100%;
    }

    .product_list.grid .product_item .price_cont {
        position: relative;
    }

    /* flags */
    .product_item.plus:before,
    .product_list.compact .product_item.plus:before {
        width: 0;
        height: 0;
        padding: 15px;
    }
    .product_item.new:after, 
    .product_item.promo:after, 
    .product_item.sold:after {
        font-size: 0.5rem;
        width: 25%;
        top: 0;
        right: 0;
        padding: 2px 0;
        border-radius: 0 0 4px 4px;
    }

    /* PRICEs */
    .product_list .product_item .price_cont {
        position: relative;
        max-width: 100%;
        clear: both;
    }
    .product_list .product_item .price_cont p {
        display: inline-block;
        width: 50%;
    }


    /* TRAININGS */
    .baner_container {
        margin: -10px;
    }
    .training_group {
        width: 100%;
        display: block;
        border: 0;
        border-bottom: 2px solid #000000;
        margin-bottom: 10px;
        min-height: 0;
        padding: 5px;
    }
    .training_item {
        display: block;
        padding: 8px 0;
    }
    .training_group .training_item.slideDown {
        display: block;
    }
    .training_group .show_more_bn {
        border: 5px solid #fff;
    }
    .training_item .location, .training_item .date {
        padding: 2px 0;
    }
    .training_group h2 {
        min-height: 0;
        padding: 15px 0 0 0;
        margin: 0;
    }
    .training_group h2 a {
        padding: 0;
    }

    /* PRODUCT VIEW */
    .gallery .current {
        padding-right: 0;
    }
    #opis-produktu .gallery {
        padding-top: 0;
        border: 0;
        border-bottom: 5px solid whitesmoke;
    }
    .gallery .gallery_all_items {
        padding: 0;
    }
    /* .gallery .gallery_all_items > div {
        border: 2px solid #000;
    } */

    #opis-produktu .descripion {
        padding: 10px 0;
        width: 100%;
    }
    #opis-produktu .descripion .prop {
        padding: 15px;
    }
    #opis-produktu .descripion .prop p {
        display: block;
        width: 100%;
    }

    #specyfikacja-techniczna .box, #pobierz .box, #przyklady-zastosowan .box {
        padding: 10px;
    }

    /* DOWNLOAD */
    .download_files {
        padding: 10px;
    }
    .download_files a:before {
        background-color: #f5f5f5;
        margin-left: -10px;
        margin-right: 0;
    }

    .flat_download_files a {
        padding: calc(25% - 2px);
    }

    ul.flat_download_files_list li {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0 0 5px 0;
        position: relative;
    }
    ul.flat_download_files_list li a {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 55px;
        padding: 0;
        padding-right: 55px;
        text-decoration: none;
    }
    .user_not_logged .flat_download_files_list .access_required:after {
        display: block;
    }

    .booklets_group:before {
        display: none;
    }
    .booklets_group h2 {
        font-size: 1.5rem;
    }

    /* PRICELISTs */
    ul.flat_download_files_list {
        margin: 0;
    }

    /* CONTACT - PAGE */
    #nasz-zespol > div {
        width: 100%;
        background: whitesmoke;
        margin: 0;
        padding: 10px;
        min-height: 0;
        margin-bottom: 2px;
    }

    #opis-produktu {
        padding-top: 0;
    }
    nav.breadcrumbs {
        position: relative;
        margin: 0 -10px;
        padding: 0 10px;
    }
    nav.breadcrumbs li a {
        padding: 5px 5px 5px 5px;
        margin-right: 0;
    }
}