.tlk-popup__button.tlk-btn_white {
    border: 1px solid #5AB247 !important;
    color: #5AB247 !important;
}
.tlk-popup__button.tlk-btn_white:hover {
    background: #5AB247 !important;
    color: #fff !important;
}
.tlk-btn.tlk-btn_gray {
    background: #5AB247 !important;
    color: #fff !important;
}
.tlk-btn.tlk-btn_gray:hover {
    background: #41992f !important;
}
.tlk-upload__button {
     background: #5AB247 !important;
}


/*Убираем описание страниц поиска*/
.t-search-widget__result_product-desc {
    display: none !important;
}