#headerMenu {
    z-index: 9999;
}

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

.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: 40px;
    padding-top: 25px;
    padding-right: 40px;
}

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

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

section h2 {
    font-size: 36px;
}

section p {
    font-weight: 500;
}

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

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

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

.bg section {
    position: relative;
    z-index: 10;
}

.bg {
    background: url("../image/pattern.png");
    width: 100%;
    position: relative;
}

.circle {
    position: absolute;
    top: 0;
    z-index: 0;
    display: none;
}

.circle1 {
    background: url("../image/bgCircle_left.png") no-repeat;
    width: 233px;
    height: 595px;
    left: 0;
}

.circle2 {
    background: url("../image/bgCircle_right.png") no-repeat;
    width: 159px;
    height: 371px;
    right: 0;
    top: 500px;
}


.circle3 {
    background: url("../image/bgCircle_left2.png") no-repeat;
    width: 123px;
    height: 473px;
    left: 0;
    top:1500px;
}

.circle4 {
    background: url("../image/bgCircle_right2.png") no-repeat;
    width: 265px;
    height: 602px;
    right: 0;
    top: 1800px;
}

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

.section-1 {
    font-size: 24px;
    padding-top: 40px;
}

.section-1 .row {
    display: flex;
    flex-direction: row-reverse;
}

.section-1 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    flex-grow: 0;
}

.section-1 h2,
.section-1 p {
    margin-left: 20px;
}

.section-1 h2 {
    line-height: 1.2;
    color: #D72427;   
}


.section-1 p {
    font-size: 24px;
    line-height: 1.2;
}

.section-1 .txt img {
    display: flex;
    align-self: flex-start;
    width: auto;
}

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

.section-2 {
    font-size: 24px;
    margin-top: -20px;
}

.section-2 .row {
    display: flex;
    flex-direction: row;
}

.section-2 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    flex-grow: 0;
}

.section-2 h2,
.section-2 p {
    margin-left: 20px;
}

.section-2 h2 {
    line-height: 1.2;
    color: #D72427;   
}


.section-2 p {
    font-size: 24px;
    line-height: 1.2;
}

.section-2 a {
    color:#000;
    text-decoration: underline;
}

.section-2 .txt img {
    display: flex;
    float: left;
    align-self: flex-start;
    width: auto;
}

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

.section-3 {
    clear: both;
}

.section-3 .frame {
    background: #D72427;
    color: #fff;
    border-radius: 10px;
    padding: 40px;
    clear: both;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section-3 .txtColumn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.section-3 h2 {
    color:#fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-3 .row .row .column {
    padding-left: 0;
    padding-right: 0;
}

.section-3 a.offer {
    display: block;
    margin:0 auto;
    width: 90%;
    max-width: 180px;
    max-height: 180px;
    padding-top: 21px;
    padding-bottom: 20px;
    background: #fff;
    color: #D72427;
    text-decoration: none;
    text-align: center;
}

.section-3 .offer .ico {
    display: block;
    width: 70%;
    max-width: 78px;
    max-height: 60px;
    margin: 0 auto 10px;
}

.section-3 .offer .name {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    text-transform: uppercase;
}

.section-3 .offer .cta {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #D72427;
    transition: left .1s;
}

.section-3 .offer .cta span {
    position: relative;
    left: 0;
    transition: left .1s;
}

.section-3 a.offer:hover .cta span,
.section-3 a.offer:focus .cta span {
    position: relative;
    left: 5px;
}

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

.section-4 {
    padding: 40px 0;
}

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

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

.section-5 {
    padding-bottom: 40px;
}

.section-5 h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 36px;
    font-weight: bold;
    color: #D72427;
}

.section-5 .tvBg {
    max-width: 1180px;
    max-height: 772px;
    background: url("../image/tv.png") no-repeat center top;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin: 0 auto;
    padding: 2.5% 2.3% 10% 2.3%;
    position: relative;
    z-index: 10;
}

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

.section-6 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 31px;
    padding-bottom: 31px;
    background: #D72427;
    color: #fff;
    clear: both;
}

.section-6 p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 20px;
}

.section-6 a {
    background: #fff;
    text-decoration: none;
    color: #D72427;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    padding: 10px 0;
    position: relative;
}

.section-6 a .arrow {
    position: absolute;
    right: 20px;
}

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

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

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

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

.section-cpgo .cpgoTxt {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.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 p {
    color:#000;
    font-size: 12px;
    line-height: 1.3;
}


@media screen and (max-width: 700px) {
    .section-1,
    .section-1 .txt,
    .section-1 .row,
    .section-1 .row img {
        display: block;
    }

    .section-2 {
        margin-top: 0;
    }

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

    .section-2 .row,
    .section-3 .txtColumn,
    .section-3 .frame {
        display: block;
    }

    .section-3 p {
        margin-bottom: 30px;
    }

    .section-5 .showInfo h3 {
        margin-top: 5px;
    }

    .section-3 .frame {
        border-radius: 0;
    }

    .section-1 h2,
    .section-2 h2,
    .section-5 h2,
    .section-6 h2
    .section-cpgo h2 {
        font-size: 20px;
    }

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


@media screen and (min-width: 1600px) {
    .circle {
        display: block;
    }
}
