#rec1107878066 .t886{
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    width: max-content;
    display: block;
}

.t886__btn {
    padding: 10px 25px !important;
}

.zb-menu__item_active {
        background: #2E3038!important;
        color: #f5f5f5 !important;
        border-radius: 30px;
        transition: background 0.2s ease-in-out;
    }
.zb-mob_menu__item_active {
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.article_btn{
    border-radius: 100px;
    background: #2E3038;
    color: #ffffff !important;
    display: flex;
    margin-top: 20px;
    font-weight: 400;
    padding: 15px 60px;
    transition: all 0.3s ease-in-out;
    justify-content: center;
}
.article_btn:hover{
    background: #C2FD4B;
    color: #2E3038 !important;
    /*opacity: 0.8;*/
    transition: all 0.3s ease-in-out;
}
.t-redactor__embedcode{
    display: flex;
    justify-content: center;
}