content,
content div,
content li,
content p {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}


section .target {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

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

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

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

.clearBoth {
clear: both;
}

.floatLeft,
.floatleft {
float: left !important;
}


.floatRight,
.floatright {
float: right;
}

.inlineBlock {
display: inline-block;
}

.posr {
position: relative;
}

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

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

.brackets:before {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 14px solid #F39200;
    border-left: 14px solid #F39200;
}

.brackets:after {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    border-bottom: 14px solid #F39200;
    border-right: 14px solid #F39200;
}

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

.orange {
    color: #F39200;
}

a.orange {
    text-decoration: underline;
}

.section-txt .orange {
    font-weight: 500;
}

.section-txt ul.lsn {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
}

.section-txt ul {
    margin-left: 0;
    padding-left: 20px;
}

.section-txt li {
    margin: 0;
    padding-left: 0px;
}

.section-txt .orange.hashtag {
    font-weight: bold;
}

section .btn {
    position: relative;
    color: #fff;
    font-size: 20px;
    width: 280px;
    background: #F39200;
    padding: .7rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    height: 64px;
}

section .btn:after {
    font-family: 'icomoon';
    content: '\f054';
    font-size: .5rem;
    position: absolute;
    right: 1.6rem;
    top: calc(50% - 6px);
    transition: right 100ms;
}

section .btn:hover:after,
section .btn:focus:after {
    right: 1rem;
}


section img.pic {
    display: block;
    margin: 0 auto;
}

section .row.df {
    display: flex;
    align-items: center;
}

span.df {
    display: flex;
    align-items: center;
}

section p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    /*padding: 15px 0 0;*/
}

section p.hashtag {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 28px 0 16px;
    line-height: 1;
}

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

.section-1 {
    border-bottom: 3px solid #F39200;
}

.section-1 .row.df {
    display: flex;
    align-items: center;
}

.section-1 h1 {
    font-size: 48px;
    line-height: 58px;
    color: #F39200;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

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

.section-2 h2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 22px;
    line-height: 27px;
}

.section-2 img {
    min-height: 100px;
}

.section-2 p {
    margin-top: 0;
    padding: 0;
    font-size: 22px;
    line-height: 27px;
}

.section-2 .column:last-child:not(:first-child) {
    float: left;
}

.section-2 .orangeBox {
    background: #F39200;
    color: #fff;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
}

.section-2 .orangeBox .ico,
.section-2 .orangeBox .icoHover {
    margin: 24px;
}

.section-2 .tabs {
    padding-top: 13px;
    padding-bottom: 30px;
}

.section-2 .tabs a {
    background: #F2F2F2;
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    margin: 6px 0;
    min-height: 132px;
}

.section-2 .tabs .icoHover {
    display: none;
}

.section-2 .tabs a:hover,
.section-2 .tabs a:focus {
    background: #F39200;
}

.section-2 .tabs a:hover .ico,
.section-2 .tabs a:focus .ico {
    display: none;
}

.section-2 .tabs a:hover .icoHover,
.section-2 .tabs a:focus .icoHover {
    display: block;
}

.section-2 .tabs a:hover .txt,
.section-2 .tabs a:focus .txt {
    color: #fff;
}

.section-2 .tabs a span.txt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.section-2 .tabs .ico,
.section-2 .tabs .icoHover {
    margin: 16px 8px 16px 24px;
}

