:root {
/*    --green: #bfd12b;*/
    --green: #bbc400;
    --blue: #00aeef;
    --lightblue: #87d6f8;
    --lightmblue: #99d4fb;
    --lightgreen: #f6f5d9;  /*    dfe79f*/
    --txtcolor: #444;
}
body {
    font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    font-size: 15px;
    color: #444;
 
}
table{
    border-collapse:collapse;
}
a{
    color:var(--green);
    text-decoration: none;
}
.marg10{
    margin-right: 10px;
}

.container {

}
.prospectTitle {
    width: auto;
    padding: 30px 15% 0 15%;
    font-size: 3em;
    text-align: left;
    font-weight: bold;
    font-stretch: ultra-condensed;


}
.partNo{
    color: #777;
    font-weight: bold;
    font-size: 0.4em;
}

.chapterTitle{
    width: auto;
    padding: 40px 0px;
    text-align: center;
    font-size: 3.5em;
    font-weight: bold;
    color: var(--green);
    font-stretch: ultra-condensed;
    text-transform: uppercase;
}
.blueTxt{
    color: var(--blue);
}
.blueTxtStrong{
    color: var(--blue);
    font-weight: bold;
}
.greenTxtBold{
    color: var(--green);
    font-weight: bold;
}
.warTech{
    width: auto;
    padding: 0 20% 30px 20%;
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    color: #777;

}
.blueBlock{
    width: auto;
    max-width: 100%;
    background-color: var(--lightblue);
    padding: 40px 20% 40px 20%;
    text-align: justify;
    font-stretch: expanded;
    line-height: 1.4em;

}

.blueBlock img{
    margin: 0 20px 20px 0
}
.mathBBlock{
    width: auto;
    background-color: var(--lightmblue);
    padding: 40px 20% 40px 20%;
    text-align: justify;
    font-stretch: expanded;
    line-height: 1.4em;
}

.mathBBlock img{
    width: auto;
    float: none;
}
.blueFrame{
    margin-top:20px;
    width: auto;
    max-width: 100%;
    padding: 20px;
    border: 1px solid var(--blue);
}
.colapseBlock{
    margin-top: 25px;
    padding: 20px;
}

.infog{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;

}
.infog div:first-child{
width: 400px;
}
.infog div:last-child{
  width:   calc( 100% - 400px); 

}

.contentRow{}
.contentRow img{

}

/*############ LISTS ########################*/

.contentRow ol.blueNrList{
    counter-reset: lists;
    list-style: none;
    display: table;
}
.contentRow ol.blueNrList>li {
    counter-increment: lists;
    position: relative;
    display: table-row;
    line-height: 1.2em;
    
}
.contentRow ol.blueNrList>li::before{
    content: counter(lists)")";
    display: table-cell;
    padding-right: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    color: var(--blue);

}

.contentRow ol.blueLetterList{
    counter-reset: letters;
    list-style-type: lower-alpha;
    list-style: none;
    display: table;

    font-weight: normal;
}
.contentRow ol.blueLetterList>li{
    counter-increment: letters;
    display: table-row;
    line-height: 1.2em;
}
.contentRow ol.blueLetterList>li::before{
    content: counter(letters)")";
    display: table-cell;
    color: var(--blue);
    font-weight: bold; 
    padding-right: 7px;
    padding-bottom: 7px;
}
.contentRow ol.blueLetterList>li>ul{
    list-style: none;
}
.contentRow ol.blueLetterList>li>ul>li::before{
    color: var(--blue);
    content:"•";
    padding-right: 7px;
    padding-bottom: 7px;
}

/*############  LISTS end ########################*/
.titleRow{
    display: grid; 
    width: auto;
    grid-template-columns: 60px auto;

}
.titleRow .arrows{
    padding: 5px;

}
.titleRow .title{
    font-size: 1.4em;
    color: var(--green);
    font-weight: bold;
}
.titleRow .titleBlue{
    font-size: 1.4em;
    color: var(--blue);
    font-weight: bold;
    text-transform: uppercase;
}
.titleBlue p{
    font-size: 15px;
    color: var(--txtcolor);
    font-weight: normal;
    text-transform: none;
    line-height: 1.6em;
}
.black{
    color: #444 !important;
}
.titleBlue{
    margin-bottom: 20px;
}
.normal{
    text-align: justify;
    line-height: 1.4em;

}
.distance{
    text-align: justify;
    margin-top:30px;
}
.blueSel{
    display: inline-block;
    background-color: var(--lightblue);
    padding: 10px;
    font-weight: bold;
}
.greenSel{
    display: inline-block;
    background-color: var(--lightgreen);
    padding: 10px;
    font-weight: bold;
}
.yellSel{
    background-color: #fdd405;
    font-weight: bold;
}
.blueLine{
    background-color: var(--blue);
    height: 3px;
    width: auto;
}
.greenLine{
    background-color: var(--green);
    height: 1px;
    width: auto;
    margin: 10px;
}

