.feed_menu {
    padding-left: 0;
    padding-bottom: 8px;
    margin-bottom: 0;
    margin-top: 23px;
    list-style: none;
    border-bottom: 1px solid #dddddd;
    display: block;
    position: relative;
}

.feed_menu_item {
    display: inline-block;
    cursor: pointer;
}

.feed_menu_link {
    text-decoration: none;
    padding-bottom: 6px;
    font-family: "Times New Roman PSMT";
    font-size: 22px;
    text-align: left;
    color: #353a42;
    margin-right: 31px;
}


.feed_menu #arrow_tab {
    width: 73px;
    height: 2px;
    display: block;
    position: absolute;
    background: #3cb64a;
    top: 32px;
}

.rating {
    border-bottom: 1px solid #dddddd;
}


.button_feed {
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 30px 0 28px;
    border-radius: 3px;
    background-color: #3cb64a;
    border: none;
    font-family: "Helvetica";
    font-size: 20px;
    line-height: 50px;
    color: #fdfdfd;
    cursor: pointer;
    padding-left: 23px;
    position: relative;
}

.button_feed:after {
    content: '';
    width: 24px;
    height: 23px;
    background: url(../../images/arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    right: 11px;
    top: 0;
    bottom: 0;
}


.comment_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-bottom: 27px;
    border-bottom: 1px solid #dddddd;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Helvetica";
}

.comment_list li img {
    margin-right: 25px;
}

.comment_body {
    padding: 13px 0 0;
    width: 100%;
}

.comment_list .comment_header {
    padding: 0;
    height: unset;
    line-height: unset;
}

.comment_header h3,
.title_c_admin {
    display: inline-block;
    margin-right: 21px;
    font-size: 18px;
    color: #353a42;
    font-weight: 600;
    padding: 0;
}

.comment_list .comment_date {
    color: #a9afb5;
    font-size: 16px;

}

.comment_text,
.answer_c_admin {
    margin-top: 20px;
    font-size: 16px;
    color: #353a42;
    line-height: 20px;
    text-align: left;
}

.answer_c_admin {
    margin-top: 10px;
}

.comment_answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px;
}

.comment_list li .comment_answer img {
    margin-right: 13px;
}

.comment_list li .comment_answer div {
    padding-top: 15px;
}

#comments .show_more {
    margin-top: 30px;
}

.comment_form {
    display: none;
    padding: 25px 0 25px;
}

.comment_form h3 {
    font-size: 28px;
    color: #353a42;
    margin-bottom: 20px;
}

.add_review .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.add_review .wr.bl1 div {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.add_review label {
    font-size: 16px;
    color: #474747;
}

.add_review .error {
    border-color: #c52800;
}

.add_review span,
.text-danger {
    display: none;
    font-size: 14px;
    color: #c52800;
    font-weight: 300;
}

.add_review span.error {
    display: block;
}

.add_review label:before {
    content: '*';
    color: #22c046;
    margin-right: 5px;
}

.add_review input,
.add_review textarea {
    width: 100%;
    font-size: 18px;
    height: 50px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 1px rgba(76, 144, 235, 0.11));
    filter: drop-shadow(0 0 1px rgba(76, 144, 235, 0.11));
    border: 1px solid #dddddd;
    margin-top: 5px;
}

.add_review .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.add_review .submit>div,
.add_review .submit input {
    width: 49%;
}

.add_review .submit input {
    height: 60px;
    border-radius: 3px;
    background-color: #3cb64a;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
}

#questions {
    display: none;
}

.add_qw {
    border-bottom: 1px solid #dddddd;
}

.add_qw .btn {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    font-size: 16px;
    line-height: 49px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
    padding: 0 22px;
    position: relative;
    cursor: pointer;
    margin: 30px 0 28px;
}



