/*код для добавления дополнительных кнопок в карточку товара*/
.t776__descr a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    font-weight: 600;
}

.t776__descr a:first-of-type {
    background-color: #8D297F;
    color: #ffffff !important;
}
.t776__descr a:last-of-type {
    background-color: #0b57d0;
    color: #ffffff !important;
}
/* Скрывает все кнопки с классом .t-btn внутри попапа */
.t-popup .t-btn {
    display: none !important;
}
.t228__fixed .t-menu__link-item,
.t228__fixed .t228__phone,
.t228__fixed .t228__right_buttons {
    color: white !important;
}