#pr_optimizer_lazy_load_blocks {
  height: 200px;
}

/* ----------     Pro Features     ---------- */

.pro-features{
    margin: 70px 0;
}

.pro-features_banner{
    padding: 35px 42% 35px 60px;
    background: #e9f0f5;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.pro-features .pro-features_title{
    color: #373c43;
    font: 800 24px/1.2 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.pro-features_grid{
    list-style: none;
    margin: 0;
}

.pro-features_item{
    font: 400 16px/1.2 'Open Sans', sans-serif;
    padding-left: 28px;
    position: relative;
}

.pro-features_item:not(:last-child){
    margin-bottom: 13px;
}

.pro-features_item:before{
    content: '';
    position: absolute;
    width: 14px;
    height: 10px;
    background: url("../images/checkmark.svg") no-repeat center;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.image-mask{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: calc(40% - 10px);
}

.image-mask:after{
    content: '';
    position: absolute;
    left: -185px;
    right: -10px;
    bottom: 0;
    top: -97px;
    background: url('../images/pro_image_bg.png') no-repeat center;
}

.image-mask img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}

.pro-features_info{
    font: 400 16px/2 'Roboto', 'Open-Sans', sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pro-features .pro-features_btn{
    box-sizing: border-box;
    margin: 0 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    width: 435px;
    max-width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    background: #ff5607;
    font: 500 18px/1.2 'Roboto', sans-serif;
    text-decoration: none;
    text-align: center;
    transition: background .3s ease;
}

.pro-features .pro-features_btn:hover{
    background: #de4a00;
}

.coupon-code_wrp{
    font-size: 16px;
    font-weight: 500;
}

.coupon-code{
    box-sizing: border-box;
    margin: 15px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 1px dashed #ff5607;
    border-radius: 4px;
    color: #2a84ff;
    font-weight: 500;
    line-height: 1.2;
    min-height: 40px;
    position: relative;
    user-select: text;
}

.coupon_icon{
    color: #ff5607;
    background: #fff;
    position: absolute;
    bottom: 1px;
    left: 20%;
    transform: translateY(50%);
}

