.b-menu_type_main {
    margin: 5px auto;
}
.is-sticky .b-menu_type_main {
    margin: 0 auto;
}
.is-sticky .b-menu_type_main .b-menu__item_submenu_true > .b-menu__text {
    padding-right: 14px;
}

.b-submenu.b-submenu_type_popup {
    margin-top: -5px;
}

.b-story_content_product {
    padding-bottom: 0;
}

.b-comment__header .js-author_name {
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 348px;
    white-space: nowrap;
    overflow:hidden;
}

.form-control-character-count {
    float: right;
    float: right;
    margin-right: 0px;
    color: gray;
    font-size: 87%;
}

.b-comments-list__item .b-comment {
    padding-left: 10px;
    padding-right: 10px;
}

.b-comments-list__item .b-comment_selected {
    background-color: #f2f2f2;
    position: relative;
}

.b-comment_type_discussions.b-comment_selected:before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    bottom: -30px;
    right: 0;
    background: #f2f2f2;
}

.b-comment_type_discussions.b-comment_selected div {
    position: relative;
}

.b-comment_type_discussions .js-reply_button {
    background-color: #ffffff;
}

.mt40 {
    margin-top: 40px;
}

.b-star-social-links .b-star-social-link {
    height: 18px;
    width: 18px;
    display: block;
    position: relative;
    float: left;
    margin: 0px 2px;
    line-height: 1.7;
}

.b-comment_type_discussions .b-comment__user_confirmed:after {
    margin-left: 4px !important;
    margin-top: -4px;
}

.b-menu_type_main .b-menu__item.hover, .b-menu_type_main .b-menu__item:hover, .b-menu_type_main .b-menu__item:hover:not(.touch) {
    -webkit-transition: none;
    transition: none;
}

.b-comment_type_discussions .b-comment__meta {
    margin-left: 10px !important;
}