.ty-discussion-post__message-text_fbk_city,
.ty-discussion-post__message-text_fbk_rating_delivery,
.ty-discussion-post__message-text_fbk_rating_items,
.ty-discussion-post__message-text_fbk_rating_service,
.ty-discussion-post__message-text_fbk_recommend,
.ty-discussion-post__message-text_fbk_will_buy {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}


.ty-discussion-post__message-text_fbk_city, 
.fbk_rating {
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 12px;
}
.ty-discussion-post__message-text_fbk_city  {
	background: #f4f6f7;
}

.fbk_rating_bg5 {
	background: #577566;
	color: white;
}

.fbk_rating_bg4 {
	background: #577566;
	color: white;
}

.fbk_rating_bg3 {
	background: #666666;
	color: white;
}

.fbk_rating_bg2 {
	background: #666666;
	color: white;
}

.fbk_rating_bg1 {
	background: #666666;
	color: white;
}

.fbk_mark1 {
	background: #577566;
	color: white;
}

#posts_list_56 .ty-btn__primary {
	margin: auto;
	padding: 0 40px;
}

#posts_list_56 #ut2_pagination_block_bottom {
	margin-bottom: 20px;
}

.ty-discussion-post__message-text_answer_title {
font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ty-discussion-post__message-text_answer_message {
  padding: 10px 20px;
  background: #dce1e7;
  border-radius: 8px;
  border-top-left-radius: 0;
	display: inline-block;
}
.ty-discussion-post__message-text_answer_message p:first-child {
	padding: 0;
}

.ty-discussion-post__message-text_fbk_advantages,
.ty-discussion-post__message-text_fbk_disadvantages {
	padding-left: 20px;
	position: relative;
	margin-top: 10px;
}

.ty-discussion-post__message-text_fbk_advantages:before,
.ty-discussion-post__message-text_fbk_disadvantages:before {
	position: absolute;
	left: 0;
	top: 0.75em;
	font-size: 20px;
	line-height: 0;
}

.ty-discussion-post__message-text_fbk_advantages:before {
	content: '+';
	color: #00B386;
}


.ty-discussion-post__message-text_fbk_disadvantages:before {
	content: '−';
	color: #FF3355;
}

#new_post_dialog_56 .buttons-container {
    max-width: calc(100% + 40px);
}