.amocrm_onlinechat {
    position: fixed;
    z-index: 100000;
    right: 30px;
    bottom: 215px;
    width: 500px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

#amobutton {
    border-radius: 200px !important;
    border: 2px !important;
    width: 72px !important;
    height: 72px !important;
    background: #ff9101 !important;
    border-color: #ff9101 !important;
    fill: white !important;
}

.amo-button-holder {
    right: 25px !important;
    bottom: 25px !important;
}

@media only screen and (max-width: 550px) {
    .amo-button-holder {
        right: 4px !important;
        bottom: 35px !important;
    }
}
