

/* Start:/local/templates/.default/components/bitrix/catalog.section/.default/style.css?1756449855794*/
.widget-certificate {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999;
}

.hide-widget-certificate {
    display: none;
}

.mgc-w-open {
    padding: 10px 20px; /* Отступы кнопок */
    background-color: #f6da73 !important; /* Цвет кнопки */
    color: white; /* Цвет текста */
    border: none; /* Убираем рамку */
    border-radius: 25px; /* Закругление углов */
    cursor: pointer; /* Курсор при наведении */
    transition: background-color 0.3s; /* Анимация перехода */
}

.mgc-w-open:hover {
    background-color: #0056b3; /* Цвет кнопки при наведении */
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/.default/style.css?1756449855794 */
