#headerMenu {
    z-index: 9999;
}

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;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

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

.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;
}

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

.bg {
    background-image: url('../image/bg1.jpg'),
      url('../image/bg2.jpg');
    background-repeat: no-repeat,
      no-repeat;
    background-position: center top,
      center bottom;
    -webkit-background-size: contain, contain;
    background-size: contain, contain;
    background-color: #7e2d7c;
    padding-bottom: 27%;
}

.section-1 {
    padding-top: 44%;
    text-align: center;
}

.section-1 h1,
.section-1 .frame h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fec832;
}

.section-1 p {
    font-size: 24px;
    color: #fff;
}

.section-1 p a {
    color: #fff;
}


.section-1 .frame h3 {
    line-height: 1.3;
    text-align: left;
    margin: 0;
    padding: 0;
}

.section-1 .frame {
    border: 3px dashed #fec832;
    border-radius: 70px;
    position: relative;
}

.section-1 .bookOuter {
    position: relative;
    padding-top: 1px;
    padding-bottom: 8%;
}

.section-1 .book {
    background: url("../image/ksiazeczka.png") no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20%;
    max-width: 235px;
    height: 200%;
    max-height: 291px;
    position: absolute;
    left: 3.5%;
    top: 0;
    z-index: 10;
}

.section-1 .web {
    background: url("../image/s1_web_desktop.png") no-repeat center top;
    -webkit-background-size: 100%;
    background-size: 100%;
    max-width: 186px;
    max-height: 118px;
    width: 16%;
    height: 40%;
    position: absolute;
    top: -8%;
    left: 1%;
}

.section-1 .bat {
    background: url("../image/bat.png") no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 13%;
    max-width: 143px;
    height: 34%;
    max-height: 80px;
    position: absolute;
    right: -1%;
    top: 9%;
    z-index: 20;
}

.section-1 .frame {
    margin-top: 7%;
    overflow: hidden;
    display: flex;
}

section .txt {
    padding: 15px;
    display: flex;
    align-self: center;
    text-align: left;
}

section .btnCell {
    display: flex;
    align-self: center;
    padding-right: 30px;
}

section .btn {
    display: block;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    padding: 15px 0;
    border-radius: 60px;
}

.section-1 .btn {
    background: #fec832;
    color: #000;
}

/* via https://embedresponsively.com/ */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-2 h2 {
    font-size: 30px;
    text-align: center;
}

.section-2 .web1 {
    position: absolute;
    top:-14%;
    right:-12%;
    background: url("../image/s2_web.png") no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 40%;
    height: 79%;
    max-width: 473px;
    max-height: 523px;
    z-index: 9;
}

.section-2 .web2 {
    position: absolute;
    bottom:1%;
    left:-6%;
    background: url("../image/s2_web.png") no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 28%;
    height: 54%;
    max-width: 321px;
    max-height: 355px;
    z-index: 9;
}

.section-2 .ytBgOuter {
    position: relative;
}

.section-2 .ytBg {
    background: url("../image/ytBg.png") no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    z-index: 9;
}

.section-2 .mask {
    clip-path: polygon(3% 1%, 100% 2%, 99% 100%, 5% 97%);
    background: #000;
    position: relative;
    z-index: 11;
}

.section-2 .embed-container iframe {
    padding-left: 4%;
    padding-right: 0%;
    padding-bottom: 2%;
    padding-top: 0%;
}

.section-3 {
    padding-bottom: 30px;
}

.section-3 h2 {
    font-size: 34px;
    text-align: center;
}

.section-3 p {
    text-align: center;
    color:#fff;
}

.section-4 .frame {
    border-radius: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
}


.section-4 .frame1 {
    background: #fec832;
    color:#000;
    margin-bottom: 30px;
    position: relative;
    z-index: 90;
}

.section-4 .frame1 h3 {
    font-size: 25px;
    color:#000;
    line-height: 1.1;
    padding: 0 0 0 5rem;
    margin: 10px 0;
    text-align: center;
}

.section-4 .frameOuter {
    position: relative;
}


.section-4 .bat {
    background: url("../image/s4_bat.png") no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    max-width: 134px;
    max-height: 96px;
    width: 20%;
    height: 93%;
    position: absolute;
    top: -43px;
    left: -42px;
    z-index: 999;
}

.section-4 .web {
    background: url(../image/s4_web.png) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    max-width: 220px;
    max-height: 243px;
    width: 21%;
    height: 87%;
    position: absolute;
    top: -51px;
    right: -30px;
    z-index: 3;
}

