.vote_section {
    padding: 30px 0 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}

h2.title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase
}

    h2.title span {
        color: #e43315
    }

    h2.title:after {
        display: block;
        content: "";
        margin: 12px 0 0;
        width: 62px;
        height: 5px;
        background: url("../images/separator_red.png") center no-repeat
    }

.vote_section .vote_block {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
    -moz-box-shadow: 0 0 27px rgba(2,2,2,.1);
    box-shadow: 0 0 27px rgb(2 2 2 / 10%)
}

.vote_section .questions_list {
    margin: 0 0 22px
}

.vote_section .question_item {
    margin: 0 0 20px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 0 1px #dedede inset;
    -moz-box-shadow: 0 0 0 1px #dedede inset;
    box-shadow: 0 0 0 1px #dedede inset;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.vote_section .questions_list.active .question_item .line {
    display: block
}

.vote_section .question_item:first-child .line {
    background: #7ac700
}

.vote_section .question_item:nth-child(2) .line {
    background: #e43315
}

.vote_section .question_item:nth-child(3) .line {
    background: #f5ca16
}

.vote_section .question_item .line {
    display: none;
    width: 0%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.vote_section .question_item .question_text {
    float: left;
    padding: 0 0 0 20px;
    line-height: 50px;
    position: relative
}

.vote_section .questions_list.active .question_item .percents {
    display: block
}

.vote_section .question_item .percents {
    display: none;
    float: right;
    padding: 0 20px 0 0;
    font-weight: 700;
    line-height: 50px;
    text-align: right;
    position: relative
}

.vote_section .voice_count {
    text-align: center
}

    .vote_section .voice_count b {
        margin: 0 0 0 5px;
        padding: 3px 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #7ac700;
        color: #fff
    }


#comment-component-text * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#comment-component-text #comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: 700
}

#comment-component-text .comment, #comment-component-text .txt-cmt {
    margin: auto !important;
    width: 95%
}

#comment-component-text .txt-cmt {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    margin: 0 -5px
}

    #comment-component-text .txt-cmt .form-comment__img {
        padding: 0 5px;
        width: 80px
    }

#comment-component-text img {
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%
}

#comment-component-text .form-comment__content {
    width: 100%;
    padding: 0 5px
}

#comment-component-text .txt-content, #comment-component-text .your-name {
    font-size: inherit
}

#comment-component-text .your-name {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: auto !important;
    margin-bottom: 0;
    font-family: Arial,sans-serif
}

#comment-component-text .txt-content {
    width: 100%;
    min-height: 40px;
    display: block;
    margin: 15px 0;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: Arial,sans-serif
}

#comment-component-text .add-comment-button {
    background-color: #4267b2;
    border: 1px solid #4267b2;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 22px;
    cursor: pointer;
    font-weight: 700
}

#comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px
}

#comment-component-text .comment__image {
    flex-grow: 0;
    padding: 0 10px;
    width: 70px;
    height: 50px;
    border-radius: 50%
}

#comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%
}

    #comment-component-text .comment__content .comment__name a{
        margin-top: 0;
        color: #365398;
        font-size: 14px;
        text-align: left;
        text-align-last: left;
        font-weight: 700
    }

#comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4
}

#comment-component-text .comment__details {
    font-size: 12px;
    color: #365398;
    line-height: 1.4
}

    #comment-component-text .comment__details a, #comment-component-text .comment__details span {
        text-decoration: none;
        color: #365398;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 400;
        cursor: pointer
    }

.comment-img img, .comment__details img {
    border-radius: 0 !important
}

#comment-component-text .comment__details img {
    width: 13px
}

#comment-component-text .comment .comment__text img {
    width: 300px
}

#comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0 !important
}
