content,
content div,
content li,
content p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

content h1,
content h2,
content h3,
content h4,
content h5,
content h6 {
    color: #f39200;
    font-weight: 800;
}

.align-center,
.text-center {
    text-align: center;
}

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left !important;
}


.floatRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

p.legal {
    font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 25px;
    padding-right: 0;
    margin-right: 0px;
    padding-bottom: 2px;
}

.brackets:before {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 18px solid #f88508;
    border-left: 18px solid #f88508;
}

.brackets:after {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid #f88508;
    border-right: 18px solid #f88508;
}

.greyBg {
    background: #f5f5f5;
}

/************************************************************************/

.section-1 {
    padding: 5em 0;
}

.section-1 h2 {
    font-size: 60px;
    margin: 0;
}

.section-1 h3 {
    line-height: 1.2;
    font-size: 27px;
}

.section-1 .brackets:before {
    top: 10px;
}

.section-1 .brackets:after {
    bottom: -20px;
}

/************************************************************************/

.section-1a {
    padding: 20px 0;
    background: #f88508;
    color: #fff;
}

.section-1a p {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}

/************************************************************************/

.section-1b {
    padding: 4rem 0;
    text-align: center;
}

.section-1b .centered {
    margin: 0 auto;
}

.section-1b p {
    font-size: 20px;
    color: #595959;
}

.section-1b a.cp-button-blue {
    background: #025ec3;
    color: #fff;
    text-align: center;
    padding: 12px 40px;
    font-weight: bold;
    display: inline-block;
}

/************************************************************************/

.section-2 {
    text-align: center;
    padding: 4rem 0;
}

.section-2 .centered {
    margin: 0 auto;
}

.section-2 h2 {
    font-size: 35px;
}

.section-2 p {
    font-size: 20px;
    color: #595959;
}

.section-2 p span.smaller {
    font-size: 16px;
}

.section-2 p span.underline {
    text-decoration: underline;
}

/************************************************************************/

.section-3 {
    overflow: auto;
    position: relative;
    padding-bottom: 1rem;
}

.section-3 .greyBg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85%;
    background: #f5f5f5;
    z-index: -1;
}

.section-3 .column.dekoderPilot {
    float: left;
    text-align: center;
}

.section-3 .cecha {
    width: 100%;
    text-align: center;
}

.section-3 .cecha .dots {
    margin: 0 auto;
    width: 20px;
    height: 269px;
    background: url("../image/s3-dots.png") no-repeat center 0;
}

.section-3 .cechy {
    position: relative;
    top: -270px;
    margin-bottom: -270px;
    overflow: auto;
}

.section-3 .cecha.c3 {
    position: relative;
}

.section-3 .patka {
    position: absolute;
    top: 63px;
    left: 50%;
    padding: 1rem;
    background: #df0714;
    color: #fff;
    text-align: center;
    font-size: 16px;
    max-width: 220px;
}

.section-3 .patka a {
    color: #fff;
}

.section-3 .cecha.c1 .dots {
    background-position: center 77px;
}

.section-3 .cecha.c2 .dots {
    background-position: center 5px;
}

.section-3 .cecha.c3 .dots {
    background-position: center 81px;
}

.section-3 .cecha.c4 .dots {
    background-position: center 34px;
}

.section-3 .cecha.c5 .dots {
    background-position: center 76px;
}

.section-3 .cecha .icon {
    margin-bottom: 10px;
}

.section-3 .cecha .txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #595959;
}

/************************************************************************/

.section-4 {
    padding: 4rem 0;
}

.section-4 .heading {
    margin-bottom: 30px;
}

.section-4 .sslider .slide img {
    display: inline-block;
}