.section-2 .tabs .inner {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.section-2 .tabs .arrowDown {
    width: 50px;
    height: 18px;
    background: url("../image/arrow_down.png") no-repeat center top;
    display: block;
    margin: 20px auto 0; 
}

.section-2 .tabs a:hover .arrowDown,
.section-2 .tabs a:focus .arrowDown {
    background: url("../image/arrow_down_white.png") no-repeat center top;
}

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

.section-txt {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-txt .heading {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.section-txt.bonusy .heading {
    margin-bottom: 0;
}

.section-txt .heading img,
.section-txt .txt img {
    margin-right: 20px;
}

.section-txt h3 {
    color: #000;
    font-size: 32px;
    line-height: 39px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.section-txt.razemWwalce img {
    min-width: 100px;
    min-height: 100px;
}

.section-txt.razemWwalce .btn {
    width: 410px;
}

.section-txt.razemWwalce .headingContainer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.section-txt.razemWwalce .ico {
    float: left;
}

.section-txt p:not(:first-child) {
    padding-top: 30px;
}

.section-txt p,
.section-txt li {
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .section-txt.razemWwalce .txtCont {
        padding-left: 120px;
    }

    .section-txt.razemWwalce .headingContainer {
        margin-bottom: 12px;
    }
}


.section-txt .bonusBoxes .column {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
}

.section-txt .bonusBoxes .column img {
    margin-right: 20px;
}

.section-txt .bonusBoxes .greyBox {
    background: #F2F2F2;
    flex-grow: 1;
    padding: 20px;
}

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

.section-hbogo {
    background: #000;
    color: #fff;
}

.section-hbogo .logo {
    padding-top: 20px;
}

.section-hbogo .btn {
    background: #FAE000;
    color: #000;
}

.section-hbogo .pic {
    padding-top: 20px;
}

section.section-hbogo p.legal {
    color: #F2F2F2;
}

section.greyBg {
    background: #F2F2F2;
}

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

.section-ipla {
    background: url("../image/ipla_bg.png") no-repeat center top;
    background-size: cover;
}

.section-ipla .logo {
    padding-top: 20px;
}

.section-ipla .btn {
    margin-bottom: 40px;
    background: #A4D62A;
}

.section-ipla p.hashtag {
    color: #024F27;
}

.section-ipla .pic {
    margin-bottom: 20px;
}

section p.legal {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
}

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

.section-tidal {
    background: url("../image/tidal_bg.png") no-repeat center top;
    color: #fff;
    background-size: cover;
}

.section-tidal .logo {
    padding-top: 40px;
}

.section-tidal .btn {
    background: #AD70FF;
    margin-bottom: 40px;
}

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

.section-squla {
    background: #74d6f9 url("../image/squla_bg.png") no-repeat center top;
    background-size: cover;
}

.section-squla .pic {
    padding-top: 40px;
}

.section-squla .hashtag {
    color: #013A47;
}

.section-squla .btn {
    color: #000;
    background: #fff;
    margin-bottom: 20px;
}

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

.section-busuu {
    background: url("../image/busuu_bg.png") no-repeat center top;
}

.section-busuu .hashtag {
    color: #1A619F;
}

.section-busuu .pic {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-busuu .btn {
    color: #013A47;
    background: #fff;
}

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

.section-oi {
    background: url("../image/oi_pic.jpg") no-repeat right center;
}
.section-oi .row {
    min-height: 358px;
}

.section-oi p {
    font-size: 20px;
    font-weight: 500;
}

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

.section-sw {
    background: url("../image/sw_bg.jpg") no-repeat center top;
    background-size: cover;
}

.section-sw .logo {
    padding-top: 40px;
}

.section-sw .hashtag {
    color: #fff;
    font-size: 28px;
}

.section-sw p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.section-sw .pic {
    padding-top: 30px;
}

.section-sw .btn {
    color: #fff;
    background: #1EE96E;
}

.section-sw p.legal {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #F2F2F2;
}

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

.section-zwd {
    background: #ED1B2F;
}

.section-zwd p {
    font-size: 48px;
    line-height: 1.3;
    margin: 0;
    padding: 40px 0;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

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

@media screen and (max-width: 1024px) {
    section .column,
    section  img.pic {
        display: block;
        margin: 0 auto;
    }

    .section-2 .column.noPadding {
        padding-left: 0;
        padding-right: 0;
    }


    .section-2 .tabs .ico {
        margin: 16px 16px 16px 16px;
    }

    .section-txt .bonusBoxes .column {
        display: block;
    }

    .section-txt .bonusBoxes img {
        margin-bottom: 10px;
    }

    .section-tidal {
        background: url("../image/tidal_bg_mobile.png") no-repeat center top;
        background-size: cover;
        padding: 20px 0;
    }

    .section-tidal .logo {
        padding-bottom: 20px;
    }

    .section-squla {
        background: #74d6f9 url("../image/squla_bg_mobile.png") no-repeat center top;
        background-size: cover;
        padding-top: 20px;
    }

    .section-busuu {
        background: url("../image/busuu_bg_mobile.png") no-repeat center top;
        background-size: cover;
    }

    .section-oi {
        background: none;
    }

    .section-oi,
    .section-busuu {
        padding: 20px 0;
    }

    .section-oi .row {
        min-height: auto;
    }

    .section-oi .column {
        margin: 0 auto;
        min-height: none;
    }
}
/************************************************************/

@media screen and (max-width: 768px) {
    section .row.df {
        display: block;
    }


    section .btn {
        width: 100%;
    }

    section p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .section-1 .row,
    .section-oi .row {
        display: block;
    }

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

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

    .section-1 img {
        display: block;
        margin: 0 auto;
    }

    .section-1 h1 {
        text-align: center;
        font-size: 28px;
        line-height: 1.3;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .section-2 h2,
    .section-2 p {
        font-size: 16px;
        line-height: 22px;
    }

    .section-zwd p {
        font-size: 40px;
        line-height: 44px;
        padding: 20px 0;
    }

    .section-oi {
        background: none;
        padding: 20px 0;
        min-height: none;
    }

    .section-oi p {
        font-size: 16px;
    }
}