

/* Start:/local/components/bix/control.show_by_buttons/templates/.default/show_by_buttons.css?17170930691276*/
.tabs-box .tabs__header {
    display:                inline-block;
    margin-bottom:          30px;
    vertical-align:         top;
    border:                 1px solid #52ae30;
    -webkit-border-radius:  4px;
    border-radius:          4px;
    background-color:       #fff;
    font-size:              0;
}

.tab__content.item-active {

    display:                block;
    visibility:             visible;
    opacity:                1;
}

.tabs-box .tabs__header .tab_item {
    display:                inline-block;
    padding:                9px 15px;
    font-family:            'Semi-bold','Arial',sans-serif;
    color:                  #52ae30;
    border:                 0;
    border-radius:          0;
    font-size:              16px;
    position:               relative;
    cursor:                 pointer;
    vertical-align:         top;
}

.tabs-box .tabs__header .tab_item.item-active {
    color:                  #FFFFFF;
    background-color:       #52ae30;
}

@media screen and (max-width: 767px) {
    
    .tab.tab--btn .tab_item {
        width:              100%;
        text-align:         center;
    }
    
    .tabs-box .tabs__header {
        width:              100%;
    }
    
}

/* End */
/* /local/components/bix/control.show_by_buttons/templates/.default/show_by_buttons.css?17170930691276 */
