/* Кастомизация виджета Smartsupp */
#smartsupp-widget {
    z-index: 9999 !important;
}
/* Изменение цвета кнопки виджета */
#smartsupp-widget .smartsupp-widget-button,
#smartsupp-widget button,
#smartsupp-widget .smartsupp-widget-button-wrapper {
    background-color: #284EB6 !important;
    border-color: #284EB6 !important;
    color: #ffffff !important;
}
/* Позиционирование виджета */
#smartsupp-widget {
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
}
/* Закругление углов виджета */
#smartsupp-widget iframe,
#smartsupp-widget .smartsupp-widget-button {
    border-radius: 10px !important;
}










