.widget-help {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    color: #380901;
    box-sizing: border-box;
    position: fixed;
    z-index: 99991;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widget-help__left-bottom {
    left: 10px;
    bottom: 10px;
}

.widget-help__text {
    background: #FFF9F0;
    border-radius: 20px;
    font-weight: 300;
    padding: 12px 20px;
    padding-bottom: 15px;
    width: 186px;
    line-height: 19px;
    position: absolute;
    z-index: 50;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.widget-help__text.widgetHelpShow {
    visibility: visible;
    opacity: 1;
    right: 40px;
}

#widget-animation-x.widget-help__left-bottom .widget-help__text.widgetHelpShow, #widget-animation-x.widget-help__left-top .widget-help__text.widgetHelpShow {
    left: 49.5px;
    padding-left: 39.5px;
    right: auto;
}

.widget-help__button {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -500px;
    cursor: pointer;
    transition: 0.3s;
}

.widget-help__animate-1 {
    max-width: 10000px;
    display: block;
    height: auto;
    position: relative;
    z-index: 100;
}

#widget-animation-x .widget-help__text {
    color: rgba(51, 51, 51, 1) !important;
    background-color: rgba(247, 248, 249, 1) !important;
}

#widget-animation-x.widget-help__left-bottom {
    left: 81px;
    bottom: 81px;
}

#widget-animation-x.widget-help__left-bottom .widget-help__button.widgetHelpShow, #widget-animation-x.widget-help__left-top .widget-help__button.widgetHelpShow {
    left: 0;
    right: auto;
}

#widget-animation-x.widget-help__left-bottom .widget-help__button, #widget-animation-x.widget-help__left-top .widget-help__button {
    left: -500px;
    right: auto;
}
.widget-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
