.communicate-buttons{
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f3f3f3;
}
.communicate-buttons__question,
.communicate-buttons__good,
.communicate-buttons__bad{
	background: #e6e6e6;
	cursor: pointer;
}
.communicate-buttons__question:hover,
.communicate-buttons__good:hover,
.communicate-buttons__bad:hover{
	color: #fff;
	background: #e5121c;
}
.communicate-buttons__question{
	/*float: right;
    padding: 10px 0px 0;
    width: 100%;
    height: 85px;
    text-align: center;*/
	float: right;
	padding: 5px 20px 0;
	width: 72px;
	height: 85px;
	text-align: center;
}
.communicate-buttons__question:first-line{
	font-size: 36px;
	line-height: 1;
}
.communicate-buttons__good,
.communicate-buttons__bad{
	padding: 0 16px;
	width: 130px;
	line-height: 40px;
}
.communicate-buttons__good{
	margin-bottom: 10px;
}
.communicate-buttons__good:after{
	content: "";
	position: absolute;
	top: 3px;
	right: 5px;
	display: block;
	width: 26px;
	height: 32px;
	background: url(/local/templates/mdm/img/communicate-icons.png) 0 0;
}
.communicate-buttons__good:hover:after{
	background-position: -26px 0;
}
.communicate-buttons__bad:after{
	content: "";
	position: absolute;
	top: 6px;
	right: 5px;
	display: block;
	width: 24px;
	height: 26px;
	background: url(/local/templates/mdm/img/communicate-icons.png) -52px 0;
}
.communicate-buttons__bad:hover:after{
	background-position: -76px 0;
}
