/* Resetowanie stylów */
#prod-desc-container * {
    margin: 0;
    padding: 0;
}

#prod-desc-container h2,
#prod-desc-container h3,
#prod-desc-container h4,
#prod-desc-container h5 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}

#prod-desc-container div {
    text-align: left;
}

/* Resetowanie list */
#prod-desc-container ul,
#prod-desc-container ol {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

#prod-desc-container ol > li,
#prod-desc-container ul > li {
    margin-left: 15px;
    padding-bottom: 5px;
}


/* Styl dla obrazków z lazy load */
#prod-desc-container img.lazy {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Styl dla clearfix */
#prod-desc-container .clearfix {
    float: none;
    clear: both;
    width: auto;
}
/* Koniec resetów */

#prod-desc-container {
    font-family: 'Lato', sans-serif;
    max-width: 920px;
    margin: 0 auto;
    background: #658e1e;
    color: white;
}

#prod-desc-container .full-width, #prod-desc-container .half-width {
    clear: both;
    display: flex;
    justify-content: space-between;
}

#prod-desc-container .full-width {
    flex-wrap: wrap;
    background-size: cover;
    flex-direction: column;
}

#prod-desc-container .half-width {
    flex-direction: row;
    text-align: center;
}

#prod-desc-container .full-width h2 {
    font-size: 6vw;
    font-weight: bold;
    align-self: flex-start;
    padding-left: 22px;
    padding-bottom: 30px;
}

#prod-desc-container .full-width.header {
    background-image: url('//f00.esfr.pl/si_upload/OPR/Philips/1311947_philipsled_8719514418011_v1/img/2.jpg');
    background-position: center;
    justify-content: flex-end;
    height: 572px;
    position: relative;
}

#prod-desc-container .full-width.header .img-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 22px;
    z-index: 1;
    width: 21vw;
}

#prod-desc-container .full-width.header .img-icon {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    width: 106px;
}

#prod-desc-container .full-width.diagram {
    position: relative;
}


#prod-desc-container .full-width.diagram img {
    width: 100%;
    height: 100%;
}

#prod-desc-container .product-image {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#prod-desc-container .product-image img {
    max-width: 100%;
}

#prod-desc-container .full-width.spacer {
    background-image: linear-gradient(to left, #c0e191, #658e1e);
    height: 60px;
}

#prod-desc-container .full-width.icons-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to right, #658e1e, #4c6b17);
}

#prod-desc-container .full-width.icons-bar .icon-bar {
    padding: 40px 0 ;
}


#prod-desc-container .full-width.diagram .inner-diagram {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: block;
}


#prod-desc-container .full-width.diagram h2 {
    font-size: 5vw;
    padding: 0;
    text-align: center;
}

#prod-desc-container .full-width.diagram span {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    display: block;
}

#prod-desc-container .full-width.params {
    background-image: linear-gradient(to top, #384f10, #658e1e);
    align-content: center;
    padding: 0 20px 55px 20px;
}

#prod-desc-container .full-width.params h2 {
    padding: 0 0 10px;
    text-transform: uppercase;
    font-size: 34px;
    align-self: center;
    text-align: center;
    margin-top: 55px;
}

#prod-desc-container .full-width.params ul {
    font-size: 23px;
    align-self: center;
    text-align: center;
}

#prod-desc-container .full-width.params ul > li {
    margin: 0;
    padding: 18px 100px;
    border-bottom: 1px solid #ffffff;
}

#prod-desc-container .full-width.params span {
    font-weight: bold;
}


#prod-desc-container .background-image {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

#prod-desc-container .half-width.img-0 {
    background: linear-gradient(-90deg, #4a6916, #658e1e);
    box-shadow: inset 0px 20px 18px 1px rgb(0 0 0 / 16%);
    padding: 60px 0;
}

#prod-desc-container .half-width.img-1 .background-image {
    background-image: url('//f00.esfr.pl/si_upload/OPR/Philips/1311947_philipsled_8719514418011_v1/img/5.jpg');
}

