body {
    margin: 0;
}

.oral-b {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-family: 'HelveticaNeueCyr';
}

.oral-b__head-img {
    margin-bottom: 21px;
    width: 100%;
}

.oral-b__block, .oral-b__block a{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 21px;
    position: relative;
}

.oral-b__block a {
    margin-bottom: 0;
    text-decoration: none;
}

.oral-b__block_benefits {
    background-image: url('/promo/src/oralb-lp/main/img/block_benefits.png');
}

.oral-b__block_genius {
    background-image: url('/promo/src/oralb-lp/main/img/block_genius.png');
}

.oral-b__block_brush-head {
    background-image: url('/promo/src/oralb-lp/main/img/block_brush-head.png');
}

.oral-b__block_testdrive {
    background-image: url('/promo/src/oralb-lp/main/img/block_testdrive.png');
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.oral-b__block_testdrive a {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.oral-b__block_testdrive .oral-b__block-txt {
    margin: 0;
    max-width: 600px;
    font-size: 24px;
    text-align: left;
    position: absolute;
    left: 37px;
    font-weight: 600;
}

.oral-b__block_brush-head .oral-b__block-txt {
    min-height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oral-b__block_testdrive .oral-b__learn-more {
    position: absolute;
    right: 118px;
    bottom: 11px;
}

.oral-b__block-txt {
    font-size: 35px;
    color: #fff;
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 600;
}

.oral-b__learn-more, .oral-b__products-link {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
}


.oral-b__learn-more:visited, .oral-b__products-link {
    color: #fff;
    text-decoration: none;
}

.oral-b__block_products__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.oral-b__product {
    position: relative;
}

.oral-b__product-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    top: 14px;
    left: 24px;
    position: absolute;
}

.oral-b__products-link {
    bottom: 15px;
    left: 25px;
    position: absolute;
}

.oral-b__videocontent {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.oral-b__video-preview {
    cursor: pointer;
    position: relative;
}

.oral-b__videoblock {
    margin-top: 60px;
    padding-bottom: 40px;
}

.oral-b__videoblock-title {
    font-size: 35px;
    color: #004699;
    line-height: 70px;
    border-bottom: 1px solid #004699;
    margin: 35px 0;
}

.oral-b__video-title {
    font-size: 20px;
    color: #004699;
    margin-bottom: 35px;
}

.oral-b__rightblock {
    max-width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.oral-b__frame {
    width: 480px;
    height: 258px;
}

.oral-b__videocontent {
    justify-content: flex-start;
}

.oral-b__leftblock {
    width: 50%;
}



/* .oral-b__video-preview::before {
    content: '';
    background-image: url('/promo/src/oralb-lp/main/img/play-icon.png');
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
} */

@media(max-width: 940px) {

    .oral-b__head-img {
        margin-bottom: 13px;
        width: 100%;
    }

    .oral-b__block {
        margin-bottom: 13px;
    }

    .oral-b__block-txt {
        font-size: 24px;
        line-height: 28px;
    }

    .oral-b__product {
        width: 49%;
    }

    .oral-b__product img {
        width: 100%;
    }

    .oral-b__products-link {
        bottom: 13px;
    }

    .oral-b__block_testdrive {
        background-image: url('/promo/src/oralb-lp/main/img/block_genius.png');
        display: flex;
        flex-flow: column nowrap;
        text-align: center;
        justify-content: space-around;
        align-items: center;
    }

    .oral-b__block_testdrive a {
        background-image: url('/promo/src/oralb-lp/main/img/block_genius.png');
        display: flex;
        flex-flow: column nowrap;
        text-align: center;
        justify-content: space-around;
        align-items: center;
    }

    .oral-b__block_testdrive .oral-b__block-txt {
        font-size: 24px;
        color: #fff;
        text-align: center;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        left: auto;
    }

    .oral-b__block_brush-head .oral-b__block-txt {
        min-height: 0;
    }

    .oral-b__block_testdrive .oral-b__learn-more {
        right: auto;
    }

    .oral-b__videoblock {
        margin-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .oral-b__videoblock-title {
        line-height: normal;
        font-size: 27px;
        text-align: center;
    }

    .oral-b__video-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .oral-b__frame {
        width: 100%;
    }

    .oral-b__videocontent {
        box-sizing: border-box;
    }

    .oral-b__rightblock {
        width: 50%;
        padding-left: 10px;
    }

    .oral-b__leftblock {
        width:  47%;
        padding-right: 10px;
    }

    .oral-b__block_products {
        overflow: hidden;
    }

    .oral-b__block_products__row {
        justify-content: center;
        margin-left: -3px;
        margin-right: -3px;
    }

    .oral-b__product {
        box-sizing: border-box;
        width: 50%;
        padding-left: 3px;
        padding-right: 3px;
    }

}

.brandzone-header {
    height: 100px;
    line-height: 100px;
    background-color: white;
    box-shadow: 0 0 12px 5px rgba(0,0,0,.3);
    position: relative;
    z-index: 10;
}
.brandzone-header .wrp {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 1060px;
    max-width: 100%;
    margin: auto;
}
.brandzone-header .wrp a {
    display: inline-block;
    vertical-align: middle;
}
.brandzone-header .wrp a img {
    display: block;
}
.brandzone-header .wrp .fright {
    float: right;
}

@media(max-width: 706px) {
    .oral-b__video-title {
        text-align: center;
    }

    .oral-b__leftblock {
        padding-right: 0;
        width:  100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .oral-b__rightblock {
        width:  100%;
        padding-left: 0;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .oral-b__videocontent {
        display: block;
    }

    .oral-b__video-group {
        text-align: center;
    }

    .oral-b__blockgroup {
        margin-bottom: 20px;
    }

    .oral-b__blockgroup:last-child{
        margin-bottom: 0;
    }



}
