form.reviews-form {
    background-color: #FFF;
}
form.reviews-form {
    padding: 0;
}
div.reviews-info-box, div.reviews-reply-form {
    background: #fbfbfb;
    border: 0;
    margin-bottom: 40px;
}

div.reviews-post-reply-buttons a {
    color: #969696;
    font-size: 14px;
    margin: 0 5px;
}
.reviews-post__buttons {
    display: flex;
    justify-content: flex-end;
}

.reviews {
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(16,160,217, .5);
    padding-bottom: 15px;
}
.reviews-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.reviews-header__photo {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.reviews-header__date {
    font-size: 12px;
}
.reviews-header__photo img {
    width: 100%;
}
.reviews-header__title {
    font-size: 18px;
}
.reviews-header__title-head {
    display: flex;
    margin-bottom: 2px;
    align-items: center;
}
div.reviews-reply-header {
    font-size: 24px !important;
    background: #FFF;
    padding: 15px 0 15px 0;
}
.reviews-post {
    margin-bottom: 10px;
}
.reviews-reply {
    margin-left: 40px;
    background: #f2f2f2;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.reviews-reply-header__icon {
    display: none;
}
.reviews-reply__form {
    display: block;
}
.article__userbar {
    display: block;
}
.reviews-block-container {
    display: block;
}

@media screen and (max-width: 768px) {
    .goo-block {
        display: none;
    }
    .content-section--aside-container {
        display: none;
    }
    .reviews-block-container {
        display: none;
    }
    .reviews-block-container.active {
        display: block;
    }
    .article__userbar {
        display: none;
    }
    .article__userbar.active {
        display: block;
    }
    .reviews-reply__form {
        display: none;
    }
    .reviews-reply__form.active {
        display: block;
    }
    .reviews-reply-header.active .reviews-reply-header__icon {
        transform: rotate(180deg);
    }
    .reviews-reply {
        margin-left: 20px;
    }
    div.reviews-reply-header {
        font-size: 24px !important;
        background: #F2F2F2;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        margin-top: 15px;
    }
    .reviews-reply-header__icon {
        display: flex;
        align-items: center;
    }
}

div.reviews-reply-buttons input {
    padding: 8px 16px;
    background: #14aae6;
    width: auto;
    color: #FFF;
    border: 0;
}

div.reviews-reply-field {
    padding-bottom: 0;
}

.feed-add-post-form {
    margin-bottom: 0;
}

.reviews-post__text {
    font-size: 16px;
}

.reviews-reply-form {
    font-size: 16px !important;
}

.bxhtmled-area-cnt {
    top: 0px !important;
    height: 100% !important;
}
.bxhtmled-iframe-cnt {
    height: 100% !important;
}
.feed-add-post-text {
    color: #bfbfbf;
    font-size: 17px;
    padding: 0;
    border: 2px solid rgba(16,160,217, .5);
}
.feed-add-post div.bx-html-editor {
    height: auto !important;
    min-width: 100% !important;
}

.article__userbar {
    margin: 0 -3px 15px -3px;
    overflow: hidden;
    padding-top: 20px;
    font-size: 14px;
}

@media only screen and (min-width: 1160px) {
    .article__userbar {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .m-visual_journalism_black .article__userbar {
        padding-top: 10px
    }
}

.article__userbar-table {
    width: 100%;
    display: table;
    overflow: hidden
}

.article__userbar-item {
    width: 100%;
    padding: 0 3px;
    display: table-cell;
    vertical-align: top
}

.article__userbar-item.m-discuss {
    display: none
}

.article__userbar-item .emoji {
    padding: 2px 20px;
    height: 70px
}

@media screen and (max-width: 768px) {
    .article__userbar-item .emoji {
        padding: 5px;
        height: auto;
    }
}

@media only screen and (min-width: 1160px) {
    .article__userbar-item.m-discuss {
        display: table-cell
    }
}

.article__userbar-button {
    display: block;
    position: relative;
    width: 215px;
    height: 70px;
    padding: 24px 60px 0;
    margin: 0 auto;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center
}

.article__userbar-button i {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 44px;
    height: 44px
}

.article__userbar-button .svg-icon {
    width: 100%;
    height: 100%;
    fill: #fff
}

.article__userbar-button span {
    position: absolute;
    right: 10px;
    top: 24px;
    min-width: 22px;
    height: 22px;
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    padding: 0 5px
}

.article__userbar-button:hover span {
    background-color: rgba(255, 255, 255, 0.15)
}

.emoji {
    background: #F2F2F2;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.emoji-item {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    position: relative;
    justify-content: center;
    color: rgba(0, 0, 0, 0.2);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 768px) {
    .emoji-item {
        padding: 5px 0;
    }
}

.emoji__item {
    display: flex;
    flex-direction: column;
    width: 70px;
}

.emoji__title {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 0 0;
    width: calc(100% - 70px);
}

@media only screen and (max-width: 1280px) {
    .emoji__title {
        font-size: 14px;
        padding: 0;
    }
}
@media only screen and (max-width: 992px) {
    .emoji__title {
        display: none;
    }
    .emoji__item {
        width: 100%;
    }
}
@media only screen and (max-width: 880px) {
    .emoji__title {
        display: flex;
    }
    .emoji__item {
        width: 70px;
    }
}

.emoji-item+.emoji-item {
    margin-left: 0
}

.emoji-item::before {
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out
}

.emoji-item:hover {
    color: rgba(255, 255, 255, 0.75)
}

.emoji-item:hover .svg-icon {
    fill: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out
}

.emoji-item:hover.m-type-s1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#00B2FF), to(#006DEE));
    background: -webkit-linear-gradient(top, #00B2FF 0%, #006DEE 100%);
    background: -moz-linear-gradient(top, #00B2FF 0%, #006DEE 100%);
    background: linear-gradient(180deg, #00B2FF 0%, #006DEE 100%)
}

.emoji-item:hover.m-type-s1::before {
    color: #0075FF
}

.emoji-item:hover.m-type-s2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FED108), to(#F7AD00));
    background: -webkit-linear-gradient(top, #FED108 0%, #F7AD00 100%);
    background: -moz-linear-gradient(top, #FED108 0%, #F7AD00 100%);
    background: linear-gradient(180deg, #FED108 0%, #F7AD00 100%)
}

.emoji-item:hover.m-type-s2::before {
    color: #FFB300
}

.emoji-item:hover.m-type-s3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#77E534), to(#44B839));
    background: -webkit-linear-gradient(top, #77E534 0%, #44B839 100%);
    background: -moz-linear-gradient(top, #77E534 0%, #44B839 100%);
    background: linear-gradient(180deg, #77E534 0%, #44B839 100%)
}

.emoji-item:hover.m-type-s3::before {
    display: none;
    color: #5CCE51
}

.emoji-item:hover.m-type-s4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#8740BF), to(#5351A1));
    background: -webkit-linear-gradient(top, #8740BF 0%, #5351A1 100%);
    background: -moz-linear-gradient(top, #8740BF 0%, #5351A1 100%);
    background: linear-gradient(180deg, #8740BF 0%, #5351A1 100%)
}

.emoji-item:hover.m-type-s4::before {
    color: #5351A1
}

.emoji-item:hover.m-type-s5 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FB852F), to(#F72F2F));
    background: -webkit-linear-gradient(top, #FB852F 0%, #F72F2F 100%);
    background: -moz-linear-gradient(top, #FB852F 0%, #F72F2F 100%);
    background: linear-gradient(180deg, #FB852F 0%, #F72F2F 100%)
}

.emoji-item:hover.m-type-s5::before {
    color: #F72F2F
}

.emoji-item:hover.m-type-s6 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0A0A), to(#C10909));
    background: -webkit-linear-gradient(top, #FF0A0A 0%, #C10909 100%);
    background: -moz-linear-gradient(top, #FF0A0A 0%, #C10909 100%);
    background: linear-gradient(180deg, #FF0A0A 0%, #C10909 100%)
}

.emoji-item:hover.m-type-s6::before {
    color: #C10909
}

.emoji-item:hover::before {
    content: attr(data-title);
    position: absolute;
    z-index: 2;
    top: -24px;
    left: 50%;
    width: 120px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    text-align: center
}

.emoji-item:hover i {
    width: 40px;
    height: 40px;
    max-width: 100%;
    margin-top: 0;
    position: relative
}

.emoji-item.m-active {
    color: rgba(0, 0, 0, 0.6)
}

.emoji-item.m-active.m-type-s1 .svg-icon {
    fill: #0081f3
}

.emoji-item.m-active.m-type-s2 .svg-icon {
    fill: #fbc505
}

.emoji-item.m-active.m-type-s3 .svg-icon {
    fill: #6edd34
}

.emoji-item.m-active.m-type-s4 .svg-icon {
    fill: #7545b5
}

.emoji-item.m-active.m-type-s5 .svg-icon {
    fill: #fa6f2f
}

.emoji-item.m-active.m-type-s6 .svg-icon {
    fill: #e00909
}

.emoji-item.m-active:hover {
    color: rgba(255, 255, 255, 0.75)
}

.emoji-item.m-active:hover .svg-icon {
    fill: #fff
}

.emoji-item i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.emoji-item .m-value {
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    height: 18px;
    line-height: 20px
}

.emoji-item .svg-icon {
    width: 100%;
    height: 100%;
    fill: #8C8C8C
}

.emoji__gradients {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.emoji-close {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 42px;
    right: 10px
}

.emoji-close .svg-icon {
    fill: #ADADAD;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .emoji-close {
        display: block
    }
}