#prod-desc-container .half-width.img-2 .background-image {
    background-image: url('//f00.esfr.pl/si_upload/OPR/Philips/1311947_philipsled_8719514418011_v1/img/6.jpg');
}

#prod-desc-container .half-width.img-3 .background-image {
    background-image: url('//f00.esfr.pl/si_upload/OPR/Philips/1311947_philipsled_8719514418011_v1/img/7.jpg');
}

#prod-desc-container .text-content.bg1 {
    background-color: #115e6b;
}

#prod-desc-container .text-content.bg2 {
    background-color: #008540;
}

#prod-desc-container .text-content.bg3 {
    background-color: #269A91;
}

#prod-desc-container .text-content.bg4 {
    background-color: #144835;
}

#prod-desc-container .half-width.img-1, #prod-desc-container {
    flex-direction: row-reverse;
}

#prod-desc-container .half-width.img-3, #prod-desc-container {
    flex-direction: row-reverse;
}

#prod-desc-container .half-width .text-content {
    flex: 1;
    padding: 0 25px;
    height: auto;
    z-index: 1;
    align-content: center;
}

#prod-desc-container .half-width .text-content p {
    font-size: 21px;
    padding: 0 40px 0 0;
    line-height: 34px;

}


#prod-desc-container .half-width .text-content.with-icon {
    padding: 30px 50px;
    align-content: start;
}

#prod-desc-container .half-width .text-content .icon-padding {
    padding-bottom: 10px;
}

#prod-desc-container .half-width .text-content.add-padding {
    padding: 0 50px;
}

#prod-desc-container .half-width .text-content.add-padding p {
    line-height: 30px;
    padding: 20px 20px 0 0;
}

#prod-desc-container .half-width .text-content h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
}



@media only screen and (max-width: 959px) {

    #prod-desc-container .half-width,
    #prod-desc-container .half-width.img-0,
    #prod-desc-container .half-width.img-1,
    #prod-desc-container .half-width.img-2,
    #prod-desc-container .half-width.img-3 {
        flex-direction: column;
    }

    #prod-desc-container .background-image {
        width: 100%;
        height: 85vw;
    }

    #prod-desc-container .half-width .text-content, #prod-desc-container .half-width .text-content.text-content.add-padding, #prod-desc-container .half-width .text-content.with-icon {
        padding: 40px 20px
    }

    #prod-desc-container .full-width.params ul > li {
        padding: 18px 0 18px 0;
    }

    #prod-desc-container .full-width h2 {
        padding-left: 20px;
    }
    #prod-desc-container .full-width.header {
        height: 455px;
    }

    /* Hack dla IE10+ */
    _:-ms-lang(x), #prod-desc-container .half-width .text-content {
        flex: 1 1 auto;
        align-self: auto;
    }

}

@media only screen and (min-width: 960px) {
    #prod-desc-container .full-width h2 {
        font-size: 62px;
    }
    #prod-desc-container .full-width.header .img-logo {
        width: 198px;
    }
    #prod-desc-container .full-width.diagram h2 {
        font-size: 45px;
    }
    #prod-desc-container .full-width.diagram span {
        font-size: 35px;
    }
}

@media only screen and (max-width: 700px) {
    #prod-desc-container .full-width h2 {
        font-size: 45px;
    }
    #prod-desc-container .full-width.header .img-logo {
        width: 115px;
    }
    #prod-desc-container .full-width.header .img-icon {
        width: 70px;
        top:20px;
        right: 20px;
    }
    #prod-desc-container .full-width.diagram h2 {
        font-size: 30px;
    }
    #prod-desc-container .full-width.diagram span {
        font-size: 24px;
    }
    #prod-desc-container .full-width.diagram .inner-diagram {
        top: 5px;
    }
    #prod-desc-container .full-width.icons-bar {
        flex-direction: column;
    }
}