.sslider .slick-prev {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 50%;
    background: transparent url(../image/s4-arrow-left.png) no-repeat center center;
    color: transparent;
    z-index: 9;
    height: 77px;
    width: 7%;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.sslider .slick-prev,
.sslider .slick-next {
    top: 50%;
    color: transparent;
}

.sslider .slick-next {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 50%;
    background: transparent url(../image/s4-arrow-right.png) no-repeat center center;
    z-index: 9;
    height: 77px;
    width: 7%;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.section-4 .sslider .slide h3 {
    margin-top: 1rem;
}

.section-4 .sslider .slide p {
    font-size: 16px;
    color: #595959;
    font-weight: 500;
}

.section-4 .reminder {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
}

.section-4 .netInfo {
    margin-top: 50px;
    padding-left: 100px;
    background: url('../image/g10.png') no-repeat left center;
    min-height: 66px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #f88508;
    border-bottom: 1px solid #f88508;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-4 .netInfo p {
    padding-top: 0px;
    font-size: 18px;
    color: #f88508;
}

/************************************************************************/

.section-4a {
    padding: 4em 0;
}

.section-4a h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 1em;
}

.section-4a a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.section-4a .txt {
    margin-bottom: 2rem;
}

/************************************************************************/

.section-5 {
    padding: 3rem 0;
    position: relative;
}

.section-5 .greyBg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 80%;
    background: #f5f5f5;
}

.section-5 .sslider.cechy {}

.section-5 .row .row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.section-5 img {
    display: inline-block;
}

.section-5 .cPointers {
    margin-top: -335px;
}

.section-5 .cPointers .column {
    position: relative;
}

.section-5 .slide.przod .cPointers {
    margin-top: -153px;
}

.section-5 .slide.tyl .cPointers {
    margin-top: -165px;
}

.section-5 .sslider.cechy .cecha {
    position: relative;
    opacity: 0;
}

.section-5 .sslider.cechy .cecha p {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #595959;
    padding-left: 20px;
}

.section-5 .sslider.cechy .cecha .pointer {
    position: absolute;
    top: 0;
    left: 0;
    height: 244px;
}

.section-5 .sslider.cechy .slide.przod .cecha1 {
    padding-top: 329px;
}

.section-5 .sslider.cechy .slide.przod .cecha2 {
    padding-top: 326px;
    padding-left: 4px;
}

.section-5 .slide .cecha p {
    padding-top: 0px;
}

/* przód */

.section-5 .sslider.cechy .slide.przod .cecha1 .pointer {
    width: 303px;
    height: 342px;
    background: transparent url(../image/s5-front-g1.png) no-repeat;
}

.section-5 .sslider.cechy .slide.przod .cecha2 .pointer {
    width: 20px;
    height: 339px;
    background: transparent url(../image/s5-front-g2.png) no-repeat;
}

/* góra */

.section-5 .sslider.cechy .slide.gora .cecha1 {
    max-width: 225px;
    padding-top: 325px;
    left: 40px;
}

.section-5 .sslider.cechy .slide.gora .cecha1 .pointer {
    width: 20px;
    height: 339px;
    background: transparent url(../image/s5-top-g1.png) no-repeat;
}

.section-5 .sslider.cechy .slide.gora .cecha2 {
    padding-top: 383px;
    top: -56px;
}

.section-5 .sslider.cechy .slide.gora .cecha2 .pointer {
    width: 20px;
    height: 397px;
    background: transparent url(../image/s5-top-g2.png) no-repeat;
}

/* tył */

.section-5 .sslider.cechy .slide.tyl .cecha1 {
    padding-top: 342px;
    left: 30px;
}

.section-5 .sslider.cechy .slide.tyl .cecha1 p {
    padding-left: 20px;
}

.section-5 .sslider.cechy .slide.tyl .cecha1 .pointer {
    width: 303px;
    height: 355px;
    background: transparent url(../image/s5-tyl-g1.png) no-repeat left top;
    top: 0px;
    left: 0px;
}

.section-5 .sslider.cechy .slide.tyl .cecha2 {
    padding-top: 312px;
    top: 12px;
    left: -6px;
}

.section-5 .sslider.cechy .slide.tyl .cecha2 .pointer {
    width: 86px;
    height: 325px;
    background: transparent url(../image/s5-tyl-g2.png) no-repeat;
    top: 0px;
    left: 0px;
}

/* tył - koniec */

