.woot-widget-bubble {
    display: none!important;
}

.circle-menu {
    position: fixed;
    right: 20px;
    height: 60px;
    width: 60px;
    z-index: 1060;
    transition: bottom 0.3s ease-out;
    bottom: 20px;
}

@keyframes pulse {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {
    .circle-menu {
        bottom: 74px;
        right: 24px;
        height: 40px;
        width: 40px;
    }
}

.circle-menu-btn {
    height: 60px;
    width: 60px;
    border: none;
    outline: none;
    background: url("./assets/operator.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0089cb;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1070;
    position: relative;
    animation: 2s ease 0s infinite normal none running pulse;
}

@media (max-width: 768px) {
    .circle-menu-btn {
        height: 40px;
        width: 40px;
        background-size: 40px;
    }
}

.circle-menu-btn:hover {
    background-color: #0089cb;
}

.circle-menu-btn.active {
    background: url("./assets/circle-menu-close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0089cb;
    animation: none;
}

.circle-menu__list {
    background-color: transparent;
    list-style: none;
    position: relative;
    background-size: 50%;
    margin-bottom: 0;
}

.circle-menu__list.opened {
    background: #245F34;
}

.circle-menu__list.opened .circle-menu__item {
    height: 40px;
    width: 40px;
    visibility: visible;
    cursor: pointer;
}

.circle-menu__list.opened .circle-menu__item a {
    width: 100%;
    height: 100%;
    display: block;
}

.circle-menu__list.opened .circle-menu__item.teleram {
    top: -50px;
    left: -55px;
    background: url("./assets/telegram.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #039BE5;
}

.circle-menu__list.opened .circle-menu__item.teleram:hover {
    background-color: #0087D1;
}

.circle-menu__list.opened .circle-menu__item.whatsapp {
    top: -135px;
    left: -37px;
    background: url("./assets/whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #00E676;
}
.circle-menu__list.opened .circle-menu__item.vk {
    top: -135px;
    left: -37px;
    background: url("./assets/vk.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #00E676;
}
.circle-menu__list.opened .circle-menu__item.whatsapp:hover {
    background-color: #00D262;
}

.circle-menu__list.opened .circle-menu__item.chat {
    top: -50px;
    left: -105px;
    background: url("./assets/chat_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0089cb;
    opacity: 1;
}

.circle-menu__list.opened .circle-menu__item.chat:hover {
    background-color: #006ead;
    opacity: 0.7;
}

.circle-menu__item {
    transition: all 0.5s ease 0s;
    visibility: hidden;
    height: 0;
    width: 0;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 30px;
}

.circle-menu__list {
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.social_menu_dialog {
    position: fixed;
    z-index: 1060;
    background-color: white;
    bottom: 60px;
    right: 80px;
    width: 70%;
    border:1px solid rgb(0, 157, 224);

    border-radius:20px 20px 0px 20px;
    -moz-border-radius:20px 20px 0px 20px;
    -webkit-border-radius:20px 20px 0px 20px;
}

.social_menu_dialog_header {
    display:flex;
    margin: 5px;
}

.social_menu_dialog_title {
    padding: 5px 10px;
}

.social_menu_dialog_close {
    margin: 5px;
    width: 20px;
    font-weight: bold;
    color: #000;
    /*background-color: #ffe72c;*/
}

.social_menu_dialog_text {
    padding: 5px 10px;
}
