/*************** ONAS ***************/

body {
    background-image: url(../../pliki/images/onas.jpg);
}

.podzial_onas {
    display: grid;
    grid-template-columns: 400px 1fr;
    max-width: 1000px;
}
.tekst_podzial {
    padding: 25px;
}
.foto_plik_box.foto_w {
  width: 100%;
  height: 542px;
  height: 600px;
  border-style: solid;
  border-width: 1px;
    border-bottom-width: 1px;
  border-bottom-width: 3px;
  margin-right: 20px;
  color: #002d45;
  border-color: #eeeeee;
  background-size: 100% auto;
  transition: all 500ms;
}
.foto_plik_box.foto_w:hover {
  background-size: 105% auto;
  border-color: #fff;
}
hr {
    max-width: 1000px;
    margin-left: 0px;
    color: #eee;
    height: 5px;
    border: none;
    background-color: #eee;
    margin-top: 25px;
    margin-bottom: 25px;
}
.foto_onas {
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
}

.podzial_onas2 {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    max-width: 1000px;
    padding-bottom: 90px;
}
.foto_lakiernia {
    height: 355px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.foto_odlewnia {
    height: 355px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.foto_kafel {
    position: relative;
    cursor: pointer;
}
.pole_rog {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    padding: 40px;
    color: #002d45;
    font-size: 16px;
}
.zaznacz_rog {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #002d45;
    width: 40px;
    height: 40px;
    border-left: none;
    border-top: none;
}
.foto_kafel:hover .zaznacz_rog{
    border-color: #cd0000;
}
.opis_liczby {
    color: #002d45;
    text-align: center;
    font-size: 18px;
}
.pole_rog {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    /* padding: 40px; */
    color: #002d45;
    font-size: 18px;
    width: 280px;
    height: 130px;
    font-weight: 400;
    /* text-align: center; */
    align-items: center;
    display: flex;
    box-sizing: border-box;
}
.pole_rog span {
    margin: auto;
}
.podzial_onas3 {
    display: grid;
    grid-template-columns: 120px  1fr 1fr 1fr;
        padding-bottom: 90px;
    padding-top: 70px;
    max-width: 1000px;
}
.opis_duzy {
    font-size: 45px;
    font-weight: 700;
}
.pasek {
    background-color: #002d45;
    height: 10px;
    margin-top: 25px;
}






/**************** HOME ******************/


html, body {
    /*background-color: #262223;
    background-image: url("./phpBB3/images/background.jpg");
    color: #B5B5B5;*/
}
.nasze_produkty {
    color: #aaa;
}
.home_produkty {
    width: 100%;
    height: 600px;
    background-color: #252531;
    display: flex;
}

.nasze_produkty {
    width: 1220px;
    margin: auto;
    height: 250px;
    display: grid;
    grid-template-columns: 250px 1fr 100px;
}

.nasze_prod_bold {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    padding-top: 45px;
}
.nasze_prod_l {
    display: grid;
}
.nasze_prod_nap {
    /*padding-top: 40px;*/
}


.nasze_prod_p {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.produkt_box {
    position: relative;
}
.produkt {
    height: 100%;
    width: 75%;
    margin: auto;
    background-color: #2f2e3c;
    border-color: #2f2e3c;
    border-radius: 5px;
    border-style:  solid;
    border-width: 1px;
    cursor: pointer;
}

.nasze_prod_box {
    width: 200px;
    display: grid;
    grid-template-rows: 1fr 60px 58px;
}

.produkt:hover {
    border-color: #e9292a;
}

.produkt_nazwa {
    text-align: center;
}
.produkt_foto1 {
    height: 200px;
}
.produkt_foto2 {
    height: 200px;
}
.produkt_foto3 {
    height: 200px;
}
.produkt_foto4 {
    height: 200px;
}


/***************/

.ikona.click {
    height: 248px;
    width: calc(25% - 28px);
    margin: auto;
    background-color: #2f2e3c;
    border-color: #2f2e3c;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    /* display: grid; */
    /* grid-template-rows: 3fr 1fr; */
    text-align: center;
    /* float: left; */
    margin-right: 14px;
    margin-left: 14px;
    display: inline-block;
}

.ikona.click:hover {
    border-color: #e9292a;
}

.prod_prevnext {
    font-size: 40px;
    
    font-family: 'DM Mono', monospace;
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 100px;
}
.prod_next {
    color: #444350;
    /* text-align: right; */
    font-weight: 700;
    text-indent: 7px;
}
.prod_prev {
    color: #444350;
    /* text-align: right; */
    text-indent: 20px;
    font-weight: 700;
}
.prod_next:hover {
    color: #aaa;
    cursor: pointer;
}
.prod_prev:hover {
    color: #aaa;
    cursor: pointer;
}
.svg_pole.foto_w {
    width: 100%;
    height: 75%;
}

.grid_box {
    display: grid;
}
.nasze_prod_p2 {
    display: inline;
}


/************ GALERIA ***********/

.wiecej {
    clear: both;
}
.galeria {
    position: relative;
    margin-bottom: 13px;
}
.img_nad {
    position: relative;
}



.opis {
    display: none;
}
.nowy_system_box {
    padding-top: 110px;
}

.galeria_box {
    display: grid;
    grid-template-columns: 1fr 15px 1fr;
    padding-top: 120px;
    margin-left: 120px;
    margin-right: 120px;
}
img.img_galeria {
    width: 100%;
}


/********** PRODUKT DETAL **********/


.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* position: absolute; */
    cursor: default;
    /* width: calc(100% - ( 50vw - 685px )); */
    font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
    background: #f4f4f4 url(../../pliki/images/background.svg) repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
    /* height: calc(100vh - 180px); */
    width: 1000px;
    height: 600px;
    display: none;
    background-color: #fff;
}

.pnlm-container * {
    box-sizing: content-box;
}

.pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pnlm-grab {
    cursor: grab;
    cursor: url('../../pliki/images/grab.svg') 12 8, default;
}

.pnlm-grabbing {
    cursor: grabbing;
    cursor: url('../../pliki/images/grabbing.svg') 12 8, default;
}

.pnlm-sprite {
    background-image: url('../../pliki/images/sprites.svg');
}

.pnlm-container:-moz-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-render-container {
    cursor: inherit;
    
    /* Fix display bug in Safari 7 */
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-controls {
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-control:hover {
    background-color: #f8f8f8;
}

.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
}

.pnlm-zoom-controls {
    width: 26px;
    height: 52px;
}

.pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
}

.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 0 -26px;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0,0,0,0.10);
    border-radius: 0 0 3px 3px;
}

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
    width: 26px;
    height: 26px;
}

