

/* Start:/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/bonus_landing_page/style.css?17541201596590*/
body{
    overflow-x: hidden;
}

.bonus_landing_page img{
    display: block;
}

.bonus_landing_page h2{
    font-size: 30px;
    color: #303030;
    font-weight: bold;
}

    /**** MAIN BANNER BLOCK ****/

.bonus_landing_page .bonus_main_banner_block{
    position: relative;
    margin-left: -1000px;
    margin-right: -1000px;
    background-color: #E3E4E6;
}

/**** 500 BONUS BANNER BLOCK ****/

.bonus_landing_page .bonus_500_block img{
    width: 100%;
}

/**** WORK BLOCK ****/

.work_block_item .work_item{
    overflow: hidden;
    margin-bottom: 15px;
}

.work_block_item .work_item:last-child{
    margin-bottom: 0;
}

.work_block_item .work_item_icon{
    width: 60px;
    height: 60px;
    color: #2d3c5c;
    font-weight: bold;
    font-size: 26px;
    background-color: #E3E4E6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.work_block_item .work_item_wrap_text{
    width: calc(100% - 75px);
}

.work_block_item .work_item_name{
    font-weight: bold;
}

.work_block_item .work_item_text{
    font-size: 15px;
}

.bonus_landing_page .btn.blue_btn{
    width: 100%;
    background-color:#FF5A00;
}

.work_block_item .work_block_description{
    font-size: 12px;
}

.work_block_img img{
    position: absolute;
    width: 100%;
    height: auto;
}

/**** IMG BLOCK ****/

.bonus_work_block .work_block_item,
.bonus_img_block .bonus_img_item{
    width: calc((100% - 30px) / 2);
    position: relative;
    overflow: hidden;
}

.bonus_img_block .bonus_img_sub_item{
    height: 260px;
    background-color: #E3E4E6;
    padding: 30px;
}

.bonus_img_block .bonus_img_sub_item:first-child{
    margin-bottom: 30px;
}

.bonus_img_block .bonus_img_item:first-child{
    padding: 30px;
    padding-right: 25%;
    background: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/bonus_landing_page/images/sum_bonus_banner.png") bottom right no-repeat;
    background-color: #e4e3e7;
}

.bonus_img_block .bonus_img_item_name{
    font-weight: bold;
    color: #2d3c5c;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 0.5em;
}

.bonus_img_block .bonus_img_item_text{
    font-size: 15px;
}

.bonus_img_block .bonus_img_item:first-child .bonus_img_item_text{
    padding-right: 40px;
}


/**** STATUS BLOCK ****/

.bonus_status_block h2{
    text-align: center;
    color: #000;
    font-weight: bold;
}

.bonus_status_block .item_status{
    width: calc((100% - 60px) / 3);
    text-align: center;
}

.bonus_status_block .name_status{
    color: #2d3c5c;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0.5em;
}

.bonus_status_block .icon_status{
    width: 180px;
    height: 180px;
    background-color: #E3E4E6;
    font-weight: bold;
    color: #2d3c5c;
    font-size: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/**** RULES  ****/

.bonus_rules_block .btn{
    width: calc((100% - 30px) / 2);
    background-color: #2d3c5c;
}

/**** POPUP ****/

.form_add_welcome_bonus.popup{
    padding: 0;
    width: 800px !important;
    margin-left: -400px !important;
    overflow: hidden;
}

.form_add_welcome_bonus.popup.hidden_popup{
    display: none;
}

.form_add_welcome_bonus.popup img{
    width: 100%;
    display: block;
    cursor: pointer;
}

.form_add_welcome_bonus .btn_close_form_add_welcome_bonus{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/bonus_landing_page/images/close_icon.svg") center center no-repeat;
    cursor: pointer;
}

@media only screen and (max-width: 1306px){

    .bonus_landing_page .margin_b_100 {
        margin-bottom: 20px;
    }

    .bonus_landing_page .bonus_main_banner_block{
        margin-left:-20px;
        margin-right:-20px;
    }

    .bonus_landing_page .bonus_main_banner_block img{
        width: calc(100% - 40px);
    }

    /**** WORK BLOCK ****/

    .work_block_item .work_item_icon{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .work_block_item .work_item_wrap_text{
        width: calc(100% - 55px);
    }

    .work_block_img img {
        position: absolute;
        height: 100%;
        width: auto;
    }

    /**** IMG BLOCK ****/

    .bonus_img_block .bonus_img_item_name {
        font-size: 20px;
    }


    .form_add_welcome_bonus.popup{
        position: fixed !important;
        top: 20px !important;
        left: 20px !important;
        margin-left: 0 !important;
        width: calc(100vw - 40px) !important;
    }

    .form_add_welcome_bonus .close_form_add_welcome_bonus{
        right:10px;
        top: 10px;
    }

}

@media only screen and (max-width: 768px){

    .bonus_work_block h3{
        text-align: center;
    }

    .list_work_item.margin_b_30{
        margin-bottom: 40px;
    }

    .work_block_item .work_item_text {
        font-size: 14px;
    }

    .work_block_item .btn.blue_btn{
        margin-bottom: 40px;
    }

    .bonus_work_block .work_block_item, .bonus_img_block .bonus_img_item {
        width:100%;
    }

    .work_block_item.work_block_text{
        margin-bottom: 20px;
    }

    .work_block_item.work_block_img{
        height: 200px;
    }

    .work_block_img img{
        position: relative;
        width: 100%;
        height: auto;
    }

    .bonus_img_block .bonus_img_sub_item:first-child,
    .bonus_img_item{
        margin-bottom:20px;
    }

    .bonus_img_block .bonus_img_item:first-child{
        background-image: none;
        padding: 20px;
    }

    .bonus_img_block .bonus_img_item:first-child .bonus_img_item_text{
        padding: 0;
    }

    .bonus_img_block .bonus_img_sub_item{
        padding:20px;
        height: auto;
    }

    .bonus_status_block h2{
        font-size: 20px;
    }

    .bonus_status_block .item_status {
        width:100%;
        margin-bottom: 25px;
    }

    .bonus_status_block .name_status{
        font-size: 20px;
    }

    .bonus_status_block .icon_status {
        width: 100px;
        height: 100px;
        font-size: 30px;
    }

    .bonus_status_block .text_status,
    .bonus_status_block .text_bottom_status{
        font-size: 15px;
    }

    .bonus_rules_block .text_rules{
        margin-bottom: 15px;
        text-align: center;
        width:100%;
    }

    .bonus_rules_block .btn{
        width:100%;
    }

}

/* End */
/* /bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/bonus_landing_page/style.css?17541201596590 */