.section-4 .frame .btnCell {
    /*padding-left: 70px;*/
    float:right;
    text-align: right;
    position: absolute;
    right:20px;
}

.section-4 .frame .btn {
    width: 100%;
    min-width: 196px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.section-4 .frame1 .btn {
    background: #000;
    color: #fff;
}

.section-4 .frame2 {
    border: 2px solid #fec832;
}

.section-4 .frame2 h3 {
    font-size: 25px;
    color:#fec832;
    padding-left: 5rem;
}

.section-4 .frame2 .btn {
    background: #fec832;
    color: #000;
}


.section-cpgo {
    margin-bottom: 40px;
}

.section-cpgo h2 {
    font-size: 28px;
    margin: 0 0 30px;
    padding: 0;
    line-height: 34px;
    color:#000;
}

.section-cpgo p {
    font-size: 16px;
    line-height:19px;
}

.section-cpgo .pDevices {
    margin-top: 30px;
    margin-bottom: 40px;
}

.section-cpgo .pDevices img {
    float: left;
    padding-right:45px;
}

.section-cpgo .pDevices span {
    display: block;
    padding-left: 100px;
}

.section-cpgo .stores {
    margin-bottom: 0;
}

.section-cpgo .stores img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.section-cpgo .legal {
    margin-top: 30px;
}

.section-cpgo .legal p {
    color:#c4c4c4;
    font-size: 12px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    content {
        margin-top:3.9rem;
    }

    .bg {
        padding-bottom: 110px;
    }

    section .btnCell {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    content .bg {
        background-image: url('../image/bg_mobile2.jpg'),
          url('../image/bg_mobile1.jpg');
        background-repeat: no-repeat,
          no-repeat;
        background-position: center bottom,
          center top;
        -webkit-background-size: 100%, 100%;
        background-size: 100%, 100%;
        background-color: #792d78;
        padding-bottom: 175px;
    }

    .section-1 {
        padding-top: 148%;
    }

    .section-1 h1 {
        font-size: 18px;
        margin: 0;
        padding: 0 0 20px;
    }

    .section-1 p {
        font-size: 14px;
        margin: 0;
        padding: 0 0 20px;
    }

    .section-1 .bat {
        top:90px;
        width: 100px;
        height: 55px;
    }

    .section-1 .book {
        left: 0;
        right: 0;
        width: 135px;
        height: 176px;
        margin: auto;
        z-index:12;
    }


    .section-1 .web {
        background: url(../image/s1_web.png) no-repeat left top;
        -webkit-background-size: contain;
        background-size: contain;
        width: 195px;
        height: 200px;
        position: static;
        margin: -27px auto 8px;
        padding-right: 40px;
    }

    .section-1 .frame {
        margin-top: 27px;
        padding-top: 53px;
        border-radius: 20px;
        display: block;
        text-align: center;
    }

    .section-1 .frame h3 {
        text-align: center;
        font-size: 18px;
    }

    section .txt,
    section .btnCell {
        display: block;
        float: none;
        position: static;
        width: 100%;
    }

    .section-1 .frame .btnCell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
        position: static;
    }

    .section-1 .frame .btn {
        margin-top:1rem;
        position: static;
    }

    .section-3 {
        padding-top: 2rem;
    }

    .section-2 h2,
    .section-3 h2 {
        font-size: 18px;
        margin: 0;
        padding: 0 0 20px;
    }

    .section-4 .frame {
        display: block;
        text-align: center;
        border-radius: 20px;
    }

    .section-4 .frame h3 {
        font-size: 18px;
        line-height: 1.2;
        padding-left: 0;
    }

    .section-4 .frame .txt {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }

    .section-4 .frame .btnCell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
        position: static;
    }

    .section-4 .bat {
        width: 55px;
        height: 43px;
        -webkit-background-size: 100%;
        background-size: 100%;
        left: 60px;
        top: -24px;
        position: absolute;
        z-index: 999;
    }

    .section-4 .web {
        top: -51px;
        left: 30px;
    }

    .section-cpgo {
        margin-top: 3rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-cpgo .flexAligner {
        display: block;
    }

    .section-cpgo .cpgoImg {
        margin-top: 2rem;
    }

    .section-cpgo .legal p {
        text-align: justify;
    }
}

@media screen and (min-width: 1490px) {
    .section-cpgo {
        margin-top: -150px;
    }
}