.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
}

.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}

.pnlm-orientation-button-active {
    background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}

.pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
}

.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
}

.pnlm-load-box p {
    margin: 20px 0;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}

@keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

@-webkit-keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0,0,0,.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: table;
    color: #fff;
    cursor: pointer;
}

.pnlm-load-button:hover {
    background-color: rgba(0,0,0,.8);
}

.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}

.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
}

.pnlm-info-box a, .pnlm-author-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.pnlm-error-msg {
    display: none;
}

.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
    color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
    color: #eee;
}

.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 1;
}
.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
}
.pnlm-hotspot:hover {
    background-color: rgba(255,255,255,0.2);
}
.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}
.pnlm-hotspot.pnlm-scene {
    background-position: 0 -130px;
}

div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}
div.pnlm-tooltip:hover span{
    visibility: visible;
}
div.pnlm-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url('../../pliki/images/compass.svg');
    cursor: default;
    display: none;
}

.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}
.pnlm-face {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-preview-img {
    background-size: cover;
    background-position: center;
}

.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-lmsg {
    font-size: 12px;
}

.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}

.pnlm-pointer {
    cursor: pointer;
}
iframe.konfigurator_box {
    display: none;
}
iframe.konfigurator_box {
    position: relative;
    width: 1240px;
    border-style: none;
    height: 800px;
}
.opis_produktu {
    min-height: 600px;
    background-color: #252531;
    display: grid;
    grid-template-rows: 200px 1fr 200px;
    background-image: url(../../pliki/images/tlo_kolo.svg);
    background-size: 100% 100%;
} 
.cofnij_konfigurator {
    position: absolute;
    left: 0px;
    width: 80px;
    height: 70px;
    background-color: #e9292a;
    top: 0px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding-right: 3px;
    font-size: 30px;
    padding-top: 15px;
    box-sizing: border-box;
    font-family: 'DM Mono', monospace;
    font-weight: 600;
    z-index: 999999;
    display: none;
}
iframe.konfigurator_box {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100vh;
}

.blok_wlasny {
    /*margin-bottom: 150px;*/
}
.foto_produktu .foto_w {
    height: 100%;
}
.opis_produkt_ramka {
    width: 620px;
    margin-left: auto;
    margin-right: 0px;
}
.opis_produkt_ramka .nh2 {
    color: #fff;
    font-size: 60px;
    padding: 0px;
    margin: 0px;
    width: auto;
    display: table;
    position: relative;
    font-weight: 600;
}

.opis_produkt_ramka .nh2 h3 {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    padding: 0px;
    margin: 0px;
    text-align: right;
    padding-bottom: 50px;
}
.opis_prod {
    text-align: justify;
    max-width: 450px;
    color: #fff;
    padding-bottom: 50px;
    font-size: 16px;
}

.nawigacja_produkt {
    position: relative;
}
.nowe_produkty .next_produkt {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    background-color: #e9292a;
    top: 0px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding-right: 3px;
    font-size: 35px;
    padding-top: 30px;
    box-sizing: border-box;
    font-family: 'DM Mono', monospace;
    font-weight: 600;
}
.nowe_produkty .nowy_produkt_box {
    display: none;
}
.nowe_produkty .nowy_produkt_box1 {
    display: grid;
}
.zalety .nowy_produkt_box {
    display: none;
}
.zalety .nowy_produkt_box1 {
    display: grid;
}
.liczby_prod {
    position: absolute;
    right: 100px;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
    padding-top: 35px;
    padding-right: 35px;

}
.center_box.bez_dolu{
        padding-bottom: 0px;
}
.form {
    min-height: 1000px;
}

.formularz .foto_w {
    background-position: right bottom;
    background-size: contain;
}
.form .opis_produkt_ramka {
    padding-top: 150px;
}
.form_linia1 {
    color: #d42b21;
    font-size: 18px;
}
.form_linia2 {
    color: #002d45;
    font-size: 26px;
    font-weight: 600;
}
.form_linia3 {
    color: #002d45;
    font-size: 26px;
    padding-bottom: 50px;
}
.formularz input[type="text"] {
    width: calc(100% - 15px);
    border-radius: 0px;
    border-width: 0px;
    /* margin-right: 15px; */
    box-sizing: border-box;
    border-bottom-width: 6px;
    border-color: #eeeeee;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.form input[type=submit].wyslij_kontakt {
    padding: 0px;
    margin: 0px;
    min-width: auto;
    color: #e9292a;
    background: none;
    padding-top: 20px;
    border-radius: 0px;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 30px;
}
input:focus-visible {
    outline: none;
}
.formularz textarea:focus-visible {
    outline: none;
}
.form input[type=submit].wyslij_kontakt:hover {
    box-shadow: none;
}
.formularz  textarea {
    width: calc(100% - 15px);
    border-radius: 0px;
    border-width: 0px;
    margin-left: 10px;
    box-sizing: border-box;
    border-bottom-width: 6px;
    border-color: #eeeeee;
    height: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 10px;
    resize: none;
}
.formularz  textarea:focus { 
     /*border-color: #e9292a;*/
 }
