    #rec485488864 .t446__leftwrapper, #rec485488864 .t446__rightwrapper {
        box-sizing: border-box;
        position: absolute;
        height: 100%;
    }
    .t-store__card__mark {
        width: auto;
        border-radius: 0;
        height: auto;
        padding: 10px;
    }
    .t830__wrapper.t-site-search-input {
        padding: 20px 0;
        margin: 0;
    }
    
.button_posts {
    display: inline-block !important;
    text-decoration: none !important;
    background-color: #00ba10 !important;
    color: #ffffff !important;
    border: 3px solid #ffffff !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    padding: 15px 48px !important; 
    transition: all 0.2s ease !important;
}
.button_posts:hover{
    text-decoration: none !important; 
    background-color: #009e0d !important;
    color: #ffeded !important;
    border-color: #ffffff !important;
}
.t-popup__block-close {
    top: 10% !important; 
    right: 2% !important; 
}
a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm {
    background: linear-gradient(to bottom right, #001c91, #00bb0a);
}