.add_qw .btn:after {
    content: '';
    width: 24px;
    height: 23px;
    background: url(../../images/arrow_enter.svg);
    background-size: contain;
    position: absolute;
    margin: auto;
    right: 11px;
    top: 0;
    bottom: 0;
}

#add_qw {
    display: none;
    /* font-size: 16px; */
    /* font-family: "Helvetica"; */
    /* color: #a8aeb4; */
    /* font-weight: 300; */
    /* margin-top: 0px; */
}

#add_qw input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw input::placeholder {
    /* Most modern browsers support this now. */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw textarea::placeholder {
    /* Most modern browsers support this now. */
    font-size: 16px;
    color: #a8aeb4;
    font-weight: 300;
    font-family: "Helvetica";
}

#add_qw textarea:focus {
    outline: none;
}

#add_qw textarea {
    /* min-height: 131px; */
    /* border-radius: 3px; */
    /* border: 1px solid #b6e9bc; */
    /* padding: 15px 20px 0; */
}

#add_qw div {
    /* margin-top: 25px; */
    /* display: -webkit-box; */
    /*display: -ms-flexbox;*/
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    /*-ms-flex-pack: justify;*/
    /* justify-content: space-between; */
    /* -webkit-box-align: center; */
    /*-ms-flex-align: center;*/
    /* align-items: center; */
}

#add_qw input {
    /* height: 50px; */
    /* border-radius: 3px; */
    /* border: 1px solid #b6e9bc; */
    /* padding: 0px 20px 0; */
    /* width: 65%; */
}

#add_qw button {
    display: inline-block;
    width: 262px;
    height: 50px;
    border-radius: 3px;
    background-color: #dddddd;
    text-align: center;
    color: #a8aeb4;
    font-size: 20px;
    line-height: 48px;
    font-family: "Times New Roman PSMT";
    cursor: pointer;
    border: none;
}


@media (max-width: 500px) {

    .add_review .submit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .feed_menu {
        margin-top: 9px;
        padding-bottom: 4px;
    }

    .feed_menu_link {
        font-size: 14px;
        margin-right: 55px;
    }

    .feed_menu #arrow_tab {
        height: 1px;
        top: 21px;
    }

    .button_feed,
    .add_qw .btn {
        margin: 18px 0 21px;
        height: 35px;
        line-height: 37px;
        font-size: 13px;
        padding-left: 10px;
    }

    .button_feed:after,
    .add_qw .btn:after {
        width: 18px;
        height: 17px;
    }

    .comment_list li {
        margin-top: 21px;
        display: block;
        padding-bottom: 16px;
    }

    .comment_list li img {
        width: 37px;
        float: left;
        margin-right: 18px;
    }

    .comment_body {
        padding: 12px 0 0;
    }

    .comment_header h3,
    .title_c_admin {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 0 !important;
    }

    .comment_list .comment_date {
        font-size: 13px;
    }

    .comment_text,
    .answer_c_admin {
        margin-top: 25px;
        font-size: 13px;
        line-height: 16px;
    }

    .answer_c_admin {
        margin-top: 15px;
    }

    .comment_form {
        padding: 7px 0 25px;
    }

    .add_review .wr.bl1 div,
    .add_review .submit input,
    .add_review .submit>div {
        width: 100%;
        padding: 0;
        overflow: unset;
        border: none;
        height: unset;
    }

    .g-recaptcha>div {
        width: 280px !important;
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        margin: 0 auto;
    }

    .add_review label,
    .add_review span,
    .text-danger {
        font-size: 11px;
    }

    .add_review label:before {
        margin-right: 0px;
    }

    .add_review .wr {
        margin-bottom: 5px;
    }

    .add_review input,
    .add_review textarea {
        margin-top: 3px;
        margin-bottom: 12px;
        height: 34px;
    }

    .add_review textarea {
        margin-bottom: 0;
    }

    .add_review .submit input {
        margin-top: 15px;
        height: 36px;
        font-size: 14px;
    }





}