.formularz input[type="text"]  textarea:focus { 
     /*border-color: #e9292a;*/
 }
 
 .img_galeria {
    height: 460px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img_galeria.img_galeria2 {
    height: 1000px;
}

.img_nad .opis {
    width: 100%;
    height: 100%;
    background-image: url(../../pliki/images/cz80.png);
    opacity: 0;
    position: absolute;
    left: 0px;
    top:0px;
    transition: all 500ms;
    display: block;
}
.img_nad:hover .opis {
    opacity: 1;
}
.opis {
    color: #fff;
    padding: 100px;
    box-sizing: border-box;
}
.opis1 {
    font-size: 26px;
    font-weight: 600;
}
.opis2 {
    font-size: 16px;
    color: #fff;
}
.nowe_produkty .foto_w {
    background-size: contain;
}


/*************** ONAS ***************/

body {
    background-image: url(../../pliki/images/onas.jpg);
}

.podzial_onas {
    display: grid;
    grid-template-columns: 400px 1fr;
    max-width: 1000px;
}
.tekst_podzial {
    padding: 25px;
}
hr {
    max-width: 1000px;
    margin-left: 0px;
    color: #eee;
    height: 5px;
    border: none;
    background-color: #eee;
    margin-top: 25px;
    margin-bottom: 25px;
}
.foto_onas {
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
}

.podzial_onas2 {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    max-width: 1000px;
    padding-bottom: 90px;
}
.foto_lakiernia {
    height: 355px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.foto_odlewnia {
    height: 355px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.foto_kafel {
    position: relative;
    cursor: pointer;
}
.pole_rog {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    padding: 40px;
    color: #002d45;
    font-size: 16px;
}
.zaznacz_rog {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #002d45;
    width: 40px;
    height: 40px;
    border-left: none;
    border-top: none;
}
.foto_kafel:hover .zaznacz_rog{
    border-color: #cd0000;
}
.opis_liczby {
    color: #002d45;
    text-align: center;
    font-size: 18px;
}
.pole_rog {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    /* padding: 40px; */
    color: #002d45;
    font-size: 18px;
    width: 280px;
    height: 130px;
    font-weight: 400;
    /* text-align: center; */
    align-items: center;
    display: flex;
    box-sizing: border-box;
}
.pole_rog span {
    margin: auto;
}
.podzial_onas3 {
    display: grid;
    grid-template-columns: 120px  1fr 1fr 1fr;
        padding-bottom: 90px;
    padding-top: 70px;
    max-width: 1000px;
}
.opis_duzy {
    font-size: 45px;
    font-weight: 700;
}
.pasek {
    background-color: #002d45;
    height: 10px;
    margin-top: 25px;
}






/**************** HOME ******************/


html, body {
    /*background-color: #262223;
    background-image: url("./phpBB3/images/background.jpg");
    color: #B5B5B5;*/
}
.nasze_produkty {
    color: #aaa;
}
.home_produkty {
    width: 100%;
    height: 600px;
    background-color: #252531;
    display: flex;
}

.nasze_produkty {
    width: 1220px;
    margin: auto;
    height: 250px;
    display: grid;
    grid-template-columns: 250px 1fr 100px;
}

.nasze_prod_bold {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    padding-top: 45px;
}
.nasze_prod_l {
    display: grid;
}
.nasze_prod_nap {
    /*padding-top: 40px;*/
}


.nasze_prod_p {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.produkt_box {
    position: relative;
}
.produkt {
    height: 100%;
    width: 75%;
    margin: auto;
    background-color: #2f2e3c;
    border-color: #2f2e3c;
    border-radius: 5px;
    border-style:  solid;
    border-width: 1px;
    cursor: pointer;
}

.nasze_prod_box {
    width: 200px;
    display: grid;
    grid-template-rows: 1fr 60px 58px;
}

.produkt:hover {
    border-color: #e9292a;
}

.produkt_nazwa {
    text-align: center;
}
.produkt_foto1 {
    height: 200px;
}
.produkt_foto2 {
    height: 200px;
}
.produkt_foto3 {
    height: 200px;
}
.produkt_foto4 {
    height: 200px;
}


/***************/

.ikona.click {
    height: 248px;
    width: calc(25% - 28px);
    margin: auto;
    background-color: #2f2e3c;
    border-color: #2f2e3c;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    /* display: grid; */
    /* grid-template-rows: 3fr 1fr; */
    text-align: center;
    /* float: left; */
    margin-right: 14px;
    margin-left: 14px;
    display: inline-block;
}

.ikona.click:hover {
    border-color: #e9292a;
}

.prod_prevnext {
    font-size: 40px;
    
    font-family: 'DM Mono', monospace;
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 100px;
}
.prod_next {
    color: #444350;
    /* text-align: right; */
    font-weight: 700;
    text-indent: 7px;
}
.prod_prev {
    color: #444350;
    /* text-align: right; */
    text-indent: 20px;
    font-weight: 700;
}
.prod_next:hover {
    color: #aaa;
    cursor: pointer;
}
.prod_prev:hover {
    color: #aaa;
    cursor: pointer;
}
.svg_pole.foto_w {
    width: 100%;
    height: 75%;
}

.grid_box {
    display: grid;
}
.nasze_prod_p2 {
    display: inline;
}


/************ GALERIA ***********/

.wiecej {
    clear: both;
}
.galeria {
    position: relative;
    margin-bottom: 13px;
}
.img_nad {
    position: relative;
}



.opis {
    display: none;
}
.nowy_system_box {
    padding-top: 110px;
}

.galeria_box {
    display: grid;
    grid-template-columns: 1fr 15px 1fr;
    padding-top: 120px;
    margin-left: 120px;
    margin-right: 120px;
}
img.img_galeria {
    width: 100%;
}


/********** PRODUKT DETAL ********/


.konfigurator.button_szary {
    display: table;
    padding-left: 50px;
}
.render {
    height: 500px;
}
.parametr {
    padding: 40px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.param {
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 4px;
    border-color: #eeeeee;
    padding-bottom: 10px;
    padding-top: 25px;
    color: #292929;
    font-weight: 600;
}
.podzial_produkt {
    max-width: 1000px;
}
.render_box  {
    display: grid;
    height: 800px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    position: relative;
}
.wybor_obrazkow_box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 102px;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}
.detal_next {
    cursor: pointer;
}
.detal_prev {
    cursor: pointer;
}
.wyszarzony {
    color: #f3f3f3;
    cursor: auto;
}
.home_produkty .svg_pole.foto_w {
   /* background-size: 62%; */
}
.sterowanie_detal {
    position: absolute;
    left: 205px;
    bottom: 0px;
    font-size: 18px;
    font-family: 'DM Mono', monospace;
}
.sterowanie_detal {
    position: absolute;
    left: 219px;
    bottom: 30px;
    font-size: 30px;
    font-family: 'DM Mono', monospace;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 50px;
}
.wybor_obrazkow_box .render.foto_w {
    width: 100px;
    height: 100px;
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    transition: all 500ms;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}
.ustaw_render.zaznaczone .render.foto_w {
    border-color: #cd0000;
}
.ustaw_render {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
}
span.nad_calym {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.wybor_obrazkow_box .render.foto_w:hover {
    border-color: #cd0000;
}
.render_gropup_box .render {
    display: none;
}
.render_gropup_box .zaznaczone {
    display: block;
}

.konfigurator {
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
    color: #002d45;
    cursor: pointer;
}
.opis_detal {
    color: e9292a;
}
.button_konfig {
    border-style: solid;
    border-width: 0px;
    border-right-width: 1px;
    border-color: #ccc; 
    padding-right: 42px;
    padding-left: 42px;
}



.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* position: absolute; */
    cursor: default;
    /* width: calc(100% - ( 50vw - 685px )); */
    font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
    background: #f4f4f4 url(../../pliki/images/background.svg) repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
    /* height: calc(100vh - 180px); */
    width: 1000px;
    height: 600px;
    display: none;
    background-color: #fff;
}

.pnlm-container * {
    box-sizing: content-box;
}

.pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pnlm-grab {
    cursor: grab;
    cursor: url('../../pliki/images/grab.svg') 12 8, default;
}

.pnlm-grabbing {
    cursor: grabbing;
    cursor: url('../../pliki/images/grabbing.svg') 12 8, default;
}

.pnlm-sprite {
    background-image: url('../../pliki/images/sprites.svg');
}

.pnlm-container:-moz-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}
.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-render-container {
    cursor: inherit;
    
    /* Fix display bug in Safari 7 */
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-controls {
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0,0,0,0.4);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-control:hover {
    background-color: #f8f8f8;
}

.pnlm-controls-container {
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 1;
}

.pnlm-zoom-controls {
    width: 26px;
    height: 52px;
}

.pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
}

.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 0 -26px;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0,0,0,0.10);
    border-radius: 0 0 3px 3px;
}

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
    width: 26px;
    height: 26px;
}