.normal  img {
    float: left;

}
figure.blueBlock{
    display: inline-block;
    text-align: center
}
figure.blueBlock figcaption{
    text-align: left;
}


figure {
    margin: auto;
    font-size:0.8em;
    text-align: center;
    margin-bottom: 20px;
    width: 100%
}
figure > img {
    width: auto;
    margin: 20px 0 0 2px;
    max-width: 100%;
}
/*########### TABELA 3 kolumny #############*/

.t3Col, t3Cola{
    width: 100%;
    border-collapse: collapse;
}
.t2Col{
    width: 100%;
    border-collapse: collapse;
}
#t1 .tkd{
    font-weight: bold;
    vertical-align: middle;
}

.fk, .sk, .tk, .c40 {
    height: 40px;
    line-height: 20px;
    padding: 5px;
    background-color: var(--green);
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid; #FFF;
} 
.sk, .tk { padding: 2px 5px}
.fk{width: 45px}
.sk{width: 30%}
#fire .sk{
    width: 70%;
}
.tk{
    border-right: 2px solid var(--green);
    width: auto;
}
.c40{
    width: 40%;
}
.fkd {
    font-size: 0.8em;
    border-left: 2px solid var(--green);
    height: 35px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background-image: url("img/blue_dot.png");
    background-position: center;
    background-repeat: no-repeat;


}
.spandot{
    display: inline-block;
        width: 35px;
    height: 32px;
    border: none;
}

.skd, .tkd {
    padding: 2px 10px;
    border-left: 2px solid var(--green);
}

.tkd{
    text-align: center;
    border-right: 2px solid var(--green);
}
.t3Cola   .tkd{
    text-align: left;
    border-right: 2px solid var(--green);
}
.t3Col tr:nth-child(even) {
    background-color: var(--lightgreen);
}
.t3Cola tr:nth-child(even) {
    background-color: var(--lightgreen);
}
.t2Col tr:nth-child(odd) {
    background-color: var(--lightgreen);
}
.t3Col tr {
    border-bottom: 1px solid var(--green);
}
.t3Cola tr {
    border-bottom: 1px solid var(--green);
}
.t2Col td{
    border-bottom: 1px solid var(--green);
    border-right: 1px solid var(--green);
    border-left: 1px solid var(--green);
    padding: 15px;
}
.t2Col td:last-child
{
    text-align: center;
}

.tl{
    width: 100%;
    border-collapse: collapse;
}
.tl tr{
    height: 30px;
    text-align: center;
}
.tl td{
    border-bottom: 1px solid var(--green);
}

.tl tr:nth-child(even) {
    background-color: var(--lightgreen);
}
.tl tr:first-child{
    background-color: var(--green);
    color: #FFF;
    font-weight: bold;
    border-bottom: none;

}

.tl tr:first-child td:first-child{   
    border-right: 2px solid #FFF;
}
.tl tr:nth-child(2){
    background-color: var(--green);
    color: #FFF;
    font-weight: bold;

}
.tl tr:nth-child(2) td{
    border-right: 2px solid #FFF;
}
.tl.r3 tr:nth-child(3){
    background-color: var(--green);
    color: #FFF;
    font-weight: bold;
}
.tl.r3 tr:nth-child(3) td{
    border-right: 2px solid #FFF;
}
/*######### Tablea tip ######*/
.tip{
    max-width: 80%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
    border: 2px solid var(--blue);
}
.tip > div {
    font-size: 0.7em;
    width: 30%;
    padding: 5px;
}
.tip > div > span {
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 10px;
}
.spacer{
    margin-top: 25px;
}

/*############## PRZYKŁADy icontainer/infographic ##################*/
.irow{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;

}
/*.irow:nth-child(2){
    border-left: 1px solid var(--green);
    border-bottom: 1px solid var(--green);
    border-right: 1px solid var(--green);
}*/
.icell {
    align-self: stretch;
    background-color: #EEE;
    margin: 0;
    border-right: 1px solid var(--green);    
    align-items: stretch;
}
.icel:first-child{
    border-left: 1px solid var(--green);   
}


.icell:first-child {width: 181px; }
.icell:nth-child(2){width: calc(40% - 185px); }
.icell:nth-child(3){width: 60%; }

.i2cell:first-child {width: 181px; }
.i2cell:nth-child(2){width: calc(40% - 185px); }
.i2cell:nth-child(3){width: 165px; }
.i2cell:nth-child(4){width: calc(60% - 167px)}

.icell>.type{
    background-color: var(--green);
    line-height: 25px;
    text-align: center;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
}

