
.review-block{
    margin-bottom: 30px !important;
    margin-top: 30px;
}
.review-item {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 31px;
    padding-top: 42px;
}
.review-item:first-child {
    padding-top: 0;
}

.review-block__title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}
.review-item__question {
    display: flex;
    flex-direction: row;
    position: relative;
}
    .review-item__question__text {
        margin-bottom: 28px;
        margin-left: 63px;
    }
.review-item__response {
    margin-left: 48px;
    display: flex;
    flex-direction: row;
    position: relative;
}

    .review-item__response_text {
        margin-left: 110px;
        /*margin-bottom: 31px;*/
    }

    .review-item__question__text,
    .review-item__response_text{
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
        color: #333333;
    }
    .item__question__date,
    .item-response__date {
        position: absolute;
        right: 0;
        font-size: 10px;
        line-height: 46px;
        color: #A8A8A8;
    }   
    .item__question__name,
    .item-response__name { 
        font-weight: bold;
        font-size: 14px;
        color: #194E84;
        line-height: 46px;
    }
    .item__question__image,
    .item-response__image {
        margin-right: 17px;
        background-color: #D7E5F3;
        width: 46px;
        height: 46px;
        border-radius: 23px;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        color: #333333;
    }

.review-block__pagination .pagination > li{
    display: inline-block;
    font-style: normal;
    padding-left: 0px;
}
.review-send-block {
    clear: both;
}
.review-send-block .btn-yellow {
    width: 138px;
    height: 35px;
    background: #F3CB0A;
    border-radius: 25px;
    padding: 0;
    line-height: 35px;
    font-size: 12px;
}
