.user-info-btn {
    position: fixed;
    right: -44px;
    top: 130px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    /*z-index: 2147483647;*/
    z-index: 999999991;
}
.user-info-btn.hide5sec,
.user-info-btn:hover {
    right: -2px;
}
.user-info-btn_icon {
    position: absolute;
    /*top: 6px;*/
    /*right: 12px;*/
    top: 0;
    right: -6px;
}
.user-info-btn_icon img {
    height: 27px;
}
.user-info-block {
    display: none;
    /*background: #fff;*/
    width: 350px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483649;
    padding: 20px;
}
.user-info-block .sc-notice-text-title {
    color: #000;
    text-align:center;
}
.user-info-block_bg {
    width: 350px;
    height: 100%;
    background: url(/images/bg-bones.jpg) repeat;
    background-size: cover;
    opacity: 0.3;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
}
.user-info-block-parent {
    height: 96%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.user-info-block_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding-right: 30px;*/
}
.user-info-block_title {
    font-weight: bold;
}
.user-info-block_flex > div {
    margin: 10px 0;
}
.user-info-block_action-block {
    margin-top: 5px;
}
.user-info-block_action-href {
    display: flex;
    align-items: center;
}
.user-info-block_delivery-time {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.user-info-block_delivery-time a {
    text-decoration: underline;
    text-decoration-style: dashed;
}
.user-info-block_delivery-time img {
    height: 30px;
    margin-right: 10px;
}
.user-info-block_action-img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 7px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.user-info-block_action-name {
    font-size: 12px;
}
.user-info-btn_icon-roll {
    display: none;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    width: 60px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.user-info-btn_icon-roll.active {
    display: block;
}
.user-info-social-link-fixed {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
}
.user-info-social-link-fixed img {
    width: 35px;
    height: 35px;
}
.element-bonuses {
    display: inline-flex;
    align-items: center;
    background: #ffe94c;
    padding: 5px 15px;
    color: #000;
    font-weight: 800;
    border-radius: 50px;
    margin-top: -10px;
    position: relative;
    top: 0;
    margin-left: 5px;
    white-space: nowrap;
    height: 18px;
}
.element-bonuses .js-bonuses-cnt {
    /*margin-left: 3px;*/
}
.element-bonuses svg {
    width: 14px;
    margin-left: 5px;
}
.content_block {
    overflow: hidden;
    position: relative;
}
.content_block.hidden {
    height: 75px;
}
.content_toggle {
    margin-top: 5px;
    /*border-top: 1px dashed green;*/
    cursor: pointer;
    text-decoration: underline;
}
.open-text-hidden {
    display: none;
}

.mobile-footer-bar {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.mobile-footer-bar_hidden {
    bottom: -68px;
    /*-webkit-transform: translateY(100px);*/
    /*-ms-transform: translateY(100px);*/
    /*transform: translateY(100px);*/
}