.icell:last-child > .type{
    border-right: none;
}
.icell>.desc{
    padding: 6px;
    font-size: 0.8em;
}
.icell:first-child .desc{
    font-weight: bold;

}
.irow > .iimg {
    background-color: white;
    align-self: stretch;
    margin: auto;
}

/*################## KONTENERY I TABLICE W TERMIKA #########################*/

.tableBorder{
    
}
.icoll{
    width: 45%;
    min-width: 540px;
}
.icoll.infosm{
    border:1px solid #bbc400;
    font-size: 0.8em;
    text-align: left;
    width:100%; 
    padding: 10px 10px 10px 25px;
    background-color: var(--lightgreen);
   border-top: none;
}
.icoll.infograp{
    text-align: center;
    justify-content: center;
    align-self: stretch;
    flex-grow: 2;
    border: 2px solid var(--green);
    border-left: none;
}
.icoll.infograp .tbar{
    width:100%;
    background-color: var(--green);
    height: 96px;
    color:#FFF;
    font-weight: bold;
    padding: 5px 0;
}
.icoll.infograp img{
    display:block;
    margin: 0 auto;
    padding: 20px;
    height: calc(50% - 100px);
    max-height: 210px;
    min-height: 300px;
}
.icoll.infograp img:first-child{
    padding-top:20px;
}
.icoll table{
    width: 100%;
    height: 100%;
}
.icoll td{
    padding: 15px;
    vertical-align: top;
    text-align:center;
}
.icoll thead td{
    background-color: var(--green);
    color:white;
    font-weight: bold;
    border-right:2px solid #FFF;
    height: 76px;   
    
}
.icoll thead td:first-child, td:nth-child(2){
    vertical-align: top;
}
.icoll thead td:last-child, td:nth-child(3){
    vertical-align: top;
}

.icoll td:first-child{
    max-width: 25px;
}

.icoll td:nth-child(2){
    min-width: 200px;
}

.icoll td:nth-child(3){
    width: 75px;
}

.icoll td:last-child{
    width: 100px;
}
.icoll tbody td:nth-child(2){
    text-align:left;
}
.icoll tbody td {
    border:2px solid #bbc400;
    line-height: 1.6em;
    text-align: left;
    
}
.icoll tbody td:nth-child(3), .icoll tbody td:nth-child(4){ 
    text-align: center;
} 







.iflex{
    display: flex;
    align-items: center;
    flex-wrap:wrap; 
    width: 100%;
    justify-content: center;
}
.iflex>.igrp {
    margin: 10px;
}
.iflex>.igrp:first-child{
    width: 16%;
}
.iflex>.igrp:last-child{
    width: 80%;
    text-align: center;
}
.igrp>.iimg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.igrp>.iimg:first-child{
    height:115px;

}
.igrp>.iimg:nth-child(2){
    height: 200px;
    text-align: center;
}
.iimg img{
    width: auto;
}





/*######### AKUSTYKA SPECYFICZNE #################*/
.infog_aku{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.infog_aku  div{
    width: 50%;
    text-align: center;
}
.info_aku img{
    
}

.izolFlex{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.izolFlexImg{width:600px; }
.izolFlexTxt{width: calc(100% - 640px);padding-top:30%}

@media only screen and (max-width: 900px){
    body{
        font-size: 13px;
    }
    .prospectTitle{ font-size:1.4em}
    .chapterTitle{font-size:2.1em}
    .irow > * {
        width: 100% !important;
justify-content: center;    
    }

    .iflex>.igrp:first-child{
        width: 100%;
    }
    .igrp{
        display:flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content:center;
    }
    .igrp>.iimg:first-child{
        width:50%;
        height: 100px;
    }
    .igrp>.iimg:nth-child(2){
        width: 50%;
        height: 200px;
    }
    .infog div:first-child{
width: 100%
}
.infog div:last-child{
  width:100%; 

}

chapterTitle{
    font-size: 1.1em;
}
.izolFlexImg{width:100%}
.izolFlexImg img{max-width: 95%}
.izolFlexTxt{width: 100%;padding-top:0px; font-size: 0.8em}
.tl td{font-size: 0.8em}
}

table.links{ 
margin-top: 20px;
width: 100%;
border-collapse: collapse;
}
table.links th{
    background-color: var(--blue);
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
    padding: 20px;
    border: none;
}
table.links tr{
    background-color: #f6f5d9;
}
table.links tr{
    border: 1px solid var(--green);
}
table.links tr:first-child{
border: 1px solid #00aeef;    
}

table.links td{
     border: none;
     padding: 20px;
     font-weight: bold;
} 
table.links tr a{
    font-weight: normal;
}

.wtButton{
    width: 40%;
   
    background-color: var(--lightgreen);
    border: 2px solid var(--green);
    margin: 20px auto;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    color: var(--txtcolor);
    font-weight: bold;
    cursor: pointer;
}

.wtButton a{
    color: var(--txtcolor);

}