.b-title-3.promotions{
    margin-top: 40px;
}
.b-promotions-section-title{
    margin-top: 40px;
    color: black;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: normal;
    font-family: 'roboto_cnbold';
    text-align: center;
}
@media (max-width: 992px){
    .b-promotions-section-title{
        font-size: 38px;
        line-height: normal;
    }
}
.b-promotions{
    margin-bottom: 50px;
}
.b-promotions__item{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.b-promotions__left{
    display: table-cell;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 5px 0 0 5px;
}
.b-promotions__left:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}
.b-promotions__right{
    width: 320px;
    display: table-cell;
    background-color: white;
    padding: 20px 20px 40px;
    font-size: 16px;
    color: #293145;
    height: 542px;
    box-shadow: 0px 9px 45px rgba(101, 101, 101, 0.272107);
}
.b-promotions__labels{
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0;
}
.b-promotions__label{
    border-radius: 3px;
    background-color: white;
    padding: 5px 10px 5px 5px;
    display: inline-flex;
    max-width: 180px;
    font-size: 10px;
    color: #293145;
    align-items: center;
    line-height: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.b-promotions__img-wrap{
    margin-right: 10px;
}

.b-promotions__title{
    color: #293145;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
}
.b-btn-blue{
    background: #3154D8;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
}
.b-btn-blue:hover{
    opacity: 0.7;
}

.b-promotions__right-inner{
    width: 100%;
    background-color: #EDF0FC;
    border-radius: 5px;
    padding: 25px 25px 40px;
    font-size: 14px;
    color: #293145;
    position: relative;
    flex-grow: 1;
}
.b-promotions__right-outer{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.b-promotions__btn-wrap{
    position: absolute;
    bottom: -30px;
    left: 45px;
    right: 45px;
    text-align: center;
}

.inner.ov-vis{
    overflow: visible;
}

.b-promotions .owl-stage-outer{
    padding: 50px;
    margin: -50px;
}
.b-promotions .owl-dots{
    margin-top: 25px;
    text-align: left;
    margin-left: 20px;
    position: relative;
    z-index: 5;
}
.b-promotions .owl-dot{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    background-color: #D8D8D8;
    margin-right: 5px;
    border-radius: 4px;
}
.b-promotions .owl-dot.active{
    background-color: #3154D8;
}
.b-promotions .owl-next,
.b-promotions .owl-prev{
    width: 46px;
    height: 49px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 4px 20px #D0D7E1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}
.b-promotions .owl-next{
    right: -60px;
}
.b-promotions .owl-prev{
    left: -60px;
}
.b-promotions .owl-next.disabled,
.b-promotions .owl-prev.disabled{
    opacity: 0.2;
}
.b-promotions .owl-next:hover,
.b-promotions .owl-prev:hover{
    opacity: 0.7;
}
.b-promotions .owl-next:after,
.b-promotions .owl-prev:after{
    content: '';
    display: inline-block;
    mix-blend-mode: normal;
    opacity: 0.8;
    width: 10px;
    height: 10px;
}

.b-promotions .owl-prev:after{
    transform: rotate(-45deg);
    margin-left: 5px;
    border-top: 4px solid #AAB6CF;
    border-left: 4px solid #AAB6CF;
}
.b-promotions .owl-next:after{
    border-top: 4px solid #AAB6CF;
    border-left: 4px solid #AAB6CF;
    transform: rotate(135deg);
    margin-right: 5px;
}
.b-promotions__label-img{
    height: 16px;
    width: auto;
}
#more-about-promo .b-btn-blue{
    border: 0;
    width: 100%;
}

@media (min-width:992px){
    .b-promotions__right-inner .b-btn-blue{
        width: 100%;
    }
}

@media (max-width:768px){
    .b-promotions__item,
    .b-promotions__left,
    .b-promotions__right{
        display: block;
    }

    .b-promotions__left{
        height: 400px;
        border-radius: 5px 5px 0 0px;
    }
    .b-promotions__right{
        height: auto;
        width: 100%;
    }
    .b-promotions__title{
        font-size: 34px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        line-height: normal;
    }
    .b-promotions .owl-nav{
        position: relative;
    }
    .b-promotions .owl-next,
    .b-promotions .owl-prev{
        top: 0;
        margin-top: 20px;
    }
    .b-promotions .owl-next{
        right: 0;
    }
    .b-promotions .owl-prev{
        left: 0;
    }
    .b-promotions .owl-dots{
        margin: 40px 60px 0;
        text-align: center;
    }
}
@media (max-width:640px){
    .b-promotions__left{
        height: 300px;
    }
    .b-promotions__title{
        font-size: 28px;
    }
    .b-promotions__btn-wrap{
        left: 20px;
        right: 20px;
    }
}