#content .faq_news {
    width: 923px;
    height: auto;
    display: inline-block;
	font: 400 14px Arial;
}
#content .faq_news .faq_itm {
    width: 100%;
}
#content .faq_news .faq_itm a.hide{
    padding-top: 10px;
    display: none;
}
#content .faq_news .faq_itm:nth-last-child(1) {
    margin-bottom: 30px;
    margin-top: 30px;
}
.right-block-nav {
    display: inline-block;
    float: right;
    width: 290px;
	height: 382px;
}
.right-block-nav .comment {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 100%;
   /* height: 100%; */
    display: inline-block;
    padding: 28px;
    clear: both;
    margin-bottom: 30px;
    position: relative;
    /*overflow: hidden;*/
}
.right-block-nav .comment .title {
    font: 400 14px Arial;
    color: #aaaaaa;
    text-align: left;
    text-transform: uppercase;
}
.right-block-nav .comment .sotial {
    border-top: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    width: 100%;
    height: 160px;
    position: absolute;
    right: 0;
    padding: 21px 28px;
}
.right-block-nav .comment .sotial .sotial-url {
    height: 32px;
    display: block;
    margin-bottom: 10px;
    color: #333333;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.right-block-nav .comment .sotial .sotial-url:hover {
    color: #00a0e3;
}
.right-block-nav .comment .sotial .img-block {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
}
.right-block-nav .comment .sotial span {
    text-transform: uppercase;
    height: 100%;
    display: inline-block;
    float: left;
    line-height: 32px;
    padding-left: 12px;
}
.comment a {
    text-decoration: none;
}
.bottom a {
    text-decoration: none;
}
.send-com {
    border-radius: 4px;
    background-color: #00a8ea;
    width: 100%;
    height: 40px;
    font: 400 13px/40px Arial;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}
.send-com:hover {
    background: #70c330;
    cursor: pointer;
}
.comment-body {
    border-radius: 5px;
    background-color: #ffffff;
    width: 500px;
    height: auto;
    position: relative;
    padding: 0!important;
    overflow: hidden;
    display: none;
}
.comment-body .header {
    width: 100%;
    height: 58px;
    border: 1px solid #dadada;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
}
.comment-body .header .title {
    font: 400 18px/58px Arial;
    color: rgba(51, 51, 51, 0.98);
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 29px;
}
.comment-body .bottom {
    border: 1px solid #dadada;
    background-color: #f3f3f3;
    width: 500px;
    height: 80px;
    position: absolute;
    bottom: 0;
    padding: 20px 135px;
}
.comment-body i {
    color: #aaaaaa;
    font-size: 12px;
    font-style: italic;
    line-height: 40px;
}
.comment-body .field-entry {
    margin-top: 0;
    min-height: 80px;
    clear: both;
    float: none;
}
.comment-body .com-form-body {
    width: 100%;
    height: 100%;
    padding: 66px 30px 95px 30px;
}

.comment-body .com-form-body .control {
    width: 210px;
    height: 40px;
    float: right;
    display: block;
}

.input-success input {
    border: 1px solid #47cb1f!important;
    position: relative;
}
.input-err {
    position: relative;
}
.input-err input {
    border: 1px solid #e47676!important;
    background: #ffefef;
    position: relative;
}
.input-err:after {
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../img/svg/alert_red.svg") no-repeat;
    position: absolute;
    right: 8px;
    bottom: 10px;
}

.op-answ .answer_inf{
    height: auto!important;}
.op-answ .question_inf{
	height: auto!important;}
.op-answ a.more{
    display: none;
}
.op-answ a.hide{
    display: block!important;
}

/*
.header .title:after {
        content: " ";
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("../img/svg/alert_green.svg") no-repeat;
        background-size: 100% 100%;
    }*/