.section-5 .sslider .slick-arrow {
    top: 67%;
}

.section-6 {
    background: #f88508;
    color: #fff;
    position: relative;
    min-height: 490px;
    padding: 3rem 0;
    margin-bottom: 6%;
}

.section-6 .orangeBg {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 74%;
}

.section-6 h2 {
    color: #fff;
    font-size: 35px;
    padding-bottom: 1.5rem;
    font-weight: 600;
}

.section-6 .packshot {
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 48%;
    z-index: 10;
}

.section-6 .offerCont {
    z-index: 30;
}

.section-6 .offerContainer {
    display: none;
    padding: 2rem 0;
}


.section-6 .withOffer {
    padding: 12px 0;
}

.section-6 .chooseOffer {
    padding: 2rem 0;
}

.section-6 .offerContainer {
    clear: both;
}

.section-6 .offerContainer .price {
    margin-bottom: 1.4rem;
}

.section-6 .offerContainer .price strong {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.section-6 .ctaArea .ctaSection {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.section-6 .ctaArea .haveOne {
    text-align: center;
    line-height: 1;
    font-weight: 500;
    display: block;
    min-height: 32px;
}

.section-6 .ctaArea .ctaSection a {
    width: 100%;
    text-align: center;
}

.section-6 a.cp-button-blue {
    background: #025ec3;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    display: block;
}

.section-6 .ctaArea .ctaSection a.cp-button-blue {
    margin-top: 51px !important;
}

.section-6 a.cp-button-transparent {
    padding: 17px 15px;
    margin: 0;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    color: #FFF !important;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.section-6 .ctaArea a.cp-button-transparent span {
    padding-left: 5px;
}

.section-7 {
    padding-bottom: 4rem;
}

.section-7 a {
    display: inline-block;
    background: url("../image/cp_pdf_ico.png") no-repeat left top;
    padding-left: 36px;
    padding-top: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #025ec3;
    font-weight: bold;
    text-decoration: underline;
    height: 34px;
}

/************************************************************************/

@media screen and (max-width: 1024px) {
    .section-1 {
        border-bottom: 0;
    }

    .section-1 .brackets {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .section-1 .brackets:before,
    .section-1 .brackets:after {
        display: none;
    }

    .section-3 .cechy {
        position: static;
        margin-bottom: 0;
    }


    .section-3 .patka {
        position: static;
        max-width: none;
        margin: 1rem .9375rem;
    }

    .section-3 .cechy .dots {
        display: none;
    }

    .section-3 .cecha {
        margin-top: 2rem;
    }

    .section-5 .slide .cPointers {
        margin-top: 0 !important;
        padding-left: 7%;
        padding-right: 7%;
    }

    .section-5 img {
        padding-left: 7%;
    }

    .section-5 img {
        padding-right: 7%;
    }

    .section-5 .pointer {
        display: none;
    }

    .section-5 .sslider .slick-arrow {
        top: 45%;
    }

    .section-5 .sslider.cechy .slide .cecha {
        margin: 0;
        padding-top: 20% !important;
        height: auto;
        position: static;
    }

    .section-5 .sslider.cechy .slide .cecha p {
        padding-left: 14px !important;
        position: relative;
    }

    .section-5 .sslider.cechy .slide .cecha p:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #f19124;
        top: 4px;
        left: -2px;
        border-radius: 8px;
    }

    .section-6 {
        margin-bottom: 20%;
    }

    .section-6 .packshot {
        width: 95%;
        position: static;
        margin-bottom: -20%;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .section-1 {
        padding: 4rem 0;
    }

    .section-2 {
        padding: 0rem 0 4rem;
    }

    .sslider .slick-prev,
    .sslider .slick-next {
        top: 57%;
        color: transparent;
    }

    .section-5 .slide .cPointers {
        padding-left: 3%;
        padding-right: 3%;
    }

    .section-5 .sslider.cechy .slide .cecha {
        width: auto !important;
    }

    .section-5 .sslider.cechy .slide .cecha p {
        font-size: 14px;
    }
}