.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
}

.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}

.pnlm-orientation-button-active {
    background-position: 0 -182px;
}

.pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}

.pnlm-panorama-info {
    position: absolute;
    bottom: 4px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

.pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    padding-left: 5px;
    margin-bottom: 3px;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
}

.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: none;
    color: #fff;
}

.pnlm-load-box p {
    margin: 20px 0;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}

@keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

@-webkit-keyframes pnlm-mv {
    from {left:0;top:0;}
    25% {left:10px;top:0;}
    50% {left:10px;top:10px;}
    75% {left:0;top:10px;}
    to {left:0;top:0;}
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0,0,0,.7);
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    display: table;
    color: #fff;
    cursor: pointer;
}

.pnlm-load-button:hover {
    background-color: rgba(0,0,0,.8);
}

.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}

.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
}

.pnlm-info-box a, .pnlm-author-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.pnlm-error-msg {
    display: none;
}

.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
    color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
    color: #eee;
}

.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 1;
}
.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
}
.pnlm-hotspot:hover {
    background-color: rgba(255,255,255,0.2);
}
.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}
.pnlm-hotspot.pnlm-scene {
    background-position: 0 -130px;
}

div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: default;
}
div.pnlm-tooltip:hover span{
    visibility: visible;
}
div.pnlm-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url('../../pliki/images/compass.svg');
    cursor: default;
    display: none;
}

.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}
.pnlm-face {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-preview-img {
    background-size: cover;
    background-position: center;
}

.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-lmsg {
    font-size: 12px;
}

.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}

.pnlm-pointer {
    cursor: pointer;
}
iframe.konfigurator_box {
    display: none;
}
iframe.konfigurator_box {
    position: relative;
    width: 1240px;
    border-style: none;
    height: 800px;
}
.opis_produktu {
    min-height: 600px;
    background-color: #252531;
    display: grid;
    grid-template-rows: 200px 1fr 200px;
    background-image: url(../../pliki/images/tlo_kolo.svg);
    background-size: 100% 100%;
} 
.cofnij_konfigurator {
    position: absolute;
    left: 0px;
    width: 80px;
    height: 70px;
    background-color: #e9292a;
    top: 0px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding-right: 3px;
    font-size: 30px;
    padding-top: 15px;
    box-sizing: border-box;
    font-family: 'DM Mono', monospace;
    font-weight: 600;
    z-index: 999999;
    display: none;
}
iframe.konfigurator_box {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100vh;
}

