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


/* 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%;
}

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

.bg {
    background: url("../image/s0_bg.jpg") no-repeat center top;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-top: 33%;
}

.section-1 {
    text-align: center;
}

.section-1 h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

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

.section-2 .yoyo {
    border: 2px dotted #bababa;
    border-radius: 150px;
    position: relative;
    margin-top: 50px;
}

.section-2 .yoyo .biedra1d {
    position: absolute;
    top:17%;
    left: 0;
}

.section-2 .yoyo .biedra2d {
    position: absolute;
    top: -6%;
    right: 5%;
}

.section-2 .yoyo .biedra1m,
.section-2 .yoyo .biedra2m {
    display: none;
}


.section-2 .yoyoOuter {
    position: relative;
    min-height: 303px;
}

.section-2 .yoyoImg {
    position: absolute;
    right: 10%;
    top: -50px;
    width: 30%;
    z-index: 10;
    max-width: 397px;
    max-height: 303px;
}

/*.section-2 .yoyo {
    background: url("../image/ramka-yoyo.png") no-repeat center top;
    -webkit-background-size: 100%;
    background-size: 100%;
    min-height: 303px;
    padding-top: 6%;
*/}

.section-2 .yoyo p {
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    font-size: 22px;
}


.section-2 .text p {
    font-size: 24px;
    font-weight: bold;
}

.section-2 .yoyo a {
    text-decoration: none;
    color:#c90c0f;
}

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

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

/*.section-3 {
    margin-top: 50px;
}
*/
.section-3 .frame {
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #000;
}

.section-3 .frame p {
    line-height: 1;
    padding-top: 0px;
}

.section-3 .frame p {
    display: block;
    font-size: 22px;
    margin-top: 32px;
} 

.section-3 .frame .btn {
    display: block;
    background: #c90c0f;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    border-radius: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    text-decoration: none;
    width: 90%;
}

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

.section-4 {
    margin: 50px 0 30px;
}

.section-4 p {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

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

.section-5 {
    margin-bottom: 20px;
}

.section-5 h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.section-5 .ytBg {
    background: url("../image/ytBg.png") no-repeat left top;
    position: relative;
    z-index: 9;
    margin-left: 20px;
    padding-top: 10px;
}

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

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

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

.section-6 {
    background: #c90c0f;
    color: #fff;
    padding: 20px 0;
    margin: 70px 0;
}

.section-6 p {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
}

.section-6 p span {
    display: inline-block;
    padding-top: 16px;
}

.section-6 .btn {
    display: inline-block;
    float: right;
    background: #fff;
    color: #c90c0f;
    border-radius: 40px;
    font-size: 18px;
    text-decoration: none;
    padding: 18px 34px;
    margin-left: 20px;
    position: relative;
    top: -2px;
}

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

.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 {
        background: url("../image/s0_bg_mobile.jpg") no-repeat center top;
        -webkit-background-size: contain;
        background-size: contain;
        padding-top: 176%;
    }

    .section-1 h1 {
        font-size: 18px;
    }

    .section-1 p {
        font-size: 14px;
    }

    .section-2 .yoyo .biedra1d,
    .section-2 .yoyo .biedra2d {
        display: none;
    }

    .section-2 .yoyo .biedra1m {
        display: block;
        position: absolute;
        top: 80%;
        left:-8px;
        z-index: 100;
    }

    .section-2 .yoyo .biedra2m {
        display: block;
        position: absolute;
        top:5%;
        right:-8px;
        z-index: 100;
    }

    .section-2 .yoyoOuter {
        position: relative;
        min-height: 303px;
        margin-top: 30px;
    }

    .section-2 .yoyoImg {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        z-index: 20;
        max-width: 397px;
        max-height: 303px;
    }

    .section-2 .yoyo {
        margin-top: -140px;
        padding-top: 150px;
        top: 0;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .section-2 .yoyo .text {
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .section-2 .yoyo .text p {
        font-size: 18px;
    }

    .section-3 .frame {
        border-radius: 10px;
        font-size: 18px;
        padding: 30px;
    }

    .section-3 .frame p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section-3 .frame .btn {
        display: block;
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }


    .section-3 .frame p span {
        display: block;
        padding-top: 30px;
    }
        
    .section-4 {
        margin: 20px 0;
    }

    .section-4 p {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-5 h2 {
        font-size: 18px;
    }

    .section-5 .ytBg {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .section-5 .mask {
        clip-path:none;
    }

    .section-6 {
        text-align: center;
        background: #fff;
        margin: 0 0 30px;
        padding: 0;
    }

    .section-6 .frame {
        background: #c90c0f;
        overflow: auto;
        padding: 20px 30px;
        border-radius: 10px;
    }

    .section-6 p {
        line-height: 1.2;
    }

    .section-6 p span {
        padding-top: 0;
    }

    .section-6 .btn {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .section-cpgo .stores {
        margin: 0 auto 30px;
        text-align: center;
    }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
    .section-2 .yoyo .biedra1d {
        position: absolute;
        top:11%;
        left: 0;
    }

    .section-2 .yoyo .biedra2d {
        position: absolute;
        top: 3%;
        right: 5%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
    .section-2 .yoyo .biedra2d {
        position: absolute;
        top: 1%;
        right: 5%;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .section-2 .yoyo .biedra2d {
        position: absolute;
        top: -3%;
        right: 5%;
    }
}