.blok_wlasny {
    /*margin-bottom: 150px;*/
}
.foto_produktu .foto_w {
    height: 100%;
}
.opis_produkt_ramka {
    width: 620px;
    margin-left: auto;
    margin-right: 0px;
}
.opis_produkt_ramka .nh2 {
    color: #fff;
    font-size: 60px;
    padding: 0px;
    margin: 0px;
    width: auto;
    display: table;
    position: relative;
    font-weight: 600;
}

.opis_produkt_ramka .nh2 h3 {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    padding: 0px;
    margin: 0px;
    text-align: right;
    padding-bottom: 50px;
}
.opis_prod {
    text-align: justify;
    max-width: 450px;
    color: #fff;
    padding-bottom: 50px;
    font-size: 16px;
}

.nawigacja_produkt {
    position: relative;
}
.nowe_produkty .next_produkt {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    background-color: #e9292a;
    top: 0px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding-right: 3px;
    font-size: 35px;
    padding-top: 30px;
    box-sizing: border-box;
    font-family: 'DM Mono', monospace;
    font-weight: 600;
}
.nowe_produkty .nowy_produkt_box {
    display: none;
}
.nowe_produkty .nowy_produkt_box1 {
    display: grid;
}
.liczby_prod {
    position: absolute;
    right: 100px;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
    padding-top: 35px;
    padding-right: 35px;

}
.center_box.bez_dolu{
        padding-bottom: 0px;
}
.form {
    min-height: 1000px;
}
.render.foto_w {
    background-size: contain;
    margin: 150px;
}
.formularz .foto_w {
    background-position: right bottom;
}
.form .opis_produkt_ramka {
    padding-top: 150px;
}
.form_linia1 {
    color: #d42b21;
    font-size: 18px;
}
.form_linia2 {
    color: #002d45;
    font-size: 26px;
    font-weight: 600;
}
.form_linia3 {
    color: #002d45;
    font-size: 26px;
    padding-bottom: 50px;
}
.formularz input[type="text"] {
    width: calc(100% - 15px);
    border-radius: 0px;
    border-width: 0px;
    /* margin-right: 15px; */
    box-sizing: border-box;
    border-bottom-width: 6px;
    border-color: #eeeeee;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}


.formularz  textarea {
    width: calc(100% - 15px);
    border-radius: 0px;
    border-width: 0px;
    margin-left: 10px;
    box-sizing: border-box;
    border-bottom-width: 6px;
    border-color: #eeeeee;
    height: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 10px;
    resize: none;
}
.formularz  textarea:focus { 
     /*border-color: #e9292a;*/
 }
.formularz input[type="text"]  textarea:focus { 
     /*border-color: #e9292a;*/
 }
 
 .img_galeria {
    height: 460px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img_galeria.img_galeria2 {
    height: 1000px;
}

.img_nad .opis {
    width: 100%;
    height: 100%;
    background-image: url(../../pliki/images/cz80.png);
    opacity: 0;
    position: absolute;
    left: 0px;
    top:0px;
    transition: all 500ms;
    display: block;
}
.img_nad:hover .opis {
    opacity: 1;
}
.opis {
    color: #fff;
    padding: 100px;
    box-sizing: border-box;
}
.opis1 {
    font-size: 26px;
    font-weight: 600;
}
.opis2 {
    font-size: 16px;
    color: #fff;
}

.filmik iframe {
    width: 1000px;
    height: 562px;
}

.parametry_tech h2 {
    margin-top: 0px;
}
.filmik .foto_w {
    width: 1154px;
    height: 650px;
    background-size: cover;
    background-position: center center;
}
.filmik a {
    position: relative;
}
span.play_button {
    width: 180px;
    height: 180px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    display: block;
    position: absolute;
    border-radius: 90px;
    left: calc((1154px / 2) - 90px);
    top: calc((650px / 2) - 90px);
    background-image: url(../../pliki/images/play.png);
        background-repeat: no-repeat;
    background-position: center center;
}

a:hover span.play_button {
    background-image: url(../../pliki/images/play2.png);
    border-color: #cd0000;
}
.qna {
    padding: 35px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #dedede;
    color: #002d45;
}
.qna.qna_0 {
    border-top-width: 1px;
}
.qna_ng {
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    background-image: url(../../pliki/images/strzalka_1.png);
        background-repeat: no-repeat;
    background-position: right center;
}
.qna_ng.zaznaczony_ng{
    background-image: url(../../pliki/images/strzalka_2.png);
}
.qna_tresc {
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}
.zalety {
    width: calc(50% + 620px);
    padding-bottom: 100px;
}
.zalety .opis_produktu {
    background: none;
    color: #252531;
    grid-template-rows: 180px 1fr 200px;
    min-height: 800px;
}
.liczby_prod span {
    color: #cd0000;
    font-size: 26px;
    float: left;
    padding: 6px;
}
.zalety .liczby_prod {
    left: 0px;
    padding-left: 80px;
    padding-top: 90px;
    background-image: url(../../pliki/images/notes.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    font-size: 36px;
    font-weight: 700;
        right: 180px;
}
.zalety .podzial2 {
    grid-template-columns: 860px 1fr;
}
.opis_zalety {
    padding-left: 80px;
}
.kreska {
    width: 180px;
    height: 2px;
    background-color: #252531;
    position: relative;
    left: -210px;
    top: 13px;
}
.nh2 {
    font-size: 42px;
    font-weight: 700;
    color: #1f455a;
}

.nh2::first-line {
    font-weight: 400;
}
.opis_zalety2 {
    font-size: 16px;
    padding-top: 80px;
    text-align: justify;
    padding-right: 190px;
    color: #646262;
}
.strzalka_zalety {
    font-size: 50px;
    font-family: 'DM Mono', monospace;
    font-weight: 200;
    display: grid;
    grid-template-columns: 50px 2px 50px;
    padding-left: 80px;
    text-align: center;
}
.prev_produkt{
    cursor: pointer;
}
.next_produkt{
    cursor: pointer;
}
.kreska2 {
    width: 2px;
    height: 50px;
    background-color: #252531;
    /* position: relative; */
    /* left: -210px; */
    margin-top: 7px;
}
.zalety .foto_w {
    background-size: cover;
    background-position: center center;
}
.stylistyka {
}
.stl {
    padding-top: 110px;
    color: #002d45;
}
.box_styl {
    padding-left: 85px;
    border-style: solid;
    border-width: 0px;
    border-left-width: 2px;
}
.box_styl h2 {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 18px;
    padding-right: 190px;
    color: #646262;
}
.box_foto.szeroka_kolumna {
    white-space: nowrap;
    overflow: hidden;
    padding-top: 110px;
}
.box_foto .foto_w {
    width: calc(50% - 85px);
    height: 492px;
    display: inline-block;
    margin-right: 85px;
}
.kulka {
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    display: inline-block;
    margin: 14px;
    margin-right: 0px;
    margin-top: 50px;
    cursor: pointer;
}
.kulki {
    text-align: right;
    padding-right: 110px;
    color:#000;
}
.kafelki_podzial {
    position: relative;
    width: calc(50% + 534px);
    display: grid;
    grid-template-columns: 1fr 1154px;
    min-height: 200px;
}
.kulka_zaznaczona {
    background-color: #000;
}
.center_box_mini.kafelki_box {
    padding-bottom: 200px;
}
.kafelki_pokaz {
    position: relative;
    top: -120px;
}
.kafelka_foto .foto_w {
    height: 100%;
}
.kafelka_tresc {
    text-align: center;
    font-size: 16px;
    padding-top: 40px;
}
.kafelka_button {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 60px;
}
.kafelka_button .button {
    /* margin: auto; */
    display: inline-block;
}
.kafelka_foto {
    height: 374px;
    box-shadow: 0px 23px 39px rgb(0 0 0 / 5%);
    background-color: #fff;
}

.grid1 .kafelki_pokaz {
    display: grid;
    grid-template-columns: 1fr 374px 1fr;
    grid-template-rows: 1fr;
}
.grid2 .kafelki_pokaz {
    display: grid;
    grid-template-columns: 1fr 374px 17px 374px 1fr;
    grid-template-rows: 1fr;
}
.grid3 .kafelki_pokaz {
    display: grid;
    grid-template-columns: 1fr 374px 17px 374px 17px 374px 1fr;
    grid-template-rows: 1fr;
}
.grid4 .kafelki_pokaz {
    display: grid;
    grid-template-columns: 1fr 374px 17px 374px 1fr;
    grid-template-rows: 1fr 1fr;
}
.kalefka{
    box-shadow: 0px 23px 39px rgb(0 0 0 / 5%);
}
.grid1 .kalefka1 {
    grid-column-start: 2;
    height: 374px;
}
.grid1 .kalefka2{
    display: none;
}
.grid1 .kalefka3{
    display: none;
}
.grid1 .kalefka4{
    display: none;
}

.grid2 .kalefka1 {
    grid-column-start: 2;
}
.grid2 .kalefka2 {
    grid-column-start: 4;
}
.grid2 .kalefka3{
    display: none;
}
.grid2 .kalefka4{
    display: none;
}


.grid3 .kalefka1{
    grid-column-start: 2;
}
.grid3 .kalefka2{
    grid-column-start: 4;
}
.grid3 .kalefka3{
    grid-column-start: 6;
}
.grid3 .kalefka4{
    display: none;
}
.grid3 .szare_pole_kafelki {
    background-color: #fff;
}

.grid4 .kalefka1{
    grid-column-start: 2;
    grid-row-start: 1;
 }

.grid4 .kalefka2{
    grid-column-start: 4;
    grid-row-start: 1;
}
.grid4 .kalefka3{
    grid-column-start: 2;
    grid-row-start: 2;
}
.grid4 .kalefka4{
    grid-column-start: 4;
    grid-row-start: 2;
    
}

.kafelki_podzial .pole_tlumacz {
    position: absolute;
    right: 0px;
    bottom: -100px;
    z-index: 9;
}
.pole_rysunek_tech {
    width: 530px;
    height: 390px;
    position: absolute;
    right: 86px;
    top: -390px;
}
.pole_rysunek_tech .foto_w {
    height: 100%;
}
.szare_pole_kafelki {
    height: 520px;
    background-color: #fafafa;
}
    
.grid4 .szare_pole_kafelki {
    height: 1160px;
}
.kafelki_w {
    grid-column-start: 2;
    padding-bottom: 100px;
}
.box_nad {
    position: relative;
}
.pole_nad {
    position: relative;
}
.pole_pod {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -100px;
    width: calc(50% + 621px);
    background-image: url(../../pliki/images/o.svg);
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.foto_lewo {
    display: grid;
    grid-template-columns: 630px 1fr;
    width: 1154px;
}
.foto_prawo {
    display: grid;
    grid-template-columns: 1fr 630px;
    width: 1154px;
}
.foto_lewo .opis_f {
    padding-left: 95px;
}
.foto_prawo .opis_f {
    padding-right: 95px;
}
.foto .foto_w {
    height: 100%;
    min-height: 580px;
}
.opis_f {
    padding-top: 110px;
}
.opis_foto {
    padding-top: 45px;
    text-align: justify;
    font-size: 16px;
}
.podzial_produkt .parametry2 {
    display: none;
}

.prev_produkt:hover {
    color: #cd0000;
}

.next_produkt:hover {
    color: #cd0000;
}
.parametry_tech {
    position: relative;
}
.zmien_podsystem {
   /* position: absolute;
    right: 0px;
    top: 0px;*/
}
.zmien_podsystem {
   /* position: absolute;
    right: 240px;
    top: 0px;
    padding: 15px;
    font-size: 14px;
    color: #002d45;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    outline: none;*/
}

.Zestaw_podzial {
    width: calc(50% + 620px);
    /* overflow: hidden; */
    padding-bottom: 100px;
}
.podzial3_zestaw.zestawy {
    display: grid;
    grid-template-columns: 1fr 460px 780px;
    min-height: 860px;
}
.pozycjaZestaw {
    font-size: 16px;
    padding-bottom: 13px;
    cursor: pointer;
    transition: all 500ms;
}
.oko_zastaw {
    background-image: url(../../pliki/images/oko.png);
    width: 30px;
    height: 16px;
    position: absolute;
    right: 150px;
    top: 55px;
    cursor: pointer;
}
.zestaw_podglad {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999999;
    background-image: url(../../pliki/images/cz85.png);
    display: none;
    cursor: pointer;
}
.box_ustaw_zestaw .foto_w {
    width: 100%;
    height: 100%;
    /* margin: auto; */
    background-color: #000;
}

.rodzaje_tresc {
    display: grid;
    grid-template-columns: 1fr 260px 86px;
}

.rodzaje_tresc .obraz {
    min-height: 630px;
}
.rodzaje_tresc .foto_w {
    height: 100%;
}
.rodzaje_tresc .tresc_w {
    position: relative;
    width: 440px;
    left: -190px;
    background-color: #fff;
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 120px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #cd0000;
    box-sizing: border-box;
    min-height: 420px;
}
.rodzaje_tresc .tresc {
    padding-top: 80px;
    padding-bottom: 130px;
}
.rodzaje_menu {
    padding-bottom: 60px;
    text-align: right;
    padding-right: 86px;
    height: 170px;
}
.rodzaje_tresc {
    display: none;
}
.rodzaje_tresc.zaznaczone {
    display: grid;
}
.poz_rodzaje.zaznaczone {
    color:#cd0000;
    border-color: #cd0000;
}
.zalety_granat.zalety_waskie .rodzaje_tresc {
    grid-template-columns: 1fr 660px 620px;
    min-height: 880px;
}
.tresc_foto_mini {
    height: 2em;
}
.zalety_granat .szare_pole_rodzaje {
    background-color: #fff;
}
.zalety_granat .rodzaj_pole_foto .foto_w {
    box-shadow: none;
    background-color: transparent;
    left: auto;
    width: 620px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
.poz2_rodzaje.zaznaczone {
    color:#cd0000;
    border-color: #cd0000;
}
.center_box_mini.pole_rodzaj_h1 {
    padding-bottom: 0px;
}
.opis_rodzaje {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.rodzaj_foto_mini .foto_w {
    height: 80px;
    margin-bottom: 15px;
    background-position: bottom center;
    background-size: contain;
}
.poz_rodzaje {
    /* display: inline-block; */
    padding-left: 50px;
    padding-bottom: 30px;
    padding-right: 50px;
    border-bottom: solid 2px;
    border-color: #ebe4e4;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    float: right;
}
.poz2_rodzaje {
    padding-left: 50px;
    padding-bottom: 30px;
    padding-right: 50px;
    border-bottom: solid 2px;
    border-color: #ebe4e4;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    float: right;
}
.tresc_foto_mini {
    height: 2em;
}
.rodzaj_pole_tresc {
    padding-top: 240px;
    padding-left: 100px;
    padding-bottom: 140px;
    padding-right: 86px;
}
.rodzaj_pole_tresc .nh2 {
    padding-bottom: 25px;
}
.zalety_waskie .rodzaje_menu {
    position: absolute;
    padding: 0px;
    padding-right: 86px;
    height: 0px;
    right: 0px;
}
.zalety_waskie .rodzaje_tresc {
    grid-template-columns: 1fr 310px 620px;
    min-height: 780px;
}
.zalety_waskie {
    width: calc(50% + 620px);
    position: relative;
}
.szare_pole_rodzaje {
    background-color: #fbfbfb;
    height: 520px;

}
.pole_granat {
    background-color: #252531;
    position: absolute;
    left: 0px;
    top: 60px;
    bottom: 60px;
    width: 475px;
}
.rodzaj_pole_foto .foto_w {
    box-shadow: 0px 23px 39px rgb(0 0 0 / 5%);
    background-color: #fff;
    position: relative;
    left: -310px;
    width: 620px;
}
.rodzaj_pole_foto {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.zalety_waskie .poz2_rodzaje {
    position: relative;
    bottom: 0px;
}
.close {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #e9292a;
    color: #fff;
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    font-size: 20px;
    padding: 15px;
    text-align: center;
}
.box_ustaw_close {
    position: relative;
    /* display: grid; */
    width: 80%;
    height: 80%;
    margin: auto;
}
.box_ustaw_zestaw {
    width: 100%;
    height: 100%;
    display: grid;
}
.podzial_produkt variantic-player {
    display: none;
}
.ZestawBox {
    display: none;
    width: 100%;
    height: 100%;
}
.Zestaw_1_1 {
    display: grid;
}
.pozycjaZestaw:hover{
    color: #e9292a;
    /*padding-left: 8px;*/
}
.zestaw_pokaz {
    position: relative;
    padding-left: 35px;
    padding-right: 86px;
}
.ZestawBox .pole_tlumacz {
    position: absolute;
    right: 0px;
    bottom: -100px;
    z-index: 9;
}
.pole_z {
    display: grid;
    grid-template-rows: 1fr 100px;
}
.foto_zestaw .foto_w {
    height: 100%;
    width: 100%;
    background-size: contain;
}
.tresc_zestaw1 {
    font-weight: 600;
}
.tresc_zestaw {
    font-size: 14px;
    text-align: center;
    color: #1f455a;
}

.zestaw_pokaz .grid1 {
}
.zestaw_pokaz .grid2 {
    grid-template-rows: 1fr 1fr;
}
.zestaw_pokaz .grid3 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.grid3 .pole2 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
}
.zestaw_pokaz .grid4 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.grid1 .pole2 {
    display: none;
}
.grid1 .pole3 {
    display: none;
}
.grid1 .pole4 {
    display: none;
}
.grid2 .pole3 {
    display: none;
}
.grid2 .pole4 {
    display: none;
}
.grid3 .pole4 {
    display: none;
}


.zaznaczony_zestaw {
    color: #e9292a;
    padding-left: 8px;
}
.zestaw_menu h2 {
    margin-top: 50px;
    margin-bottom: 40px;
}
.zestaw_menu {
    padding-top: 40px;
    padding-bottom: 100px;
    background-image: url(../../pliki/images/pilot.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
}
.boczek_zestaw {
    background-color: #f2f2f2;
}
.zestaw_menu {
    background-color: #f2f2f2;
}
.select_pozycja {
    position: absolute;
    right: 240px;
    top: 0px;
    width: 240px;
}
.select_pozycja2 {
    position: absolute;
    right: 315px;
    top: 30px;
    width: 240px;
}
.zmien_podsystem:focus-visible {
    border-color: #fff;
}
.granatowe_pole_rodzaje {
    position: relative;
    top: 60px;
    background-color: #252531;
    height: calc(100% - 120px);
}
.kolor_lak {
    display: grid;
    grid-template-columns: 35px  114px;
    float: left;
    padding-top: 15px;
}
.kolor_lak.podzial_kolor4 {
    grid-template-columns: 35px 142px;
}
.kolor_lak.podzial_kolor3 {
    grid-template-columns: 35px 118px;
}
.kolor_lak.podzial_kolor2 {
    grid-template-columns: 35px  196px;
}
.foto_skalowane .pole_granat {
    width: 300px;
}
.rodzaj_pole_foto.foto_skalowane {
    min-height: 790px;
}
body .zalety_granat .rodzaj_pole_foto.foto_skalowane .foto_w {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 40%);
    background-size: cover;
    position: relative;
    top: 60px;
    height: calc(100% - 120px);
}

.parametry .nazwa_param {
    height: 1em;
}
    
.kolor_opis {
    /* font-size: 18px; */
    font-weight: 500;
    padding-left: 8px;
    padding-top: 11px;
    color: #292929;
}
.kolor_pole .foto_w {
    border-radius: 30px;
    height: 35px;
}
.kolory_lak {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 75% 1fr;
}
.kolory_lak.kolory_lak2 {
    grid-template-columns: 75% 1fr;
}
.kolory_lak .parametr {
    /*display: contents;*/
    padding-top: 13px;
    padding-bottom: 40px;
}
.kolory_box2 {
    height: 39px;
    border-style: solid;
    border-width: 0px;
        border-bottom-width: 0px;
    border-bottom-width: 6px;
    border-bottom-width: 4px;
    border-color: #eeeeee;
    padding-bottom: 26px;
    width: calc(100% - 5px);
}
.pole_naglowek {
    position: relative;
}

.pole_rodzaj_box {
    height: 780px;
}
.pro_pozycja{
    grid-column-start: 2;
}
.pro_pozycja .foto_w {
    height: 100%;
}
.prostokat {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 120px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #cd0000;
    box-sizing: border-box;
    min-height: 540px;
    width: 570px;
}

.prostokat .tresc_w .foto_w {
    height: 75px;
    background-size: contain;
}
.qna_tresc.zaznaczony {
    /*display: block;*/
}
.foto_rozwijane_tresc0 {
    display: block;
}
.foto_rozwijane  {
    display: none;
}
.foto_rozwijane.zaznaczony  {
    display: block;
    height: 100%;
}
.prostokat .nh2 {
    padding-top: 40px;
}
.prostokat .opis_rodzaje {
    padding-top: 20px;
}

.rodzaje_rozwijane .foto_w {
    height: 100%;
}
.szeroka_kolumna2 {
        width: 1240px;
}
.rodzaje_rozwijane .pole_wybor {
    padding: 40px;
    padding-right: 86px;
}
.pole_foto_rodzaje {
    min-height: 760px;
}
.foto_rozwijane {
    height: 100%;
}
.rodzaje_rozwijane .qna {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.rodzaj_roz {
    padding: 25px;
    padding-left: 100px;
}
.zaznaczony_rodzaj {
    background-color: #f8f8f8;
}
.kafelka_foto .foto_w {
    background-size: contain;
}

h2 .dok {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-image: url(../../pliki/images/dok.png);
}

.plik_sc {
    position: relative;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 7px;
    padding: 10px;
    border-color: #eeeeee;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 50px 1fr 20px;
    margin-top: 20px;
}
.sciagnij {
    background-image: url(../../pliki/images/download_szary.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    position: absolute;
    right: 0px;
    top: 12px;
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.plik_sc:hover .sciagnij {
    background-image: url(../../pliki/images/download_czerwony.svg);
}
.wybor_plikow2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    grid-row-gap: 100px;
}
.wybor_plikow2 a {
    display: grid;
}
.foto_plik_box.foto_w {
  height: 600px;
}
